Skip to content

Commit

Permalink
Update VERSION to 2.6.51.3
Browse files Browse the repository at this point in the history
  • Loading branch information
shussain committed Mar 12, 2019
1 parent 17b3db6 commit 34490d6
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 7 deletions.
9 changes: 9 additions & 0 deletions CHANGES
Expand Up @@ -4,6 +4,15 @@ 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.51.3 (March 12, 2019)

Fix memory leak bug.

* wo#8179 . defer freeing states until all references are clearly gone,
clear them out in the main loop [MCR]
* attempt to free the state [MCR]
* added leak detective reporter [MCR]

v2.6.51.2 (December 17, 2018)

Additional commits for libnss.
Expand Down
2 changes: 1 addition & 1 deletion Makefile.ver
@@ -1 +1 @@
IPSECBASEVERSION=2.6.51.2
IPSECBASEVERSION=2.6.51.3
4 changes: 2 additions & 2 deletions debian/changelog
@@ -1,5 +1,5 @@
openswan (1:2.6.51.2-1) UNRELEASED; urgency=low
openswan (1:2.6.51.3-1) UNRELEASED; urgency=low

* Re-upload to unstable.

-- Samir Hussain <shussain@xelerance.com> Monday, 17 Dec 2018 11:34:16 -0400
-- Samir Hussain <shussain@xelerance.com> Tuesday, 12 Mar 2019 11:34:16 -0400
2 changes: 1 addition & 1 deletion packaging/centos5/openswan.spec
@@ -1,6 +1,6 @@
Summary: Openswan IPsec implementation
Name: openswan
Version: 2.6.51.2
Version: 2.6.51.3
%{!?buildklips: %{expand: %%define buildklips 0}}
%{!?buildxen: %{expand: %%define buildxen 0}}

Expand Down
2 changes: 1 addition & 1 deletion packaging/fedora/openswan.spec
@@ -1,6 +1,6 @@
Summary: Openswan IPsec implementation
Name: openswan
Version: 2.6.51.2
Version: 2.6.51.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
@@ -1,6 +1,6 @@
Summary: Openswan IPsec implementation
Name: openswanX
Version: 2.6.51.2
Version: 2.6.51.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
Expand Up @@ -5,7 +5,7 @@

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

Expand Down

0 comments on commit 34490d6

Please sign in to comment.