summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2015-01-02 18:46:33 +0000
committerKurt Jaeger <pi@FreeBSD.org>2015-01-02 18:46:33 +0000
commitcba03c03e1e837b3bbb87b96c213c161fa1052f5 (patch)
tree5142dedf1e7b81bba5c1569594a9726d1b1b3f39 /security
parentcee400f32e8c9e8ad1714302298f363120b3528a (diff)
downloadfreebsd-ports-cba03c03e1e837b3bbb87b96c213c161fa1052f5.zip
security/libgcrypt: 1.6.1 -> 1.6.2, bump depends
Changes: - src/sexp.c (do_vsexp_sscan): Return error for invalid args. - cipher/md.c (_gcry_md_info): Fix a segv in case of calling with wrong parameters. - cipher/primegen.c (_gcry_generate_elg_prime): Change to return an error code, possible NULL deref in call to prime generator. - cipher/dsa.c (generate): Take care of new return code. - cipher/elgamal.c (generate): Change to return an error code. Take care of _gcry_generate_elg_prime return code. - ecc: Support the non-standard 0x40 compression flag for EdDSA. - mpi: Extend the internal mpi_get_buffer. - mpi: Fix regression for powerpc-apple-darwin detection. - Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in - Fix building for the x32 target without asm modules in mpi/generic/mpi-asm-defs.h: Use a fixed value for the x32 ABI. - Fix ARM assembly when building __PIC__ - mpi: Fix a subtle bug setting spurious bits with in mpi_set_bit. * mpi/mpi-bit.c (_gcry_mpi_set_bit, _gcry_mpi_set_highbit): Clear allocated but not used bits before resizing. * tests/t-mpi-bits.c (set_bit_with_resize): New. - Use internal malloc function in fips.c. * src/fips.c (check_binary_integrity): s/gcry_malloc/xtrymalloc/. - pubkey: Re-map all deprecated RSA algo numbers. - cipher: Fix possible NULL dereference in cipher/md.c for being NULL. - Fix ARMv6 detection when CFLAGS modify target CPU architecture. PR: 193264 Approved by: cpm@fbsd.es (maintainer)
Diffstat (limited to 'security')
-rw-r--r--security/dirmngr/Makefile2
-rw-r--r--security/fiked/Makefile2
-rw-r--r--security/gcr/Makefile1
-rw-r--r--security/gnome-keyring/Makefile1
-rw-r--r--security/gnomint/Makefile2
-rw-r--r--security/gnupg/Makefile1
-rw-r--r--security/gnupg20/Makefile2
-rw-r--r--security/gsasl/Makefile2
-rw-r--r--security/keepassx2/Makefile2
-rw-r--r--security/libgcrypt/Makefile5
-rw-r--r--security/libgcrypt/distinfo4
-rw-r--r--security/libgcrypt/pkg-plist2
-rw-r--r--security/libgnome-keyring/Makefile2
-rw-r--r--security/libotr/Makefile1
-rw-r--r--security/libotr3/Makefile2
-rw-r--r--security/libprelude/Makefile2
-rw-r--r--security/libpreludedb/Makefile2
-rw-r--r--security/libsecret/Makefile2
-rw-r--r--security/libssh/Makefile1
-rw-r--r--security/libssh2/Makefile2
-rw-r--r--security/opencdk/Makefile2
-rw-r--r--security/openvas-libnasl/Makefile2
-rw-r--r--security/openvas-libraries/Makefile2
-rw-r--r--security/openvpn-auth-radius/Makefile2
-rw-r--r--security/p5-Crypt-GCrypt/Makefile2
-rw-r--r--security/pam-pgsql/Makefile2
-rw-r--r--security/pidgin-otr/Makefile2
-rw-r--r--security/pinentry/Makefile2
-rw-r--r--security/seccure/Makefile1
-rw-r--r--security/shishi/Makefile2
-rw-r--r--security/vpnc/Makefile2
31 files changed, 33 insertions, 28 deletions
diff --git a/security/dirmngr/Makefile b/security/dirmngr/Makefile
index 0de837b88cc0..8bb64fb60b4e 100644
--- a/security/dirmngr/Makefile
+++ b/security/dirmngr/Makefile
@@ -3,7 +3,7 @@
PORTNAME= dirmngr
PORTVERSION= 1.1.0
-PORTREVISION= 12
+PORTREVISION= 13
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GNUPG}
MASTER_SITE_SUBDIR= dirmngr
diff --git a/security/fiked/Makefile b/security/fiked/Makefile
index 3f52103f8137..345e48cb3e3c 100644
--- a/security/fiked/Makefile
+++ b/security/fiked/Makefile
@@ -3,7 +3,7 @@
PORTNAME= fiked
PORTVERSION= 0.0.5
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= security
MASTER_SITES= http://mirror.roe.ch/dist/fiked/
diff --git a/security/gcr/Makefile b/security/gcr/Makefile
index 98ef57abc4e4..064c0c1baf0a 100644
--- a/security/gcr/Makefile
+++ b/security/gcr/Makefile
@@ -4,6 +4,7 @@
PORTNAME= gcr
PORTVERSION= 3.14.0
+PORTREVISION= 1
CATEGORIES= security gnome
MASTER_SITES= GNOME
diff --git a/security/gnome-keyring/Makefile b/security/gnome-keyring/Makefile
index 55182abc0919..c94b6ebad44f 100644
--- a/security/gnome-keyring/Makefile
+++ b/security/gnome-keyring/Makefile
@@ -4,6 +4,7 @@
PORTNAME= gnome-keyring
PORTVERSION= 3.14.0
+PORTREVISION= 1
CATEGORIES= security gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
diff --git a/security/gnomint/Makefile b/security/gnomint/Makefile
index fd84f700c2af..4493565711ba 100644
--- a/security/gnomint/Makefile
+++ b/security/gnomint/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gnomint
PORTVERSION= 1.2.1
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= security
MASTER_SITES= SF
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile
index 087f536c3af9..4920e452e890 100644
--- a/security/gnupg/Makefile
+++ b/security/gnupg/Makefile
@@ -2,6 +2,7 @@
PORTNAME= gnupg
PORTVERSION= 2.1.1
+PORTREVISION= 1
#PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= GNUPG/gnupg
diff --git a/security/gnupg20/Makefile b/security/gnupg20/Makefile
index b6395d18ebdb..0eafbf6e5a26 100644
--- a/security/gnupg20/Makefile
+++ b/security/gnupg20/Makefile
@@ -2,7 +2,7 @@
PORTNAME= gnupg
PORTVERSION= 2.0.26
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GNUPG}
MASTER_SITE_SUBDIR= gnupg
diff --git a/security/gsasl/Makefile b/security/gsasl/Makefile
index 204e8ae1db86..3ee50d437c39 100644
--- a/security/gsasl/Makefile
+++ b/security/gsasl/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gsasl
PORTVERSION= 1.8.0
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= security
MASTER_SITES= GNU
diff --git a/security/keepassx2/Makefile b/security/keepassx2/Makefile
index 6595fd4f8eea..ef3c641e47b0 100644
--- a/security/keepassx2/Makefile
+++ b/security/keepassx2/Makefile
@@ -3,7 +3,7 @@
PORTNAME= KeePassX
DISTVERSION= 2.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= https://www.keepassx.org/dev/attachments/download/69/
PKGNAMESUFFIX= -alpha
diff --git a/security/libgcrypt/Makefile b/security/libgcrypt/Makefile
index f3bcb1a35257..c292fc8cd1bb 100644
--- a/security/libgcrypt/Makefile
+++ b/security/libgcrypt/Makefile
@@ -1,13 +1,12 @@
# $FreeBSD$
PORTNAME= libgcrypt
-PORTVERSION= 1.6.1
-PORTREVISION= 5
+PORTVERSION= 1.6.2
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GNUPG}
MASTER_SITE_SUBDIR= ${PORTNAME}
-MAINTAINER= umq@ueo.co.jp
+MAINTAINER= cpm@fbsd.es
COMMENT= General purpose crypto library based on code used in GnuPG
LICENSE= GPLv2 LGPL21
diff --git a/security/libgcrypt/distinfo b/security/libgcrypt/distinfo
index 44bc5d8f6113..0b52e4d1856d 100644
--- a/security/libgcrypt/distinfo
+++ b/security/libgcrypt/distinfo
@@ -1,2 +1,2 @@
-SHA256 (libgcrypt-1.6.1.tar.bz2) = a1c3efea69f8ffe769f488b300ce190eeeb0c30de24a53f1c1b6e4202fdc2070
-SIZE (libgcrypt-1.6.1.tar.bz2) = 2470885
+SHA256 (libgcrypt-1.6.2.tar.bz2) = de084492a6b38cdb27b67eaf749ceba76bf7029f63a9c0c3c1b05c88c9885c4c
+SIZE (libgcrypt-1.6.2.tar.bz2) = 2476101
diff --git a/security/libgcrypt/pkg-plist b/security/libgcrypt/pkg-plist
index d49939726fa8..893792246216 100644
--- a/security/libgcrypt/pkg-plist
+++ b/security/libgcrypt/pkg-plist
@@ -5,6 +5,6 @@ bin/libgcrypt-config
include/gcrypt.h
lib/libgcrypt.so
lib/libgcrypt.so.20
-lib/libgcrypt.so.20.0.1
+lib/libgcrypt.so.20.0.2
man/man1/hmac256.1.gz
share/aclocal/libgcrypt.m4
diff --git a/security/libgnome-keyring/Makefile b/security/libgnome-keyring/Makefile
index 0d5867ecf99b..75bb530f17d5 100644
--- a/security/libgnome-keyring/Makefile
+++ b/security/libgnome-keyring/Makefile
@@ -4,7 +4,7 @@
PORTNAME= libgnome-keyring
PORTVERSION= 3.12.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security gnome
MASTER_SITES= GNOME
diff --git a/security/libotr/Makefile b/security/libotr/Makefile
index 2247c3bd3135..3efa3bdb7117 100644
--- a/security/libotr/Makefile
+++ b/security/libotr/Makefile
@@ -2,6 +2,7 @@
PORTNAME= libotr
PORTVERSION= 4.1.0
+PORTREVISION= 1
CATEGORIES= security net-im net
MASTER_SITES= https://otr.cypherpunks.ca/ \
http://www.c-s.li/ports/
diff --git a/security/libotr3/Makefile b/security/libotr3/Makefile
index d3efe1c06176..c5bf7a0a286d 100644
--- a/security/libotr3/Makefile
+++ b/security/libotr3/Makefile
@@ -2,7 +2,7 @@
PORTNAME= libotr
PORTVERSION= 3.2.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= security net-im net
MASTER_SITES= http://www.c-s.li/ports/ \
https://otr.cypherpunks.ca/
diff --git a/security/libprelude/Makefile b/security/libprelude/Makefile
index febfdda11720..1a5d19c41485 100644
--- a/security/libprelude/Makefile
+++ b/security/libprelude/Makefile
@@ -3,7 +3,7 @@
PORTNAME= libprelude
PORTVERSION= 1.0.1
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= security
MASTER_SITES= http://www.prelude-ids.org/attachments/download/241/
diff --git a/security/libpreludedb/Makefile b/security/libpreludedb/Makefile
index 80efaeac5417..0e74d3a8981d 100644
--- a/security/libpreludedb/Makefile
+++ b/security/libpreludedb/Makefile
@@ -3,7 +3,7 @@
PORTNAME= libpreludedb
PORTVERSION= 1.0.1p1
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= security
MASTER_SITES= https://www.prelude-ids.org/attachments/download/287/
diff --git a/security/libsecret/Makefile b/security/libsecret/Makefile
index a87dee554a65..426fc0bfdd9d 100644
--- a/security/libsecret/Makefile
+++ b/security/libsecret/Makefile
@@ -4,7 +4,7 @@
PORTNAME= libsecret
PORTVERSION= 0.18
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security gnome
MASTER_SITES= GNOME
diff --git a/security/libssh/Makefile b/security/libssh/Makefile
index a8a18ae8bd66..679d80125db6 100644
--- a/security/libssh/Makefile
+++ b/security/libssh/Makefile
@@ -3,6 +3,7 @@
PORTNAME= libssh
DISTVERSION= 0.6.3
+PORTREVISION= 1
CATEGORIES= security devel
MASTER_SITES= https://red.libssh.org/attachments/download/87/
diff --git a/security/libssh2/Makefile b/security/libssh2/Makefile
index 653fcccd0c12..4103c3a853dd 100644
--- a/security/libssh2/Makefile
+++ b/security/libssh2/Makefile
@@ -3,7 +3,7 @@
PORTNAME= libssh2
PORTVERSION= 1.4.3
-PORTREVISION= 4
+PORTREVISION= 5
PORTEPOCH= 2
CATEGORIES= security devel
MASTER_SITES= http://www.libssh2.org/download/ \
diff --git a/security/opencdk/Makefile b/security/opencdk/Makefile
index dd921c99e288..84bba7494793 100644
--- a/security/opencdk/Makefile
+++ b/security/opencdk/Makefile
@@ -3,7 +3,7 @@
PORTNAME= opencdk
PORTVERSION= 0.6.6
-PORTREVISION= 7
+PORTREVISION= 8
PORTEPOCH= 1
CATEGORIES= security
MASTER_SITES= http://josefsson.org/gnutls/releases/opencdk/
diff --git a/security/openvas-libnasl/Makefile b/security/openvas-libnasl/Makefile
index ae93f68cce77..b3176cc05469 100644
--- a/security/openvas-libnasl/Makefile
+++ b/security/openvas-libnasl/Makefile
@@ -3,7 +3,7 @@
PORTNAME= openvas-libnasl
PORTVERSION= 2.0.1
-PORTREVISION= 14
+PORTREVISION= 15
CATEGORIES= security
MASTER_SITES= http://wald.intevation.org/frs/download.php/561/
diff --git a/security/openvas-libraries/Makefile b/security/openvas-libraries/Makefile
index cbef34dd4e41..9cd7901cd4e9 100644
--- a/security/openvas-libraries/Makefile
+++ b/security/openvas-libraries/Makefile
@@ -3,7 +3,7 @@
PORTNAME= openvas-libraries
PORTVERSION= 2.0.3
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= security
MASTER_SITES= http://wald.intevation.org/frs/download.php/600/
diff --git a/security/openvpn-auth-radius/Makefile b/security/openvpn-auth-radius/Makefile
index 8f63c1ef8808..cac00a1ac743 100644
--- a/security/openvpn-auth-radius/Makefile
+++ b/security/openvpn-auth-radius/Makefile
@@ -3,7 +3,7 @@
PORTNAME= openvpn-auth-radius
PORTVERSION= 2.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= security
MASTER_SITES= http://www.nongnu.org/radiusplugin/ \
http://svn-cache.ipcopaddons.org/
diff --git a/security/p5-Crypt-GCrypt/Makefile b/security/p5-Crypt-GCrypt/Makefile
index 65b242c374e6..ce28024f3146 100644
--- a/security/p5-Crypt-GCrypt/Makefile
+++ b/security/p5-Crypt-GCrypt/Makefile
@@ -3,7 +3,7 @@
PORTNAME= Crypt-GCrypt
PORTVERSION= 1.26
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
diff --git a/security/pam-pgsql/Makefile b/security/pam-pgsql/Makefile
index 5cf634d25ba4..b904e7e93d2d 100644
--- a/security/pam-pgsql/Makefile
+++ b/security/pam-pgsql/Makefile
@@ -3,7 +3,7 @@
PORTNAME= pam-pgsql
PORTVERSION= 0.7.3.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= security databases
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.7/
diff --git a/security/pidgin-otr/Makefile b/security/pidgin-otr/Makefile
index b454f3362940..b2793ae783e0 100644
--- a/security/pidgin-otr/Makefile
+++ b/security/pidgin-otr/Makefile
@@ -2,7 +2,7 @@
PORTNAME= otr
PORTVERSION= 4.0.0
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= security net-im net
MASTER_SITES= http://www.cypherpunks.ca/otr/
PKGNAMEPREFIX= pidgin-
diff --git a/security/pinentry/Makefile b/security/pinentry/Makefile
index 58e358a374d9..0b7367c75cdf 100644
--- a/security/pinentry/Makefile
+++ b/security/pinentry/Makefile
@@ -3,7 +3,7 @@
PORTNAME= pinentry
PORTVERSION= 0.9.0
-PORTREVISION?= 1
+PORTREVISION?= 2
CATEGORIES= security
MASTER_SITES= GNUPG/pinentry
diff --git a/security/seccure/Makefile b/security/seccure/Makefile
index 89900040152e..489562e95a3d 100644
--- a/security/seccure/Makefile
+++ b/security/seccure/Makefile
@@ -3,6 +3,7 @@
PORTNAME= seccure
PORTVERSION= 0.5
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://point-at-infinity.org/seccure/ \
${MASTER_SITE_NETBSD}
diff --git a/security/shishi/Makefile b/security/shishi/Makefile
index 8f765cf37c5c..c467cc7ae003 100644
--- a/security/shishi/Makefile
+++ b/security/shishi/Makefile
@@ -2,7 +2,7 @@
PORTNAME= shishi
PORTVERSION= 1.0.2
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= security
MASTER_SITES= GNU
diff --git a/security/vpnc/Makefile b/security/vpnc/Makefile
index fead04fb429c..7be256bfbc64 100644
--- a/security/vpnc/Makefile
+++ b/security/vpnc/Makefile
@@ -3,7 +3,7 @@
PORTNAME= vpnc
PORTVERSION= 0.5.3
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= security
MASTER_SITES= http://www.unix-ag.uni-kl.de/~massar/vpnc/ \
CRITICAL