2004-09-09 10:38:59 +00:00
|
|
|
Summary: The PPP (Point-to-Point Protocol) daemon.
|
|
|
|
Name: ppp
|
[tw]
- new version 2.4.3
- updated patches: make, lib64, dontwriteetc, fix, fix64, no_strip,
radiusplugin
- dropped patches: bpf, signal, pcap, pppoatm, pkgcheck
2005-07-18 11:55:02 +00:00
|
|
|
Version: 2.4.3
|
2006-07-12 07:52:33 +00:00
|
|
|
Release: 6.2.2
|
2004-09-09 10:39:44 +00:00
|
|
|
License: distributable
|
2004-09-09 10:38:59 +00:00
|
|
|
Group: System Environment/Daemons
|
2004-09-09 10:39:44 +00:00
|
|
|
Source0: ftp://ftp.samba.org/pub/ppp/ppp-%{version}.tar.gz
|
2004-09-09 10:38:59 +00:00
|
|
|
Source1: ppp-2.3.5-pamd.conf
|
2004-09-09 10:43:30 +00:00
|
|
|
Source2: ppp.logrotate
|
[tw]
- new version 2.4.3
- updated patches: make, lib64, dontwriteetc, fix, fix64, no_strip,
radiusplugin
- dropped patches: bpf, signal, pcap, pppoatm, pkgcheck
2005-07-18 11:55:02 +00:00
|
|
|
Patch0: ppp-2.4.3-make.patch
|
2004-09-09 10:38:59 +00:00
|
|
|
Patch1: ppp-2.3.6-sample.patch
|
2004-09-09 10:43:30 +00:00
|
|
|
Patch2: ppp-2.4.2-libutil.patch
|
|
|
|
Patch3: ppp-2.4.1-varargs.patch
|
[tw]
- new version 2.4.3
- updated patches: make, lib64, dontwriteetc, fix, fix64, no_strip,
radiusplugin
- dropped patches: bpf, signal, pcap, pppoatm, pkgcheck
2005-07-18 11:55:02 +00:00
|
|
|
Patch4: ppp-2.4.3-lib64.patch
|
|
|
|
Patch6: ppp-2.4.3-dontwriteetc.patch
|
2004-09-09 10:43:40 +00:00
|
|
|
Patch7: ppp-2.4.2-pie.patch
|
[tw]
- new version 2.4.3
- updated patches: make, lib64, dontwriteetc, fix, fix64, no_strip,
radiusplugin
- dropped patches: bpf, signal, pcap, pppoatm, pkgcheck
2005-07-18 11:55:02 +00:00
|
|
|
Patch8: ppp-2.4.3-fix.patch
|
|
|
|
Patch9: ppp-2.4.3-fix64.patch
|
2004-09-14 09:35:03 +00:00
|
|
|
Patch11: ppp-2.4.2-change_resolv_conf.patch
|
[tw]
- new version 2.4.3
- updated patches: make, lib64, dontwriteetc, fix, fix64, no_strip,
radiusplugin
- dropped patches: bpf, signal, pcap, pppoatm, pkgcheck
2005-07-18 11:55:02 +00:00
|
|
|
Patch13: ppp-2.4.3-no_strip.patch
|
2004-09-16 10:12:43 +00:00
|
|
|
Patch14: ppp-2.4.2-argv.patch
|
2004-10-07 13:07:16 +00:00
|
|
|
Patch16: ppp-2.4.2-pppoatm-mtu.patch
|
|
|
|
Patch17: ppp-2.4.2-pppoatm-make.patch
|
[tw]
- new version 2.4.3
- updated patches: make, lib64, dontwriteetc, fix, fix64, no_strip,
radiusplugin
- dropped patches: bpf, signal, pcap, pppoatm, pkgcheck
2005-07-18 11:55:02 +00:00
|
|
|
Patch18: ppp-2.4.3-radiusplugin.patch
|
2005-07-19 16:24:10 +00:00
|
|
|
Patch19: ppp-2.4.3-local.patch
|
2005-11-04 10:35:46 +00:00
|
|
|
Patch20: ppp-2.4.3-ipv6-accept-remote.patch
|
2004-09-09 10:43:30 +00:00
|
|
|
|
2004-09-09 10:38:59 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-root
|
2004-09-16 09:06:05 +00:00
|
|
|
BuildPrereq: pam-devel, libpcap
|
2004-09-15 09:56:43 +00:00
|
|
|
Requires: glibc >= 2.0.6, /etc/pam.d/system-auth, logrotate, libpcap >= 14:0.8.3-6
|
2004-09-09 10:38:59 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
The ppp package contains the PPP (Point-to-Point Protocol) daemon and
|
2004-09-09 10:39:44 +00:00
|
|
|
documentation for PPP support. The PPP protocol provides a method for
|
2004-09-09 10:38:59 +00:00
|
|
|
transmitting datagrams over serial point-to-point links. PPP is
|
|
|
|
usually used to dial in to an ISP (Internet Service Provider) or other
|
|
|
|
organization over a modem and phone line.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
%patch0 -p1 -b .make
|
|
|
|
%patch1 -p1 -b .sample
|
2004-09-09 10:39:41 +00:00
|
|
|
# patch 2 depends on the -lutil in patch 0
|
2004-09-09 10:43:30 +00:00
|
|
|
%patch2 -p1 -b .libutil
|
|
|
|
%patch3 -p1 -b .varargs
|
|
|
|
# patch 4 depends on the -lutil in patch 0
|
|
|
|
%patch4 -p1 -b .lib64
|
|
|
|
%patch6 -p1 -b .dontwriteetc
|
2004-09-09 10:44:15 +00:00
|
|
|
%patch7 -p1 -b .pie
|
|
|
|
%patch8 -p1 -b .fix
|
|
|
|
%patch9 -p1 -b .fix64
|
2004-09-14 09:35:03 +00:00
|
|
|
%patch11 -p1 -b .change_resolv_conf
|
2004-09-16 10:12:43 +00:00
|
|
|
%patch13 -p1 -b .no_strip
|
|
|
|
%patch14 -p1 -b .argv
|
2004-10-07 13:07:16 +00:00
|
|
|
%patch16 -p1 -b .atm-mtu
|
|
|
|
%patch17 -p1 -b .atm-make
|
[tw]
- new version 2.4.3
- updated patches: make, lib64, dontwriteetc, fix, fix64, no_strip,
radiusplugin
- dropped patches: bpf, signal, pcap, pppoatm, pkgcheck
2005-07-18 11:55:02 +00:00
|
|
|
%patch18 -p1 -b .radiusplugin
|
2005-07-19 16:24:10 +00:00
|
|
|
%patch19 -p1 -b .local
|
2005-11-04 10:35:46 +00:00
|
|
|
%patch20 -p1 -b .ipv6cp
|
2004-10-04 11:11:36 +00:00
|
|
|
|
2004-09-09 10:44:15 +00:00
|
|
|
|
2004-09-09 10:38:59 +00:00
|
|
|
find . -type f -name "*.sample" | xargs rm -f
|
|
|
|
|
|
|
|
%build
|
2004-09-16 10:12:43 +00:00
|
|
|
#find . -name 'Makefile*' -print0 | xargs -0 perl -pi.no_strip -e "s: -s : :g"
|
|
|
|
RPM_OPT_FLAGS="$RPM_OPT_FLAGS -fPIC -Wall"
|
2004-09-09 10:38:59 +00:00
|
|
|
./configure
|
2004-09-16 10:12:43 +00:00
|
|
|
make
|
2004-09-09 10:38:59 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
|
[tw]
- new version 2.4.3
- updated patches: make, lib64, dontwriteetc, fix, fix64, no_strip,
radiusplugin
- dropped patches: bpf, signal, pcap, pppoatm, pkgcheck
2005-07-18 11:55:02 +00:00
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT MANDIR=$RPM_BUILD_ROOT%{_mandir}/man8 BINDIR=$RPM_BUILD_ROOT%{_sbindir} LIBDIR=$RPM_BUILD_ROOT%{_libdir}/pppd/%{version}/
|
2004-09-09 10:38:59 +00:00
|
|
|
|
|
|
|
## it shouldn't be SUID root be default
|
|
|
|
#chmod 755 $RPM_BUILD_ROOT/usr/sbin/pppd
|
|
|
|
|
2005-07-19 12:46:15 +00:00
|
|
|
chmod -R a+rX scripts
|
|
|
|
find scripts -type f | xargs chmod a-x
|
2004-09-09 10:43:30 +00:00
|
|
|
chmod 0755 $RPM_BUILD_ROOT/%{_libdir}/pppd/%{version}/*.so
|
2004-09-09 10:38:59 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT/etc/pam.d
|
|
|
|
install -m 644 %{SOURCE1} $RPM_BUILD_ROOT/etc/pam.d/ppp
|
|
|
|
|
2004-09-09 10:43:30 +00:00
|
|
|
# Provide pointers for people who expect stuff in old places
|
[tw]
- new version 2.4.3
- updated patches: make, lib64, dontwriteetc, fix, fix64, no_strip,
radiusplugin
- dropped patches: bpf, signal, pcap, pppoatm, pkgcheck
2005-07-18 11:55:02 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT/var/log/ppp
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/var/run/ppp
|
2004-09-09 10:43:30 +00:00
|
|
|
|
|
|
|
# Logrotate script
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/etc/logrotate.d
|
|
|
|
install -m 644 %{SOURCE2} $RPM_BUILD_ROOT/etc/logrotate.d/ppp
|
|
|
|
|
2004-09-09 10:38:59 +00:00
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_sbindir}/chat
|
|
|
|
%{_sbindir}/pppd
|
|
|
|
%{_sbindir}/pppdump
|
[tw]
- new version 2.4.3
- updated patches: make, lib64, dontwriteetc, fix, fix64, no_strip,
radiusplugin
- dropped patches: bpf, signal, pcap, pppoatm, pkgcheck
2005-07-18 11:55:02 +00:00
|
|
|
%{_sbindir}/pppoe-discovery
|
2004-09-09 10:38:59 +00:00
|
|
|
%{_sbindir}/pppstats
|
|
|
|
%{_mandir}/man8/chat.8*
|
|
|
|
%{_mandir}/man8/pppd.8*
|
|
|
|
%{_mandir}/man8/pppdump.8*
|
[tw]
- new version 2.4.3
- updated patches: make, lib64, dontwriteetc, fix, fix64, no_strip,
radiusplugin
- dropped patches: bpf, signal, pcap, pppoatm, pkgcheck
2005-07-18 11:55:02 +00:00
|
|
|
%{_mandir}/man8/pppd-radattr.8*
|
|
|
|
%{_mandir}/man8/pppd-radius.8*
|
2004-09-09 10:38:59 +00:00
|
|
|
%{_mandir}/man8/pppstats.8*
|
2004-09-09 10:43:30 +00:00
|
|
|
%{_includedir}/pppd
|
|
|
|
%{_libdir}/pppd
|
2004-09-09 10:38:59 +00:00
|
|
|
%dir /etc/ppp
|
2004-09-09 10:43:30 +00:00
|
|
|
%dir /var/run/ppp
|
|
|
|
%attr(700, root, root) %dir /var/log/ppp
|
2004-09-09 10:38:59 +00:00
|
|
|
%config /etc/ppp/chap-secrets
|
|
|
|
%config /etc/ppp/options
|
|
|
|
%config /etc/ppp/pap-secrets
|
|
|
|
%config /etc/pam.d/ppp
|
2004-09-09 10:43:30 +00:00
|
|
|
%config /etc/logrotate.d/ppp
|
|
|
|
%doc FAQ PLUGINS README README.cbcp README.linux README.MPPE README.MSCHAP80 README.MSCHAP81 README.pwfd README.pppoe scripts sample
|
2004-09-09 10:38:59 +00:00
|
|
|
|
2004-10-04 11:11:36 +00:00
|
|
|
|
2004-09-09 10:38:59 +00:00
|
|
|
%changelog
|
2006-07-12 07:52:33 +00:00
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.4.3-6.2.2
|
|
|
|
- rebuild
|
|
|
|
|
2006-02-11 05:14:52 +00:00
|
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.4.3-6.2.1
|
|
|
|
- bump again for double-long bug on ppc(64)
|
|
|
|
|
2006-02-07 13:36:20 +00:00
|
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.4.3-6.2
|
|
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
|
|
2005-12-09 22:42:47 +00:00
|
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2005-11-12 10:54:26 +00:00
|
|
|
* Sat Nov 12 2005 Florian La Roche <laroche@redhat.com>
|
|
|
|
- rebuild
|
|
|
|
|
2005-11-04 10:35:46 +00:00
|
|
|
* Fri Nov 4 2005 David Woodhouse <dwmw2@redhat.com> 2.4.3-5
|
|
|
|
- Implement ipv6cp-accept-remote option
|
|
|
|
|
2005-10-07 14:36:03 +00:00
|
|
|
* Fri Oct 7 2005 Tomas Mraz <tmraz@redhat.com> 2.4.3-4
|
|
|
|
- use include instead of pam_stack in pam config
|
|
|
|
|
2005-07-31 11:55:05 +00:00
|
|
|
* Sun Jul 31 2005 Florian La Roche <laroche@redhat.com>
|
|
|
|
- rebuild for libpcap of the day
|
|
|
|
|
2005-07-19 16:24:10 +00:00
|
|
|
* Tue Jul 19 2005 Thomas Woerner <twoerner@redhat.com> 2.4.3-2.1
|
|
|
|
- additional patch for the scripts, thanks to Sammy (#163621)
|
|
|
|
|
2005-07-19 12:46:15 +00:00
|
|
|
* Tue Jul 19 2005 Thomas Woerner <twoerner@redhat.com> 2.4.3-2
|
|
|
|
- dropped all executable bits in scripts directory to prevent rpm requiring
|
|
|
|
programs used in there
|
|
|
|
|
[tw]
- new version 2.4.3
- updated patches: make, lib64, dontwriteetc, fix, fix64, no_strip,
radiusplugin
- dropped patches: bpf, signal, pcap, pppoatm, pkgcheck
2005-07-18 11:55:02 +00:00
|
|
|
* Mon Jul 18 2005 Thomas Woerner <twoerner@redhat.com> 2.4.3-1
|
|
|
|
- new version 2.4.3
|
|
|
|
- updated patches: make, lib64, dontwriteetc, fix, fix64, no_strip,
|
|
|
|
radiusplugin
|
|
|
|
- dropped patches: bpf, signal, pcap, pppoatm, pkgcheck
|
|
|
|
|
2004-11-02 14:55:59 +00:00
|
|
|
* Tue Nov 2 2004 Thomas Woerner <twoerner@redhat.com> 2.4.2-7
|
|
|
|
- fixed out of bounds memory access, possible DOS
|
|
|
|
|
2004-10-07 13:07:16 +00:00
|
|
|
* Thu Oct 7 2004 David Woodhouse <dwmw2@redhat.com> 2.4.2-6.3
|
|
|
|
- Fix use of 'demand' without explicit MTU/MRU with pppoatm
|
|
|
|
|
2004-10-05 16:39:15 +00:00
|
|
|
* Tue Oct 5 2004 David Woodhouse <dwmw2@redhat.com> 2.4.2-6.2
|
|
|
|
- Link pppoatm plugin against libresolv.
|
|
|
|
- Revert to linux-atm headers without the workaround for #127098
|
|
|
|
|
2004-10-04 11:22:19 +00:00
|
|
|
* Mon Oct 4 2004 David Woodhouse <dwmw2@redhat.com> 2.4.2-6.1
|
|
|
|
- Include atmsap.h for pppoatm plugin.
|
|
|
|
|
2004-10-04 11:11:36 +00:00
|
|
|
* Mon Oct 4 2004 David Woodhouse <dwmw2@redhat.com> 2.4.2-6
|
|
|
|
- Add pppoatm plugin (#131555)
|
|
|
|
|
2004-09-16 10:12:43 +00:00
|
|
|
* Thu Sep 16 2004 Thomas Woerner <twoerner@redhat.com> 2.4.2-5.1
|
|
|
|
- fixed subscript out of range (#132677)
|
|
|
|
|
2004-09-15 09:56:43 +00:00
|
|
|
* Wed Sep 15 2004 Thomas Woerner <twoerner@redhat.com> 2.4.2-5
|
2004-09-14 09:35:03 +00:00
|
|
|
- example scripts are using change_resolv_conf to modify /etc/resolv.conf
|
|
|
|
(#132482)
|
2004-09-15 09:56:43 +00:00
|
|
|
- require new libpcap library (>= 0.8.3-6) with a fix for inbound/outbound
|
|
|
|
filter processing
|
|
|
|
- not using internal libpcap structures anymore, fixes inbound/outbound
|
|
|
|
filter processing (#128053)
|
2004-09-14 09:35:03 +00:00
|
|
|
|
2004-09-09 10:44:29 +00:00
|
|
|
* Fri Aug 6 2004 Thomas Woerner <twoerner@redhat.com> 2.4.2-4
|
|
|
|
- fixed signal handling (#29171)
|
|
|
|
|
2004-09-09 10:44:15 +00:00
|
|
|
* Mon Jun 21 2004 Thomas Woerner <twoerner@redhat.com> 2.4.2-3.1
|
|
|
|
- fixed compiler warnings
|
|
|
|
- fixed 64bit problem with ms-chap (#125501)
|
|
|
|
- enabled pie again
|
|
|
|
|
2004-09-09 10:43:55 +00:00
|
|
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 10:43:50 +00:00
|
|
|
* Wed May 24 2004 David Woodhouse <dwmw2@redhat.com> 2.4.2-2.3
|
|
|
|
- Enable IPv6 support. Disable PIE to avoid bogus Provides:
|
|
|
|
|
2004-09-09 10:43:40 +00:00
|
|
|
* Fri May 14 2004 Thomas Woerner <twoerner@redhat.com> 2.4.2-2.2
|
|
|
|
- compiled pppd and chat PIE
|
|
|
|
|
2004-09-09 10:43:34 +00:00
|
|
|
* Thu May 13 2004 Thomas Woerner <twoerner@redhat.com> 2.4.2-2.1
|
|
|
|
- added 'missingok' to ppp.logrotate (#122911)
|
|
|
|
|
2004-09-09 10:43:30 +00:00
|
|
|
* Fri May 07 2004 Nils Philippsen <nphilipp@redhat.com> 2.4.2-2
|
|
|
|
- don't write to /etc (#118837)
|
|
|
|
|
|
|
|
* Wed Mar 10 2004 Nalin Dahyabhai <nalin@redhat.com> 2.4.2-1
|
|
|
|
- update to 2.4.2
|
|
|
|
|
2004-09-09 10:43:06 +00:00
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 10:42:16 +00:00
|
|
|
* Fri Sep 5 2003 Nalin Dahyabhai <nalin@redhat.com> 2.4.1-15
|
|
|
|
- rebuild
|
|
|
|
|
|
|
|
* Fri Sep 5 2003 Nalin Dahyabhai <nalin@redhat.com> 2.4.1-14
|
|
|
|
- apply the patch from -11
|
|
|
|
|
|
|
|
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Tue Jun 3 2003 Nalin Dahyabhai <nalin@redhat.com> 2.4.1-12
|
|
|
|
- rebuild
|
|
|
|
|
|
|
|
* Tue Jun 3 2003 Nalin Dahyabhai <nalin@redhat.com> 2.4.1-11
|
|
|
|
- check for libcrypt in the right directory at compile-time
|
|
|
|
|
2004-09-09 10:41:24 +00:00
|
|
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Thu Dec 12 2002 Elliot Lee <sopwith@redhat.com> 2.4.1-9
|
|
|
|
- Fix build failure by rebuilding
|
|
|
|
|
|
|
|
* Tue Nov 19 2002 Nalin Dahyabhai <nalin@redhat.com> 2.4.1-8
|
|
|
|
- rebuild
|
|
|
|
- set x86_64 to use varargs the way s390 does
|
|
|
|
|
2004-09-09 10:41:21 +00:00
|
|
|
* Mon Jul 22 2002 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
- add patch:
|
|
|
|
* Thu Jun 06 2002 Phil Knirsch <pknirsch@redhat.com>
|
|
|
|
- Fixed varargs problem for s390/s390x.
|
|
|
|
|
2004-09-09 10:41:05 +00:00
|
|
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
* Sun May 26 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
* Fri May 17 2002 Nalin Dahyabhai <nalin@redhat.com> 2.4.1-4
|
|
|
|
- rebuild in new environment
|
|
|
|
|
2004-09-09 10:39:56 +00:00
|
|
|
* Wed Feb 27 2002 Nalin Dahyabhai <nalin@redhat.com> 2.4.1-3
|
|
|
|
- revert cbcp patch, it's wrong (#55367)
|
|
|
|
|
|
|
|
* Thu Aug 9 2001 Nalin Dahyabhai <nalin@redhat.com> 2.4.1-2
|
2004-09-09 10:39:44 +00:00
|
|
|
- add buildprereq on pam-devel (#49559)
|
|
|
|
- add patch to respond to CBCP LCP requests (#15738)
|
|
|
|
- enable cbcp support at build-time
|
|
|
|
- change the Copyright: tag to a License: tag
|
|
|
|
|
2004-09-09 10:39:56 +00:00
|
|
|
* Wed May 23 2001 Nalin Dahyabhai <nalin@redhat.com> 2.4.1-1
|
2004-09-09 10:39:41 +00:00
|
|
|
- update to 2.4.1
|
|
|
|
|
2004-09-09 10:39:26 +00:00
|
|
|
* Fri Dec 1 2000 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- rebuild in new environment
|
|
|
|
|
|
|
|
* Thu Nov 9 2000 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- update to 2.4.0
|
|
|
|
|
2004-09-09 10:38:59 +00:00
|
|
|
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
|
|
|
|
- automatic rebuild
|
|
|
|
|
|
|
|
* Mon Jun 5 2000 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- move man pages to %{_mandir}
|
|
|
|
|
|
|
|
* Thu Jun 1 2000 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- change perms using defattr
|
|
|
|
- modify PAM setup to use system-auth
|
|
|
|
|
|
|
|
* Sun Mar 26 2000 Florian La Roche <Florian.La Roche@redhat.com>
|
|
|
|
- change to root:root perms
|
|
|
|
|
|
|
|
* Mon Mar 06 2000 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- reaper bugs verified as fixed
|
|
|
|
- check pam_open_session result code (bug #9966)
|
|
|
|
|
|
|
|
* Mon Feb 07 2000 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- take a shot at the wrong reaper bugs (#8153, #5290)
|
|
|
|
|
|
|
|
* Thu Feb 03 2000 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- free ride through the build system (release 2)
|
|
|
|
|
|
|
|
* Tue Jan 18 2000 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- Update to 2.3.11
|
|
|
|
|
|
|
|
* Sat Nov 06 1999 Michael K. Johnson <johnsonm@redhat.com>
|
|
|
|
- Better fix for both problems
|
|
|
|
|
|
|
|
* Fri Nov 05 1999 Michael K. Johnson <johnsonm@redhat.com>
|
|
|
|
- fix for double-dial problem
|
|
|
|
- fix for requiring a controlling terminal problem
|
|
|
|
|
|
|
|
* Sun Sep 19 1999 Preston Brown <pbrown@redhat.com>
|
|
|
|
- 2.3.10 bugfix release
|
|
|
|
|
|
|
|
* Fri Aug 13 1999 Michael K. Johnson <johnsonm@redhat.com>
|
|
|
|
- New version 2.3.9 required for kernel 2.3.13 and will be required
|
|
|
|
for new initscripts. auth patch removed; 2.3.9 does the same thing
|
|
|
|
more readably than the previous patch.
|
|
|
|
|
|
|
|
* Thu Jun 24 1999 Cristian Gafton <gafton@redhat.com>
|
|
|
|
- add pppdump
|
|
|
|
|
|
|
|
* Fri Apr 09 1999 Cristian Gafton <gafton@redhat.com>
|
|
|
|
- force pppd use the glibc's logwtmp instead of implementing its own
|
|
|
|
|
|
|
|
* Wed Apr 01 1999 Preston Brown <pbrown@redhat.com>
|
|
|
|
- version 2.3.7 bugfix release
|
|
|
|
|
|
|
|
* Tue Mar 23 1999 Cristian Gafton <gafton@redhat.com>
|
|
|
|
- version 2.3.6
|
|
|
|
|
|
|
|
* Mon Mar 22 1999 Michael Johnson <johnsonm@redhat.com>
|
|
|
|
- auth patch
|
|
|
|
|
|
|
|
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
|
|
|
|
- auto rebuild in the new build environment (release 3)
|
|
|
|
|
|
|
|
* Thu Jan 07 1999 Cristian Gafton <gafton@redhat.com>
|
|
|
|
- build for glibc 2.1
|
|
|
|
|
|
|
|
* Fri Jun 5 1998 Jeff Johnson <jbj@redhat.com>
|
|
|
|
- updated to 2.3.5.
|
|
|
|
|
|
|
|
* Tue May 19 1998 Prospector System <bugs@redhat.com>
|
|
|
|
- translations modified for de
|
|
|
|
|
|
|
|
* Fri May 8 1998 Jakub Jelinek <jj@ultra.linux.cz>
|
|
|
|
- make it run with kernels 2.1.100 and above.
|
|
|
|
|
|
|
|
* Fri Apr 24 1998 Prospector System <bugs@redhat.com>
|
|
|
|
- translations modified for de, fr, tr
|
|
|
|
|
|
|
|
* Wed Mar 18 1998 Cristian Gafton <gafton@redhat.com>
|
|
|
|
- requires glibc 2.0.6 or later
|
|
|
|
|
|
|
|
* Wed Mar 18 1998 Michael K. Johnson <johnsonm@redhat.com>
|
|
|
|
- updated PAM patch to not turn off wtmp/utmp/syslog logging.
|
|
|
|
|
|
|
|
* Wed Jan 7 1998 Cristian Gafton <gafton@redhat.com>
|
|
|
|
- added the /etc/pam.d config file
|
|
|
|
- updated PAM patch to include session support
|
|
|
|
|
|
|
|
* Tue Jan 6 1998 Cristian Gafton <gafton@redhat.com>
|
|
|
|
- updated to ppp-2.3.3, build against glibc-2.0.6 - previous patches not
|
|
|
|
required any more.
|
|
|
|
- added buildroot
|
|
|
|
- fixed the PAM support, which was really, completely broken and against any
|
|
|
|
standards (session support is still not here... :-( )
|
|
|
|
- we build against running kernel and pray that it will work
|
|
|
|
- added a samples patch; updated glibc patch
|
|
|
|
|
|
|
|
* Thu Dec 18 1997 Erik Troan <ewt@redhat.com>
|
|
|
|
- added a patch to use our own route.h, rather then glibc's (which has
|
|
|
|
alignment problems on Alpha's) -- I only applied this patch on the Alpha,
|
|
|
|
though it should be safe everywhere
|
|
|
|
|
|
|
|
* Fri Oct 10 1997 Erik Troan <ewt@redhat.com>
|
|
|
|
- turned off the execute bit for scripts in /usr/doc
|
|
|
|
|
|
|
|
* Fri Jul 18 1997 Erik Troan <ewt@redhat.com>
|
|
|
|
- built against glibc
|
|
|
|
|
|
|
|
* Tue Mar 25 1997 Erik Troan <ewt@redhat.com>
|
|
|
|
- Integrated new patch from David Mosberger
|
|
|
|
- Improved description
|
|
|
|
|