Accepting request 245614 from network

- Update to 2.4.7:
  * Fixed a potential security issue in parsing option files
    (CVE-2014-3158, bnc#891489).
  * There is a new "stop-bits" option, which takes an argument of
    1 or 2, indicating the number of stop bits to use for async serial
    ports.
  * Various bug fixes.

OBS-URL: https://build.opensuse.org/request/show/245614
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ppp?expand=0&rev=29
This commit is contained in:
Stephan Kulow 2014-08-25 09:03:05 +00:00 committed by Git OBS Bridge
commit 7293728234
5 changed files with 17 additions and 5 deletions

View File

@ -169,8 +169,8 @@
--- pppd/sys-linux.c
+++ pppd/sys-linux.c
@@ -206,6 +206,8 @@
static int if_is_up; /* Interface has been marked up */
static int if6_is_up; /* Interface has been marked up for IPv6, to help differentiate */
static int have_default_route; /* Gateway for default route added */
+static struct rtentry old_def_rt; /* Old default route */
+static int default_rt_repl_rest; /* replace and restore old default rt */

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1b33181a03962c8a092c055fb9980e9722728a8d98a4bb7ec7acda17c1b1b49d
size 687744

3
ppp-2.4.7.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:02e0a3dd3e4799e33103f70ec7df75348c8540966ee7c948e4ed8a42bbccfb30
size 688117

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Aug 21 12:15:41 UTC 2014 - max@suse.com
- Update to 2.4.7:
* Fixed a potential security issue in parsing option files
(CVE-2014-3158, bnc#891489).
* There is a new "stop-bits" option, which takes an argument of
1 or 2, indicating the number of stop bits to use for async serial
ports.
* Various bug fixes.
-------------------------------------------------------------------
Thu Mar 20 15:07:22 UTC 2014 - aj@ajaissle.de

View File

@ -21,7 +21,7 @@ BuildRequires: libpcap-devel
BuildRequires: linux-atm-devel
BuildRequires: pam-devel
Url: http://ppp.samba.org/
Version: 2.4.6
Version: 2.4.7
Release: 0
Summary: The Point to Point Protocol for Linux
License: BSD-3-Clause and LGPL-2.1+ and GPL-2.0+
@ -109,6 +109,7 @@ plugins for the pppd.
%patch23 -p1
sed -i -e '1s/local\///' scripts/secure-card
find scripts -type f | xargs chmod a-x
find -type f -name '*.orig' | xargs rm -f
%build
# Remove local copy that is out of sync and use the one from linux-header