ports/68180: Update: ucspi-ssl 0.67 -> 0.68

David Thiel lx at redundancy.redundancy.org
Mon Jun 21 21:40:20 UTC 2004


>Number:         68180
>Category:       ports
>Synopsis:       Update: ucspi-ssl 0.67 -> 0.68
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 21 21:40:20 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     David Thiel
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
>Environment:
System: FreeBSD redundancy.redundancy.org 4.9-STABLE FreeBSD 4.9-STABLE #15: Wed Nov 19 21:41:32 PST 2003 lx at redundancy.redundancy.org:/usr/obj/usr/src/sys/REDUNDANCY i386


>Description:

Code changes: "Read SSL setup info before dropping privilege."

Port changes: Switch to USE_PERL5 and remove WITHOUT_SSLPERL knob,
		as it caused more complexity than it prevented.

>How-To-Repeat:
>Fix:


diff -ruN ucspi-ssl.old/Makefile ucspi-ssl/Makefile
--- ucspi-ssl.old/Makefile	Mon Jun 21 10:18:32 2004
+++ ucspi-ssl/Makefile	Mon Jun 21 14:09:23 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	ucspi-ssl
-PORTVERSION=	0.67
+PORTVERSION=	0.68
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.superscript.com/ucspi-ssl/
 
@@ -15,6 +15,8 @@
 
 RUN_DEPENDS=	tcpserver:${PORTSDIR}/sysutils/ucspi-tcp
 
+USE_PERL5=	yes
+
 NO_PACKAGE=	Non-explicit licensing terms
 
 DOCS=		CHANGES TODO UCSPI-SSL
@@ -29,35 +31,20 @@
 
 .include <bsd.port.pre.mk>
 
-.if !defined(WITHOUT_SSLPERL)
 .if ${PERL_LEVEL} < 500600
-IGNORE=		"requires Perl 5.6.0 or greater. Please install lang/perl5 and retry, or define WITHOUT_SSLPERL"
-.endif
-.else
-PLIST_SUB+=	SSLPERL="@comment "
-.endif
-
-.if ${OSVERSION} >= 502112
-BROKEN=		"Does not compile on FreeBSD >= 5.x"
+IGNORE=		"requires Perl 5.6.0 or greater. Please install lang/perl5 and retry"
 .endif
 
 do-build:
-.if defined(WITHOUT_SSLPERL)
-	cd ${WRKSRC} && package/compile https@ sslcat sslconnect sslclient sslserver
-.else
 	cd ${WRKSRC} && package/compile
-.endif
 
 do-install:
 .for x in https@ sslcat sslconnect
 	${INSTALL_SCRIPT} ${WRKSRC}/command/${x} ${PREFIX}/bin
 .endfor
-.for x in sslclient sslserver
+.for x in sslclient sslserver sslperl
 	${INSTALL_PROGRAM} ${WRKSRC}/command/${x} ${PREFIX}/bin
 .endfor
-.if !defined(WITHOUT_SSLPERL)
-	${INSTALL_PROGRAM} ${WRKSRC}/command/sslperl ${PREFIX}/bin
-.endif
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
 	cd ${WRKSRC}/src && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
diff -ruN ucspi-ssl.old/distinfo ucspi-ssl/distinfo
--- ucspi-ssl.old/distinfo	Mon Jun 21 10:18:32 2004
+++ ucspi-ssl/distinfo	Mon Jun 21 10:23:34 2004
@@ -1 +1 @@
-MD5 (ucspi-ssl-0.67.tar.gz) = ff77a2c2a4f340e88aa3a0d68c816311
+MD5 (ucspi-ssl-0.68.tar.gz) = 1bc7b3e883f92b40ce76b0663ea7355e
diff -ruN ucspi-ssl.old/pkg-plist ucspi-ssl/pkg-plist
--- ucspi-ssl.old/pkg-plist	Mon Jun 21 10:18:32 2004
+++ ucspi-ssl/pkg-plist	Mon Jun 21 14:09:13 2004
@@ -3,7 +3,7 @@
 bin/sslclient
 bin/sslconnect
 bin/sslserver
-%%SSLPERL%%bin/sslperl
+bin/sslperl
 %%PORTDOCS%%%%DOCSDIR%%/CHANGES
 %%PORTDOCS%%%%DOCSDIR%%/TODO
 %%PORTDOCS%%%%DOCSDIR%%/UCSPI-SSL
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list