From 66fefc9c71cc7ceb3e64e85a1098dfdf1b7d0afe Mon Sep 17 00:00:00 2001 From: Samir Hussain Date: Fri, 18 May 2018 17:09:21 -0400 Subject: [PATCH] Update VERSION to 1.3.12 --- CHANGES | 2 +- debian/changelog | 5 +++++ l2tp.h | 2 +- packaging/fedora/xl2tpd.spec | 2 +- packaging/openwrt/Makefile | 2 +- packaging/suse/sles10.spec | 2 +- packaging/suse/xl2tpd.spec | 2 +- 7 files changed, 11 insertions(+), 6 deletions(-) diff --git a/CHANGES b/CHANGES index 16dbe5a3..6a26f041 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -v1.3.12rc1 (April 29, 2018) +v1.3.12 (May 18, 2018) * TOS value to copy to the tunnel header (Yurkovskyy) * Fix for ENODEV (No such device) error with Linux kernel 4.15 (Douglas Kosovic) * Update xl2tpd.init (bogdik) diff --git a/debian/changelog b/debian/changelog index a7befa30..a6a4f238 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,8 @@ +xl2tpd (1.3.12-1) unstable; urgency=medium + * New upstream release. + + -- Samir Hussain Fri, 18 May 2018 17:08:21 -0500 + xl2tpd (1.3.11-1) unstable; urgency=medium * New upstream release. diff --git a/l2tp.h b/l2tp.h index b224231b..200e290d 100644 --- a/l2tp.h +++ b/l2tp.h @@ -58,7 +58,7 @@ typedef unsigned long long _u64; #define CONTROL_PIPE_REQ_LNS_REMOVE 'w' /* Get status of LNS */ #define BINARY "xl2tpd" -#define SERVER_VERSION "xl2tpd-1.3.12rc1" +#define SERVER_VERSION "xl2tpd-1.3.12" #define VENDOR_NAME "xelerance.com" #ifndef PPPD #define PPPD "/usr/sbin/pppd" diff --git a/packaging/fedora/xl2tpd.spec b/packaging/fedora/xl2tpd.spec index 150d1f14..34544251 100644 --- a/packaging/fedora/xl2tpd.spec +++ b/packaging/fedora/xl2tpd.spec @@ -1,6 +1,6 @@ Summary: Layer 2 Tunnelling Protocol Daemon (RFC 2661) Name: xl2tpd -Version: 1.3.12rc1 +Version: 1.3.12 Release: 1%{?dist} License: GPLv2 Url: http://www.xelerance.com/software/xl2tpd/ diff --git a/packaging/openwrt/Makefile b/packaging/openwrt/Makefile index a46dac7e..2626d6ce 100644 --- a/packaging/openwrt/Makefile +++ b/packaging/openwrt/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=xl2tpd -PKG_VERSION:=1.3.12rc1 +PKG_VERSION:=1.3.12 PKG_RELEASE:=1 PKG_MD5SUM:=ab5656eb5a3d1973f7f69b039675332e-NEEDSUPDATING diff --git a/packaging/suse/sles10.spec b/packaging/suse/sles10.spec index 385990a3..d2eb84f9 100644 --- a/packaging/suse/sles10.spec +++ b/packaging/suse/sles10.spec @@ -1,6 +1,6 @@ Summary: Layer 2 Tunnelling Protocol Daemon (RFC 2661) Name: xl2tpd -Version: 1.3.12rc1 +Version: 1.3.12 Release: 1%{?dist} License: GPLv2 Url: http://www.xelerance.com/software/xl2tpd/ diff --git a/packaging/suse/xl2tpd.spec b/packaging/suse/xl2tpd.spec index a5581499..211d81ce 100644 --- a/packaging/suse/xl2tpd.spec +++ b/packaging/suse/xl2tpd.spec @@ -1,6 +1,6 @@ Summary: Layer 2 Tunnelling Protocol Daemon (RFC 2661) Name: xl2tpd -Version: 1.3.12rc1 +Version: 1.3.12 Release: 1%{?dist} License: GPLv2 Url: http://www.xelerance.com/software/xl2tpd/