diff options
author | brnrd <brnrd@FreeBSD.org> | 2017-12-21 15:07:23 +0800 |
---|---|---|
committer | brnrd <brnrd@FreeBSD.org> | 2017-12-21 15:07:23 +0800 |
commit | 4e706d40979e35b3872c3a01283446dbd524a413 (patch) | |
tree | 544f4e3edcf2a607e3635d49a98307e08de49846 /security | |
parent | 5be621ff8cde1c3f0ab9bc3571f8a764283332f9 (diff) | |
download | freebsd-ports-gnome-4e706d40979e35b3872c3a01283446dbd524a413.tar.gz freebsd-ports-gnome-4e706d40979e35b3872c3a01283446dbd524a413.tar.zst freebsd-ports-gnome-4e706d40979e35b3872c3a01283446dbd524a413.zip |
security/libressl: Bugfix update to 2.6.4
- Fixes (No-)TLS with broken smtp clients
MFH: 2017Q4
Diffstat (limited to 'security')
-rw-r--r-- | security/libressl/Makefile | 3 | ||||
-rw-r--r-- | security/libressl/distinfo | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/security/libressl/Makefile b/security/libressl/Makefile index 436500182ae2..11c126b88ee7 100644 --- a/security/libressl/Makefile +++ b/security/libressl/Makefile @@ -2,7 +2,8 @@ # $FreeBSD$ PORTNAME= libressl -PORTVERSION= 2.6.3 +PORTVERSION= 2.6.4 +#DISTNAME= libressl-2.6.3 CATEGORIES= security devel MASTER_SITES= OPENBSD/LibreSSL diff --git a/security/libressl/distinfo b/security/libressl/distinfo index 4a764f6ff485..97699ce850df 100644 --- a/security/libressl/distinfo +++ b/security/libressl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1510064360 -SHA256 (libressl-2.6.3.tar.gz) = aead6598263171b96970da0d881e616d0813b69b35ebdc5991f87ff2ea7f5c98 -SIZE (libressl-2.6.3.tar.gz) = 3228661 +TIMESTAMP = 1513839112 +SHA256 (libressl-2.6.4.tar.gz) = 638a20c2f9e99ee283a841cd787ab4d846d1880e180c4e96904fc327d419d11f +SIZE (libressl-2.6.4.tar.gz) = 3227935 |