T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages /
libressl
Commits:
8250a7bf by T.J. Townsend at 2024-10-15T09:02:29-04:00
upgpkg: 4.0.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = libressl
pkgdesc = Free version of the TLS/crypto stack forked from OpenSSL
- pkgver = 3.9.2
+ pkgver = 4.0.0
pkgrel = 1
url = https://www.libressl.org/
arch = x86_64
@@ -9,10 +9,10 @@ pkgbase = libressl
depends = glibc
optdepends = ca-certificates
backup = etc/libressl/openssl.cnf
- source =
https://cdn.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.9.2.tar.gz
- source =
https://cdn.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.9.2.tar.gz.asc
+ source =
https://cdn.openbsd.org/pub/OpenBSD/LibreSSL/libressl-4.0.0.tar.gz
+ source =
https://cdn.openbsd.org/pub/OpenBSD/LibreSSL/libressl-4.0.0.tar.gz.asc
validpgpkeys = A1EB079B8D3EB92B4EBD3139663AF51BD5E4D8D5
- sha256sums =
7b031dac64a59eb6ee3304f7ffb75dad33ab8c9d279c847f92c89fb846068f97
+ sha256sums =
4d841955f0acc3dfc71d0e3dd35f283af461222350e26843fea9731c0246a1e4
sha256sums = SKIP
pkgname = libressl
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
# Contributor: kpcyrd <[email protected]>
pkgname=libressl
-pkgver=3.9.2
+pkgver=4.0.0
pkgrel=1
pkgdesc="Free version of the TLS/crypto stack forked from OpenSSL"
arch=(x86_64)
@@ -16,7 +16,7 @@ depends=(glibc)
optdepends=(ca-certificates)
backup=(etc/libressl/openssl.cnf)
source=(https://cdn.openbsd.org/pub/OpenBSD/LibreSSL/libressl-${pkgver}.tar.gz{,.asc})
-sha256sums=('7b031dac64a59eb6ee3304f7ffb75dad33ab8c9d279c847f92c89fb846068f97'
+sha256sums=('4d841955f0acc3dfc71d0e3dd35f283af461222350e26843fea9731c0246a1e4'
'SKIP')
validpgpkeys=(A1EB079B8D3EB92B4EBD3139663AF51BD5E4D8D5) # Brent Cook
<[email protected]>
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libressl/-/commit/8250a7bf587133f6b328998de6b641ab7088e57f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libressl/-/commit/8250a7bf587133f6b328998de6b641ab7088e57f
You're receiving this email because of your account on gitlab.archlinux.org.