Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Dec 2007 10:32:18 +0900
From:      Hirohisa Yamaguchi <umq@ueo.co.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/118541: [patch] security/libgcrypt update to 1.4.0
Message-ID:  <86aboiow2l.wl%umq@ueo.co.jp>
Resent-Message-ID: <200712110140.lBB1e12i053401@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         118541
>Category:       ports
>Synopsis:       [patch] security/libgcrypt update to 1.4.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 11 01:40:01 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Hirohisa Yamaguchi
>Release:        FreeBSD 8.0-CURRENT amd64
>Organization:
<organization of PR author (multiple lines)>
>Environment:
System: FreeBSD calliope.****.org 8.0-CURRENT FreeBSD 8.0-CURRENT #13: Sat Oct 27 13:36:07 JST 2007 root@calliope.****.org:/usr/obj/usr/src/sys/CALLIOPE64 amd64

>Description:
	The new version of security/libgcrypt 1.4.0 has been released.
	Release notes: http://lists.gnupg.org/pipermail/gnupg-announce/2007q4/000263.html

>How-To-Repeat:
	N/A
>Fix:

	The patch follows

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/security/libgcrypt/Makefile,v
retrieving revision 1.36
diff -p -u -r1.36 Makefile
--- Makefile	24 Sep 2007 00:35:45 -0000	1.36
+++ Makefile	11 Dec 2007 01:29:41 -0000
@@ -5,8 +5,7 @@
 # $FreeBSD: ports/security/libgcrypt/Makefile,v 1.36 2007/09/24 00:35:45 edwin Exp $
 
 PORTNAME=	libgcrypt
-PORTVERSION=	1.2.4
-PORTREVISION=	1
+PORTVERSION=	1.4.0
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_GNUPG}
 MASTER_SITE_SUBDIR=	libgcrypt
@@ -16,12 +15,15 @@ COMMENT=	General purpose crypto library 
 
 LIB_DEPENDS=	gpg-error.0:${PORTSDIR}/security/libgpg-error
 
+USE_BZIP2=	yes
 USE_AUTOTOOLS=	libtool:15
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	MAKEINFO="makeinfo --no-split"
 CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
 USE_LDCONFIG=	yes
 
+DOCS=	AUTHORS COPYING COPYING.LIB ChangeLog INSTALL NEWS README README.SVN \
+	THANKS TODO doc/HACKING doc/README.apichanges
 INFO=	gcrypt
 
 .include <bsd.port.pre.mk>
@@ -37,4 +39,10 @@ post-patch:
 pre-configure:
 	@${RM} -f ${WRKSRC}/doc/gcrypt.info*
 
+.if !defined(NOPORTDOCS)
+post-install:
+	@${MKDIR} ${DOCSDIR}
+	cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
+.endif
+
 .include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/security/libgcrypt/distinfo,v
retrieving revision 1.12
diff -p -u -r1.12 distinfo
--- distinfo	2 Feb 2007 14:25:54 -0000	1.12
+++ distinfo	11 Dec 2007 01:29:41 -0000
@@ -1,3 +1,3 @@
-MD5 (libgcrypt-1.2.4.tar.gz) = be20ee47778ff90703afd58c090f07b9
-SHA256 (libgcrypt-1.2.4.tar.gz) = cf3c3f313ebeb9165d80439beaeb7f621b73856a2159e4b84c70f32b455fd9ec
-SIZE (libgcrypt-1.2.4.tar.gz) = 1013625
+MD5 (libgcrypt-1.4.0.tar.bz2) = b013f798a1088afb07336bce5a9c24c5
+SHA256 (libgcrypt-1.4.0.tar.bz2) = d7f855f766944a5b6e7ffee2d6ffdf828ab709acd4453b0e64aea808ce2760ec
+SIZE (libgcrypt-1.4.0.tar.bz2) = 964779
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/security/libgcrypt/pkg-plist,v
retrieving revision 1.8
diff -p -u -r1.8 pkg-plist
--- pkg-plist	28 Jan 2007 09:07:43 -0000	1.8
+++ pkg-plist	11 Dec 2007 01:29:41 -0000
@@ -1,8 +1,22 @@
+bin/dumpsexp
 bin/libgcrypt-config
 include/gcrypt.h
 include/gcrypt-module.h
 lib/libgcrypt.a
 lib/libgcrypt.la
 lib/libgcrypt.so
-lib/libgcrypt.so.13
+lib/libgcrypt.so.15
 share/aclocal/libgcrypt.m4
+%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
+%%PORTDOCS%%%%DOCSDIR%%/COPYING
+%%PORTDOCS%%%%DOCSDIR%%/COPYING.LIB
+%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
+%%PORTDOCS%%%%DOCSDIR%%/HACKING
+%%PORTDOCS%%%%DOCSDIR%%/INSTALL
+%%PORTDOCS%%%%DOCSDIR%%/NEWS
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%%%DOCSDIR%%/README.SVN
+%%PORTDOCS%%%%DOCSDIR%%/README.apichanges
+%%PORTDOCS%%%%DOCSDIR%%/THANKS
+%%PORTDOCS%%%%DOCSDIR%%/TODO
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86aboiow2l.wl%umq>