aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | | | | | | | motion: depend on any libmicrohttp providerDaniel Golle2020-02-23
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | motion was previously forcing the use of libmicrohttp-ssl which is not mandatory and it works just fine without SSL. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | | | cgi-io: use O_TMPFILE for uploads and attempt to directly link target fileJo-Philipp Wich2020-02-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create an anonymous inode in /tmp using O_TMPFILE and attempt to link the file in place using linkat(). Only fall back to the old file copy when linking the tempfile fails. Avoids double memory use if both the temporary upload file and the destination file are located in /tmp. Ref: https://github.com/openwrt/luci/issues/3654 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | | | | | | | | Merge pull request #11401 from neheb/ldnRosen Penev2020-02-21
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | ldns: fix compilation without deprecated APIs
| * | | | | | | | | ldns: fix compilation without deprecated APIsRosen Penev2020-02-20
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refreshed darwin patch. The first OpenSSL patch is an upstream backport. The second was sent upstream: https://github.com/NLnetLabs/ldns/pull/68 Small Makefile cleanups for consistency. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | Merge pull request #11393 from ja-pa/dovecot-security-fix-3Rosen Penev2020-02-20
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | dovecot: update to version 2.3.9.3 (security fix)
| * | | | | | | | | dovecot: update to version 2.3.9.3 (security fix)Jan Pavlinec2020-02-20
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: CVE-2020-7046 CVE-2020-7957 Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | | | | Merge pull request #11391 from dengqf6/coreutilsJosef Schlehofer2020-02-20
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | coreutils: fix #11389 build failure
| * | | | | | | | coreutils: fix #11389 build failureDENG Qingfang2020-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix compilation error due to multiple definition x86_64-openwrt-linux-musl/bin/ld: lib/libcoreutils.a(strtold.o):(.data+0x0): multiple definition of `minus_zero'; lib/libcoreutils.a(strtod.o):(.data+0x0): first defined here collect2: error: ld returned 1 exit status Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
* | | | | | | | | sshtunnel: init script improvementsKimmo Vuorinen2020-02-20
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix for OpenSSH pickiness about argument order to be able to use tap devices. * Allow tun/tap devices to be used from index 0 as demonstrated in example config. * Change arithmetic expressions. Signed-off-by: Kimmo Vuorinen <kimmo.vuorinen@gmail.com>
* | | | | | | | geth: update to 1.9.11Rosen Penev2020-02-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | libcap: update to 2.31Rosen Penev2020-02-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #11385 from ja-pa/python-more-itertools-8.2.0Rosen Penev2020-02-19
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | python-more-itertools: update to version 8.2.0
| * | | | | | | | python-more-itertools: update to version 8.2.0Jan Pavlinec2020-02-19
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | | | Merge pull request #11386 from ja-pa/python-pyparsing-2.4.6Rosen Penev2020-02-19
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | python-pyparsing: update to version 2.4.6
| * | | | | | | | python-pyparsing: update to version 2.4.6Jan Pavlinec2020-02-19
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | | | Merge pull request #11388 from neheb/fishRosen Penev2020-02-19
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | fish: update to 3.1.0
| * | | | | | | fish: update to 3.1.0Rosen Penev2020-02-19
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove upstreamed patches. Added missing libatomic dependency. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #11327 from neheb/abRosen Penev2020-02-19
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | screen: update to 4.8.0
| * | | | | | screen: update to 4.8.0Rosen Penev2020-02-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #11257 from jefferyto/python3-django1Rosen Penev2020-02-18
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | django1: Rename django1-restframework, add python3-django1
| * | | | | | | django1: Add python3-django1 packageJeffery To2020-02-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a Python 3 version of the django1 package. This also adds a python-django1-common package that contains a django-admin script based on the one in Debian[1]. This allows python-django1 and python3-django1 to be installed at the same time. python3-django conflicts with python-django1 (via python-django1-common) and python3-django1. This also updates older Python 3 Django plugin packages to depend on python3-django1, and newer plugin packages to depend on "django", which both python3-django and python3-django1 provide. Because of this dependency on either version of Django, the MDEPENDS for Python 3 Django plugin packages no longer functions correctly and has been removed. [1]: https://salsa.debian.org/python-team/modules/python-django/blob/debian/buster/debian/django-admin Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | | | | | django1-restframework: Rename to django-restframework39, add Py3 packageJeffery To2020-02-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | Merge pull request #11354 from neheb/abaskat1Rosen Penev2020-02-18
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | serdisplib: update to 2.02
| * | | | | | | | serdisplib: update to 2.02Rosen Penev2020-02-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use standard PKG_INSTALL. Added patch to fix compilation with it. Use PKG_INSTALL_DIR as a result. Added PKG_BUILD_PARALLEL for faster compilation. Fixed license information. Add build depends for libusb as it is needed for compilation. Various small cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | Merge pull request #11371 from neheb/mpd2Rosen Penev2020-02-18
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | mpd: update to 0.21.20
| * | | | | | | | | mpd: update to 0.21.20Rosen Penev2020-02-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated patches to latest patchset and removed upstreamed ones. Ran init script through shellcheck. Restart using SIGHUP. Added logging from stderr as any kind of logging is missing in --no-daemon mode. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | Merge pull request #11368 from neheb/upnppRosen Penev2020-02-18
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | libupnp: downgrade to 1.8.6
| * | | | | | | | | | libupnp: downgrade to 1.8.6Rosen Penev2020-02-17
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The newer libupnp is causing problems with libupnpp. While the latter has migraded to using a different library, it still has support for older libupnp. Keep using it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | file: add newly introduced compression supportRosen Penev2020-02-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also make it explicit in the configure args. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | jool: compile common module firstDavid Bauer2020-02-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Compile the common module first, as otherwise the dependency on the jool-common module is not detected. Signed-off-by: David Bauer <mail@david-bauer.net>
* | | | | | | | | | Merge pull request #10031 from neheb/httRosen Penev2020-02-18
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | apache: fix compilation without deprecated OpenSSL APIs
| * | | | | | | | | | apache: fix compilation without deprecated OpenSSL APIsRosen Penev2020-02-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | Merge pull request #11156 from jmarcet/nyxRosen Penev2020-02-18
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nyx: Terminal status monitor for Tor
| * | | | | | | | | | | nyx: Terminal status monitor for TorJavier Marcet2020-02-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Javier Marcet <javier@marcet.info>
| * | | | | | | | | | | python-stem: add a new packageJavier Marcet2020-02-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* | | | | | | | | | | | python-wcwidth: update to version 0.1.8Jan Pavlinec2020-02-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | | | | | | | Merge pull request #11344 from neheb/abaskat3ra321Rosen Penev2020-02-18
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | sslh: update to 1.20
| * | | | | | | | | | | | sslh: update to 1.20Rosen Penev2020-02-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed maintainer entry. Added patch fixing compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | | Merge pull request #11333 from neheb/abaskat3Rosen Penev2020-02-18
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | libffi: do not build in a special directory
| * | | | | | | | | | | | | libffi: do not build in a special directoryRosen Penev2020-02-13
| | |_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There's no need. It also breaks host builds. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | | Merge pull request #11382 from dengqf6/coreutilsRosen Penev2020-02-18
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | coreutils: update to 8.31
| * | | | | | | | | | | | | coreutils: update to 8.31DENG Qingfang2020-02-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update coreutils to 8.31 Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
* | | | | | | | | | | | | | Merge pull request #11380 from wvdakker/masterRosen Penev2020-02-18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Shorewall: Bump to 5.2.3.6
| * | | | | | | | | | | | | | Shorewall6: Bump to version 5.2.3.6W. van den Akker2020-02-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | | | | | | | | | | | | Shorewall: Bump to version 5.2.3.6W. van den Akker2020-02-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | | | | | | | | | | | | Shorewall6-lite: Bump to version 5.2.3.6W. van den Akker2020-02-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | | | | | | | | | | | | Shorewall-lite: Bump to version 5.2.3.6W. van den Akker2020-02-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | | | | | | | | | | | | Shorewall-core: Bump to version 5.2.3.6W. van den Akker2020-02-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | | | | | | | | | | | | | | mmc-utils: add patch for cache size scalingMichael Heimpold2020-02-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | | | | | | | | | Merge pull request #11378 from socram8888/acme-2.8.5Toke Høiland-Jørgensen2020-02-18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | acme: update to v2.8.5