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

2020-12-21 Thread Bruno Pagani via arch-commits
Date: Monday, December 21, 2020 @ 18:09:07
  Author: archange
Revision: 781327

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-21 18:09:01 UTC (rev 781326)
+++ PKGBUILD2020-12-21 18:09:07 UTC (rev 781327)
@@ -1,54 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Bruno Pagani 
-# Contributor: Maarten de Vries 
-# Contributor: Reventlov 
-# Contributor: kpcyrd 
-
-pkgname=libressl
-pkgver=3.2.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=('a9d1e1d030b8bcc67bf6428b8c0fff14a5602e2236257b9e3d77acaf12e2a7a1'
-'SKIP')
-validpgpkeys=(A1EB079B8D3EB92B4EBD3139663AF51BD5E4D8D5) # Brent Cook 

-
-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 781326, 
libressl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-21 18:09:07 UTC (rev 781327)
@@ -0,0 +1,54 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Bruno Pagani 
+# Contributor: Maarten de Vries 
+# Contributor: Reventlov 
+# Contributor: kpcyrd 
+
+pkgname=libressl
+pkgver=3.2.3
+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=('412dc2baa739228c7779e93eb07cd645d5c964d2f2d837a9fd56db7498463d73'
+'SKIP')
+validpgpkeys=(A1EB079B8D3EB92B4EBD3139663AF51BD5E4D8D5) # Brent Cook 

+
+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
+}


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

2020-10-22 Thread Bruno Pagani via arch-commits
Date: Thursday, October 22, 2020 @ 19:59:22
  Author: archange
Revision: 730066

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-22 19:58:57 UTC (rev 730065)
+++ PKGBUILD2020-10-22 19:59:22 UTC (rev 730066)
@@ -1,54 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Bruno Pagani 
-# Contributor: Maarten de Vries 
-# Contributor: Reventlov 
-# Contributor: kpcyrd 
-
-pkgname=libressl
-pkgver=3.2.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=('d28db224cfb6d18009b2a7e8cb213cd5c943bbec87550062fef6a38479250315'
-'SKIP')
-validpgpkeys=(A1EB079B8D3EB92B4EBD3139663AF51BD5E4D8D5) # Brent Cook 

-
-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 730065, 
libressl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-22 19:59:22 UTC (rev 730066)
@@ -0,0 +1,54 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Bruno Pagani 
+# Contributor: Maarten de Vries 
+# Contributor: Reventlov 
+# Contributor: kpcyrd 
+
+pkgname=libressl
+pkgver=3.2.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=('a9d1e1d030b8bcc67bf6428b8c0fff14a5602e2236257b9e3d77acaf12e2a7a1'
+'SKIP')
+validpgpkeys=(A1EB079B8D3EB92B4EBD3139663AF51BD5E4D8D5) # Brent Cook 

+
+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
+}


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

2020-08-26 Thread Bruno Pagani via arch-commits
Date: Wednesday, August 26, 2020 @ 09:29:35
  Author: archange
Revision: 688913

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-26 09:29:09 UTC (rev 688912)
+++ PKGBUILD2020-08-26 09:29:35 UTC (rev 688913)
@@ -1,53 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Bruno Pagani 
-# Contributor: Maarten de Vries 
-# Contributor: Reventlov 
-# Contributor: kpcyrd 
-
-pkgname=libressl
-pkgver=3.2.0
-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=('47bd2eb4b4503e47c02efa7e67d2fcd95c7eac6bc9d06b343a1b4705793ed1d5' 
'SKIP')
-validpgpkeys=(A1EB079B8D3EB92B4EBD3139663AF51BD5E4D8D5) # Brent Cook 

-
-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 688912, 
libressl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-26 09:29:35 UTC (rev 688913)
@@ -0,0 +1,54 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Bruno Pagani 
+# Contributor: Maarten de Vries 
+# Contributor: Reventlov 
+# Contributor: kpcyrd 
+
+pkgname=libressl
+pkgver=3.2.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=('d28db224cfb6d18009b2a7e8cb213cd5c943bbec87550062fef6a38479250315'
+'SKIP')
+validpgpkeys=(A1EB079B8D3EB92B4EBD3139663AF51BD5E4D8D5) # Brent Cook 

+
+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
+}


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

2020-07-18 Thread Bruno Pagani via arch-commits
Date: Saturday, July 18, 2020 @ 16:32:17
  Author: archange
Revision: 664442

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-18 16:32:05 UTC (rev 664441)
+++ PKGBUILD2020-07-18 16:32:17 UTC (rev 664442)
@@ -1,54 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Bruno Pagani 
-# Contributor: Maarten de Vries 
-# Contributor: Reventlov 
-# Contributor: kpcyrd 
-
-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 

-
-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 664441, 
libressl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-18 16:32:17 UTC (rev 664442)
@@ -0,0 +1,53 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Bruno Pagani 
+# Contributor: Maarten de Vries 
+# Contributor: Reventlov 
+# Contributor: kpcyrd 
+
+pkgname=libressl
+pkgver=3.2.0
+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=('47bd2eb4b4503e47c02efa7e67d2fcd95c7eac6bc9d06b343a1b4705793ed1d5' 
'SKIP')
+validpgpkeys=(A1EB079B8D3EB92B4EBD3139663AF51BD5E4D8D5) # Brent Cook 

+
+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
+}


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

2020-05-27 Thread Bruno Pagani via arch-commits
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
===
--- PKGBUILD2020-05-27 18:30:14 UTC (rev 635980)
+++ PKGBUILD2020-05-27 18:30:19 UTC (rev 635981)
@@ -1,54 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Bruno Pagani 
-# Contributor: Maarten de Vries 
-# Contributor: Reventlov 
-# Contributor: kpcyrd 
-
-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 

-
-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)
+++ PKGBUILD2020-05-27 18:30:19 UTC (rev 635981)
@@ -0,0 +1,54 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Bruno Pagani 
+# Contributor: Maarten de Vries 
+# Contributor: Reventlov 
+# Contributor: kpcyrd 
+
+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 

+
+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
+}


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

2020-05-08 Thread Bruno Pagani via arch-commits
Date: Friday, May 8, 2020 @ 22:57:38
  Author: archange
Revision: 625819

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-08 22:57:29 UTC (rev 625818)
+++ PKGBUILD2020-05-08 22:57:38 UTC (rev 625819)
@@ -1,53 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Bruno Pagani 
-# Contributor: Maarten de Vries 
-# Contributor: Reventlov 
-# Contributor: kpcyrd 
-
-pkgname=libressl
-pkgver=3.1.0
-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=('f91aad0c8fb9cbc67c910ad6dcffb401a819b4fd122007ea7f978638db044cf6' 
'SKIP')
-validpgpkeys=(A1EB079B8D3EB92B4EBD3139663AF51BD5E4D8D5) # Brent Cook 

-
-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 625818, 
libressl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-08 22:57:38 UTC (rev 625819)
@@ -0,0 +1,54 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Bruno Pagani 
+# Contributor: Maarten de Vries 
+# Contributor: Reventlov 
+# Contributor: kpcyrd 
+
+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 

+
+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
+}


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

2019-10-22 Thread Bruno Pagani via arch-commits
Date: Tuesday, October 22, 2019 @ 16:49:42
  Author: archange
Revision: 518377

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-22 16:49:27 UTC (rev 518376)
+++ PKGBUILD2019-10-22 16:49:42 UTC (rev 518377)
@@ -1,55 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Bruno Pagani 
-# Contributor: Maarten de Vries 
-# Contributor: Reventlov 
-# Contributor: kpcyrd 
-
-pkgname=libressl
-pkgver=3.0.1
-pkgrel=1
-pkgdesc="Free version of the TLS/crypto stack forked from OpenSSL"
-arch=(x86_64)
-url="http://www.libressl.org/;
-license=(ISC custom:OpenSSL)
-depends=(glibc)
-optdepends=(ca-certificates)
-makedepends=(gawk autoconf)
-backup=(etc/libressl/openssl.cnf)
-source=(https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-${pkgver}.tar.gz{,.asc})
-sha512sums=('d2d665734d8aab2b998769492cbb1e7fddead52430ef503650c14786196241a6d1137f47b33ddf2037cc1ff13c240283f591dce83ec0da475619679a051d725f'
-'SKIP')
-validpgpkeys=(A1EB079B8D3EB92B4EBD3139663AF51BD5E4D8D5) # Brent Cook 

-
-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 518376, 
libressl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-22 16:49:42 UTC (rev 518377)
@@ -0,0 +1,54 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Bruno Pagani 
+# Contributor: Maarten de Vries 
+# Contributor: Reventlov 
+# Contributor: kpcyrd 
+
+pkgname=libressl
+pkgver=3.0.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})
+sha512sums=('19226da3bc9776e1da40b8e94dfa53564d5e6acc80edee539ba12d7a75c1bb8c0603e7633f26a6ef8b12adc56bb677ccda448575aa6be2ad3df5447465a4b080'
+'SKIP')
+validpgpkeys=(A1EB079B8D3EB92B4EBD3139663AF51BD5E4D8D5) # Brent Cook 

+
+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
+}