Tianling Shen [Sun, 14 Nov 2021 07:21:06 +0000 (15:21 +0800)]
yq: Update to 4.14.2
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit
8eab3a2bf2b31dfd3090443e70619ba002f86fdd)
Daniel Golle [Sat, 9 Oct 2021 03:08:28 +0000 (04:08 +0100)]
exim: update to version 4.95
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit
40c71110f064ceacb7c44892f55f7f6cb18995ae)
Daniel Golle [Fri, 13 Aug 2021 03:49:18 +0000 (04:49 +0100)]
exim: some clean ups
* use username/group 'exim' instead of mail
* register configuration file
* make sure /usr/lib/exim/lookups exists
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit
66a62e2fcfeecd0baed5f597c9f7e5970fd1fd5b)
Daniel Golle [Wed, 11 Aug 2021 22:41:42 +0000 (23:41 +0100)]
exim: add default config and init script, enable lmtp
Ship default configuration /etc/exim/exim.conf as well as
a simple procd init script. Enable building with LMTP for better
integration with dovecot.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit
31d12ead78e29837b6eb29d08684f36e8af9ce46)
Daniel Golle [Mon, 10 May 2021 02:17:25 +0000 (03:17 +0100)]
exim: update to version 4.94.2
Several exploitable vulnerabilities in Exim were reported to us and are
fixed.
Local vulnerabilities
- CVE-2020-28007: Link attack in Exim's log directory
- CVE-2020-28008: Assorted attacks in Exim's spool directory
- CVE-2020-28014: Arbitrary PID file creation
- CVE-2020-28011: Heap buffer overflow in queue_run()
- CVE-2020-28010: Heap out-of-bounds write in main()
- CVE-2020-28013: Heap buffer overflow in parse_fix_phrase()
- CVE-2020-28016: Heap out-of-bounds write in parse_fix_phrase()
- CVE-2020-28015: New-line injection into spool header file (local)
- CVE-2020-28012: Missing close-on-exec flag for privileged pipe
- CVE-2020-28009: Integer overflow in get_stdinput()
Remote vulnerabilities
- CVE-2020-28017: Integer overflow in receive_add_recipient()
- CVE-2020-28020: Integer overflow in receive_msg()
- CVE-2020-28023: Out-of-bounds read in smtp_setup_msg()
- CVE-2020-28021: New-line injection into spool header file (remote)
- CVE-2020-28022: Heap out-of-bounds read and write in extract_option()
- CVE-2020-28026: Line truncation and injection in spool_read_header()
- CVE-2020-28019: Failure to reset function pointer after BDAT error
- CVE-2020-28024: Heap buffer underflow in smtp_ungetc()
- CVE-2020-28018: Use-after-free in tls-openssl.c
- CVE-2020-28025: Heap out-of-bounds read in pdkim_finish_bodyhash()
The update to 4.94.2 also integrates a fix for a printf format issue
previously addressed by a local patch which is removed.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit
c241cb12bb292e894e45f063f1a8ddb8a627371d)
Rosen Penev [Sat, 20 Mar 2021 21:56:09 +0000 (14:56 -0700)]
exim: fix compilation without deprecated OpenSSL APIs
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit
de9c527e9a2e5a3437b884c6f583e9dcbe15f3f8)
Daniel Golle [Sun, 1 Aug 2021 03:05:48 +0000 (04:05 +0100)]
gpgme: update to version 1.16.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit
e0e5dea89e1dbdc5270861c129144f21f1670eef)
Oskari Rauta [Thu, 4 Nov 2021 22:37:54 +0000 (00:37 +0200)]
podman: update to 3.4.1
A lot of changes since 3.3.1.
Full (long) lists of release notes between
versions are available at
https://github.com/containers/podman/releases
containers.conf updated
Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
(cherry picked from commit
3e5761d6cd3142d7d8649dbd4f14f78d43161f24)
Huangbin Zhan [Sun, 24 Oct 2021 10:29:39 +0000 (18:29 +0800)]
podman: fix broken conffiles
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
(cherry picked from commit
e6e770b268bc4b7448a36c0947cdada8cd5b0e17)
W. Michael Petullo [Tue, 7 Sep 2021 01:24:20 +0000 (20:24 -0500)]
podman: update to 3.3.1
Earlier versions of podman did not make use of TMPDIR when running "podman
run ...". Podman's default, /var/tmp, presents a problem to rootless
use since OpenWrt's /var/tmp does not permit writes by non-root users.
Podman 3.3.1 makes full use of TMPDIR.
This is part of an attempt to get rootless podman to work on OpenWrt.
See https://github.com/openwrt/packages/issues/15096.
See also the upstream issue at
https://github.com/containers/podman/issues/10698.
Signed-off-by: W. Michael Petullo <mike@flyn.org>
(cherry picked from commit
416eced1748859690c9935f483e22d7f389f6451)
W. Michael Petullo [Thu, 17 Jun 2021 03:08:01 +0000 (22:08 -0500)]
podman: change permissions on /usr/share/containers/seccomp.json
Running podman as users other than root seems to require that those
users can read /usr/share/containers/seccomp.json. This change sets the
permissions on that file to match those used on Fedora.
Signed-off-by: W. Michael Petullo <mike@flyn.org>
(cherry picked from commit
a41556af4f2fb5c79b3a7902b4f3ca3b81644920)
Oskari Rauta [Mon, 7 Jun 2021 23:56:45 +0000 (02:56 +0300)]
podman: update to 3.2.0
Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
(cherry picked from commit
e565bebf4158c5b835110d76955c3f618c63f25b)
W. Michael Petullo [Fri, 21 May 2021 02:55:13 +0000 (21:55 -0500)]
podman: change permissions on /etc/containers
Running podman as users other than root seems to require that those
users can read the configuration files in /etc/containers. This change
sets the permissions of /etc/containers and its contents to match those
used on Fedora.
Signed-off-by: W. Michael Petullo <mike@flyn.org>
(cherry picked from commit
f51ef46aa6adad6ba95ebc15c50e847044984b36)
Oskari Rauta [Tue, 18 May 2021 00:35:01 +0000 (03:35 +0300)]
podman: bumb version to 3.1.2
Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
(cherry picked from commit
b6299c763ac901d4b2e5f0919789d5c3dad42c3a)
Oskari Rauta [Tue, 20 Apr 2021 21:18:27 +0000 (00:18 +0300)]
podman: update to 3.1.1
- Add support for AppArmor
- Gracefully stop containers and pods on shutdown
I found out that If you change location of containers to persistent storage instead of tmpfs, starting them will fail unless they have been stopped. If this is the case that reboot has occurred before pods and containers have been stopped, they cannot be started, they have to be removed and re-created. Change in initscript tries to avoid that. Even if containers are running at tmpfs, this won't hurt. Still, if something happens and system hangs/reboots/etc, script won't save you from that. It's just a attempt to make things better.
I also enabled AppArmor support for future possibilities.
Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
(cherry picked from commit
5bb8844fe3e8d6def59f76301acf4c294d38dd30)
Oskari Rauta [Tue, 30 Mar 2021 11:55:57 +0000 (14:55 +0300)]
podman: Add selinux variant and several improvements
* add -selinux variant which depends on libselinux
* init script for background service
* updated configurations
* maintainer change as requested
Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
(cherry picked from commit
abce42385154c824d850225f466e54f1136a657a)
Daniel Golle [Mon, 29 Mar 2021 22:14:41 +0000 (23:14 +0100)]
podman: add 'crun' to containers.conf
Now that 'crun' has been packaged, add support for it in podman.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit
954be76e6a7d3612d36b33de12c355e306458426)
Daniel Golle [Thu, 25 Mar 2021 23:12:04 +0000 (23:12 +0000)]
podman: update to version 3.0.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit
3c758231cb30e4b1e481d00de0a1a7eb06c6b518)
Oskari Rauta [Thu, 4 Nov 2021 22:19:15 +0000 (00:19 +0200)]
conmon: update to 2.0.30
bug fixes:
- Remove unreachable code path
- exit: report if the exit command was killed
- exit: fix race zombie reaper
- conn_sock: allow watchdog messages through the notify socket proxy
- seccomp: add support for seccomp notify
misc:
- Add seccomp to build dependency
included patch removes unnecessary dependency of libdl and also allows a succesfull build
disabled for arc where libseccomp does not seem to be available
Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
(cherry picked from commit
ab08ad2ad966b32a7e6e478e3c7dd775492a36ff)
Oskari Rauta [Tue, 8 Jun 2021 00:27:46 +0000 (03:27 +0300)]
conmon: update to 2.0.29
Patch fixing segfaults on nulls was removed due to patch's content being now included in conmon's source since containers/conmon@
355dbf1
Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
(cherry picked from commit
9fdfe2e2c76aa08c1653cee97e9ce25f19286207)
Oskari Rauta [Mon, 29 Mar 2021 15:02:11 +0000 (18:02 +0300)]
conmon: fix segfault, correct a typo and update description
Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
(cherry picked from commit
463227f70cc75579a93a59c09cb6b372c48c13cc)
Daniel Golle [Thu, 25 Mar 2021 23:16:47 +0000 (23:16 +0000)]
conmon: update to version 2.0.27
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit
301abeecdcaf696f10c55ed6ac5a3f220bbbcec4)
Rosen Penev [Fri, 5 Mar 2021 09:39:50 +0000 (01:39 -0800)]
conmon: update to 2.0.26
Switched to building with meson as it works better in a parallel
context.
Small Makefile adjustments for consistency.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit
c8128df4e4ad4f19d975960c495c3b3ff149783d)
Daniel Golle [Sat, 9 Oct 2021 03:13:05 +0000 (04:13 +0100)]
cni-plugins: update to version 1.0.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit
b42ea814a05b318dccaa7b6b9c911afe77b1c6cd)
Daniel Golle [Mon, 16 Aug 2021 12:52:43 +0000 (13:52 +0100)]
cni-plugins: update to version 1.0.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit
ab5050ed652a08f9d0b200aad5fae9f2d523ba2a)
Daniel Golle [Mon, 29 Mar 2021 21:23:54 +0000 (22:23 +0100)]
cni-plugins: depend on kmod-veth
cni-plugins makes use of veth, make sure kernel module is installed.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit
1b25b6e23965a68c2366bdde3a9efcc6467ce8c5)
Daniel Golle [Thu, 25 Mar 2021 23:10:02 +0000 (23:10 +0000)]
cni-plugins: update to version 0.9.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit
d3da0724116b8843f241ecf6d47115322888b15c)
Daniel Golle [Sat, 9 Oct 2021 03:12:42 +0000 (04:12 +0100)]
cni: update to version 1.0.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit
043bc28dd10d8a4d2fa52d686c09986735f457f8)
Oskari Rauta [Tue, 8 Jun 2021 00:39:31 +0000 (03:39 +0300)]
cni: update to 0.8.1
This is a security release that fixes a single bug:
- tighten up plugin-finding logic (#811)
Users of libcni are strongly encouraged to update.
Added me to list of maintainers as requested by @dangowrt.
Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
(cherry picked from commit
ceaccc1c7a5aaca1c5fc4597bd724753b6bef358)
Daniel Golle [Mon, 15 Nov 2021 00:40:33 +0000 (00:40 +0000)]
libinput: update to version 1.19.2
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit
23ac7563c24d5e446f84b3f427a3f96699524df4)
Daniel Golle [Sat, 9 Oct 2021 03:08:47 +0000 (04:08 +0100)]
libinput: update to version 1.19.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit
e852f509cfaa47209f821e66a0b009f3b4b5eb77)
Daniel Golle [Sat, 21 Aug 2021 17:37:34 +0000 (18:37 +0100)]
libinput: package libinput cli applets and quriks
Also package /usr/libexec/libinput/* and /usr/share/lib/input/*.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit
f53cd4232ae602907822594ed778a9e42f185fd8)
Daniel Golle [Sun, 1 Aug 2021 03:06:44 +0000 (04:06 +0100)]
libinput: update to version 1.18.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit
112e5628f47e39630cd29281632458fffbfcb0d0)
Daniel Golle [Wed, 28 Apr 2021 17:45:06 +0000 (18:45 +0100)]
libinput: update to version 1.17.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit
81ccb88a80b275d5f101a33519ceec052810a98d)
Daniel Golle [Mon, 15 Nov 2021 00:39:52 +0000 (00:39 +0000)]
libevdev: update to version 1.12.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit
60bc9982b4cc14260737282277dd21d878640043)
Daniel Golle [Wed, 28 Apr 2021 17:42:56 +0000 (18:42 +0100)]
libextractor: update to version 1.11
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit
42707fc1eedf7b5f92d30b2e17f359f97db0d8b5)
Daniel Golle [Sat, 9 Oct 2021 03:07:56 +0000 (04:07 +0100)]
pyodbc: update to version 4.0.32
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit
264f7b2f5fff40d0d47b103703c17b1f6daef511)
Tianling Shen [Sun, 1 Aug 2021 16:07:54 +0000 (00:07 +0800)]
pyodbc: update hash
This package was updated without a hash change.
Fixes: c1575225807cab ("pyodbc: update to version 4.0.31")
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit
b783386890ac6d861adc181306c19a9ff2104632)
Daniel Golle [Sun, 1 Aug 2021 03:11:57 +0000 (04:11 +0100)]
pyodbc: update to version 4.0.31
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit
c1575225807cab0e1628793ccf3b04bab3c97174)
Daniel Golle [Mon, 15 Nov 2021 00:18:35 +0000 (00:18 +0000)]
Werkzeug: update to version 2.0.2
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit
e9717188920014e01858b94cbfcc00c2ba692a0e)
Daniel Golle [Mon, 15 Nov 2021 00:12:37 +0000 (00:12 +0000)]
Jinja2: update to version 3.0.3
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit
7c3d48497f05d94dc15a06687ed178d59228cc4c)
Daniel Golle [Mon, 15 Nov 2021 00:12:15 +0000 (00:12 +0000)]
click: update to version 8.0.3
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit
6ea6c94a48ae43d12322b04022292ff561cdecda)
Daniel Golle [Wed, 28 Apr 2021 18:01:36 +0000 (19:01 +0100)]
perl-mail-spamassassin: update to version 3.4.6
Fixes CVE-2020-1946
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit
86bd165f8ca0c5653d58e22924f14849af57c4e3)
Rosen Penev [Sat, 20 Mar 2021 22:04:09 +0000 (15:04 -0700)]
perl-mail-spamassassin: fix compilation without deprecated OpenSSL APIs
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit
02d54e1a6f4f2aaee9b5f9d10124b79ff8c3f483)
Daniel Golle [Sun, 1 Aug 2021 03:04:31 +0000 (04:04 +0100)]
perl-net-dns: update to version 1.32
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit
05dcea0289a47a90a45b6f4fcc3756db94b8428b)
Daniel Golle [Wed, 28 Apr 2021 18:01:01 +0000 (19:01 +0100)]
perl-net-dns: update to version 1.30
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit
1876cd2ff2446410794ef46131e8bc3a5fc8caf2)
Daniel Golle [Sat, 9 Oct 2021 03:12:00 +0000 (04:12 +0100)]
opentracker: update to git HEAD of 2021-08-23
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit
0e380d8cff08f115cff0aa3335c2f6b1de856cd1)
Daniel Golle [Sun, 1 Aug 2021 03:07:01 +0000 (04:07 +0100)]
opentracker: update to git HEAD
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit
0a38cb930ad53f8b2f093ab027c0230f6949ae2c)
Daniel Golle [Wed, 28 Apr 2021 17:51:43 +0000 (18:51 +0100)]
opentracker: update to git HEAD
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit
ddeb936ce14f9b9ffc058e30130e6493452d4690)
Daniel Golle [Sun, 1 Aug 2021 03:05:30 +0000 (04:05 +0100)]
libksba: update to version 1.6.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit
0876a981c23f63afdd35e49c5a392eb98f91044e)
Daniel Golle [Wed, 28 Apr 2021 17:46:03 +0000 (18:46 +0100)]
libksba: update to version 1.5.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit
1c7ef6c666a69d634f7c72d4b4d171b4a842d398)
Daniel Golle [Wed, 28 Apr 2021 17:40:23 +0000 (18:40 +0100)]
libassuan: update to version 2.5.5
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit
1f50a9e417d8d7d6ef9bcbfb1a3aa8842fb583af)
W. Michael Petullo [Thu, 13 May 2021 03:15:50 +0000 (22:15 -0500)]
libgpg-error: patch to fix cross-compile
Paul Blazejowski discovered that the recent update to this package broke
cross-compiling for some OpenWrt platforms. This backports commit
33593864
(March 26, 2021) from the upstream libgpg-error project to fix this
problem.
Signed-off-by: W. Michael Petullo <mike@flyn.org>
(cherry picked from commit
71b7f74ff1465457e5d071b210c6f62507332564)
W. Michael Petullo [Mon, 10 May 2021 18:19:34 +0000 (13:19 -0500)]
libgpg-error: update to 1.42
Signed-off-by: W. Michael Petullo <mike@flyn.org>
(cherry picked from commit
c664e1f20727f7b38d0aa1e7977d904f727d1a24)
Daniel Golle [Sun, 1 Aug 2021 03:05:00 +0000 (04:05 +0100)]
i2c-tools: update to version 4.3
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit
4ed7701b787a976207b7b6041e5c6493035cebaa)
Daniel Golle [Mon, 15 Nov 2021 02:00:35 +0000 (02:00 +0000)]
hiredis: update to version 1.0.2
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit
c15172f7f76c77019710b9f9b879c239e26ff971)
Rosen Penev [Tue, 5 Oct 2021 00:25:15 +0000 (17:25 -0700)]
hiredis: fix compilation with macOS
uname is used to test the host OS. Override it.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit
0ce3a961d39eb6a664088bf77cdf36fdad3bb732)
Daniel Golle [Mon, 15 Nov 2021 00:20:58 +0000 (00:20 +0000)]
gawk: update to version 5.1.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit
be6099fb7e0cfdacec28cb79b8763b2b73a67803)
Daniel Golle [Sat, 9 Oct 2021 03:09:33 +0000 (04:09 +0100)]
ccid: update to version 1.4.36
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit
f8e79854f9e936170babb5d1850433a431c3b5bb)
Rosen Penev [Mon, 4 Oct 2021 23:04:17 +0000 (16:04 -0700)]
ccid: fix compilation under macOS
Remove a bad uname check.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit
7a7d1a5d2cbf626119b4bc7598fdbe2d0afa3743)
Daniel Golle [Tue, 3 Aug 2021 00:01:11 +0000 (01:01 +0100)]
ccid: update to version 1.4.35
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit
a87236861f09530c4420e73306048da158e2a62b)
Daniel Golle [Thu, 25 Mar 2021 22:53:03 +0000 (22:53 +0000)]
ccid: update to version 1.4.34
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit
c22638cb830eb5bed4f1947bcb1c737c1b922331)
Daniel Golle [Sat, 9 Oct 2021 03:10:02 +0000 (04:10 +0100)]
cryptsetup: update to version 2.4.1
Package new experimental SSH token authenticator plugin as new package
'cryptsetup-ssh'.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit
97dd009f58bf4740ac29154d0ca029aea7424290)
Javier Marcet [Sun, 4 Jul 2021 15:57:31 +0000 (17:57 +0200)]
cryptsetup: update to version 2.3.6
Signed-off-by: Javier Marcet <javier@marcet.info>
(cherry picked from commit
2bff0b47aa5c878513b8389538bb0d3fab60e1b6)
Daniel Golle [Thu, 25 Mar 2021 22:53:46 +0000 (22:53 +0000)]
cryptsetup: update to version 2.3.5
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit
c644917ca7e822234b27ade566534f6c0a14ed35)
Daniel Golle [Mon, 16 Aug 2021 12:53:17 +0000 (13:53 +0100)]
opensc: update to version 0.22.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit
a8f37fc15b1136c8285cc572d4e79207eb51be35)
Daniel Golle [Thu, 25 Mar 2021 22:51:52 +0000 (22:51 +0000)]
opensc: update to version 0.21.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit
c84ab8890ca7bb45e9a61061d38c54f2014520ea)
Daniel Golle [Sat, 9 Oct 2021 03:11:02 +0000 (04:11 +0100)]
pcsc-lite: update to version 1.9.4
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit
7e2a56e77d07f8ab7cf924292d92fc5b5a7f51b2)
Daniel Golle [Thu, 25 Mar 2021 22:51:08 +0000 (22:51 +0000)]
pcsc-lite: update to version 1.9.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit
fee9ad1c68d094fa1c69b6b207642c0a23bbce6c)
Daniel Golle [Mon, 15 Nov 2021 18:39:38 +0000 (18:39 +0000)]
postgresql: update to version 13.5
Addresses CVE-2021-3393 and CVE-2021-20229.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Mon, 15 Nov 2021 00:39:04 +0000 (00:39 +0000)]
lvm2: update to version 2.03.14
Drop two local patches which were replaced by upstream commits.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit
74969337cfded61c30637595e2244cb06496afd1)
Daniel Golle [Mon, 16 Aug 2021 12:53:00 +0000 (13:53 +0100)]
lvm2: update to version 2.03.13
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit
f20f69e63bc1de6082621ae95822fac2522e7f8d)
Daniel Golle [Sun, 8 Aug 2021 14:34:27 +0000 (15:34 +0100)]
lvm2: add hotplug script to scan and enable PVs on hotplug
Automatically scan and activate physical volumes when added at runtime.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit
f32236e54283b533422bd02ecfda720d7fc86017)
Daniel Golle [Mon, 10 May 2021 02:42:01 +0000 (03:42 +0100)]
lvm2: update to version 2.03.12
Two notable changes are devices file and metadata based autoactivation.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit
dc27d43f29f3807118f8f6f8adda91c9163dc18d)
Daniel Golle [Sat, 10 Apr 2021 10:54:50 +0000 (11:54 +0100)]
lvm2: don't use `-normal` suffix for non-SELinux variants
This was probably a work-around for an issue with dependencies which
was fixed by
https://github.com/openwrt/openwrt/commit/
988ed0080284903d1fe4851c5ae8f1238bc61da2
Remove it as all other packages with `-selinux` variants do provide
a non-SELinux-variant without any suffix and that works now, see
procd vs. procd-selinux
busybox vs. busybox-selinux
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit
43597b918a43f431f9f328aa07904c920832a435)
Daniel Golle [Sat, 9 Oct 2021 03:09:06 +0000 (04:09 +0100)]
libudev-zero: update to version 1.0.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit
36b9ff3c83cda2af6ff6c22dd36179fcee9ec8b0)
Daniel Golle [Sun, 1 Aug 2021 03:06:05 +0000 (04:06 +0100)]
libudev-zero: update to version 0.5.2
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit
50bb46baaa54146b3135921722edb7585f43518f)
Daniel Golle [Thu, 25 Mar 2021 22:49:51 +0000 (22:49 +0000)]
libudev-zero: update to version 0.4.8
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit
7341e397681a39fe87249716430c04905d879e64)
Josef Schlehofer [Sun, 14 Nov 2021 23:23:44 +0000 (00:23 +0100)]
Merge pull request #17113 from paper42/cve-2019-19906-21
[21.02] cyrus-sasl: patch CVE-2019-19906
Giovanni Giacobbi [Sat, 13 Nov 2021 21:28:43 +0000 (21:28 +0000)]
php8: Clean up and update distributed php.ini for php 8.0.12
Details:
- Cleaned up whitespace and removed comments (refer to official PHP documentation for that)
- Removed directives that no longer exist as of PHP 8.0.12
- Added newly existing directives commented out
- Added '~E_DEPRECATED' to 'error_reporting'
Signed-off-by: Giovanni Giacobbi <giovanni@giacobbi.net>
(cherry picked from commit
f54b987c8f1bbc8b908f14d7616dd417d18cc887)
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Michal Vasilek [Fri, 12 Nov 2021 17:09:39 +0000 (18:09 +0100)]
cyrus-sasl: patch CVE-2019-19906
Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
(cherry picked from commit
f7717bd382d4f03c6353beaaf198d29a34c8e6ab)
Michael Heimpold [Fri, 12 Nov 2021 06:47:26 +0000 (07:47 +0100)]
Merge pull request #17111 from thg2k/pr/21_php74_ini_1
[21.02] php7: Update and clean up distributed php7.ini
Ren Zongjia [Tue, 2 Nov 2021 04:46:04 +0000 (12:46 +0800)]
dockerd: Update to 20.10.10
Signed-off-by: Ren Zongjia <acooler15@foxmail.com>
Ren Zongjia [Tue, 2 Nov 2021 04:45:52 +0000 (12:45 +0800)]
docker: Update to 20.10.10
Signed-off-by: Ren Zongjia <acooler15@foxmail.com>
Ren Zongjia [Tue, 2 Nov 2021 04:35:09 +0000 (12:35 +0800)]
containerd: Update to 1.4.11
Signed-off-by: Ren Zongjia <acooler15@foxmail.com>
Ren Zongjia [Tue, 2 Nov 2021 04:34:42 +0000 (12:34 +0800)]
runc: Update to 1.0.2
Signed-off-by: Ren Zongjia <acooler15@foxmail.com>
Giovanni Giacobbi [Thu, 11 Nov 2021 10:07:04 +0000 (10:07 +0000)]
php7: Clean up and update distributed php.ini for php 7.4.25
Details:
- Cleaned up whitespace and removed comments (refer to official PHP documentation for that)
- Removed directives that no longer exist as of PHP 7.4.25
- Added '~E_DEPRECATED' to 'error_reporting'
Directives removed that no longer exist as of PHP 7.4.25:
- zend.ze1_compatibility_mode
- y2k_compliance
- register_globals
- register_long_arrays
- magic_quotes_gpc
- magic_quotes_runtime
- magic_quotes_sybase
- always_populate_raw_post_data
Signed-off-by: Giovanni Giacobbi <giovanni@giacobbi.net>
Hannu Nyman [Wed, 10 Nov 2021 18:25:15 +0000 (20:25 +0200)]
nano: enable showing line numbers with M-N (Alt-n)
Backport new upstream patch to enable toggling the display of
the line numbers with the shortcut key M-N (Alt-n).
Also the cmdline option "-l" works.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
(cherry picked from commit
9023845d500cbaf6be4ce5c20794d11445c8e120)
Michael Heimpold [Wed, 10 Nov 2021 06:45:43 +0000 (07:45 +0100)]
Merge pull request #17099 from mhei/php7-pecl-updates
[21.02] Pull latest php7 pecl package updates from master
Hannu Nyman [Tue, 9 Nov 2021 21:12:39 +0000 (23:12 +0200)]
nano: enable line numbers (from cmdline)
Enable showing line numbers, which makes it easier to find
the correct place in long files. Due to the "tiny" build,
the functionality is only available from cmdline with "-l"
option.
For example: nano -l /etc/banner
Key shortcut M-n is disabled due to "tiny".
See https://savannah.gnu.org/bugs/?61441 for explanation.
Also
* remove without-slang config option, deprecated in Dec 2020
* adopt AUTORELEASE
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
(cherry picked from commit
ae7f62d637d86b8fe6ae03cdce948ab2d25ff19b)
Karl Palsson [Tue, 9 Nov 2021 09:12:24 +0000 (09:12 +0000)]
mosquitto: bump to 2.0.13
Security and bugfix releases.
Changelogs:
https://mosquitto.org/blog/2021/10/version-2-0-13-released/
https://mosquitto.org/blog/2021/08/version-2-0-12-released/
Signed-off-by: Karl Palsson <karlp@etactica.com>
Michael Heimpold [Sun, 7 Nov 2021 09:27:16 +0000 (10:27 +0100)]
php7-pecl-redis: update to 5.3.4
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
(cherry picked from commit
82f115bded1a6399f743070a6fbab70bd30e5d16)
Michael Heimpold [Sun, 7 Nov 2021 09:55:05 +0000 (10:55 +0100)]
php7-pecl-imagick: update to 3.5.1
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
(cherry picked from commit
755e3c2eb6255160e5cc1c1e3d8020f006324316)
Michael Heimpold [Sun, 7 Nov 2021 09:13:55 +0000 (10:13 +0100)]
php7-pecl-http: update to version 3.2.4
This is the latest version, which still has support for PHP 7.x.
It's an intermediate step in the transition to PHP 8.x.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
(cherry picked from commit
5fe58d00021e5d92d01d9ad877a5c642e68d4560)
Michael Heimpold [Wed, 3 Nov 2021 16:27:52 +0000 (17:27 +0100)]
Merge pull request #17052 from mhei/21.01-php8-icu-compat
[21.02] php8: Support for icu 70.1
Michael Heimpold [Wed, 3 Nov 2021 16:27:36 +0000 (17:27 +0100)]
Merge pull request #17053 from mhei/21.01-php7-icu-compat
[21.02] php7: Support for icu 70.1
Tianling Shen [Thu, 28 Oct 2021 09:13:38 +0000 (17:13 +0800)]
xray-core: remove dead jail files
It never works... And Xray-core needs root access to work.
Bump geodata to latest version while at it.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit
ab540e6990a26950a8bee31ae306928f573f0874)
Michal Hrusecky [Thu, 28 Oct 2021 12:43:22 +0000 (14:43 +0200)]
afuse: Add new package
This commit add new package afuse into packages feed.
afuse is an automounting file system implemented in user-space using
FUSE. It implements the most basic functionality that can be expected by
an automounter; that is it manages a directory of virtual directories.
If one of these virtual directories is accessed and is not already
automounted, afuse will attempt to mount a filesystem onto that
directory. If the mount succeeds the requested access proceeds as
normal, otherwise it will fail with an error.
Signed-off-by: Michal Hrusecky <michal@hrusecky.net>
(cherry picked from commit
3d0f73ea676b7e1e0bb1184f9f1e0d1b7f18a3fe)
Josef Schlehofer [Wed, 3 Nov 2021 07:47:32 +0000 (08:47 +0100)]
Merge pull request #17017 from miska/mariadb-21.02
mariadb: Update to version 10.4.21
Hirokazu MORIKAWA [Tue, 2 Nov 2021 00:36:12 +0000 (09:36 +0900)]
php7: Support for icu 70.1
This PR prepares PHP for a few minor changes that cause PHP builds to fail when using --enable-intl with ICU 70.1.
Change UBool to bool for equality operators in ICU >= 70.1
https://github.com/php/php-src/pull/7596
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
(cherry picked from commit
bc13112a7c180dfad51db065c74438017fc8a8c7)