From ab99d80835b431878af1e11790c5b1c62d004eb9 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sun, 28 Apr 2024 07:43:07 +0200 Subject: Revert "remove pinned dependencies" This reverts commit 04b581af95996252198fcdb1c9f0f82b6be14dbf. --- .SRCINFO | 3 ++- PKGBUILD | 6 +++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 701e9ab..e922b01 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -9,8 +9,9 @@ pkgbase = nginx-mod-ipscrub arch = armv6h arch = armv7h license = custom - depends = libbsd depends = nginx=1.26.0 + depends = glibc>=2.31 + depends = libbsd=0.12.2 source = https://nginx.org/download/nginx-1.26.0.tar.gz source = https://nginx.org/download/nginx-1.26.0.tar.gz.asc source = nginx-mod-ipscrub-1.0.1.tar.gz::https://github.com/masonicboom/ipscrub/archive/v1.0.1.tar.gz diff --git a/PKGBUILD b/PKGBUILD index f1150d9..2ba829f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -8,9 +8,13 @@ pkgrel=24 pkgdesc='IP address anonymizer for nginx log files' arch=('i686' 'pentium4' 'x86_64' 'armv6h' 'armv7h') +_pinned_dependencies=( + 'glibc>=2.31' + 'libbsd=0.12.2' +) depends=( - 'libbsd' "nginx=$_nginxver" + "${_pinned_dependencies[@]}" ) url='https://github.com/masonicboom/ipscrub' license=('custom') -- cgit v1.2.3-54-g00ecf