[arch-commits] Commit in openssl-1.1/trunk (PKGBUILD)
Pierre Schmitz
pierre at gemini.archlinux.org
Sat Jan 8 21:33:10 UTC 2022
Date: Saturday, January 8, 2022 @ 21:33:09
Author: pierre
Revision: 433979
Prepare bootstrap build for OpenSSL 3.0
Modified:
openssl-1.1/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-01-08 21:02:57 UTC (rev 433978)
+++ PKGBUILD 2022-01-08 21:33:09 UTC (rev 433979)
@@ -5,7 +5,7 @@
_ver=1.1.1m
# use a pacman compatible version scheme
pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
-pkgrel=1
+pkgrel=2
pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer Security'
arch=('x86_64')
url='https://www.openssl.org'
@@ -12,6 +12,9 @@
license=('custom:BSD')
depends=('glibc')
conflicts=('openssl<3')
+provides=("openssl=$pkgver")
+# used to create the bootstrap build for OpenSSL 3.0
+# replaces=('openssl<3')
makedepends=('perl')
source=("https://www.openssl.org/source/${_pkgname}-${_ver}.tar.gz"{,.asc}
'ca-dir.patch')
More information about the arch-commits
mailing list