Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Jul 2004 11:53:27 +0200 (CEST)
From:      Janos Mohacsi <mohacsi@niif.hu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/69474: Maintainer update: security/tinyca to version 0.6.4
Message-ID:  <200407230953.i6N9rRqp009981@norfolk.ki.iif.hu>
Resent-Message-ID: <200407231000.i6NA0kQQ080119@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         69474
>Category:       ports
>Synopsis:       Maintainer update: security/tinyca to version 0.6.4
>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:   Fri Jul 23 10:00:45 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 #12: Thu Jul 8 14:37:25 CEST 2004 root@norfolk.ki.iif.hu:/usr/obj/usr/src/sys/NORFOLK i386


>Description:
	maintainer update to: security/tinyca to version 0.6.4
	port changes: 
		cleanup pkg-descr
		additional URL for MASTER_SITES
	original package changes:
		fixed bug, showing wrong options for renewal of certificates
		fixed bug creating requests via rightclick directly after creating a new CA
   		fixed bug which added ugly empty box to cert/req page
   		fixed bug with wrong openssl.conf during startup (server-cert with
     			ca-extensions)
   		fixed ca-config dialog during creation of root-ca (drop-downs)
   		revocation reason can be given with openssl 0.9.7
   		changed default exportdir to users home
   		remeber exportdir from last export
   		added possibility to set the extension extendedKeyUsage 
   		added possibility to leave email out of the subject dn (0.9.7)
>How-To-Repeat:
	Apply this diff.
>Fix:

diff -ruN tinyca.bak/Makefile tinyca/Makefile
--- tinyca.bak/Makefile	Fri Jun 25 12:53:17 2004
+++ tinyca/Makefile	Fri Jul 23 11:48:56 2004
@@ -6,9 +6,10 @@
 #
 
 PORTNAME=	tinyca
-PORTVERSION=	0.6.3
+PORTVERSION=	0.6.4
 CATEGORIES=	security net
-MASTER_SITES=	http://tinyca.sm-zone.net/
+MASTER_SITES=	http://tinyca.sm-zone.net/ \
+		http://tinyca.sm-zone.net/old
 
 MAINTAINER=	Janos.Mohacsi@bsd.hu
 COMMENT=	Simple graphical interface to manage a small Certification Authority
@@ -18,13 +19,12 @@
 		zip:${PORTSDIR}/archivers/zip \
 		${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
 
-WRKSRC=		${WRKDIR}/TinyCA
 USE_PERL5=	yes
 USE_OPENSSL=	yes
 NO_BUILD=	yes
 DOC_FILES=	INSTALL
 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
+LIB2_FILES=	CALLBACK.pm HELPERS.pm TCONFIG.pm WORDS.pm X509_browser.pm X509_infobox.pm
 
 do-install:
 	@${MKDIR} ${SITE_PERL}/${PORTNAME}/
diff -ruN tinyca.bak/distinfo tinyca/distinfo
--- tinyca.bak/distinfo	Fri Jun 25 12:53:17 2004
+++ tinyca/distinfo	Fri Jul 23 10:48:39 2004
@@ -1,2 +1,2 @@
-MD5 (tinyca-0.6.3.tar.gz) = 8cb4dd1159c9ff71fc3c27e677c2e4c7
-SIZE (tinyca-0.6.3.tar.gz) = 97016
+MD5 (tinyca-0.6.4.tar.gz) = f8de3f67a0eaf05d3450f7ee993ec51e
+SIZE (tinyca-0.6.4.tar.gz) = 116533
diff -ruN tinyca.bak/pkg-descr tinyca/pkg-descr
--- tinyca.bak/pkg-descr	Sat May 15 16:46:52 2004
+++ tinyca/pkg-descr	Fri Jul 23 11:03:04 2004
@@ -1,7 +1,5 @@
 TinyCA is a simple graphical userinterface written in Perl/Tk to manage a 
 small CA (Certification Authority).
-Features:
-
 Currently TinyCA supports the following features:
 
     * unlimited number of CAs
diff -ruN tinyca.bak/pkg-plist tinyca/pkg-plist
--- tinyca.bak/pkg-plist	Fri Jun 25 12:53:17 2004
+++ tinyca/pkg-plist	Fri Jul 23 11:43:46 2004
@@ -11,6 +11,7 @@
 %%SITE_PERL%%/tinyca/GUI/HELPERS.pm
 %%SITE_PERL%%/tinyca/GUI/TCONFIG.pm
 %%SITE_PERL%%/tinyca/GUI/WORDS.pm
+%%SITE_PERL%%/tinyca/GUI/X509_browser.pm
 %%SITE_PERL%%/tinyca/GUI/X509_infobox.pm
 @dirrm %%SITE_PERL%%/tinyca/GUI
 @dirrm %%SITE_PERL%%/tinyca/

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407230953.i6N9rRqp009981>