Bug 178305 - [PATCH] security/create-cert: Update to 2.3
Summary: [PATCH] security/create-cert: Update to 2.3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Emanuel Haupt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-03 01:30 UTC by Craig Leres
Modified: 2013-05-03 12:20 UTC (History)
1 user (show)

See Also:


Attachments
patch.txt (1.22 KB, text/plain)
2013-05-03 01:30 UTC, Craig Leres
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Craig Leres freebsd_committer freebsd_triage 2013-05-03 01:30:00 UTC
	The current release of create-cert is 2.3; changes since
	2.2 include:

	    - Add "days" (certificate length) to the config file.

	    - Document config file options in the man page.

	    - Update to autoconf 2.69

Fix: Please see the attached patch.
Comment 1 Emanuel Haupt freebsd_committer freebsd_triage 2013-05-03 12:09:47 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ehaupt

I will take care of it.
Comment 2 Emanuel Haupt freebsd_committer freebsd_triage 2013-05-03 12:10:06 UTC
State Changed
From-To: open->closed

Committed, thanks! Do you think you could maybe add another distfile mirror?
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-05-03 12:10:10 UTC
Author: ehaupt
Date: Fri May  3 11:09:56 2013
New Revision: 317195
URL: http://svnweb.freebsd.org/changeset/ports/317195

Log:
  - Update to 2.3
  - Trim header
  
  PR:		178305
  Submitted by:	Craig Leres <leres@ee.lbl.gov> (maintainer)

Modified:
  head/security/create-cert/Makefile
  head/security/create-cert/distinfo

Modified: head/security/create-cert/Makefile
==============================================================================
--- head/security/create-cert/Makefile	Fri May  3 11:05:13 2013	(r317194)
+++ head/security/create-cert/Makefile	Fri May  3 11:09:56 2013	(r317195)
@@ -1,12 +1,8 @@
-# New ports collection makefile for:	create-cert
-# Date created:		2011-02-24
-# Whom:			Craig Leres <leres@ee.lbl.gov>
-#
+# Created by: Craig Leres <leres@ee.lbl.gov>
 # $FreeBSD$
-#
 
 PORTNAME=	create-cert
-PORTVERSION=	2.2
+PORTVERSION=	2.3
 CATEGORIES=	security
 MASTER_SITES=	ftp://ee.lbl.gov/
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc
@@ -15,6 +11,8 @@ EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
 MAINTAINER=	leres@ee.lbl.gov
 COMMENT=	Create openssl client key and certificates
 
+LICENSE=	BSD
+
 PLIST_FILES=	sbin/create-cert
 
 MAN8=		create-cert.8
@@ -24,6 +22,4 @@ GNU_CONFIGURE=	yes
 verify: checksum
 	gpg --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.asc
 
-LICENSE=	BSD
-
 .include <bsd.port.mk>

Modified: head/security/create-cert/distinfo
==============================================================================
--- head/security/create-cert/distinfo	Fri May  3 11:05:13 2013	(r317194)
+++ head/security/create-cert/distinfo	Fri May  3 11:09:56 2013	(r317195)
@@ -1,4 +1,4 @@
-SHA256 (create-cert-2.2.tar.gz) = d97406adb66bf8334a0d9f17fdae139aa874306612baee51b666c5a2e0c730e7
-SIZE (create-cert-2.2.tar.gz) = 69141
-SHA256 (create-cert-2.2.tar.gz.asc) = fdb6f44987021450fae41bb5fa7c4970c5834d32a959e57be8589d0dbb688a20
-SIZE (create-cert-2.2.tar.gz.asc) = 196
+SHA256 (create-cert-2.3.tar.gz) = c385f65738d45aa6cc76c7c0db9ccd1b0fae10038c41dfdc29578f36b690cd53
+SIZE (create-cert-2.3.tar.gz) = 69637
+SHA256 (create-cert-2.3.tar.gz.asc) = a2e42c9f965098496e16b9409ec78b1ccd4dcb8be181b290c7ea183138cdab9a
+SIZE (create-cert-2.3.tar.gz.asc) = 196
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"