Skip to content

Commit

Permalink
Update VERSION to 2.6.49.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shussain committed Feb 28, 2017
1 parent a9d466a commit a7e3ae5
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 9 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

v.2.6.49.1 (February 28, 2017)

Always build whack with debug options and define IKEv1 as on

* KEv1 as disabled at compile time [mcr]
* define IKEV1 as on, as we can not remove IKEv1 yet, but one piece of code anticipated it [mcr]
* always build whack with debug options [mcr]
* debian: stop depending on iproute that's just a virtual package [Simon Deziel]

v2.6.49 (August 8, 2016)

Implements the IKEv2 child rekey facility in IKEv2.
Expand Down
2 changes: 1 addition & 1 deletion Makefile.ver
@@ -1 +1 @@
IPSECBASEVERSION=2.6.49
IPSECBASEVERSION=2.6.49.1
4 changes: 2 additions & 2 deletions debian/NEWS
@@ -1,6 +1,6 @@
openswan (1:2.6.49-0xelerance1) trusty; urgency=low
openswan (1:2.6.49.1-0xelerance1) trusty; urgency=low

* Update to 2.6.49
* Update to 2.6.49.1

The real changelog is in /usr/share/doc/openswan/changelog.gz

Expand Down
4 changes: 2 additions & 2 deletions debian/changelog
@@ -1,6 +1,6 @@
openswan (1:2.6.49-0xelerance1) trusty; urgency=low
openswan (1:2.6.49.1-0xelerance1) trusty; urgency=low

* Update to 2.6.49
* Update to 2.6.49.1

The real changelog is in /usr/share/doc/openswan/changelog.gz

Expand Down
2 changes: 1 addition & 1 deletion packaging/centos5/openswan.spec
@@ -1,6 +1,6 @@
Summary: Openswan IPsec implementation
Name: openswan
Version: 2.6.49
Version: 2.6.49.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.49
Version: 2.6.49.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.49
Version: 2.6.49.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.49
Version: 2.6.49.1
# Build KLIPS kernel module?
%{!?buildklips: %{expand: %%define buildklips 0}}

Expand Down

0 comments on commit a7e3ae5

Please sign in to comment.