aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authortota <tota@FreeBSD.org>2016-02-27 20:12:45 +0800
committertota <tota@FreeBSD.org>2016-02-27 20:12:45 +0800
commit63935aece46000456f9c632cd007ef15cd35ba16 (patch)
treec54beaf7e337365de01d6fab2c300db350a4a1ef /security
parent52d87a7ea94001e49a484229ea413b73b9cd4d96 (diff)
downloadfreebsd-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/Makefile2
-rw-r--r--security/R-cran-openssl/distinfo4
-rw-r--r--security/R-cran-openssl/files/patch-src_ssl.c10
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>