Date: Saturday, April 8, 2023 @ 15:05:44
Author: blakkheim
Revision: 1442708
archrelease: copy trunk to community-x86_64
Added:
libressl/repos/community-x86_64/PKGBUILD
(from rev 1442707, libressl/trunk/PKGBUILD)
libressl/repos/community-x86_64/keys/
Deleted:
libressl/repos/community-x86_64/PKGBUILD
libressl/repos/community-x86_64/keys/
----------+
PKGBUILD | 114 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 57 insertions(+), 57 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-08 15:05:07 UTC (rev 1442707)
+++ PKGBUILD 2023-04-08 15:05:44 UTC (rev 1442708)
@@ -1,57 +0,0 @@
-# Maintainer: Levente Polyak <[email protected]>
-# Maintainer: Bruno Pagani <[email protected]>
-# Maintainer: T.J. Townsend <[email protected]>
-# Contributor: Maarten de Vries <[email protected]>
-# Contributor: Reventlov <[email protected]>
-# Contributor: kpcyrd <[email protected]>
-
-pkgname=libressl
-pkgver=3.6.2
-pkgrel=1
-pkgdesc="Free version of the TLS/crypto stack forked from OpenSSL"
-arch=(x86_64)
-url="https://www.libressl.org/"
-license=(ISC custom:OpenSSL)
-depends=(glibc)
-optdepends=(ca-certificates)
-backup=(etc/libressl/openssl.cnf)
-source=(https://cdn.openbsd.org/pub/OpenBSD/LibreSSL/libressl-${pkgver}.tar.gz{,.asc})
-sha256sums=('4be80fff073746cf50b4a8e5babe2795acae98c6b132a9e02519b445dfbfd033'
- 'SKIP')
-validpgpkeys=(A1EB079B8D3EB92B4EBD3139663AF51BD5E4D8D5) # Brent Cook
<[email protected]>
-
-prepare() {
- cd ${pkgname}-${pkgver}
- autoreconf -vfi
-}
-
-build() {
- cd ${pkgname}-${pkgver}
- ./configure \
- --prefix=/usr \
- --with-openssldir=/etc/libressl \
- --libdir=/usr/lib/libressl \
- --includedir=/usr/include/libressl \
- --program-prefix "libressl-"
- sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
- make
-}
-
-check() {
- cd ${pkgname}-${pkgver}
- make check
-}
-
-package() {
- cd ${pkgname}-${pkgver}
- make DESTDIR="${pkgdir}" install
- install -Dm644 COPYING -t "${pkgdir}"/usr/share/licenses/${pkgname}/
-
- # Remove symlink man pages that point to OpenSSL ones since the prefix is
not accounted for
- for manlink in $(find -L "${pkgdir}"/usr/share/man/man3/ -type l) ;
- do
- rm "${manlink}" ;
- done
-}
-
-# vim: ts=4 sw=4 et:
Copied: libressl/repos/community-x86_64/PKGBUILD (from rev 1442707,
libressl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-08 15:05:44 UTC (rev 1442708)
@@ -0,0 +1,57 @@
+# Maintainer: Levente Polyak <[email protected]>
+# Maintainer: Bruno Pagani <[email protected]>
+# Maintainer: T.J. Townsend <[email protected]>
+# Contributor: Maarten de Vries <[email protected]>
+# Contributor: Reventlov <[email protected]>
+# Contributor: kpcyrd <[email protected]>
+
+pkgname=libressl
+pkgver=3.7.2
+pkgrel=1
+pkgdesc="Free version of the TLS/crypto stack forked from OpenSSL"
+arch=(x86_64)
+url="https://www.libressl.org/"
+license=(ISC custom:OpenSSL)
+depends=(glibc)
+optdepends=(ca-certificates)
+backup=(etc/libressl/openssl.cnf)
+source=(https://cdn.openbsd.org/pub/OpenBSD/LibreSSL/libressl-${pkgver}.tar.gz{,.asc})
+sha256sums=('b06aa538fefc9c6b33c4db4931a09a5f52d9d2357219afcbff7d93fe12ebf6f7'
+ 'SKIP')
+validpgpkeys=(A1EB079B8D3EB92B4EBD3139663AF51BD5E4D8D5) # Brent Cook
<[email protected]>
+
+prepare() {
+ cd ${pkgname}-${pkgver}
+ autoreconf -vfi
+}
+
+build() {
+ cd ${pkgname}-${pkgver}
+ ./configure \
+ --prefix=/usr \
+ --with-openssldir=/etc/libressl \
+ --libdir=/usr/lib/libressl \
+ --includedir=/usr/include/libressl \
+ --program-prefix "libressl-"
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+ make
+}
+
+check() {
+ cd ${pkgname}-${pkgver}
+ make check
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" install
+ install -Dm644 COPYING -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+
+ # Remove symlink man pages that point to OpenSSL ones since the prefix is
not accounted for
+ for manlink in $(find -L "${pkgdir}"/usr/share/man/man3/ -type l) ;
+ do
+ rm "${manlink}" ;
+ done
+}
+
+# vim: ts=4 sw=4 et: