aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* p11-kit: Version updateCarlos Miguel Ferreira2015-11-24
| | | | | | | Just a regular version update - Package gnutls requires the 0.23.1 to compile. Signed-off-by: Carlos M. Ferreira <carlosmf.pt@gmail.com>
* 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
| * | | | | | | owfs: convert init scripts to procd styleMarcin Jurkowski2015-09-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Convert init.d scripts to use procd and take advantage of respawn feature. Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
| * | | | | | | owfs: avoid npe in BUS_reset functionMarcin Jurkowski2015-09-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Monitor adapters (zeroconf, enet, usb and w1) don't have the reset routine, causing null pointer dereference in BUS_reset function. This patch has been submitted upstream: https://sourceforge.net/p/owfs/bugs/67/ Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
| * | | | | | | owfs: fix the last netlink message recognitionMarcin Jurkowski2015-09-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes the endless loop waiting for w1 subsystem connector status message. According to the 8a0427d kernel commit, the last (status) netlink msg should have ack=seq, whereas all the others messages should have ack=seq+1. This patch has been submitted upstream: https://sourceforge.net/p/owfs/bugs/66/. For independent problem report, see this thread: https://www.raspberrypi.org/forums/viewtopic.php?f=44&t=98772 Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
| * | | | | | | owfs: make libow features configurableMarcin Jurkowski2015-09-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Owfs shared library is quite large (700+ kB) by embedded devices standards. The code for many different bus master and slave devices is compiled into single big .so library. Had it been designed as modular, dynamic-loadable plugins, we could split them into separate packages, allowing user to install only the plugins he needs. It's however possible to enable or disable libow features at compile time. Here are some examples how much space can be saved turning off support for unneeded devices and features: - By disabling USB adapter support libusb and libusb-compat is no longer needed, saving ~70kB of space. Bus masters using usbserial.ko kernel driver don't need this. - By disabling debug messages it's possible to reduce shared library size by 130kB. This patch adds a menu allowing user to select libow features one wants built in: - Bus master support: USB adapters through libusb, i2c adapters, kernel w1 adapters - General features: zeroconf device announcement, debug messages, owtraffic bus reports Default config options preserve previous library configuration i.e. everything is selected except for owtraffic (which was disabled) and kernel w1 driver (whose netlink interface has been broken since 2011). Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
| * | | | | | | owfs: Add init scripts and config filesMarcin Jurkowski2015-09-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Owfs daemons lack control scripts. This patch adds init.d scripts for owfs, owserver, owhttpd and owftpd packages. Most daemon options (both common libow and program-specific parameters) are reflected as uci config variables. Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
* | | | | | | | Merge pull request #1870 from dangowrt/update-libmicrohttpdSteven Barth2015-11-19
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | libmicrohttpd: update to 0.9.44
| * | | | | | | | libmicrohttpd: update to 0.9.44Daniel Golle2015-10-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | | Merge pull request #1898 from NeoRaider/node-hostSteven Barth2015-11-19
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | node: add python/host to HOST_BUILD_DEPENDS as well
| * | | | | | | | | node: add python/host to HOST_BUILD_DEPENDS as wellMatthias Schiffer2015-10-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | | | | | | | | | Merge pull request #1991 from ClaymorePT/boost_4Steven Barth2015-11-19
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | boost: Update 4