summaryrefslogtreecommitdiff
path: root/Build/source/libs/gd/TLpatches
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2017-08-30 23:16:19 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2017-08-30 23:16:19 +0000
commit790b3aac7676a49f59a434ea136eb64191a98a2f (patch)
treebc9cafa0ed0d5777700b10be1dbef196ea712a87 /Build/source/libs/gd/TLpatches
parentda65270cdbb449c68e6e9f06dd8089b64275a2d3 (diff)
libgd 2.2.5
git-svn-id: svn://tug.org/texlive/trunk@45180 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/gd/TLpatches')
-rw-r--r--Build/source/libs/gd/TLpatches/ChangeLog7
-rw-r--r--Build/source/libs/gd/TLpatches/TL-Changes2
-rw-r--r--Build/source/libs/gd/TLpatches/patch-01-win326
-rw-r--r--Build/source/libs/gd/TLpatches/patch-02-no-stdcall6
4 files changed, 14 insertions, 7 deletions
diff --git a/Build/source/libs/gd/TLpatches/ChangeLog b/Build/source/libs/gd/TLpatches/ChangeLog
index db52775694e..31121f5ca1f 100644
--- a/Build/source/libs/gd/TLpatches/ChangeLog
+++ b/Build/source/libs/gd/TLpatches/ChangeLog
@@ -1,3 +1,10 @@
+2017-08-30 Akira Kakuto <kakuto@fuk.kindai.ac.jp>
+
+ Import libgd-2.2.5 source tree from:
+ https://github.com/libgd/libgd/releases
+ * patch-01-win32: Adapted.
+ * patch-02-no-stdcall: Adapted.
+
2017-01-18 Akira Kakuto <kakuto@fuk.kindai.ac.jp>
Import libgd-2.2.4 source tree from:
diff --git a/Build/source/libs/gd/TLpatches/TL-Changes b/Build/source/libs/gd/TLpatches/TL-Changes
index 21b8cec668a..921ec63987b 100644
--- a/Build/source/libs/gd/TLpatches/TL-Changes
+++ b/Build/source/libs/gd/TLpatches/TL-Changes
@@ -1,4 +1,4 @@
-Changes applied to the libgd-2.2.4/ tree as obtained from:
+Changes applied to the libgd-2.2.5/ tree as obtained from:
https://github.com/libgd/libgd/releases
Removed:
diff --git a/Build/source/libs/gd/TLpatches/patch-01-win32 b/Build/source/libs/gd/TLpatches/patch-01-win32
index 814ed38e1e9..1f20e4d53ae 100644
--- a/Build/source/libs/gd/TLpatches/patch-01-win32
+++ b/Build/source/libs/gd/TLpatches/patch-01-win32
@@ -1,6 +1,6 @@
-diff -ur libgd-2.2.4.orig/src/gdft.c libgd-2.2.4/src/gdft.c
---- libgd-2.2.4.orig/src/gdft.c Wed Jan 18 20:01:19 2017
-+++ libgd-2.2.4/src/gdft.c Thu Jan 19 07:20:24 2017
+diff -ur libgd-2.2.5.orig/src/gdft.c libgd-2.2.5/src/gdft.c
+--- libgd-2.2.5.orig/src/gdft.c Wed Aug 30 20:05:55 2017
++++ libgd-2.2.5/src/gdft.c Thu Aug 31 07:35:10 2017
@@ -1683,6 +1683,16 @@
*/
*fontpath = NULL;
diff --git a/Build/source/libs/gd/TLpatches/patch-02-no-stdcall b/Build/source/libs/gd/TLpatches/patch-02-no-stdcall
index efde64e3ccf..e3d283599bb 100644
--- a/Build/source/libs/gd/TLpatches/patch-02-no-stdcall
+++ b/Build/source/libs/gd/TLpatches/patch-02-no-stdcall
@@ -1,6 +1,6 @@
-diff -ur libgd-2.2.4.orig/src/gd.h libgd-2.2.4/src/gd.h
---- libgd-2.2.4.orig/src/gd.h Wed Jan 18 20:01:19 2017
-+++ libgd-2.2.4/src/gd.h Thu Jan 19 07:22:18 2017
+diff -ur libgd-2.2.5.orig/src/gd.h libgd-2.2.5/src/gd.h
+--- libgd-2.2.5.orig/src/gd.h Wed Aug 30 20:05:54 2017
++++ libgd-2.2.5/src/gd.h Thu Aug 31 07:36:57 2017
@@ -63,7 +63,7 @@
# define BGD_EXPORT_DATA_PROT __declspec(dllimport)
# endif