From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 14 11:20:05 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1A1B3106566C for ; Mon, 14 May 2012 11:20:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CF3938FC20 for ; Mon, 14 May 2012 11:20:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q4EBK4At066185 for ; Mon, 14 May 2012 11:20:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q4EBK4jo066184; Mon, 14 May 2012 11:20:04 GMT (envelope-from gnats) Resent-Date: Mon, 14 May 2012 11:20:04 GMT Resent-Message-Id: <201205141120.q4EBK4jo066184@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, freebsd@nagilum.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A0A581065672 for ; Mon, 14 May 2012 11:12:01 +0000 (UTC) (envelope-from root@cakebox.homeunix.net) Received: from mo6-p05-ob.rzone.de (mo6-p05-ob.rzone.de [IPv6:2a01:238:20a:202:5305::1]) by mx1.freebsd.org (Postfix) with ESMTP id 046C08FC0C for ; Mon, 14 May 2012 11:12:00 +0000 (UTC) Received: from cakebox.homeunix.net (dslb-094-217-093-081.pools.arcor-ip.net [94.217.93.81]) by smtp.strato.de (jored mo16) (RZmta 29.7 DYNA|AUTH) with (DHE-RSA-AES256-SHA encrypted) ESMTPA id L06063o4EB5i8s for ; Mon, 14 May 2012 13:11:58 +0200 (CEST) Received: from cakebox.homeunix.net (localhost [127.0.0.1]) by cakebox.homeunix.net (Postfix) with ESMTP id B24E767A24 for ; Mon, 14 May 2012 13:11:47 +0200 (CEST) Received: by cakebox.homeunix.net (Postfix, from userid 0) id 862D267A23; Mon, 14 May 2012 13:11:47 +0200 (CEST) Message-Id: <20120514111147.862D267A23@cakebox.homeunix.net> Date: Mon, 14 May 2012 13:11:47 +0200 (CEST) From: freebsd@nagilum.org To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/167869: update security/xca 0.9.2 to 0.9.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2012 11:20:05 -0000 >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@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@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 '

No documentation generated

' > $@ +- echo 'The documentation for XCA can be viewed online at: http://xca.sourceforge.net/.' > $@ - 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: