diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2017-08-18 20:43:27 +0300 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2017-08-18 20:44:02 +0300 |
commit | 13866336dba77bf2e8173dc7da64d78d3e3893a7 (patch) | |
tree | 5e04049ee1ccd42101c517d5c32ad15d590af9cf /net-libs/gnutls | |
parent | net-libs/gnutls: disable sslv3 by default (diff) | |
download | gentoo-13866336dba77bf2e8173dc7da64d78d3e3893a7.tar.gz gentoo-13866336dba77bf2e8173dc7da64d78d3e3893a7.tar.bz2 gentoo-13866336dba77bf2e8173dc7da64d78d3e3893a7.zip |
net-libs/gnutls: disable sslv3 by default
Bug: https://bugs.gentoo.org/show_bug.cgi?id=628198
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'net-libs/gnutls')
-rw-r--r-- | net-libs/gnutls/gnutls-3.5.12.ebuild | 2 | ||||
-rw-r--r-- | net-libs/gnutls/gnutls-3.5.14.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/gnutls/gnutls-3.5.12.ebuild b/net-libs/gnutls/gnutls-3.5.12.ebuild index a7ced57e0cf3..3cc5187823c8 100644 --- a/net-libs/gnutls/gnutls-3.5.12.ebuild +++ b/net-libs/gnutls/gnutls-3.5.12.ebuild @@ -13,7 +13,7 @@ LICENSE="GPL-3 LGPL-2.1" SLOT="0/30" # libgnutls.so number KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE_LINGUAS=" en cs de fi fr it ms nl pl sv uk vi zh_CN" -IUSE="+cxx dane doc examples guile +idn nls openpgp +openssl pkcs11 sslv2 +sslv3 seccomp static-libs test test-full +tls-heartbeat tools valgrind zlib ${IUSE_LINGUAS// / linguas_}" +IUSE="+cxx dane doc examples guile +idn nls openpgp +openssl pkcs11 sslv2 sslv3 seccomp static-libs test test-full +tls-heartbeat tools valgrind zlib ${IUSE_LINGUAS// / linguas_}" REQUIRED_USE=" test-full? ( guile pkcs11 openpgp openssl idn seccomp tools zlib )" diff --git a/net-libs/gnutls/gnutls-3.5.14.ebuild b/net-libs/gnutls/gnutls-3.5.14.ebuild index 14e13995abc2..050387e4052d 100644 --- a/net-libs/gnutls/gnutls-3.5.14.ebuild +++ b/net-libs/gnutls/gnutls-3.5.14.ebuild @@ -13,7 +13,7 @@ LICENSE="GPL-3 LGPL-2.1" SLOT="0/30" # libgnutls.so number KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE_LINGUAS=" en cs de fi fr it ms nl pl sv uk vi zh_CN" -IUSE="+cxx dane doc examples guile +idn nls openpgp +openssl pkcs11 sslv2 +sslv3 seccomp static-libs test test-full +tls-heartbeat tools valgrind zlib ${IUSE_LINGUAS// / linguas_}" +IUSE="+cxx dane doc examples guile +idn nls openpgp +openssl pkcs11 sslv2 sslv3 seccomp static-libs test test-full +tls-heartbeat tools valgrind zlib ${IUSE_LINGUAS// / linguas_}" REQUIRED_USE=" test-full? ( guile pkcs11 openpgp openssl idn seccomp tools zlib )" |