--- a/pidgin/win32/nsis/generate_gtk_zip.sh Sat Sep 24 18:19:04 2016 -0500 +++ b/pidgin/win32/nsis/generate_gtk_zip.sh Fri Oct 12 19:11:25 2018 -0500 @@ -17,7 +17,6 @@ fi STAGE_DIR=`readlink -f $PIDGIN_BASE/pidgin/win32/nsis/gtk_runtime_stage` -CERT_PATH=`readlink -f $PIDGIN_BASE/pidgin/win32/nsis`/cacert.pem #Subdirectory of $STAGE_DIR INSTALL_DIR=Gtk SRC_INSTALL_DIR=src_install @@ -45,7 +44,6 @@ fi failed=0 wget -t 5 "$1" -O "$2" -o "wget.log" --retry-connrefused --waitretry=5 \ - --ca-certificate="$CERT_PATH" \ || failed=1 if [ $failed != 0 ] ; then if [ "$3" != "quiet" ] ; then @@ -60,8 +58,6 @@ return 0 } -cat $PIDGIN_BASE/share/ca-certs/*.pem > "$CERT_PATH" - #Download the existing file (so that we distribute the exact same file for all releases with the same bundle version) FILE="$ZIP_FILE" if [ ! -e "$FILE" ]; then @@ -455,7 +451,6 @@ done rm -rf $CPIO_DIR -rm "$CERT_PATH" #mv "${STAGE_DIR}/${INSTALL_DIR}/share/tcl8.5" "${STAGE_DIR}/${INSTALL_DIR}/lib/" rm "${STAGE_DIR}/${INSTALL_DIR}/lib/gstreamer-0.10/libfsmsnconference.dll"