Mailing List Archive

svn commit: vpnc r537 - /branches/vpnc-nortel/Makefile /trunk/Makefile
Author: Antonio Borneo
Date: Wed Dec 4 14:40:45 2013
New Revision: 537

Log:
cert0.pem expired

Remove temporarily cert0.pem from the certificate chain.
"make test" is now working.

Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>

Modified:
branches/vpnc-nortel/Makefile
trunk/Makefile

Modified: branches/vpnc-nortel/Makefile
==============================================================================
--- branches/vpnc-nortel/Makefile (original)
+++ branches/vpnc-nortel/Makefile Wed Dec 4 14:40:45 2013
@@ -114,7 +114,7 @@
rm -rf vpnc-$*

test : all
- ./test-crypto test/cert.pem test/cert0.pem test/cert1.pem test/cert2.pem test/root.pem
+ ./test-crypto test/cert.pem test/cert1.pem test/cert2.pem test/root.pem
#./test-crypto test/cert.pem test/cert0.crt test/cert1.crt test/cert2.crt test/root.crt

dist : VERSION vpnc.8 vpnc-$(RELEASE_VERSION).tar.gz

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Wed Dec 4 14:40:45 2013
@@ -114,7 +114,7 @@
rm -rf vpnc-$*

test : all
- ./test-crypto test/cert.pem test/cert0.pem test/cert1.pem test/cert2.pem test/root.pem
+ ./test-crypto test/cert.pem test/cert1.pem test/cert2.pem test/root.pem
#./test-crypto test/cert.pem test/cert0.crt test/cert1.crt test/cert2.crt test/root.crt

dist : VERSION vpnc.8 vpnc-$(RELEASE_VERSION).tar.gz

_______________________________________________
vpnc-devel mailing list
vpnc-devel@unix-ag.uni-kl.de
https://lists.unix-ag.uni-kl.de/mailman/listinfo/vpnc-devel
http://www.unix-ag.uni-kl.de/~massar/vpnc/