aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | | | | i2c-tools: add fossies.org download mirrorDaniel Golle2015-12-25
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lm-sensors.org is down, again... Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | Merge pull request #2129 from commodo/krb5-upgrade-n-fixHannu Nyman2015-12-22
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | krb5: bump to version 1.13.3 and fix uninitialized warning/error
| * | | | | | krb5: bump to version 1.13.3 and fix uninitialized warning/errorAlexandru Ardelean2015-12-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Version 1.13.3 has a tar.gz so the OpenWRT default Build/Prepare rule can be used with MD5 checksum. Add patch to fix build: ktutil_funcs.c: In function 'ktutil_delete': ktutil_funcs.c:75:28: error: 'prev' may be used uninitialized in this function [-Werror=maybe-uninitialized] prev->next = lp->next; There does not seem to be a way for 'prev' being uninitialized (logically), however the compiler does not see that, because 'prev' is dependent on i >= 1. So, we just need to initialize it to NULL. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | Merge pull request #2145 from ClaymorePT/boost_1Ted Hess2015-12-21
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Boost: Version Update -> 1.60
| * | | | | | | Boost: Version Update -> 1.60Carlos Miguel Ferreira2015-12-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Version Update: - Boost is updated to version 1.60 - New library called Variadic Macro Data (VMD) [1] - Several libraries updates [2] [1]: http://www.boost.org/libs/vmd/ [2]: http://www.boost.org/users/history/version_1_60_0.html Signed-off-by: Carlos M. Ferreira <carlosmf.pt@gmail.com>
* | | | | | | | Merge pull request #2140 from dedeckeh/masterHannu Nyman2015-12-21
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | ddns-scripts: Add support for the service dtdns.com
| * | | | | | | | ddns-scripts: Update PKG_RELEASE after adding dtdns supportHans Dedecker2015-12-21
| | | | | | | | |
| * | | | | | | | ddns-scripts: Add support for the service dtdns.comHans Dedecker2015-12-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support is added for the service dtdns.com (https://www.dtdns.com) Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
* | | | | | | | | perl-cgi: Update to 4.25Marcel Denia2015-12-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | | | | | | perl-www: Update to 6.15Marcel Denia2015-12-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | | | | | | perl-compress-bzip2: Update to 2.24Marcel Denia2015-12-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | | | | | | perl: Update to 5.22.1Marcel Denia2015-12-21
| |_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | | | | | Merge pull request #2161 from dibdot/adblockTed Hess2015-12-21
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | adblock: bugfix
| * | | | | | | | adblock: bugfixDirk Brenken2015-12-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix cornercase during domain query removal Signed-off-by: Dirk Brenken <dirk@brenken.org>
* | | | | | | | | Merge pull request #2159 from ryzhovau/luaposix_docsTed Hess2015-12-21
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | luaposix: suppress docs compilation errors
| * | | | | | | | | luaposix: suppress docs compilation errorsAlexander Ryzhov2015-12-21
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* | | | | | | | | Merge pull request #2158 from dibdot/adblockTed Hess2015-12-20
|\| | | | | | | | | | | | | | | | | | | | | | | | | | adblock: small changes
| * | | | | | | | adblock: small changesDirk Brenken2015-12-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add whocares.org as additional source * add adblock statistics (requires query log) * cosmetics Signed-off-by: Dirk Brenken <dirk@brenken.org>
* | | | | | | | | Merge pull request #2147 from commodo/node-x86-build-fixJohn Crispin2015-12-20
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | node: fix build on x86 & x86.64 targets
| * | | | | | | | | node: fix build on x86 & x86.64 targetsAlexandru Ardelean2015-12-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For x86 and x86_64, nodejs has some special CPU code that needs to be selected by specifying the correct CPU name (correct for nodejs). On OpenWRT x86 is i386 ; node wants ia32 for this. And x86_64 is x64 on nodejs. So, we just need to do the proper substitutions. Note: the ARCH env-var is obtained from CONFIG_ARCH, after some subtitutions are applied. So, it shouldn't affect other target archs. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | | | | vpnc-scripts: bumped versionNikos Mavrogiannopoulos2015-12-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | | | | | | | Merge pull request #2157 from biblbroks/vpnc-scripts-dns-fixNikos Mavrogiannopoulos2015-12-20
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | vpnc-scripts: Fix handling of multiple VPN DNS servers
| * | | | | | | | | | vpnc-scripts: Fix handling of multiple VPN DNS serversAleksandar Radovanovic2015-12-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix for #2116 - $INTERNAL_IP{4,6}_DNS variables are not word-split correctly when containing more than one DNS server. Signed-off-by: Aleksandar Radovanovic <biblbroks@sezampro.rs>
* | | | | | | | | | | Merge pull request #2156 from dubek/rsyslog-8.15.0Ted Hess2015-12-20
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | net/rsyslog: update to 8.15.0
| * | | | | | | | | | net/rsyslog: update to 8.15.0Dov Murik2015-12-20
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dov Murik <dmurik@us.ibm.com>
* | | | | | | | | | Merge pull request #2154 from damianorenfer/masterHannu Nyman2015-12-20
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | libs/libsodium: update to 1.0.7
| * | | | | | | | | | libs/libsodium: update to 1.0.7Damiano Renfer2015-12-20
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
* | | | | | | | | | Merge pull request #2144 from cshore/pull-request-python-module-makeHannu Nyman2015-12-19
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | lang/python: Make building additional (non-base) python modules easier
| * | | | | | | | | | lang/python: Make building additional (non-base) python modules easierDaniel Dickinson2015-12-18
| | |_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds code to make it easier to build third-party python modules such as ones from PyPi. Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>
* | | | | | | | | | Merge pull request #2143 from thess/madplay-fixTed Hess2015-12-19
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | madplay: fix missing binary in madplay-oss package
| * | | | | | | | | | madplay: fix missing binary in madplay-oss packageTed Hess2015-12-18
| | |_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | | | | | | Merge pull request #2150 from commodo/mdnsresponder-build-fixSteven Barth2015-12-19
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | mdnsresponder: (fix build) use TARGET_CC as LD
| * | | | | | | | | mdnsresponder: (fix build) use TARGET_CC as LDAlexandru Ardelean2015-12-19
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Probably related to -fstack-protector being used. Got the idea from: http://ubuntuforums.org/showthread.php?t=352642&p=10100263#post10100263 Regarding the missing __stack_check_fail_local, using gcc as the linker instead of ld fixes the issue without disabling stack protection as with -fno-stack-protector. Fixes linker errs on some targets: objects/prod/dnssd_clientstub.c.so.o: In function `handle_resolve_response': dnssd_clientstub.c:(.text+0x395): undefined reference to `__stack_chk_fail_local' objects/prod/dnssd_clientstub.c.so.o: In function `handle_query_response': dnssd_clientstub.c:(.text+0x4bd): undefined reference to `__stack_chk_fail_local' Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | | | Merge pull request #2139 from Adze1502/masterHannu Nyman2015-12-18
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | mwan3: update to version 2.0-1
| * | | | | | | | mwan3: update to version 2.0-1Jeroen Louwes2015-12-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix issue with sticky sessions not working correctly Fix issue where user created ipsets were not applied Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
* | | | | | | | | Merge pull request #2138 from dibdot/adblockHannu Nyman2015-12-17
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | / / / / / / | | |/ / / / / / | |/| | | | | | adblock: feature update
| * | | | | | | adblock: feature updateDirk Brenken2015-12-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add two new blocklist sources: adaway.org and disconnect.me * each blocklist source will be processed separately (no longer use one big monolithic adblocklist), duplicates makes no harm to dnsmasq * url timestamp check to download and process only updated blocklists * overall duplicate removal in separate blocklists (will be automatically disabled on low memory systems) * additional checks & various small changes Signed-off-by: Dirk Brenken <dirk@brenken.org>
* | | | | | | | unzip: enable unicode support and avoid packing the same binary twiceAlexander Ryzhov2015-12-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes https://github.com/openwrt/packages/pull/2081. Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru> Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | | | | | sumo: update to v0.25.0Álvaro Fernández Rojas2015-12-16
| |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | | | | triggerhappy: Update to 01-Oct-15 version, force new source downloadTed Hess2015-12-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | | | Merge pull request #2092 from cshore/pull-request-python-system-expatHannu Nyman2015-12-16
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | lang/python: Depend on system expat
| * | | | | | | lang/python: Depend on system expatDaniel Dickinson2015-12-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>
* | | | | | | | Merge pull request #2130 from hnyman/wget1171Hannu Nyman2015-12-15
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | wget: bump version to 1.17.1
| * | | | | | | | wget: bump version to 1.17.1Hannu Nyman2015-12-15
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update wget to version 1.17.1. Remove patches as they are included upstream. Changes in Wget 1.17.1 * Fix compile error when IPv6 is disabled or SSL is not present. * Fix HSTS memory leak. * Fix progress output in non-C locales. * Fix SIGSEGV when -N and --content-disposition are used together. * Add --check-certificate=quiet to tell wget to not print any warning about invalid certificates. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | | | | Merge pull request #2127 from commodo/ola-fix-buildHannu Nyman2015-12-15
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | ola: fix build (linking issue TCPSocket::ReadDescriptor() const)
| * | | | | | | | ola: fix build (linking issue TCPSocket::ReadDescriptor() const)Alexandru Ardelean2015-12-15
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reported buildbot issue is: /store/buildbot/slave/ar71xx/build/build_dir/target-mips_34kc_musl-1.1.11/ola-0.9.7/plugins/openpixelcontrol/.libs/libolaopenpixelcontrol.so: undefined reference to `ola::network::TCPSocket::ReadDescriptor() const' collect2: error: ld returned 1 exit status There's also a discussion (attempt) to fix this on the buildroot project: https://patchwork.ozlabs.org/patch/503884/ This bug has been reported (from the buildroot project), here: https://github.com/OpenLightingProject/ola/issues/880 This commit introduced the issue: https://github.com/OpenLightingProject/ola/commit/bfc1d99055980dfac5c959a7210257d1939803ec specifically the `-fvisibility-inlines-hidden` switch. So, until, the upstream project (ola) fixes this, this fix looks like the quickest/simplest workaround to have this package build. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | | Merge pull request #2128 from hansmi/masterHannu Nyman2015-12-15
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | [Unbound] Update to 1.5.7
| * | | | | | | | [Unbound] Update to 1.5.7Michael Hanselmann2015-12-14
| | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump unbound to version 1.5.7 released on December 10, 2015. Signed-off-by: Michael Hanselmann <public@hansmi.ch>
* / | | | | | | sslh: respect LDFLAGSAlexander Ryzhov2015-12-15
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes: #2078 Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru> Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
* | | | | | | Merge pull request #2100 from ClaymorePT/boost_8Ted Hess2015-12-14
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Boost: Update 8