From 4b1315a8c7b793bf201e8964715522857b07eea822517c96f7a859883729af30 Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Wed, 4 Dec 2019 17:25:50 +0000 Subject: [PATCH 1/2] - 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). OBS-URL: https://build.opensuse.org/package/show/network/pptp?expand=0&rev=11 --- pptp-1.10.0.tar.gz | 3 +++ pptp-1.8.0.tar.gz | 3 --- pptp.changes | 14 ++++++++++++++ pptp.spec | 13 +++++++------ 4 files changed, 24 insertions(+), 9 deletions(-) create mode 100644 pptp-1.10.0.tar.gz delete mode 100644 pptp-1.8.0.tar.gz diff --git a/pptp-1.10.0.tar.gz b/pptp-1.10.0.tar.gz new file mode 100644 index 0000000..8f956a2 --- /dev/null +++ b/pptp-1.10.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82492db8e487ce73b182ee7f444251d20c44f5c26d6e96c553ec7093aefb5af4 +size 87007 diff --git a/pptp-1.8.0.tar.gz b/pptp-1.8.0.tar.gz deleted file mode 100644 index 17e28b3..0000000 --- a/pptp-1.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e39c42d933242a8a6dd8600a0fa7f0a5ec8f066d10c4149d8e81a5c68fe4bbda -size 86778 diff --git a/pptp.changes b/pptp.changes index 9c4745f..22e711e 100644 --- a/pptp.changes +++ b/pptp.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +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). + ------------------------------------------------------------------- Tue Jun 13 22:04:21 CEST 2017 - kukuk@suse.de diff --git a/pptp.spec b/pptp.spec index d8ca8fc..e3abe22 100644 --- a/pptp.spec +++ b/pptp.spec @@ -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 @@ find Reference -name CVS | xargs rm -rf %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 From 8de7c09316c7de1b8aeaf40af20a453c51e8bce71a6e7068c151ee931659466d Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Wed, 4 Dec 2019 17:36:40 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/network/pptp?expand=0&rev=12 --- pptp.changes | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pptp.changes b/pptp.changes index 22e711e..b057382 100644 --- a/pptp.changes +++ b/pptp.changes @@ -11,6 +11,15 @@ Wed Dec 4 17:19:58 UTC 2019 - Reinhard Max 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)". ------------------------------------------------------------------- Tue Jun 13 22:04:21 CEST 2017 - kukuk@suse.de