From 7c0e4df04cc80b8c103a9d08449b873073408a90 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Tue, 19 Dec 2023 17:31:24 +0100 Subject: rebuikt fetchmail for openssl 3.2.0 --- archlinuxaba/fetchmail/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/archlinuxaba/fetchmail/PKGBUILD b/archlinuxaba/fetchmail/PKGBUILD index c0dfc22..27e97c4 100644 --- a/archlinuxaba/fetchmail/PKGBUILD +++ b/archlinuxaba/fetchmail/PKGBUILD @@ -2,14 +2,14 @@ pkgname=fetchmail pkgver=6.4.37 -pkgrel=1.0 +pkgrel=1.1 pkgdesc="A remote-mail retrieval utility" arch=('i486' 'i686' 'pentium4' 'x86_64') url='https://www.fetchmail.info' license=('GPL') _pinned_dependencies=( 'glibc>=2.31' - 'openssl=3.1.4' + 'openssl=3.2.0' ) depends=("${_pinned_dependencies[@]}") makedepends=('python') -- cgit v1.2.3-54-g00ecf