Ticket #33789: patch-no-autodownload.diff

File patch-no-autodownload.diff, 645 bytes (added by gallafent, 12 years ago)

Edited version of the curl-ca-bundle patch

  • Makefile

    old new  
    288288
    289289ca-bundle: lib/mk-ca-bundle.pl
    290290        @echo "generate a fresh ca-bundle.crt"
    291         @perl $< -b -l -u lib/ca-bundle.crt
     291        @perl $< -n lib/ca-bundle.crt
    292292
    293293ca-firefox: lib/firefox-db2pem.sh
    294294        @echo "generate a fresh ca-bundle.crt"
  • lib/mk-ca-bundle.pl

    old new  
    3232#
    3333use Getopt::Std;
    3434use MIME::Base64;
    35 use LWP::UserAgent 6;
    3635use strict;
    3736use vars qw($opt_b $opt_h $opt_i $opt_l $opt_n $opt_q $opt_t $opt_u $opt_v);
    3837