Commit graph

4484 commits

Author SHA1 Message Date
Alexandru Ardelean
1c74804bc5 ola: fix build (linking issue TCPSocket::ReadDescriptor() const)
Reported buildbot issue is:
/store/buildbot/slave/ar71xx/build/build_dir/target-mips_34kc_musl-1.1.11/ola-0.9.7/plugins/openpixelcontrol/.libs/libolaopenpixelcontrol.so: undefined reference to `ola::network::TCPSocket::ReadDescriptor() const'
collect2: error: ld returned 1 exit status

There's also a discussion (attempt) to fix this on the buildroot project:
  https://patchwork.ozlabs.org/patch/503884/

This bug has been reported (from the buildroot project), here:
  https://github.com/OpenLightingProject/ola/issues/880

This commit introduced the issue:
  bfc1d99055
specifically the `-fvisibility-inlines-hidden` switch.

So, until, the upstream project (ola) fixes this, this fix
looks like the quickest/simplest workaround to have this package build.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-12-15 00:03:20 +02:00
Luka Perkov
9bd34cd554 Merge pull request #2121 from v-vid/master
bump version to 3.5.12
2015-12-13 21:42:41 +01:00
Nuno Goncalves
b2bfb56bea nmap: bump to 7.01
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
2015-12-13 20:36:27 +00:00
tripolar
a9f903918b Merge pull request #2119 from commodo/glib2-fix-host-build
glib2: fix host build
2015-12-13 18:55:08 +01:00
v-vid
af2f21c96c Bump version to 3.5.12 2015-12-13 18:14:02 +01:00
Alexandru Ardelean
ce37ee3f82 glib2: fix host build
Replace libintl/host with gettext-full/host.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-12-13 18:00:03 +02:00
Hannu Nyman
2e3fb832fc python: bump PKG_RELEASE
Bump PKG_RELEASE of python 2.7.11 as there have been several fixes
since the initial release.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2015-12-13 17:13:19 +02:00
Hannu Nyman
315ef6bf42 Merge pull request #2118 from commodo/python2-fix-typo
python2: fix typo in HostPython function
2015-12-13 17:06:26 +02:00
Alexandru Ardelean
65b388adbc python2: fix typo in HostPython function
I call this the curse of the End-Of-The-Year for me.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-12-13 14:56:45 +02:00
Hannu Nyman
b14411d5da Merge pull request #2115 from commodo/python2-fix-setuptools
python: fix HostPython again
2015-12-12 15:04:51 +02:00
Alexandru Ardelean
fdde13be29 python: fix HostPython again
Tested on python-setuptools.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-12-12 14:51:50 +02:00
Ted Hess
befa2ce3e2 zile: Remove unecessary dependence on libncurses (non-w) version
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-12-11 18:10:14 -05:00
Hannu Nyman
7aa4b19f97 Merge pull request #2109 from commodo/python2-fix
python: fix HostPython host/target selection
2015-12-11 17:33:01 +02:00
Alexandru Ardelean
779643e358 python: fix HostPython host/target selection
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-12-11 17:13:21 +02:00
Hannu Nyman
b01a391c5e Merge pull request #2108 from commodo/python-2-7-11-upgrade
python: fix upgrade 2.7.11 goof
2015-12-11 16:51:07 +02:00
Alexandru Ardelean
015adc9b7a python: fix upgrade 2.7.11 goof
Seems those pkgconfig file paths were revealed to be incorrect
after doing a full clean build.
And I only had to inspiration to do one after doing the initial PR.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-12-11 16:49:45 +02:00
Hannu Nyman
995bdfdcfa Merge pull request #2107 from commodo/python-2-7-11-upgrade
python: upgrade to version 2.7.11
2015-12-11 16:32:20 +02:00
Alexandru Ardelean
a8602a7ccb python: upgrade to version 2.7.11
And split python-dev and python-lib2to3 packages.
Seems for python3 this was done, so we'll sync here.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-12-11 16:07:22 +02:00
Alexandru Ardelean
c55641331e python: unify HostPython and HostHostPython functions
That means basically moving the host Python from $(STAGING_DIR_HOST)
to $(STAGING_DIR_HOST)/usr and making the PYTHONPATH var
as an argument.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-12-11 16:01:27 +02:00
Alexandru Ardelean
8054747a49 python: remove newline function; it's also in OpenWRT core
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-12-11 15:30:32 +02:00
Hannu Nyman
f0be8b0ea2 Merge pull request #2105 from dddaniel/master
atftp: Fix "undefined reference" linker errors.
2015-12-11 13:52:48 +02:00
Daniel Danzberger
8bc1404ff5 atftp: Fix "undefined reference" linker errors.
These errors were caused by using "inline" functions in a non-static context.

Signed-off-by: Daniel Danzberger <daniel@dd-wrt.com>
2015-12-11 11:52:20 +01:00
Hannu Nyman
f5bcadb55e Merge pull request #2102 from fededim/master
davfs2: simplified dependencies and added support for LFS
2015-12-11 11:16:13 +02:00
Rupan
761f82175b davfs2: simplified dependencies and added support for LFS
Signed-off-by: Federico Di Marco <fededim@gmail.com>
2015-12-11 02:54:52 +01:00
Hannu Nyman
5351a1c740 Merge pull request #2061 from commodo/python-psycopg2-fix
python-psycopg2: fix build
2015-12-10 22:53:52 +02:00
Marcel Denia
8829ae3de6 perl: Work around recompile failures
Apparently, recompiling/relinking fails under some circumstances. This
patch has been reported to work around that issue.

Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-12-10 22:40:54 +01:00
Ted Hess
f5eb8b4257 Merge pull request #2098 from gibsson/triggerhappy_v1
triggerhappy: bump PKG_REV to fix input header creation
2015-12-10 11:46:10 -05:00
Gary Bisson
6f2538dc58 triggerhappy: bump PKG_REV to fix input header creation
Current configuration creates empty evtable_*.h header which makes all
the input event appear as "Unknown (null) event".

The maintainer of the project submitted a patch to fix this issue:
https://github.com/wertarbyte/triggerhappy/commit/7e5abc6

Thanks to this version bump, the old OpenWRT patch can be removed.

Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
2015-12-10 13:11:45 +01:00
Hannu Nyman
5176b9d779 Merge pull request #2089 from commodo/python-pip-conf
python-pip: add site-wide pip.conf with defaults
2015-12-10 11:09:00 +02:00
Hannu Nyman
0da38ec5b5 Merge pull request #2097 from oneru/nano-2.5
Update nano to 2.5.0
2015-12-10 11:00:03 +02:00
Alexandru Ardelean
3fe1374238 python-pip: add site-wide pip.conf with defaults
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-12-09 21:50:18 +02:00
Toke Høiland-Jørgensen
91a597eebe sqm-scripts: Bump to v1.0.6.
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2015-12-09 15:01:14 +01:00
Alexandru Ardelean
a4356a222b python-psycopg2: fix build
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-12-09 10:24:54 +02:00
Jonathan Bennett
ee422b3c33 Update nano to 2.5.0
Signed-off-by: Jonathan Bennett <JBennett@incomsystems.biz>
2015-12-08 09:06:27 -06:00
Nikos Mavrogiannopoulos
1c063ad6fb libradcli: updated to 1.2.5
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-12-07 19:58:00 +01:00
Nikos Mavrogiannopoulos
893481234f ocserv: doc update
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-12-07 19:55:23 +01:00
Ted Hess
054d308b91 Merge pull request #2084 from ClaymorePT/boost_7
Boost: Update 7
2015-12-07 12:08:45 -05:00
tripolar
90e1587d07 Merge pull request #2077 from ryzhovau/etherwake_ldflags
etherwake: respect LDFLAGS
2015-12-07 17:42:20 +01:00
Álvaro Fernández Rojas
ffb1a1e9e5 unrar: update to v5.3.8
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-12-07 17:37:27 +01:00
Álvaro Fernández Rojas
082314c49d unrar: split unrar and libunrar into build variants, add missing InstallDev
Building unrar together with libunrar creates conflicts that can be fixed by
doing separate builds.
Closes https://github.com/openwrt/packages/pull/2060.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-12-07 17:27:15 +01:00
tripolar
1f18c200a2 Merge pull request #2042 from neheb/master
openssh: remove dsa and add ecdsa + ed25519 to initial keygen.
2015-12-07 16:30:18 +01:00
Hannu Nyman
65243cc8f8 Merge pull request #2085 from jefferyto/python-enum34-update
python-enum34: update to 1.1.1, omit docs and tests from package
2015-12-07 13:47:27 +02:00
Hannu Nyman
0fee8f5cb7 Merge pull request #1982 from FlorianFieber/python3
Python3: Add python3-pip, python3-setuptools and their dependencies
2015-12-07 13:46:08 +02:00
Jeffery To
488c706d57 python-enum34: update to 1.1.1, omit docs and tests from package
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2015-12-07 19:12:18 +08:00
Hannu Nyman
98215f762e Merge pull request #2034 from jefferyto/python-cffi-host
python-cffi: add host compile/install, upgrade to 1.3.1
2015-12-07 11:13:49 +02:00
Hannu Nyman
3251aababd Merge pull request #2033 from jefferyto/python-pycparser-host
python-pycparser: add host compile/install
2015-12-07 11:12:54 +02:00
Hannu Nyman
0b2ce1d786 Merge pull request #2032 from jefferyto/python-ply-host
python-ply: add host compile/install
2015-12-07 11:12:33 +02:00
Jeffery To
e2028abfd4 python-pycparser: increment PKG_RELEASE
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2015-12-07 17:03:24 +08:00
Jeffery To
0c4f1c390b python-ply: increment PKG_RELEASE
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2015-12-07 17:01:52 +08:00
Jo-Philipp Wich
b652aebd12 Merge pull request #2079 from ryzhovau/vnstat_ldflags
vnstat: respect LDFLAGS
2015-12-07 09:44:57 +01:00