ports/167869: update security/xca 0.9.2 to 0.9.3

freebsd at nagilum.org freebsd at nagilum.org
Mon May 14 11:20:05 UTC 2012


>Number:         167869
>Category:       ports
>Synopsis:       update security/xca 0.9.2 to 0.9.3
>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 14 11:20:04 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 security/xca from version 0.9.2 to 0.9.3.
	Changes:

xca 0.9.3 Sat May 12 2012
  * Fix double free in a1time resulting in random crashes

>How-To-Repeat:
>Fix:

	Apply attached patch.

--- xca.patch begins here ---
diff -Naur xca.old/Makefile xca/Makefile
--- xca.old/Makefile	2012-05-09 08:35:02.000000000 +0200
+++ xca/Makefile	2012-05-14 10:35:26.000000000 +0200
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	xca
-PORTVERSION=	0.9.2
+PORTVERSION=	0.9.3
 CATEGORIES=	security
 MASTER_SITES=	SF
 
diff -Naur xca.old/distinfo xca/distinfo
--- xca.old/distinfo	2012-05-09 08:35:02.000000000 +0200
+++ xca/distinfo	2012-05-14 10:39:05.000000000 +0200
@@ -1,2 +1,2 @@
-SHA256 (xca-0.9.2.tar.gz) = 9ea280751da1cfa5cdbed2232af62e51aeee396c00a75bb9306a22899b856053
-SIZE (xca-0.9.2.tar.gz) = 754762
+SHA256 (xca-0.9.3.tar.gz) = 6842b50c8b4478070d8af743cb72aee1f53a2c4ff2b8285fcec5f856119cc6ba
+SIZE (xca-0.9.3.tar.gz) = 755165
diff -Naur xca.old/files/patch-doc-Makefile xca/files/patch-doc-Makefile
--- xca.old/files/patch-doc-Makefile	2012-05-09 08:35:02.000000000 +0200
+++ xca/files/patch-doc-Makefile	2012-05-14 11:20:47.000000000 +0200
@@ -1,5 +1,5 @@
---- doc/Makefile.orig	2011-11-23 11:05:17.000000000 +0100
-+++ doc/Makefile	2011-11-23 11:07:53.000000000 +0100
+--- doc/Makefile.orig	2012-05-12 11:37:14.000000000 +0200
++++ doc/Makefile	2012-05-14 11:19:34.000000000 +0200
 @@ -5,7 +5,7 @@
  
  DELFILES=xca*.html xca.1.gz
@@ -9,10 +9,11 @@
  include $(TOPDIR)/Rules.mak
  
  mandir=man
-@@ -16,9 +16,7 @@
+@@ -15,10 +15,7 @@
+ 
  xca.html: xca.sgml
  	rm -f xca*.html
- 	echo '<h1>No documentation generated</h1>' > $@
+-	echo 'The documentation for XCA can be viewed online at: <a href="http://xca.sourceforge.net/">http://xca.sourceforge.net/</a>.' > $@
 -	test ! -f xca-doc.tgz || tar zxf xca-doc.tgz
 -	@$(PRINT) "  DOC    [$(BASENAME)] $@"
 -	$(LINUXDOC) -B html $< >/dev/null
@@ -20,7 +21,7 @@
  
  install: xca.1.gz xca.html
  	install -m 755 -d $(destdir)$(docdir) \
-@@ -26,8 +24,4 @@
+@@ -26,8 +23,4 @@
  	install -m 644 xca*.html $(destdir)$(docdir)
  	install xca.1.gz $(destdir)$(prefix)/$(mandir)/man1
  
--- xca.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list