diff options
author | tota <tota@FreeBSD.org> | 2016-02-27 20:12:45 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2016-02-27 20:12:45 +0800 |
commit | 63935aece46000456f9c632cd007ef15cd35ba16 (patch) | |
tree | c54beaf7e337365de01d6fab2c300db350a4a1ef /security | |
parent | 52d87a7ea94001e49a484229ea413b73b9cd4d96 (diff) | |
download | freebsd-ports-gnome-63935aece46000456f9c632cd007ef15cd35ba16.tar.gz freebsd-ports-gnome-63935aece46000456f9c632cd007ef15cd35ba16.tar.zst freebsd-ports-gnome-63935aece46000456f9c632cd007ef15cd35ba16.zip |
- Update to 0.9.2
Diffstat (limited to 'security')
-rw-r--r-- | security/R-cran-openssl/Makefile | 2 | ||||
-rw-r--r-- | security/R-cran-openssl/distinfo | 4 | ||||
-rw-r--r-- | security/R-cran-openssl/files/patch-src_ssl.c | 10 |
3 files changed, 3 insertions, 13 deletions
diff --git a/security/R-cran-openssl/Makefile b/security/R-cran-openssl/Makefile index 30801e1c9740..057c77468f05 100644 --- a/security/R-cran-openssl/Makefile +++ b/security/R-cran-openssl/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= openssl -PORTVERSION= 0.9.1 +PORTVERSION= 0.9.2 CATEGORIES= security DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/security/R-cran-openssl/distinfo b/security/R-cran-openssl/distinfo index 8c0cca59bc78..e96b7dd86be1 100644 --- a/security/R-cran-openssl/distinfo +++ b/security/R-cran-openssl/distinfo @@ -1,2 +1,2 @@ -SHA256 (openssl_0.9.1.tar.gz) = 940feb0c3e9eb918bcdc58948e5c7807e0c9da49daae30eee7c3963c489ced02 -SIZE (openssl_0.9.1.tar.gz) = 882942 +SHA256 (openssl_0.9.2.tar.gz) = 8b81ed19c000595e44316859b1a3e037ffee4b75b7ceee59d5fba7f123537ab5 +SIZE (openssl_0.9.2.tar.gz) = 882041 diff --git a/security/R-cran-openssl/files/patch-src_ssl.c b/security/R-cran-openssl/files/patch-src_ssl.c deleted file mode 100644 index 7bc05a053b44..000000000000 --- a/security/R-cran-openssl/files/patch-src_ssl.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/ssl.c.orig 2016-01-18 12:03:01 UTC -+++ src/ssl.c -@@ -11,6 +11,7 @@ - const char *inet_ntop(int af, const void *src, char *dst, socklen_t size); - #else - #include <sys/socket.h> -+#include <netinet/in.h> - #include <resolv.h> - #include <netdb.h> - #include <arpa/inet.h> |