commit pptp for openSUSE:Factory

2019-12-11 Thread root
Hello community,

here is the log from the commit of package pptp for openSUSE:Factory checked in 
at 2019-12-11 12:00:33

Comparing /work/SRC/openSUSE:Factory/pptp (Old)
 and  /work/SRC/openSUSE:Factory/.pptp.new.4691 (New)


Package is "pptp"

Wed Dec 11 12:00:33 2019 rev:19 rq:754108 version:1.10.0

Changes:

--- /work/SRC/openSUSE:Factory/pptp/pptp.changes2017-06-23 
09:13:44.133681195 +0200
+++ /work/SRC/openSUSE:Factory/.pptp.new.4691/pptp.changes  2019-12-11 
12:00:59.588844639 +0100
@@ -1,0 +2,23 @@
+Wed Dec  4 17:19:58 UTC 2019 - Reinhard Max 
+
+- Update to versioin 1.10.0
+  * remove inststr in favour of prctrl PR_SET_NAME,
+  * vector tests; include in make, fix code rot, fix return status,
+  * pqueue; include missing sys/types.h,
+  * pptpsetup; prevent world-readable peers file, use
+three-argument append, allow password trailing spaces, split
+prints to chap-secrets, allow passwords with quotes, use
+absolute path to pptp
+  * remove uid from ip route get output; iproute2-4.10 and later
+may emit uid, (bsc#1131960).
+- Changes in 1.9.0
+  * close a memory leak in pqueue,
+  * avoid clobbering heap (RHBZ #1183627),
+  * fix use after free in call close request handler,
+  * add --missing-window option (Debian #680455, Ubuntu #681617),
+  * randomise call-id (Debian #721963),
+  * replace gethostbyname(3) with getaddrinfo(3),
+  * don't set build flags; use defaults,
+  * fix for (null) in "pptp: GRE-to-PPP gateway on (null)".
+
+---

Old:

  pptp-1.8.0.tar.gz

New:

  pptp-1.10.0.tar.gz



Other differences:
--
++ pptp.spec ++
--- /var/tmp/diff_new_pack.cByYxk/_old  2019-12-11 12:01:01.360843893 +0100
+++ /var/tmp/diff_new_pack.cByYxk/_new  2019-12-11 12:01:01.364843891 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pptp
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,17 +12,17 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   pptp
-Version:1.8.0
+Version:1.10.0
 Release:0
 Summary:Point-to-Point Tunneling Protocol (PPTP) Client
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Productivity/Networking/Security
-Url:http://pptpclient.sourceforge.net/
+URL:http://pptpclient.sourceforge.net/
 Source: 
http://downloads.sourceforge.net/project/pptpclient/pptp/pptp-%{version}/%{name}-%{version}.tar.gz
 Source1:pptp-command
 Source2:options.pptp
@@ -58,7 +58,8 @@
 
 %files
 %defattr(0644,root,root,0755)
-%doc AUTHORS COPYING NEWS README TODO USING Documentation
+%doc AUTHORS NEWS README TODO USING Documentation
+%license COPYING
 %attr(0755,root,root) %{_sbindir}/pptp
 %attr(0755,root,root) %{_sbindir}/pptpsetup
 %attr(0444,root,root) %{_mandir}/man8/pptp.8.gz

++ pptp-1.8.0.tar.gz -> pptp-1.10.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pptp-1.8.0/AUTHORS new/pptp-1.10.0/AUTHORS
--- old/pptp-1.8.0/AUTHORS  2013-10-23 10:10:46.0 +0200
+++ new/pptp-1.10.0/AUTHORS 2018-01-18 01:12:00.0 +0100
@@ -27,6 +27,7 @@
 Charles Shen 
 Jan Just Keijser 
 David Lamparter 
+Ruslan Atnabayeff 
 
 Package renamed from pptp-linux to pptp after version 1.5.0.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pptp-1.8.0/ChangeLog new/pptp-1.10.0/ChangeLog
--- old/pptp-1.8.0/ChangeLog2013-10-23 10:10:46.0 +0200
+++ new/pptp-1.10.0/ChangeLog   2018-01-18 01:12:00.0 +0100
@@ -1,3 +1,13 @@
+Thu Jan 18 11:10:32 2018  James Cameron  
+
+   * pptp-1.10.0: released.
+ [this file is not maintained, see NEWS and "git log"]
+
+Tue Nov 29 16:13:57 2016  James Cameron  
+
+   * pptp-1.9.0: released.
+ [this file is not maintained, see "git log"]
+
 Wed Oct 23 19:04:57 2013  James Cameron  
 
* pptp-1.8.0: released.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pptp-1.8.0/Makefile new/pptp-1.10.0/Makefile
--- old/pptp-1.8.0/Makefile 2013-10-23 10:10:46.0 +0200
+++ new/pptp-1.10.0/Makefile2018-01-18 01:12:00.0 +0100
@@ -1,5 +1,5 @@
 # $Id: Makefile,v 1.51 2011/11/29 22:05:07 quozl Exp $
-VERSION

commit pptp for openSUSE:Factory

2017-06-23 Thread root
Hello community,

here is the log from the commit of package pptp for openSUSE:Factory checked in 
at 2017-06-23 09:13:42

Comparing /work/SRC/openSUSE:Factory/pptp (Old)
 and  /work/SRC/openSUSE:Factory/.pptp.new (New)


Package is "pptp"

Fri Jun 23 09:13:42 2017 rev:18 rq:503472 version:1.8.0

Changes:

--- /work/SRC/openSUSE:Factory/pptp/pptp.changes2015-03-16 
09:38:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.pptp.new/pptp.changes   2017-06-23 
09:13:44.133681195 +0200
@@ -1,0 +2,5 @@
+Tue Jun 13 22:04:21 CEST 2017 - ku...@suse.de
+
+- Add /etc/ppp directory
+
+---



Other differences:
--
++ pptp.spec ++
--- /var/tmp/diff_new_pack.vlFBQf/_old  2017-06-23 09:13:44.957564786 +0200
+++ /var/tmp/diff_new_pack.vlFBQf/_new  2017-06-23 09:13:44.961564221 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pptp
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -64,6 +64,7 @@
 %attr(0444,root,root) %{_mandir}/man8/pptp.8.gz
 %attr(0444,root,root) %{_mandir}/man8/pptpsetup.8.gz
 %attr(0755,root,root) %{_sbindir}/pptp-command
+%attr(750, root, root) %dir %{_sysconfdir}/ppp
 %config %attr(0600,root,root) %{_sysconfdir}/ppp/options.pptp
 %attr(0755,root,root) %{_sysconfdir}/pptp.d
 




commit pptp for openSUSE:Factory

2015-03-16 Thread h_root
Hello community,

here is the log from the commit of package pptp for openSUSE:Factory checked in 
at 2015-03-16 09:38:15

Comparing /work/SRC/openSUSE:Factory/pptp (Old)
 and  /work/SRC/openSUSE:Factory/.pptp.new (New)


Package is "pptp"

Changes:

--- /work/SRC/openSUSE:Factory/pptp/pptp.changes2013-04-16 
06:53:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.pptp.new/pptp.changes   2015-03-16 
09:38:17.0 +0100
@@ -1,0 +2,20 @@
+Thu Mar 12 09:55:21 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 1.8.0
+  * options file, fix option documentation and links
+  * fix many warnings
+  * fix parallel build failure
+  * fix call disconnect notify
+  * add --n*hostroute option to disable routing calls
+  * add --rtmark option for Linux policy routing
+  * move free of conn struct out of main loop
+  * avoid using conn struct after it is freed
+  * correct response to call disconnect notify
+  * avoid superfluous MPPE capability checks in pptpsetup
+  * retain permissions on chap-secrets, closes rhbz#492090
+  * compilation fixes for older distributions of Linux
+  * port routing change feature for Solaris
+  * add IP_BINARY
+  * add include file build dependencies
+
+---

Old:

  pptp-1.7.2.tar.gz

New:

  pptp-1.8.0.tar.gz



Other differences:
--
++ pptp.spec ++
--- /var/tmp/diff_new_pack.ac3LQ8/_old  2015-03-16 09:38:18.0 +0100
+++ /var/tmp/diff_new_pack.ac3LQ8/_new  2015-03-16 09:38:18.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pptp
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   pptp
-Version:1.7.2
+Version:1.8.0
 Release:0
 Summary:Point-to-Point Tunneling Protocol (PPTP) Client
 License:GPL-2.0+

++ pptp-1.7.2.tar.gz -> pptp-1.8.0.tar.gz ++
 1854 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit pptp for openSUSE:Factory

2013-04-15 Thread h_root
Hello community,

here is the log from the commit of package pptp for openSUSE:Factory checked in 
at 2013-04-16 06:53:54

Comparing /work/SRC/openSUSE:Factory/pptp (Old)
 and  /work/SRC/openSUSE:Factory/.pptp.new (New)


Package is "pptp", Maintainer is "b...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/pptp/pptp.changes2011-09-23 
12:41:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.pptp.new/pptp.changes   2013-04-16 
06:53:57.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr 15 09:30:20 UTC 2013 - idon...@suse.com
+
+- Cleanup spec file
+- Add Source URL, https://en.opensuse.org/SourceUrls
+
+---

Old:

  pptp-1.7.2.tar.bz2

New:

  pptp-1.7.2.tar.gz



Other differences:
--
++ pptp.spec ++
--- /var/tmp/diff_new_pack.wUdlhw/_old  2013-04-16 06:53:58.0 +0200
+++ /var/tmp/diff_new_pack.wUdlhw/_new  2013-04-16 06:53:58.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package pptp (Version 1.7.2)
+# spec file for package pptp
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,22 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   pptp
-Url:http://pptpclient.sourceforge.net/ 
-Summary:Point-to-Point Tunneling Protocol (PPTP) Client
 Version:1.7.2
-Release:24
-Source: %{name}-%{version}.tar.bz2
+Release:0
+Summary:Point-to-Point Tunneling Protocol (PPTP) Client
+License:GPL-2.0+
+Group:  Productivity/Networking/Security
+Url:http://pptpclient.sourceforge.net/
+Source: 
http://downloads.sourceforge.net/project/pptpclient/pptp/pptp-%{version}/%{name}-%{version}.tar.gz
 Source1:pptp-command
 Source2:options.pptp
 Source3:pptp_fe.pl
 Source4:xpptp_fe.pl
 Patch1: pptp-makefile.patch
-License:GPL-2.0+
-Group:  Productivity/Networking/Security
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -39,51 +37,34 @@
 employers and some cable and ADSL service providers. It requires MPPE
 support in the kernel. Use the ppp-mppe package.
 
-
-
-Authors:
-
-C. Scott Ananian 
-
-Christoph Lameter 
-Gordon Chaffee 
-mulix 
-James Cameron 
-Rein Klazes 
-Thomas Quinot 
-Rhialto 
-Scott Venier 
-Jeff Wiedemeier 
-Yura Zotov 
-
 %prep
-%setup -q -n %{name}-%{version}
+%setup -q
 %patch1
 
 %build
-make CFLAGS="$RPM_OPT_FLAGS"
+make CFLAGS="%{optflags}"
 
 %install
-make install DESTDIR=$RPM_BUILD_ROOT
-mkdir -p $RPM_BUILD_ROOT/etc/ppp
-mkdir -p $RPM_BUILD_ROOT/etc/pptp.d
-cp %{SOURCE1} $RPM_BUILD_ROOT/usr/sbin/pptp-command
-cp %{SOURCE2} $RPM_BUILD_ROOT/etc/ppp
+make install DESTDIR=%{buildroot}
+
+mkdir -p %{buildroot}%{_sysconfdir}/ppp
+mkdir -p %{buildroot}%{_sysconfdir}/pptp.d
+
+cp %{SOURCE1} %{buildroot}%{_sbindir}/pptp-command
+cp %{SOURCE2} %{buildroot}%{_sysconfdir}/ppp
+
 find Documentation -name CVS | xargs rm -rf
 find Reference -name CVS | xargs rm -rf
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(0644,root,root,0755)
-%doc AUTHORS COPYING INSTALL NEWS README TODO USING Documentation
-%attr(0755,root,root) /usr/sbin/pptp
-%attr(0755,root,root) /usr/sbin/pptpsetup
+%doc AUTHORS COPYING NEWS README TODO USING Documentation
+%attr(0755,root,root) %{_sbindir}/pptp
+%attr(0755,root,root) %{_sbindir}/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
+%attr(0755,root,root) %{_sbindir}/pptp-command
+%config %attr(0600,root,root) %{_sysconfdir}/ppp/options.pptp
+%attr(0755,root,root) %{_sysconfdir}/pptp.d
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit pptp for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package pptp for openSUSE:Factory checked in 
at 2011-12-06 18:53:02

Comparing /work/SRC/openSUSE:Factory/pptp (Old)
 and  /work/SRC/openSUSE:Factory/.pptp.new (New)


Package is "pptp", Maintainer is "b...@suse.com"

Changes:




Other differences:
--
++ pptp.spec ++
--- /var/tmp/diff_new_pack.bMCnt3/_old  2011-12-06 19:26:24.0 +0100
+++ /var/tmp/diff_new_pack.bMCnt3/_new  2011-12-06 19:26:24.0 +0100
@@ -29,7 +29,7 @@
 Source3:pptp_fe.pl
 Source4:xpptp_fe.pl
 Patch1: pptp-makefile.patch
-License:GPL v2 or later
+License:GPL-2.0+
 Group:  Productivity/Networking/Security
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org