Accepting request 754108 from network
- 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)". OBS-URL: https://build.opensuse.org/request/show/754108 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pptp?expand=0&rev=19
This commit is contained in:
commit
8c229bd390
3
pptp-1.10.0.tar.gz
Normal file
3
pptp-1.10.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:82492db8e487ce73b182ee7f444251d20c44f5c26d6e96c553ec7093aefb5af4
|
||||||
|
size 87007
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e39c42d933242a8a6dd8600a0fa7f0a5ec8f066d10c4149d8e81a5c68fe4bbda
|
|
||||||
size 86778
|
|
23
pptp.changes
23
pptp.changes
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 4 17:19:58 UTC 2019 - Reinhard Max <max@suse.com>
|
||||||
|
|
||||||
|
- 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)".
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 13 22:04:21 CEST 2017 - kukuk@suse.de
|
Tue Jun 13 22:04:21 CEST 2017 - kukuk@suse.de
|
||||||
|
|
||||||
|
13
pptp.spec
13
pptp.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package pptp
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
Name: pptp
|
||||||
Version: 1.8.0
|
Version: 1.10.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Point-to-Point Tunneling Protocol (PPTP) Client
|
Summary: Point-to-Point Tunneling Protocol (PPTP) Client
|
||||||
License: GPL-2.0+
|
License: GPL-2.0-or-later
|
||||||
Group: Productivity/Networking/Security
|
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
|
Source: http://downloads.sourceforge.net/project/pptpclient/pptp/pptp-%{version}/%{name}-%{version}.tar.gz
|
||||||
Source1: pptp-command
|
Source1: pptp-command
|
||||||
Source2: options.pptp
|
Source2: options.pptp
|
||||||
@ -58,7 +58,8 @@ find Reference -name CVS | xargs rm -rf
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(0644,root,root,0755)
|
%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}/pptp
|
||||||
%attr(0755,root,root) %{_sbindir}/pptpsetup
|
%attr(0755,root,root) %{_sbindir}/pptpsetup
|
||||||
%attr(0444,root,root) %{_mandir}/man8/pptp.8.gz
|
%attr(0444,root,root) %{_mandir}/man8/pptp.8.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user