summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralive4ever2017-02-08 13:54:09 +0700
committeralive4ever2017-02-08 13:54:09 +0700
commita6737f830efdc00a74fe46201d20d503454eec22 (patch)
tree8cfde7bcac4f09ad2ec0cc02030ec7c58c6bc309
parenta1450472e1913a1c21e5486e317fdb10a83733a9 (diff)
downloadaur-a6737f830efdc00a74fe46201d20d503454eec22.tar.gz
Update to version 2.5.1
The base libressl is updated to 2.5.1, which add support for Curve25519 key exchange (x25519). The package is still portable and static build of netcat, which doesn't need libressl to be installed on the system.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b43109acee0f..f922ee66a363 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libressl-netcat
pkgdesc = Low level UDP/TCP connection tool with support for TLS protocol
- pkgver = 2.5.0
+ pkgver = 2.5.1
pkgrel = 1
url = http://www.libressl.org
arch = x86_64
@@ -12,10 +12,10 @@ pkgbase = libressl-netcat
provides = netcat
conflicts = openbsd-netcat
conflicts = gnu-netcat
- source = http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.5.0.tar.gz
- source = http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.5.0.tar.gz.asc
+ source = http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.5.1.tar.gz
+ source = http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.5.1.tar.gz.asc
validpgpkeys = A1EB079B8D3EB92B4EBD3139663AF51BD5E4D8D5
- sha256sums = 8652bf6b55ab51fb37b686a3f604a2643e0e8fde2c56e6a936027d12afda6eae
+ sha256sums = f71ae0a824b78fb1a47ffa23c9c26e9d96c5c9b29234eacedce6b4c7740287cd
sha256sums = SKIP
pkgname = libressl-netcat
diff --git a/PKGBUILD b/PKGBUILD
index f69fb4626bdd..28e2c668f80f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer=alive4ever
pkgname=libressl-netcat
-pkgver=2.5.0
+pkgver=2.5.1
pkgrel=1
arch=('x86_64' 'i686')
pkgdesc="Low level UDP/TCP connection tool with support for TLS protocol"
@@ -11,7 +11,7 @@ provides=('netcat')
conflicts=('openbsd-netcat' 'gnu-netcat')
source=("http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-${pkgver}.tar.gz"
"http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-${pkgver}.tar.gz.asc")
-sha256sums=('8652bf6b55ab51fb37b686a3f604a2643e0e8fde2c56e6a936027d12afda6eae'
+sha256sums=('f71ae0a824b78fb1a47ffa23c9c26e9d96c5c9b29234eacedce6b4c7740287cd'
'SKIP')
## To automatically validate the gpg key during build, add 'keyserver_options auto_key_retrieve' line to your local build account ~/.gnupg/gpg.conf
## Alternatively, fetch the key manually before running makepkg: 'gpg --keyserver pgp.mit.edu --receive-key A1EB079B8D3EB92B4EBD3139663AF51BD5E4D8D5'