Skip site navigation (1)Skip section navigation (2)
Date:      26 Feb 2003 15:03:10 -0000
From:      Sergei Kolobov <sergei@kolobov.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        arved@FreeBSD.org
Subject:   ports/48704: [PATCH] Update security/libgcrypt to 1.1.12
Message-ID:  <20030226150310.22175.qmail@outpost.globcon.net>

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

>Number:         48704
>Category:       ports
>Synopsis:       [PATCH] Update security/libgcrypt to 1.1.12
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 26 07:10:11 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Sergei Kolobov
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
>Environment:
System: FreeBSD outpost.globcon.net 4.7-STABLE FreeBSD 4.7-STABLE #0: Mon Oct 14 02:23:23 MSD 2002     sgk@outpost.globcon.net:/data/FreeBSD/obj/data/FreeBSD/src/sys/OUTPOST  i386
>Description:
- Update to 1.1.12
- Temporarily disable USE_AUTOCONF as this version requires autoconf 2.54
  which is still not available in the ports tree

Prerequisite for security/opencdk and security/gnutls updates to follow.

Port maintainer - arved@FreeBSD.org - has been copied.

The update was tested under -STABLE and -CURRENT.
>How-To-Repeat:
>Fix:

--- libgcrypt-1.1.12.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/security/libgcrypt/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile	2003/02/22 14:38:11	1.5
+++ Makefile	2003/02/26 14:58:11
@@ -5,7 +5,7 @@
 # $FreeBSD: ports/security/libgcrypt/Makefile,v 1.5 2003/02/22 14:38:11 arved Exp $
 
 PORTNAME=	libgcrypt
-PORTVERSION=	1.1.11
+PORTVERSION=	1.1.12
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_GNUPG}
 MASTER_SITE_SUBDIR=	alpha/libgcrypt
@@ -15,7 +15,7 @@
 
 USE_REINPLACE=	yes
 USE_PERL5=	yes
-USE_AUTOCONF_VER=	253
+#USE_AUTOCONF_VER=	253
 USE_LIBTOOL=	yes
 CONFIGURE_ENV=	MAKEINFO="makeinfo --no-split"
 CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/security/libgcrypt/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo	2003/01/02 14:18:00	1.2
+++ distinfo	2003/02/26 14:58:11
@@ -1 +1 @@
-MD5 (libgcrypt-1.1.11.tar.gz) = 5eb3aedc6b2576052335787bf0606cf9
+MD5 (libgcrypt-1.1.12.tar.gz) = c245f62bf8da9a83c5dae26d9fa3559d
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/security/libgcrypt/pkg-plist,v
retrieving revision 1.2
diff -u -r1.2 pkg-plist
--- pkg-plist	2003/01/02 14:18:00	1.2
+++ pkg-plist	2003/02/26 14:58:11
@@ -4,7 +4,6 @@
 info/gcrypt.info
 @exec install-info %D/info/gcrypt.info %D/info/dir
 lib/libgcrypt.a
-lib/libgcrypt.la
 lib/libgcrypt.so
 lib/libgcrypt.so.6
 share/aclocal/libgcrypt.m4
--- libgcrypt-1.1.12.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030226150310.22175.qmail>