aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnunet: add new packageDaniel Golle2015-05-30
| | | | | | | | | | The single 'gnunet' package built should be further split up, meta-packages for common use-cases should be added. However, it's not too big to run on devices with 8MB of flash or more, even in the current monolithic package. Integration with procd and netifd is not yet implemented. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libextractor: add new packageDaniel Golle2015-05-30
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gnutls: corrected regression with camellia cipherNikos Mavrogiannopoulos2015-05-30
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* nfs-kernel-server: revert CONFIG_IPV6 handlingJo-Philipp Wich2015-05-29
| | | | | | | Building nfs-kernel-server with --enable-ipv6 requires not yet packaged libtirpc, therfore unconditionally disable IPv6 support again for now. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* Merge pull request #1317 from thess/bridge-updateTed Hess2015-05-29
|\ | | | | bridge-utils: Add busybox fixup in postrm
| * bridge-utils: Add busybox fixup in postrmTed Hess2015-05-28
| | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | Merge pull request #1320 from wongsyrone/patch-1Steven Barth2015-05-29
|\ \ | | | | | | ethtool: add missing quotation mark in Makefile
| * | ethtool: add missing quotation mark in MakefileSyrone Wong2015-05-29
|/ / | | | | Signed-off-by: Shuoyao Wang <wong.syrone@gmail.com>
* | ocserv: use freeradius-client library if radius support is requestedNikos Mavrogiannopoulos2015-05-28
| | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | freeradius-client: added libraryNikos Mavrogiannopoulos2015-05-28
| | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | Merge pull request #1292 from ffainelli/ethtoolMatthias Schiffer2015-05-28
|\ \ | |/ |/| ethtool: Add option to enable/disable pretty-printing
| * ethtool: Add option to enable/disable pretty-printingFlorian Fainelli2015-05-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With upstream commit https://git.kernel.org/cgit/network/ethtool/ethtool.git/commit/?id=875616dfcbe57ea0f639a20d85fcbad2172ad744 there is now an option to produce a smaller ethtool build which will disable pretty printing (Ethernet drivers, SFP diagnostics...) for platforms that do not need it. Hook a menu configuration option to control that option. Build size differences on ar71xx: With: -rw-r--r-- 1 florian florian 79K mai 23 10:43 bin/ar71xx/packages/packages/ethtool_3.18-1_ar71xx.ipk Without: -rw-r--r-- 1 florian florian 23K mai 23 10:43 bin/ar71xx/packages/packages/ethtool_3.18-1_ar71xx.ipk Signed-off-by: Florian Fainelli <florian@openwrt.org>
* | ulogd: add json pluginMarko Ratkaj2015-05-28
| | | | | | | | Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* | Merge pull request #1314 from commodo/python-2.7.10-upgradeSteven Barth2015-05-28
|\ \ | | | | | | python: upgrade to 2.7.10
| * | python: upgrade to 2.7.10Alexandru Ardelean2015-05-27
| | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | git: update to 2.4.2Peter Wagner2015-05-27
| | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | Merge pull request #1181 from ryzhovau/ipv6_optJo-Philipp Wich2015-05-27
|\ \ \ | | | | | | | | Optional IPv6 support
| * | | ruby: respect IPv6 settingsAlexander Ryzhov2015-05-21
| | | | | | | | | | | | | | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
| * | | apr: respect IPv6 settingsAlexander Ryzhov2015-05-21
| | | | | | | | | | | | | | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
| * | | rtorrent: respect IPv6 settingsAlexander Ryzhov2015-05-21
| | | | | | | | | | | | | | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
| * | | nfs-kernel-server: respect IPv6 settingsAlexander Ryzhov2015-05-21
| | | | | | | | | | | | | | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
| * | | mtr: respect IPv6 settingsAlexander Ryzhov2015-05-21
| | | | | | | | | | | | | | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
| * | | libtorrent: respect IPv6 settingsAlexander Ryzhov2015-05-21
| | | | | | | | | | | | | | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
| * | | lsof: respect IPv6 settingsAlexander Ryzhov2015-05-21
| | | | | | | | | | | | | | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* | | | Merge pull request #1313 from remakeelectric/libev-newLuka Perkov2015-05-27
|\ \ \ \ | | | | | | | | | | libev: Import from management, with path fixes
| * | | | libev: Import from management, with path fixesKarl Palsson2015-05-27
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Imports the latest version from the management feed, and fixes the install paths. All example code, and desktop linux expects and installs libev's headers to /usr/include/<ev.h> not under a subdirectory. Signed-off-by: Karl Palsson <karlp@tweak.net.au>
* | | | sqlite: update to 3.8.10.2Etienne CHAMPETIER2015-05-27
| | | | | | | | | | | | | | | | | | | | | | | | quickly run tested on ar71xx Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* | | | zabbix: update to 2.4.5Etienne CHAMPETIER2015-05-27
| | | | | | | | | | | | | | | | | | | | | | | | run tested on ar71xx Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* | | | monit: update to 5.13Etienne CHAMPETIER2015-05-27
| | | | | | | | | | | | | | | | | | | | | | | | run tested on ar71xx Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* | | | perl-www-curl: Bump PKG_RELEASEMarcel Denia2015-05-27
| | | | | | | | | | | | | | | | | | | | | | | | Recent changes in the perl package changed the ABI. Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | perl-html-parser: Bump PKG_RELEASEMarcel Denia2015-05-27
| | | | | | | | | | | | | | | | | | | | | | | | Recent changes in the perl package changed the ABI. Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | perl-dbi: Bump PKG_RELEASEMarcel Denia2015-05-27
| | | | | | | | | | | | | | | | | | | | | | | | Recent changes in the perl package changed the ABI. Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | perl-compress-bzip2: Bump PKG_RELEASEMarcel Denia2015-05-27
| | | | | | | | | | | | | | | | | | | | | | | | Recent changes in the perl package changed the ABI. Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | perl: Bump PKG_RELEASEMarcel Denia2015-05-27
| | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | perl: Pass _LARGEFILE_SOURCE and _FILE_OFFSET_BITS in cflagsMarcel Denia2015-05-27
| | | | | | | | | | | | | | | | | | | | | | | | Fixes broken largefile support. Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | perl: Remove duplicate "subversion" configuration symbol for armebMarcel Denia2015-05-27
| | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | perl-www: Remove unnecessary -n Configure switchMarcel Denia2015-05-27
| | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | perl: Enable threading in host-perl as well if threading is selectedMarcel Denia2015-05-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While host-perl only exists to run build scripts(and thus, should have no influence on built packages at all), most packages depend heavily on the feature set of the perl installation that ran their configuration scripts. This change makes them see that threading support is enabled(if it actually is selected). We can't use configuration symbol overrides for this one, as they are visible to host-perl as well. Using overrides would make it act as if it had threading support enabled without actually having it. Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | perl: Allow changing the default directory for perlmod/CompileMarcel Denia2015-05-27
| | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | perl: Add "-rdynamic" to LDDLFLAGS override in perlmod/ConfigureMarcel Denia2015-05-27
| | | | | | | | | | | | | | | | | | | | | | | | perl would have done the same. Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | perl: Override cpprun configuration symbolMarcel Denia2015-05-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will not change any existing packages' functionality. All packages that used this symbol before during build(with it's value being "cc -E") most likely would've failed compilation. Note that this change is only in effect during build. Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | perl: Allow changing the default directory for perlmod/ConfigureMarcel Denia2015-05-27
| |/ / |/| | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | Merge pull request #1294 from mar-kolya/add-bridge-utilsTed Hess2015-05-26
|\ \ \ | | | | | | | | Move bridge-utils from oldpackages
| * | | bridge-utils: copy from oldpackagesNikolay Martynov2015-05-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update Makefile accoring to CONTRIBUTING.md, set maintainer * fix file offset handling * use https://git.kernel.org/pub/scm/linux/kernel/git/shemminger/bridge-utils.git for source code Signed-off-by: Nikolay Martynov <mar.kolya@gmail.com>
* | | | Merge pull request #1307 from oneru/add-qrencodeSteven Barth2015-05-26
|\ \ \ \ | | | | | | | | | | libqrencode: This reverts some unwelcome changes and then fixes a typo in Makefile
| * | | | libqrencode: fix typo in makefileJonathan Bennett2015-05-25
| | | | | | | | | | | | | | | | | | | | | | | | | Fix compile error due to autoconf Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>
| * | | | Revert "qrencode: Fix build dependency (libpng)"Jonathan Bennett2015-05-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit was not made by the package maintainer and needs to be reverted. This reverts commit 1e2cd3318b67584d12ea9ee27e1b23927510f630. Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>
| * | | | Revert "qrencode: Completely remove libpng dependency from package configure"Jonathan Bennett2015-05-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit was not made by the package maintainer and needs to be reverted. This reverts commit 5989f6ca0b47eb575c3df94cf473bcde0819f221. Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz.
* | | | | netdiscover: add packageMislav Novakovic2015-05-26
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* | | | | libnet: add packageMislav Novakovic2015-05-26
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>