ports/177100: [maintainer] security/libgcrypt update to 1.5.1

Hirohisa Yamaguchi umq at ueo.co.jp
Sat Apr 20 08:00:02 UTC 2013


The following reply was made to PR ports/177100; it has been noted by GNATS.

From: Hirohisa Yamaguchi <umq at ueo.co.jp>
To: bug-followup at FreeBSD.ORG
Cc:  
Subject: Re: ports/177100: [maintainer] security/libgcrypt update to 1.5.1
Date: Sat, 20 Apr 2013 16:54:40 +0900

 --pgp-sign-Multipart_Sat_Apr_20_16:54:39_2013-1
 Content-Type: multipart/mixed;
  boundary="Multipart_Sat_Apr_20_16:54:39_2013-1"
 
 --Multipart_Sat_Apr_20_16:54:39_2013-1
 Content-Type: text/plain; charset=US-ASCII
 
 Hi,
 
 The newer version 1.5.2 has been released.
 Release announcement: http://lists.gnupg.org/pipermail/gnupg-announce/2013q2/000325.html
 
 The updated patch is attached.
 
 Regards,
 -- 
 
 	Hirohisa Yamaguchi
 	  umq at ueo.co.jp
 
 --Multipart_Sat_Apr_20_16:54:39_2013-1
 Content-Type: application/octet-stream; type=patch
 Content-Disposition: attachment; filename="security_libgcrypt-1.5.2.patch"
 Content-Transfer-Encoding: 7bit
 
 M       security/libgcrypt/Makefile
 M       security/libgcrypt/distinfo
 D       security/libgcrypt/files/patch-src__gcrypt.h.in
 M       security/libgcrypt/pkg-plist
 
 Index: security/libgcrypt/Makefile
 ===================================================================
 --- security/libgcrypt/Makefile	(revision 316126)
 +++ security/libgcrypt/Makefile	(working copy)
 @@ -1,12 +1,8 @@
 -# New ports collection Makefile for:	libgcrypt
 -# Date created:				July 17 2002
 -# Whom:					Tilman Linneweh <arved at FreeBSD.org>
 -#
 +# Created by: Tilman Linneweh <arved at FreeBSD.org>
  # $FreeBSD$
  
  PORTNAME=	libgcrypt
 -PORTVERSION=	1.5.0
 -PORTREVISION=	1
 +PORTVERSION=	1.5.2
  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 316126)
 +++ 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.2.tar.bz2) = e41a4339f50294f3c925f2f71aaf2427eb162d2994da91666dfc32621afe963f
 +SIZE (libgcrypt-1.5.2.tar.bz2) = 1507418
 Index: security/libgcrypt/files/patch-src__gcrypt.h.in
 ===================================================================
 --- security/libgcrypt/files/patch-src__gcrypt.h.in	(revision 316126)
 +++ 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 316126)
 +++ 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%%
 
 --Multipart_Sat_Apr_20_16:54:39_2013-1--
 
 --pgp-sign-Multipart_Sat_Apr_20_16:54:39_2013-1
 Content-Type: application/pgp-signature
 Content-Transfer-Encoding: 7bit
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.19 (FreeBSD)
 
 iQEcBAABAgAGBQJRckm/AAoJEML/cja+Xi6+/R8H/0B3zj79HvlVhBxl7m8e+hJK
 Q6jV/ijCyRhlcD8UgHM6ksZsP860jrjNe0q9aPf1LQgCbMMkD+5X31dRSHky/liF
 tASHReasQc2JRx0KqQBhx7dQ3efDDUNYVFP737xzJKUdFm4XUWpGDgN6FSVGt0cj
 GqdN8/nUSuxNiyHqw2UXVbVQ0rpq083QZY7i4aVoQfEmKrQYWd8hmCYgmC7+437J
 bFsD+wdwxypyVolhFIhMd5BTP8k3AxlfFvK4vTQ7z23rfIWfkX0SJbPk0ByEH2lT
 6hOvsncLvDAJMl/DRFWQAmXIiy5Y/OVA+Ig9J0Yi2kXcWVby52+Zg/EiljNHSJk=
 =xX2g
 -----END PGP SIGNATURE-----
 
 --pgp-sign-Multipart_Sat_Apr_20_16:54:39_2013-1--


More information about the freebsd-ports-bugs mailing list