[arch-commits] Commit in lib32-freetype2/trunk (7 files)

2020-10-10 Thread Jan Steffens via arch-commits
Date: Saturday, October 10, 2020 @ 20:19:59
  Author: heftig
Revision: 723426

2.10.3-1

Added:
  lib32-freetype2/trunk/0002-Enable-subpixel-rendering.patch
  lib32-freetype2/trunk/0003-Enable-infinality-subpixel-hinting.patch
(from rev 723425, 
lib32-freetype2/trunk/0002-Enable-infinality-subpixel-hinting.patch)
  lib32-freetype2/trunk/0004-Enable-long-PCF-family-names.patch
(from rev 723425, 
lib32-freetype2/trunk/0003-Enable-long-PCF-family-names.patch)
Modified:
  lib32-freetype2/trunk/0001-Enable-table-validation-modules.patch
  lib32-freetype2/trunk/PKGBUILD
Deleted:
  lib32-freetype2/trunk/0002-Enable-infinality-subpixel-hinting.patch
  lib32-freetype2/trunk/0003-Enable-long-PCF-family-names.patch

---+
 0001-Enable-table-validation-modules.patch|7 ---
 0002-Enable-infinality-subpixel-hinting.patch |   27 
 0002-Enable-subpixel-rendering.patch  |   22 ++
 0003-Enable-infinality-subpixel-hinting.patch |   24 +++
 0003-Enable-long-PCF-family-names.patch   |   25 
 0004-Enable-long-PCF-family-names.patch   |   22 ++
 PKGBUILD  |   50 
 7 files changed, 96 insertions(+), 81 deletions(-)

Modified: 0001-Enable-table-validation-modules.patch
===
--- 0001-Enable-table-validation-modules.patch  2020-10-10 18:57:46 UTC (rev 
723425)
+++ 0001-Enable-table-validation-modules.patch  2020-10-10 20:19:59 UTC (rev 
723426)
@@ -1,7 +1,7 @@
-From c29e554b370dd9e283a53b81527434415f4572c2 Mon Sep 17 00:00:00 2001
+From  Mon Sep 17 00:00:00 2001
 From: "Jan Alexander Steffens (heftig)" 
 Date: Tue, 23 Jun 2015 08:40:29 +0200
-Subject: [PATCH 1/3] Enable table validation modules
+Subject: [PATCH] Enable table validation modules
 
 ---
  modules.cfg | 4 ++--
@@ -40,6 +40,3 @@
  
  # Auxiliary PostScript driver component to share common code.
  #
--- 
-2.26.2
-

Deleted: 0002-Enable-infinality-subpixel-hinting.patch
===
--- 0002-Enable-infinality-subpixel-hinting.patch   2020-10-10 18:57:46 UTC 
(rev 723425)
+++ 0002-Enable-infinality-subpixel-hinting.patch   2020-10-10 20:19:59 UTC 
(rev 723426)
@@ -1,27 +0,0 @@
-From 9f26c483bbc0e96967963905ea824e20a0f30778 Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Mon, 29 Aug 2016 08:43:10 +0200
-Subject: [PATCH 2/3] Enable infinality subpixel hinting
-

- include/freetype/config/ftoption.h | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/include/freetype/config/ftoption.h 
b/include/freetype/config/ftoption.h
-index 426806d2e..1cadffe8a 100644
 a/include/freetype/config/ftoption.h
-+++ b/include/freetype/config/ftoption.h
-@@ -674,8 +674,8 @@ FT_BEGIN_HEADER
-* https://www.microsoft.com/typography/cleartype/truetypecleartype.aspx
-*/
- /* #define TT_CONFIG_OPTION_SUBPIXEL_HINTING  1 */
--#define TT_CONFIG_OPTION_SUBPIXEL_HINTING  2
--/* #define TT_CONFIG_OPTION_SUBPIXEL_HINTING  ( 1 | 2 ) */
-+/* #define TT_CONFIG_OPTION_SUBPIXEL_HINTING  2 */
-+#define TT_CONFIG_OPTION_SUBPIXEL_HINTING  ( 1 | 2 )
- 
- 
-   /**
--- 
-2.26.2
-

Added: 0002-Enable-subpixel-rendering.patch
===
--- 0002-Enable-subpixel-rendering.patch(rev 0)
+++ 0002-Enable-subpixel-rendering.patch2020-10-10 20:19:59 UTC (rev 
723426)
@@ -0,0 +1,22 @@
+From  Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Tue, 23 Jun 2015 08:43:07 +0200
+Subject: [PATCH] Enable subpixel rendering
+
+---
+ include/freetype/config/ftoption.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/include/freetype/config/ftoption.h 
b/include/freetype/config/ftoption.h
+index 097f19b8a..e5de62e35 100644
+--- a/include/freetype/config/ftoption.h
 b/include/freetype/config/ftoption.h
+@@ -124,7 +124,7 @@ FT_BEGIN_HEADER
+* When this macro is not defined, FreeType offers alternative LCD
+* rendering technology that produces excellent output.
+*/
+-/* #define FT_CONFIG_OPTION_SUBPIXEL_RENDERING */
++#define FT_CONFIG_OPTION_SUBPIXEL_RENDERING
+ 
+ 
+   /**

Copied: lib32-freetype2/trunk/0003-Enable-infinality-subpixel-hinting.patch 
(from rev 723425, 
lib32-freetype2/trunk/0002-Enable-infinality-subpixel-hinting.patch)
===
--- 0003-Enable-infinality-subpixel-hinting.patch   
(rev 0)
+++ 0003-Enable-infinality-subpixel-hinting.patch   2020-10-10 20:19:59 UTC 
(rev 

[arch-commits] Commit in lib32-freetype2/trunk (7 files)

2017-05-31 Thread Jan Steffens
Date: Wednesday, May 31, 2017 @ 19:35:10
  Author: heftig
Revision: 231631

2.8-1

Added:
  lib32-freetype2/trunk/0004-Enable-long-PCF-family-names.patch
Modified:
  lib32-freetype2/trunk/0001-Enable-table-validation-modules.patch
  lib32-freetype2/trunk/0002-Enable-subpixel-rendering.patch
  lib32-freetype2/trunk/0003-Enable-infinality-subpixel-hinting.patch
  lib32-freetype2/trunk/PKGBUILD
Deleted:
  lib32-freetype2/trunk/CVE-2017-8105.patch
  lib32-freetype2/trunk/CVE-2017-8287.patch

---+
 0001-Enable-table-validation-modules.patch|   27 ++---
 0002-Enable-subpixel-rendering.patch  |8 ++--
 0003-Enable-infinality-subpixel-hinting.patch |   10 ++---
 0004-Enable-long-PCF-family-names.patch   |   25 
 CVE-2017-8105.patch   |   47 
 CVE-2017-8287.patch   |   35 -
 PKGBUILD  |   22 ---
 7 files changed, 64 insertions(+), 110 deletions(-)

Modified: 0001-Enable-table-validation-modules.patch
===
--- 0001-Enable-table-validation-modules.patch  2017-05-31 19:34:09 UTC (rev 
231630)
+++ 0001-Enable-table-validation-modules.patch  2017-05-31 19:35:10 UTC (rev 
231631)
@@ -1,7 +1,7 @@
-From c3680bf8d38cf759c1e33dcc2d2d51e0a4fea2f9 Mon Sep 17 00:00:00 2001
+From 17dd2751813c3c8b37dac474cc5024473eb9bece Mon Sep 17 00:00:00 2001
 From: "Jan Alexander Steffens (heftig)" 
 Date: Tue, 23 Jun 2015 08:40:29 +0200
-Subject: [PATCH 1/3] Enable table validation modules
+Subject: [PATCH 1/4] Enable table validation modules
 
 ---
  modules.cfg | 4 ++--
@@ -8,10 +8,10 @@
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 diff --git a/modules.cfg b/modules.cfg
-index f30049c38cc45159..7b8e50fe1b34584a 100644
+index 517111efeb642459..64b2a34d510ce8f7 100644
 --- a/modules.cfg
 +++ b/modules.cfg
-@@ -120,7 +120,7 @@ AUX_MODULES += cache
+@@ -120,30 +120,30 @@ AUX_MODULES += cache
  # TrueType GX/AAT table validation.  Needs ftgxval.c below.
  #
  # No FT_CONFIG_OPTION_PIC support.
@@ -20,7 +20,22 @@
  
  # Support for streams compressed with gzip (files with suffix .gz).
  #
-@@ -143,7 +143,7 @@ AUX_MODULES += bzip2
+ # See include/freetype/ftgzip.h for the API.
+ # No FT_CONFIG_OPTION_PIC support.
+ AUX_MODULES += gzip
+ 
+ # Support for streams compressed with LZW (files with suffix .Z).
+ #
+ # See include/freetype/ftlzw.h for the API.
+ # No FT_CONFIG_OPTION_PIC support.
+ AUX_MODULES += lzw
+ 
+ # Support for streams compressed with bzip2 (files with suffix .bz2).
+ #
+ # See include/freetype/ftbzip2.h for the API.
+ # No FT_CONFIG_OPTION_PIC support.
+ AUX_MODULES += bzip2
+ 
  # OpenType table validation.  Needs ftotval.c below.
  #
  # No FT_CONFIG_OPTION_PIC support.
@@ -30,5 +45,5 @@
  # Auxiliary PostScript driver component to share common code.
  #
 -- 
-2.9.3
+2.13.0
 

Modified: 0002-Enable-subpixel-rendering.patch
===
--- 0002-Enable-subpixel-rendering.patch2017-05-31 19:34:09 UTC (rev 
231630)
+++ 0002-Enable-subpixel-rendering.patch2017-05-31 19:35:10 UTC (rev 
231631)
@@ -1,7 +1,7 @@
-From 96f09f08417887b2618c177bccfb6da2906568d9 Mon Sep 17 00:00:00 2001
+From a8f7f3068a8a5f94adfc77f4ddf03bf08da38f9b Mon Sep 17 00:00:00 2001
 From: "Jan Alexander Steffens (heftig)" 
 Date: Tue, 23 Jun 2015 08:43:07 +0200
-Subject: [PATCH 2/3] Enable subpixel rendering
+Subject: [PATCH 2/4] Enable subpixel rendering
 
 ---
  include/freetype/config/ftoption.h | 2 +-
@@ -8,7 +8,7 @@
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/include/freetype/config/ftoption.h 
b/include/freetype/config/ftoption.h
-index 90c123ef93e9ea04..67a361dd41e0b026 100644
+index 1bf6e8f534ff0734..1126716626b570df 100644
 --- a/include/freetype/config/ftoption.h
 +++ b/include/freetype/config/ftoption.h
 @@ -122,7 +122,7 @@ FT_BEGIN_HEADER
@@ -21,5 +21,5 @@
  
/*/
 -- 
-2.9.3
+2.13.0
 

Modified: 0003-Enable-infinality-subpixel-hinting.patch
===
--- 0003-Enable-infinality-subpixel-hinting.patch   2017-05-31 19:34:09 UTC 
(rev 231630)
+++ 0003-Enable-infinality-subpixel-hinting.patch   2017-05-31 19:35:10 UTC 
(rev 231631)
@@ -1,7 +1,7 @@
-From 220e96a9a8d7aff6ad0f0f1aa12c79cdb563331c Mon Sep 17 00:00:00 2001
+From 239cd8209c8d15a641d4548d386aeae4853b7d23 Mon Sep 17 00:00:00 2001
 From: "Jan Alexander Steffens (heftig)" 
 Date: Mon, 29 Aug 2016 08:43:10 +0200
-Subject: [PATCH 3/3] Enable infinality subpixel hinting
+Subject: [PATCH 3/4] Enable infinality subpixel hinting
 
 ---
  include/freetype/config/ftoption.h | 4 ++--
@@ -8,10 +8,10 @@
  1 file changed, 2