FreeBSD Bugzilla – Attachment 113892 Details for
Bug 155506
Update security/libksba to 1.2.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 4.43 KB, created by
Doug Barton
on 2011-03-13 02:10:10 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Doug Barton
Created:
2011-03-13 02:10:10 UTC
Size:
4.43 KB
patch
obsolete
>Index: dirmngr/Makefile >=================================================================== >RCS file: /home/pcvs/ports/security/dirmngr/Makefile,v >retrieving revision 1.50 >diff -u -r1.50 Makefile >--- dirmngr/Makefile 25 Feb 2011 01:32:05 -0000 1.50 >+++ dirmngr/Makefile 13 Mar 2011 02:01:33 -0000 >@@ -7,7 +7,7 @@ > > PORTNAME= dirmngr > PORTVERSION= 1.1.0 >-PORTREVISION= 6 >+PORTREVISION= 7 > CATEGORIES= security > MASTER_SITES= ${MASTER_SITE_GNUPG} > MASTER_SITE_SUBDIR= dirmngr >@@ -20,7 +20,7 @@ > LIB_DEPENDS= assuan.0:${PORTSDIR}/security/libassuan \ > gcrypt.17:${PORTSDIR}/security/libgcrypt \ > gpg-error.0:${PORTSDIR}/security/libgpg-error \ >- ksba.18:${PORTSDIR}/security/libksba \ >+ ksba.19:${PORTSDIR}/security/libksba \ > pth:${PORTSDIR}/devel/pth > > USE_BZIP2= yes >Index: gnupg/Makefile >=================================================================== >RCS file: /home/pcvs/ports/security/gnupg/Makefile,v >retrieving revision 1.137 >diff -u -r1.137 Makefile >--- gnupg/Makefile 8 Feb 2011 03:40:15 -0000 1.137 >+++ gnupg/Makefile 13 Mar 2011 02:01:33 -0000 >@@ -7,6 +7,7 @@ > > PORTNAME= gnupg > PORTVERSION= 2.0.17 >+PORTREVISION= 1 > CATEGORIES= security > MASTER_SITES= ${MASTER_SITE_GNUPG} > MASTER_SITE_SUBDIR= gnupg >@@ -16,11 +17,11 @@ > MAINTAINER= kuriyama@FreeBSD.org > COMMENT= The GNU Privacy Guard > >-BUILD_DEPENDS= libksba>=1.0.7:${PORTSDIR}/security/libksba >+BUILD_DEPENDS= libksba>=1.2.0:${PORTSDIR}/security/libksba > LIB_DEPENDS= assuan.0:${PORTSDIR}/security/libassuan \ > gcrypt.17:${PORTSDIR}/security/libgcrypt \ > gpg-error:${PORTSDIR}/security/libgpg-error \ >- ksba.18:${PORTSDIR}/security/libksba \ >+ ksba.19:${PORTSDIR}/security/libksba \ > pth.20:${PORTSDIR}/devel/pth > > LICENSE= GPLv3 LGPL3 >Index: libksba/Makefile >=================================================================== >RCS file: /home/pcvs/ports/security/libksba/Makefile,v >retrieving revision 1.48 >diff -u -r1.48 Makefile >--- libksba/Makefile 15 Dec 2010 23:14:20 -0000 1.48 >+++ libksba/Makefile 13 Mar 2011 02:01:33 -0000 >@@ -5,15 +5,17 @@ > # $FreeBSD: ports/security/libksba/Makefile,v 1.48 2010/12/15 23:14:20 glarkin Exp $ > > PORTNAME= libksba >-PORTVERSION= 1.1.0 >+PORTVERSION= 1.2.0 > CATEGORIES= security > MASTER_SITES= ${MASTER_SITE_GNUPG} > MASTER_SITE_SUBDIR= ${PORTNAME} >+DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig >+EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} > > MAINTAINER= glarkin@FreeBSD.org > COMMENT= KSBA is an X.509 Library > >-BUILD_DEPENDS+= libgpg-error>=1.8:${PORTSDIR}/security/libgpg-error >+BUILD_DEPENDS+= libgpg-error>=1.10:${PORTSDIR}/security/libgpg-error > LIB_DEPENDS+= gpg-error.0:${PORTSDIR}/security/libgpg-error > > USE_BZIP2= yes >@@ -24,4 +26,7 @@ > > INFO= ksba > >+verify: checksum >+ gpg --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.sig >+ > .include <bsd.port.mk> >Index: libksba/distinfo >=================================================================== >RCS file: /home/pcvs/ports/security/libksba/distinfo,v >retrieving revision 1.22 >diff -u -r1.22 distinfo >--- libksba/distinfo 15 Dec 2010 23:14:20 -0000 1.22 >+++ libksba/distinfo 13 Mar 2011 02:01:33 -0000 >@@ -1,2 +1,4 @@ >-SHA256 (libksba-1.1.0.tar.bz2) = d8eb845d7272d23a00d4da6dc65f108ded6a977f32abf4488a075335433769f7 >-SIZE (libksba-1.1.0.tar.bz2) = 584996 >+SHA256 (libksba-1.2.0.tar.bz2) = 09afce65b03d027cbec10d21464f4f651cdfd269e38b404f83e48d3e2a3c934b >+SIZE (libksba-1.2.0.tar.bz2) = 588323 >+SHA256 (libksba-1.2.0.tar.bz2.sig) = 4c65e408aadaf0a8f0cce2f6c6e3381cdf0a0e569c3aca0dd1380bc7c6d61bdd >+SIZE (libksba-1.2.0.tar.bz2.sig) = 287 >Index: libksba/pkg-plist >=================================================================== >RCS file: /home/pcvs/ports/security/libksba/pkg-plist,v >retrieving revision 1.11 >diff -u -r1.11 pkg-plist >--- libksba/pkg-plist 15 Dec 2010 23:14:20 -0000 1.11 >+++ libksba/pkg-plist 13 Mar 2011 02:01:33 -0000 >@@ -3,5 +3,5 @@ > lib/libksba.a > lib/libksba.la > lib/libksba.so >-lib/libksba.so.18 >+lib/libksba.so.19 > share/aclocal/ksba.m4 >Index: pinentry/Makefile >=================================================================== >RCS file: /home/pcvs/ports/security/pinentry/Makefile,v >retrieving revision 1.58 >diff -u -r1.58 Makefile >--- pinentry/Makefile 31 Dec 2010 15:20:54 -0000 1.58 >+++ pinentry/Makefile 13 Mar 2011 02:01:33 -0000 >@@ -16,7 +16,7 @@ > COMMENT?= A collection of simple PIN or passphrase entry dialogs > > LIB_DEPENDS= gcrypt.17:${PORTSDIR}/security/libgcrypt \ >- ksba.18:${PORTSDIR}/security/libksba >+ ksba.19:${PORTSDIR}/security/libksba > > CONFLICTS?= pinentry-[a-z]*-[0.9]*
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 155506
: 113892