rpms/ppp/devel ppp-2.4.4-new_speeds.patch, NONE, 1.1 ppp.spec, 1.44, 1.45

Martin Nagy (mnagy) fedora-extras-commits at redhat.com
Tue May 13 09:04:20 UTC 2008


Author: mnagy

Update of /cvs/extras/rpms/ppp/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8149

Modified Files:
	ppp.spec 
Added Files:
	ppp-2.4.4-new_speeds.patch 
Log Message:
* Tue May 13 2008 Martin Nagy <mnagy at redhat.com> 2.4.4-7
- add new speeds, patch by Jason Vas Dias (#446132)


ppp-2.4.4-new_speeds.patch:

--- NEW FILE ppp-2.4.4-new_speeds.patch ---
diff -up ppp-2.4.4/pppd/sys-linux.c.new_speeds ppp-2.4.4/pppd/sys-linux.c
--- ppp-2.4.4/pppd/sys-linux.c.new_speeds	2008-05-12 17:44:11.000000000 -0400
+++ ppp-2.4.4/pppd/sys-linux.c	2008-05-12 17:50:51.000000000 -0400
@@ -849,6 +849,30 @@ struct speed {
 #ifdef B921600
     { 921600, B921600 },
 #endif
+#ifdef B1000000
+    { 1000000, B1000000 },
+#endif
+#ifdef B1152000
+    { 1152000, B1152000 },
+#endif
+#ifdef B1500000
+    { 1500000, B1500000 },
+#endif
+#ifdef B2000000
+    { 2000000, B2000000 },
+#endif
+#ifdef B2500000
+    { 2500000, B2500000 },
+#endif
+#ifdef B3000000
+    { 3000000, B3000000 },
+#endif
+#ifdef B3500000
+    { 3500000, B3500000 },
+#endif
+#ifdef B4000000
+    { 4000000, B4000000 },
+#endif
     { 0, 0 }
 };
 


Index: ppp.spec
===================================================================
RCS file: /cvs/extras/rpms/ppp/devel/ppp.spec,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ppp.spec	12 Mar 2008 08:56:38 -0000	1.44
+++ ppp.spec	13 May 2008 09:03:27 -0000	1.45
@@ -1,7 +1,7 @@
 Summary: The PPP (Point-to-Point Protocol) daemon.
 Name: ppp
 Version: 2.4.4
-Release: 6%{?dist}
+Release: 7%{?dist}
 License: distributable
 Group: System Environment/Daemons
 Source0: ftp://ftp.samba.org/pub/ppp/ppp-%{version}.tar.gz
@@ -26,6 +26,7 @@
 Patch23: ppp-2.4.2-dontwriteetc.patch
 Patch24: ppp-2.4.4-closelog.patch
 Patch25: ppp-2.4.4-response_len.patch
+Patch26: ppp-2.4.4-new_speeds.patch
 
 BuildRoot: %{_tmppath}/%{name}-root
 BuildPrereq: pam-devel, libpcap-devel
@@ -68,6 +69,7 @@
 %patch23 -p1 -b .dontwriteetc
 %patch24 -p1 -b .closelog
 %patch25 -p1 -b .response_len
+%patch26 -p1 -b .new_speeds
 
 rm -f scripts/*.local
 rm -f scripts/*.change_resolv_conf
@@ -132,6 +134,9 @@
 %doc PLUGINS
 
 %changelog
+* Tue May 13 2008 Martin Nagy <mnagy at redhat.com> 2.4.4-7
+- add new speeds, patch by Jason Vas Dias (#446132)
+
 * Thu Mar 06 2008 Martin Nagy <mnagy at redhat.com> 2.4.4-6
 - call closelog earlier (#222295)
 - fix ChapMS2 (#217076)




More information about the fedora-extras-commits mailing list