bagder: curl-www/ca mozilla-ca.sh,1.2,1.3
[email protected] Mon, 17 Aug 2009 12:56:16 +0000
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www/ca In directory labb:/tmp/cvs-serv1358/ca Modified Files: mozilla-ca.sh Log Message: run the new script instead Index: mozilla-ca.sh =================================================================== RCS file: /cvsroot/curl/curl-www/ca/mozilla-ca.sh,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- mozilla-ca.sh 12 Nov 2007 21:00:07 -0000 1.2 +++ mozilla-ca.sh 17 Aug 2009 12:56:14 -0000 1.3 @@ -1,20 +1,6 @@ #!/bin/sh - -PATH="/home/dast/linux/bin:/home/dast/bin:/usr/local/bin:/bin:/usr/bin:/usr/sbin:/sbin" - -export PATH - -cd $HOME/curl_html/ca - -curl -s "http://lxr.mozilla.org/seamonkey/source/security/nss/lib/ckfw/builtins/certdata.txt?raw=1" -o certdata.txt - -if $? -gt 0; then - exit curl failed -fi - FILE=cacert.pem-foo - -./parse-certs.sh certdata.txt $FILE > /dev/null +perl ./mk-ca-bundle.pl -u $FILE if [ -s $FILE ]; then mv $FILE cacert.pem