Russell Senior [Sat, 19 Sep 2020 02:32:06 +0000 (19:32 -0700)]
CI: add runtime test for atftp and atftpd
Signed-off-by: Russell Senior <russell@personaltelco.net>
Russell Senior [Fri, 18 Sep 2020 04:35:18 +0000 (21:35 -0700)]
atftp: add init script and config file
Signed-off-by: Russell Senior <russell@personaltelco.net>
Paul Spooren [Sun, 6 Sep 2020 09:14:14 +0000 (23:14 -1000)]
prometheus: add runtime test
Run trivial check if the compiled binary works on the architecture. Do
so by comparing the printed version by the binary with the Makefile
version. The release is OpenWrt specific, so cut it off.
Signed-off-by: Paul Spooren <mail@aparcar.org>
Paul Spooren [Thu, 17 Sep 2020 19:00:08 +0000 (09:00 -1000)]
CI: run also on test.sh changes
The CI only tests packages if a Makefile changed, e.g. containing a
version or release bump. This covers package related files as at least
the package release must change whenever a file was touched.
The `test.sh` file is a runtime test used to verify working packages
within OpenWrt containers. This file can independently change and will
never be included in the package ipk files, therefore trigger the CI on
its changes as well.
Signed-off-by: Paul Spooren <mail@aparcar.org>
Daniel Golle [Thu, 17 Sep 2020 09:55:20 +0000 (10:55 +0100)]
gnurl: update to release 0.72.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Rosen Penev [Wed, 16 Sep 2020 23:02:25 +0000 (16:02 -0700)]
Merge pull request #13406 from neheb/zmqqq
zmq: fix compilation when libbsd is present
Rosen Penev [Wed, 16 Sep 2020 22:44:40 +0000 (15:44 -0700)]
Merge pull request #13391 from OpenIoTHub/gateway-go-pr
gateway-go: add new package
Rosen Penev [Wed, 16 Sep 2020 22:44:02 +0000 (15:44 -0700)]
Merge pull request #13403 from graysky2/htop302
htop: update to 3.0.2-1
Rosen Penev [Wed, 16 Sep 2020 22:43:22 +0000 (15:43 -0700)]
Merge pull request #13401 from nxhack/node_12_18_4
node: update to v12.18.4
Rosen Penev [Wed, 16 Sep 2020 07:16:07 +0000 (00:16 -0700)]
zmq: fix compilation when libbsd is present
Limit libbsd support to glibc.
Remove wrong python variable.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Paul Spooren [Sun, 6 Sep 2020 09:14:49 +0000 (23:14 -1000)]
CI: add runtime tests for packages
Additional to manual runtime tests this CI addition runs a custom test
script per package. Ideally this lowers the errors of package bumps,
something which is time consuming when done manually for multiple
architectures.
This CI uses the official OpenWrt containers and tries to install and
run compiled packages. The run depends on the content of `test.sh`,
which is an `ash` script. It's called with the *packge name* and
*package version* as arguments. This allows different behaviour if
a single package generates multiple IPK files. The version is usable for
the most trivial runtime check, e.g. `tmux -V | grep "$2"`.
The current approach uses the qus project[1] which contains multiple
QEMU binaries to run various architectures.
[1]: https://github.com/dbhi/qus
Signed-off-by: Paul Spooren <mail@aparcar.org>
Paul Spooren [Wed, 9 Sep 2020 20:59:50 +0000 (10:59 -1000)]
syncthing: add runtime test
Run trivial check if the compiled binary works on the architecture.
Signed-off-by: Paul Spooren <mail@aparcar.org>
John Audia [Wed, 16 Sep 2020 11:33:54 +0000 (07:33 -0400)]
htop: update to 3.0.2-1
Build-tested: x86/64
Run-tested: ipq806x (R7800)
Signed-off-by: John Audia <graysky@archlinux.us>
Rosen Penev [Wed, 16 Sep 2020 01:36:29 +0000 (18:36 -0700)]
Merge pull request #13398 from ja-pa/zmq-security-update-4.3.3
zmq: update to version 4.3.3 (security fix)
Hirokazu MORIKAWA [Wed, 16 Sep 2020 00:32:42 +0000 (09:32 +0900)]
node: update to v12.18.4
Vulnerabilities fixed:
* CVE-2020-8201: HTTP Request Smuggling due to CR-to-Hyphen conversion (High).
* CVE-2020-8252: fs.realpath.native on may cause buffer overflow (Medium).
Imported patches from the debian package.
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
Josef Schlehofer [Tue, 15 Sep 2020 17:58:52 +0000 (19:58 +0200)]
Merge pull request #13399 from BKPepe/ytdl
youtube-dl: update to version 2020.9.14
Josef Schlehofer [Tue, 15 Sep 2020 16:21:32 +0000 (18:21 +0200)]
youtube-dl: update to version 2020.9.14
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Jan Pavlinec [Tue, 15 Sep 2020 10:42:12 +0000 (12:42 +0200)]
zmq: update to version 4.3.3 (security fix)
Fixes
CVE-2020-15166
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Yu Fang [Mon, 14 Sep 2020 15:21:03 +0000 (23:21 +0800)]
gateway-go: add new package
Signed-off-by: Yu Fang <yu@iotserv.com>
Rosen Penev [Mon, 14 Sep 2020 21:38:24 +0000 (14:38 -0700)]
Merge pull request #13394 from neheb/ciifs-utils
cifs-utils: update to 6.11
Rosen Penev [Mon, 14 Sep 2020 21:22:56 +0000 (14:22 -0700)]
cifs-utils: update to 6.11
Fixes CVE-2020-14342.
Updated PKG_CPE_ID.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Paul Spooren [Thu, 10 Sep 2020 18:53:22 +0000 (08:53 -1000)]
CI: add super-linter for pull requests
This commit adds a linter which checks most common filetypes, including
Shell and Lua. Ideally this improves the quality of especially `init`
scripts written in Shell.
Signed-off-by: Paul Spooren <mail@aparcar.org>
Paul Spooren [Sun, 13 Sep 2020 21:26:27 +0000 (11:26 -1000)]
prometheus: bump to 2.21.0
This release is built with Go 1.15, which deprecates X.509 CommonName
in TLS certificates validation.
In the unlikely case that you use the gRPC API v2 (which is limited to TSDB
admin commands), please note that we will remove this experimental API in the
next minor release 2.22.
[CHANGE] Disable HTTP/2 because of concerns with the Go HTTP/2 client. #7588 #7701
[CHANGE] PromQL: query_log_file path is now relative to the config file. #7701
[CHANGE] Promtool: Replace the tsdb command line tool by a promtool tsdb subcommand. #6088
[CHANGE] Rules: Label rule_group_iterations metric with group name. #7823
[FEATURE] Eureka SD: New service discovery. #3369
[FEATURE] Hetzner SD: New service discovery. #7822
[FEATURE] Kubernetes SD: Support Kubernetes EndpointSlices. #6838
[FEATURE] Scrape: Add per scrape-config targets limit. #7554
[ENHANCEMENT] Support composite durations in PromQL, config and UI, e.g. 1h30m. #7713 #7833
[ENHANCEMENT] DNS SD: Add SRV record target and port meta labels. #7678
[ENHANCEMENT] Docker Swarm SD: Support tasks and service without published ports. #7686
[ENHANCEMENT] PromQL: Reduce the amount of data queried by remote read when a subquery has an offset. #7667
[ENHANCEMENT] Promtool: Add --time option to query instant command. #7829
[ENHANCEMENT] UI: Respect the --web.page-title parameter in the React UI. #7607
[ENHANCEMENT] UI: Add duration, labels, annotations to alerts page in the React UI. #7605
[ENHANCEMENT] UI: Add duration on the React UI rules page, hide annotation and labels if empty. #7606
[BUGFIX] API: Deduplicate series in /api/v1/series. #7862
[BUGFIX] PromQL: Drop metric name in bool comparison between two instant vectors. #7819
[BUGFIX] PromQL: Exit with an error when time parameters can't be parsed. #7505
[BUGFIX] Remote read: Re-add accidentally removed tracing for remote-read requests. #7916
[BUGFIX] Rules: Detect extra fields in rule files. #7767
[BUGFIX] Rules: Disallow overwriting the metric name in the labels section of recording rules. #7787
[BUGFIX] Rules: Keep evaluation timestamp across reloads. #7775
[BUGFIX] Scrape: Do not stop scrapes in progress during reload. #7752
[BUGFIX] TSDB: Fix chunks.HeadReadWriter: maxt of the files are not set error. #7856
[BUGFIX] TSDB: Delete blocks atomically to prevent corruption when there is a panic/crash during deletion. #7772
[BUGFIX] Triton SD: Fix a panic when triton_sd_config is nil. #7671
[BUGFIX] UI: Fix react UI bug with series going on and off. #7804
[BUGFIX] UI: Fix styling bug for target labels with special names in React UI. #7902
[BUGFIX] Web: Stop CMUX and GRPC servers even with stale connections, preventing the server to stop on SIGTERM. #7810
Signed-off-by: Paul Spooren <mail@aparcar.org>
Rosen Penev [Mon, 14 Sep 2020 20:40:56 +0000 (13:40 -0700)]
Merge pull request #13388 from commodo/python-batch-updates
numpy,django,pymysql: version bumps
Rosen Penev [Mon, 14 Sep 2020 20:38:09 +0000 (13:38 -0700)]
Merge pull request #13387 from neheb/i2p
i2pd: refresh patch
Michael Heimpold [Mon, 14 Sep 2020 20:04:06 +0000 (22:04 +0200)]
Merge pull request #13393 from mhei/libiio
libiio: fix linker error when XML backend is not selected
Michael Heimpold [Mon, 14 Sep 2020 19:49:14 +0000 (21:49 +0200)]
libiio: fix linker error when XML backend is not selected
It seems to be an upstream bug which prevents linking when XML backend
is not selected:
../libiio.so.0.21: undefined reference to `encode_xml_ndup'
Until this is clarified with upstream, prevent OpenWrt users from
deselecting the XML backend. This increases the footprint of this
package, but renders it usable again.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Hannu Nyman [Mon, 14 Sep 2020 18:25:56 +0000 (21:25 +0300)]
Merge pull request #13390 from ja-pa/pytest_6.0.2
python-pytest: update to version 6.0.2
Karl Palsson [Thu, 9 Jul 2020 11:16:17 +0000 (11:16 +0000)]
lang: linotify: add lua bindings for inotify
Signed-off-by: Karl Palsson <karlp@etactica.com>
Daniel Golle [Mon, 14 Sep 2020 12:01:51 +0000 (13:01 +0100)]
gnunet: make use of user/group names instead of numeric uid/gid
With openwrt/openwrt@
51ec51871fd57b80096baf76d6b21a2ae46e4748 one can
now use user/group names instead of numeric uid/gid in FILE_MODES.
Make use of that.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Jan Pavlinec [Mon, 14 Sep 2020 10:49:42 +0000 (12:49 +0200)]
python-pytest: update to version 6.0.2
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Rosen Penev [Mon, 14 Sep 2020 09:55:03 +0000 (02:55 -0700)]
Merge pull request #13372 from neheb/qren
qrencode: update to 4.1.0
Rosen Penev [Mon, 14 Sep 2020 09:54:32 +0000 (02:54 -0700)]
Merge pull request #13373 from neheb/ariang
ariang: update to 1.1.17
Rosen Penev [Mon, 14 Sep 2020 09:53:06 +0000 (02:53 -0700)]
Merge pull request #13386 from zhaojh329/libuhttpd
libuhttpd: Update to 3.3.0
Rosen Penev [Mon, 14 Sep 2020 09:52:29 +0000 (02:52 -0700)]
Merge pull request #13389 from ja-pa/redis-6.0.8
redis: update to version 6.0.8
Jan Pavlinec [Mon, 14 Sep 2020 09:10:57 +0000 (11:10 +0200)]
redis: update to version 6.0.8
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Alexandru Ardelean [Mon, 14 Sep 2020 06:25:10 +0000 (09:25 +0300)]
pymysql: bump to version 0.10.1
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Mon, 14 Sep 2020 06:24:25 +0000 (09:24 +0300)]
django: bump to version 3.1.1
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Mon, 14 Sep 2020 06:23:24 +0000 (09:23 +0300)]
numpy: bump to version 1.19.2
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Rosen Penev [Mon, 14 Sep 2020 03:20:41 +0000 (20:20 -0700)]
i2pd: refresh patch
This version bump was not tested properly. Not even compile.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Jianhui Zhao [Mon, 14 Sep 2020 02:30:20 +0000 (10:30 +0800)]
libuhttpd: Update to 3.3.0
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
Daniel Golle [Sun, 13 Sep 2020 22:17:55 +0000 (23:17 +0100)]
gnunet: update to version 0.13.3
Apart from adapting to upstream changes also switch to use FILE_MODES
instead of chown/chmod in init-script.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Sun, 13 Sep 2020 22:14:28 +0000 (23:14 +0100)]
libextractor: fix dependency for libjpeg.so.6
We replaced libjpeg with libjpeg-turbo, reflect that by letting
libextractor depend on libjpeg-turbo.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Rosen Penev [Sun, 13 Sep 2020 21:51:29 +0000 (14:51 -0700)]
Merge pull request #13374 from neheb/memcached
memcached: update to 1.6.7
Rosen Penev [Sun, 13 Sep 2020 01:21:11 +0000 (18:21 -0700)]
spdlog: update to 1.8.0
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sun, 13 Sep 2020 20:07:39 +0000 (13:07 -0700)]
Merge pull request #13381 from Andy2244/samba_4-12-6
samba4: update to 4.12.6
Rosen Penev [Sun, 13 Sep 2020 18:01:46 +0000 (11:01 -0700)]
Merge pull request #13369 from neheb/gst1
gstreamer updates
Andy Walsh [Sun, 13 Sep 2020 15:50:37 +0000 (17:50 +0200)]
samba4: update to 4.12.6
* update to 4.12.6
* fix optional modules not included on module build (vfs_btrfs, vfs_linux_xfs_sgid)
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
Josef Schlehofer [Sun, 13 Sep 2020 13:02:38 +0000 (15:02 +0200)]
Merge pull request #13380 from Cynerd/syslog-ng-tweak
syslog-ng: tweak shell code of network_localhost little bit
Karel Kočí [Sun, 13 Sep 2020 09:28:02 +0000 (11:28 +0200)]
syslog-ng: tweak shell code of network_localhost little bit
We can get rid of pipe with -n flag to sysctl.
Signed-off-by: Karel Kočí <cynerd@email.cz>
Toke Høiland-Jørgensen [Sun, 13 Sep 2020 08:37:16 +0000 (10:37 +0200)]
Merge pull request #13376 from neheb/acme
acme: update to 2.8.7
Rosen Penev [Sun, 13 Sep 2020 01:50:11 +0000 (18:50 -0700)]
libpsl: fix compilation with debian setuptools
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sun, 13 Sep 2020 01:44:16 +0000 (18:44 -0700)]
Merge pull request #13375 from neheb/xcry
libxcrypt: update to 4.4.17
Rosen Penev [Sun, 13 Sep 2020 01:42:39 +0000 (18:42 -0700)]
acme: update to 2.8.7
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>
Rosen Penev [Sun, 13 Sep 2020 01:15:20 +0000 (18:15 -0700)]
libxcrypt: update to 4.4.17
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sun, 13 Sep 2020 01:12:00 +0000 (18:12 -0700)]
Merge pull request #13367 from flyn-org/selinux
audit: fix dependency error when libev also selected
Rosen Penev [Sun, 13 Sep 2020 01:11:41 +0000 (18:11 -0700)]
Merge pull request #13371 from neheb/upmpd
upmpdcli: update to 1.4.14
Rosen Penev [Sun, 13 Sep 2020 01:09:47 +0000 (18:09 -0700)]
memcached: update to 1.6.7
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sun, 13 Sep 2020 01:02:15 +0000 (18:02 -0700)]
ariang: update to 1.1.17
Signed-off-by: Rosen Penev <rosenp@gmail.com>
W. Michael Petullo [Sun, 13 Sep 2020 01:01:40 +0000 (20:01 -0500)]
audit: fix dependency error when libev also selected
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>
Rosen Penev [Sun, 13 Sep 2020 00:54:24 +0000 (17:54 -0700)]
Merge pull request #13370 from neheb/xfs2
xfsprogs: update to 5.8.0
Rosen Penev [Sun, 13 Sep 2020 00:52:18 +0000 (17:52 -0700)]
qrencode: update to 4.1.0
Remove upstreamed patches.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sun, 13 Sep 2020 00:45:45 +0000 (17:45 -0700)]
upmpdcli: update to 1.4.14
Removed sort of upstreamed patch.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sun, 13 Sep 2020 00:42:13 +0000 (17:42 -0700)]
Merge pull request #13368 from flyn-org/pigeonhole
pigeonhole: update to 0.5.11
Rosen Penev [Sun, 13 Sep 2020 00:40:31 +0000 (17:40 -0700)]
xfsprogs: update to 5.8.0
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sun, 13 Sep 2020 00:32:57 +0000 (17:32 -0700)]
gst1-libav: update to 1.18.0
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sun, 13 Sep 2020 00:26:02 +0000 (17:26 -0700)]
gst1-plugins-ugly: update to 1.18.0
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sun, 13 Sep 2020 00:22:36 +0000 (17:22 -0700)]
gst1-plugins-bad: update to 1.18.0
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sun, 13 Sep 2020 00:18:41 +0000 (17:18 -0700)]
gst1-plugins-good: update to 1.18.0
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sun, 13 Sep 2020 00:11:01 +0000 (17:11 -0700)]
gst1-plugins-base: update to 1.18.0
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sun, 13 Sep 2020 00:08:06 +0000 (17:08 -0700)]
gstreamer1: update to 1.18.0
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Paul Spooren [Sun, 13 Sep 2020 00:15:00 +0000 (14:15 -1000)]
CI: add compile test for arc_archs
A package recently failed building exclusively for this architecture,
therefore test it as well.
Signed-off-by: Paul Spooren <mail@aparcar.org>
W. Michael Petullo [Sun, 13 Sep 2020 00:07:53 +0000 (19:07 -0500)]
pigeonhole: update to 0.5.11
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>
Josef Schlehofer [Sat, 12 Sep 2020 13:32:51 +0000 (15:32 +0200)]
msmtp: update to version 1.8.12
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Josef Schlehofer [Sat, 12 Sep 2020 13:27:00 +0000 (15:27 +0200)]
Merge pull request #13364 from BKPepe/youtubedl
youtube-dl: update to version 2020.9.6
Michael Heimpold [Sat, 12 Sep 2020 11:55:14 +0000 (13:55 +0200)]
Merge pull request #13362 from neheb/libiio
libiio: enable xml by default
Josef Schlehofer [Sat, 12 Sep 2020 09:28:09 +0000 (11:28 +0200)]
youtube-dl: update to version 2020.9.6
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Josef Schlehofer [Sat, 12 Sep 2020 09:09:50 +0000 (11:09 +0200)]
syslog-ng: update to version 3.29.1
Changelog: https://github.com/syslog-ng/syslog-ng/releases/tag/syslog-ng-3.29.1
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Rosen Penev [Sat, 12 Sep 2020 05:26:14 +0000 (22:26 -0700)]
libiio: enable xml by default
iio-utils requires it. Also made an @ dependency.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sat, 12 Sep 2020 01:14:27 +0000 (18:14 -0700)]
Merge pull request #13353 from G-M0N3Y-2503/cache-domains-dnsmasq-fix
cache-domains: Fixed upstream changes + wolfssl
Rosen Penev [Sat, 12 Sep 2020 01:14:12 +0000 (18:14 -0700)]
Merge pull request #13351 from aaronjg/openfortivpn-v1.15.0
openfortivpn: version bump to 1.15.0 and assorted improvements
W. Michael Petullo [Sat, 5 Sep 2020 00:04:21 +0000 (19:04 -0500)]
python3-networkx: new package
Signed-off-by: W. Michael Petullo <mike@flyn.org>
W. Michael Petullo [Fri, 7 Aug 2020 18:57:54 +0000 (13:57 -0500)]
semodule-utils: new package
Signed-off-by: W. Michael Petullo <mike@flyn.org>
W. Michael Petullo [Fri, 7 Aug 2020 18:52:41 +0000 (13:52 -0500)]
setools: new package
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Thomas Petazzoni [Tue, 14 Jul 2020 21:40:04 +0000 (16:40 -0500)]
selinux-python: new package
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>
Thomas Petazzoni [Tue, 11 Aug 2020 15:20:06 +0000 (10:20 -0500)]
python3-libselinux: new package
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>
Thomas Petazzoni [Mon, 31 Aug 2020 19:56:14 +0000 (14:56 -0500)]
python3-libsemanage: new package
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>
Thomas Petazzoni [Tue, 1 Sep 2020 13:26:23 +0000 (08:26 -0500)]
audit: new package
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>
Michael Heimpold [Fri, 11 Sep 2020 19:09:15 +0000 (21:09 +0200)]
Merge pull request #13360 from ja-pa/libxml2-security-fix
libxml2: patch security issues
Philip Prindeville [Fri, 11 Sep 2020 14:19:56 +0000 (08:19 -0600)]
Merge pull request #13355 from pprindeville/isc-dhcp-add-routes#2
isc-dhcp: add support for RFC-3442 classless routes to hosts
Jan Pavlinec [Fri, 11 Sep 2020 10:13:05 +0000 (12:13 +0200)]
libxml: patch security issues
Fixes:
CVE-2019-20388
CVE-2020-24977
CVE-2020-7595
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Aaron Goodman [Thu, 10 Sep 2020 21:56:10 +0000 (17:56 -0400)]
openfortivpn: fix shellcheck warnings
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
Paul Spooren [Sun, 6 Sep 2020 21:51:42 +0000 (11:51 -1000)]
prometheus: set build info via x-flags
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>
Aaron Goodman [Thu, 10 Sep 2020 19:53:33 +0000 (15:53 -0400)]
openfortivpn: tabify shell scripts
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
Michael Heimpold [Thu, 10 Sep 2020 19:40:12 +0000 (21:40 +0200)]
libiio: update to 0.21
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Michael Heimpold [Thu, 10 Sep 2020 18:49:38 +0000 (20:49 +0200)]
php7: update to 7.4.10
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Hannu Nyman [Thu, 10 Sep 2020 17:35:18 +0000 (20:35 +0300)]
Merge pull request #13357 from rs/nextdns-1.8.3-master
nextdns: Update to version 1.8.3
Olivier Poitrey [Thu, 10 Sep 2020 17:25:43 +0000 (17:25 +0000)]
nextdns: Update to version 1.8.3
Signed-off-by: Olivier Poitrey <rs@nextdns.io>
Philip Prindeville [Thu, 10 Sep 2020 16:16:09 +0000 (10:16 -0600)]
isc-dhcp: add support for RFC-3442 classless routes to hosts
Also avoid forward references to functions.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
Josef Schlehofer [Thu, 10 Sep 2020 14:18:37 +0000 (16:18 +0200)]
Merge pull request #13352 from ja-pa/dovecot-fix-zstd
dovecot: disable zstd