Package Release Info

xl2tpd-1.3.16-bp154.1.31

Update Info: Base Release
Available in Package Hub : 15 SP4

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

xl2tpd

Change Logs

* Sat Dec 19 2020 Dirk Müller <dmueller@suse.com>
- update to 1.3.16:
  * Re-add braces for if-else that have only statement [Samir Hussain]
  * xl2tpd-control refactoring [Alexander Naumov]
  * fix travis 'script' syntax [Alexander Naumov]
  * adding xl2tpd-control tests to travis [Alexander Naumov]
  * Re-adding text giving more inofrmation about using ipsec with xl2tpd [Samir Hussain]
  * Update README: typo, links to RFC, link to travis [Alexander Naumov]
  * Travis will test different compiler on linux distro [Samir Hussain]
  * Update travis for proper matrix [Samir Hussain]
  * Add Focal to travis testing [Samir Hussain]
  * yet another man-page update [Alexander Naumov]
  * update man-pages, fix typo [Alexander Naumov]
  * set_flow: result of operation is garbage or undefined [Alexander Naumov]
  * Update README [Alexander Naumov]
  * adding xl2tpd.init.patch [Alexander Naumov]
  * adding Makefile.patch [Alexander Naumov]
  * moving changes to separate file [Alexander Naumov]
  * sync/update spec file with official SUSE version [Alexander Naumov]
  * Set IP_PKTINFO even if setting of IPPROTO_IP fails (as it was in 1.3.9) [shadyhh]
  * Update .gitignore vim swap file [Samir Hussain]
  * Travis will test supported Ubuntu LTS distros [Samir Hussain]
  * Updating COMPATABILITY_ISSUES with info on Miktrotik servers [Samir Hussain]
  * Add work around for Android 10 maxium retries in COMPATIBILITY_ISSUES [Samir Hussain]
  * Add compatability issues with Ciso ASA [Samir Hussain]
* Sun Oct 13 2019 Martin Hauke <mardnh@gmx.de>
- Update to version 1.3.15
  * Specify missing log arguments
  * Sockopt bug fix for multiple IP's
* Wed Apr 17 2019 Martin Hauke <mardnh@gmx.de>
- Update to version 1.3.14
  * Bugfix release, mostly code cleanup
* Wed Mar 20 2019 Jan Engelhardt <jengelh@inai.de>
- Drop ||true from %tmpfiles_create, this is already
  included in the macro.
- Reduce hard dependency on systemd during build.
* Fri Mar 08 2019 Martin Hauke <mardnh@gmx.de>
- Run spec-cleaner
- Remove support for non-systemd distros
- Remove -doc subpackage (contained only some KB text-files and
  and manpages)
- Fix handling of tmpfilesdir
- Update to version 1.3.13
  * Fix compile warning with USE_KERNEL in xl2tpd.c
  * Applying patch that reduces compile warnings and fixes warnings
    from gcc and clang.
  * Fix compiler warnings in network.c
  * Add a preproc for Watchguard firewall (Github issue #136)
  * Convert from ISO-8859 to UTF-8 [Simon Deziel]
    Update README to provide latest info on xl2tpd + Linux kernel 4.15+
- Update to version 1.3.12
  * TOS value to copy to the tunnel header
  * Fix for ENODEV (No such device) error with Linux kernel 4.15
  * Update xl2tpd.init
  * fix version number and upload
- Update to version 1.3.11
  * only changes related to debian packaging
Version: 1.3.10-bp150.2.2
* Thu Oct 26 2017 badshah400@gmail.com
- Update to version 1.3.10
  * Update STRLEN in file.h to 100 (from 80).
  * xl2tpd-control: fix xl2tpd hanged up in "fopen".
  * Update version in spec and opewnrt Makefile.
- Update source URL in specfile.
* Thu Jun 29 2017 dimstar@opensuse.org
- Own /etc/ppp (mode 750, like other packages too).
* Tue May 16 2017 alexander_naumov@opensuse.org
- Update to version 1.3.9
  * Add xl2tpd-control man pages (Samir Hussain)
  * Update spec file with newest Soure0 and version (Samir Hussain)
  * Update License file (Samir Hussain)
  * Display PID for call in the logs (Samir Hussain)
  * Use left shift rather than pow() function. (Samir Hussain)
  * Enable Travis integration (Samir Hussain)
  * Remove unnecessary casting of malloc() results (Andrew Clayton)
  * Remove an unused line of code in init_config() (Andrew Clayton)
  * Fix some undefined behaviour in read_result() (Andrew Clayton)
  * Fix feature test macro deprecation warnings (Andrew Clayton)
* Sun Apr 12 2015 p.drouand@gmail.com
- Update to version 1.3.6
  * Fix the size of the lenght param for AVP headers. This should
    fix Android support no matter how the compiler optimizes.
- For changes from other versions, please read the CHANGES files
- Use download Url as source
- Remove redundant %clean section
- Remove xl2tpd-1.3.0-0001-Add-kernel-support-for-2.6.32.patch;
  fixed by upstream
- Adapt Makefile.patch and xl2tpd.init.patch to upstream changes
- Do not provide sysvinit and systemd support on the same system;
  it's redundant
- Add backward compatibility symlinl to systemd service
* Thu Jun 26 2014 dvlaeev@suse.com
- switch to /run on openSUSE newer than 13.1
* Wed Jan 01 2014 dvlaeev@suse.com
- Remove newline from description in xl2tpd.conf (bnc#856928)
* Sun Mar 17 2013 dvaleev@suse.com
- Use /usr/lib/tmpfile.d for tmpfiles configuration
* Wed Mar 06 2013 avm.xandry@gmail.com
- Added /etc/tmpfiles.d/xl2tpd.conf file (bnc#807605)
* Mon Nov 26 2012 dvaleev@suse.com
- don't use old version of if_pppol2tp.h (bnc#791109)
* Wed Nov 21 2012 binli@opensuse.org
- xl2tpd Add kernel support for 2.6.23+ (patch v12)
  xl2tpd-1.3.0-0001-Add-kernel-support-for-2.6.32.patch
  Public Clone URL: git://gist.github.com/1306094.git
  (bnc#790250).
* Fri Aug 31 2012 crrodriguez@opensuse.org
- Add systemd support.
* Wed Oct 26 2011 nekolayer@yandex.ru
- update to xl2tpd 1.3.0
  * added xl2tpd-control tool (activates/disconnects the tunnel,
  actions with lac configuration file)
  * fixed bug causing "Resource temporarily unavailable(11)" in log
  * fixed xl2tpd hungs and won't redial after communication fail
  * fixed buffer overrun in reading >16 char l2tp-secrets
* Tue May 04 2010 dvaleev@novell.com
- fixed rpmlint dir-or-file-in-var-run
* Thu Apr 22 2010 aj@suse.de
- Fix specfile, debug_package will get inserted automatically.
- Do not use license package.
* Fri Apr 16 2010 eri_zaq@please-enter-an-email-address
- xl2tpd-1.2.4-4
- Fix init script to stop service correctly
- *.changes
* Sun Mar 14 2010 k0da@opensuse.org
- xl2tpd-1.2.4-3
- avoid a huge overload of duplicated files
* Wed Mar 10 2010 k0da@opensuse.org
- xl2tpd-1.2.4-2
- xl2tpd-doc-1.2.4-2
- *-doc package
- cleanup init script
* Tue Mar 09 2010 k0da@opensuse.org
- xl2tpd-1.2.4-1
- patch for init file
* Mon Oct 27 2008 k0da@opensuse.org
- Adjust build requires
* Sat Oct 25 2008 paul@xelerance.com
- Updated Suse init scripts and spec file
- Added pfc for pppd's precompiled-active-filter