- 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
This commit is contained in:
parent
af1c7fb879
commit
4b1315a8c7
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
|
14
pptp.changes
14
pptp.changes
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
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).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
#
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user