aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* bind: update to 9.10.4-p4Noah Meyerhans2016-11-01
| | | | Signed-off-by: Noah Meyerhans <frodo@morgul.net>
* Merge pull request #3433 from jow-/python-use-staging-dir-hostpkgJo-Philipp Wich2016-11-01
|\ | | | | python, python3: use STAGING_DIR_HOSTPKG
| * python3: avoid use of HOST_BUILD_PREFIXJo-Philipp Wich2016-11-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, the python3-package.mk framework relies on HOST_BUILD_PREFIX to refer to the $(STAGING_DIR)/host directory but using the HOST_BUILD_PREFIX variable requires the use of include/host-build.mk which in turn includes python3-package.mk, leading to target redefinition errors. In order to provide a global, uniform way to refer to the host staging directory, LEDE introduced a new variable STAGING_DIR_HOSTPKG which points to $(STAGING_DIR)/host for now with the purpose of eventually being able to relocate that directory in the future. This commit changes python3-package.mk to ... - stop including include/host-build.mk (revert of #3423) - replace usages of $(HOST_BUILD_PREFIX) with $(STAGING_DIR_HOSTPKG) - warn and fallback to $(STAGING_DIR)/host if STAGING_DIR_HOSTPKG is unavailable The fallback code will ensure that the python host build infrastructure continues to work properly on older OpenWrt and LEDE versions until the STAGING_DIR_HOSTPKG is fully settled in and can be removed some time in the future. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
| * python: avoid use of HOST_BUILD_PREFIXJo-Philipp Wich2016-11-01
|/ | | | | | | | | | | | | | | | | | | | | | | | | Currently, the python-host.mk framework relies on HOST_BUILD_PREFIX to refer to the $(STAGING_DIR)/host directory but using the HOST_BUILD_PREFIX variable requires the use of include/host-build.mk which in turn includes python-host.mk, leading to target redefinition errors. In order to provide a global, uniform way to refer to the host staging directory, LEDE introduced a new variable STAGING_DIR_HOSTPKG which points to $(STAGING_DIR)/host for now with the purpose of eventually being able to relocate that directory in the future. This commit changes python-host.mk to ... - stop including include/host-build.mk (revert of #3423) - replace usages of $(HOST_BUILD_PREFIX) with $(STAGING_DIR_HOSTPKG) - warn and fallback to $(STAGING_DIR)/host if STAGING_DIR_HOSTPKG is unavailable The fallback code will ensure that the python host build infrastructure continues to work properly on older OpenWrt and LEDE versions until the STAGING_DIR_HOSTPKG is fully settled in and can be removed some time in the future. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* Merge pull request #3429 from brianjmurrell/patch-3Hannu Nyman2016-10-31
|\ | | | | ssmtp: Increase PKG_RELEASE > BB value
| * ssmtp: Increase PKG_RELEASE > BB valueBrian J. Murrell2016-10-31
|/ | | | | | | It's a generally good packaging principle that the packages in a distro release n+1 have a release value that is at least the same if not greater than the value in release n. BB has a PKG_RELEASE of 4 so upping to 5 is a good measure. Signed-off-by: Brian J. Murrell <brian@interlinx.bc.ca>
* Merge pull request #3422 from nwf/ucify-rngdHannu Nyman2016-10-31
|\ | | | | rng-tools: uci-fy, default to doing nothing
| * rng-tools: uci-fy, default to doing nothingNathaniel Wesley Filardo2016-10-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enabling the default configuration will pipe /dev/urandom back into /dev/random ala the current package behavior. Because this amounts to disabling the in-kernel entropy estimation, default disabled. While here, uci-paramaterize the high watermark. While here, add a pre-command hook for real RNGs that need 'stty raw' or other such hooks. (e.g. the TrueRNG devices) As offered in github openwrt/packages#3422, take over maintainership. See github openwrt/packages#3142. Signed-off-by: Nathaniel Wesley Filardo <nwfilardo@gmail.com>
* | Merge pull request #3357 from stintel/strongswanStijn Tintel2016-10-31
|\ \ | | | | | | strongswan: update to 5.5.1, preserve /etc/strongswan.d, take over maintainership
| * | strongswan: take over maintainershipStijn Tintel2016-10-31
| | | | | | | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
| * | strongswan: bump to 5.5.1Stijn Tintel2016-10-31
| | | | | | | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
| * | strongswan: preserve /etc/strongswan.d during upgradeStijn Tintel2016-10-31
|/ / | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | Merge pull request #3423 from commodo/python-include-host-buildHannu Nyman2016-10-31
|\ \ | | | | | | python,python3: include host-build.mk in python-host.mk & python3-package.mk
| * | python,python3: include host-build.mk in python-host.mk & python3-package.mkAlexandru Ardelean2016-10-31
| | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | Merge pull request #3416 from miska/lxcHannu Nyman2016-10-31
|\ \ \ | | | | | | | | luci-app-lxc: Minor polishing
| * | | luci-app-lxc: Minor polishingMichal Hrušecký2016-10-30
| |/ / | | | | | | | | | | | | | | | | | | Add more dependencies needed by download template and replace all, not just first occurence of : or _ in template name with space in webui. Signed-off-by: Michal Hrušecký <Michal.Hrusecky@nic.cz>
* | | Merge pull request #3420 from kissg1988/python-urllib3Hannu Nyman2016-10-31
|\ \ \ | | | | | | | | python-urllib3: update to version 1.18.1
| * | | python-urllib3: update to version 1.18.1Gergely Kiss2016-10-30
| |/ / | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | | Merge pull request #3419 from kissg1988/simplejsonHannu Nyman2016-10-31
|\ \ \ | | | | | | | | simplejson: update to version 3.10.0
| * | | simplejson: update to version 3.10.0Gergely Kiss2016-10-30
| |/ / | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | | Merge pull request #3417 from kissg1988/valaHannu Nyman2016-10-31
|\ \ \ | |/ / |/| | vala: update to version 0.34.2
| * | vala: update to version 0.34.2Gergely Kiss2016-10-30
|/ / | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | Merge pull request #3415 from amnonpaz/feature-new-package-lua-opensslHannu Nyman2016-10-30
|\ \ | | | | | | lua-openssl: Fix makefile
| * | lua-openssl: Fix makefileAmnon Paz2016-10-30
|/ /
* | Merge pull request #3394 from bobafetthotmail/patch-20Hannu Nyman2016-10-30
|\ \ | | | | | | stoken: move to Encryption submenu
| * | stoken: move to Encryption submenuAlberto Bursi2016-10-24
| | | | | | | | | | | | | | | Part of a wider housekeeping effort on the packages repository. Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
* | | Merge pull request #3389 from bobafetthotmail/patch-15Hannu Nyman2016-10-30
|\ \ \ | | | | | | | | cryptsetup: move to Encryption submenu
| * | | cryptsetup: move to Encryption submenuAlberto Bursi2016-10-23
| |/ / | | | | | | | | | | | | Part of a wider housekeeping effort on the packages repository. Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
* | | Merge pull request #3391 from bobafetthotmail/patch-17Hannu Nyman2016-10-30
|\ \ \ | | | | | | | | gnupg: move to Encryption submenu
| * | | gnupg: move to Encryption submenuAlberto Bursi2016-10-23
| |/ / | | | | | | | | | | | | Part of a wider housekeeping effort on the packages repository. Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
* | | Merge pull request #3392 from bobafetthotmail/patch-18Hannu Nyman2016-10-30
|\ \ \ | | | | | | | | squashfs-tools: move to Filesystems submenu
| * | | squashfs-tools: move to Filesystems submenuAlberto Bursi2016-10-23
| |/ / | | | | | | | | | | | | Part of a wider housekeeping effort on the packages repository. Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
* | | Merge pull request #3386 from bobafetthotmail/patch-12Hannu Nyman2016-10-30
|\ \ \ | | | | | | | | rrdcgi1/rrdtool1: move to database submenu
| * | | rrdcgi1/rrdtool1: move to database submenuAlberto Bursi2016-10-23
| | | | | | | | | | | | | | | | | | | | Part of a wider housekeeping effort on the packages repository. Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
* | | | Merge pull request #3379 from bobafetthotmail/patch-3Hannu Nyman2016-10-30
|\ \ \ \ | | | | | | | | | | zsh: move to Shells submenu
| * | | | zsh: move to Shells submenuAlberto Bursi2016-10-23
| | | | | | | | | | | | | | | | | | | | | | | | | Part of a wider housekeeping effort on the packages repository. Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
* | | | | Merge pull request #3378 from bobafetthotmail/patch-2Hannu Nyman2016-10-30
|\ \ \ \ \ | | | | | | | | | | | | bash: move to Shells submenu
| * | | | | bash: move to Shells submenuAlberto Bursi2016-10-23
| |/ / / / | | | | | | | | | | | | | | | | | | | | Part of a wider housekeeping effort on the packages repository. Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
* | | | | Merge pull request #3413 from zorun/wireguardHannu Nyman2016-10-30
|\ \ \ \ \ | | | | | | | | | | | | wireguard: Bump to 0.0.20161025
| * | | | | wireguard: Bump to 0.0.20161025Baptiste Jonglez2016-10-29
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
* | | | | | Merge pull request #3396 from EricLuehrsen/unbound_uci2Hannu Nyman2016-10-30
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Unbound: Migrate Working Directory to /var/lib/unbound and Prepare for UCI
| * | | | | Unbound: Incorporate hotplug/iface and root.key in tmpfsEric Luehrsen2016-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -Patch for /etc/unbound/unbound.conf --All work done in /var/lib/unbound/ --chroot or jail to /var/lib/unbound/ -Init script points to /usr/lib/unbound.sh -Makefile to install new scripts in the package Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
| * | | | | Unbound: Add scripts to manage root.key in tmpfsEric Luehrsen2016-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -Unbound RFC 5011 is busy and writes frequently -RFC 5011 creates working files in same directory -DNSSEC root.key managed in /var/lib/unbound -Protect against flash ROM wear out in /etc/unbound -Scripts will copy back every 7 days instead Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
| * | | | | Unbound: Add hotplug/iface script to request restartEric Luehrsen2016-10-30
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -Rebind to new interfaces cleanly -Detach from old interfaces cleanly -Some conf options do not reload dynamically -Unbound grows some and this will shrink it Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
* | | | | Merge pull request #3412 from dibdot/travelmateHannu Nyman2016-10-29
|\ \ \ \ \ | | | | | | | | | | | | travelmate: update 0.2.4
| * | | | | travelmate: update 0.2.4Dirk Brenken2016-10-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * change option 'trm_iw' to boolean, 1 => use iw (default) 0 => use iwinfo * option 'trm_maxretry' now accepts '0' to disable this check at all * documentation update Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | nsd: Update to v4.1.13Vasilis Tsiligiannis2016-10-29
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vasilis Tsiligiannis <acinonyx@openwrt.gr>
* | | | | | Merge pull request #3409 from dibdot/adblockHannu Nyman2016-10-29
|\ \ \ \ \ \ | | | | | | | | | | | | | | adblock: update 1.5.3
| * | | | | | adblock: update 1.5.3Dirk Brenken2016-10-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * make wget check more flexible, fix for broken wget package installations Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | Merge pull request #3410 from MikePetullo/lighttpdHannu Nyman2016-10-29
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | lighttpd: update to 1.4.42