aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* xl2tpd: README.md: add docs on uci optionsYousong Zhou2017-12-19
| | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* Merge pull request #5286 from pprindeville/lighttd-update-1.4.48Ted Hess2017-12-18
|\ | | | | lighttpd: update to 1.4.48
| * lighttpd: update to 1.4.48Philip Prindeville2017-12-16
| | | | | | | | | | | | | | All of the bugs for which we had patches have been fixed upstream in 1.4.46, so the patches can be dropped. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | Merge pull request #5298 from wvdakker/masterHannu Nyman2017-12-18
|\ \ | | | | | | Fixed double/missing entry in path.
| * | Shorewall6: Fix double/missing entry in path.W. van den Akker2017-12-18
| | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | Shorewall: Fix double/missing entry in path.W. van den Akker2017-12-18
|/ / | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | Merge pull request #5295 from wvdakker/reorderHannu Nyman2017-12-18
|\ \ | | | | | | Shorewall(6)-lite: Reorder install section
| * | Shorewall6-lite: Reorder package/install section.W. van den Akker2017-12-18
| | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | Shorewall-lite: Reorder package/install section.W. van den Akker2017-12-18
| | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | | Merge pull request #5296 from wvdakker/set-pathHannu Nyman2017-12-18
|\ \ \ | | | | | | | | Shorewall(6): Set path
| * | | Shorewall6: Change path to prevent busybox/ip detection before ip-tiny/full.W. van den Akker2017-12-18
| | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | Shorewall: Change path to prevent busybox/ip detection before ip-tiny/full.W. van den Akker2017-12-18
| |/ / | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | | Merge pull request #5294 from damianorenfer/masterTed Hess2017-12-18
|\ \ \ | | | | | | | | libs/libsodium: update to 1.0.16
| * | | libs/libsodium: update to 1.0.16Damiano Renfer2017-12-18
| |/ / | | | | | | | | | Signed-off-by: Damiano Renfer <damiano.renfer@gmail.com>
* / / xl2tpd: remove demand support from netifd l2tp protocolAlin Nastac2017-12-18
|/ / | | | | | | | | | | | | | | | | This pppd feature does not make sense in L2TP case because the tunnel is already connected when xl2tpd launch pppd process. If a dial-on-demand feature is to be implemented, trigger interface would have to be provided by xl2tpd, not pppd. Signed-off-by: Alin Nastac <alin.nastac@gmail.com>
* | Merge pull request #5291 from pprindeville/acpica-unix-update-20171215Philip Prindeville2017-12-17
|\ \ | | | | | | acpica-unix: update to 20171215
| * | acpica-unix: update to 20171215Philip Prindeville2017-12-17
| | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | Merge pull request #5290 from brianjmurrell/set-PATHHannu Nyman2017-12-17
|\ \ \ | | | | | | | | shorewall-lite: set the $PATH variable
| * | | shorewall6-lite: set the PATH variableBrian J. Murrell2017-12-17
| | | | | | | | | | | | | | | | | | | | | | | | So that it matches LEDE's default PATH value. Signed-off-by: Brian J. Murrell <brian@interlinx.bc.ca>
| * | | shorewall-lite: set the PATH variableBrian J. Murrell2017-12-17
|/ / / | | | | | | | | | | | | | | | So that it matches LEDE's default PATH value. Signed-off-by: Brian J. Murrell <brian@interlinx.bc.ca>
* | | Merge pull request #5236 from lynxis/rb_perlPhilip Prindeville2017-12-16
|\ \ \ | | | | | | | | perl: remove build timestamp
| * | | perl: remove build timestampAlexander Couzens2017-12-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Build timestamp prevents reproducible builds [0]. [0] https://reproducible-builds.org/docs/timestamps/ Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* | | | Merge pull request #5271 from jow-/introduce-setserialPhilip Prindeville2017-12-16
|\ \ \ \ | |_|/ / |/| | | setserial: introduce package
| * | | setserial: introduce packageJo-Philipp Wich2017-12-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This packages setserial, the standard Linux program for setting serial device attributes such as baud rate, flow control etc. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | | Revert "python,python3: add zlib/host to HOST_BUILD_DEPENDS"Hannu Nyman2017-12-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit c764f77dc1a62ce667b38520496ddb9bfaececab. The commit caused warnings to be displayed at make defconfig etc. WARNING: Makefile 'package/feeds/packages/python/python/Makefile' has a host build dependency on 'zlib/host' but 'package/libs/zlib/Makefile' does not implement a 'host' build type Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | Merge pull request #5274 from commodo/python-host-zlibHannu Nyman2017-12-16
|\ \ \ \ | | | | | | | | | | python,python3: add zlib/host to HOST_BUILD_DEPENDS
| * | | | python,python3: add zlib/host to HOST_BUILD_DEPENDSAlexandru Ardelean2017-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should fix the zlibmodule build on the host side. Usually, if zlib is not found, Python/Python3 builds fine without it, but there are some cases where the Python/Python3 interpreter on the host-side requires zlib to run. At the moment, zlib does not have a host-build. This should be available when this PR gets merged: https://github.com/lede-project/source/pull/1329 [ or a similar one that contains host-build support for zlib ]. In the meantime, this change can go into Python/Python3. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | Merge pull request #5118 from jow-/cgi-io-sha256John Crispin2017-12-16
|\ \ \ \ \ | | | | | | | | | | | | cgi-io: support SHA256 checksums for file uploads
| * | | | | cgi-io: support SHA256 checksums for file uploadsJo-Philipp Wich2017-11-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Report SHA256 checksums in addition to the MD5 ones to make cgi-io suitable for sysupgrade image verification. Also allow stat(), md5sum and/or sha256sum to fail and respond with a JSON null value instead, leaving it to the frontend to handle errors as needed. Fixes #4790. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | | | | Merge pull request #5264 from ↵Hannu Nyman2017-12-16
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | TDT-AG/pr/20171211-net-stunnel-add-uci-enabled-param net/stunnel: add enabled config option
| * | | | | | net/stunnel: add enabled config optionFlorian Eckert2017-12-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add an enabled option for the service section, so you could keep your configuration in place without apply this section on startup or service reload. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | | | Merge pull request #5283 from dibdot/travelmateHannu Nyman2017-12-16
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | travelmate: release 1.0.0
| * | | | | | | travelmate: release 1.0.0Dirk Brenken2017-12-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * limit sta interface selection/handling to defined travelmate interface (trm_iface) only * check eap capabilities and ignore enterprise uplinks as long as eap support is not available * documentation update * cosmetics * LuCI: various cleanups Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | Merge pull request #5237 from lynxis/rb_php7Michael Heimpold2017-12-15
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | php7: remove build timestamp
| * | | | | | | | php7: remove build timestampAlexander Couzens2017-12-14
| | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Build timestamp prevents reproducible builds [0]. [0] https://reproducible-builds.org/docs/timestamps/ Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* | | | | | | | Merge pull request #5280 from bk138/ola-0.10.5-try2Hannu Nyman2017-12-15
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | ola: update to 0.10.5, drop obsolete patches
| * | | | | | | | ola: update to 0.10.5, drop obsolete patchesChristian Beier2017-12-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This also add a patch fixing builds with newer protobuf versions, https://github.com/OpenLightingProject/ola/pull/1336. Signed-off-by: Christian Beier <dontmind@freeshell.org>
* | | | | | | | | Merge pull request #5279 from mstorchak/lsofHannu Nyman2017-12-15
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | lsof: reproducible build
| * | | | | | | | lsof: reproducible buildMaxim Storchak2017-12-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - clear build host and user info - clear compiler flags - set date to SOURCE_DATE_EPOCH Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | | | | | | | | Merge pull request #5244 from yousong/p11-err.hNikos Mavrogiannopoulos2017-12-15
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | openconnect: fix compilation against libp11 >= 0.4.7
| * | | | | | | | openconnect: fix compilation against libp11 0.4.7Yousong Zhou2017-12-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
| * | | | | | | | libp11: include also p11_err.h when InstallDevYousong Zhou2017-12-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the following compilation error In file included from openconnect-internal.h:95:0, from ssl.c:41: /home/yousong/git-repo/lede-project/lede/staging_dir/target-mips_24kc_musl/usr/include/libp11.h: At top level: /home/yousong/git-repo/lede-project/lede/staging_dir/target-mips_24kc_musl/usr/include/libp11.h:27:21: fatal error: p11_err.h: No such file or directory compilation terminated. make[5]: *** [libopenconnect_la-ssl.lo] Error 1 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | | | | Merge pull request #5179 from neheb/cifsFlorian Fainelli2017-12-14
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | cifs-utils: Update to 6.7
| * | | | | | | | | cifs-utils: Update to 6.7Rosen Penev2017-11-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | Merge pull request #5276 from thess/fdk-aacchamptar2017-12-13
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | fdk-aac: Update to latest source revision. Add myself as maintainer
| * | | | | | | | | | fdk-aac: Update to latest source revision. Add myself as maintainerTed Hess2017-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | | | | | | | Merge pull request #5261 from nxhack/bump_to_60_2champtar2017-12-13
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | icu: update to 60.2
| * | | | | | | | | | | icu: update to 60.2Hirokazu MORIKAWA2017-12-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Maintainer: me Compile tested: ar71xx, LEDE trunk r5488-893a1ed Run tested: NONE Description: upstream update to 60.2 note: fix g++-4 issue Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | | | | | | | | | Merge pull request #5275 from thess/unrar-updatechamptar2017-12-13
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | | unrar: Update to latest version (5.5.8)
| * | | | | | | | | | | unrar: Update to latest version (5.5.8)Ted Hess2017-12-13
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 11-Aug-2017 version fixes outstanding CVE's. CVE-2012-6706, CVE-2017-12942, CVE-2017-12941, CVE-2017-12940 and CVE-2017-12938 Signed-off-by: Ted Hess <thess@kitschensync.net>