ports/167674: security/xca update to 0.9.2
freebsd at nagilum.org
freebsd at nagilum.org
Mon May 7 09:40:06 UTC 2012
>Number: 167674
>Category: ports
>Synopsis: security/xca update to 0.9.2
>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 May 07 09:40:05 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator: freebsd at nagilum.org
>Release: FreeBSD 9.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD cakebox.tis 9.0-STABLE FreeBSD 9.0-STABLE #0: Wed Mar 14 18:19:22 CET 2012 root at cakebox.tis:/usr/obj/export/src/sys/net5501 i386
>Description:
Update the security/xca port from 0.9.1 to 0.9.2.
>How-To-Repeat:
>Fix:
Apply attached patch.
--- xca.patch begins here ---
diff -Naur xca.old/Makefile xca/Makefile
--- xca.old/Makefile 2011-11-28 08:41:21.000000000 +0100
+++ xca/Makefile 2012-05-07 07:49:43.000000000 +0200
@@ -6,7 +6,7 @@
#
PORTNAME= xca
-PORTVERSION= 0.9.1
+PORTVERSION= 0.9.2
CATEGORIES= security
MASTER_SITES= SF
diff -Naur xca.old/distinfo xca/distinfo
--- xca.old/distinfo 2011-11-28 08:41:21.000000000 +0100
+++ xca/distinfo 2012-05-07 07:51:15.000000000 +0200
@@ -1,2 +1,2 @@
-SHA256 (xca-0.9.1.tar.gz) = e5562d9af4e03e5e730a85a9ca4eb80386288f18f84de24bb9ff0dfcc7110cbc
-SIZE (xca-0.9.1.tar.gz) = 754570
+SHA256 (xca-0.9.2.tar.gz) = 9ea280751da1cfa5cdbed2232af62e51aeee396c00a75bb9306a22899b856053
+SIZE (xca-0.9.2.tar.gz) = 754762
diff -Naur xca.old/files/patch-compiler-errors xca/files/patch-compiler-errors
--- xca.old/files/patch-compiler-errors 2010-01-24 18:45:57.000000000 +0100
+++ xca/files/patch-compiler-errors 1970-01-01 01:00:00.000000000 +0100
@@ -1,11 +0,0 @@
---- lib/db.cpp.orig 2009-12-10 18:44:03.000000000 +0100
-+++ lib/db.cpp 2010-01-05 11:00:43.000000000 +0100
-@@ -153,7 +153,7 @@
- return -1;
- }
- if (!verify_magic()){
-- printf("Garbage found at %lu\n", head_offset);
-+ printf("Garbage found at %lu\n", (long unsigned int) head_offset);
- head_offset+=4;
- return next(flag);
- }
diff -Naur xca.old/files/patch-doc-Makefile xca/files/patch-doc-Makefile
--- xca.old/files/patch-doc-Makefile 2011-11-28 08:41:21.000000000 +0100
+++ xca/files/patch-doc-Makefile 2012-05-07 09:50:41.000000000 +0200
@@ -16,7 +16,7 @@
- test ! -f xca-doc.tgz || tar zxf xca-doc.tgz
- @$(PRINT) " DOC [$(BASENAME)] $@"
- $(LINUXDOC) -B html $< >/dev/null
-+ echo 'The documentation for XCA can be viewed online at: <a href="http://xca.sourceforge.net/">http://xca.sourceforge.net/</a>.' > $@
++ echo 'The documentation for XCA can be viewed online at: <a href="http://xca.sourceforge.net/">http://xca.sourceforge.net/</a>.' >> $@
install: xca.1.gz xca.html
install -m 755 -d $(destdir)$(docdir) \
--- xca.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list