[Swan] Swan Digest, Vol 32, Issue 10

cemotyz09 at yahoo.com cemotyz09 at yahoo.com
Fri Aug 28 19:35:10 UTC 2015


-----Original Message-----
From: swan-request at lists.libreswan.org
Sender: swan-bounces at lists.libreswan.org
Date: Fri, 28 Aug 2015 16:12:18 
To: <swan at lists.libreswan.org>
Reply-To: swan at lists.libreswan.org
Subject: Swan Digest, Vol 32, Issue 10

Send Swan mailing list submissions to
	swan at lists.libreswan.org

To subscribe or unsubscribe via the World Wide Web, visit
	https://lists.libreswan.org/mailman/listinfo/swan
or, via email, send a message with subject or body 'help' to
	swan-request at lists.libreswan.org

You can reach the person managing the list at
	swan-owner at lists.libreswan.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Swan digest..."


Today's Topics:

   1. Libreswan 3.15 - Compilation Problem (Support Reseau)
   2. Re: Libreswan 3.15 - Compilation Problem (Antony Antony)
   3. Re: Libreswan 3.15 - Compilation Problem - RESOLVED
      (Support Reseau)


----------------------------------------------------------------------

Message: 1
Date: Fri, 28 Aug 2015 12:31:09 +0200
From: "Support Reseau" <support.net at numlog.fr>
To: <swan at lists.libreswan.org>
Subject: [Swan] Libreswan 3.15 - Compilation Problem
Message-ID: <076c01d0e17c$a74b2b20$f5e18160$@numlog.fr>
Content-Type: text/plain; charset="iso-8859-1"

Hi,

 

Since the vulnerability CVE-2015-3240 (IKE DoS when using NSS) I tried to
compile libreswan-3.15 on Debian 7. But I can?t; Do you know why :

 

                -c /root/libreswan-3.15/programs/pluto/crypt_dbg.c

/root/libreswan-3.15/programs/pluto/crypt_dbg.c: In function 'symkey_bytes':

/root/libreswan-3.15/programs/pluto/crypt_dbg.c:102:2: error: implicit
declaration of function 'PK11_Decrypt'
[-Werror=implicit-function-declaration]

/root/libreswan-3.15/programs/pluto/crypt_dbg.c:102:2: error: nested extern
declaration of 'PK11_Decrypt' [-Werror=nested-externs]

cc1: all warnings being treated as errors

make[3]: *** [crypt_dbg.o] Erreur 1

make[3]: *** Attente des t?ches non termin?es....

make[3]: quittant le r?pertoire ?
/root/libreswan-3.15/OBJ.linux.x86_64/programs/pluto ?

make[2]: *** [local-base] Erreur 2

make[2]: quittant le r?pertoire ? /root/libreswan-3.15/programs/pluto ?

make[1]: *** [all] Erreur 2

make[1]: quittant le r?pertoire ? /root/libreswan-3.15/programs ?

make: *** [all] Erreur 2

 

Sincerely

 

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.libreswan.org/pipermail/swan/attachments/20150828/fa1dad2c/attachment-0001.html>

------------------------------

Message: 2
Date: Fri, 28 Aug 2015 13:14:51 +0200
From: Antony Antony <antony at phenome.org>
To: Support Reseau <support.net at numlog.fr>
Cc: swan at lists.libreswan.org
Subject: Re: [Swan] Libreswan 3.15 - Compilation Problem
Message-ID: <20150828111451.GB13985 at hal>
Content-Type: text/plain; charset=iso-8859-1

Hi,
Libreswan 3.15 need a newer libnss/libnspr than the one in default Debian Wheezy/7.x
Try with later version libnss, say 3.17 

As an exmple the required binary packages are at:
ftp://ftp.libreswan.org/binaries/debian/wheezy/ 

And the steps are documented at:
https://libreswan.org/wiki/3.14_on_Debian_Wheezy

regards,
-antony



On Fri, Aug 28, 2015 at 12:31:09PM +0200, Support Reseau wrote:
> Hi,
> 
>  
> 
> Since the vulnerability CVE-2015-3240 (IKE DoS when using NSS) I tried to
> compile libreswan-3.15 on Debian 7. But I can?t; Do you know why :
> 
>  
> 
>                 -c /root/libreswan-3.15/programs/pluto/crypt_dbg.c
> 
> /root/libreswan-3.15/programs/pluto/crypt_dbg.c: In function 'symkey_bytes':
> 
> /root/libreswan-3.15/programs/pluto/crypt_dbg.c:102:2: error: implicit
> declaration of function 'PK11_Decrypt'
> [-Werror=implicit-function-declaration]
> 
> /root/libreswan-3.15/programs/pluto/crypt_dbg.c:102:2: error: nested extern
> declaration of 'PK11_Decrypt' [-Werror=nested-externs]
> 
> cc1: all warnings being treated as errors
> 
> make[3]: *** [crypt_dbg.o] Erreur 1
> 
> make[3]: *** Attente des t?ches non termin?es....
> 
> make[3]: quittant le r?pertoire ?
> /root/libreswan-3.15/OBJ.linux.x86_64/programs/pluto ?
> 
> make[2]: *** [local-base] Erreur 2
> 
> make[2]: quittant le r?pertoire ? /root/libreswan-3.15/programs/pluto ?
> 
> make[1]: *** [all] Erreur 2
> 
> make[1]: quittant le r?pertoire ? /root/libreswan-3.15/programs ?
> 
> make: *** [all] Erreur 2
> 
>  
> 
> Sincerely
> 
>  
> 
>  
> 

> _______________________________________________
> Swan mailing list
> Swan at lists.libreswan.org
> https://lists.libreswan.org/mailman/listinfo/swan



------------------------------

Message: 3
Date: Fri, 28 Aug 2015 15:12:04 +0200
From: "Support Reseau" <support.net at numlog.fr>
To: "'Antony Antony'" <antony at phenome.org>
Cc: swan at lists.libreswan.org
Subject: Re: [Swan] Libreswan 3.15 - Compilation Problem - RESOLVED
Message-ID: <078501d0e193$2232efb0$6698cf10$@numlog.fr>
Content-Type: text/plain; charset="iso-8859-1"

Hi,

 

I updated libnss to 3.17 and libnspr4 to 4.10 :

(I used your link to download the packages :
ftp://ftp.libreswan.org/binaries/debian/wheezy/)

 

ii libnss3:amd64                               2:3.17.2-1.1        amd64
Network Security Service libraries

ii libnss3-1d:amd64                        2:3.17.2-1.1        amd64
Network Security Service libraries - transitional package

ii libnss3-dev:amd64                      2:3.17.2-1.1        amd64
Development files for the Network Security Service libraries

ii libnss3-tools                                  2:3.17.2-1.1        amd64
Network Security Service tools

 

ii libnspr4:amd64                             2:4.10.7-1            amd64
NetScape Portable Runtime Library

ii libnspr4-0d:amd64                      2:4.10.7-1            amd64
NetScape Portable Runtime Library - transitional package

ii libnspr4-dbg:amd64                   2:4.10.7-1            amd64
Debugging symbols for the NetScape Portable Runtime library

ii libnspr4-dev                                  2:4.10.7-1            amd64
Development files for the NetScape Portable Runtime library

 

It's works. Thank you very much for your help

 

Sincerely,

 

 

 

-----Message d'origine-----
De : Antony Antony [mailto:antony at phenome.org] 
Envoy? : vendredi 28 ao?t 2015 13:15
? : Support Reseau
Cc : swan at lists.libreswan.org
Objet : Re: [Swan] Libreswan 3.15 - Compilation Problem

 

Hi,

Libreswan 3.15 need a newer libnss/libnspr than the one in default Debian
Wheezy/7.x Try with later version libnss, say 3.17 

 

As an exmple the required binary packages are at:

 <ftp://ftp.libreswan.org/binaries/debian/wheezy/>
ftp://ftp.libreswan.org/binaries/debian/wheezy/ 

 

And the steps are documented at:

 <https://libreswan.org/wiki/3.14_on_Debian_Wheezy>
https://libreswan.org/wiki/3.14_on_Debian_Wheezy

 

regards,

-antony

 

 

 

On Fri, Aug 28, 2015 at 12:31:09PM +0200, Support Reseau wrote:

> Hi,

> 

>  

> 

> Since the vulnerability CVE-2015-3240 (IKE DoS when using NSS) I tried 

> to compile libreswan-3.15 on Debian 7. But I can?t; Do you know why :

> 

>  

> 

>                 -c /root/libreswan-3.15/programs/pluto/crypt_dbg.c

> 

> /root/libreswan-3.15/programs/pluto/crypt_dbg.c: In function
'symkey_bytes':

> 

> /root/libreswan-3.15/programs/pluto/crypt_dbg.c:102:2: error: implicit 

> declaration of function 'PK11_Decrypt'

> [-Werror=implicit-function-declaration]

> 

> /root/libreswan-3.15/programs/pluto/crypt_dbg.c:102:2: error: nested 

> extern declaration of 'PK11_Decrypt' [-Werror=nested-externs]

> 

> cc1: all warnings being treated as errors

> 

> make[3]: *** [crypt_dbg.o] Erreur 1

> 

> make[3]: *** Attente des t?ches non termin?es....

> 

> make[3]: quittant le r?pertoire ?

> /root/libreswan-3.15/OBJ.linux.x86_64/programs/pluto ?

> 

> make[2]: *** [local-base] Erreur 2

> 

> make[2]: quittant le r?pertoire ? /root/libreswan-3.15/programs/pluto 

> ?

> 

> make[1]: *** [all] Erreur 2

> 

> make[1]: quittant le r?pertoire ? /root/libreswan-3.15/programs ?

> 

> make: *** [all] Erreur 2

> 

>  

> 

> Sincerely

> 

>  

> 

>  

> 

 

> _______________________________________________

> Swan mailing list

>  <mailto:Swan at lists.libreswan.org> Swan at lists.libreswan.org

>  <https://lists.libreswan.org/mailman/listinfo/swan>
https://lists.libreswan.org/mailman/listinfo/swan

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.libreswan.org/pipermail/swan/attachments/20150828/82fdbdc2/attachment.html>

------------------------------

_______________________________________________
Swan mailing list
Swan at lists.libreswan.org
https://lists.libreswan.org/mailman/listinfo/swan


End of Swan Digest, Vol 32, Issue 10
************************************


More information about the Swan mailing list