From 8d7588633eaff01cb294eeb0db5117f846ccffa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Tue, 3 Mar 2026 15:07:25 +0700 Subject: [PATCH 1/3] tzutils: update to 2026a. --- srcpkgs/tzutils/template | 17 ++--------------- srcpkgs/tzutils/tzdata.INSTALL | 11 ----------- 2 files changed, 2 insertions(+), 26 deletions(-) delete mode 100644 srcpkgs/tzutils/tzdata.INSTALL diff --git a/srcpkgs/tzutils/template b/srcpkgs/tzutils/template index 2bfdf3932894ba..92a47950a0aca6 100644 --- a/srcpkgs/tzutils/template +++ b/srcpkgs/tzutils/template @@ -1,6 +1,6 @@ # Template file for 'tzutils' pkgname=tzutils -version=2025c +version=2026a revision=1 bootstrap=yes short_desc="Time zone and daylight-saving time utilities" @@ -8,7 +8,7 @@ maintainer="Đoàn Trần Công Danh " license="Public Domain" homepage="https://www.iana.org/time-zones" distfiles="https://www.iana.org/time-zones/repository/releases/tzdb-${version}.tar.lz" -checksum=fbe5b52a151c992c1aeb49bc6ca41e170ca9f8d3fb810ec459eeb79c82d6972b +checksum=0913509a37f26b81bb6396018ad5cdf32065374ed36e82cceb61b2ee57a94b7c if [ "$CROSS_BUILD" ]; then hostmakedepends="tzutils" @@ -32,19 +32,6 @@ do_install() { fi make install DESTDIR="$DESTDIR" ZICDIR=/usr/bin $zic ZFLAGS="-b fat" rm -rf "$DESTDIR"/{etc,usr/lib,usr/share/man/man3} - # old structure, - # noone should use posix/xxx since it's the same as xxx - mkdir "$DESTDIR/usr/share/zoneinfo/posix" - for _file in "$DESTDIR/usr/share/zoneinfo/"[A-Z]*; do - _file="${_file##*/}" - ln -s "../$_file" "$DESTDIR/usr/share/zoneinfo/posix/$_file" - done - # Because TZ=../zoneinfo-posix/posix/posix" is stupid - rm -f "$DESTDIR/usr/share/zoneinfo-posix" - ln -s zoneinfo/posix "$DESTDIR/usr/share/zoneinfo-posix" - # Backward compatible links - # TZ=right/... known to be broken especially on musl, but whatever - ln -s ../zoneinfo-leaps "$DESTDIR/usr/share/zoneinfo/right" if [ "$XBPS_TARGET_WORDSIZE" = 32 ]; then vlicense strftime.license fi diff --git a/srcpkgs/tzutils/tzdata.INSTALL b/srcpkgs/tzutils/tzdata.INSTALL deleted file mode 100644 index 8e87d78afc70fb..00000000000000 --- a/srcpkgs/tzutils/tzdata.INSTALL +++ /dev/null @@ -1,11 +0,0 @@ -case "${ACTION}" in -pre) - # Due to some reasons, some old timezone was kept - # The latest one would be Canada/East-Saskatchewan in 2017c - # Don't force remove on everyone since it will spit error on update - if [ -f usr/share/zoneinfo/right/Canada/East-Saskatchewan ]; then - rm -rf usr/share/zoneinfo/posix - rm -rf usr/share/zoneinfo/right - fi - ;; -esac From a24009a1fc042c384f26c5b2a1b886b6a7a47577 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Tue, 3 Mar 2026 15:14:38 +0700 Subject: [PATCH 2/3] fail2ban: no longer requires pyasynchat --- srcpkgs/fail2ban/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/fail2ban/template b/srcpkgs/fail2ban/template index e5c8f62e3fabf5..c9e7421dbe16a9 100644 --- a/srcpkgs/fail2ban/template +++ b/srcpkgs/fail2ban/template @@ -1,10 +1,9 @@ # Template file for 'fail2ban' pkgname=fail2ban version=1.1.0 -revision=2 +revision=3 build_style=python3-module hostmakedepends="pkg-config python3-setuptools" -depends="python3-pyasynchat" short_desc="Authentication failure monitor system" maintainer="Orphaned " license="GPL-2.0-only" From 6473edf7b98f5abc18d8fd1b525196a51df8f64e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Tue, 3 Mar 2026 15:15:57 +0700 Subject: [PATCH 3/3] python3-pyasynchat: remove --- srcpkgs/python3-pyasynchat/template | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 srcpkgs/python3-pyasynchat/template diff --git a/srcpkgs/python3-pyasynchat/template b/srcpkgs/python3-pyasynchat/template deleted file mode 100644 index c670542d6146d8..00000000000000 --- a/srcpkgs/python3-pyasynchat/template +++ /dev/null @@ -1,13 +0,0 @@ -# Template file for 'python3-pyasynchat' -pkgname=python3-pyasynchat -version=1.0.2 -revision=3 -build_style=python3-module -hostmakedepends="python3-setuptools python3-pyasyncore" -depends="python3-pyasyncore" -short_desc="Make asynchat available for Python 3.12 onwards" -maintainer="Đoàn Trần Công Danh " -license="Python-2.0" -homepage="https://github.com/simonrob/pyasynchat" -distfiles="${PYPI_SITE}/p/pyasynchat/pyasynchat-${version}.tar.gz" -checksum=01ab5bfb1ca42bbb107c5a8a95d07f113c01008372e790de8af03ccad6e5cac5