From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 23 10:00:46 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71E8E16A4CE for ; Fri, 23 Jul 2004 10:00:46 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56B4643D45 for ; Fri, 23 Jul 2004 10:00:46 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i6NA0kSj080120 for ; Fri, 23 Jul 2004 10:00:46 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i6NA0kQQ080119; Fri, 23 Jul 2004 10:00:46 GMT (envelope-from gnats) Resent-Date: Fri, 23 Jul 2004 10:00:46 GMT Resent-Message-Id: <200407231000.i6NA0kQQ080119@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Janos Mohacsi Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C320A16A4CE for ; Fri, 23 Jul 2004 09:53:39 +0000 (GMT) Received: from norfolk.ki.iif.hu (norfolk.ki.iif.hu [193.6.222.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE26543D2F for ; Fri, 23 Jul 2004 09:53:38 +0000 (GMT) (envelope-from mohacsi@norfolk.ki.iif.hu) Received: (from mohacsi@localhost) by norfolk.ki.iif.hu (8.12.11/8.12.11) id i6N9rRqp009981; Fri, 23 Jul 2004 11:53:27 +0200 (CEST) (envelope-from mohacsi) Message-Id: <200407230953.i6N9rRqp009981@norfolk.ki.iif.hu> Date: Fri, 23 Jul 2004 11:53:27 +0200 (CEST) From: Janos Mohacsi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/69474: Maintainer update: security/tinyca to version 0.6.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Janos Mohacsi List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 10:00:46 -0000 >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: