aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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 #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
| * | | | Boost: Update 8cmf2015-12-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Major fixes: - The "Select Boost Options" was improved: - In previous versions, it was possible to unselect both Shared and Static options, so that there would be nothing to be built. This was solved by creating a choice menu "Compile Boost libraries". - A new choice menu was also created for Boost Run-time linkage called "Selects Boost Run-time linkage", which is used to select the C and C++ runtime. This choice menu obeys to the required restrictions by boost options [1]. - Fixed the invalid combination where boost shared version could be linked to C and C++ static runtime. This is not allowed by the boost builder. - Added new menu where a Boost building variant can be chosen from 3 options: - Release: The optimized version for daily use. - Debug: The debugging version, for testing purposes. - Profiling: The profiling version for evaluation purposes. - Improved options help descriptions. Minor fixes: - Makefile Version was bumped from 6 to 8 because the previous update [2] did not bumped the value acordingly to the submission rules. - Removed stuff that was not doing anything: "-sBUILD=release" - Changed builder executable from "bjam" to "b2" which is the correct caller: - "bjam" is the old name and exists only for compatibility purposes. [1]: http://www.boost.org/build/doc/html/bbv2/overview/builtins/features.html [2]: openwrt#2084 Signed-off-by: Carlos M. Ferreira <carlosmf.pt@gmail.com>
* | | | | Merge pull request #2123 from commodo/ovs-musl-fixHannu Nyman2015-12-14
|\ \ \ \ \ | | | | | | | | | | | | openvswitch: fix build with musl and GCC 5
| * | | | | openvswitch: fix build with musl and GCC 5Alexandru Ardelean2015-12-13
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | Merge pull request #2120 from commodo/ibrcommon-fix-musl-buildHannu Nyman2015-12-14
|\ \ \ \ \ \ | | | | | | | | | | | | | | ibrcommon: fix build on musl
| * | | | | | ibrcommon: fix build on muslAlexandru Ardelean2015-12-13
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Build error: ``` make[6]: Entering directory `/home/sandu/work/openwrt/build_dir/target-mips_34kc_musl-1.1.11/ibrcommon-1.0.1/ibrcommon/data' CXX BLOB.lo CXX ConfigFile.lo CXX File.lo File.cpp: In member function 'std::__cxx11::string ibrcommon::File::getBasename() const': File.cpp:229:44: error: 'basename' was not declared in this scope return std::string(basename(_path.c_str())); ^ make[6]: *** [File.lo] Error 1 ``` Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | Merge pull request #2091 from kzyapkov/sshtunnelNuno Goncalves2015-12-14
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | sshtunnel: switch to procd Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
| * | | | | | sshtunnel: switch to procdKiril Zyapkov2015-12-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This changeset removes the shell wrapper the package used previously, and uses the instance-management abilities of procd to track ssh processes. Many fixes and improvements were integrated from the package maintainer's branch at https://github.com/nunojpg/packages/tree/sshtunnel Signed-off-by: Kiril Zyapkov <kiril.zyapkov@gmail.com>
* | | | | | | Merge pull request #2125 from aTanW/masterHannu Nyman2015-12-14
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | gammu: bump to new upstream 1.36.8
| * | | | | | gammu: bump to new upstream 1.36.8aTanW2015-12-14
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vitaly Protsko <villy@sft.ru> --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
* | | | | | rtl-ais: add procd validationNuno Goncalves2015-12-13
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
* | | | | | Merge pull request #2124 from commodo/ntpd-build-fixtripolar2015-12-13
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | ntpd: add libcap to default dependencies of the ntpd package
| * | | | | ntpd: add libcap to default dependencies of the ntpd packageAlexandru Ardelean2015-12-13
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Seems ntpdate also requires this lib: ``` Package ntpdate is missing dependencies for the following libraries: libcap.so.2 make[2]: *** [/store/buildbot/slave/ar71xx/build/bin/ar71xx/packages/packages/ntpdate_4.2.8p4-1_ar71xx.ipk] Error 1 make[2]: Leaving directory `/store/buildbot/slave/ar71xx/build/feeds/packages/net/ntpd' ``` Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | Merge pull request #2121 from v-vid/masterLuka Perkov2015-12-13
|\ \ \ \ \ | | | | | | | | | | | | bump version to 3.5.12
| * | | | | Bump version to 3.5.12v-vid2015-12-13
| | | | | |
* | | | | | nmap: bump to 7.01Nuno Goncalves2015-12-13
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
* | | | | | Merge pull request #2119 from commodo/glib2-fix-host-buildtripolar2015-12-13
|\ \ \ \ \ \ | |/ / / / / |/| | | | | glib2: fix host build
| * | | | | glib2: fix host buildAlexandru Ardelean2015-12-13
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Replace libintl/host with gettext-full/host. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* / / / / python: bump PKG_RELEASEHannu Nyman2015-12-13
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | Bump PKG_RELEASE of python 2.7.11 as there have been several fixes since the initial release. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | Merge pull request #2118 from commodo/python2-fix-typoHannu Nyman2015-12-13
|\ \ \ \ | | | | | | | | | | python2: fix typo in HostPython function
| * | | | python2: fix typo in HostPython functionAlexandru Ardelean2015-12-13
|/ / / / | | | | | | | | | | | | | | | | | | | | I call this the curse of the End-Of-The-Year for me. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | Merge pull request #2115 from commodo/python2-fix-setuptoolsHannu Nyman2015-12-12
|\ \ \ \ | | | | | | | | | | python: fix HostPython again
| * | | | python: fix HostPython againAlexandru Ardelean2015-12-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested on python-setuptools. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | zile: Remove unecessary dependence on libncurses (non-w) versionTed Hess2015-12-11
|/ / / / | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | Merge pull request #2109 from commodo/python2-fixHannu Nyman2015-12-11
|\ \ \ \ | | | | | | | | | | python: fix HostPython host/target selection
| * | | | python: fix HostPython host/target selectionAlexandru Ardelean2015-12-11
|/ / / / | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | Merge pull request #2108 from commodo/python-2-7-11-upgradeHannu Nyman2015-12-11
|\ \ \ \ | | | | | | | | | | python: fix upgrade 2.7.11 goof
| * | | | python: fix upgrade 2.7.11 goofAlexandru Ardelean2015-12-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Seems those pkgconfig file paths were revealed to be incorrect after doing a full clean build. And I only had to inspiration to do one after doing the initial PR. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | Merge pull request #2107 from commodo/python-2-7-11-upgradeHannu Nyman2015-12-11
|\| | | | | | | | | | | | | | python: upgrade to version 2.7.11
| * | | | python: upgrade to version 2.7.11Alexandru Ardelean2015-12-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | And split python-dev and python-lib2to3 packages. Seems for python3 this was done, so we'll sync here. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | python: unify HostPython and HostHostPython functionsAlexandru Ardelean2015-12-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | That means basically moving the host Python from $(STAGING_DIR_HOST) to $(STAGING_DIR_HOST)/usr and making the PYTHONPATH var as an argument. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | python: remove newline function; it's also in OpenWRT coreAlexandru Ardelean2015-12-11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | Merge pull request #2105 from dddaniel/masterHannu Nyman2015-12-11
|\ \ \ \ \ | | | | | | | | | | | | atftp: Fix "undefined reference" linker errors.