aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | | | | | | | | | | | | libpng: update to 1.2.54Oliver Middleton2015-11-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes fixes for CVE-2015-7981 and CVE-2015-8126. Signed-off-by: Oliver Middleton <olliemail27@gmail.com>
* | | | | | | | | | | | | | | Merge pull request #2016 from padre-lacroix/masterJo-Philipp Wich2015-11-24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bandwidthd: fix build with gcc5
| * | | | | | | | | | | | | | | bandwidthd: fix build with gcc5Jean-Michel Lacroix2015-11-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a small fix to allow the package to compile with gcc5 Addition of the -std=gnu89 CFLAGS. Small correction of the copyright date of file bandwidthd.init Signed-off-by: Jean-Michel Lacroix <lacroix@lepine-lacroix.info>
* | | | | | | | | | | | | | | | Merge pull request #1984 from jefferyto/host-python-packageSteven Barth2015-11-24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | python: add capability to install python packages for the host
| * | | | | | | | | | | | | | | python: add capability to install python packages for the hostJeffery To2015-11-24
| | |_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | | | | | | | | Merge pull request #2006 from dwmw2/masterJo-Philipp Wich2015-11-24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | collectd: enable nut plugin
| * | | | | | | | | | | | | | collectd: enable nut pluginDavid Woodhouse2015-11-22
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
* | | | | | | | | | | | | | Merge pull request #2001 from hnyman/wget117Álvaro Fernández Rojas2015-11-24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | wget: update to version 1.17
| * | | | | | | | | | | | | | wget: update to version 1.17Hannu Nyman2015-11-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | | | | | | | | Merge pull request #2014 from sairon/python-add-missing-expat-host-dependencyÁlvaro Fernández Rojas2015-11-24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | python: add missing host build dependency on expat/host
| * | | | | | | | | | | | | | python: add missing host build dependency on expat/hostJan Čermák2015-11-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | | | | | | | | Merge pull request #2013 from thess/boost-testTed Hess2015-11-23
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | boost: Updates for python builds and library packages
| * | | | | | | | | | | | | | | boost: Updates for python builds and library packagesTed Hess2015-11-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | | | | | | | | | ocserv: when default-domain is set, enable split-dnsNikos Mavrogiannopoulos2015-11-24
| |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | | | | | | | | | | | | Merge pull request #2012 from commodo/stress-packageTed Hess2015-11-23
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | stress: bring it back (from old packages)
| * | | | | | | | | | | | | | stress: bring it back (from old packages)Alexandru Ardelean2015-11-23
| | |_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | | | | | | | | Merge pull request #2009 from roger-/micropython-newTed Hess2015-11-23
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | micropython: update to latest
| * | | | | | | | | | | | | | micropython-lib: updateRoger2015-11-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roger D <rogerdammit@gmail.com>
| * | | | | | | | | | | | | | micropython: updateRoger2015-11-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roger D <rogerdammit@gmail.com>
* | | | | | | | | | | | | | | zile: fix gcc5 build issuesTed Hess2015-11-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | | | | | | | | | | | mpd: Update to 0.19.11, fix gcc5 buildsTed Hess2015-11-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | | | | | | | | strongswan: update to 5.3.4Steven Barth2015-11-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes CVE-2015-8023 Signed-off-by: Steven Barth <steven@midlink.org>
* | | | | | | | | | | | | | | dbus: update to 1.10.4Steven Barth2015-11-23
| |/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Steven Barth <steven@midlink.org>
* | | | | | | | | | | | | | nmap: bump to 7.00Nuno Goncalves2015-11-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
* | | | | | | | | | | | | | libsndfile: update to 1.0.26Peter Wagner2015-11-22
| |_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | | | | | | | dump1090: update to latest version, fix typoÁlvaro Fernández Rojas2015-11-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes https://github.com/openwrt/packages/issues/1976 Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | | | | | | | | | | ntpd: update to 4.2.8p4Peter Wagner2015-11-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | | | | | | | pulseaudio: update to 7.1Peter Wagner2015-11-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | | | | | | | Merge pull request #2002 from hauke/libffi2Hauke Mehrtens2015-11-21
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | | | | | | | | | libffi: fix host build
| * | | | | | | | | | | | libffi: fix host buildHauke Mehrtens2015-11-21
|/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | My last commit c1137b6db7c461ddc3d2ddac674ba73bc1579918 "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>
* | | | | | | | | | | | Merge pull request #1989 from hauke/libffiHauke Mehrtens2015-11-21
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | libffi: fix libffi.pc file
| * | | | | | | | | | | | libffi: fix libffi.pc fileHauke Mehrtens2015-11-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The include dir pointed to staging_dir/target-mips_34kc+dsp_musl-1.1.11 /usr/lib/libffi-3.0.13/include which does not exists, this made glib2 fail to compile. The header files are copied to /usr/include so define it in the libffi.pc file. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* | | | | | | | | | | | | Merge pull request #1990 from hauke/libgpg-errorHauke Mehrtens2015-11-20
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | libgpg-error: fix build with gcc-5
| * | | | | | | | | | | | | libgpg-error: fix build with gcc-5Hauke Mehrtens2015-11-18
| |/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Call the cpp preprocessor with -P argument which is now needed by gcc-5. This is a backport of this upstream commit: http://git.gnupg.org/cgi-bin/gitweb.cgi?p=libgpg-error.git;a=commitdiff;h=c01c8f0c4f55d76b037c7f6aa44ad25ede18d38a Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* | | | | | | | | | | | | libxml2: upgrade to 2.9.3Michael Heimpold2015-11-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | | | | | | Merge pull request #1987 from thess/mjpg-streamerTed Hess2015-11-20
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | mjpg-streamer: Fix SIGTRAP in v4l2uvc
| * | | | | | | | | | | | mjpg-streamer: Fix SIGTRAP in v4l2uvcTed Hess2015-11-18
| | |_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | | | | | | | | perl: Bump PKG_RELEASEMarcel Denia2015-11-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | | | | | | | | | perl: Enable crypt() for all libc implementationsMarcel Denia2015-11-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | | | | | | | | | Merge pull request #1992 from Adze1502/masterSteven Barth2015-11-20
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | mwan3: update to version 2.0-0
| * | | | | | | | | | | mwan3: update to version 2.0-0Jeroen Louwes2015-11-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | IPv6 support! :D Big code overhaul; expect bugs.. Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
* | | | | | | | | | | | Merge pull request #1994 from hauke/gpsdHauke Mehrtens2015-11-19
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | gpsd: do not strip gpsd
| * | | | | | | | | | | gpsd: do not strip gpsdHauke Mehrtens2015-11-19
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | | | | sqm-scripts: Drop dependency on 'ip'.Toke Høiland-Jørgensen2015-11-19
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #1606 from teslamint/patch-2Steven Barth2015-11-19
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | coova-chilli: fix compile error with musl
| * | | | | | | | | | | coova-chilli: fix compile error with muslJaehoon You2015-07-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jaehoon You <teslamint@gmail.com>
* | | | | | | | | | | | Merge pull request #1645 from feckert/masterSteven Barth2015-11-19
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | extend net-snmp functionality
| * | | | | | | | | | | | net-snmp: add service_triggers callbackfeckert2015-08-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <Eckert.Florian@googlemail.com> Signed-off-by: Helge Mader <hmader@tdt.de>
| * | | | | | | | | | | | net-snmp: add config optionsfeckert2015-08-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - trap_hostname - trap_ip - access_default - access_HostName - access_HostIP Signed-off-by: Florian Eckert <Eckert.Florian@googlemail.com> Signed-off-by: Helge Mader <hmader@tdt.de>
* | | | | | | | | | | | | Merge pull request #1743 from marcin1j/patchwork/owfsSteven Barth2015-11-19
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | owfs: add startup scripts, make features configurable and fix w1 adapter bugs