aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2001-08-10 14:21:32 +0000
committerPeter Pentchev <roam@FreeBSD.org>2001-08-10 14:21:32 +0000
commitb444ef99756a7aaeb65b1ea51e61e338ba8eabe6 (patch)
tree4961cd114e5cc549ac3c6c810216304cf5c76251 /security
parent5bd096c768aa0c2b56f97b32955e1f04646d775c (diff)
downloadports-b444ef99756a7aaeb65b1ea51e61e338ba8eabe6.tar.gz
ports-b444ef99756a7aaeb65b1ea51e61e338ba8eabe6.zip
Notes
Diffstat (limited to 'security')
-rw-r--r--security/stunnel/Makefile2
-rw-r--r--security/stunnel/distinfo2
-rw-r--r--security/stunnel/files/patch-ac19
3 files changed, 2 insertions, 21 deletions
diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile
index 29884cea83b1..0e9c2002983d 100644
--- a/security/stunnel/Makefile
+++ b/security/stunnel/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= stunnel
-PORTVERSION= 3.18
+PORTVERSION= 3.19
CATEGORIES= security
MASTER_SITES= http://www.stunnel.org/download/stunnel/src/ \
ftp://stunnel.mirt.net/stunnel/ \
diff --git a/security/stunnel/distinfo b/security/stunnel/distinfo
index a9d435e0c0c7..ad3a740da580 100644
--- a/security/stunnel/distinfo
+++ b/security/stunnel/distinfo
@@ -1 +1 @@
-MD5 (stunnel-3.18.tar.gz) = e6cb1bf389ca7d42f22e1b63fcbda9d2
+MD5 (stunnel-3.19.tar.gz) = 5513d44a47c12687809c69d858a96e17
diff --git a/security/stunnel/files/patch-ac b/security/stunnel/files/patch-ac
deleted file mode 100644
index 347716c297bf..000000000000
--- a/security/stunnel/files/patch-ac
+++ /dev/null
@@ -1,19 +0,0 @@
-*** configure.in.orig Sun Jun 18 10:25:31 2000
---- configure.in Sun Jun 18 10:28:17 2000
-***************
-*** 109,115 ****
- dnl Check for RSAref library.
- AC_MSG_CHECKING([for RSAref library])
- saved_LIBS="$LIBS"
-! LIBS="$saved_LIBS -lRSAglue -lrsaref"
- AC_TRY_LINK([], [],
- [AC_MSG_RESULT(yes); ],
- [AC_MSG_RESULT(no)]; LIBS="$saved_LIBS")
---- 109,115 ----
- dnl Check for RSAref library.
- AC_MSG_CHECKING([for RSAref library])
- saved_LIBS="$LIBS"
-! LIBS="$saved_LIBS -lRSAglue -L$prefix/lib -lrsaref"
- AC_TRY_LINK([], [],
- [AC_MSG_RESULT(yes); ],
- [AC_MSG_RESULT(no)]; LIBS="$saved_LIBS")