Skip to content

Commit

Permalink
Update VERSION to 2.6.52.3
Browse files Browse the repository at this point in the history
  • Loading branch information
shussain committed Dec 3, 2020
1 parent b90d261 commit 770b812
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ of version numbers, so you will find 2.5.x and 2.6.x releases intersperced.
See also docs/KNOWN_BUGS.txt and https://github.com/xelerance/Openswan/issues


v2.6.52.3 (December 3, 2020)

Fixing segfault bug.

* github#541: Fix segfault when rekeying child SA with no parent [Martin Hicks]
* pluto: add ALLOW_MICROSOFT_BAD_PROPOSAL for self-proposals [Emil Velikov]

v2.6.52.2 (October 23, 2020)

Fixing "road warrior" bug related to SA replacement.
Expand Down
2 changes: 1 addition & 1 deletion Makefile.ver
Original file line number Diff line number Diff line change
@@ -1 +1 @@
IPSECBASEVERSION=2.6.52.2
IPSECBASEVERSION=2.6.52.3
4 changes: 2 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
openswan (1:2.6.52.2) UNRELEASED; urgency=low
openswan (1:2.6.52.3) UNRELEASED; urgency=low

* Re-upload to unstable.

-- Samir Hussain <[email protected]> Friday, 23 Oct 2020 13:16:16 -0400
-- Samir Hussain <[email protected]> Thursday, 03 Dec 2020 14:37:16 -0400
2 changes: 1 addition & 1 deletion packaging/centos5/openswan.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: Openswan IPsec implementation
Name: openswan
Version: 2.6.52.2
Version: 2.6.52.3
%{!?buildklips: %{expand: %%define buildklips 0}}
%{!?buildxen: %{expand: %%define buildxen 0}}

Expand Down
2 changes: 1 addition & 1 deletion packaging/fedora/openswan.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: Openswan IPsec implementation
Name: openswan
Version: 2.6.52.2
Version: 2.6.52.3
# Build KLIPS kernel module?
%{!?buildklips: %{expand: %%define buildklips 0}}
%{!?buildxen: %{expand: %%define buildxen 0}}
Expand Down
2 changes: 1 addition & 1 deletion packaging/rhel7/openswan.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: Openswan IPsec implementation
Name: openswanX
Version: 2.6.52.2
Version: 2.6.52.3

# Openswan -pre/-rc nomenclature has to co-exist with hyphen paranoia
%define srcpkgver %(echo %{version} | tr -s '_' '-')
Expand Down
2 changes: 1 addition & 1 deletion packaging/suse/openswan.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Summary: Openswan IPSEC implementation
Name: openswan
Version: 2.6.52.2
Version: 2.6.52.3
# Build KLIPS kernel module?
%{!?buildklips: %{expand: %%define buildklips 0}}

Expand Down

0 comments on commit 770b812

Please sign in to comment.