From 66892a4a4a08f4d7a9ba7ba9261c96d333fff73f62e30917bfd0b45f8de139b1 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Sun, 6 Apr 2008 06:00:17 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ppp?expand=0&rev=4 --- ppp-2.4.4-lib64.patch | 93 ++++++++++++++ ppp.changes | 5 + ppp.spec | 273 +++++++++++++++++++++--------------------- 3 files changed, 236 insertions(+), 135 deletions(-) create mode 100644 ppp-2.4.4-lib64.patch diff --git a/ppp-2.4.4-lib64.patch b/ppp-2.4.4-lib64.patch new file mode 100644 index 0000000..3c4aa28 --- /dev/null +++ b/ppp-2.4.4-lib64.patch @@ -0,0 +1,93 @@ +--- PLUGINS ++++ PLUGINS +@@ -14,7 +14,7 @@ + Plugins are loaded into pppd using the `plugin' option, which takes + one argument, the name of a shared object file. The plugin option is + a privileged option. If the name given does not contain a slash, pppd +-will look in the /usr/lib/pppd/ directory for the file, where ++will look in the /usr/lib64/pppd/ directory for the file, where + is the version number of pppd, for example, 2.4.2. I + suggest that you either give the full path name of the shared object + file or just the base name; if you don't, it may be possible for +--- README ++++ README +@@ -178,8 +178,8 @@ + per-tty options file are parsed correctly, and don't override values + from the command line in most cases. + +-* The plugin option now looks in /usr/lib/pppd/ (for +- example, /usr/lib/pppd/2.4.1b1) for shared objects for plugins if ++* The plugin option now looks in /usr/lib64/pppd/ (for ++ example, /usr/lib64/pppd/2.4.1b1) for shared objects for plugins if + there is no slash in the plugin name. + + * When loading a plugin, pppd will now check the version of pppd for +--- pppd/pathnames.h ++++ pppd/pathnames.h +@@ -57,9 +57,9 @@ + + #ifdef PLUGIN + #ifdef __STDC__ +-#define _PATH_PLUGIN DESTDIR "/lib/pppd/" VERSION ++#define _PATH_PLUGIN DESTDIR "/lib64/pppd/" VERSION + #else /* __STDC__ */ +-#define _PATH_PLUGIN "/usr/lib/pppd" ++#define _PATH_PLUGIN "/usr/lib64/pppd" + #endif /* __STDC__ */ + + #endif /* PLUGIN */ +--- pppd/plugins/Makefile.linux ++++ pppd/plugins/Makefile.linux +@@ -7,7 +7,7 @@ + DESTDIR = $(INSTROOT)@DESTDIR@ + BINDIR = $(DESTDIR)/sbin + MANDIR = $(DESTDIR)/share/man/man8 +-LIBDIR = $(DESTDIR)/lib/pppd/$(VERSION) ++LIBDIR = $(DESTDIR)/lib64/pppd/$(VERSION) + + SUBDIRS := rp-pppoe pppoatm + # Uncomment the next line to include the radius authentication plugin +--- pppd/plugins/pppoatm/Makefile.linux ++++ pppd/plugins/pppoatm/Makefile.linux +@@ -7,7 +7,7 @@ + #*********************************************************************** + + DESTDIR = @DESTDIR@ +-LIBDIR = $(DESTDIR)/lib/pppd/$(VERSION) ++LIBDIR = $(DESTDIR)/lib64/pppd/$(VERSION) + + VERSION = $(shell awk -F '"' '/VERSION/ { print $$2; }' ../../patchlevel.h) + +--- pppd/plugins/radius/Makefile.linux ++++ pppd/plugins/radius/Makefile.linux +@@ -5,7 +5,7 @@ + + DESTDIR = $(INSTROOT)@DESTDIR@ + MANDIR = $(DESTDIR)/share/man/man8 +-LIBDIR = $(DESTDIR)/lib/pppd/$(VERSION) ++LIBDIR = $(DESTDIR)/lib64/pppd/$(VERSION) + + VERSION = $(shell awk -F '"' '/VERSION/ { print $$2; }' ../../patchlevel.h) + +--- pppd/plugins/rp-pppoe/Makefile.linux ++++ pppd/plugins/rp-pppoe/Makefile.linux +@@ -15,7 +15,7 @@ + + DESTDIR = $(INSTROOT)@DESTDIR@ + BINDIR = $(DESTDIR)/sbin +-LIBDIR = $(DESTDIR)/lib/pppd/$(PPPDVERSION) ++LIBDIR = $(DESTDIR)/lib64/pppd/$(PPPDVERSION) + + PPPDVERSION = $(shell awk -F '"' '/VERSION/ { print $$2; }' ../../patchlevel.h) + +--- pppd/pppd.8 ++++ pppd/pppd.8 +@@ -889,7 +889,7 @@ + .B plugin \fIfilename + Load the shared library object file \fIfilename\fR as a plugin. This + is a privileged option. If \fIfilename\fR does not contain a slash +-(/), pppd will look in the \fB/usr/lib/pppd/\fIversion\fR directory ++(/), pppd will look in the \fB/usr/lib64/pppd/\fIversion\fR directory + for the plugin, where + \fIversion\fR is the version number of pppd (for example, 2.4.2). + .TP diff --git a/ppp.changes b/ppp.changes index 24d1bd0..82f5841 100644 --- a/ppp.changes +++ b/ppp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 3 11:57:11 CEST 2008 - hvogel@suse.de + +- move plugin directory to %_libdir [bnc#358927] + ------------------------------------------------------------------- Thu Aug 23 16:21:21 CEST 2007 - hvogel@suse.de diff --git a/ppp.spec b/ppp.spec index 2db22de..5e23fd8 100644 --- a/ppp.spec +++ b/ppp.spec @@ -1,7 +1,7 @@ # # spec file for package ppp (Version 2.4.4) # -# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -10,16 +10,15 @@ # norootforbuild + Name: ppp BuildRequires: libpcap-devel linux-atm-devel pam-devel -URL: http://www.samba.org/ppp/ +Url: http://www.samba.org/ppp/ Version: 2.4.4 -Release: 64 -License: BSD 3-Clause, LGPL v2 or later +Release: 101 +License: BSD 3-Clause; LGPL v2.1 or later Group: Productivity/Networking/PPP -Autoreqprov: on -Provides: ppp_ssl -Obsoletes: ppp_ssl ppp-soho +AutoReqProv: on Summary: The Point to Point Protocol for Linux BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: ftp://ftp.samba.org:/pub/ppp/ppp-%{PACKAGE_VERSION}.tar.bz2 @@ -66,6 +65,7 @@ Patch17: ppp-2.4.3-strip.diff Patch18: ppp-2.4.3-winbind-setuidfix.patch Patch19: ppp-2.4.4-strncatfix.patch Patch20: ppp-2.4.2-pppoatm-mtu.patch +Patch21: ppp-2.4.4-lib64.patch %description The ppp package contains the PPP (Point-to-Point Protocol) daemon, @@ -87,6 +87,7 @@ Authors: Michal Ostrowski %package devel +License: BSD 3-Clause; LGPL v2.1 or later Summary: Header Files Required for Developing Plugins for pppd Group: Development/Libraries/C and C++ Requires: ppp = %version @@ -128,11 +129,11 @@ Authors: %patch18 %patch19 -p1 %patch20 -p1 +%if %_lib == lib64 +%patch21 +%endif %build -%if %suse_version > 1000 -SP=-fstack-protector -%endif export MY_CFLAGS="$RPM_OPT_FLAGS -fPIC $SP" ./configure --prefix=/usr make CHAPMS=y CBCP=y USE_CRYPT=y HAS_SHADOW=y USE_PAM=y FILTER=y HAVE_INET6=y @@ -174,73 +175,75 @@ rm -rf %{buildroot} /usr/sbin/pppdump /usr/sbin/pppstats /usr/sbin/pppoe-discovery -/usr/lib/pppd +%_libdir/pppd %files devel %defattr (-, root, root) /usr/include/pppd %changelog -* Thu Aug 23 2007 - hvogel@suse.de +* Thu Apr 03 2008 hvogel@suse.de +- move plugin directory to %%_libdir [bnc#358927] +* Thu Aug 23 2007 hvogel@suse.de - Work around pppoatm MTU problems. [#301678] -* Thu Jul 26 2007 - prusnak@suse.cz +* Thu Jul 26 2007 prusnak@suse.cz - changed libpcap to libpcap-devel in BuildRequires -* Tue Dec 19 2006 - meissner@suse.de +* Tue Dec 19 2006 meissner@suse.de - fixed strncat usage in radius plugin. -* Wed Sep 13 2006 - hvogel@suse.de +* Wed Sep 13 2006 hvogel@suse.de - Argh, really re-enable the patch. -* Thu Sep 07 2006 - hvogel@suse.de +* Thu Sep 07 2006 hvogel@suse.de - fix and reenable "replace default route" patch -* Mon Aug 21 2006 - kukuk@suse.de +* Mon Aug 21 2006 kukuk@suse.de - Use include statements in PAM config file -* Mon Aug 07 2006 - mskibbe@suse.de +* Mon Aug 07 2006 mskibbe@suse.de - update to version 2.4.4 which o fix some bugs o fix bug #179560 (MTU overwritten by pppoe plugin) -* Tue May 30 2006 - meissner@suse.de +* Tue May 30 2006 meissner@suse.de - check return code of setuid in winbind plugin. #179660 -* Fri Jan 27 2006 - mls@suse.de +* Fri Jan 27 2006 mls@suse.de - converted neededforbuild to BuildRequires -* Tue Jan 24 2006 - max@suse.de +* Tue Jan 24 2006 max@suse.de - Enabled IPv6 support (#145246). -* Sat Jan 14 2006 - schwab@suse.de +* Sat Jan 14 2006 schwab@suse.de - Don't strip binaries. -* Fri Jan 13 2006 - hvogel@suse.de +* Fri Jan 13 2006 hvogel@suse.de - Make use of Stack Protector -* Wed Nov 02 2005 - hvogel@suse.de +* Wed Nov 02 2005 hvogel@suse.de - expand strict-aliasing patch to the radius plugin -* Mon Oct 17 2005 - arvin@suse.de +* Mon Oct 17 2005 arvin@suse.de - fixed pptp peers file -* Wed Oct 12 2005 - hvogel@suse.de +* Wed Oct 12 2005 hvogel@suse.de - Add -fno-strict-aliasing to pppd cflags. Added * ppp-2.4.3-no-strict-aliasing.patch -* Wed Oct 05 2005 - hvogel@suse.de +* Wed Oct 05 2005 hvogel@suse.de - fix too few arguments to a *printf function. modified * ppp-2.4.2-misc.diff - make use of optflags everywhere. modified * ppp-2.4.3-optflags.patch -* Sun Aug 07 2005 - kkeil@suse.de +* Sun Aug 07 2005 kkeil@suse.de - fix filter stuff for libpcap version 0.9.3 (see #102460) -* Sat Jul 02 2005 - hvogel@suse.de +* Sat Jul 02 2005 hvogel@suse.de - use optflags also for pppoatm plugin -* Tue Jun 28 2005 - kkeil@suse.de +* Tue Jun 28 2005 kkeil@suse.de - fix some problems with 2.4.3 (#80468) * solve not working dial on demand after a connection was shut down first time * fix safe_fork to not close needed file descriptors -* Thu Jun 23 2005 - ro@suse.de +* Thu Jun 23 2005 ro@suse.de - build with -fPIC/-pie -* Thu Apr 21 2005 - arvin@suse.de +* Thu Apr 21 2005 arvin@suse.de - fixed compilation of pppoatm plugin (bug #79295) -* Fri Mar 18 2005 - kkeil@suse.de +* Fri Mar 18 2005 kkeil@suse.de - fix filter stuff and DOD (#73663) -* Mon Feb 28 2005 - kkeil@suse.de +* Mon Feb 28 2005 kkeil@suse.de - undefined fd is a bad idea, incremental fix for #66786 -* Mon Feb 28 2005 - hvogel@suse.de +* Mon Feb 28 2005 hvogel@suse.de - enable device creating if it does not exist (Bug #66786) -* Mon Dec 13 2004 - hvogel@suse.de +* Mon Dec 13 2004 hvogel@suse.de - get rid of the pppoam patch -* Fri Dec 10 2004 - hvogel@suse.de +* Fri Dec 10 2004 hvogel@suse.de - update to version 2.4.3 which includes: o Various fixes and enhancements to the radius and rp-pppoe plugins have been added. @@ -250,31 +253,31 @@ rm -rf %{buildroot} team, which provides the ability to authenticate the peer against an NT domain controller using MS-CHAP or MS-CHAPV2. o There is a new pppoatm plugin -* Tue Sep 21 2004 - kkeil@suse.de +* Tue Sep 21 2004 kkeil@suse.de - fix dial on demand; outbound must flagged with 1 not 0xff (#45694) -* Sun Sep 12 2004 - kukuk@suse.de +* Sun Sep 12 2004 kukuk@suse.de - Don't use __P from glibc -* Wed Aug 25 2004 - kkeil@suse.de +* Wed Aug 25 2004 kkeil@suse.de - use DLT_PPP_WITHDIRECTION for the filters to be compatible with kernel 2.6.8 -* Tue Jul 20 2004 - arvin@suse.de +* Tue Jul 20 2004 arvin@suse.de - added option to rename ppp interface (experimental) -* Mon Jul 19 2004 - arvin@suse.de +* Mon Jul 19 2004 arvin@suse.de - allow all names as Ethernet interfaces (bug #43048) -* Tue Jul 13 2004 - arvin@suse.de +* Tue Jul 13 2004 arvin@suse.de - removed non-ascii character from option file -* Fri May 28 2004 - kkeil@suse.de +* Fri May 28 2004 kkeil@suse.de - correct fix for the DOD filter rule paket header (see bug #34724) -* Fri Apr 16 2004 - mmj@suse.de +* Fri Apr 16 2004 mmj@suse.de - Void functions should be declared as such -* Wed Mar 31 2004 - arvin@suse.de +* Wed Mar 31 2004 arvin@suse.de - fixed filter rules for dial on demand (see bug #34724) -* Wed Feb 18 2004 - arvin@suse.de +* Wed Feb 18 2004 arvin@suse.de - fixed setting of filter rules (bug #34569) -* Fri Feb 13 2004 - arvin@suse.de +* Fri Feb 13 2004 arvin@suse.de - updated pppoatm plugin (bug #34543) - fixed ctl-c bug -* Fri Feb 13 2004 - arvin@suse.de +* Fri Feb 13 2004 arvin@suse.de - updated to version 2.4.2, main features: - new upstream PPPoE plugin implementation - new upstream MPPE implementation @@ -282,167 +285,167 @@ rm -rf %{buildroot} - build package as non-root user - build sub-package ppp-devel with header files required for extra plugins -* Thu Feb 12 2004 - arvin@suse.de +* Thu Feb 12 2004 arvin@suse.de - removed outdated samples - some cleanup -* Thu Feb 12 2004 - ro@suse.de +* Thu Feb 12 2004 ro@suse.de - adapt to change in libpcap: include moved to pcap_bpf.h -* Mon Jan 26 2004 - arvin@suse.de +* Mon Jan 26 2004 arvin@suse.de - allow higher serial speeds (see bug #34053) -* Fri Jan 16 2004 - kukuk@suse.de +* Fri Jan 16 2004 kukuk@suse.de - Add pam-devel to neededforbuild -* Fri Jan 09 2004 - kukuk@suse.de +* Fri Jan 09 2004 kukuk@suse.de - Fix compiler warnings -* Wed Aug 13 2003 - arvin@suse.de +* Wed Aug 13 2003 arvin@suse.de - allow vlan devices for pppoe (bug #28645) -* Mon Jun 30 2003 - arvin@suse.de +* Mon Jun 30 2003 arvin@suse.de - fixed closing of pppoatm (bug #27315) - fixed pppoe on ppc (bug #27575) -* Thu Jun 05 2003 - arvin@suse.de +* Thu Jun 05 2003 arvin@suse.de - converted MSCHAPv2-fix patch to unix format as new patch doesn't like dos anymore -* Tue Jun 03 2003 - arvin@suse.de +* Tue Jun 03 2003 arvin@suse.de - added peers file for pptp -* Mon May 26 2003 - arvin@suse.de +* Tue May 27 2003 arvin@suse.de - adapted neededforbuild to linux-atm changes -* Thu May 22 2003 - okir@suse.de +* Thu May 22 2003 okir@suse.de - prevent buffer overflow in MPPE (#27062) -* Wed Mar 12 2003 - arvin@suse.de +* Wed Mar 12 2003 arvin@suse.de - activate filter rules per default (bug #25134) -* Sat Jan 18 2003 - arvin@suse.de +* Sat Jan 18 2003 arvin@suse.de - added config file with some filter rules -* Fri Jan 10 2003 - arvin@suse.de +* Fri Jan 10 2003 arvin@suse.de - Reactivated option noipdefault in default options file since some providers can't handle a suggested local ip address. Can't reproduce the wrong behaviour of the pppd mentioned in bug #1751 so the change is ok. -* Thu Dec 12 2002 - arvin@suse.de +* Thu Dec 12 2002 arvin@suse.de - removed absolute paths from pam configuration file -* Wed Nov 13 2002 - arvin@suse.de +* Wed Nov 13 2002 arvin@suse.de - fixed multi-line string literals -* Thu Oct 24 2002 - arvin@suse.de +* Thu Oct 24 2002 arvin@suse.de - fixed callback phone number handling (bug #9659 and #18408) - activated patches added on Aug. 1st -* Fri Aug 23 2002 - arvin@suse.de +* Fri Aug 23 2002 arvin@suse.de - remove a warning message in the log (bug #18254) - removed obsolete peers file demand -* Tue Aug 06 2002 - arvin@suse.de +* Tue Aug 06 2002 arvin@suse.de - added "plain old modem" peers file (related to bug #17341) -* Thu Aug 01 2002 - bk@suse.de +* Thu Aug 01 2002 bk@suse.de - add patches recommeded for pptp which also fix bug 17097 -* Thu Jul 25 2002 - arvin@suse.de +* Thu Jul 25 2002 arvin@suse.de - disable pppoatm plugin on s390 and s390x -* Mon Jul 08 2002 - arvin@suse.de +* Mon Jul 08 2002 arvin@suse.de - removed setuid bits from pppd (bug #16860) -* Thu May 16 2002 - arvin@suse.de +* Thu May 16 2002 arvin@suse.de - compile with packet filter support -* Wed May 15 2002 - arvin@suse.de +* Wed May 15 2002 arvin@suse.de - enable more debugging for pppoe if the pppd gets the debug option -* Mon May 13 2002 - ro@suse.de +* Mon May 13 2002 ro@suse.de - fix build on x86_64 -* Fri Apr 19 2002 - arvin@suse.de +* Fri Apr 19 2002 arvin@suse.de - disable pppoatm plugin on mips (since linux-atm does not build) -* Tue Apr 16 2002 - arvin@suse.de +* Wed Apr 17 2002 arvin@suse.de - turn off debugging by default -* Wed Mar 13 2002 - arvin@suse.de +* Wed Mar 13 2002 arvin@suse.de - better mtu handling as workaround for broken dsl providers -* Fri Feb 08 2002 - arvin@suse.de +* Fri Feb 08 2002 arvin@suse.de - fixed error handling in passwordfd plugin -* Fri Feb 08 2002 - okir@suse.de +* Fri Feb 08 2002 okir@suse.de - applied security fix to zlib -* Tue Feb 05 2002 - arvin@suse.de +* Tue Feb 05 2002 arvin@suse.de - more log output without debug option so that the smpppd does not require the debug option - removed debug option from peers files - use %%{_mandir} -* Wed Jan 30 2002 - arvin@suse.de +* Wed Jan 30 2002 arvin@suse.de - use buildroot - compile pppoatm plugin on all archs again -* Fri Jan 11 2002 - arvin@suse.de +* Fri Jan 11 2002 arvin@suse.de - added terminating NULL in options list of passwordfd plugin -* Fri Jan 11 2002 - arvin@suse.de +* Fri Jan 11 2002 arvin@suse.de - don't compile pppoatm plugin on axp and s390 -* Wed Jan 09 2002 - arvin@suse.de +* Wed Jan 09 2002 arvin@suse.de - added "modprobe pppoatm" in pppoatm plugin -* Tue Jan 08 2002 - arvin@suse.de +* Tue Jan 08 2002 arvin@suse.de - fixed compiling on ia64 -* Mon Jan 07 2002 - arvin@suse.de +* Mon Jan 07 2002 arvin@suse.de - added atm support - modified peers files for new network configuration -* Mon Nov 05 2001 - arvin@suse.de +* Mon Nov 05 2001 arvin@suse.de - set MTU and MRU to 1492 (to prevent problems for DSL) -* Thu Sep 27 2001 - arvin@suse.de +* Thu Sep 27 2001 arvin@suse.de - added rc-pppoe peers file -* Wed Sep 19 2001 - arvin@suse.de +* Wed Sep 19 2001 arvin@suse.de - added patch only-eth.dif: makes pppoe plugin only accect eth* as device and thus prevents kernel from trying to load dozens of modules (bug #10845) -* Tue Aug 28 2001 - arvin@suse.de +* Tue Aug 28 2001 arvin@suse.de - strip plugins -* Mon Aug 13 2001 - arvin@suse.de +* Mon Aug 13 2001 arvin@suse.de - updated pppoe patch to ppp-2.4.1-pppoe.patch4 -* Thu Aug 09 2001 - arvin@suse.de +* Thu Aug 09 2001 arvin@suse.de - added Obsoletes ppp-soho - added peers file pppoe -* Tue Jul 17 2001 - arvin@suse.de +* Tue Jul 17 2001 arvin@suse.de - added directories to file list -* Wed Jul 11 2001 - arvin@suse.de +* Wed Jul 11 2001 arvin@suse.de - removed obsolete generation of pap and chap secrets form wvdial provider list -* Sun Jun 24 2001 - arvin@suse.de +* Sun Jun 24 2001 arvin@suse.de - updated to version 2.4.1 - added peers file "demand" (from package pppoed) -* Thu May 10 2001 - mfabian@suse.de +* Thu May 10 2001 mfabian@suse.de - bzip2 sources -* Fri Apr 20 2001 - arvin@suse.de +* Fri Apr 20 2001 arvin@suse.de - added options lcp-max-configure 60 and lcp-restart 2 -* Fri Mar 30 2001 - arvin@suse.de +* Fri Mar 30 2001 arvin@suse.de - added mppe patch - search for plugins in /usr/lib/pppd/ (backport from pppd 2.4.1) - moved all plugins to /usr/lib/pppd/ -* Wed Feb 28 2001 - arvin@suse.de +* Wed Feb 28 2001 arvin@suse.de - moved all plugins to /usr/lib/pppd/plugins -* Thu Feb 15 2001 - arvin@suse.de +* Thu Feb 15 2001 arvin@suse.de - included pppoe patch from Michal Ostrowski -* Thu Nov 09 2000 - arvin@suse.de +* Thu Nov 09 2000 arvin@suse.de - updated to version 2.4.0 -* Mon Sep 11 2000 - arvin@suse.de +* Mon Sep 11 2000 arvin@suse.de - Fixed plugin passwordfd for chap. -* Mon Jul 31 2000 - arvin@suse.de +* Mon Jul 31 2000 arvin@suse.de - Added (commented) option "maxfail 3" to options. Partly fix for bug #3637. -* Thu Jul 13 2000 - arvin@suse.de +* Thu Jul 13 2000 arvin@suse.de - removed directory /var/state/pppd from spec file. It is not needed and only got there by accident. -* Mon Jul 10 2000 - bk@suse.de +* Tue Jul 11 2000 bk@suse.de - fixed bug with replacedefaultroute and dial on demand(route was lost) - fixed Open message of demand patch for ICMP(was displayed as UDP) -* Tue Jul 04 2000 - arvin@suse.de +* Tue Jul 04 2000 arvin@suse.de - Support for dial on demand with sync ppp. - On dial on demand log witch packed caused the connect. Example: Open UDP 212.185.229.193:2048 -> 216.32.74.51:22926 - Fixed plugin passwordfd for dial on demand. -* Mon Jun 05 2000 - arvin@suse.de +* Mon Jun 05 2000 arvin@suse.de - fixed bug in plugin passwordfd -* Fri Jun 02 2000 - arvin@suse.de +* Fri Jun 02 2000 arvin@suse.de - added plugin passwordfd to read password via a pipe - replacedefaultroute option fixed for pppd demand -* Fri Mar 03 2000 - ro@suse.de +* Fri Mar 03 2000 ro@suse.de - manpages .. -* Thu Mar 02 2000 - bk@suse.de +* Thu Mar 02 2000 bk@suse.de - fixed patch path strip count for ppp-2.3.11.dif - added comment about modem and local options to /etc/ppp/options -* Wed Mar 01 2000 - bk@suse.de +* Wed Mar 01 2000 bk@suse.de - copied ppp-2.3.11.dif from ppp_ssl(fixes MANPATH) and filelist fixed. -* Sat Feb 26 2000 - bk@suse.de +* Sat Feb 26 2000 bk@suse.de - removed priviledged property from (no)replacedefaultroute, this way wvdial can set it in /etc/ppp/peers/wvdial with call wvdial. -* Fri Feb 25 2000 - bk@suse.de +* Fri Feb 25 2000 bk@suse.de - disabled new replacedefaultroute option per default, can be controlled thru the replacedefaultroute and noreplacedefaultroute options. -* Fri Feb 25 2000 - bk@suse.de +* Fri Feb 25 2000 bk@suse.de - wrote patch which replaces the old defaut route on successfully completed IPCP negotiation unless the included noreplacedefaultroute option is given. Documented in the man page and /etc/ppp/options. @@ -451,25 +454,25 @@ rm -rf %{buildroot} route set trough their ethernet and want go online with their modem if not connected to the ethernet. Should reduce support load in this area dramatically. -* Sun Feb 20 2000 - bk@suse.de +* Sun Feb 20 2000 bk@suse.de - only change tty perms really needed, will avoid the loosing tty perms bug (bug #1831 and 1361) - disabled noipdefault in the default options file for static IP addresses and dial-in. wvdial still passes it to pppd if Force Address is not set in wvdial.conf, so no problem. (Fix for bug #1751) -* Fri Feb 11 2000 - bk@suse.de +* Fri Feb 11 2000 bk@suse.de - generate pap and chap secrets with callbycall.secrets - Makefile.Linux merged into the spec file and dropped from diff -* Sun Jan 16 2000 - bk@suse.de +* Mon Jan 17 2000 bk@suse.de - update to ppp-2.3.11 -* Fri Oct 29 1999 - bk@suse.de +* Fri Oct 29 1999 bk@suse.de - added logins for german call-by-call providers to the secrets - removed suse dialin scripts -* Mon Oct 25 1999 - olh@suse.de +* Mon Oct 25 1999 olh@suse.de - add some sample scripts, minor sample changes -* Sun Oct 24 1999 - bk@suse.de +* Mon Oct 25 1999 bk@suse.de - fix for empty files in /usr/doc/packages/ppp (olh: thanks for the report!!) -* Sun Oct 10 1999 - bk@suse.de +* Mon Oct 11 1999 bk@suse.de - update to ppp-2.3.10 - split up diff - removed not installed ppplogin which also didn't appear in the @@ -478,37 +481,37 @@ rm -rf %{buildroot} - force pppd use the glibc's logwtmp instead of implementing its own (patch for ppp-2.3.9, but is preferred for 2.3.10 also) - added the samples to /usr/doc/packages/ppp -* Mon Sep 13 1999 - bs@suse.de +* Mon Sep 13 1999 bs@suse.de - ran old prepare_spec on spec file to switch to new prepare_spec. -* Mon Aug 30 1999 - kukuk@suse.de +* Mon Aug 30 1999 kukuk@suse.de - add pppdump.8 -* Thu Aug 19 1999 - bk@suse.de +* Thu Aug 19 1999 bk@suse.de - added documentation -* Thu Jul 29 1999 - bs@suse.de +* Thu Jul 29 1999 bs@suse.de - set /etc/ppp to 750, root.dialout - use noauth in /etc/ppp/options -* Sat Jul 17 1999 - bk@suse.de +* Sat Jul 17 1999 bk@suse.de - /etc/ppp/option fixed wins-addr, corrected to ms-wins -* Mon Jun 14 1999 - kukuk@suse.de +* Mon Jun 14 1999 kukuk@suse.de - Enable PAM support, add ppp.pamd -* Sat May 22 1999 - bk@suse.de +* Sat May 22 1999 bk@suse.de - update to ppp-2.3.8 using diff from jurix - added ppp-2.3.8-patch1 - marked /etc/ppp/options as noreplace -* Mon Dec 14 1998 - tmg@suse.de +* Mon Dec 14 1998 tmg@suse.de - changed default config -* Wed Dec 09 1998 - bs@suse.de +* Thu Dec 10 1998 bs@suse.de - marked config files as noreplace -* Tue Nov 24 1998 - ro@suse.de +* Tue Nov 24 1998 ro@suse.de - don't pack if_ppp.h (delivered by glibc) -* Tue Oct 06 1998 - ro@suse.de +* Tue Oct 06 1998 ro@suse.de - update to ppp-2.3.5 using diff from jurix - re-activate ppp_available in sys-linux.c -* Mon Nov 03 1997 - ro@suse.de +* Mon Nov 03 1997 ro@suse.de - install include files in usr/include/net before compilation -* Wed Apr 30 1997 - florian@suse.de +* Wed Apr 30 1997 florian@suse.de - create eror output file with perm 0600 - pppd is only executable for group "dialout" -* Thu Jan 02 1997 - florian@suse.de +* Thu Jan 02 1997 florian@suse.de - add bug-fix - add ipx support