pptp/pptp.changes

194 lines
7.1 KiB
Plaintext

-------------------------------------------------------------------
Thu Feb 29 15:02:21 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %autosetup macro. Allows to eliminate the usage of deprecated
%patchN.
-------------------------------------------------------------------
Fri Feb 4 05:20:42 UTC 2022 - Reinhard Max <max@suse.com>
- bsc#1194714: Remove pptp-command (the former SysV init scirpt).
It has been broken for a long time (seeking deprecated ifconfig
in the wrong location) without any complaints, so it seems safe
to assume it is not being used anymore.
-------------------------------------------------------------------
Thu Oct 28 20:08:59 UTC 2021 - Reinhard Max <max@suse.com>
- boo#1191717: The upgrade to 1.10.0 also fixes an issue in
combination with Microtic routers.
-------------------------------------------------------------------
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
- Add /etc/ppp directory
-------------------------------------------------------------------
Thu Mar 12 09:55:21 UTC 2015 - p.drouand@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
-------------------------------------------------------------------
Mon Apr 15 09:30:20 UTC 2013 - idonmez@suse.com
- Cleanup spec file
- Add Source URL, https://en.opensuse.org/SourceUrls
-------------------------------------------------------------------
Tue Sep 29 15:19:56 CEST 2009 - max@suse.de
- Change 'pptp-command stop' to kill pppd instead of pptp to fix
an cleanup tunnel shutdown (bnc#536225).
-------------------------------------------------------------------
Fri Jul 4 11:20:33 CEST 2008 - hvogel@suse.de
- 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 2 15:09:53 CET 2006 - hvogel@suse.de
- launder route variable in pptp-command (taint mode) [#214627]
-------------------------------------------------------------------
Mon Oct 23 19:43:24 CEST 2006 - hvogel@suse.de
- 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 21:40:36 CET 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
-------------------------------------------------------------------
Mon Aug 01 09:40:58 CEST 2005 - arvin@suse.de
- updated to version 1.7.0
-------------------------------------------------------------------
Tue Mar 15 11:31:12 CET 2005 - arvin@suse.de
- updated to version 1.6.0:
- several bug-fixes
- add --idle-wait option
-------------------------------------------------------------------
Mon Aug 9 14:20:33 CEST 2004 - meissner@suse.de
- Upgraded to 1.5.0:
- fix statistics when buffering disabled [Wilson]
- do not inherit the GRE socket [Cameron]
- fix a case of non-shutdown of call manager [Klazes]
- add --nobuffer option to eliminate all buffering of packets [Wilson]
- fix corruption of command line as shown by ps [Howarth]
- fix CPU loop after pppd killed [Cameron]
- fix compile for ARM architecture [Hopf]
- 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 11:41:38 CEST 2004 - arvin@suse.de
- use new options in options.pptp
-------------------------------------------------------------------
Mon Mar 1 16:42:46 CET 2004 - hmacht@suse.de
- building as nonroot-user
- added patch pptp-makefile.patch because of wrong permissions
-------------------------------------------------------------------
Thu Feb 12 14:10:52 CET 2004 - meissner@suse.de
- Upgraded to 1.4.0:
- support options before hostname [Wilson]
- defer OCRQ until after SCCRP [Cameron]
- include uninstall target [Pieter]
- 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 13:20:29 CEST 2003 - meissner@suse.de
- Upgraded to 1.3.1 bugfix release.
-------------------------------------------------------------------
Wed Jun 11 12:53:53 CEST 2003 - meissner@suse.de
- Upgraded to 1.3.0.
-------------------------------------------------------------------
Mon May 19 15:47:48 CEST 2003 - meissner@suse.de
- remove CVS files from install.
-------------------------------------------------------------------
Tue Feb 18 10:32:42 CET 2003 - meissner@suse.de
- Upgrade to upstream 1.2.0:
- fix response to dropped packets.
- fix man page, address must be before options.
- close stderr to prevent holding open ssh sessions.
- minor hint added in case of EIO on read() of pty.
- support synchronous HDLC ppp encoding. Synchronous mode results in an
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 13:10:18 CET 2002 - meissner@suse.de
- initial packaging.