Mailinglist Archive: opensuse-commit (875 mails)
| < Previous | Next > |
commit pptp
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Tue, 08 Jul 2008 23:56:47 +0200
- Message-id: <20080708215647.ED442678178@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package pptp
checked in at Tue Jul 8 23:56:47 CEST 2008.
--------
--- pptp/pptp.changes 2006-11-02 15:10:39.000000000 +0100
+++ pptp/pptp.changes 2008-07-04 11:23:10.000000000 +0200
@@ -1,0 +2,13 @@
+Fri Jul 4 11:20:33 CEST 2008 - hvogel@xxxxxxx
+
+- 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
+
+-------------------------------------------------------------------
Old:
----
pptp-1.7.1.tar.bz2
New:
----
pptp-1.7.2.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ pptp.spec ++++++
--- /var/tmp/diff_new_pack.W32261/_old 2008-07-08 23:54:56.000000000 +0200
+++ /var/tmp/diff_new_pack.W32261/_new 2008-07-08 23:54:56.000000000 +0200
@@ -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 @@
%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@xxxxxxx
+%changelog
+* Fri Jul 04 2008 hvogel@xxxxxxx
+- 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@xxxxxxx
- launder route variable in pptp-command (taint mode) [#214627]
-* Mon Oct 23 2006 - hvogel@xxxxxxx
+* Mon Oct 23 2006 hvogel@xxxxxxx
- 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@xxxxxxx
+* Wed Jan 25 2006 mls@xxxxxxx
- converted neededforbuild to BuildRequires
-* Mon Aug 01 2005 - arvin@xxxxxxx
+* Mon Aug 01 2005 arvin@xxxxxxx
- updated to version 1.7.0
-* Tue Mar 15 2005 - arvin@xxxxxxx
+* Tue Mar 15 2005 arvin@xxxxxxx
- updated to version 1.6.0:
- several bug-fixes
- add --idle-wait option
-* Mon Aug 09 2004 - meissner@xxxxxxx
+* Mon Aug 09 2004 meissner@xxxxxxx
- Upgraded to 1.5.0:
- fix statistics when buffering disabled [Wilson]
- do not inherit the GRE socket [Cameron]
@@ -104,12 +117,12 @@
- 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@xxxxxxx
+* Tue Jun 22 2004 arvin@xxxxxxx
- use new options in options.pptp
-* Mon Mar 01 2004 - hmacht@xxxxxxx
+* Mon Mar 01 2004 hmacht@xxxxxxx
- building as nonroot-user
- added patch pptp-makefile.patch because of wrong permissions
-* Thu Feb 12 2004 - meissner@xxxxxxx
+* Thu Feb 12 2004 meissner@xxxxxxx
- Upgraded to 1.4.0:
- support options before hostname [Wilson]
- defer OCRQ until after SCCRP [Cameron]
@@ -117,13 +130,13 @@
- 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@xxxxxxx
+* Wed Jun 11 2003 meissner@xxxxxxx
- Upgraded to 1.3.1 bugfix release.
-* Wed Jun 11 2003 - meissner@xxxxxxx
+* Wed Jun 11 2003 meissner@xxxxxxx
- Upgraded to 1.3.0.
-* Mon May 19 2003 - meissner@xxxxxxx
+* Mon May 19 2003 meissner@xxxxxxx
- remove CVS files from install.
-* Tue Feb 18 2003 - meissner@xxxxxxx
+* Tue Feb 18 2003 meissner@xxxxxxx
- Upgrade to upstream 1.2.0:
- fix response to dropped packets.
- fix man page, address must be before options.
@@ -133,5 +146,5 @@
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@xxxxxxx
+* Mon Nov 11 2002 meissner@xxxxxxx
- initial packaging.
++++++ pptp-1.7.1.tar.bz2 -> pptp-1.7.2.tar.bz2 ++++++
++++ 20783 lines of diff (skipped)
++++++ pptp-makefile.patch ++++++
--- /var/tmp/diff_new_pack.W32261/_old 2008-07-08 23:54:57.000000000 +0200
+++ /var/tmp/diff_new_pack.W32261/_new 2008-07-08 23:54:57.000000000 +0200
@@ -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)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |