Ticket #33789: patch-no-autodownload.diff
File patch-no-autodownload.diff, 645 bytes (added by gallafent, 13 years ago) |
---|
-
Makefile
old new 288 288 289 289 ca-bundle: lib/mk-ca-bundle.pl 290 290 @echo "generate a fresh ca-bundle.crt" 291 @perl $< - b -l -ulib/ca-bundle.crt291 @perl $< -n lib/ca-bundle.crt 292 292 293 293 ca-firefox: lib/firefox-db2pem.sh 294 294 @echo "generate a fresh ca-bundle.crt" -
lib/mk-ca-bundle.pl
old new 32 32 # 33 33 use Getopt::Std; 34 34 use MIME::Base64; 35 use LWP::UserAgent 6;36 35 use strict; 37 36 use vars qw($opt_b $opt_h $opt_i $opt_l $opt_n $opt_q $opt_t $opt_u $opt_v); 38 37