diff --git a/.cvsignore b/.cvsignore index 1d84ede..0f09618 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -pptp-1.7.1.tar.gz +pptp-1.7.2.tar.gz diff --git a/pptp-1.7.2-compat.patch b/pptp-1.7.2-compat.patch new file mode 100644 index 0000000..15f4759 --- /dev/null +++ b/pptp-1.7.2-compat.patch @@ -0,0 +1,10 @@ +--- pptp-1.7.2/pptp_compat.c 2008-05-14 07:33:55.000000000 +0100 ++++ pptp-1.7.2/pptp_compat.c 2008-05-14 12:34:46.000000000 +0100 +@@ -7,7 +7,6 @@ + #include + #include + #include +-#include + #include + #include + #include "pptp_compat.h" diff --git a/pptp.spec b/pptp.spec index 3732de7..fdb1b11 100644 --- a/pptp.spec +++ b/pptp.spec @@ -1,11 +1,12 @@ Name: pptp -Version: 1.7.1 -Release: 4%{?dist} +Version: 1.7.2 +Release: 1%{?dist} Summary: Point-to-Point Tunneling Protocol (PPTP) Client Group: Applications/Internet License: GPLv2+ URL: http://pptpclient.sourceforge.net/ Source0: http://downloads.sf.net/pptpclient/pptp-%{version}.tar.gz +Patch0: pptp-1.7.2-compat.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: ppp >= 2.4.2 @@ -16,6 +17,7 @@ by employers and some cable and ADSL service providers. %prep %setup -q +%patch0 -p1 -b .compat %{__sed} -i -e 's/install -o root -m 555 pptp/install -m 755 pptp/' Makefile %build @@ -34,13 +36,20 @@ by employers and some cable and ADSL service providers. %doc AUTHORS COPYING DEVELOPERS NEWS README TODO USING %doc ChangeLog Documentation/DESIGN.PPTP PROTOCOL-SECURITY %{_sbindir}/pptp +%{_sbindir}/pptpsetup %{_mandir}/man8/pptp.8* +%{_mandir}/man8/pptpsetup.8* %dir %attr(750,root,root) %{_localstatedir}/run/pptp/ # /etc/ppp is hardcoded instead of using %{_sysconfdir}/ppp because the # Fedora ppp package hardcodes the directory name %config(noreplace) /etc/ppp/options.pptp %changelog +* Wed May 14 2008 Paul Howarth 1.7.2-1 +- Update to 1.7.2 +- New script and manpage: pptpsetup +- Add patch to remove reference to stropts.h, not shipped in F9 onwards + * Wed Feb 13 2008 Paul Howarth 1.7.1-4 - Rebuild with gcc 4.3.0 for Fedora 9 diff --git a/sources b/sources index 7492164..808f622 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b47735ba5d6d37dfdbccb85afc044ede pptp-1.7.1.tar.gz +4c3d19286a37459a632c7128c92a9857 pptp-1.7.2.tar.gz