aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* syslog-ng: tweak shell code of network_localhost little bitKarel Kočí2020-09-13
| | | | | | We can get rid of pipe with -n flag to sysctl. Signed-off-by: Karel Kočí <cynerd@email.cz>
* Merge pull request #13376 from neheb/acmeToke Høiland-Jørgensen2020-09-13
|\ | | | | acme: update to 2.8.7
| * acme: update to 2.8.7Rosen Penev2020-09-12
| | | | | | | | | | | | | | Change URL to codeload. It redirects to it anyway. I was getting a 404 error with the original. I couldn't figure it out. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #13375 from neheb/xcryRosen Penev2020-09-12
|\ \ | | | | | | libxcrypt: update to 4.4.17
| * | libxcrypt: update to 4.4.17Rosen Penev2020-09-12
| |/ | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #13367 from flyn-org/selinuxRosen Penev2020-09-12
|\ \ | | | | | | audit: fix dependency error when libev also selected
| * | audit: fix dependency error when libev also selectedW. Michael Petullo2020-09-12
| | | | | | | | | | | | | | | | | | | | | | | | Auditd seems to build its own libev if the library is not already present; otherwise it uses the system-installed library. This adds libev as a dependency to ensure a consistent build. Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | Merge pull request #13371 from neheb/upmpdRosen Penev2020-09-12
|\ \ \ | |/ / |/| | upmpdcli: update to 1.4.14
| * | upmpdcli: update to 1.4.14Rosen Penev2020-09-12
| |/ | | | | | | | | | | Removed sort of upstreamed patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #13370 from neheb/xfs2Rosen Penev2020-09-12
|\ \ | | | | | | xfsprogs: update to 5.8.0
| * | xfsprogs: update to 5.8.0Rosen Penev2020-09-12
| |/ | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #13368 from flyn-org/pigeonholeRosen Penev2020-09-12
|\ \ | |/ |/| pigeonhole: update to 0.5.11
| * pigeonhole: update to 0.5.11W. Michael Petullo2020-09-12
| | | | | | | | | | | | | | | | | | | | | | | | | | This fixes an error in the previous package when building against recent OpenWrt releases: In file included from /builder/shared-workdir/build/sdk/staging_dir/target-x86_64_musl/usr/include/dovecot/lib.h:50, from ext-variables-common.c:4: ext-variables-common.c: In function 'ext_variables_load': ext-variables-common.c:91:14: error: expected ')' before 'PRIuSIZE_T' "(>= %"PRIuSIZE_T" bytes)", Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | CI: add compile test for arc_archsPaul Spooren2020-09-12
|/ | | | | | | A package recently failed building exclusively for this architecture, therefore test it as well. Signed-off-by: Paul Spooren <mail@aparcar.org>
* msmtp: update to version 1.8.12Josef Schlehofer2020-09-12
| | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* Merge pull request #13364 from BKPepe/youtubedlJosef Schlehofer2020-09-12
|\ | | | | youtube-dl: update to version 2020.9.6
| * youtube-dl: update to version 2020.9.6Josef Schlehofer2020-09-12
| | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | Merge pull request #13362 from neheb/libiioMichael Heimpold2020-09-12
|\ \ | | | | | | libiio: enable xml by default
| * | libiio: enable xml by defaultRosen Penev2020-09-11
| |/ | | | | | | | | | | iio-utils requires it. Also made an @ dependency. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* / syslog-ng: update to version 3.29.1Josef Schlehofer2020-09-12
|/ | | | | | Changelog: https://github.com/syslog-ng/syslog-ng/releases/tag/syslog-ng-3.29.1 Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* Merge pull request #13353 from G-M0N3Y-2503/cache-domains-dnsmasq-fixRosen Penev2020-09-11
|\ | | | | cache-domains: Fixed upstream changes + wolfssl
| * cache-domains: Fixed upstream changes + wolfsslGerard Ryan2020-09-10
| | | | | | | | | | | | | | | | * The upstream script changed to use `.hosts` files from `.conf` files, so changes were required to make dnsmasq use the new file format. * Added a default wolfssl variant. Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | Merge pull request #13351 from aaronjg/openfortivpn-v1.15.0Rosen Penev2020-09-11
|\ \ | | | | | | openfortivpn: version bump to 1.15.0 and assorted improvements
| * | openfortivpn: fix shellcheck warningsAaron Goodman2020-09-10
| | | | | | | | | | | | Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
| * | openfortivpn: tabify shell scriptsAaron Goodman2020-09-10
| | | | | | | | | | | | Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
| * | openfortivpn: version bump to 1.15.0 and further upgradesAaron Goodman2020-09-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - remove patch that has been included upstream - remove dependence on resolveip - remove hotplug script that is handled by "proto_add_host_dependency" - use openfortivpn default tunnel ip if none specified - add status checking with uclient-fetch Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
* | | python3-networkx: new packageW. Michael Petullo2020-09-11
| | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | semodule-utils: new packageW. Michael Petullo2020-09-11
| | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | setools: new packageW. Michael Petullo2020-09-11
| | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | selinux-python: new packageThomas Petazzoni2020-09-11
| | | | | | | | | | | | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> [update to 3.1, make use of Python 3, and update dependencies] Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | python3-libselinux: new packageThomas Petazzoni2020-09-11
| | | | | | | | | | | | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> [strip C library after adding it to openwrt repository] Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | python3-libsemanage: new packageThomas Petazzoni2020-09-11
| | | | | | | | | | | | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> [strip C library after adding it to openwrt repository]] Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | audit: new packageThomas Petazzoni2020-09-11
| | | | | | | | | | | | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> [strip library after adding it to openwrt repository] Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | Merge pull request #13360 from ja-pa/libxml2-security-fixMichael Heimpold2020-09-11
|\ \ \ | | | | | | | | libxml2: patch security issues
| * | | libxml: patch security issuesJan Pavlinec2020-09-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: CVE-2019-20388 CVE-2020-24977 CVE-2020-7595 Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | Merge pull request #13355 from pprindeville/isc-dhcp-add-routes#2Philip Prindeville2020-09-11
|\ \ \ \ | | | | | | | | | | isc-dhcp: add support for RFC-3442 classless routes to hosts
| * | | | isc-dhcp: add support for RFC-3442 classless routes to hostsPhilip Prindeville2020-09-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also avoid forward references to functions. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | prometheus: set build info via x-flagsPaul Spooren2020-09-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Similar to `syncthing` also `prometheus` build environment sets variables later shown in the `--version` string. Set those varialbes. Signed-off-by: Paul Spooren <mail@aparcar.org>
* | | | | libiio: update to 0.21Michael Heimpold2020-09-10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | php7: update to 7.4.10Michael Heimpold2020-09-10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | Merge pull request #13357 from rs/nextdns-1.8.3-masterHannu Nyman2020-09-10
|\ \ \ \ \ | |/ / / / |/| | | | nextdns: Update to version 1.8.3
| * | | | nextdns: Update to version 1.8.3Olivier Poitrey2020-09-10
|/ / / / | | | | | | | | | | | | Signed-off-by: Olivier Poitrey <rs@nextdns.io>
* | | | Merge pull request #13352 from ja-pa/dovecot-fix-zstdJosef Schlehofer2020-09-10
|\ \ \ \ | | | | | | | | | | dovecot: disable zstd
| * | | | dovecot: disable zstdJan Pavlinec2020-09-10
| |/ / / | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | Merge pull request #13348 from oleg-derevenetz/bwping-2.0Rosen Penev2020-09-09
|\ \ \ \ | | | | | | | | | | bwping: update to version 2.0
| * | | | bwping: update to version 2.0Oleg Derevenetz2020-09-09
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Oleg Derevenetz <oleg-derevenetz@yandex.ru>
* | | | | Merge pull request #13347 from ja-pa/gnutls-security-fixRosen Penev2020-09-09
|\ \ \ \ \ | | | | | | | | | | | | gnutls: update to version 3.6.15 (security fix)
| * | | | | gnutls: update to version 3.6.15 (security fix)Jan Pavlinec2020-09-09
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: CVE-2020-24659 Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | Merge pull request #13344 from commodo/stress-ngRosen Penev2020-09-09
|\ \ \ \ \ | | | | | | | | | | | | stress-ng: bump to version 0.11.20
| * | | | | stress-ng: bump to version 0.11.20Alexandru Ardelean2020-09-09
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>