aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* lxc: add lxc-unprivileged helper package for unprivileged containersRafał Miłecki2017-12-12
| | | | | | | LXC requires newuidmap and newguidmap with SUID to run unprivileged containers. This package should help users make sure they are available. Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
* Merge pull request #5213 from lynxis/rb_openplcFlorian Fainelli2017-12-11
|\ | | | | open-plc-utils: remove build timestamp
| * open-plc-utils: remove build timestampAlexander Couzens2017-12-10
| | | | | | | | | | | | | | | | Build timestamps prevent reproducible builds [0]. [0] https://reproducible-builds.org/docs/timestamps/ Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* | Merge pull request #5263 from yangfl/masterHannu Nyman2017-12-11
|\ \ | | | | | | i2pd: Update to 2.17.0
| * | i2pd: Update to 2.17.0David Yang2017-12-11
| | | | | | | | | | | | Signed-off-by: David Yang <mmyangfl@gmail.com>
* | | Merge pull request #5262 from neheb/patch-1Nikos Mavrogiannopoulos2017-12-11
|\ \ \ | | | | | | | | gnutls: Use HTTP instead of FTP
| * | | gnutls: Use HTTPS instead of FTPRosen Penev2017-12-10
| |/ / | | | | | | | | | | | | | | | While recently building asterisk, the make system stalled on gnutls. On my install of Ubuntu 16.04 on WSL, it seems curl can't download from ftp and doesn't even time out properly. Easiest solution is to switch the gnutls Makefile to use HTTPS instead. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | net/mosquitto: reproducible build patchesKarl Palsson2017-12-11
| | | | | | | | | | | | | | | | | | | | | Remove build timestamp. Using currently proposed upstream patch. Signed-off-by: Alexander Couzens <lynxis@fe80.eu> Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | net/mosquitto: depend on virtual package instead of selectKarl Palsson2017-12-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | Can't use DEPENDS:= +libname when libname is now a virtual package. Switch to plain DEPENDS:= libname. Fixes Github issue 4751 Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | libwebsockets: remove build hostnameAlexander Couzens2017-12-11
| | | | | | | | | | | | | | | | | | | | | Using the build hostname breaks reproducible builds. The patch is already merged upstream Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* | | libwebsockets: bump to version 2.4.1Karl Palsson2017-12-11
|/ / | | | | | | | | | | No changelog entry upstream unfortunately. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | Merge pull request #5259 from valdi74/update_python-curlchamptar2017-12-10
|\ \ | | | | | | python-curl: update to 7.43.0.1
| * | python-curl: update to 7.43.0.1Waldemar Konik2017-12-10
| | | | | | | | | | | | Signed-off-by: Waldemar Konik <informatyk74@interia.pl>
* | | Merge pull request #5197 from commodo/python-bluez-depschamptar2017-12-10
|\ \ \ | |/ / |/| | python,python3: define config option for bluetooth support
| * | python,python3: define config option for bluetooth supportAlexandru Ardelean2017-12-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It was reported via https://github.com/openwrt/packages/pull/5122#issuecomment-347395472 that if bluez-libs is selected as an installable package, then the error below will show up: ``` * satisfy_dependencies_for: Cannot satisfy the following dependencies for python-light: * bluez-libs * * opkg_install_cmd: Cannot install package python-light. ``` This looks like a limitation in the design of package deps, and maybe a misuse of conditional deps (i.e. PACKAGE_bluez-libs:bluez-libs). So, to fix this, an idea we're adding an extra symbol that enfoces installation of bluez-libs if selected. We also need to add a way to disable bluetooth build if PYTHON(3)_BLUETOOTH_SUPPORT is de-selected. Otherwise, bluetooth is installed and the socket module is broken due to linker errors. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | python-pip-conf: split package away from python packageAlexandru Ardelean2017-12-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should improve build time if you only want to build Python3 (and not Python). Because python-pip-conf was part of the python package, the whole python package (host + target) would get built if Python3 would need to get built. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | Merge pull request #5116 from TDT-AG/pr/20171113-stunnel-add-uci-supportHannu Nyman2017-12-10
|\ \ \ | | | | | | | | net/stunnel: add uci config support
| * | | net/stunnel: add uci config supportFlorian Eckert2017-12-10
|/ / / | | | | | | | | | | | | | | | Add uci config support. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | Merge pull request #5256 from lynxis/rb_openldapHannu Nyman2017-12-10
|\ \ \ | | | | | | | | openldap: remove build host/user/timestamp
| * | | openldap: remove build host/user/timestampAlexander Couzens2017-12-10
|/ / / | | | | | | | | | | | | | | | Such information from the build system break reproducible builds. Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* | | Merge pull request #5155 from neheb/patch-6Matthias Schiffer2017-12-09
|\ \ \ | | | | | | | | ethtool: Update to 4.13
| * | | ethtool: Update to 4.13Rosen Penev2017-11-19
| | | | | | | | | | | | | | | | | | | | Tested on ramips (mt7621) Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #5253 from mstorchak/aclchamptar2017-12-09
|\ \ \ \ | | | | | | | | | | acl: update to 20170420
| * | | | acl: update to 20170420Maxim Storchak2017-12-09
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | | | | Merge pull request #5248 from diizzyy/patch-111champtar2017-12-09
|\ \ \ \ \ | | | | | | | | | | | | net/stunnel: Update to 5.44
| * | | | | net/stunnel: Update to 5.44Daniel Engberg2017-12-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update stunnel to 5.44 * Disable FIPS Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | Merge pull request #5252 from mstorchak/attrchamptar2017-12-09
|\ \ \ \ \ \ | | | | | | | | | | | | | | attr: update to 20170915
| * | | | | | attr: update to 20170915Maxim Storchak2017-12-09
| | |/ / / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | | | | | Merge pull request #5245 from mstorchak/rsyncchamptar2017-12-09
|\ \ \ \ \ \ | |/ / / / / |/| | | | | rsync: fix CVE-2017-15994 and CVE-2017-16548
| * | | | | rsync: Fix CVE-2017-15994 and CVE-2017-16548Maxim Storchak2017-12-08
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | | | | | Merge pull request #5250 from mstorchak/tgtHannu Nyman2017-12-09
|\ \ \ \ \ \ | | | | | | | | | | | | | | tgt: update to 1.0.72
| * | | | | | tgt: update to 1.0.72Maxim Storchak2017-12-09
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | | | | | Merge pull request #5251 from mstorchak/smartmontoolsHannu Nyman2017-12-09
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | smartmontools: update to 6.6
| * | | | | smartmontools: update to 6.6Maxim Storchak2017-12-09
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | | | | Merge pull request #5247 from dibdot/travelmateHannu Nyman2017-12-09
|\ \ \ \ \ | | | | | | | | | | | | travelmate: update 0.9.6
| * | | | | travelmate: update 0.9.6Dirk Brenken2017-12-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix incomplete bssid logic * add missing package dependencies * Turris omnia compability fixes (LuCI, separate PR) * OpenWrt theme fixes (LuCI, separate PR) Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | build,travis: SDK name now start with openwrtEtienne Champetier2017-12-08
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* | | | | | Merge pull request #5242 from smutt/danishchamptar2017-12-08
|\ \ \ \ \ \ | | | | | | | | | | | | | | danish: Add package net/danish
| * | | | | | danish: Add package net/danishAndrew McConachie2017-12-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add package Danish. A middle box implementation of RFC 6698 for HTTPS. <https://github.com/smutt/danish> This package installs /usr/sbin/danish(the Danish executable), /etc/init.d/danish and /etc/config/danish. Tested with LEDE x86_64 Signed-off-by: Andrew McConachie <andrew@depht.com>
* | | | | | | wavemon: use SOURCE_DATE_EPOCH as BUILD_DATEAlexander Couzens2017-12-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Build timestamps prevent reproducible builds [0]. SOURCE_DATE_EPOCH [1] can replace BUILD_DATE in a determinisc way. [0] https://reproducible-builds.org/docs/timestamps/ [1] https://reproducible-builds.org/specs/source-date-epoch/ Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* | | | | | | Merge pull request #5246 from wvdakker/masterchamptar2017-12-08
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | Shorewall: bump to version 5.1.9
| * | | | | | Shorewall6: bump to version 5.1.9W. van den Akker2017-12-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed 010-update_install_sh.patch. Merged upstream. Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | | | | Shorewall: bump to version 5.1.9W. van den Akker2017-12-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed 010-update_install_sh.patch. Merged upstream. Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | | | | Shorewall6-lite: bump to version 5.1.9W. van den Akker2017-12-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | | | | Shorewall-lite: bump to version 5.1.9W. van den Akker2017-12-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | | | | Shorewall-core: bump to version 5.1.9W. van den Akker2017-12-08
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | | | | | Merge pull request #5243 from brianjmurrell/shorewall-multi-sourceschamptar2017-12-08
|\ \ \ \ \ \ | | | | | | | | | | | | | | Shorewall multi sources
| * | | | | | shorewall6: Multiple source sourcesBrian J. Murrell2017-12-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Maintainer: @wvdakker Description: Specify multiple sources for fetching the source tarball for redundancy. Pulled out of a historical version of these packages before they were removed a while ago. Signed-off-by: Brian J. Murrell <brian@interlinx.bc.ca>
| * | | | | | shorewall: Multiple source sourcesBrian J. Murrell2017-12-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Maintainer: @wvdakker Description: Specify multiple sources for fetching the source tarball for redundancy. Pulled out of a historical version of these packages before they were removed a while ago. Signed-off-by: Brian J. Murrell <brian@interlinx.bc.ca>
| * | | | | | shorewall6-lite: Multiple source sourcesBrian J. Murrell2017-12-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Maintainer: @wvdakker Description: Specify multiple sources for fetching the source tarball for redundancy. Pulled out of a historical version of these packages before they were removed a while ago. Signed-off-by: Brian J. Murrell <brian@interlinx.bc.ca>