Skip to content

Commit

Permalink
Update VERSION to 2.6.51.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shussain committed Dec 17, 2018
1 parent c009868 commit e8739d9
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 7 deletions.
16 changes: 16 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ 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.2 (December 17, 2018)

Additional commits for libnss.

* added --built-withlibnss when built without nss [MCR]
* update Makefile to tables driven version [MCR]
* added --built-withlibnss option [MCR]
* updates to tests for show ipsec.secrets location [MCR]
* wo#7817 . show location of ipsec.secrets file in whack status [MCR]
* Specify email address for reporting security vulnerabilies [Samir Hussain]
* change NSS init to use sql: method [MCR]
* adjust functional tests to ignore NSS status, but some certificate tests are not going to run with NSS [MCR]
* wo#7067 . include run-unit-tests.sh and rework Makefile with testlist [MCR]
* initialize NSS libraries [MCR]
* remove another USE_1DES [MCR]
* cast appropriate for 32-bit platforms [MCR]

v2.6.51.1 (October 5, 2018)

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.1
IPSECBASEVERSION=2.6.51.2
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.1-1) UNRELEASED; urgency=low
openswan (1:2.6.51.2-1) UNRELEASED; urgency=low

* Re-upload to unstable.

-- Samir Hussain <[email protected]> Friday, 05 Oct 2018 13:14:16 -0400
-- Samir Hussain <[email protected]> Monday, 17 Dec 2018 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.1
Version: 2.6.51.2
%{!?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.1
Version: 2.6.51.2
# 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.1
Version: 2.6.51.2

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

Expand Down

0 comments on commit e8739d9

Please sign in to comment.