Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package xl2tpd for openSUSE:Factory checked 
in at 2022-07-07 12:56:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xl2tpd (Old)
 and      /work/SRC/openSUSE:Factory/.xl2tpd.new.1523 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xl2tpd"

Thu Jul  7 12:56:16 2022 rev:26 rq:986998 version:1.3.17

Changes:
--------
--- /work/SRC/openSUSE:Factory/xl2tpd/xl2tpd.changes    2022-02-17 
00:30:14.513436285 +0100
+++ /work/SRC/openSUSE:Factory/.xl2tpd.new.1523/xl2tpd.changes  2022-07-07 
12:56:27.915242966 +0200
@@ -1,0 +2,7 @@
+Sun Mar 27 14:35:54 UTC 2022 - Martin Hauke <mar...@gmx.de>
+
+- Update to version 1.3.17
+  * Correct a typo in the man page xl2tpd.conf(5)
+  * xl2tpd-control: fix typo in usage
+
+-------------------------------------------------------------------

Old:
----
  v1.3.16.tar.gz

New:
----
  v1.3.17.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ xl2tpd.spec ++++++
--- /var/tmp/diff_new_pack.LpzJYZ/_old  2022-07-07 12:56:28.487243818 +0200
+++ /var/tmp/diff_new_pack.LpzJYZ/_new  2022-07-07 12:56:28.495243830 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xl2tpd
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,7 @@
 %define rundir /run
 %endif
 Name:           xl2tpd
-Version:        1.3.16
+Version:        1.3.17
 Release:        0
 Summary:        Layer 2 Tunnelling Protocol Daemon (RFC 2661)
 License:        GPL-2.0-only

++++++ v1.3.16.tar.gz -> v1.3.17.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xl2tpd-1.3.16/CHANGES new/xl2tpd-1.3.17/CHANGES
--- old/xl2tpd-1.3.16/CHANGES   2020-10-23 18:49:42.000000000 +0200
+++ new/xl2tpd-1.3.17/CHANGES   2022-01-20 20:45:40.000000000 +0100
@@ -1,3 +1,22 @@
+v1.3.17 (Jan 20, 2022)
+* debian: Add systemd .service [Will Thompson]
+* Update TODO file to specify branch work that needs to be completed [Samir 
Hussain]
+* Correct a typo in the man page xl2tpd.conf(5) [Samy Mahmoudi]
+* xl2tpd-control: fix typo in usage [Yousong Zhou]
+* Updating debian changelog description [Samir Hussain]
+* control: Fix branch of Vcs-Git [Samuel Thibault]
+* upload [Samuel Thibault]
+* Drop unused lintian warning that produces a lintian error [Samuel Thibault]
+* Update xl2tpd.doc to use README.md [Samir Hussain]
+* Drop patch that cannot be applied any more [Samuel Thibault]
+* Bump debhelper from 10 to 12 [Samuel Thibault]
+* control: Bump Standards-Version to 4.5.0 [Samuel Thibault]
+* Really move changes to patch series [Samuel Thibault]
+* Move c0cce208e4a5 to patch series [Samuel Thibault]
+* upload [Samuel Thibault]
+* Close bug [Samuel Thibault]
+* Use https URL. [Samuel Thibault]
+
 v1.3.16 (October 23, 2020)
 * Re-add braces for if-else that have only statement [Samir Hussain]
 * xl2tpd-control refactoring [Alexander Naumov]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xl2tpd-1.3.16/Makefile.ver 
new/xl2tpd-1.3.17/Makefile.ver
--- old/xl2tpd-1.3.16/Makefile.ver      2020-10-23 18:49:42.000000000 +0200
+++ new/xl2tpd-1.3.17/Makefile.ver      2022-01-20 20:45:40.000000000 +0100
@@ -1 +1 @@
-XL2TPDVERSION=1.3.16
+XL2TPDVERSION=1.3.17
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xl2tpd-1.3.16/TODO new/xl2tpd-1.3.17/TODO
--- old/xl2tpd-1.3.16/TODO      2020-10-23 18:49:42.000000000 +0200
+++ new/xl2tpd-1.3.17/TODO      2022-01-20 20:45:40.000000000 +0100
@@ -1,3 +1,11 @@
+Complete existing branches:
+* Update the ipv6 branch (https://github.com/xelerance/xl2tpd/tree/ipv6).
+  It needs to be tested and updated (it has diverged from master quite a bit).
+* Test and fix up the libevent branch 
(https://github.com/xelerance/xl2tpd/tree/libevent).
+  There have been reports of crashes. They need to be investigated.  User can
+  get more information with the custom  *--debug-signals* and
+  *--debug-libevent* option (which is only in this branch)
+
 Critical:
 * Improved performance
 * Rate Adaptive Timeouts
@@ -11,7 +19,7 @@
 * Support LCP initial/final states
 * Maybe do something with private groups
 * Tunnel and call lookups should be hashes, not lists
-* Meaningful error message about pppd problems...for 
+* Meaningful error message about pppd problems...for
   either not installed, or no kernel support (if possible)
 
 Niceties:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xl2tpd-1.3.16/debian/changelog 
new/xl2tpd-1.3.17/debian/changelog
--- old/xl2tpd-1.3.16/debian/changelog  2020-10-23 18:49:42.000000000 +0200
+++ new/xl2tpd-1.3.17/debian/changelog  2022-01-20 20:45:40.000000000 +0100
@@ -1,3 +1,28 @@
+xl2tpd (1.3.17-1) UNRELEASED; urgency=medium
+
+  * New upstream release.
+
+ -- Samir Hussain <shuss...@xelerance.com>  Thu, 20 Jan 2022 14:35:21 -0500
+
+xl2tpd (1.3.16-2) UNRELEASED; urgency=medium
+
+  * control: Fix branch of Vcs-Git.
+
+ -- Samuel Thibault <sthiba...@debian.org>  Mon, 20 Sep 2021 00:21:31 +0200
+
+xl2tpd (1.3.16-1) unstable; urgency=medium
+
+  * New upstream release.
+    (Closes: #977347)
+
+ -- Samir Hussain <shuss...@xelerance.com>  Thu, 16 Sep 2021 11:24:39 -0400
+
+xl2tpd (1.3.15-1) UNRELEASED; urgency=medium
+
+  * New upstream release.
+
+ -- Samir Hussain <shuss...@xelerance.com>  Sun, 13 Oct 2019 12:22:21 -0500
+
 xl2tpd (1.3.14-1) UNRELEASED; urgency=medium
 
   * New upstream release.
@@ -10,16 +35,31 @@
 
  -- Samir Hussain <shuss...@xelerance.com>  Mon, 03 Dec 2018 13:02:21 -0500
 
-xl2tpd (1.3.12-1.1) UNRELEASED; urgency=medium
+xl2tpd (1.3.12-2) UNRELEASED; urgency=medium
 
+  * copyright: Use https URL for Format.
+  * control: Bump Standards-Version to 4.5.0.
+  * Bump debhelper from 10 to 12.
+
+ -- Samuel Thibault <sthiba...@debian.org>  Sat, 01 Aug 2020 15:34:57 +0200
+
+xl2tpd (1.3.12-1.1) unstable; urgency=medium
+
+  [ Helmut Grohne ]
   * Non-maintainer upload.
-  * Fix FTCFBS: Let dh_auto_build pass cross compilers to make. (Closes: #-1)
+  * Fix FTCFBS: Let dh_auto_build pass cross compilers to make.
+    (Closes: #899423)
 
- -- Helmut Grohne <hel...@subdivi.de>  Thu, 24 May 2018 06:08:31 +0200
+ -- Samuel Thibault <sthiba...@debian.org>  Tue, 01 Jan 2019 17:22:40 +0100
 
 xl2tpd (1.3.12-1) unstable; urgency=medium
+
+  [ Samir Hussain ]
   * New upstream release.
 
+  [ Samuel Thibault ]
+  * Use https URL.
+
  -- Samir Hussain <shuss...@xelerance.com>  Fri, 18 May 2018 17:08:21 -0500
 
 xl2tpd (1.3.11-1) unstable; urgency=medium
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xl2tpd-1.3.16/debian/compat 
new/xl2tpd-1.3.17/debian/compat
--- old/xl2tpd-1.3.16/debian/compat     2020-10-23 18:49:42.000000000 +0200
+++ new/xl2tpd-1.3.17/debian/compat     1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-10
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xl2tpd-1.3.16/debian/control 
new/xl2tpd-1.3.17/debian/control
--- old/xl2tpd-1.3.16/debian/control    2020-10-23 18:49:42.000000000 +0200
+++ new/xl2tpd-1.3.17/debian/control    2022-01-20 20:45:40.000000000 +0100
@@ -5,9 +5,9 @@
 Uploaders: Samuel Thibault <sthiba...@debian.org>
 Homepage: https://www.xelerance.com/software/xl2tpd/
 Vcs-Browser: https://github.com/xelerance/xl2tpd
-Vcs-Git: git://github.com/xelerance/xl2tpd.git
-Build-Depends: debhelper (>= 10), libpcap0.8-dev
-Standards-Version: 3.9.8
+Vcs-Git: https://github.com/xelerance/xl2tpd.git -b debian-sid
+Build-Depends: debhelper-compat (= 12), libpcap0.8-dev
+Standards-Version: 4.5.0
 
 Package: xl2tpd
 Architecture: any
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xl2tpd-1.3.16/debian/copyright 
new/xl2tpd-1.3.17/debian/copyright
--- old/xl2tpd-1.3.16/debian/copyright  2020-10-23 18:49:42.000000000 +0200
+++ new/xl2tpd-1.3.17/debian/copyright  2022-01-20 20:45:40.000000000 +0100
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Formats: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Source: http://www.xelerance.com/software/xl2tpd/ (repacked to remove non-free 
RFC text included in upstream distribution)
 
 Files: *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xl2tpd-1.3.16/debian/lintian-overrides 
new/xl2tpd-1.3.17/debian/lintian-overrides
--- old/xl2tpd-1.3.16/debian/lintian-overrides  2020-10-23 18:49:42.000000000 
+0200
+++ new/xl2tpd-1.3.17/debian/lintian-overrides  2022-01-20 20:45:40.000000000 
+0100
@@ -1,4 +1,3 @@
 # The etc/xl2tpd/l2tp-secrets file must not be readable by non-root
 xl2tpd: non-standard-file-perm etc/xl2tpd/l2tp-secrets 0600 != 0644
-xl2tpd: hyphen-used-as-minus-sign
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xl2tpd-1.3.16/debian/patches/series 
new/xl2tpd-1.3.17/debian/patches/series
--- old/xl2tpd-1.3.16/debian/patches/series     1970-01-01 01:00:00.000000000 
+0100
+++ new/xl2tpd-1.3.17/debian/patches/series     2022-01-20 20:45:40.000000000 
+0100
@@ -0,0 +1 @@
+#
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xl2tpd-1.3.16/debian/xl2tpd.docs 
new/xl2tpd-1.3.17/debian/xl2tpd.docs
--- old/xl2tpd-1.3.16/debian/xl2tpd.docs        2020-10-23 18:49:42.000000000 
+0200
+++ new/xl2tpd-1.3.17/debian/xl2tpd.docs        2022-01-20 20:45:40.000000000 
+0100
@@ -1,4 +1,4 @@
-README.xl2tpd
+README.md
 CREDITS
 contrib/pfc.README
 contrib/pppol2tp-2.6.23.README
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xl2tpd-1.3.16/debian/xl2tpd.service 
new/xl2tpd-1.3.17/debian/xl2tpd.service
--- old/xl2tpd-1.3.16/debian/xl2tpd.service     1970-01-01 01:00:00.000000000 
+0100
+++ new/xl2tpd-1.3.17/debian/xl2tpd.service     2022-01-20 20:45:40.000000000 
+0100
@@ -0,0 +1,18 @@
+[Unit]
+Description=Level 2 Tunnel Protocol Daemon (L2TP)
+After=network.target
+After=ipsec.service
+Wants=ipsec.service
+
+[Service]
+Type=simple
+Environment=XL2TPD_RUN_DIR=/var/run/xl2tpd
+EnvironmentFile=-/etc/default/xl2tpd
+# Not using RuntimeDirectory since this directory may be modified in 
/etc/default/xl2tpd
+ExecStartPre=-mkdir -p $XL2TPD_RUN_DIR
+ExecStart=/usr/sbin/xl2tpd -D $DAEMON_OPTS
+PIDFile=/run/xl2tpd/xl2tpd.pid
+Restart=on-abort
+
+[Install]
+WantedBy=multi-user.target
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xl2tpd-1.3.16/doc/xl2tpd.conf.5 
new/xl2tpd-1.3.17/doc/xl2tpd.conf.5
--- old/xl2tpd-1.3.16/doc/xl2tpd.conf.5 2020-10-23 18:49:42.000000000 +0200
+++ new/xl2tpd-1.3.17/doc/xl2tpd.conf.5 2022-01-20 20:45:40.000000000 +0100
@@ -22,7 +22,7 @@
 .TP 
 .B ipsec saref
 Use IPsec Security Association tracking. When this is enabled, packets
-received by xl2tpd should have to extra fields (refme and refhim) which
+received by xl2tpd should have two extra fields (refme and refhim) which
 allows tracking of multiple clients using the same internal NATed IP
 address, and allows tracking of multiple clients behind the same
 NAT router. This needs to be supported by the kernel. Currently, this
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xl2tpd-1.3.16/l2tp.h new/xl2tpd-1.3.17/l2tp.h
--- old/xl2tpd-1.3.16/l2tp.h    2020-10-23 18:49:42.000000000 +0200
+++ new/xl2tpd-1.3.17/l2tp.h    2022-01-20 20:45:40.000000000 +0100
@@ -59,7 +59,7 @@
 #define CONTROL_PIPE_REQ_LNS_REMOVE 'w'     /* Get status of LNS */
 
 #define BINARY "xl2tpd"
-#define SERVER_VERSION "xl2tpd-1.3.16"
+#define SERVER_VERSION "xl2tpd-1.3.17"
 #define VENDOR_NAME "xelerance.com"
 #ifndef PPPD
 #define PPPD           "/usr/sbin/pppd"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xl2tpd-1.3.16/packaging/fedora/xl2tpd.spec 
new/xl2tpd-1.3.17/packaging/fedora/xl2tpd.spec
--- old/xl2tpd-1.3.16/packaging/fedora/xl2tpd.spec      2020-10-23 
18:49:42.000000000 +0200
+++ new/xl2tpd-1.3.17/packaging/fedora/xl2tpd.spec      2022-01-20 
20:45:40.000000000 +0100
@@ -1,6 +1,6 @@
 Summary: Layer 2 Tunnelling Protocol Daemon (RFC 2661)
 Name: xl2tpd
-Version: 1.3.16
+Version: 1.3.17
 Release: 1%{?dist}
 License: GPLv2
 Url: http://www.xelerance.com/software/xl2tpd/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xl2tpd-1.3.16/packaging/openwrt/Makefile 
new/xl2tpd-1.3.17/packaging/openwrt/Makefile
--- old/xl2tpd-1.3.16/packaging/openwrt/Makefile        2020-10-23 
18:49:42.000000000 +0200
+++ new/xl2tpd-1.3.17/packaging/openwrt/Makefile        2022-01-20 
20:45:40.000000000 +0100
@@ -2,7 +2,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=xl2tpd
-PKG_VERSION:=1.3.16
+PKG_VERSION:=1.3.17
 PKG_RELEASE:=1
 PKG_MD5SUM:=ab5656eb5a3d1973f7f69b039675332e-NEEDSUPDATING
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xl2tpd-1.3.16/packaging/suse/sles10.spec 
new/xl2tpd-1.3.17/packaging/suse/sles10.spec
--- old/xl2tpd-1.3.16/packaging/suse/sles10.spec        2020-10-23 
18:49:42.000000000 +0200
+++ new/xl2tpd-1.3.17/packaging/suse/sles10.spec        2022-01-20 
20:45:40.000000000 +0100
@@ -1,6 +1,6 @@
 Summary: Layer 2 Tunnelling Protocol Daemon (RFC 2661)
 Name: xl2tpd
-Version: 1.3.16
+Version: 1.3.17
 Release: 1%{?dist}
 License: GPLv2
 Url: http://www.xelerance.com/software/xl2tpd/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xl2tpd-1.3.16/packaging/suse/xl2tpd.spec 
new/xl2tpd-1.3.17/packaging/suse/xl2tpd.spec
--- old/xl2tpd-1.3.16/packaging/suse/xl2tpd.spec        2020-10-23 
18:49:42.000000000 +0200
+++ new/xl2tpd-1.3.17/packaging/suse/xl2tpd.spec        2022-01-20 
20:45:40.000000000 +0100
@@ -22,7 +22,7 @@
 %define rundir /run
 %endif
 Name:           xl2tpd
-Version: 1.3.16
+Version: 1.3.17
 Release:        0
 Summary:        Layer 2 Tunnelling Protocol Daemon (RFC 2661)
 License:        GPL-2.0-only
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xl2tpd-1.3.16/xl2tpd-control.c 
new/xl2tpd-1.3.17/xl2tpd-control.c
--- old/xl2tpd-1.3.16/xl2tpd-control.c  2020-10-23 18:49:42.000000000 +0200
+++ new/xl2tpd-1.3.17/xl2tpd-control.c  2022-01-20 20:45:40.000000000 +0100
@@ -95,7 +95,7 @@
             "   --help  show this help message\n\n"
             "List of supported commands:\n"
             "add-lac, status-lac, remove-lac, connect-lac, disconnect-lac\n"
-            "add-lns, status-lns, remove-lns, avaliable\n\n"
+            "add-lns, status-lns, remove-lns, available\n\n"
             "See xl2tpd-control(8) man page for more details.\n");
 }
 

Reply via email to