rpms/vpnc/FC-5 vpnc-0.3.3-ip-output.patch, 1.1, 1.2 vpnc.spec, 1.14, 1.15

Tomas Mraz (tmraz) fedora-extras-commits at redhat.com
Tue Sep 12 16:17:41 UTC 2006


Author: tmraz

Update of /cvs/extras/rpms/vpnc/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20775

Modified Files:
	vpnc-0.3.3-ip-output.patch vpnc.spec 
Log Message:
* Tue Sep 12 2006 Tomas Mraz <tmraz at redhat.com> 0.3.3-7.3
- drop hoplimit from ip route output (#205923)


vpnc-0.3.3-ip-output.patch:

Index: vpnc-0.3.3-ip-output.patch
===================================================================
RCS file: /cvs/extras/rpms/vpnc/FC-5/vpnc-0.3.3-ip-output.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vpnc-0.3.3-ip-output.patch	15 Jun 2005 18:17:55 -0000	1.1
+++ vpnc-0.3.3-ip-output.patch	12 Sep 2006 16:17:41 -0000	1.2
@@ -5,7 +5,7 @@
  if [ -n "$IPROUTE" ]; then
  	fix_ip_get_output () {
 -		sed 's/cache//;s/metric[0-9]\+ [0-9]\+//g'
-+		sed 's/cache//;s/metric[ 0-9]\+//g'
++		sed 's/cache//;s/metric[ 0-9]\+//g;s/hoplimit[ 0-9]\+//g'
  	}
  
  	set_vpngateway_route() {


Index: vpnc.spec
===================================================================
RCS file: /cvs/extras/rpms/vpnc/FC-5/vpnc.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- vpnc.spec	7 Jun 2006 12:35:14 -0000	1.14
+++ vpnc.spec	12 Sep 2006 16:17:41 -0000	1.15
@@ -1,6 +1,6 @@
 Name:           vpnc
 Version:        0.3.3
-Release:        7.2
+Release:        7.3
 
 Summary:        IPSec VPN client compatible with Cisco equipment
 
@@ -68,6 +68,9 @@
 %ghost %verify(not md5 size mtime) %{_var}/run/vpnc/resolv.conf-backup
 
 %changelog
+* Tue Sep 12 2006 Tomas Mraz <tmraz at redhat.com> 0.3.3-7.3
+- drop hoplimit from ip route output (#205923)
+
 * Wed Jun  7 2006 Tomas Mraz <tmraz at redhat.com> 0.3.3-7.2
 - drop -fstack-protector not -f-stack-protector
 




More information about the scm-commits mailing list