Skip to content

Commit

Permalink
Update VERSION to 2.6.52.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shussain committed Mar 17, 2020
1 parent a59a971 commit 223511f
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 7 deletions.
11 changes: 11 additions & 0 deletions CHANGES
Expand Up @@ -5,6 +5,17 @@ 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.1 (March 17, 2020)

Fixing compiler warning and working with musl.

* fix warning about switch fallthrough in parse_isakmp_sa_body() [anatoli]
* fix warning about switch fallthrough in nat_traversal_vid_to_method() [anatoli]
* fix warning about switch fallthrough in finish_pfkey_msg() [anatoli]
* fix warning about switch fallthrough in informational() [anatoli]
* fix warning about switch fallthrough in xauth_inI0() [anatoli]
* lib/libpluto/writehackmsg.c: fix build on musl [Fabrice Fontaine]

v2.6.52 (December 25, 2019)

Bug fixes for various issues.
Expand Down
2 changes: 1 addition & 1 deletion Makefile.ver
@@ -1 +1 @@
IPSECBASEVERSION=2.6.52
IPSECBASEVERSION=2.6.52.1
4 changes: 2 additions & 2 deletions debian/changelog
@@ -1,5 +1,5 @@
openswan (1:2.6.52) UNRELEASED; urgency=low
openswan (1:2.6.52.1) UNRELEASED; urgency=low

* Re-upload to unstable.

-- Samir Hussain <shussain@xelerance.com> Wednesday, 25 Dec 2019 18:14:16 -0400
-- Samir Hussain <shussain@xelerance.com> Tuesday, 17 Mar 2020 17:08: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.52
Version: 2.6.52.1
%{!?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.52
Version: 2.6.52.1
# 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.52
Version: 2.6.52.1

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

Expand Down

0 comments on commit 223511f

Please sign in to comment.