Hello community,

here is the log from the commit of package ppp for openSUSE:Factory checked in 
at 2013-08-01 17:14:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ppp (Old)
 and      /work/SRC/openSUSE:Factory/.ppp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ppp"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ppp/ppp.changes  2013-03-05 15:20:08.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.ppp.new/ppp.changes     2013-08-01 
17:14:06.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Jul 24 12:54:01 UTC 2013 - m...@suse.com
+
+- ppp-send-padt.patch: Send PADT at the end of a PPPoE session.
+
+-------------------------------------------------------------------

New:
----
  ppp-send-padt.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ppp.spec ++++++
--- /var/tmp/diff_new_pack.EweRRe/_old  2013-08-01 17:14:07.000000000 +0200
+++ /var/tmp/diff_new_pack.EweRRe/_new  2013-08-01 17:14:07.000000000 +0200
@@ -70,6 +70,7 @@
 Patch19:        ppp-2.4.4-strncatfix.patch
 Patch21:        ppp-2.4.4-lib64.patch
 Patch22:        ppp-2.4.4-var_run_resolv_conf.patch
+Patch23:        ppp-send-padt.patch
 
 %description
 The ppp package contains the PPP (Point-to-Point Protocol) daemon,
@@ -110,6 +111,7 @@
 %patch21
 %endif
 %patch22
+%patch23 -p1
 sed -i -e '1s/local\///' scripts/secure-card
 find scripts -type f | xargs chmod a-x
 

++++++ ppp-send-padt.patch ++++++
Index: ppp-2.4.5/pppd/plugins/rp-pppoe/plugin.c
===================================================================
--- ppp-2.4.5.orig/pppd/plugins/rp-pppoe/plugin.c       2009-11-16 
23:26:07.000000000 +0100
+++ ppp-2.4.5/pppd/plugins/rp-pppoe/plugin.c    2013-07-24 12:36:08.433729757 
+0200
@@ -242,7 +242,7 @@
                sizeof(struct sockaddr_pppox)) < 0)
        error("Failed to disconnect PPPoE socket: %d %m", errno);
     close(conn->sessionSocket);
-    /* don't send PADT?? */
+    sendPADT(conn, NULL);
     if (conn->discoverySocket >= 0)
        close(conn->discoverySocket);
 }

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to