diff --git a/CHANGES b/CHANGES index ccd63947dc..d7f362ca0a 100644 --- a/CHANGES +++ b/CHANGES @@ -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) diff --git a/Makefile.ver b/Makefile.ver index 155b18c749..0f31be61d3 100644 --- a/Makefile.ver +++ b/Makefile.ver @@ -1 +1 @@ -IPSECBASEVERSION=2.6.51.1 +IPSECBASEVERSION=2.6.51.2 diff --git a/debian/changelog b/debian/changelog index e9dec43fa8..6f7a68de67 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Friday, 05 Oct 2018 13:14:16 -0400 + -- Samir Hussain Monday, 17 Dec 2018 11:34:16 -0400 diff --git a/packaging/centos5/openswan.spec b/packaging/centos5/openswan.spec index e2ab8f0820..3b9943ae6e 100644 --- a/packaging/centos5/openswan.spec +++ b/packaging/centos5/openswan.spec @@ -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}} diff --git a/packaging/fedora/openswan.spec b/packaging/fedora/openswan.spec index dd6725104c..65801ad1db 100644 --- a/packaging/fedora/openswan.spec +++ b/packaging/fedora/openswan.spec @@ -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}} diff --git a/packaging/rhel7/openswan.spec b/packaging/rhel7/openswan.spec index 18c233fd03..fc30a7cf34 100644 --- a/packaging/rhel7/openswan.spec +++ b/packaging/rhel7/openswan.spec @@ -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 '_' '-') diff --git a/packaging/suse/openswan.spec b/packaging/suse/openswan.spec index dfec860278..0607ae600a 100644 --- a/packaging/suse/openswan.spec +++ b/packaging/suse/openswan.spec @@ -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}}