Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Mar 2013 12:30:29 +0900
From:      Hirohisa Yamaguchi <umq@ueo.co.jp>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/177100: [maintainer] security/libgcrypt update to 1.5.1
Message-ID:  <86li9km5gq.wl%umq@ueo.co.jp>
Resent-Message-ID: <201303190340.r2J3e1D1010601@freefall.freebsd.org>

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

>Number:         177100
>Category:       ports
>Synopsis:       [maintainer] security/libgcrypt update to 1.5.1
>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:   Tue Mar 19 03:40:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Hirohisa Yamaguchi
>Release:        FreeBSD 8.3-RELEASE-p3 amd64
>Organization:
<organization of PR author (multiple lines)>
>Environment:
System: FreeBSD **** 8.3-RELEASE-p3 FreeBSD 8.3-RELEASE-p3 #0: Tue Jun 12 00:39:29 UTC 2012 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64

>Description:
	The new version of security/libgcrypt 1.5.1 is available.
	Release announcement: http://lists.gnupg.org/pipermail/gnupg-announce/2013q1/000324.html

	Dependent ports:
		audio/ario
		audio/gogglesmm *
		audio/libmtp
		audio/pianobar
		comms/libimobiledevice *
		comms/qtel
		databases/drizzle
		databases/libgda4 *
		deskutils/chmsee *
		devel/gsoap *
		devel/gvfs
		devel/gwenhywfar
		devel/libsoup
		devel/libvirt
		devel/libzrtpcpp *
		devel/srecord *
		emulators/fuse *
		emulators/libspectrum *
		ftp/filezilla
		games/libggz *
		graphics/telak
		irc/bitlbee
		irc/inspircd
		irc/irssi-otr *
		irc/weechat
		irc/weechat-devel
		japanese/jd
		mail/claws-mail
		mail/libetpan
		mail/wmbiff
		mail/xfce4-mailwatch-plugin *
		misc/metalink-tools *
		multimedia/libaacs *
		multimedia/vlc
		net-im/climm
		net-im/jabber
		net-im/mcabber *
		net-mgmt/collectd
		net-mgmt/collectd5
		net-p2p/gnunet
		net-p2p/libktorrent
		net-p2p/ncdc
		net-p2p/retroshare
		net/afpfs-ng
		net/clamz *
		net/csync2 *
		net/cyphesis *
		net/glib-networking
		net/gtk-vnc
		net/librouteros
		net/libvncserver
		net/netatalk
		net/netatalk3
		net/quagga-re
		net/remmina *
		net/samba4
		net/wireshark
		news/nzbget
		print/cups-base
		security/dirmngr *
		security/fiked
		security/gnomint
		security/gnupg
		security/gsasl *
		security/libgnome-keyring *
		security/libotr
		security/libotr3
		security/libprelude
		security/libpreludedb
		security/libssh *
		security/libssh2
		security/opencdk *
		security/openvas-libnasl *
		security/openvas-libraries *
		security/openvpn-auth-radius *
		security/p5-Crypt-GCrypt *
		security/pidgin-otr
		security/pinentry *
		security/prelude-lml
		security/prelude-manager
		security/seahorse *
		security/seahorse-plugins *
		security/seccure *
		security/shishi
		security/vpnc *
		sysutils/freeipmi
		sysutils/fusefs-cryptofs *
		sysutils/rsyslog5-gnutls *
		sysutils/rsyslog6-devel-gnutls *
		sysutils/rsyslog6-gnutls *
		sysutils/rsyslog7 *
		textproc/libxslt
		www/chromium
		www/libmicrohttpd
	might need revision bump.
	# ports marked with ``*'' have SOVER specified, these need update.

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

	The patch follows:


Index: security/libgcrypt/Makefile
===================================================================
--- security/libgcrypt/Makefile	(revision 314613)
+++ security/libgcrypt/Makefile	(working copy)
@@ -1,12 +1,8 @@
-# New ports collection Makefile for:	libgcrypt
-# Date created:				July 17 2002
-# Whom:					Tilman Linneweh <arved@FreeBSD.org>
-#
+# Created by: Tilman Linneweh <arved@FreeBSD.org>
 # $FreeBSD$
 
 PORTNAME=	libgcrypt
-PORTVERSION=	1.5.0
-PORTREVISION=	1
+PORTVERSION=	1.5.1
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_GNUPG}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -27,9 +23,10 @@
 CONFIGURE_ENV=	MAKEINFO="makeinfo --no-split"
 USE_LDCONFIG=	yes
 
-DOCS=	AUTHORS ChangeLog INSTALL NEWS README README.SVN \
+DOCS=	AUTHORS ChangeLog ChangeLog-2011 INSTALL NEWS README README.GIT \
 	THANKS TODO doc/HACKING doc/README.apichanges
 INFO=	gcrypt
+PORTDOCS=	*
 
 .include <bsd.port.pre.mk>
 
@@ -55,10 +52,13 @@
 pre-configure:
 	@${RM} -f ${WRKSRC}/doc/gcrypt.info*
 
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 post-install:
 	@${MKDIR} ${DOCSDIR}
 	cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
 .endif
 
+regression-test: build
+	cd ${WRKSRC} && ${MAKE} check
+
 .include <bsd.port.post.mk>
Index: security/libgcrypt/distinfo
===================================================================
--- security/libgcrypt/distinfo	(revision 314613)
+++ security/libgcrypt/distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (libgcrypt-1.5.0.tar.bz2) = 4b62fc516004940a0571025401a0581d49199f1a76dfb5ce6fd63f50db8173fa
-SIZE (libgcrypt-1.5.0.tar.bz2) = 1433506
+SHA256 (libgcrypt-1.5.1.tar.bz2) = ad9eb15808e769998c0bd8c181ac881423919f4f105586913dccbc0dfbfae527
+SIZE (libgcrypt-1.5.1.tar.bz2) = 1503471
Index: security/libgcrypt/files/patch-src__gcrypt.h.in
===================================================================
--- security/libgcrypt/files/patch-src__gcrypt.h.in	(revision 314613)
+++ security/libgcrypt/files/patch-src__gcrypt.h.in	(working copy)
@@ -1,19 +0,0 @@
---- ./src/gcrypt.h.in.orig	2012-08-08 07:35:27.000000000 -0400
-+++ ./src/gcrypt.h.in	2012-08-08 07:37:47.000000000 -0400
-@@ -1248,7 +1248,7 @@
-    number.  */
- gcry_error_t gcry_md_list (int *list, int *list_length);
- 
--
-+#if !defined(GCRYPT_NO_DEPRECATED) || defined(_GCRYPT_IN_LIBGCRYPT)
- /* Alternative interface for asymmetric cryptography.  This interface
-    is deprecated.  */
- 
-@@ -1401,6 +1401,7 @@
-   gcry_md_algo_t md;
- } gcry_ac_ssa_pkcs_v1_5_t _GCRY_ATTR_INTERNAL;
- 
-+#endif
- 
- #ifndef GCRYPT_NO_DEPRECATED
- /* Returns a new, empty data set in DATA.  */
Index: security/libgcrypt/pkg-plist
===================================================================
--- security/libgcrypt/pkg-plist	(revision 314613)
+++ security/libgcrypt/pkg-plist	(working copy)
@@ -6,16 +6,5 @@
 lib/libgcrypt.a
 lib/libgcrypt.la
 lib/libgcrypt.so
-lib/libgcrypt.so.18
+lib/libgcrypt.so.19
 share/aclocal/libgcrypt.m4
-%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
-%%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?86li9km5gq.wl%umq>