Skip to content

Commit

Permalink
Update VERSION to 2.6.51.4
Browse files Browse the repository at this point in the history
  • Loading branch information
shussain committed Jun 13, 2019
1 parent 0304d6b commit ef5de7f
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 7 deletions.
12 changes: 12 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ 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.4 (June 13, 2019)

Fix for CVE-2019-10155 (IKEv1 information exchange packet's integrity check
value is not verified)

* cleanup warnings in delete_connection() [Bart Trojanowski]
* tests: cleanup warnings in libpluto unit tests [Bart Trojanowski]
* tests: cleanup warnings in libopenswan unit tests [Bart Trojanowski]
* tests: add quick_mode_hash12() to libpluto seam code [Bart Trojanowski]
* ikev1: hack to check informational payloads [Andrew Cagney
(from Libreswan commit 9391eab9)]

v2.6.51.3 (March 12, 2019)

Fix memory leak bug.
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.51.3
IPSECBASEVERSION=2.6.51.4
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.51.3-1) UNRELEASED; urgency=low
openswan (1:2.6.51.4-1) UNRELEASED; urgency=low

* Re-upload to unstable.

-- Samir Hussain <[email protected]> Tuesday, 12 Mar 2019 11:34:16 -0400
-- Samir Hussain <[email protected]> Thursday, 13 Jun 2019 11:34: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.51.3
Version: 2.6.51.4
%{!?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.51.3
Version: 2.6.51.4
# 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.51.3
Version: 2.6.51.4

# 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.51.3
Version: 2.6.51.4
# Build KLIPS kernel module?
%{!?buildklips: %{expand: %%define buildklips 0}}

Expand Down

0 comments on commit ef5de7f

Please sign in to comment.