diff options
author | vsevolod <vsevolod@FreeBSD.org> | 2014-10-17 18:13:01 +0800 |
---|---|---|
committer | vsevolod <vsevolod@FreeBSD.org> | 2014-10-17 18:13:01 +0800 |
commit | 52136bd8b79dc3f378941e103d44dd244db95c55 (patch) | |
tree | edfcc195b2ebf6bcab4086dfc6ba26a24be7d9d8 /security | |
parent | 306f803091aa5cc07619b08dedc2140392ef1d43 (diff) | |
download | freebsd-ports-gnome-52136bd8b79dc3f378941e103d44dd244db95c55.tar.gz freebsd-ports-gnome-52136bd8b79dc3f378941e103d44dd244db95c55.tar.zst freebsd-ports-gnome-52136bd8b79dc3f378941e103d44dd244db95c55.zip |
- Update to 2.1.1.
Diffstat (limited to 'security')
-rw-r--r-- | security/libressl/Makefile | 2 | ||||
-rw-r--r-- | security/libressl/distinfo | 4 | ||||
-rw-r--r-- | security/libressl/files/patch-include-openssl-opensslv.h | 6 | ||||
-rw-r--r-- | security/libressl/pkg-plist | 6 |
4 files changed, 12 insertions, 6 deletions
diff --git a/security/libressl/Makefile b/security/libressl/Makefile index 7e6b7b631ec4..52231fff1c37 100644 --- a/security/libressl/Makefile +++ b/security/libressl/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libressl -PORTVERSION= 2.1.0 +PORTVERSION= 2.1.1 CATEGORIES= security devel MASTER_SITES= ${MASTER_SITE_OPENBSD} MASTER_SITE_SUBDIR= LibreSSL diff --git a/security/libressl/distinfo b/security/libressl/distinfo index 85bdf3408190..8c17eb94f736 100644 --- a/security/libressl/distinfo +++ b/security/libressl/distinfo @@ -1,2 +1,2 @@ -SHA256 (libressl-2.1.0.tar.gz) = a32d97b61a98c35f344584b985caf49a3fc3e0e6e24d0bbbbe34fe61dd2627ac -SIZE (libressl-2.1.0.tar.gz) = 2682385 +SHA256 (libressl-2.1.1.tar.gz) = fb5ada41a75b31c8dd9ff013daca57b253047ad14e43f65d8b41879b7b8e3c17 +SIZE (libressl-2.1.1.tar.gz) = 2667160 diff --git a/security/libressl/files/patch-include-openssl-opensslv.h b/security/libressl/files/patch-include-openssl-opensslv.h index 347de8b3149b..d51c0db26a6c 100644 --- a/security/libressl/files/patch-include-openssl-opensslv.h +++ b/security/libressl/files/patch-include-openssl-opensslv.h @@ -1,11 +1,11 @@ ---- include/openssl/opensslv.h.orig 2014-07-13 11:51:17.000000000 +0100 -+++ include/openssl/opensslv.h 2014-07-13 15:23:36.254124697 +0100 +--- include/openssl/opensslv.h.orig 2014-10-17 10:44:31.485191132 +0100 ++++ include/openssl/opensslv.h 2014-10-17 10:45:36.353625132 +0100 @@ -3,7 +3,7 @@ #define HEADER_OPENSSLV_H #define LIBRESSL_VERSION_NUMBER 0x20000000L -#define OPENSSL_VERSION_NUMBER 0x20000000L +#define OPENSSL_VERSION_NUMBER 0x1000107fL - #define OPENSSL_VERSION_TEXT "LibreSSL 2.0" + #define OPENSSL_VERSION_TEXT "LibreSSL 2.1" #define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT diff --git a/security/libressl/pkg-plist b/security/libressl/pkg-plist index c90e10813582..e6e977e43c60 100644 --- a/security/libressl/pkg-plist +++ b/security/libressl/pkg-plist @@ -648,10 +648,14 @@ man/man3/EVP_CIPHER_nid.3.gz man/man3/EVP_CIPHER_param_to_asn1.3.gz man/man3/EVP_CIPHER_type.3.gz man/man3/EVP_CipherFinal.3.gz +man/man3/EVP_CipherFinal_ex.3.gz man/man3/EVP_CipherInit.3.gz +man/man3/EVP_CipherInit_ex.3.gz man/man3/EVP_CipherUpdate.3.gz man/man3/EVP_DecryptFinal.3.gz +man/man3/EVP_DecryptFinal_ex.3.gz man/man3/EVP_DecryptInit.3.gz +man/man3/EVP_DecryptInit_ex.3.gz man/man3/EVP_DecryptUpdate.3.gz man/man3/EVP_DigestFinal.3.gz man/man3/EVP_DigestInit.3.gz @@ -663,7 +667,9 @@ man/man3/EVP_DigestVerifyFinal.3.gz man/man3/EVP_DigestVerifyInit.3.gz man/man3/EVP_DigestVerifyUpdate.3.gz man/man3/EVP_EncryptFinal.3.gz +man/man3/EVP_EncryptFinal_ex.3.gz man/man3/EVP_EncryptInit.3.gz +man/man3/EVP_EncryptInit_ex.3.gz man/man3/EVP_EncryptUpdate.3.gz man/man3/EVP_MD_CTX_block_size.3.gz man/man3/EVP_MD_CTX_copy.3.gz |