ports/68267: Maintainer update: security/tinyca to version - 0.6.3

Janos Mohacsi mohacsi at niif.hu
Thu Jun 24 07:50:39 UTC 2004


>Number:         68267
>Category:       ports
>Synopsis:       Maintainer update: security/tinyca to version - 0.6.3
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 24 07:50:24 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Janos Mohacsi
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
NIIF
>Environment:
System: FreeBSD norfolk.ki.iif.hu 5.2-CURRENT FreeBSD 5.2-CURRENT #11: Mon May 10 11:29:11 CEST 2004 root at norfolk.ki.iif.hu:/usr/obj/usr/src/sys/NORFOLK i386

>Description:
	Maintainer update: security/tinyca to version  - 0.6.3
	original package changes: 
	- added new look for some functions
	- key, request and certificate can be generated in one step
	- code cleanup
	- bug fixes
>How-To-Repeat:
	Apply this diff.
>Fix:

diff -ruN tinyca.bak/Makefile tinyca/Makefile
--- tinyca.bak/Makefile	Tue May 25 11:04:47 2004
+++ tinyca/Makefile	Thu Jun 24 08:54:53 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	tinyca
-PORTVERSION=	0.6.1
+PORTVERSION=	0.6.3
 CATEGORIES=	security net
 MASTER_SITES=	http://tinyca.sm-zone.net/
 
@@ -23,12 +23,17 @@
 USE_OPENSSL=	yes
 NO_BUILD=	yes
 DOC_FILES=	INSTALL
-LIB_FILES=	CA.pm CERT.pm GUI.pm KEY.pm OpenSSL.pm REQ.pm TCONFIG.pm
+LIB_FILES=	CA.pm CERT.pm GUI.pm HELPERS.pm KEY.pm OpenSSL.pm REQ.pm TCONFIG.pm
+LIB2_FILES=	TCONFIG.pm HELPERS.pm CALLBACK.pm X509_infobox.pm WORDS.pm
 
 do-install:
 	@${MKDIR} ${SITE_PERL}/${PORTNAME}/
+	@${MKDIR} ${SITE_PERL}/${PORTNAME}/GUI
 .for file in ${LIB_FILES}
 	@${INSTALL_DATA} ${WRKSRC}/lib/${file} ${SITE_PERL}/${PORTNAME}
+.endfor
+.for file in ${LIB2_FILES}
+	@${INSTALL_DATA} ${WRKSRC}/lib/GUI/${file} ${SITE_PERL}/${PORTNAME}/GUI
 .endfor
 	@${INSTALL_DATA} ${WRKSRC}/templates/openssl.cnf ${PREFIX}/etc/tinyca.cnf
 	@${SED} -e "s:%%PREFIX%%:${PREFIX}:g" -e "s:%%SITE_PERL%%:${SITE_PERL}:g" \
diff -ruN tinyca.bak/distinfo tinyca/distinfo
--- tinyca.bak/distinfo	Tue May 25 09:41:27 2004
+++ tinyca/distinfo	Wed Jun 23 17:16:05 2004
@@ -1,2 +1,2 @@
-MD5 (tinyca-0.6.1.tar.gz) = a4a324091d861b58d4148edec9240528
-SIZE (tinyca-0.6.1.tar.gz) = 111233
+MD5 (tinyca-0.6.3.tar.gz) = 8cb4dd1159c9ff71fc3c27e677c2e4c7
+SIZE (tinyca-0.6.3.tar.gz) = 97016
diff -ruN tinyca.bak/pkg-plist tinyca/pkg-plist
--- tinyca.bak/pkg-plist	Sun Aug 31 10:49:28 2003
+++ tinyca/pkg-plist	Thu Jun 24 08:57:12 2004
@@ -2,10 +2,17 @@
 %%SITE_PERL%%/tinyca/CA.pm
 %%SITE_PERL%%/tinyca/CERT.pm
 %%SITE_PERL%%/tinyca/GUI.pm
+%%SITE_PERL%%/tinyca/HELPERS.pm
 %%SITE_PERL%%/tinyca/KEY.pm
 %%SITE_PERL%%/tinyca/OpenSSL.pm
 %%SITE_PERL%%/tinyca/REQ.pm
 %%SITE_PERL%%/tinyca/TCONFIG.pm
+%%SITE_PERL%%/tinyca/GUI/CALLBACK.pm
+%%SITE_PERL%%/tinyca/GUI/HELPERS.pm
+%%SITE_PERL%%/tinyca/GUI/TCONFIG.pm
+%%SITE_PERL%%/tinyca/GUI/WORDS.pm
+%%SITE_PERL%%/tinyca/GUI/X509_infobox.pm
+ at dirrm %%SITE_PERL%%/tinyca/GUI
 @dirrm %%SITE_PERL%%/tinyca/
 %%PORTDOCS%%%%DOCSDIR%%/INSTALL
 %%PORTDOCS%%@dirrm %%DOCSDIR%%

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list