From fdd14fc3467ae3521d932fd1b171412e0397d723 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 3 May 2019 17:17:52 +0000 Subject: Secure URLs Mostly in patch headers, example code and few patch lines and regular docs. Also update/follow some non-secure URLs. --- docs/index.html | 6 +++--- plugins/apps/wrk-1-fixes.patch | 4 ++-- plugins/examples/openssl1.0/openssl1.0-1-fixes.patch | 2 +- plugins/examples/qt5-freeze/openssl-1-fixes.patch | 2 +- plugins/gcc4/gcc4.patch | 6 +++--- plugins/native/automake-1-fixes.patch | 2 +- src/dcmtk-2-mingw-w64.patch | 2 +- src/fltk-test.cpp | 2 +- src/freeglut-1-fixes.patch | 2 +- src/freeimage-1-fixes.patch | 2 +- src/glm-test.cpp | 2 +- src/gnutls-1-fixes.patch | 2 +- src/graphicsmagick-1-fix-xml2-config.patch | 2 +- src/gtk3-1-fixes.patch | 2 +- src/id3lib-2-zlib.patch | 2 +- src/id3lib-4-utf16.patch | 4 ++-- src/id3lib-6-fix-crash-vbr.patch | 2 +- src/jack-1-fixes.patch | 2 +- src/libdnet-1-fixes.patch | 2 +- src/liblqr-1-1-pkg-config.patch | 2 +- src/libmysqlclient-1-fixes.patch | 6 +++--- src/liboil-1-fixes.patch | 2 +- src/luajit-1-fixes.patch | 2 +- src/muparserx-test.cpp | 2 +- src/ocaml-flexdll-1-fixes.patch | 2 +- src/plotutils-2.6-libpng-1.5.patch | 2 +- src/qdbm-test.c | 2 +- src/qt-1-cherrypicks.patch | 8 ++++---- src/qt-2-openssl-fixes.patch | 2 +- src/qtsparkle-test.cpp | 2 +- src/qtsparkle_qt4-test.cpp | 2 +- src/qtwebkit-test.cpp | 2 +- src/sdl_mixer-1-fixes.patch | 4 ++-- 33 files changed, 45 insertions(+), 45 deletions(-) diff --git a/docs/index.html b/docs/index.html index c473a57..99477ae 100644 --- a/docs/index.html +++ b/docs/index.html @@ -647,7 +647,7 @@ USE_OSGPLUGIN(<plugin2>) ≥ 2.2 - Lzip + Lzip @@ -3059,7 +3059,7 @@ endef BioSig
  • - Cataclysm: Dark Days Ahead + Cataclysm: Dark Days Ahead
  • cvtool @@ -3143,7 +3143,7 @@ endef sigrok
  • - Spek + Spek
  • Spring RTS diff --git a/plugins/apps/wrk-1-fixes.patch b/plugins/apps/wrk-1-fixes.patch index 6541083..7412eac 100644 --- a/plugins/apps/wrk-1-fixes.patch +++ b/plugins/apps/wrk-1-fixes.patch @@ -272,7 +272,7 @@ From: Boris Nagaev Date: Tue, 22 Mar 2016 23:05:26 +0100 Subject: [PATCH 4/8] reorder -lssl and -lcrypto -See http://stackoverflow.com/a/27136346 +See https://stackoverflow.com/a/27136346 diff --git a/Makefile b/Makefile index 1111111..2222222 100644 @@ -410,7 +410,7 @@ index 1111111..2222222 100644 luaL_openlibs(L); - (void) luaL_dostring(L, "wrk = require \"wrk\""); + -+ // Taken from http://stackoverflow.com/a/19426724 ++ // Taken from https://stackoverflow.com/a/19426724 + lua_getglobal(L, "package"); + lua_getfield(L, -1, "preload"); + luaL_loadbuffer(L, luaJIT_BC_wrk, luaJIT_BC_wrk_SIZE, NULL); diff --git a/plugins/examples/openssl1.0/openssl1.0-1-fixes.patch b/plugins/examples/openssl1.0/openssl1.0-1-fixes.patch index 132f1b4..4b343fc 100644 --- a/plugins/examples/openssl1.0/openssl1.0-1-fixes.patch +++ b/plugins/examples/openssl1.0/openssl1.0-1-fixes.patch @@ -8,7 +8,7 @@ Date: Wed, 8 Jan 2014 02:19:10 +0100 Subject: [PATCH 1/2] winsock2 -This patch has been taken from: --http://rt.openssl.org/Ticket/Display.html?id=2285&user=guest&pass=guest +-https://rt.openssl.org/Ticket/Display.html?id=2285&user=guest&pass=guest diff --git a/ssl/dtls1.h b/ssl/dtls1.h index 1111111..2222222 100644 diff --git a/plugins/examples/qt5-freeze/openssl-1-fixes.patch b/plugins/examples/qt5-freeze/openssl-1-fixes.patch index 132f1b4..4b343fc 100644 --- a/plugins/examples/qt5-freeze/openssl-1-fixes.patch +++ b/plugins/examples/qt5-freeze/openssl-1-fixes.patch @@ -8,7 +8,7 @@ Date: Wed, 8 Jan 2014 02:19:10 +0100 Subject: [PATCH 1/2] winsock2 -This patch has been taken from: --http://rt.openssl.org/Ticket/Display.html?id=2285&user=guest&pass=guest +-https://rt.openssl.org/Ticket/Display.html?id=2285&user=guest&pass=guest diff --git a/ssl/dtls1.h b/ssl/dtls1.h index 1111111..2222222 100644 diff --git a/plugins/gcc4/gcc4.patch b/plugins/gcc4/gcc4.patch index e33c39c..df77a29 100644 --- a/plugins/gcc4/gcc4.patch +++ b/plugins/gcc4/gcc4.patch @@ -6,8 +6,8 @@ Date: Thu, 30 Jul 2015 10:00:49 +0200 Subject: [PATCH 1/2] mingw-float This patch has been taken from: -http://gcc.gnu.org/ml/gcc-patches/2010-06/msg00387.html -http://sourceforge.net/p/mingw/bugs/1809 +https://gcc.gnu.org/ml/gcc-patches/2010-06/msg00387.html +https://sourceforge.net/p/mingw/bugs/1809 diff --git a/gcc/ginclude/float.h b/gcc/ginclude/float.h index 805b84d..b9dcc48 100644 @@ -41,7 +41,7 @@ Date: Thu, 30 Jul 2015 10:04:07 +0200 Subject: [PATCH 2/2] intrinsics This patch has been taken from: -http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56038 +https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56038 diff --git a/gcc/config/i386/adxintrin.h b/gcc/config/i386/adxintrin.h index dd2a26c..2e680b3 100644 diff --git a/plugins/native/automake-1-fixes.patch b/plugins/native/automake-1-fixes.patch index 1ce1f1f..fe7dd86 100644 --- a/plugins/native/automake-1-fixes.patch +++ b/plugins/native/automake-1-fixes.patch @@ -10,7 +10,7 @@ Subject: [PATCH 1/1] Avoids deprecated syntax that causes failure in newer versi Contains patch for using too new Perl. Avoids deprecated syntax that causes failure in newer versions of Perl. More info at https://github.com/mxe/mxe/issues/2140 Backported from: -http://git.savannah.gnu.org/cgit/automake.git/commit/?id=13f00eb4493c217269b76614759e452d8302955e +https://git.savannah.gnu.org/cgit/automake.git/commit/?id=13f00eb4493c217269b76614759e452d8302955e Original author: Paul Eggert Signed-off-by: Adam Duskett diff --git a/src/dcmtk-2-mingw-w64.patch b/src/dcmtk-2-mingw-w64.patch index b51023c..afffeea 100644 --- a/src/dcmtk-2-mingw-w64.patch +++ b/src/dcmtk-2-mingw-w64.patch @@ -6,7 +6,7 @@ Date: Tue, 7 Oct 2014 21:50:59 -0700 Subject: [PATCH] Fix i686-w64-mingw32 Cherry-picked from -http://git.dcmtk.org/web?p=dcmtk.git;a=commitdiff;h=b8a53c5f7fd12e9479f830680ef84f93805fd004 +https://git.dcmtk.org/?p=dcmtk.git;a=commitdiff;h=b8a53c5f7fd12e9479f830680ef84f93805fd004 diff --git a/config/configure.in b/config/configure.in index e343ce1..a305114 100644 diff --git a/src/fltk-test.cpp b/src/fltk-test.cpp index c02652e..d0915ad 100644 --- a/src/fltk-test.cpp +++ b/src/fltk-test.cpp @@ -2,7 +2,7 @@ * This file is part of MXE. See LICENSE.md for licensing information. * * This is a slightly modified version of: - * http://www.fltk.org/doc-1.3/basics.html + * https://www.fltk.org/doc-1.3/basics.html */ #include diff --git a/src/freeglut-1-fixes.patch b/src/freeglut-1-fixes.patch index 3767b72..da7d87f 100644 --- a/src/freeglut-1-fixes.patch +++ b/src/freeglut-1-fixes.patch @@ -82,7 +82,7 @@ libglu32.a defines gluUnProject and other symbols used by users of GLU. Fix https://github.com/mxe/mxe/issues/1434 See https://github.com/mxe/mxe/pull/1429 -See http://stackoverflow.com/a/17451000 +See https://stackoverflow.com/a/17451000 diff --git a/freeglut.pc.in b/freeglut.pc.in index 1111111..2222222 100644 diff --git a/src/freeimage-1-fixes.patch b/src/freeimage-1-fixes.patch index 2581970..c4d4e9f 100644 --- a/src/freeimage-1-fixes.patch +++ b/src/freeimage-1-fixes.patch @@ -7,7 +7,7 @@ From: Mark Brand Date: Sat, 27 Oct 2012 22:57:27 +0200 Subject: [PATCH] include string.h for memset -taken from https://sourceforge.net/tracker/?func=detail&aid=3581223&group_id=11504&atid=311504 +taken from https://sourceforge.net/p/freeimage/patches/80/ diff --git a/Source/OpenEXR/IlmImf/ImfAutoArray.h b/Source/OpenEXR/IlmImf/ImfAutoArray.h index 1111111..2222222 100644 diff --git a/src/glm-test.cpp b/src/glm-test.cpp index ee6c649..636d922 100644 --- a/src/glm-test.cpp +++ b/src/glm-test.cpp @@ -2,7 +2,7 @@ * This file is part of MXE. See LICENSE.md for licensing information. * * This file is a test program for glm, adapted from the code sample at - * http://glm.g-truc.net/0.9.7/index.html. + * https://glm.g-truc.net/0.9.7/index.html. */ #define GLM_ENABLE_EXPERIMENTAL // for string_cast diff --git a/src/gnutls-1-fixes.patch b/src/gnutls-1-fixes.patch index eed3a41..957194b 100644 --- a/src/gnutls-1-fixes.patch +++ b/src/gnutls-1-fixes.patch @@ -30,7 +30,7 @@ Follow-up to 492c2b937ab66134d0b37499a6f3a747e19bc31a Signed-off-by: Mark Brand -taken from: http://lists.gnutls.org/pipermail/gnutls-devel/2014-November/007250.html +taken from: https://lists.gnupg.org/pipermail/gnutls-devel/2014-November/007250.html diff --git a/lib/x509/ip.c b/lib/x509/ip.c index 1111111..2222222 100644 diff --git a/src/graphicsmagick-1-fix-xml2-config.patch b/src/graphicsmagick-1-fix-xml2-config.patch index a674b8a..3cd69e8 100644 --- a/src/graphicsmagick-1-fix-xml2-config.patch +++ b/src/graphicsmagick-1-fix-xml2-config.patch @@ -1,7 +1,7 @@ This file is part of MXE. See LICENSE.md for licensing information. This patch has been taken from: -http://sourceforge.net/tracker/?func=detail&aid=3130497&group_id=73485&atid=537937 +https://sourceforge.net/p/graphicsmagick/bugs/154/ diff --git a/configure.ac b/configure.ac index 979d2c4..12d4555 100755 diff --git a/src/gtk3-1-fixes.patch b/src/gtk3-1-fixes.patch index 6085d5d..4e4aa57 100644 --- a/src/gtk3-1-fixes.patch +++ b/src/gtk3-1-fixes.patch @@ -101,7 +101,7 @@ From: Gerardo Ballabio Date: Fri, 10 Nov 2017 08:22:39 +1100 Subject: [PATCH 4/4] restore built-in icons from 3.12 -http://lists.nongnu.org/archive/html/mingw-cross-env-list/2017-11/msg00000.html +https://lists.nongnu.org/archive/html/mingw-cross-env-list/2017-11/msg00000.html See https://github.com/mxe/mxe/pull/1972#issuecomment-343415791 diff --git a/src/id3lib-2-zlib.patch b/src/id3lib-2-zlib.patch index e937877..5502416 100644 --- a/src/id3lib-2-zlib.patch +++ b/src/id3lib-2-zlib.patch @@ -1,6 +1,6 @@ This patch was first introduced in version 3.8.3-3 -It fixes http://bugs.debian.org/208672 +It fixes https://bugs.debian.org/208672 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -74,6 +74,8 @@ diff --git a/src/id3lib-4-utf16.patch b/src/id3lib-4-utf16.patch index 3d3f50f..a2e38d9 100644 --- a/src/id3lib-4-utf16.patch +++ b/src/id3lib-4-utf16.patch @@ -5,7 +5,7 @@ Patch from 'Spoon' to fix issues with writing certain unicode characters +2006-02-17 Jerome Couderc + + * Patch from Spoon to fix UTF-16 writing bug -+ http://sourceforge.net/tracker/index.php?func=detail&aid=1016290&group_id=979&atid=300979 ++ https://sourceforge.net/p/id3lib/patches/64/ + 2003-03-02 Sunday 17:38 Thijmen Klok @@ -17,7 +17,7 @@ Patch from 'Spoon' to fix issues with writing certain unicode characters unicode_t BOM = 0xFEFF; writer.writeChars((const unsigned char*) &BOM, 2); + // Patch from Spoon : 2004-08-25 14:17 -+ // http://sourceforge.net/tracker/index.php?func=detail&aid=1016290&group_id=979&atid=300979 ++ // https://sourceforge.net/p/id3lib/patches/64/ + // Wrong code + //for (size_t i = 0; i < size; i += 2) + //{ diff --git a/src/id3lib-6-fix-crash-vbr.patch b/src/id3lib-6-fix-crash-vbr.patch index 9bf33e9..a7b4ca3 100644 --- a/src/id3lib-6-fix-crash-vbr.patch +++ b/src/id3lib-6-fix-crash-vbr.patch @@ -1,6 +1,6 @@ Description: Fix crashes when reading VBR MP3 file. Bug-Ubuntu: https://launchpad.net/bugs/444466 -Origin: upstream, http://sourceforge.net/tracker/?func=detail&aid=937707&group_id=979&atid=300979 +Origin: upstream, https://sourceforge.net/p/id3lib/patches/61/ Forwarded: yes Author: Urs Fleisch diff --git a/src/jack-1-fixes.patch b/src/jack-1-fixes.patch index b696739..b4a9356 100644 --- a/src/jack-1-fixes.patch +++ b/src/jack-1-fixes.patch @@ -208,7 +208,7 @@ According to Debian patch of py3cairo which also uses waf [1], > storing the pickle seems to have no adverse effects on the build, while > avoiding the observed traceback. -[1] http://sources.debian.net/patches/summary/py3cairo/1.10.0+dfsg-5/ +[1] https://sources.debian.org/patches/summary/py3cairo/1.10.0+dfsg-5/ diff --git a/waf b/waf index 1111111..2222222 100755 diff --git a/src/libdnet-1-fixes.patch b/src/libdnet-1-fixes.patch index 59fc999..65b8a75 100644 --- a/src/libdnet-1-fixes.patch +++ b/src/libdnet-1-fixes.patch @@ -7,7 +7,7 @@ From: Tony Theodore Date: Sat, 18 Nov 2017 20:58:20 +1100 Subject: [PATCH 1/1] fixes -Patch taken from http://sourceforge.net/mailarchive/message.php?msg_id=27995461 +Patch taken from https://sourceforge.net/p/libdnet/mailman/message/27995461/ mingwrt 3.20 provides ssize_t and defines _SSIZE_T_. This patch allows libdnet to use this ssize_t instead of defining its diff --git a/src/liblqr-1-1-pkg-config.patch b/src/liblqr-1-1-pkg-config.patch index 0fb82c4..ef2280d 100644 --- a/src/liblqr-1-1-pkg-config.patch +++ b/src/liblqr-1-1-pkg-config.patch @@ -8,7 +8,7 @@ Date: Sat, 30 Mar 2013 17:07:15 +1100 Subject: [PATCH] add extra cflags for static build in pkg-config file This patch has been taken from: -http://liblqr.wikidot.com/forum/t-638530/static-cflags-in-pkg-config-file +https://liblqr.wikidot.com/forum/t-638530/static-cflags-in-pkg-config-file diff --git a/configure.ac b/configure.ac index eaaa3ae..9b761cc 100644 diff --git a/src/libmysqlclient-1-fixes.patch b/src/libmysqlclient-1-fixes.patch index 1f736c9..6216f15 100644 --- a/src/libmysqlclient-1-fixes.patch +++ b/src/libmysqlclient-1-fixes.patch @@ -7,7 +7,7 @@ From: "fix@me" Date: Sun, 6 Sep 2015 22:34:47 +0100 Subject: [PATCH 01/12] use comp_err tool built in native build -See http://www.vtk.org/Wiki/CMake_Cross_Compiling#Using_executables_in_the_build_created_during_the_build +See https://gitlab.kitware.com/cmake/community/wikis/doc/cmake/CrossCompiling#using-executables-in-the-build-created-during-the-build diff --git a/extra/CMakeLists.txt b/extra/CMakeLists.txt index 1111111..2222222 100644 @@ -18,7 +18,7 @@ index 1111111..2222222 100644 SET(MYSQL_INSTALL_COMPONENT Development) +# See https://bugs.mysql.com/bug.php?id=61340 -+# See http://www.vtk.org/Wiki/CMake_Cross_Compiling ++# See https://gitlab.kitware.com/cmake/community/wikis/doc/cmake/CrossCompiling + +# when crosscompiling import the executable targets from a file +IF(CMAKE_CROSSCOMPILING) @@ -322,7 +322,7 @@ Date: Wed, 11 Nov 2015 07:44:44 +0000 Subject: [PATCH 08/12] add 'static' to some inline functions Fix https://gist.github.com/starius/71d5f276d62e58f36d2f -See also http://stackoverflow.com/a/8502046 +See also https://stackoverflow.com/a/8502046 diff --git a/include/my_global.h b/include/my_global.h index 1111111..2222222 100644 diff --git a/src/liboil-1-fixes.patch b/src/liboil-1-fixes.patch index 379a9c0..1b8fdbc 100644 --- a/src/liboil-1-fixes.patch +++ b/src/liboil-1-fixes.patch @@ -8,7 +8,7 @@ Date: Tue, 20 Jul 2010 14:05:26 -0700 Subject: [PATCH 1/2] x86: Fix cpuid function on x86-64 Taken from: -http://cgit.freedesktop.org/liboil/commit/?id=705916007fba0a845229a02dc6474cb523eff150 +https://cgit.freedesktop.org/liboil/commit/?id=705916007fba0a845229a02dc6474cb523eff150 diff --git a/liboil/liboilcpu-x86.c b/liboil/liboilcpu-x86.c index 1111111..2222222 100644 diff --git a/src/luajit-1-fixes.patch b/src/luajit-1-fixes.patch index 60843db..8ef96b6 100644 --- a/src/luajit-1-fixes.patch +++ b/src/luajit-1-fixes.patch @@ -9,7 +9,7 @@ Subject: [PATCH 1/1] detect if host cc accepts -malign-double This patch has been taken from: -http://www.freelists.org/post/luajit/detect-if-host-cc-accepts-maligndouble +https://web.archive.org/web/20160730055513/www.freelists.org/post/luajit/detect-if-host-cc-accepts-maligndouble diff --git a/src/Makefile b/src/Makefile index 1111111..2222222 100644 diff --git a/src/muparserx-test.cpp b/src/muparserx-test.cpp index feba4f4..a9f1f50 100644 --- a/src/muparserx-test.cpp +++ b/src/muparserx-test.cpp @@ -2,7 +2,7 @@ * This file is part of MXE. See LICENSE.md for licensing information. * * based on: - * http://beltoforion.de/article.php?a=muparserx&hl=en&p=using&s=idInclude#idEval + * https://beltoforion.de/article.php?a=muparserx&hl=en&p=using&s=idInclude#idEval */ #include "mpParser.h" diff --git a/src/ocaml-flexdll-1-fixes.patch b/src/ocaml-flexdll-1-fixes.patch index e50e5ac..ad5f0be 100644 --- a/src/ocaml-flexdll-1-fixes.patch +++ b/src/ocaml-flexdll-1-fixes.patch @@ -8,7 +8,7 @@ Date: Sat, 23 Jun 2012 22:25:50 +0200 Subject: [PATCH 1/1] modifications for cross-compilation part of this patch is taken from -http://code.google.com/p/flexdll/issues/detail?id=2 +https://code.google.com/archive/p/flexdll/issues/2 diff --git a/Makefile b/Makefile index 1111111..2222222 100644 diff --git a/src/plotutils-2.6-libpng-1.5.patch b/src/plotutils-2.6-libpng-1.5.patch index b045eca..ca4fe7e 100644 --- a/src/plotutils-2.6-libpng-1.5.patch +++ b/src/plotutils-2.6-libpng-1.5.patch @@ -1,6 +1,6 @@ This file is part of MXE. See LICENSE.md for licensing information. -http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/media-libs/plotutils/files/plotutils-2.6-libpng-1.5.patch +https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/media-libs/plotutils/files/plotutils-2.6-libpng-1.5.patch fix building with libpng-1.5 --- a/libplot/z_write.c diff --git a/src/qdbm-test.c b/src/qdbm-test.c index e7c071a..92d2218 100644 --- a/src/qdbm-test.c +++ b/src/qdbm-test.c @@ -1,7 +1,7 @@ /* * This file is part of MXE. See LICENSE.md for licensing information. * - * Taken from examples at http://fallabs.com/qdbm/spex.html + * Taken from examples at https://fallabs.com/qdbm/spex.html */ #include diff --git a/src/qt-1-cherrypicks.patch b/src/qt-1-cherrypicks.patch index 7f99467..8cd6901 100644 --- a/src/qt-1-cherrypicks.patch +++ b/src/qt-1-cherrypicks.patch @@ -80513,7 +80513,7 @@ Subject: [PATCH 12/17] fix building on GNU/kFreeBSD (MXE specific) This patch has been taken from: -http://anonscm.debian.org/gitweb/?p=pkg-kde/qt/qt4-x11.git;a=blob;f=debian/patches/50_kfreebsd_Q_OS.diff;h=4a8db71ff07a91efdf822baa120a3542ccf1d7f2;hb=HEAD +https://anonscm.debian.org/gitweb/?p=pkg-kde/qt/qt4-x11.git;a=blob;f=debian/patches/50_kfreebsd_Q_OS.diff;h=4a8db71ff07a91efdf822baa120a3542ccf1d7f2;hb=HEAD Change-Id: I34d1ab97134b08246567e833d13a7c1924f535ed Author: Pino Toscano @@ -80544,7 +80544,7 @@ Subject: [PATCH 13/17] fix missing platform when building on GNU/kFreeBSD (MXE specific) This patch is inspired by: -http://anonscm.debian.org/gitweb/?p=pkg-kde/qt/qt4-x11.git;a=blob;f=debian/rules;h=47e5efbf09f77e6da51a3d719d2f6be47f69d096;hb=HEAD +https://anonscm.debian.org/gitweb/?p=pkg-kde/qt/qt4-x11.git;a=blob;f=debian/rules;h=47e5efbf09f77e6da51a3d719d2f6be47f69d096;hb=HEAD For the time being, glibc-g++ is simply a copy of linux-g++. @@ -80574,7 +80574,7 @@ Date: Thu, 1 Sep 2011 13:51:50 +0200 Subject: [PATCH 14/17] fix building on dragonfly (MXE specific) This patch is inspired by: -http://cvsweb.NetBSD.org/bsdweb.cgi/pkgsrc/x11/qt4-libs/Makefile.common?rev=1.27&content-type=text/x-cvsweb-markup +https://cvsweb.NetBSD.org/bsdweb.cgi/pkgsrc/x11/qt4-libs/Makefile.common?rev=1.27&content-type=text/x-cvsweb-markup Change-Id: I9743a39ac35950cb15af915c3ae527433bc6b56d @@ -80644,7 +80644,7 @@ Date: Mon, 1 Sep 2014 15:27:12 +0200 Subject: [PATCH 17/17] qt dont perform ipc checks for win32 Taken from: -http://pkgs.fedoraproject.org/cgit/mingw-qt.git/plain/qt-dont-perform-ipc-checks-for-win32.patch?id2=HEAD +https://src.fedoraproject.org/mingw-qt/raw/HEAD/f/qt-dont-perform-ipc-checks-for-win32.patch "The configure script thinks that there is no IPC/shared memory support for this platform, while there is support. Fix the configure diff --git a/src/qt-2-openssl-fixes.patch b/src/qt-2-openssl-fixes.patch index 9ef8a0b..a1131aa 100644 --- a/src/qt-2-openssl-fixes.patch +++ b/src/qt-2-openssl-fixes.patch @@ -18,7 +18,7 @@ https://aur.archlinux.org/cgit/aur.git/tree/qt4-openssl-1.1.patch?h=lib32-qt4&id src/network/ssl/qsslsocket_openssl_symbols.cpp) Author: Gert Wollny Last-Update: 2016-06-28 -Bug-Debian: http://bugs.debian.org/828522 +Bug-Debian: https://bugs.debian.org/828522 diff --git a/src/network/ssl/qsslcertificate.cpp b/src/network/ssl/qsslcertificate.cpp index 0f2314e2..96f6de43 100644 diff --git a/src/qtsparkle-test.cpp b/src/qtsparkle-test.cpp index 62054b1..545fe99 100644 --- a/src/qtsparkle-test.cpp +++ b/src/qtsparkle-test.cpp @@ -10,7 +10,7 @@ int main() { QWidget w; qtsparkle::Updater* updater = new qtsparkle::Updater( - QUrl("http://www.example.com/sparkle.xml"), &w); + QUrl("https://www.example.com/sparkle.xml"), &w); updater->SetVersion("1.0"); return 0; diff --git a/src/qtsparkle_qt4-test.cpp b/src/qtsparkle_qt4-test.cpp index 888311f..56ad7c2 100644 --- a/src/qtsparkle_qt4-test.cpp +++ b/src/qtsparkle_qt4-test.cpp @@ -10,7 +10,7 @@ int main() { QWidget w; qtsparkle::Updater* updater = new qtsparkle::Updater( - QUrl("http://www.example.com/sparkle.xml"), &w); + QUrl("https://www.example.com/sparkle.xml"), &w); updater->SetVersion("1.0"); return 0; diff --git a/src/qtwebkit-test.cpp b/src/qtwebkit-test.cpp index 9bcdf82..99abe89 100644 --- a/src/qtwebkit-test.cpp +++ b/src/qtwebkit-test.cpp @@ -14,7 +14,7 @@ int main(int argc, char **argv){ QApplication app(argc, argv); QWebView *view = new QWebView(); - view->load(QUrl("http://google.com/")); + view->load(QUrl("https://google.com/")); view->show(); app.exec(); diff --git a/src/sdl_mixer-1-fixes.patch b/src/sdl_mixer-1-fixes.patch index bdf21ad..68d0b4e 100644 --- a/src/sdl_mixer-1-fixes.patch +++ b/src/sdl_mixer-1-fixes.patch @@ -14,9 +14,9 @@ There's a bug in the current version of SDL_mixer where failing to load a WAV sample will result in freeing a resource twice, resulting in an application crash. There is an upstream fix for this: -http://hg.libsdl.org/SDL_mixer/rev/ea53a85853dd +https://hg.libsdl.org/SDL_mixer/rev/ea53a85853dd -Upstream bug: http://bugzilla.libsdl.org/show_bug.cgi?id=1418 +Upstream bug: https://bugzilla.libsdl.org/show_bug.cgi?id=1418 diff --git a/mixer.c b/mixer.c index 1111111..2222222 100644 -- cgit v0.12