Secure URLs

Mostly in patch headers, example code and few patch lines
and regular docs. Also update/follow some non-secure URLs.
pull/2328/head
Viktor Szakats 5 years ago committed by Tony Theodore
parent c7e50f3d80
commit fdd14fc346

@ -647,7 +647,7 @@ USE_OSGPLUGIN(<plugin2>)
<td>≥ 2.2</td> <td>≥ 2.2</td>
</tr> </tr>
<tr> <tr>
<td><a href="http://lzip.nongnu.org/">Lzip</a></td> <td><a href="https://nongnu.org/lzip/">Lzip</a></td>
<td></td> <td></td>
</tr> </tr>
<tr> <tr>
@ -3059,7 +3059,7 @@ endef</pre>
<a href="https://biosig.sourceforge.io/">BioSig</a> <a href="https://biosig.sourceforge.io/">BioSig</a>
</li> </li>
<li> <li>
<a href="http://en.cataclysmdda.com/">Cataclysm: Dark Days Ahead</a> <a href="https://cataclysmdda.org/">Cataclysm: Dark Days Ahead</a>
</li> </li>
<li> <li>
<a href="https://cvtool.sourceforge.io/">cvtool</a> <a href="https://cvtool.sourceforge.io/">cvtool</a>
@ -3143,7 +3143,7 @@ endef</pre>
<a href="https://sigrok.org/">sigrok</a> <a href="https://sigrok.org/">sigrok</a>
</li> </li>
<li> <li>
<a href="http://spek-project.org/">Spek</a> <a href="http://spek.cc/">Spek</a>
</li> </li>
<li> <li>
<a href="https://springrts.com/">Spring RTS</a> <a href="https://springrts.com/">Spring RTS</a>

@ -272,7 +272,7 @@ From: Boris Nagaev <bnagaev@gmail.com>
Date: Tue, 22 Mar 2016 23:05:26 +0100 Date: Tue, 22 Mar 2016 23:05:26 +0100
Subject: [PATCH 4/8] reorder -lssl and -lcrypto 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 diff --git a/Makefile b/Makefile
index 1111111..2222222 100644 index 1111111..2222222 100644
@ -410,7 +410,7 @@ index 1111111..2222222 100644
luaL_openlibs(L); luaL_openlibs(L);
- (void) luaL_dostring(L, "wrk = require \"wrk\""); - (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_getglobal(L, "package");
+ lua_getfield(L, -1, "preload"); + lua_getfield(L, -1, "preload");
+ luaL_loadbuffer(L, luaJIT_BC_wrk, luaJIT_BC_wrk_SIZE, NULL); + luaL_loadbuffer(L, luaJIT_BC_wrk, luaJIT_BC_wrk_SIZE, NULL);

@ -8,7 +8,7 @@ Date: Wed, 8 Jan 2014 02:19:10 +0100
Subject: [PATCH 1/2] winsock2 Subject: [PATCH 1/2] winsock2
-This patch has been taken from: -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 diff --git a/ssl/dtls1.h b/ssl/dtls1.h
index 1111111..2222222 100644 index 1111111..2222222 100644

@ -8,7 +8,7 @@ Date: Wed, 8 Jan 2014 02:19:10 +0100
Subject: [PATCH 1/2] winsock2 Subject: [PATCH 1/2] winsock2
-This patch has been taken from: -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 diff --git a/ssl/dtls1.h b/ssl/dtls1.h
index 1111111..2222222 100644 index 1111111..2222222 100644

@ -6,8 +6,8 @@ Date: Thu, 30 Jul 2015 10:00:49 +0200
Subject: [PATCH 1/2] mingw-float Subject: [PATCH 1/2] mingw-float
This patch has been taken from: This patch has been taken from:
http://gcc.gnu.org/ml/gcc-patches/2010-06/msg00387.html https://gcc.gnu.org/ml/gcc-patches/2010-06/msg00387.html
http://sourceforge.net/p/mingw/bugs/1809 https://sourceforge.net/p/mingw/bugs/1809
diff --git a/gcc/ginclude/float.h b/gcc/ginclude/float.h diff --git a/gcc/ginclude/float.h b/gcc/ginclude/float.h
index 805b84d..b9dcc48 100644 index 805b84d..b9dcc48 100644
@ -41,7 +41,7 @@ Date: Thu, 30 Jul 2015 10:04:07 +0200
Subject: [PATCH 2/2] intrinsics Subject: [PATCH 2/2] intrinsics
This patch has been taken from: 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 diff --git a/gcc/config/i386/adxintrin.h b/gcc/config/i386/adxintrin.h
index dd2a26c..2e680b3 100644 index dd2a26c..2e680b3 100644

@ -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 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: 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 <eggert@cs.ucla.edu> Original author: Paul Eggert <eggert@cs.ucla.edu>
Signed-off-by: Adam Duskett <aduskett@gmail.com> Signed-off-by: Adam Duskett <aduskett@gmail.com>

@ -6,7 +6,7 @@ Date: Tue, 7 Oct 2014 21:50:59 -0700
Subject: [PATCH] Fix i686-w64-mingw32 Subject: [PATCH] Fix i686-w64-mingw32
Cherry-picked from 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 diff --git a/config/configure.in b/config/configure.in
index e343ce1..a305114 100644 index e343ce1..a305114 100644

@ -2,7 +2,7 @@
* This file is part of MXE. See LICENSE.md for licensing information. * This file is part of MXE. See LICENSE.md for licensing information.
* *
* This is a slightly modified version of: * 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 <FL/Fl.H> #include <FL/Fl.H>

@ -82,7 +82,7 @@ libglu32.a defines gluUnProject and other symbols used by users of GLU.
Fix https://github.com/mxe/mxe/issues/1434 Fix https://github.com/mxe/mxe/issues/1434
See https://github.com/mxe/mxe/pull/1429 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 diff --git a/freeglut.pc.in b/freeglut.pc.in
index 1111111..2222222 100644 index 1111111..2222222 100644

@ -7,7 +7,7 @@ From: Mark Brand <mabrand@mabrand.nl>
Date: Sat, 27 Oct 2012 22:57:27 +0200 Date: Sat, 27 Oct 2012 22:57:27 +0200
Subject: [PATCH] include string.h for memset 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 diff --git a/Source/OpenEXR/IlmImf/ImfAutoArray.h b/Source/OpenEXR/IlmImf/ImfAutoArray.h
index 1111111..2222222 100644 index 1111111..2222222 100644

@ -2,7 +2,7 @@
* This file is part of MXE. See LICENSE.md for licensing information. * 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 * 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 #define GLM_ENABLE_EXPERIMENTAL // for string_cast

@ -30,7 +30,7 @@ Follow-up to 492c2b937ab66134d0b37499a6f3a747e19bc31a
Signed-off-by: Mark Brand <mabrand@mabrand.nl> Signed-off-by: Mark Brand <mabrand@mabrand.nl>
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 diff --git a/lib/x509/ip.c b/lib/x509/ip.c
index 1111111..2222222 100644 index 1111111..2222222 100644

@ -1,7 +1,7 @@
This file is part of MXE. See LICENSE.md for licensing information. This file is part of MXE. See LICENSE.md for licensing information.
This patch has been taken from: 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 diff --git a/configure.ac b/configure.ac
index 979d2c4..12d4555 100755 index 979d2c4..12d4555 100755

@ -101,7 +101,7 @@ From: Gerardo Ballabio <gerardo.ballabio@gmail.com>
Date: Fri, 10 Nov 2017 08:22:39 +1100 Date: Fri, 10 Nov 2017 08:22:39 +1100
Subject: [PATCH 4/4] restore built-in icons from 3.12 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 See https://github.com/mxe/mxe/pull/1972#issuecomment-343415791

@ -1,6 +1,6 @@
This patch was first introduced in version 3.8.3-3 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 --- a/src/Makefile.am
+++ b/src/Makefile.am +++ b/src/Makefile.am
@@ -74,6 +74,8 @@ @@ -74,6 +74,8 @@

@ -5,7 +5,7 @@ Patch from 'Spoon' to fix issues with writing certain unicode characters
+2006-02-17 Jerome Couderc +2006-02-17 Jerome Couderc
+ +
+ * Patch from Spoon to fix UTF-16 writing bug + * 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 <thijmen@id3lib.org> 2003-03-02 Sunday 17:38 Thijmen Klok <thijmen@id3lib.org>
@ -17,7 +17,7 @@ Patch from 'Spoon' to fix issues with writing certain unicode characters
unicode_t BOM = 0xFEFF; unicode_t BOM = 0xFEFF;
writer.writeChars((const unsigned char*) &BOM, 2); writer.writeChars((const unsigned char*) &BOM, 2);
+ // Patch from Spoon : 2004-08-25 14:17 + // 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 + // Wrong code
+ //for (size_t i = 0; i < size; i += 2) + //for (size_t i = 0; i < size; i += 2)
+ //{ + //{

@ -1,6 +1,6 @@
Description: Fix crashes when reading VBR MP3 file. Description: Fix crashes when reading VBR MP3 file.
Bug-Ubuntu: https://launchpad.net/bugs/444466 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 Forwarded: yes
Author: Urs Fleisch Author: Urs Fleisch

@ -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 > storing the pickle seems to have no adverse effects on the build, while
> avoiding the observed traceback. > 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 diff --git a/waf b/waf
index 1111111..2222222 100755 index 1111111..2222222 100755

@ -7,7 +7,7 @@ From: Tony Theodore <tonyt@logyst.com>
Date: Sat, 18 Nov 2017 20:58:20 +1100 Date: Sat, 18 Nov 2017 20:58:20 +1100
Subject: [PATCH 1/1] fixes 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 mingwrt 3.20 provides ssize_t and defines _SSIZE_T_. This patch
allows libdnet to use this ssize_t instead of defining its allows libdnet to use this ssize_t instead of defining its

@ -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 Subject: [PATCH] add extra cflags for static build in pkg-config file
This patch has been taken from: 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 diff --git a/configure.ac b/configure.ac
index eaaa3ae..9b761cc 100644 index eaaa3ae..9b761cc 100644

@ -7,7 +7,7 @@ From: "fix@me" <fix@me>
Date: Sun, 6 Sep 2015 22:34:47 +0100 Date: Sun, 6 Sep 2015 22:34:47 +0100
Subject: [PATCH 01/12] use comp_err tool built in native build 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 diff --git a/extra/CMakeLists.txt b/extra/CMakeLists.txt
index 1111111..2222222 100644 index 1111111..2222222 100644
@ -18,7 +18,7 @@ index 1111111..2222222 100644
SET(MYSQL_INSTALL_COMPONENT Development) SET(MYSQL_INSTALL_COMPONENT Development)
+# See https://bugs.mysql.com/bug.php?id=61340 +# 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 +# when crosscompiling import the executable targets from a file
+IF(CMAKE_CROSSCOMPILING) +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 Subject: [PATCH 08/12] add 'static' to some inline functions
Fix https://gist.github.com/starius/71d5f276d62e58f36d2f 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 diff --git a/include/my_global.h b/include/my_global.h
index 1111111..2222222 100644 index 1111111..2222222 100644

@ -8,7 +8,7 @@ Date: Tue, 20 Jul 2010 14:05:26 -0700
Subject: [PATCH 1/2] x86: Fix cpuid function on x86-64 Subject: [PATCH 1/2] x86: Fix cpuid function on x86-64
Taken from: 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 diff --git a/liboil/liboilcpu-x86.c b/liboil/liboilcpu-x86.c
index 1111111..2222222 100644 index 1111111..2222222 100644

@ -9,7 +9,7 @@ Subject: [PATCH 1/1] detect if host cc accepts -malign-double
This patch has been taken from: 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 diff --git a/src/Makefile b/src/Makefile
index 1111111..2222222 100644 index 1111111..2222222 100644

@ -2,7 +2,7 @@
* This file is part of MXE. See LICENSE.md for licensing information. * This file is part of MXE. See LICENSE.md for licensing information.
* *
* based on: * 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" #include "mpParser.h"

@ -8,7 +8,7 @@ Date: Sat, 23 Jun 2012 22:25:50 +0200
Subject: [PATCH 1/1] modifications for cross-compilation Subject: [PATCH 1/1] modifications for cross-compilation
part of this patch is taken from 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 diff --git a/Makefile b/Makefile
index 1111111..2222222 100644 index 1111111..2222222 100644

@ -1,6 +1,6 @@
This file is part of MXE. See LICENSE.md for licensing information. 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 fix building with libpng-1.5
--- a/libplot/z_write.c --- a/libplot/z_write.c

@ -1,7 +1,7 @@
/* /*
* This file is part of MXE. See LICENSE.md for licensing information. * 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 <depot.h> #include <depot.h>

@ -80513,7 +80513,7 @@ Subject: [PATCH 12/17] fix building on GNU/kFreeBSD (MXE specific)
This patch has been taken from: 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 Change-Id: I34d1ab97134b08246567e833d13a7c1924f535ed
Author: Pino Toscano <pino@kde.org> Author: Pino Toscano <pino@kde.org>
@ -80544,7 +80544,7 @@ Subject: [PATCH 13/17] fix missing platform when building on GNU/kFreeBSD (MXE
specific) specific)
This patch is inspired by: 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++. 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) Subject: [PATCH 14/17] fix building on dragonfly (MXE specific)
This patch is inspired by: 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 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 Subject: [PATCH 17/17] qt dont perform ipc checks for win32
Taken from: 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 "The configure script thinks that there is no IPC/shared memory
support for this platform, while there is support. Fix the configure support for this platform, while there is support. Fix the configure

@ -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) src/network/ssl/qsslsocket_openssl_symbols.cpp)
Author: Gert Wollny <gw.fossdev@gmail.com> Author: Gert Wollny <gw.fossdev@gmail.com>
Last-Update: 2016-06-28 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 diff --git a/src/network/ssl/qsslcertificate.cpp b/src/network/ssl/qsslcertificate.cpp
index 0f2314e2..96f6de43 100644 index 0f2314e2..96f6de43 100644

@ -10,7 +10,7 @@ int main()
{ {
QWidget w; QWidget w;
qtsparkle::Updater* updater = new qtsparkle::Updater( 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"); updater->SetVersion("1.0");
return 0; return 0;

@ -10,7 +10,7 @@ int main()
{ {
QWidget w; QWidget w;
qtsparkle::Updater* updater = new qtsparkle::Updater( 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"); updater->SetVersion("1.0");
return 0; return 0;

@ -14,7 +14,7 @@ int main(int argc, char **argv){
QApplication app(argc, argv); QApplication app(argc, argv);
QWebView *view = new QWebView(); QWebView *view = new QWebView();
view->load(QUrl("http://google.com/")); view->load(QUrl("https://google.com/"));
view->show(); view->show();
app.exec(); app.exec();

@ -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 a WAV sample will result in freeing a resource twice, resulting in an
application crash. There is an upstream fix for this: 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 diff --git a/mixer.c b/mixer.c
index 1111111..2222222 100644 index 1111111..2222222 100644

Loading…
Cancel
Save