aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2010-12-22 19:16:12 +0000
committerDoug Barton <dougb@FreeBSD.org>2010-12-22 19:16:12 +0000
commit54767cbda3b31d482111d4b101f8a3c8c340546f (patch)
treeee88d0700d306ded5c8343ccfc02ac43673892f1 /security
parentfe394c762f7960416f32be38a63fe260b7aeb8cc (diff)
downloadports-54767cbda3b31d482111d4b101f8a3c8c340546f.tar.gz
ports-54767cbda3b31d482111d4b101f8a3c8c340546f.zip
Update libassuan to version 2.0.1:
* Input and output notification handler can now really access the parsed fd as stated in the manual. * Cleaned up the logging. Bump PORTREVISION and libassuan version number in related ports
Notes
Notes: svn path=/head/; revision=266734
Diffstat (limited to 'security')
-rw-r--r--security/dirmngr/Makefile4
-rw-r--r--security/gnupg/Makefile4
-rw-r--r--security/gpa/Makefile4
-rw-r--r--security/gpgme/Makefile4
-rw-r--r--security/libassuan/Makefile6
-rw-r--r--security/libassuan/distinfo10
-rw-r--r--security/libassuan/pkg-descr2
-rw-r--r--security/opensc/Makefile4
8 files changed, 18 insertions, 20 deletions
diff --git a/security/dirmngr/Makefile b/security/dirmngr/Makefile
index ec113d646197..bc0afa3ac04c 100644
--- a/security/dirmngr/Makefile
+++ b/security/dirmngr/Makefile
@@ -7,7 +7,7 @@
PORTNAME= dirmngr
PORTVERSION= 1.1.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GNUPG}
MASTER_SITE_SUBDIR= dirmngr
@@ -17,7 +17,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= umq@ueo.co.jp
COMMENT= A client for managing and downloading certificate revocation lists
-LIB_DEPENDS= assuan.0:${PORTSDIR}/security/libassuan \
+LIB_DEPENDS= assuan.1:${PORTSDIR}/security/libassuan \
gcrypt.17:${PORTSDIR}/security/libgcrypt \
gpg-error.0:${PORTSDIR}/security/libgpg-error \
ksba.18:${PORTSDIR}/security/libksba \
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile
index 6e46f12713d1..ddb59120df43 100644
--- a/security/gnupg/Makefile
+++ b/security/gnupg/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gnupg
PORTVERSION= 2.0.16
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GNUPG}
MASTER_SITE_SUBDIR= gnupg
@@ -18,7 +18,7 @@ MAINTAINER= kuriyama@FreeBSD.org
COMMENT= The GNU Privacy Guard
BUILD_DEPENDS= libksba>=1.0.7:${PORTSDIR}/security/libksba
-LIB_DEPENDS= assuan.0:${PORTSDIR}/security/libassuan \
+LIB_DEPENDS= assuan.1:${PORTSDIR}/security/libassuan \
gcrypt.17:${PORTSDIR}/security/libgcrypt \
gpg-error:${PORTSDIR}/security/libgpg-error \
ksba.18:${PORTSDIR}/security/libksba \
diff --git a/security/gpa/Makefile b/security/gpa/Makefile
index 9a944d7dc657..12c9ced1efac 100644
--- a/security/gpa/Makefile
+++ b/security/gpa/Makefile
@@ -7,14 +7,14 @@
PORTNAME= gpa
PORTVERSION= 0.9.0
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= security
MASTER_SITES= http://wald.intevation.org/frs/download.php/603/
MAINTAINER= bsdkaffee@gmail.com
COMMENT= A graphical frontend for the GNU Privacy Guard
-LIB_DEPENDS= assuan.0:${PORTSDIR}/security/libassuan \
+LIB_DEPENDS= assuan.1:${PORTSDIR}/security/libassuan \
gpgme.18:${PORTSDIR}/security/gpgme
BUILD_DEPENDS= gpgv2:${PORTSDIR}/security/gnupg
RUN_DEPENDS= gpgv2:${PORTSDIR}/security/gnupg
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile
index f620f89199f2..1be4f33b99dd 100644
--- a/security/gpgme/Makefile
+++ b/security/gpgme/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gpgme
PORTVERSION= 1.3.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GNUPG}
MASTER_SITE_SUBDIR= gpgme
@@ -17,7 +17,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= bsdkaffee@gmail.com
COMMENT= A library to make access to GnuPG easier
-LIB_DEPENDS= assuan.0:${PORTSDIR}/security/libassuan \
+LIB_DEPENDS= assuan.1:${PORTSDIR}/security/libassuan \
gpg-error.0:${PORTSDIR}/security/libgpg-error
USE_BZIP2= yes
diff --git a/security/libassuan/Makefile b/security/libassuan/Makefile
index 4bebf5231bb9..d184d6941ea7 100644
--- a/security/libassuan/Makefile
+++ b/security/libassuan/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= libassuan
-PORTVERSION= 2.0.0
+PORTVERSION= 2.0.1
CATEGORIES= security devel
MASTER_SITES= ${MASTER_SITE_GNUPG}
MASTER_SITE_SUBDIR=${PORTNAME}
@@ -19,14 +19,12 @@ COMMENT= IPC library used by GnuPG and gpgme
LIB_DEPENDS+= pth.20:${PORTSDIR}/devel/pth \
gpg-error:${PORTSDIR}/security/libgpg-error
-CONFLICTS= libassuan-1-1*
-
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INFO= assuan
PLIST_FILES= bin/libassuan-config include/assuan.h lib/libassuan.la \
- lib/libassuan.so.0 lib/libassuan.so share/aclocal/libassuan.m4
+ lib/libassuan.so.1 lib/libassuan.so share/aclocal/libassuan.m4
.include <bsd.port.pre.mk>
diff --git a/security/libassuan/distinfo b/security/libassuan/distinfo
index 8e3f5bd165a4..505880ee00fc 100644
--- a/security/libassuan/distinfo
+++ b/security/libassuan/distinfo
@@ -1,6 +1,4 @@
-MD5 (libassuan-2.0.0.tar.bz2) = 59bc0ae7194c412d7a522029005684b2
-SHA256 (libassuan-2.0.0.tar.bz2) = fd2a04b0d14b1097248a2b97c33087c095e52cc7978ff6f9d4d432dd25d17f8f
-SIZE (libassuan-2.0.0.tar.bz2) = 449563
-MD5 (libassuan-2.0.0.tar.bz2.sig) = bb73e093d65d5b165d20b7377fee72a5
-SHA256 (libassuan-2.0.0.tar.bz2.sig) = 02545575e0dc1504bcf133f0c52eeff68de22931281053a391839460708d2dca
-SIZE (libassuan-2.0.0.tar.bz2.sig) = 323
+SHA256 (libassuan-2.0.1.tar.bz2) = 1117be532ac41b13790b4756df7fa747d3d04264f7b4544aa9d7ff468a24b457
+SIZE (libassuan-2.0.1.tar.bz2) = 494384
+SHA256 (libassuan-2.0.1.tar.bz2.sig) = 4a9416944938278907904c4e1e44ebf25c2c9d0ebba7f7491e262fab181eb4fc
+SIZE (libassuan-2.0.1.tar.bz2.sig) = 158
diff --git a/security/libassuan/pkg-descr b/security/libassuan/pkg-descr
index 1f90ab0f2cef..6b955a4bda85 100644
--- a/security/libassuan/pkg-descr
+++ b/security/libassuan/pkg-descr
@@ -1 +1,3 @@
This is the IPC library used by GnuPG 2 and gpgme
+
+WWW: http://gnupg.org/related_software/libassuan/index.en.html
diff --git a/security/opensc/Makefile b/security/opensc/Makefile
index ea1417b391aa..7ed12c74c753 100644
--- a/security/opensc/Makefile
+++ b/security/opensc/Makefile
@@ -7,7 +7,7 @@
PORTNAME= opensc
PORTVERSION= 0.11.13
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security devel
MASTER_SITES= http://www.opensc-project.org/files/${PORTNAME}/ \
http://www.opensc-project.org/files/${PORTNAME}/testing/
@@ -79,7 +79,7 @@ CONFIGURE_ARGS+=--enable-pcsc
.endif
.if defined(WITH_SIGNER)
-LIB_DEPENDS+= assuan.0:${PORTSDIR}/security/libassuan
+LIB_DEPENDS+= assuan.1:${PORTSDIR}/security/libassuan
PINENTRY?= ${LOCALBASE}/bin/pinentry
PINENTRY_PORT?= security/pinentry
RUN_DEPENDS+= pinentry:${PORTSDIR}/${PINENTRY_PORT}