This commit is contained in:
parent
dab1debd25
commit
5233431fe9
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fdd1dcaa8ae9eea18c380306254aa671e97db9b8cd348fb18a5ad867fb5497fe
|
||||
size 180858
|
3
pptp-1.7.2.tar.bz2
Normal file
3
pptp-1.7.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a94c3c2a1dafcef1417e82e8f451784efe0cec56f07e4b3ea4a4439696d11fd8
|
||||
size 67307
|
@ -1,11 +1,13 @@
|
||||
--- Makefile
|
||||
+++ Makefile
|
||||
@@ -54,7 +54,7 @@
|
||||
@@ -63,8 +63,8 @@
|
||||
|
||||
install:
|
||||
mkdir -p $(BINDIR)
|
||||
- install -o root -m 555 pptp $(BINDIR)
|
||||
- install -o root -m 555 pptpsetup $(BINDIR)
|
||||
+ install -m 555 pptp $(BINDIR)
|
||||
+ install -m 555 pptpsetup $(BINDIR)
|
||||
mkdir -p $(MANDIR)
|
||||
install -m 644 pptp.8 $(MANDIR)
|
||||
|
||||
install -m 644 pptpsetup.8 $(MANDIR)
|
||||
|
13
pptp.changes
13
pptp.changes
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 4 11:20:33 CEST 2008 - hvogel@suse.de
|
||||
|
||||
- update to version 1.7.2
|
||||
* new --test-type and --test-rate options
|
||||
* implement reordering tests to assist with pptpd testing
|
||||
* when we fail to write due to a transient error
|
||||
simply ignore it (treat it as a drop).
|
||||
* add route to PPTP server. Experimental feature.
|
||||
* include pptpsetup in kit
|
||||
* remove Reference documentation as the license is non-free.
|
||||
* add refuse-pap to default options
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 2 15:09:53 CET 2006 - hvogel@suse.de
|
||||
|
||||
|
57
pptp.spec
57
pptp.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package pptp (Version 1.7.1)
|
||||
# spec file for package pptp (Version 1.7.2)
|
||||
#
|
||||
# Copyright (c) 2006 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,18 +10,19 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: pptp
|
||||
URL: http://pptpclient.sourceforge.net/
|
||||
Url: http://pptpclient.sourceforge.net/
|
||||
Summary: Point-to-Point Tunneling Protocol (PPTP) Client
|
||||
Version: 1.7.1
|
||||
Release: 4
|
||||
Version: 1.7.2
|
||||
Release: 1
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Source1: pptp-command
|
||||
Source2: options.pptp
|
||||
Source3: pptp_fe.pl
|
||||
Source4: xpptp_fe.pl
|
||||
Patch1: pptp-makefile.patch
|
||||
License: GNU General Public License (GPL) - all versions
|
||||
License: GPL v2 or later
|
||||
Group: Productivity/Networking/Security
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
@ -69,30 +70,42 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(0644,root,root,0755)
|
||||
%doc AUTHORS COPYING INSTALL NEWS README TODO USING Documentation Reference
|
||||
%doc AUTHORS COPYING INSTALL NEWS README TODO USING Documentation
|
||||
%attr(0755,root,root) /usr/sbin/pptp
|
||||
%attr(0755,root,root) /usr/sbin/pptpsetup
|
||||
%attr(0444,root,root) %{_mandir}/man8/pptp.8.gz
|
||||
%attr(0444,root,root) %{_mandir}/man8/pptpsetup.8.gz
|
||||
%attr(0755,root,root) /usr/sbin/pptp-command
|
||||
%config %attr(0600,root,root) /etc/ppp/options.pptp
|
||||
%attr(0755,root,root) /etc/pptp.d
|
||||
|
||||
%changelog -n pptp
|
||||
* Thu Nov 02 2006 - hvogel@suse.de
|
||||
%changelog
|
||||
* Fri Jul 04 2008 hvogel@suse.de
|
||||
- update to version 1.7.2
|
||||
* new --test-type and --test-rate options
|
||||
* implement reordering tests to assist with pptpd testing
|
||||
* when we fail to write due to a transient error
|
||||
simply ignore it (treat it as a drop).
|
||||
* add route to PPTP server. Experimental feature.
|
||||
* include pptpsetup in kit
|
||||
* remove Reference documentation as the license is non-free.
|
||||
* add refuse-pap to default options
|
||||
* Thu Nov 02 2006 hvogel@suse.de
|
||||
- launder route variable in pptp-command (taint mode) [#214627]
|
||||
* Mon Oct 23 2006 - hvogel@suse.de
|
||||
* Mon Oct 23 2006 hvogel@suse.de
|
||||
- update to version 1.7.1
|
||||
* use prctl(2) to set process name
|
||||
* remove superfluous sigset variable and calls
|
||||
* default to not require MPPE
|
||||
* Wed Jan 25 2006 - mls@suse.de
|
||||
* Wed Jan 25 2006 mls@suse.de
|
||||
- converted neededforbuild to BuildRequires
|
||||
* Mon Aug 01 2005 - arvin@suse.de
|
||||
* Mon Aug 01 2005 arvin@suse.de
|
||||
- updated to version 1.7.0
|
||||
* Tue Mar 15 2005 - arvin@suse.de
|
||||
* Tue Mar 15 2005 arvin@suse.de
|
||||
- updated to version 1.6.0:
|
||||
- several bug-fixes
|
||||
- add --idle-wait option
|
||||
* Mon Aug 09 2004 - meissner@suse.de
|
||||
* Mon Aug 09 2004 meissner@suse.de
|
||||
- Upgraded to 1.5.0:
|
||||
- fix statistics when buffering disabled [Wilson]
|
||||
- do not inherit the GRE socket [Cameron]
|
||||
@ -104,12 +117,12 @@ rm -rf $RPM_BUILD_ROOT
|
||||
- add documentation for command-line options [Wilson]
|
||||
- do not hang when a connection is refused [McCurdy]
|
||||
- better describe a cause of EMSGSIZE [Cameron]
|
||||
* Tue Jun 22 2004 - arvin@suse.de
|
||||
* Tue Jun 22 2004 arvin@suse.de
|
||||
- use new options in options.pptp
|
||||
* Mon Mar 01 2004 - hmacht@suse.de
|
||||
* Mon Mar 01 2004 hmacht@suse.de
|
||||
- building as nonroot-user
|
||||
- added patch pptp-makefile.patch because of wrong permissions
|
||||
* Thu Feb 12 2004 - meissner@suse.de
|
||||
* Thu Feb 12 2004 meissner@suse.de
|
||||
- Upgraded to 1.4.0:
|
||||
- support options before hostname [Wilson]
|
||||
- defer OCRQ until after SCCRP [Cameron]
|
||||
@ -117,13 +130,13 @@ rm -rf $RPM_BUILD_ROOT
|
||||
- only issue a warning if sync mode is different to pppd [Klazes]
|
||||
- reformat and tidy code [Klazes]
|
||||
- reduce transmitted ack-only packets from 40%% to 0.8%% [Klazes]
|
||||
* Wed Jun 11 2003 - meissner@suse.de
|
||||
* Wed Jun 11 2003 meissner@suse.de
|
||||
- Upgraded to 1.3.1 bugfix release.
|
||||
* Wed Jun 11 2003 - meissner@suse.de
|
||||
* Wed Jun 11 2003 meissner@suse.de
|
||||
- Upgraded to 1.3.0.
|
||||
* Mon May 19 2003 - meissner@suse.de
|
||||
* Mon May 19 2003 meissner@suse.de
|
||||
- remove CVS files from install.
|
||||
* Tue Feb 18 2003 - meissner@suse.de
|
||||
* Tue Feb 18 2003 meissner@suse.de
|
||||
- Upgrade to upstream 1.2.0:
|
||||
- fix response to dropped packets.
|
||||
- fix man page, address must be before options.
|
||||
@ -133,5 +146,5 @@ rm -rf $RPM_BUILD_ROOT
|
||||
important improvement of the CPU efficiency.
|
||||
- handle out-of-order packets arriving on the GRE socket by buffering.
|
||||
- bind GRE socket early to prevent ICMP Unreachable response by client.
|
||||
* Mon Nov 11 2002 - meissner@suse.de
|
||||
* Mon Nov 11 2002 meissner@suse.de
|
||||
- initial packaging.
|
||||
|
Loading…
Reference in New Issue
Block a user