[arch-commits] Commit in libressl/repos/community-x86_64 (PKGBUILD PKGBUILD)

Bruno Pagani archange at archlinux.org
Wed May 27 18:30:20 UTC 2020


    Date: Wednesday, May 27, 2020 @ 18:30:19
  Author: archange
Revision: 635981

archrelease: copy trunk to community-x86_64

Added:
  libressl/repos/community-x86_64/PKGBUILD
    (from rev 635980, libressl/trunk/PKGBUILD)
Deleted:
  libressl/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  108 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-27 18:30:14 UTC (rev 635980)
+++ PKGBUILD	2020-05-27 18:30:19 UTC (rev 635981)
@@ -1,54 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx at archlinux.org>
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-# Contributor: Maarten de Vries <maarten at de-vri.es>
-# Contributor: Reventlov <contact at volcanis.me>
-# Contributor: kpcyrd <git at rxv.cc>
-
-pkgname=libressl
-pkgver=3.1.1
-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://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-${pkgver}.tar.gz{,.asc})
-sha256sums=('bdc6ce5ebb3a2eafc4c475f7eeaa5f0a8e60d9bead01efb76e2e254242b6db00'
-            'SKIP')
-validpgpkeys=(A1EB079B8D3EB92B4EBD3139663AF51BD5E4D8D5) # Brent Cook <bcook at openbsd.org>
-
-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 actually points 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
-}

Copied: libressl/repos/community-x86_64/PKGBUILD (from rev 635980, libressl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-27 18:30:19 UTC (rev 635981)
@@ -0,0 +1,54 @@
+# Maintainer: Levente Polyak <anthraxx at archlinux.org>
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+# Contributor: Maarten de Vries <maarten at de-vri.es>
+# Contributor: Reventlov <contact at volcanis.me>
+# Contributor: kpcyrd <git at rxv.cc>
+
+pkgname=libressl
+pkgver=3.1.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://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-${pkgver}.tar.gz{,.asc})
+sha256sums=('f88a2f7ea617149a34e40c022d9912963f00eaa6109af421317525e6c978d892'
+            'SKIP')
+validpgpkeys=(A1EB079B8D3EB92B4EBD3139663AF51BD5E4D8D5) # Brent Cook <bcook at openbsd.org>
+
+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 actually points 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
+}



More information about the arch-commits mailing list