1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Update to 3.19.

PR:		29603
Submitted by:	maintainer
This commit is contained in:
Peter Pentchev 2001-08-10 14:21:32 +00:00
parent 5bd096c768
commit b444ef9975
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46042
3 changed files with 2 additions and 21 deletions

View File

@ -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/ \

View File

@ -1 +1 @@
MD5 (stunnel-3.18.tar.gz) = e6cb1bf389ca7d42f22e1b63fcbda9d2
MD5 (stunnel-3.19.tar.gz) = 5513d44a47c12687809c69d858a96e17

View File

@ -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")