rpms/pptp/devel pptp-1.7.2-compat.patch, NONE, 1.1 .cvsignore, 1.4, 1.5 pptp.spec, 1.10, 1.11 sources, 1.4, 1.5

Paul Howarth (pghmcfc) fedora-extras-commits at redhat.com
Wed May 14 13:16:07 UTC 2008


Author: pghmcfc

Update of /cvs/pkgs/rpms/pptp/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6392

Modified Files:
	.cvsignore pptp.spec sources 
Added Files:
	pptp-1.7.2-compat.patch 
Log Message:
Update to 1.7.2

pptp-1.7.2-compat.patch:

--- NEW FILE pptp-1.7.2-compat.patch ---
--- 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 <fcntl.h>
 #include <sys/types.h>
 #include <unistd.h>
-#include <stropts.h>
 #include <stdlib.h>
 #include <strings.h>
 #include "pptp_compat.h"


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pptp/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	13 Feb 2006 12:46:24 -0000	1.4
+++ .cvsignore	14 May 2008 13:13:37 -0000	1.5
@@ -1 +1 @@
-pptp-1.7.1.tar.gz
+pptp-1.7.2.tar.gz


Index: pptp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pptp/devel/pptp.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- pptp.spec	13 Feb 2008 11:05:55 -0000	1.10
+++ pptp.spec	14 May 2008 13:13:37 -0000	1.11
@@ -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 @@
 
 %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 @@
 %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 <paul at city-fan.org> 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 <paul at city-fan.org> 1.7.1-4
 - Rebuild with gcc 4.3.0 for Fedora 9
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pptp/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	13 Feb 2006 12:46:24 -0000	1.4
+++ sources	14 May 2008 13:13:37 -0000	1.5
@@ -1 +1 @@
-b47735ba5d6d37dfdbccb85afc044ede  pptp-1.7.1.tar.gz
+4c3d19286a37459a632c7128c92a9857  pptp-1.7.2.tar.gz




More information about the fedora-extras-commits mailing list