aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* openvswitch: fix pthread stack size patchAlexandru Ardelean2016-03-10
| | | | | | | pthread_attr needed to be applied. otherwhise it still crashes. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* Merge pull request #2475 from dibdot/adblockHannu Nyman2016-03-09
|\ | | | | adblock: release 1.0.0
| * adblock: release 1.0.0Dirk Brenken2016-03-08
| | | | | | | | | | | | | | | | | | | | * add sysctl.org as new adblock source * add main debug switch (by default all stderr outputs are going to /dev/null) * small cleanups * first 'stable' release! ;-) Signed-off-by: Dirk Brenken <openwrt@brenken.org>
* | Merge pull request #2473 from thess/squeezelite-workTed Hess2016-03-08
|\ \ | | | | | | squeezelite: add new interface/mac address selection
| * | squeezelite: add new interface/mac address selectionTed Hess2016-03-08
| | | | | | | | | | | | | | | | | | allow dynamic linking to either vorbisifile or vorbisidec Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | tcl: Add BROKEN tag until package build fixedTed Hess2016-03-08
| | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | libev: Bump to version 4.22Karl Palsson2016-03-08
| | | | | | | | | | | | | | | | | | Full changelog: http://cvs.schmorp.de/libev/Changes?view=markup Signed-off-by: Karl Palsson <karlp@tweak.net.au>
* | | libs: c-ares: Bump to version 1.11Karl Palsson2016-03-08
| | | | | | | | | | | | | | | | | | | | | Full changelog at https://raw.githubusercontent.com/c-ares/c-ares/cares-1_11_0/RELEASE-NOTES Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | libwebsockets: Bump version to 1.7.3Karl Palsson2016-03-08
| | | | | | | | | | | | | | | | | | Latest "stable" release from 1.7.x branch. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | Merge pull request #2470 from xypron/pkg-configHannu Nyman2016-03-08
|\ \ \ | |/ / |/| | pkg-config: update to 0.29.1
| * | pkg-config: update to 0.29.1Heinrich Schuchardt2016-03-07
| | | | | | | | | | | | | | | | | | | | | The changes in 0.29.1 center on the treatment of --variable and --define_variable. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
* | | python-cffi: remove BROKEN statusHannu Nyman2016-03-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | Pull requests #2455 and #2463 should have fixed python-cffi. Additionally r48918 has decreased the risk from broken host sections to buildbot builds: https://dev.openwrt.org/changeset/48918 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | mosquitto: Bump to version 1.4.8Karl Palsson2016-03-07
| | | | | | | | | | | | | | | | | | | | | Changelog and release notes: http://mosquitto.org/2016/02/version-1-4-8-released/ Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | mosquitto: convert init script to procdKarl Palsson2016-03-07
| | | | | | | | | | | | | | | | | | | | | Adds support for persistence settings. Bumps package version for new init script. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | mosquitto: Include viable stub config fileKarl Palsson2016-03-07
| | | | | | | | | | | | | | | | | | | | | This should always have been available in the mosquitto package itself. This file needs to exist in basic form to allow the init scripts to even check whether it exists. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | mosquitto: use mirrored files/ treeKarl Palsson2016-03-07
| | | | | | | | | | | | | | | | | | | | | Instead of manually copying files and renaming on install, use the nice clean "files/<mirror>" structure and just $(CP) them into place. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | mosquitto: package c++ bindingsKarl Palsson2016-03-07
| | | | | | | | | | | | | | | | | | Only available in the "full" SSL version. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | Merge pull request #2468 from chris5560/masterHannu Nyman2016-03-07
|\ \ \ | |/ / |/| | ddns-scripts: fix comparing IPv6 addresses
| * | ddns-scripts: fix comparing IPv6 addressesChristian Schoenebeck2016-03-07
|/ / | | | | | | | | | | fix comparing IPv6 addresses Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | Merge pull request #2466 from zhao-gang/ss-client-updateYousong Zhou2016-03-07
|\ \ | | | | | | shadowsocks-client: change git repository url
| * | shadowsocks-client: change git repository urlZhao, Gang2016-03-07
|/ / | | | | | | | | | | | | Change the git repository url to use https. Because it's found that in some network environments http doesn't work. Signed-off-by: Zhao, Gang <gang.zhao.42@gmail.com>
* | openssh: v7.2p1Peter Wagner2016-03-06
| | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | Merge pull request #2457 from commodo/ovs-upgradeHannu Nyman2016-03-06
|\ \ | | | | | | openvswitch: pull released version 2.5.0
| * | openvswitch: pull released version 2.5.0Alexandru Ardelean2016-03-05
| | | | | | | | | | | | | | | | | | | | | Also added a patch (from OVS trunk) that fixes pthread thread stack sizes with musl. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | Merge pull request #2463 from jefferyto/host-python-with-system-ffiHannu Nyman2016-03-06
|\ \ \ | | | | | | | | python: use external libffi for host python
| * | | python: use external libffi for host pythonJeffery To2016-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This will ensure that ctypes will use the same version of libffi as other packages, e.g. python-cffi. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | Merge pull request #2455 from jefferyto/host-python-changesHannu Nyman2016-03-06
|\ \ \ \ | | | | | | | | | | Host python changes
| * | | | python packages: update host install prefixJeffery To2016-03-05
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | | python: use default host build prefix, remove cross-compile workarounds for hostJeffery To2016-03-05
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The sets host Python's prefix and exec-prefix to the same value ($(STAGING_DIR)/host for packages, as currently defined in include/host-build.mk), which avoids the case where pyconfig.h is not in the same location as Python's other header files (see https://bugs.python.org/issue896330). This also removes some cross compilation workarounds (_python_sysroot/prefix/exec_prefix, disabling byte-compilation, __PYVENV_LAUNCHER__) that are not necessary when compiling packages for host. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | Merge pull request #2458 from tru7/libesmtpHannu Nyman2016-03-06
|\ \ \ \ | | | | | | | | | | libesmtp: add ssl support, new upstream URL
| * | | | libesmtp: add ssl support, new upstream URLOthmar Truniger2016-03-05
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | | | | Merge pull request #2462 from zhao-gang/ss-client-updateHannu Nyman2016-03-06
|\ \ \ \ \ | | | | | | | | | | | | shadowsocks-client: version bump to 0.6
| * | | | | shadowsocks-client: version bump to 0.6Zhao, Gang2016-03-06
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | The patch has been merged by upstream. Signed-off-by: Zhao, Gang <gang.zhao.42@gmail.com>
* | | | | Merge pull request #2454 from dibdot/adblockHannu Nyman2016-03-06
|\ \ \ \ \ | | |_|_|/ | |/| | | adblock: 0.91.0
| * | | | adblock: 0.91.0Dirk Brenken2016-03-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix blocklist footer/counter * optimize/rework blocklist rulesets * change source url for spam404 and yoyo * code cosmetics & cleanups Signed-off-by: Dirk Brenken <openwrt@brenken.org>
* | | | | Merge pull request #2459 from chris5560/masterHannu Nyman2016-03-06
|\ \ \ \ \ | | | | | | | | | | | | ddns-scripts: correct freedns.afraid.org update url and new provider
| * | | | | ddns-scripts: correct freedns.afraid.org update url and new providerChristian Schoenebeck2016-03-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - roll back to "old" update_url of freedns.afraid.org fix for #2445 and openwrt/luci#661 - add provider nubem.com (IPv4 only) - add provider nettica.com (IPv4 only) - add provider zerigo.com (IPv4 and IPv6) - add provider regfish.de (IPv4 and IPv6) Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | | | | | Merge pull request #2456 from jefferyto/python-cryptography-updateHannu Nyman2016-03-06
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | python-cryptography: update to latest version
| * | | | | python-cryptography: update to latest versionJeffery To2016-03-05
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | This version fixes a compilation error when used with OpenSSL 1.0.2g (https://github.com/pyca/cryptography/issues/2750). Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | Merge pull request #2461 from luizluca/ruby-2.3.0Luiz Angelo Daros de Luca2016-03-06
|\ \ \ \ \ | |_|/ / / |/| | | | ruby: bump to 2.3.0
| * | | | ruby: bump to 2.3.0Luiz Angelo Daros de Luca2016-03-06
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New feature release for ruby.More info: https://www.ruby-lang.org/en/news/2015/12/25/ruby-2-3-0-released/ Patches changes: (-) 001-rdoc-remove_gems_dep.patch was merged (+) 001-acinclude.m4_rename_aclocal.m4.patch backported from upstream. Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* / / / gnutls: updated to 3.4.10Nikos Mavrogiannopoulos2016-03-05
|/ / / | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | python-cffi: mark BROKEN due to buildbot breakageHannu Nyman2016-03-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | python-cffi's host section has trouble compiling at buildbot. Yesterday it stopped all buildbot runs that reached the package. Mark the package temporarily as BROKEN to enable buildbot to complete the build. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | tracertools: fix output for ues with collectd-mod-execDaniel Golle2016-03-03
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | Merge pull request #2441 from urusha/newpkg2Yousong Zhou2016-03-02
|\ \ \ | | | | | | | | Add arp-scan package
| * | | arp-scan: add packageSergey Urushkin2016-03-01
| | | | | | | | | | | | | | | | Signed-off-by: Sergey Urushkin <urusha.v1.0@gmail.com>
* | | | nano: use GNU alias for source downloadHannu Nyman2016-03-01
| | | | | | | | | | | | | | | | | | | | | | | | Download source using the GNU alias in order to get fault-tolerance. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | Merge pull request #2397 from stintel/snmpJo-Philipp Wich2016-03-01
|\ \ \ \ | | | | | | | | | | net-snmp: reload snmpd on interface events
| * | | | net-snmp: reload snmpd on interface eventsStijn Tintel2016-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When applying wireless configuration changes, the ifindex of the wireless interface(s) change. While snmpd picks up the new interfaces with the correct index, it does not remove the old ones: IF-MIB::ifName.23 = STRING: wlan0 IF-MIB::ifName.24 = STRING: wlan1 IF-MIB::ifName.25 = STRING: wlan0 IF-MIB::ifName.26 = STRING: wlan1 This causes problems for monitoring tools that use ifName (or ifDesc) as interface reference. Add a trigger that reloads snmpd on interface up/down events so that it will no longer have the old interfaces. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | Merge pull request #2444 from oneru/nano-2.5.3Yousong Zhou2016-03-01
|\ \ \ \ \ | | | | | | | | | | | | Updates to 2.5.3 and updates copyright year.