aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
Diffstat (limited to 'security')
-rw-r--r--security/gpa/Makefile2
-rw-r--r--security/openvas-libnasl/Makefile4
-rw-r--r--security/openvas-libnasl/files/patch-nasl__nasl_signature.c11
-rw-r--r--security/pecl-gnupg/Makefile4
-rw-r--r--security/py-pyme/Makefile1
-rw-r--r--security/seahorse/Makefile3
6 files changed, 19 insertions, 6 deletions
diff --git a/security/gpa/Makefile b/security/gpa/Makefile
index 6b845deb5516..b49fe55d661a 100644
--- a/security/gpa/Makefile
+++ b/security/gpa/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gpa
PORTVERSION= 0.7.6
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= security
MASTER_SITES= http://wald.intevation.org/frs/download.php/350/
diff --git a/security/openvas-libnasl/Makefile b/security/openvas-libnasl/Makefile
index 47699a4a5acb..9954e5cc946a 100644
--- a/security/openvas-libnasl/Makefile
+++ b/security/openvas-libnasl/Makefile
@@ -7,7 +7,7 @@
PORTNAME= openvas-libnasl
PORTVERSION= 1.0.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= security
MASTER_SITES= http://wald.intevation.org/frs/download.php/406/
@@ -17,7 +17,7 @@ COMMENT= NASL libraries for OpenVAS
LIB_DEPENDS= gcrypt.16:${PORTSDIR}/security/libgcrypt \
gnutls.26:${PORTSDIR}/security/gnutls \
gpg-error.0:${PORTSDIR}/security/libgpg-error \
- gpgme.17:${PORTSDIR}/security/gpgme \
+ gpgme.18:${PORTSDIR}/security/gpgme \
openvas.1:${PORTSDIR}/security/openvas-libraries \
openvas_hg.1:${PORTSDIR}/security/openvas-libraries \
tasn1.4:${PORTSDIR}/security/libtasn1
diff --git a/security/openvas-libnasl/files/patch-nasl__nasl_signature.c b/security/openvas-libnasl/files/patch-nasl__nasl_signature.c
new file mode 100644
index 000000000000..c8bd3cff8cca
--- /dev/null
+++ b/security/openvas-libnasl/files/patch-nasl__nasl_signature.c
@@ -0,0 +1,11 @@
+--- ./nasl/nasl_signature.c.orig 2009-07-01 23:08:30.000000000 -0400
++++ ./nasl/nasl_signature.c 2009-07-01 23:09:42.000000000 -0400
+@@ -131,6 +131,8 @@
+ gpgme_data_t sig = NULL, text = NULL;
+ char * gpghome = determine_gpghome();
+
++ gpgme_check_version (NULL);
++
+ err = gpgme_engine_check_version(GPGME_PROTOCOL_OpenPGP);
+ if (err)
+ {
diff --git a/security/pecl-gnupg/Makefile b/security/pecl-gnupg/Makefile
index 6b4d1d809c36..5abdecd3b9bf 100644
--- a/security/pecl-gnupg/Makefile
+++ b/security/pecl-gnupg/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gnupg
PORTVERSION= 1.3.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
@@ -17,7 +17,7 @@ DIST_SUBDIR= PECL
MAINTAINER= mnag@FreeBSD.org
COMMENT= A pecl wrapper around the gpgme library
-LIB_DEPENDS= gpgme.17:${PORTSDIR}/security/gpgme
+LIB_DEPENDS= gpgme.18:${PORTSDIR}/security/gpgme
USE_PHP= yes
USE_PHPEXT= yes
diff --git a/security/py-pyme/Makefile b/security/py-pyme/Makefile
index 47947f8ff73c..bc6f85d5c49a 100644
--- a/security/py-pyme/Makefile
+++ b/security/py-pyme/Makefile
@@ -7,6 +7,7 @@
PORTNAME= pyme
PORTVERSION= 0.8.1
+PORTREVISION= 1
CATEGORIES= security python
MASTER_SITES= SF
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile
index bb65f7871ed3..d9fb84368cdd 100644
--- a/security/seahorse/Makefile
+++ b/security/seahorse/Makefile
@@ -8,6 +8,7 @@
PORTNAME= seahorse
PORTVERSION= 2.26.2
+PORTREVISION= 1
CATEGORIES= security gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -17,7 +18,7 @@ COMMENT= GNOME application for managing encryption keys (PGP, SSH)
BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg
RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg
-LIB_DEPENDS= gpgme.17:${PORTSDIR}/security/gpgme \
+LIB_DEPENDS= gpgme.18:${PORTSDIR}/security/gpgme \
dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
gnome-keyring:${PORTSDIR}/security/gnome-keyring \
soup-2.4.1:${PORTSDIR}/devel/libsoup