All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] openswan: security bump to version 2.6.45
@ 2015-09-02 19:15 Gustavo Zacarias
  2015-09-04  9:02 ` Vicente Olivert Riera
  2015-09-04  9:56 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Gustavo Zacarias @ 2015-09-02 19:15 UTC (permalink / raw)
  To: buildroot

Fixes:
CVE-2015-3240 - IKE DoS when using NSS.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/openswan/openswan.hash | 2 +-
 package/openswan/openswan.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/openswan/openswan.hash b/package/openswan/openswan.hash
index 4853b3f..ef4e18b 100644
--- a/package/openswan/openswan.hash
+++ b/package/openswan/openswan.hash
@@ -1,2 +1,2 @@
 # Locally calculated after checking pgp signature
-sha256	ac7ef1d78766801f23c458cc7c3b080ca6e20c5144a1979598c319bc3bc7c88b	openswan-2.6.43.tar.gz
+sha256	b657b4a3828fc6e9830aabeabec047a71993daeb9dd2607f321e355bc5a53e1e	openswan-2.6.45.tar.gz
diff --git a/package/openswan/openswan.mk b/package/openswan/openswan.mk
index b7689c1..7fa945f 100644
--- a/package/openswan/openswan.mk
+++ b/package/openswan/openswan.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-OPENSWAN_VERSION = 2.6.43
+OPENSWAN_VERSION = 2.6.45
 OPENSWAN_SITE = http://download.openswan.org/openswan
 OPENSWAN_LICENSE = GPLv2+, BSD-3c
 OPENSWAN_LICENSE_FILES = COPYING LICENSE
-- 
2.4.6

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] openswan: security bump to version 2.6.45
  2015-09-02 19:15 [Buildroot] [PATCH] openswan: security bump to version 2.6.45 Gustavo Zacarias
@ 2015-09-04  9:02 ` Vicente Olivert Riera
  2015-09-04  9:56 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Vicente Olivert Riera @ 2015-09-04  9:02 UTC (permalink / raw)
  To: buildroot

Dear Gustavo Zacarias,
On 09/02/2015 08:15 PM, Gustavo Zacarias wrote:
> Fixes:
> CVE-2015-3240 - IKE DoS when using NSS.
> 
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
>  package/openswan/openswan.hash | 2 +-
>  package/openswan/openswan.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/package/openswan/openswan.hash b/package/openswan/openswan.hash
> index 4853b3f..ef4e18b 100644
> --- a/package/openswan/openswan.hash
> +++ b/package/openswan/openswan.hash
> @@ -1,2 +1,2 @@
>  # Locally calculated after checking pgp signature
> -sha256	ac7ef1d78766801f23c458cc7c3b080ca6e20c5144a1979598c319bc3bc7c88b	openswan-2.6.43.tar.gz
> +sha256	b657b4a3828fc6e9830aabeabec047a71993daeb9dd2607f321e355bc5a53e1e	openswan-2.6.45.tar.gz
> diff --git a/package/openswan/openswan.mk b/package/openswan/openswan.mk
> index b7689c1..7fa945f 100644
> --- a/package/openswan/openswan.mk
> +++ b/package/openswan/openswan.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -OPENSWAN_VERSION = 2.6.43
> +OPENSWAN_VERSION = 2.6.45
>  OPENSWAN_SITE = http://download.openswan.org/openswan
>  OPENSWAN_LICENSE = GPLv2+, BSD-3c
>  OPENSWAN_LICENSE_FILES = COPYING LICENSE
> 

Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>

Compile test for MIPS architecture:

$ grep ^OPENSWAN_VERSION package/openswan/openswan.mk
OPENSWAN_VERSION = 2.6.45

$ file output/target/usr/libexec/ipsec/pluto
output/target/usr/libexec/ipsec/pluto: ELF 32-bit MSB executable, MIPS,
MIPS32 rel2 version 1 (SYSV), dynamically linked (uses shared libs), for
GNU/Linux 2.6.32, with unknown capability 0x41000000 = 0xf676e75, with
unknown capability 0x10000 = 0x70401, stripped

Regards,

Vincent.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] openswan: security bump to version 2.6.45
  2015-09-02 19:15 [Buildroot] [PATCH] openswan: security bump to version 2.6.45 Gustavo Zacarias
  2015-09-04  9:02 ` Vicente Olivert Riera
@ 2015-09-04  9:56 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2015-09-04  9:56 UTC (permalink / raw)
  To: buildroot

>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 > Fixes:
 > CVE-2015-3240 - IKE DoS when using NSS.

 > Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-09-04  9:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-02 19:15 [Buildroot] [PATCH] openswan: security bump to version 2.6.45 Gustavo Zacarias
2015-09-04  9:02 ` Vicente Olivert Riera
2015-09-04  9:56 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.