Skip to content

Commit 770b812

Browse files
committed
Update VERSION to 2.6.52.3
1 parent b90d261 commit 770b812

7 files changed

Lines changed: 14 additions & 7 deletions

File tree

‎CHANGES‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ of version numbers, so you will find 2.5.x and 2.6.x releases intersperced.
55
See also docs/KNOWN_BUGS.txt and https://github.com/xelerance/Openswan/issues
66

77

8+
v2.6.52.3 (December 3, 2020)
9+
10+
Fixing segfault bug.
11+
12+
* github#541: Fix segfault when rekeying child SA with no parent [Martin Hicks]
13+
* pluto: add ALLOW_MICROSOFT_BAD_PROPOSAL for self-proposals [Emil Velikov]
14+
815
v2.6.52.2 (October 23, 2020)
916

1017
Fixing "road warrior" bug related to SA replacement.

‎Makefile.ver‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
IPSECBASEVERSION=2.6.52.2
1+
IPSECBASEVERSION=2.6.52.3

‎debian/changelog‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
openswan (1:2.6.52.2) UNRELEASED; urgency=low
1+
openswan (1:2.6.52.3) UNRELEASED; urgency=low
22

33
* Re-upload to unstable.
44

5-
-- Samir Hussain <shussain@xelerance.com> Friday, 23 Oct 2020 13:16:16 -0400
5+
-- Samir Hussain <shussain@xelerance.com> Thursday, 03 Dec 2020 14:37:16 -0400

‎packaging/centos5/openswan.spec‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Summary: Openswan IPsec implementation
22
Name: openswan
3-
Version: 2.6.52.2
3+
Version: 2.6.52.3
44
%{!?buildklips: %{expand: %%define buildklips 0}}
55
%{!?buildxen: %{expand: %%define buildxen 0}}
66

‎packaging/fedora/openswan.spec‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Summary: Openswan IPsec implementation
22
Name: openswan
3-
Version: 2.6.52.2
3+
Version: 2.6.52.3
44
# Build KLIPS kernel module?
55
%{!?buildklips: %{expand: %%define buildklips 0}}
66
%{!?buildxen: %{expand: %%define buildxen 0}}

‎packaging/rhel7/openswan.spec‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Summary: Openswan IPsec implementation
22
Name: openswanX
3-
Version: 2.6.52.2
3+
Version: 2.6.52.3
44

55
# Openswan -pre/-rc nomenclature has to co-exist with hyphen paranoia
66
%define srcpkgver %(echo %{version} | tr -s '_' '-')

‎packaging/suse/openswan.spec‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Summary: Openswan IPSEC implementation
77
Name: openswan
8-
Version: 2.6.52.2
8+
Version: 2.6.52.3
99
# Build KLIPS kernel module?
1010
%{!?buildklips: %{expand: %%define buildklips 0}}
1111

0 commit comments

Comments
 (0)