diff options
author | Alin Năstac <mrness@gentoo.org> | 2007-06-05 07:04:49 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2007-06-05 07:04:49 +0000 |
commit | 8fcb9fac1b02547dcd65efb07ee3f00c4604eba2 (patch) | |
tree | 488e9606e385985543dd33d5b773436d1b6b97de | |
parent | Correction for the fix for #180312. (diff) | |
download | historical-8fcb9fac1b02547dcd65efb07ee3f00c4604eba2.tar.gz historical-8fcb9fac1b02547dcd65efb07ee3f00c4604eba2.tar.bz2 historical-8fcb9fac1b02547dcd65efb07ee3f00c4604eba2.zip |
Add extra-algorithms and weak-algorithms USE flags for openswan (#180472).
-rw-r--r-- | profiles/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/use.local.desc | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog index befdab8fb0af..a9f06d32bd75 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for profile directory # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.451 2007/06/05 06:14:29 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.452 2007/06/05 07:04:49 mrness Exp $ + + 05 Jun 2007; Alin Năstac <mrness@gentoo.org> use.local.desc: + Add extra-algorithms and weak-algorithms USE flags for openswan (#180472). 05 Jun 2007; Ulrich Mueller <ulm@gentoo.org> package.mask: Mask for emacs-cvs extended to cover upstream version number change. diff --git a/profiles/use.local.desc b/profiles/use.local.desc index 9b4feedeafe8..84a8dc9e94e2 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.2850 2007/06/04 20:36:09 griffon26 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.2851 2007/06/05 07:04:49 mrness Exp $ # This file contains descriptions of local USE flags, and the ebuilds which # contain them. @@ -1485,6 +1485,8 @@ net-misc/openssh:X509 - Adds support for X.509 certificate authentication net-misc/openssh:chroot - Enable chrooting support net-misc/openssh:hpn - Enable high performance ssh net-misc/openssh:sftplogging - Enables sftplogging patch +net-misc/openswan:extra-algorithms - Include additional algorithms such as Blowfish, Twofish and Serpent +net-misc/openswan:weak-algorithms - Include weak algorithms such as DH1 and 1DES net-misc/openvpn:iproute2 - Enabled iproute2 support instead of net-tools net-misc/openvpn:passwordsave - Enables openvpn to save passwords net-misc/partysip:syslog - Enable syslog support |