Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/ppp/dist * Fixed a potential security issue in ...



details:   https://anonhg.NetBSD.org/src/rev/de130c95da6d
branches:  trunk
changeset: 803399:de130c95da6d
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Oct 25 18:47:46 2014 +0000

description:
* Fixed a potential security issue in parsing option files (CVE-2014-3158).
* 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.

diffstat:

 external/bsd/ppp/dist/PLUGINS             |  2 +-
 external/bsd/ppp/dist/pppdump/pppdump.8   |  2 +-
 external/bsd/ppp/dist/pppstats/pppstats.8 |  2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 8ab857ef7b73 -r de130c95da6d external/bsd/ppp/dist/PLUGINS
--- a/external/bsd/ppp/dist/PLUGINS     Sat Oct 25 18:43:24 2014 +0000
+++ b/external/bsd/ppp/dist/PLUGINS     Sat Oct 25 18:47:46 2014 +0000
@@ -284,4 +284,4 @@
 
 
 
-## $Id: PLUGINS,v 1.1.1.2 2014/10/25 18:43:25 christos Exp $ ##
+## Id: PLUGINS,v 1.8 2008/06/15 07:02:18 paulus Exp  ##
diff -r 8ab857ef7b73 -r de130c95da6d external/bsd/ppp/dist/pppdump/pppdump.8
--- a/external/bsd/ppp/dist/pppdump/pppdump.8   Sat Oct 25 18:43:24 2014 +0000
+++ b/external/bsd/ppp/dist/pppdump/pppdump.8   Sat Oct 25 18:47:46 2014 +0000
@@ -1,4 +1,4 @@
-.\"    @(#) $Id: pppdump.8,v 1.1.1.2 2014/10/25 18:43:27 christos Exp $
+.\"    @(#) Id: pppdump.8,v 1.2 2004/11/13 12:22:49 paulus Exp 
 .TH PPPDUMP 8 "1 April 1999"
 .SH NAME
 pppdump \- convert PPP record file to readable format
diff -r 8ab857ef7b73 -r de130c95da6d external/bsd/ppp/dist/pppstats/pppstats.8
--- a/external/bsd/ppp/dist/pppstats/pppstats.8 Sat Oct 25 18:43:24 2014 +0000
+++ b/external/bsd/ppp/dist/pppstats/pppstats.8 Sat Oct 25 18:47:46 2014 +0000
@@ -1,4 +1,4 @@
-.\"    @(#) $Id: pppstats.8,v 1.1.1.2 2014/10/25 18:43:30 christos Exp $
+.\"    @(#) Id: pppstats.8,v 1.4 2004/11/13 12:22:49 paulus Exp 
 .TH PPPSTATS 8 "26 June 1995"
 .SH NAME
 pppstats \- print PPP statistics



Home | Main Index | Thread Index | Old Index