eras        14/03/11 20:41:04

  Modified:             metadata.xml squid-3.4.3.ebuild ChangeLog
  Log:
  Fix typo in USE flag and configure option: wccp2 -> wccpv2 - bug #382425
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x77F1F175586A3B1F)

Revision  Changes    Path
1.11                 net-proxy/squid/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/squid/metadata.xml?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/squid/metadata.xml?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/squid/metadata.xml?r1=1.10&r2=1.11

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-proxy/squid/metadata.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- metadata.xml        18 Feb 2014 15:01:58 -0000      1.10
+++ metadata.xml        11 Mar 2014 20:41:04 -0000      1.11
@@ -27,7 +27,7 @@
     <flag name="tproxy">Enables real Transparent Proxy support for Linux 
Netfilter
                TPROXY</flag>
        <flag name="wccp">Enable Web Cache Coordination Protocol</flag>
-       <flag name="wccp2">Enable Web Cache Coordination V2 Protocol</flag>
+       <flag name="wccpv2">Enable Web Cache Coordination V2 Protocol</flag>
     <flag name="zero-penalty-hit">Add Zero Penalty Hit patch
                (http://zph.bratcheda.org)</flag>
   </use>



1.2                  net-proxy/squid/squid-3.4.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/squid/squid-3.4.3.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/squid/squid-3.4.3.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/squid/squid-3.4.3.ebuild?r1=1.1&r2=1.2

Index: squid-3.4.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-proxy/squid/squid-3.4.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- squid-3.4.3.ebuild  18 Feb 2014 15:01:58 -0000      1.1
+++ squid-3.4.3.ebuild  11 Mar 2014 20:41:04 -0000      1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/squid-3.4.3.ebuild,v 1.1 
2014/02/18 15:01:58 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/squid-3.4.3.ebuild,v 1.2 
2014/03/11 20:41:04 eras Exp $
 
 EAPI=5
 
@@ -17,7 +17,7 @@
        ecap icap-client ssl-crtd \
        mysql postgres sqlite \
        qos tproxy \
-       +htcp +wccp +wccp2 \
+       +htcp +wccp +wccpv2 \
        pf-transparent ipf-transparent kqueue \
        elibc_uclibc kernel_linux"
 
@@ -190,7 +190,7 @@
                $(use_enable ecap) \
                $(use_enable htcp) \
                $(use_enable wccp) \
-               $(use_enable wccp2) \
+               $(use_enable wccpv2) \
                ${transparent}
 }
 



1.449                net-proxy/squid/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/squid/ChangeLog?rev=1.449&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/squid/ChangeLog?rev=1.449&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/squid/ChangeLog?r1=1.448&r2=1.449

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-proxy/squid/ChangeLog,v
retrieving revision 1.448
retrieving revision 1.449
diff -u -r1.448 -r1.449
--- ChangeLog   18 Feb 2014 15:01:58 -0000      1.448
+++ ChangeLog   11 Mar 2014 20:41:04 -0000      1.449
@@ -1,6 +1,9 @@
 # ChangeLog for net-proxy/squid
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/ChangeLog,v 1.448 
2014/02/18 15:01:58 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/ChangeLog,v 1.449 
2014/03/11 20:41:04 eras Exp $
+
+  11 Mar 2014; Eray Aslan <e...@gentoo.org> metadata.xml, squid-3.4.3.ebuild:
+  Fix typo in USE flag and configure option: wccp2 -> wccpv2 - bug #382425
 
 *squid-3.4.3 (18 Feb 2014)
 




Reply via email to