aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
| * | | | | | | | | boost: Update 4Carlos Miguel Ferreira2015-11-19
| | |_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Major Updates - Added support for Python 3.5. - Removed the restriction for the target MPC85xx when using uclibc [1]. - No longer required since uclibc was removed from trunk. - Added option to force static compilation. - Added option to force linking statically to the C++ standard library and compiler runtime support libraries. - Added option to disable multithreading support. It can be helpfull for those who wish to fully optimise their code. - Some boost libraries will require multithreading to be active. For those, this option is active as a requirement. Minor Updates - Added -fPIC to CFLags [2]. - python requires independent position code when statically compiling. References: [1] - https://github.com/openwrt/packages/issues/1621 [2] - https://github.com/openwrt/packages/issues/1938 Signed-off-by: Carlos M. Ferreira <carlosmf.pt@gmail.com>
* | | | | | | | | Merge pull request #1988 from brainsucker-na/masterSteven Barth2015-11-19
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | strongswan: gmpdh plugin, package and strongswan-isakmp metapackage
| * | | | | | | | | strongswan: gmpdh plugin, package and strongswan-isakmp metapackagebrainsucker-na2015-11-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gmpdh plugin implements DH Groups (same as normal GMP plugin), but links to GMP statically and is stripped of all RSA based stuff. Binary size for plugin is ~20kbytes with no dependency on libgmp (200+ kbytes after squash), easilly fitting into flash space restricted devices. strongswan-isakmp metapackage defines a minimal set of strongswan plugins (including gmpdh) for ISAKMP / IKEv1 PSK tunnels. Will fit even 4mb routers (like tplink wr841n) with disabled IPv6 support and packages (so its a trade - IPv6 or ipsec tunnels). Signed-of-by: Mikalai Miadzvedz <brainsucker.na@gmail.com>
* | | | | | | | | | Merge pull request #1972 from jefferyto/python-cffiSteven Barth2015-11-19
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | python-cffi: new package
| * | | | | | | | | | python-cffi: new packageJeffery To2015-11-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From PyPI: Foreign Function Interface for Python calling C code. This depends on python-pycparser, which is in PR #1970 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | | | | Merge pull request #1970 from jefferyto/python-pycparserSteven Barth2015-11-19
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | python-pycparser: new package
| * | | | | | | | | | | python-pycparser: new packageJeffery To2015-11-16
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From the README: pycparser is a parser for the C language, written in pure Python. It is a module designed to be easily integrated into applications that need to parse C source code. This depends on python-ply, which is in PR #1956 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | | | | Merge pull request #1956 from jefferyto/python-plySteven Barth2015-11-19
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | python-ply: new package
| * | | | | | | | | | | package-ply: use given path instead of copying directly into staging_dirJeffery To2015-11-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | | | | | | | | | python-ply: added Build/InstallDev sectionJeffery To2015-11-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | | | | | | | | | python-ply: use setuptoolsJeffery To2015-11-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | | | | | | | | | python-ply: new packageJeffery To2015-11-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From the README: PLY is a 100% Python implementation of the common parsing tools lex and yacc. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | | | | | Merge pull request #1955 from jefferyto/python-ipaddressSteven Barth2015-11-19
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | python-ipaddress: new package