public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-wireless/wpa_supplicant: ChangeLog wpa_supplicant-0.5.8.ebuild wpa_supplicant-0.6.0.ebuild
@ 2007-09-11 14:24 Roy Marples,,, (uberlord)
  0 siblings, 0 replies; only message in thread
From: Roy Marples,,, (uberlord) @ 2007-09-11 14:24 UTC (permalink / raw
  To: gentoo-commits

uberlord    07/09/11 14:24:52

  Modified:             ChangeLog wpa_supplicant-0.5.8.ebuild
                        wpa_supplicant-0.6.0.ebuild
  Log:
  Default to GNUTLS if both gnutls and ssl are specified.
  (Portage version: 2.1.3.7)

Revision  Changes    Path
1.99                 net-wireless/wpa_supplicant/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/wpa_supplicant/ChangeLog?rev=1.99&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/wpa_supplicant/ChangeLog?rev=1.99&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/wpa_supplicant/ChangeLog?r1=1.98&r2=1.99

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-wireless/wpa_supplicant/ChangeLog,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- ChangeLog	1 Jul 2007 11:06:24 -0000	1.98
+++ ChangeLog	11 Sep 2007 14:24:51 -0000	1.99
@@ -1,6 +1,10 @@
 # ChangeLog for net-wireless/wpa_supplicant
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/wpa_supplicant/ChangeLog,v 1.98 2007/07/01 11:06:24 uberlord Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/wpa_supplicant/ChangeLog,v 1.99 2007/09/11 14:24:51 uberlord Exp $
+
+  11 Sep 2007; Roy Marples <uberlord@gentoo.org>
+  wpa_supplicant-0.5.8.ebuild, wpa_supplicant-0.6.0.ebuild:
+  Default to GNUTLS if both gnutls and ssl are specified.
 
   01 Jul 2007; Roy Marples <uberlord@gentoo.org>
   wpa_supplicant-0.5.7.ebuild, wpa_supplicant-0.5.8.ebuild,



1.3                  net-wireless/wpa_supplicant/wpa_supplicant-0.5.8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/wpa_supplicant/wpa_supplicant-0.5.8.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/wpa_supplicant/wpa_supplicant-0.5.8.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/wpa_supplicant/wpa_supplicant-0.5.8.ebuild?r1=1.2&r2=1.3

Index: wpa_supplicant-0.5.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-wireless/wpa_supplicant/wpa_supplicant-0.5.8.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- wpa_supplicant-0.5.8.ebuild	1 Jul 2007 11:06:24 -0000	1.2
+++ wpa_supplicant-0.5.8.ebuild	11 Sep 2007 14:24:51 -0000	1.3
@@ -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/net-wireless/wpa_supplicant/wpa_supplicant-0.5.8.ebuild,v 1.2 2007/07/01 11:06:24 uberlord Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/wpa_supplicant/wpa_supplicant-0.5.8.ebuild,v 1.3 2007/09/11 14:24:51 uberlord Exp $
 
 inherit eutils toolchain-funcs
 
@@ -93,13 +93,13 @@
 		echo "CONFIG_READLINE=y" >> .config
 	fi
 
-	if use ssl ; then
-		# SSL authentication methods
-		echo "CONFIG_TLS=openssl" >> .config
-		echo "CONFIG_SMARTCARD=y" >> .config
-	elif use gnutls ; then
+	# SSL authentication methods
+	if use gnutls ; then
 		echo "CONFIG_TLS=gnutls" >> .config
 		echo "CONFIG_GNUTLS_EXTRA=y" >> .config
+	elif use ssl ; then
+		echo "CONFIG_TLS=openssl" >> .config
+		echo "CONFIG_SMARTCARD=y" >> .config
 	else
 		echo "CONFIG_TLS=internal" >> .config
 	fi



1.5                  net-wireless/wpa_supplicant/wpa_supplicant-0.6.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/wpa_supplicant/wpa_supplicant-0.6.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/wpa_supplicant/wpa_supplicant-0.6.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/wpa_supplicant/wpa_supplicant-0.6.0.ebuild?r1=1.4&r2=1.5

Index: wpa_supplicant-0.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-wireless/wpa_supplicant/wpa_supplicant-0.6.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- wpa_supplicant-0.6.0.ebuild	1 Jul 2007 11:06:24 -0000	1.4
+++ wpa_supplicant-0.6.0.ebuild	11 Sep 2007 14:24:51 -0000	1.5
@@ -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/net-wireless/wpa_supplicant/wpa_supplicant-0.6.0.ebuild,v 1.4 2007/07/01 11:06:24 uberlord Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/wpa_supplicant/wpa_supplicant-0.6.0.ebuild,v 1.5 2007/09/11 14:24:51 uberlord Exp $
 
 inherit eutils toolchain-funcs
 
@@ -95,13 +95,13 @@
 		echo "CONFIG_READLINE=y" >> .config
 	fi
 
-	if use ssl ; then
-		# SSL authentication methods
-		echo "CONFIG_TLS=openssl" >> .config
-		echo "CONFIG_SMARTCARD=y" >> .config
-	elif use gnutls ; then
+	# SSL authentication methods
+	if use gnutls ; then
 		echo "CONFIG_TLS=gnutls" >> .config
 		echo "CONFIG_GNUTLS_EXTRA=y" >> .config
+	elif use ssl ; then
+		echo "CONFIG_TLS=openssl" >> .config
+		echo "CONFIG_SMARTCARD=y" >> .config
 	else
 		echo "CONFIG_TLS=internal" >> .config
 	fi



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-09-11 15:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-11 14:24 [gentoo-commits] gentoo-x86 commit in net-wireless/wpa_supplicant: ChangeLog wpa_supplicant-0.5.8.ebuild wpa_supplicant-0.6.0.ebuild Roy Marples,,, (uberlord)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox