summaryrefslogtreecommitdiff
path: root/archlinuxaba
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2023-09-21 07:04:10 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2023-09-21 07:04:10 +0200
commitb7542da6024fd70343b2010887888f182590f0c5 (patch)
tree66fc8fedcc9096f7be9c2bb1942b4a7ea32fa227 /archlinuxaba
parent3265941517027176e6c5af749f295a9a6fd06d56 (diff)
downloadarch-b7542da6024fd70343b2010887888f182590f0c5.tar.gz
arch-b7542da6024fd70343b2010887888f182590f0c5.tar.bz2
rebuilt fetchmail for openssl 3.1.3
Diffstat (limited to 'archlinuxaba')
-rw-r--r--archlinuxaba/fetchmail/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/archlinuxaba/fetchmail/PKGBUILD b/archlinuxaba/fetchmail/PKGBUILD
index 4559241..272054a 100644
--- a/archlinuxaba/fetchmail/PKGBUILD
+++ b/archlinuxaba/fetchmail/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=fetchmail
pkgver=6.4.36
-pkgrel=1.2
+pkgrel=1.3
pkgdesc="A remote-mail retrieval utility"
arch=('i486' 'i686' 'pentium4' 'x86_64')
url="http://www.fetchmail.info"
license=('GPL')
_pinned_dependencies=(
'glibc>=2.31'
- 'openssl=3.1.2'
+ 'openssl=3.1.3'
)
depends=("${_pinned_dependencies[@]}")
makedepends=('python')