summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralive4ever2018-12-22 10:27:22 +0000
committeralive4ever2018-12-22 10:27:22 +0000
commit3921590d88ca09e1b5eb2a67804fb3ed0333d2f3 (patch)
tree7897d96dd02ed8bff490f052fe7c43d03bf1c417
parentea6d7c798cbeb5b41d7f55a876a9b58767012531 (diff)
downloadaur-3921590d88ca09e1b5eb2a67804fb3ed0333d2f3.tar.gz
upgrade to 2.8.3
Both version 2.8.3 and 2.9.0 of libressl has been released. Upgrade to 2.8.3 for now.
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a2b662dea27..e58254add8b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,20 @@
pkgbase = libressl-netcat
pkgdesc = Low level UDP/TCP connection tool with support for TLS protocol
- pkgver = 2.8.2
+ pkgver = 2.8.3
pkgrel = 1
url = https://www.libressl.org
arch = x86_64
arch = i686
license = isc
license = custom:Openssl
- depends = glibc
depends = ca-certificates
provides = netcat
conflicts = openbsd-netcat
conflicts = gnu-netcat
- source = https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.8.2.tar.gz
- source = https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.8.2.tar.gz.asc
+ source = https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.8.3.tar.gz
+ source = https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.8.3.tar.gz.asc
validpgpkeys = A1EB079B8D3EB92B4EBD3139663AF51BD5E4D8D5
- sha256sums = b8cb31e59f1294557bfc80f2a662969bc064e83006ceef0574e2553a1c254fd5
+ sha256sums = 9b640b13047182761a99ce3e4f000be9687566e0828b4a72709e9e6a3ef98477
sha256sums = SKIP
pkgname = libressl-netcat
diff --git a/PKGBUILD b/PKGBUILD
index 0d3021820f6b..33b43080338c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer=alive4ever
pkgname=libressl-netcat
-pkgver=2.8.2
+pkgver=2.8.3
pkgrel=1
arch=('x86_64' 'i686')
pkgdesc="Low level UDP/TCP connection tool with support for TLS protocol"
url=https://www.libressl.org
license=('isc' 'custom:Openssl')
-depends=('glibc' 'ca-certificates')
+depends=('ca-certificates')
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=('b8cb31e59f1294557bfc80f2a662969bc064e83006ceef0574e2553a1c254fd5'
+sha256sums=('9b640b13047182761a99ce3e4f000be9687566e0828b4a72709e9e6a3ef98477'
'SKIP')
## To verify the package signature, import the public key manually before