Michal Vasilek [Wed, 11 May 2022 16:17:43 +0000 (18:17 +0200)]
youtube-dl: drop package
youtube-dl is still maintained, but moves very slowly and many other
distributions instead package an active fork, yt-dlp.
Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
Florian Eckert [Mon, 21 Mar 2022 09:22:13 +0000 (10:22 +0100)]
stunnel: update to version 5.64
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Stan Grishin [Thu, 19 May 2022 09:00:31 +0000 (12:00 +0300)]
Merge pull request #18361 from stangri/master-https-dns-proxy
https-dns-proxy: 2021-11-22-3: add support for Canary Domains
W. Michael Petullo [Wed, 18 May 2022 22:06:25 +0000 (17:06 -0500)]
gcc: update to allow compiling different versions
This is based on the toolchain GCC, and aims to share as much of its
Makefile and patches with that definition. The package requires two
additional patches:
(1) 003-dont-choke-when-building-32bit-on-64bit.patch, which fixes the
`error: size of array 'test_real_width' is negative` error that occurs
when building a 32-bit GCC on a 64-bit host. (Search the Internet for
examples of this error appearing.)
(2) 980-add-nostdinc++.patch, which backports a fix from 11.3.0 (11.2.0
only).
Signed-off-by: W. Michael Petullo <mike@flyn.org>
W. Michael Petullo [Wed, 18 May 2022 21:55:39 +0000 (16:55 -0500)]
gcc: change maintainer
Signed-off-by: W. Michael Petullo <mike@flyn.org>
John Audia [Tue, 17 May 2022 18:43:06 +0000 (14:43 -0400)]
zsh: update to 5.9
Bump to latest release
Build system: x86_64
Build-tested: bcm2711/RPi4B
Run-tested: bcm2711/RPi4B
Signed-off-by: John Audia <therealgraysky@proton.me>
Stijn Tintel [Wed, 18 May 2022 10:46:01 +0000 (13:46 +0300)]
Revert "lxc: export systemd cgroups after install"
The postinst script is sourced during image build, which causes the
follow failure:
/home/stijn/Development/OpenWrt/openwrt/build_dir/target-x86_64_musl/root-x86/etc/init.d/lxc-auto: line 3: /lib/functions.sh: No such file or directory
postinst script ./usr/lib/opkg/info/lxc-auto.postinst has failed with exit code 1
Sourcing /lib/functions.sh is not needed, as /etc/rc.common does so
already. Unfortunately removing that line from the init script is not
enough to fix the problem. The postinst script should also check
IPKG_INSTROOT. As these two changes are unrelated, they should go in
separate commits, and the solution to the image build problem is to
revert the commit that introduced the breakage.
This reverts commit
2cde10b95053bf958a4001fb0a82c4563bf345e2.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Rosen Penev [Wed, 18 May 2022 13:51:23 +0000 (06:51 -0700)]
Revert "ci: Use openwrt/gh-action-sdk@v5"
This reverts commit
7b7265293f953c71a65099ecbdbfbaf5f14bf4f8.
Jeffery To [Wed, 18 May 2022 09:28:05 +0000 (17:28 +0800)]
ci: Use openwrt/gh-action-sdk@v5
This version builds packages as a normal user instead of as root.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jonathan Pagel [Tue, 17 May 2022 19:26:54 +0000 (21:26 +0200)]
telegraf: Update to version 1.22.4
Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
David Bauer [Tue, 17 May 2022 14:24:43 +0000 (16:24 +0200)]
usteer: update to latest HEAD
7afab96 usteer: Fix better candidate not being set in policy
Signed-off-by: David Bauer <mail@david-bauer.net>
Álvaro Fernández Rojas [Tue, 17 May 2022 14:22:56 +0000 (16:22 +0200)]
bcm27xx-eeprom: update to v2022.04.26-138a1
Git compare: https://github.com/raspberrypi/rpi-eeprom/compare/
47976e4409c6999a8e211976c75c60a97c90275c...v2022.04.26-138a1
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Florian Eckert [Tue, 17 May 2022 06:06:46 +0000 (08:06 +0200)]
Merge pull request #18472 from sotux/master
kcptun: add tcp option
Jesus Fernandez Manzano [Tue, 26 Apr 2022 10:10:23 +0000 (12:10 +0200)]
softflowd: add traffic capture filter
softflowd can filter the traffic with an optional bpf program,
specified on the command-line as a BPF expression
Signed-off-by: Jesus Fernandez Manzano <jesus.manzano@galgus.net>
Gerard Ryan [Mon, 16 May 2022 12:01:20 +0000 (22:01 +1000)]
docker: Update to v20.10.16
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
Gerard Ryan [Mon, 16 May 2022 11:58:44 +0000 (21:58 +1000)]
dockerd: Update to v20.10.16
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
Gerard Ryan [Mon, 16 May 2022 11:54:44 +0000 (21:54 +1000)]
libnetwork: Updated to 339b97 for docker v20.10.16
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
Gerard Ryan [Mon, 16 May 2022 11:51:30 +0000 (21:51 +1000)]
containerd: Update to v1.6.4 for docker v20.10.16
* Overrode `PREFIX` to have the old behaviour
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
Gerard Ryan [Mon, 16 May 2022 11:48:09 +0000 (21:48 +1000)]
runc: Update to v1.1.1 for docker v20.10.16
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
Jeffery To [Thu, 12 May 2022 20:50:25 +0000 (04:50 +0800)]
nsutils: Update to latest version, switch to cmake
This also:
* Adds PKG_SOURCE_DATE and PKG_SOURCE_VERSION to PKG_VERSION (by
default, when PKG_VERSION is defined, PKG_SOURCE_DATE and
PKG_SOURCE_VERSION are not used)
* Fixes package copyright
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jianhui Zhao [Tue, 3 May 2022 09:18:47 +0000 (17:18 +0800)]
lua-eco: Add package
Lua-eco is a `Lua coroutine` library which was implemented based on `IO event`.
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
Rosen Penev [Sun, 17 Apr 2022 02:15:20 +0000 (19:15 -0700)]
telldus-core: use proper cmake argp
Avoids linking to argp-standalone with glibc.
Some other minor fixes.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
W. Michael Petullo [Tue, 10 May 2022 19:39:07 +0000 (14:39 -0500)]
snort3: update to 3.1.29.0
Signed-off-by: W. Michael Petullo <mike@flyn.org>
W. Michael Petullo [Tue, 10 May 2022 19:38:00 +0000 (14:38 -0500)]
libdaq3: update to 3.0.7
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Aleksander Morgado [Wed, 4 May 2022 12:01:57 +0000 (14:01 +0200)]
modemmanager: report network initiated disconnections to netifd
The new connection dispatcher scripts support integrated in
ModemManager 1.18.8 allows us to provide a openwrt-specific dispatcher
script used to report netifd that the underlying network connection is
down.
See also https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/merge_requests/775
Fixes https://github.com/openwrt/openwrt/issues/8368
Fixes https://github.com/openwrt/packages/issues/14096
Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
Aleksander Morgado [Tue, 29 Mar 2022 11:12:43 +0000 (13:12 +0200)]
modemmanager: install available FCC unlock scripts
The FCC unlock scripts are installed but not enabled by default.
Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
Aleksander Morgado [Wed, 4 May 2022 11:37:14 +0000 (13:37 +0200)]
modemmanager: bump to 1.18.8
Also removed two patches that are already included in the upstream
release.
Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
Aleksander Morgado [Wed, 4 May 2022 11:36:28 +0000 (13:36 +0200)]
libqmi: bump to 1.30.6
Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
Aleksander Morgado [Wed, 4 May 2022 11:35:54 +0000 (13:35 +0200)]
libmbim: bump to 1.26.4
Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
Jeffery To [Wed, 11 May 2022 09:21:52 +0000 (17:21 +0800)]
ci: Look for changed packages in the PR branch only
Fixes https://github.com/openwrt/packages/issues/15267.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Gerard Ryan [Wed, 27 Apr 2022 11:11:14 +0000 (21:11 +1000)]
dockerd: Add firewall independent dependencies
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
Gerard Ryan [Sun, 1 May 2022 04:07:33 +0000 (14:07 +1000)]
dockerd: Sorted dependencies for better diffs
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
Oskari Rauta [Mon, 9 May 2022 20:22:47 +0000 (23:22 +0300)]
slirp4netns: update to v1.2.0
Changelog:
https://github.com/rootless-containers/slirp4netns/releases
Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
Michal Vasilek [Fri, 8 Apr 2022 20:49:53 +0000 (22:49 +0200)]
lxc: export systemd cgroups after install
otherwise, a user would have to either manually run /etc/init.d/lxc-auto
boot or reboot the system to start using lxc.
Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
Jeffery To [Sat, 14 May 2022 18:11:51 +0000 (02:11 +0800)]
golang: Update to 1.18.2
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Sat, 14 May 2022 18:42:10 +0000 (02:42 +0800)]
micropython-lib: Update to latest master
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Josef Schlehofer [Mon, 9 May 2022 13:49:55 +0000 (15:49 +0200)]
bluez-tools: fix compile with BUILD_NLS
Fixes:
ccache_cc -Os -pipe -mcpu=cortex-a53 -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -fmacro-prefix-map=/mox-openwrt-master/build/build_dir/target-aarch64_cortex-a53_musl/bluez-tools-
20201025.
f653217=bluez-tools-
20201025.
f653217 -Wformat -Werror=format-security -DPIC -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wl,-z,now -Wl,-z,relro -L/mox-openwrt-master/build/staging_dir/toolchain-aarch64_cortex-a53_gcc-11.2.0_musl/usr/lib -L/mox-openwrt-master/build/staging_dir/toolchain-aarch64_cortex-a53_gcc-11.2.0_musl/lib -DPIC -fPIC -specs=/mox-openwrt-master/build/include/hardened-ld-pie.specs -znow -zrelro -o bt-adapter lib/agent-helper.o lib/dbus-common.o lib/helpers.o lib/manager.o lib/obex_agent.o lib/properties.o lib/sdp.o lib/bluez/adapter.o lib/bluez/agent_manager.o lib/bluez/alert_agent.o lib/bluez/alert.o lib/bluez/cycling_speed.o lib/bluez/cycling_speed_manager.o lib/bluez/device.o lib/bluez/health_channel.o lib/bluez/health_device.o lib/bluez/health_manager.o lib/bluez/heart_rate.o lib/bluez/heart_rate_manager.o lib/bluez/media.o lib/bluez/media_control.o lib/bluez/media_player.o lib/bluez/network.o lib/bluez/network_server.o lib/bluez/obex/obex_agent_manager.o lib/bluez/obex/obex_client.o lib/bluez/obex/obex_file_transfer.o lib/bluez/obex/obex_message_access.o lib/bluez/obex/obex_message.o lib/bluez/obex/obex_object_push.o lib/bluez/obex/obex_phonebook_access.o lib/bluez/obex/obex_session.o lib/bluez/obex/obex_synchronization.o lib/bluez/obex/obex_transfer.o lib/bluez/profile_manager.o lib/bluez/proximity_monitor.o lib/bluez/proximity_reporter.o lib/bluez/sim_access.o lib/bluez/thermometer.o lib/bluez/thermometer_manager.o bt-adapter.o -L/mox-openwrt-master/build/staging_dir/target-aarch64_cortex-a53_musl/usr/lib -lglib-2.0 -lintl -L/mox-openwrt-master/build/staging_dir/target-aarch64_cortex-a53_musl/usr/lib -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl
/mox-openwrt-master/build/staging_dir/toolchain-aarch64_cortex-a53_gcc-11.2.0_musl/lib/gcc/aarch64-openwrt-linux-musl/11.2.0/../../../../aarch64-openwrt-linux-musl/bin/ld: cannot find -lintl
/mox-openwrt-master/build/staging_dir/toolchain-aarch64_cortex-a53_gcc-11.2.0_musl/lib/gcc/aarch64-openwrt-linux-musl/11.2.0/../../../../aarch64-openwrt-linux-musl/bin/ld: cannot find -lintl
collect2: error: ld returned 1 exit status
make[5]: *** [Makefile:580: bt-adapter] Error 1
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Jeffery To [Sat, 14 May 2022 17:20:41 +0000 (01:20 +0800)]
Merge pull request #18293 from hexian000/privoxy_bugfix
privoxy: prevent killing the init script itself when stopping service
Tianling Shen [Sat, 14 May 2022 09:26:04 +0000 (17:26 +0800)]
dnsproxy: Update to 0.42.3
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Tianling Shen [Sat, 14 May 2022 09:24:48 +0000 (17:24 +0800)]
cloudflared: Update to 2022.5.1
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
He Xian [Wed, 13 Apr 2022 09:32:48 +0000 (17:32 +0800)]
privoxy: update to 3.0.33 and fix the init script
1. Fixed init script would kill itself when trying to stop a service.
2. Upgrade privoxy release to 3.0.33
3. Set PKG_RELEASE to AUTORELEASE
Signed-off-by: He Xian <hexian000@outlook.com>
Christian Lachner [Mon, 9 May 2022 06:31:08 +0000 (08:31 +0200)]
haproxy: Update HAProxy to v2.4.16
- Update haproxy download URL and hash
Signed-off-by: Christian Lachner <gladiac@gmail.com>
Jeffery To [Fri, 13 May 2022 08:37:00 +0000 (16:37 +0800)]
Merge pull request #18516 from robje/cable-type
nut: add cable type nut driver config
Rob J. Epping [Wed, 11 May 2022 21:17:06 +0000 (23:17 +0200)]
nut: add cable type nut driver config
at least driver apcsmart-old (maybe more) allow for specifying the
type of cable used. My old UPS does will not function when cable type
is not specified.
This will add support for configuration option 'cable'
Signed-off-by: Rob J. Epping <epping@renf.us>
Jeffery To [Thu, 12 May 2022 21:45:06 +0000 (05:45 +0800)]
Merge pull request #18467 from AdorableJiang/mydnsjp
ddns-scripts: mydns.ip to mydns.jp
Jeffery To [Thu, 12 May 2022 19:59:16 +0000 (03:59 +0800)]
Merge pull request #18485 from oskarirauta/crun
crun: update to version 1.4.5
Jeffery To [Thu, 12 May 2022 19:25:24 +0000 (03:25 +0800)]
Merge pull request #18483 from oskarirauta/nsutils
nsutils: version bump
Josef Schlehofer [Thu, 12 May 2022 19:15:00 +0000 (21:15 +0200)]
Merge pull request #18521 from paper42/miniflux-2.0.36
miniflux: update to 2.0.36
Magnus Kessler [Thu, 12 May 2022 05:13:52 +0000 (07:13 +0200)]
tailscale: update to version 1.24.2
Signed-off-by: Magnus Kessler <Magnus.Kessler@gmx.net>
Oskari Rauta [Mon, 9 May 2022 20:38:57 +0000 (23:38 +0300)]
nsutils: bump to new release
Few minor changes, like -h flag for program (help).
Added URL to package definition.
No new version release with version number, so version stays
as is, but pkg_release is still bumbed with this commit.
Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
Michal Vasilek [Thu, 12 May 2022 16:49:32 +0000 (18:49 +0200)]
miniflux: update to 2.0.36
Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
Shengjiang Quan [Thu, 12 May 2022 11:39:12 +0000 (20:39 +0900)]
ddns-scripts: mydns.ip to mydns.jp
The provider is `mydns.jp` not `mydns.ip` which is wrong and misleading.
Signed-off-by: Shengjiang Quan <qsj287068067@126.com>
Nikos Mavrogiannopoulos [Thu, 12 May 2022 10:44:07 +0000 (12:44 +0200)]
Merge pull request #18520 from rsalvaterra/oc-bump
openconnect: bump to version 9.01
Rui Salvaterra [Thu, 12 May 2022 09:22:19 +0000 (10:22 +0100)]
openconnect: bump to version 9.01
Now with basic support for the Array Networks SSL VPN protocol.
Also fix the OpenSSL build. OpenConnect requires support for deprecated APIs,
for the time being, so select them if compiling against OpenSSL.
Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
Jeffery To [Thu, 12 May 2022 07:34:52 +0000 (15:34 +0800)]
Merge pull request #18443 from WereCatf/hexedit
hexedit: Add new package
Nita Vesa [Tue, 3 May 2022 06:24:20 +0000 (09:24 +0300)]
hexedit: Add new package
Viewer and editor in hexadecimal or ASCII for files or devices
Signed-off-by: Nita Vesa <werecatf@outlook.com>
W. Michael Petullo [Wed, 11 May 2022 00:39:36 +0000 (19:39 -0500)]
gst1-libav: update to 1.20.2
Signed-off-by: W. Michael Petullo <mike@flyn.org>
W. Michael Petullo [Wed, 11 May 2022 00:39:11 +0000 (19:39 -0500)]
gst1-plugins-ugly: update to 1.20.2
Signed-off-by: W. Michael Petullo <mike@flyn.org>
W. Michael Petullo [Wed, 11 May 2022 00:38:52 +0000 (19:38 -0500)]
gst1-plugins-bad: update to 1.20.2
Signed-off-by: W. Michael Petullo <mike@flyn.org>
W. Michael Petullo [Wed, 11 May 2022 00:38:28 +0000 (19:38 -0500)]
gst1-plugins-good: update to 1.20.2
Signed-off-by: W. Michael Petullo <mike@flyn.org>
W. Michael Petullo [Wed, 11 May 2022 00:38:10 +0000 (19:38 -0500)]
gst1-plugins-base: update to 1.20.2
Signed-off-by: W. Michael Petullo <mike@flyn.org>
W. Michael Petullo [Wed, 11 May 2022 00:37:35 +0000 (19:37 -0500)]
gstreamer1: update to 1.20.2
Signed-off-by: W. Michael Petullo <mike@flyn.org>
W. Michael Petullo [Tue, 10 May 2022 19:44:18 +0000 (14:44 -0500)]
python3-networkx: update to 2.8
Signed-off-by: W. Michael Petullo <mike@flyn.org>
W. Michael Petullo [Tue, 10 May 2022 19:50:28 +0000 (14:50 -0500)]
dmapd: update to 0.0.91
Signed-off-by: W. Michael Petullo <mike@flyn.org>
W. Michael Petullo [Tue, 10 May 2022 19:43:19 +0000 (14:43 -0500)]
luasocket: update to 3.0.0
Signed-off-by: W. Michael Petullo <mike@flyn.org>
W. Michael Petullo [Tue, 10 May 2022 19:46:33 +0000 (14:46 -0500)]
hwloc: update to 2.7.1
Signed-off-by: W. Michael Petullo <mike@flyn.org>
W. Michael Petullo [Tue, 10 May 2022 19:47:45 +0000 (14:47 -0500)]
libgcrypt: update to 1.10.1
Signed-off-by: W. Michael Petullo <mike@flyn.org>
W. Michael Petullo [Tue, 10 May 2022 19:30:55 +0000 (14:30 -0500)]
libgee: update to 0.20.5
Signed-off-by: W. Michael Petullo <mike@flyn.org>
W. Michael Petullo [Tue, 10 May 2022 19:42:10 +0000 (14:42 -0500)]
luaexpat: update to 1.4.1
Signed-off-by: W. Michael Petullo <mike@flyn.org>
W. Michael Petullo [Tue, 10 May 2022 19:49:57 +0000 (14:49 -0500)]
openldap: update to 2.6.2
Signed-off-by: W. Michael Petullo <mike@flyn.org>
W. Michael Petullo [Tue, 10 May 2022 19:41:20 +0000 (14:41 -0500)]
nfdump: update to 1.6.24
Signed-off-by: W. Michael Petullo <mike@flyn.org>
W. Michael Petullo [Tue, 10 May 2022 19:51:04 +0000 (14:51 -0500)]
vips: update to 8.12.2
Signed-off-by: W. Michael Petullo <mike@flyn.org>
W. Michael Petullo [Tue, 10 May 2022 19:49:18 +0000 (14:49 -0500)]
libgpg-error: update to 1.45
Signed-off-by: W. Michael Petullo <mike@flyn.org>
W. Michael Petullo [Tue, 10 May 2022 19:40:20 +0000 (14:40 -0500)]
krb5: update to 1.19.3
Signed-off-by: W. Michael Petullo <mike@flyn.org>
W. Michael Petullo [Tue, 10 May 2022 19:45:22 +0000 (14:45 -0500)]
cyrus-sasl: update to 2.1.28
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Eneas U de Queiroz [Thu, 5 May 2022 13:25:10 +0000 (10:25 -0300)]
xr_usb_serial_common: bump to 2022-03-30
This is the latest commit that touches the xr_usb_serial_common-1a dir.
The changes are restricted to whitespace fixes and kernel version
adaptations:
ecc6ebe xr_usb: Use tty_driver_kref_put for kernel 5.15 and above
caf6d25 xr_usb: Use tty_alloc_driver for kernel 5.15 and above
a42b7e6 xr_usb: Compilation fixes for kernel 5.14
497adb7 #39 fix compilation for newer linux kernels
9103471 xr_usb: fix some whitespace errors
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Jeffery To [Wed, 11 May 2022 21:04:14 +0000 (05:04 +0800)]
Merge pull request #18488 from oskarirauta/podman
podman: update to 4.1.0
Jeffery To [Wed, 11 May 2022 21:01:38 +0000 (05:01 +0800)]
Merge pull request #18486 from oskarirauta/libslirp
libslirp: update to v4.7.0
Jeffery To [Wed, 11 May 2022 20:41:27 +0000 (04:41 +0800)]
Merge pull request #18484 from oskarirauta/cni
cni: update to v1.1.0
Jeffery To [Wed, 11 May 2022 19:59:10 +0000 (03:59 +0800)]
Merge pull request #18471 from liudf0716/xfrpc
xfrpc: Update to 1.05.548
Jeffery To [Wed, 11 May 2022 19:19:12 +0000 (03:19 +0800)]
Merge pull request #18460 from nxhack/icu_71_1
icu: bump to 71.1
W. Michael Petullo [Wed, 11 May 2022 13:39:44 +0000 (08:39 -0500)]
pigeonhole: update to 2.3.18
Signed-off-by: W. Michael Petullo <mike@flyn.org>
W. Michael Petullo [Wed, 11 May 2022 13:39:33 +0000 (08:39 -0500)]
dovecot: update to 2.3.18
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Jeffery To [Tue, 10 May 2022 20:15:06 +0000 (04:15 +0800)]
Merge pull request #18390 from lowjoel/strongswan-rekey-bytes-packets
strongswan: support child rekey by bytes and packets
Michael Heimpold [Tue, 10 May 2022 19:48:44 +0000 (21:48 +0200)]
Merge pull request #18463 from mhei/mmc-utils-update
mmc-utils: update to latest upstream revision
Dirk Brenken [Tue, 10 May 2022 14:53:52 +0000 (16:53 +0200)]
adblock: list maintenance
* add new oisd nsfw source (XL)
* change korean source name (again)
* update readme
Signed-off-by: Dirk Brenken <dev@brenken.org>
Oskari Rauta [Mon, 9 May 2022 21:15:36 +0000 (00:15 +0300)]
podman: update to 4.1.0
Once again, a lot of changes.
List of changes available at:
https://github.com/containers/podman/releases
Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
Oskari Rauta [Mon, 9 May 2022 21:00:19 +0000 (00:00 +0300)]
crun: update to version 1.4.5
- CRIU: add support for different manage cgroups modes.
- the hook processes inherit the crun process environment if there is no environment block specified in the OCI configuration.
- exec: fix double free when using --apparmor and --process-label.
Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
Oskari Rauta [Mon, 9 May 2022 20:32:11 +0000 (23:32 +0300)]
cni: update to v1.1.0
A minor update to the CNI libraries and tooling.
This does not bump the protocol / spec version, which remains at v1.0.0.
Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
Oskari Rauta [Mon, 9 May 2022 20:20:27 +0000 (23:20 +0300)]
libslirp: update to v4.7.0
Bug fixes etc..
List of changes available at:
https://gitlab.freedesktop.org/slirp/libslirp/-/blob/master/CHANGELOG.md
Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
Nick Hainke [Mon, 9 May 2022 13:57:26 +0000 (15:57 +0200)]
dawn: update to 2022-05-09
7a72674 datastorage/ubus: rework kicking algorithm
Signed-off-by: Nick Hainke <vincent@systemli.org>
Joel Low [Tue, 26 Apr 2022 10:59:17 +0000 (18:59 +0800)]
strongswan: support child rekey by bytes and packets
This adds support for the child SA to be rekeyed through the byte/packet
threshold. The default is blank (which disables the byte/packet thresholds).
Signed-off-by: Joel Low <joel@joelsplace.sg>
Zheng Qian [Sun, 8 May 2022 08:03:29 +0000 (16:03 +0800)]
kcptun: add tcp option
Signed-off-by: Zheng Qian <sotux82@gmail.com>
Dengfeng Liu [Sun, 8 May 2022 04:02:04 +0000 (12:02 +0800)]
xfrpc: Update to 1.05.548
deprecated xfrps, compatible with frps
Signed-off-by: Dengfeng Liu <liudf0716@gmail.com>
Michael Heimpold [Sat, 7 May 2022 10:42:47 +0000 (12:42 +0200)]
Merge pull request #18465 from micmac1/issue-typo
github: fix typo in issue template
Sebastian Kemper [Sat, 7 May 2022 09:42:07 +0000 (11:42 +0200)]
github: fix typo in issue template
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Michael Heimpold [Sat, 7 May 2022 07:18:51 +0000 (09:18 +0200)]
mmc-utils: update to latest upstream revision
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Hirokazu MORIKAWA [Sat, 7 May 2022 02:57:34 +0000 (11:57 +0900)]
icu: bump to 71.1
Description:
ICU 71 updates to CLDR 41 locale data with various additions and corrections.
ICU 71 adds phrase-based line breaking for Japanese. Existing line breaking methods follow standards and conventions for body text but do not work well for short Japanese text, such as in titles and headings. This new feature is optimized for these use cases.
ICU 71 adds support for Hindi written in Latin letters (hi_Latn). The CLDR data for this increasingly popular locale has been significantly revised and expanded. Note that based on user expectations, hi_Latn incorporates a large amount of English, and can also be referred to as “Hinglish”
ICU 71 and CLDR 41 are minor releases, mostly focused on bug fixes and small enhancements. (The fall CLDR/ICU releases will update to Unicode 15 which is planned for September.) We are also working to re-establish continuous performance testing for ICU, and on development towards future versions.
ICU 71 updates to the time zone data version 2022a. Note that pre-1970 data for a number of time zones has been removed, as has been the case in the upstream tzdata release since 2021b.
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
Philip Prindeville [Fri, 6 May 2022 20:31:10 +0000 (14:31 -0600)]
Merge pull request #18312 from lowjoel/strongswan-wolfssl
strongswan: add wolfssl plugin
Philip Prindeville [Fri, 6 May 2022 20:22:52 +0000 (14:22 -0600)]
Merge pull request #18439 from pprindeville/strongswan-update-5.9.6
strongswan: Update to 5.9.6