Steven Barth
dbde5d5295
Merge pull request #1984 from jefferyto/host-python-package
python: add capability to install python packages for the host
9 years ago
Jeffery To
b12d7b6db1
python: add capability to install python packages for the host
Some python packages (e.g. cffi) compile one or more shared libraries
as part of their setup process. When these packages are setup
dependencies of other packages (e.g. cryptography), these packages (and
their shared libraries) will need to be loaded on the host system.
This adds a makefile, similar to python-package.mk, to simplify
installing python packages on the host.
Signed-off-by: Jeffery To <jeffery.to@gmail.com >
9 years ago
Jo-Philipp Wich
b3beb14b67
Merge pull request #2006 from dwmw2/master
collectd: enable nut plugin
9 years ago
Álvaro Fernández Rojas
67e785f6a6
Merge pull request #2001 from hnyman/wget117
wget: update to version 1.17
9 years ago
Álvaro Fernández Rojas
9639425937
Merge pull request #2014 from sairon/python-add-missing-expat-host-dependency
python: add missing host build dependency on expat/host
9 years ago
Ted Hess
773911227f
Merge pull request #2013 from thess/boost-test
boost: Updates for python builds and library packages
9 years ago
Nikos Mavrogiannopoulos
b4b2d83c42
ocserv: when default-domain is set, enable split-dns
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org >
9 years ago
Jan Čermák
3ac990447f
python: add missing host build dependency on expat/host
Since 94f87dc1 , host build of Python depends on expat installed in host
staging directory. However, pyexpat extension fails to build if expat
was not built and installed to staging dir before - adding host build
dependency should fix this.
Signed-off-by: Jan Čermák <jan.cermak@nic.cz >
9 years ago
Ted Hess
906c32a5b6
Merge pull request #2012 from commodo/stress-package
stress: bring it back (from old packages)
9 years ago
Ted Hess
1933a7aa3d
boost: Updates for python builds and library packages
Minor Fixes:
- Fixed bug related to Python 3.5 support. [1]
- "--without-python3" was being issued when it should only be
"--without-python".
- "--without-python" is only issued in the event of neither Python 3.5
support neither Python 2.7 support is requested.
- Fixed an old bug related to coroutine2 support (added selector).
- "--without-coroutin2" was not being issued, even when boost-coroutine was
not selected. Because of that, the boost building system was compiling
boost- coroutine and all of its dependencies.
- Added selector for boost-graph-parallel.
References:
[1] - openwrt@8f7e090 #commitcomment-14542816
Signed-off-by: Carlos M. Ferreira <carlosmf.pt@gmail.com >
Signed-off-by: Ted Hess <thess@kitschensync.net >
9 years ago
Alexandru Ardelean
4ee146b692
stress: bring it back (from old packages)
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com >
9 years ago
Ted Hess
7f3c9e469f
Merge pull request #2009 from roger-/micropython-new
micropython: update to latest
9 years ago
Ted Hess
43a71474f6
zile: fix gcc5 build issues
Signed-off-by: Ted Hess <thess@kitschensync.net >
9 years ago
Ted Hess
e8bd00dd39
mpd: Update to 0.19.11, fix gcc5 builds
Add a patch from the Alpine Linux project to fix a musl build issue with gcc 5:
Signed-off-by: Ted Hess <thess@kitschensync.net >
9 years ago
Steven Barth
8bf976096e
strongswan: update to 5.3.4
Fixes CVE-2015-8023
Signed-off-by: Steven Barth <steven@midlink.org >
9 years ago
Steven Barth
e47080b4f9
dbus: update to 1.10.4
Signed-off-by: Steven Barth <steven@midlink.org >
9 years ago
Roger
34dc874cd0
micropython-lib: update
Signed-off-by: Roger D <rogerdammit@gmail.com >
9 years ago
Roger
34ff9089e0
micropython: update
Signed-off-by: Roger D <rogerdammit@gmail.com >
9 years ago
Nuno Goncalves
35ab69b62f
nmap: bump to 7.00
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com >
9 years ago
Peter Wagner
e9e5ffaed7
libsndfile: update to 1.0.26
Signed-off-by: Peter Wagner <tripolar@gmx.at >
9 years ago
David Woodhouse
69e92a9bef
collectd: enable nut plugin
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com >
9 years ago
Álvaro Fernández Rojas
51474d7499
dump1090: update to latest version, fix typo
Fixes https://github.com/openwrt/packages/issues/1976
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com >
9 years ago
Peter Wagner
b65967668d
ntpd: update to 4.2.8p4
Signed-off-by: Peter Wagner <tripolar@gmx.at >
9 years ago
Peter Wagner
d55d9ad92c
pulseaudio: update to 7.1
Signed-off-by: Peter Wagner <tripolar@gmx.at >
9 years ago
Hauke Mehrtens
b4ef45b48c
Merge pull request #2002 from hauke/libffi2
libffi: fix host build
9 years ago
Hauke Mehrtens
1ad9005e98
libffi: fix host build
My last commit c1137b6db7 "libffi: fix
libffi.pc file" broke the host build as that still placed the header
files to /usr/lib/libffi-3.0.13/include/ and the libffi.pc file pointed
to /usr/include/ . With this patch I took the patch from Debian and
also made the install process to put the header files to /usr/include
in all situations.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de >
9 years ago
Hannu Nyman
e989f69114
wget: update to version 1.17
Update wget to 1.17.
Release notes: http://savannah.gnu.org/forum/forum.php?forum_id=8410
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi >
9 years ago
Hauke Mehrtens
10311faf44
Merge pull request #1989 from hauke/libffi
libffi: fix libffi.pc file
9 years ago
Hauke Mehrtens
1dbf398d5c
Merge pull request #1990 from hauke/libgpg-error
libgpg-error: fix build with gcc-5
9 years ago
Michael Heimpold
55421fe27b
libxml2: upgrade to 2.9.3
Beside some improvements, this also fixes several CVEs, for full
list see upstream changelog at:
https://mail.gnome.org/archives/xml/2015-November/msg00012.html
The patch needed for musl was accepted upstream, so we can remove it.
Signed-off-by: Michael Heimpold <mhei@heimpold.de >
9 years ago
Ted Hess
1253da8cfc
Merge pull request #1987 from thess/mjpg-streamer
mjpg-streamer: Fix SIGTRAP in v4l2uvc
9 years ago
Marcel Denia
6552e55ea7
perl: Bump PKG_RELEASE
Signed-off-by: Marcel Denia <naoir@gmx.net >
9 years ago
Marcel Denia
51bef7ad20
perl: Enable crypt() for all libc implementations
Signed-off-by: Marcel Denia <naoir@gmx.net >
9 years ago
Steven Barth
4cd52a64ac
Merge pull request #1992 from Adze1502/master
mwan3: update to version 2.0-0
9 years ago
Hauke Mehrtens
84344880b9
Merge pull request #1994 from hauke/gpsd
gpsd: do not strip gpsd
9 years ago
Hauke Mehrtens
127e1c4856
gpsd: do not strip gpsd
The not strip command is not strip=no, but it is nostrip=yes.
This fixes building this gpsd.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de >
9 years ago
Toke Høiland-Jørgensen
7069b07a12
sqm-scripts: Drop dependency on 'ip'.
9 years ago
Steven Barth
82b9e65ff0
Merge pull request #1606 from teslamint/patch-2
coova-chilli: fix compile error with musl
9 years ago
Steven Barth
78097ac590
Merge pull request #1645 from feckert/master
extend net-snmp functionality
9 years ago
Steven Barth
5f9cd613f6
Merge pull request #1743 from marcin1j/patchwork/owfs
owfs: add startup scripts, make features configurable and fix w1 adapter bugs
9 years ago
Steven Barth
e138a2b4b0
Merge pull request #1870 from dangowrt/update-libmicrohttpd
libmicrohttpd: update to 0.9.44
9 years ago
Steven Barth
3f76c2fd49
Merge pull request #1898 from NeoRaider/node-host
node: add python/host to HOST_BUILD_DEPENDS as well
9 years ago
Steven Barth
a79587df85
Merge pull request #1991 from ClaymorePT/boost_4
boost: Update 4
9 years ago
Steven Barth
f45e48214c
Merge pull request #1988 from brainsucker-na/master
strongswan: gmpdh plugin, package and strongswan-isakmp metapackage
9 years ago
Steven Barth
29bcb03477
Merge pull request #1972 from jefferyto/python-cffi
python-cffi: new package
9 years ago
Steven Barth
588626228b
Merge pull request #1970 from jefferyto/python-pycparser
python-pycparser: new package
9 years ago
Steven Barth
31ff4162c3
Merge pull request #1956 from jefferyto/python-ply
python-ply: new package
9 years ago
Steven Barth
a17350bf58
Merge pull request #1955 from jefferyto/python-ipaddress
python-ipaddress: new package
9 years ago
Steven Barth
d2b5b1478a
Merge pull request #1954 from jefferyto/python-enum34
python-enum34: new package
9 years ago
Steven Barth
749b7af0f2
Merge pull request #1953 from jefferyto/python-idna
python-idna: new package
9 years ago