Skip to content

Commit 0b460be

Browse files
committed
Update VERSION to 2.6.50.1
1 parent 937d24f commit 0b460be

File tree

8 files changed

+22
-9
lines changed

8 files changed

+22
-9
lines changed

CHANGES

+13
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ of version numbers, so you will find 2.5.x and 2.6.x releases intersperced.
44

55
See also docs/KNOWN_BUGS.txt and https://github.com/xelerance/Openswan/issues
66

7+
v2.6.50.1 (August 24, 2018)
8+
9+
This release fixes CVE-2018-15836 (a Bleichenbacher-style signature
10+
forgery which involves RSA padding attack)
11+
12+
* wo#7449 . test case for Bleichenbacher-style signature forgery [Bart Trojanowski]
13+
* wo#7449 . verify padding contents for IKEv2 RSA sig check [Bart Trojanowski]
14+
* wo#7449 . added lo06-verifybadsigs test case [Bart Trojanowski]
15+
* b01-install test case will no longer spam with the environment
16+
variables [Bart Trojanowski]
17+
* lp28-addrinfoserialize: IP address for moon changed to
18+
192.139.46.82 [Bart Trojanowski]
19+
720
v2.6.50 (August 3, 2017)
821

922
Bug fixes for RSA key size and other issues

Makefile.ver

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
IPSECBASEVERSION=2.6.50
1+
IPSECBASEVERSION=2.6.50.1

debian/NEWS

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
openswan (1:2.6.50-0xelerance1) trusty; urgency=low
1+
openswan (1:2.6.50.1-0xelerance1) trusty; urgency=low
22

3-
* Update to 2.6.50
3+
* Update to 2.6.50.1
44

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

debian/changelog

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
openswan (1:2.6.50-0xelerance1) trusty; urgency=low
1+
openswan (1:2.6.50.1-0xelerance1) trusty; urgency=low
22

3-
* Update to 2.6.50
3+
* Update to 2.6.50.1
44

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

packaging/centos5/openswan.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Summary: Openswan IPsec implementation
22
Name: openswan
3-
Version: 2.6.50
3+
Version: 2.6.50.1
44
%{!?buildklips: %{expand: %%define buildklips 0}}
55
%{!?buildxen: %{expand: %%define buildxen 0}}
66

packaging/fedora/openswan.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Summary: Openswan IPsec implementation
22
Name: openswan
3-
Version: 2.6.50
3+
Version: 2.6.50.1
44
# Build KLIPS kernel module?
55
%{!?buildklips: %{expand: %%define buildklips 0}}
66
%{!?buildxen: %{expand: %%define buildxen 0}}

packaging/rhel7/openswan.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Summary: Openswan IPsec implementation
22
Name: openswanX
3-
Version: 2.6.50
3+
Version: 2.6.50.1
44

55
# Openswan -pre/-rc nomenclature has to co-exist with hyphen paranoia
66
%define srcpkgver %(echo %{version} | tr -s '_' '-')

packaging/suse/openswan.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Summary: Openswan IPSEC implementation
77
Name: openswan
8-
Version: 2.6.50
8+
Version: 2.6.50.1
99
# Build KLIPS kernel module?
1010
%{!?buildklips: %{expand: %%define buildklips 0}}
1111

0 commit comments

Comments
 (0)