summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralive4ever2020-05-22 00:47:44 +0000
committeralive4ever2020-06-23 03:21:08 +0000
commit3e993fbf074a251712d732666f207bfd90b3ad50 (patch)
treeaf20efb7d166f6e3db1e1d134adb920538c7ab62
parentdb9263581dd9f0dc6fdb0d525938e7402358d8c7 (diff)
downloadaur-3e993fbf074a251712d732666f207bfd90b3ad50.tar.gz
upgpkg: version 3.1.2
Upgrade the package to use libressl-3.1.2 source
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD23
2 files changed, 9 insertions, 26 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f34c9550e49..911cb69625c7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,9 @@
pkgbase = libressl-netcat
pkgdesc = Low level UDP/TCP connection tool with support for TLS protocol
- pkgver = 3.0.2
- pkgrel = 1
+ pkgver = 3.1.2
+ pkgrel = 2
url = https://www.libressl.org
arch = x86_64
- arch = i686
license = isc
license = custom:Openssl
makedepends = libbsd
@@ -12,11 +11,8 @@ pkgbase = libressl-netcat
provides = netcat
conflicts = openbsd-netcat
conflicts = gnu-netcat
- source = https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.0.2.tar.gz
- source = https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.0.2.tar.gz.asc
- validpgpkeys = A1EB079B8D3EB92B4EBD3139663AF51BD5E4D8D5
- sha256sums = df7b172bf79b957dd27ef36dcaa1fb162562c0e8999e194aa8c1a3df2f15398e
- sha256sums = SKIP
+ source = https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.1.2.tar.gz
+ sha256sums = f88a2f7ea617149a34e40c022d9912963f00eaa6109af421317525e6c978d892
pkgname = libressl-netcat
diff --git a/PKGBUILD b/PKGBUILD
index 31f3bb0b024b..b5bde7a6c4f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer=alive4ever
pkgname=libressl-netcat
-pkgver=3.0.2
-pkgrel=1
-arch=('x86_64' 'i686')
+pkgver=3.1.2
+pkgrel=2
+arch=('x86_64')
pkgdesc="Low level UDP/TCP connection tool with support for TLS protocol"
url=https://www.libressl.org
license=('isc' 'custom:Openssl')
@@ -10,21 +10,8 @@ depends=('ca-certificates')
makedepends=('libbsd')
provides=('netcat')
conflicts=('openbsd-netcat' 'gnu-netcat')
-source=("https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-${pkgver}.tar.gz"
- "https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-${pkgver}.tar.gz.asc")
-sha256sums=('df7b172bf79b957dd27ef36dcaa1fb162562c0e8999e194aa8c1a3df2f15398e'
- 'SKIP')
-
-## To verify the package signature, import the public key manually before
-## building the package.
-# curl -LO https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl.asc
-# gpg --import ./libressl.asc
-
-## Note that building package should not be run as root. Run the build using
-## standard user, either locally or inside container (systemd-nspawn, docker, or
-## lxc)
-
-validpgpkeys=('A1EB079B8D3EB92B4EBD3139663AF51BD5E4D8D5') # Brent Cook <bcook@openbsd.org>
+source=("https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-${pkgver}.tar.gz")
+sha256sums=('f88a2f7ea617149a34e40c022d9912963f00eaa6109af421317525e6c978d892')
build() {
cd $srcdir/libressl-${pkgver}/