public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] harfbuzz: Update to version 7.2.0
@ 2023-05-02 17:53 Adolf Belka
  2023-05-02 17:53 ` [PATCH] iproute2: Update to version 6.3.0 Adolf Belka
                   ` (6 more replies)
  0 siblings, 7 replies; 13+ messages in thread
From: Adolf Belka @ 2023-05-02 17:53 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 3712 bytes --]

- Update from version 7.0.1 to 7.2.0
- Update of rootfile
- Changelog
    Overview of changes leading to 7.2.0
	- Add Tifinagh to the list of scripts that can natively be either right-to-left
	  or left-to-right, to improve handling of its glyph positioning.
	  (Simon Cozens)
	- Return also single substitution from hb_ot_layout_lookup_get_glyph_alternates()
	  (Behdad Esfahbod)
	- Fix 4.2.0 regression in applying across syllables in syllabic scripts.
	  (Behdad Esfahbod)
	- Add flag to avoid glyph substitution closure during subsetting, and the
	  corresponding “--no-layout-closure” option to “hb-subset” command line tool.
	  (Garret Rieger)
	- Support instancing COLRv1 table. (Qunxin Liu)
	- Don’t drop used user-defined name table entries during subsetting.
	  (Qunxin Liu)
	- Optimize handling of “gvar” table. (Behdad Esfahbod)
	- Various subsetter bug fixes and improvements. (Garret Rieger, Qunxin Liu)
	- Various documentation improvements. (Behdad Esfahbod, Josef Friedrich)
	- New API:
	    +HB_SUBSET_FLAGS_NO_LAYOUT_CLOSURE
	    +HB_UNICODE_COMBINING_CLASS_CCC132
	- Deprecated API:
	    +HB_UNICODE_COMBINING_CLASS_CCC133
    Overview of changes leading to 7.1.0
	- New experimental hb_shape_justify() API that uses font variations to expand
	  or shrink the text to a given advance. (Behdad Esfahbod)
	- Various build and bug fixes. (Behdad Esfahbod, Garret Rieger, Qunxin Liu)
	- New API:
	    +hb_font_set_variation()

Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
 config/rootfiles/common/harfbuzz | 7 ++++---
 lfs/harfbuzz                     | 4 ++--
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/config/rootfiles/common/harfbuzz b/config/rootfiles/common/harfbuzz
index b18e30a18..4798653a2 100644
--- a/config/rootfiles/common/harfbuzz
+++ b/config/rootfiles/common/harfbuzz
@@ -44,15 +44,15 @@
 #usr/lib/libharfbuzz-cairo.la
 #usr/lib/libharfbuzz-cairo.so
 usr/lib/libharfbuzz-cairo.so.0
-usr/lib/libharfbuzz-cairo.so.0.60701.0
+usr/lib/libharfbuzz-cairo.so.0.60720.0
 #usr/lib/libharfbuzz-subset.la
 #usr/lib/libharfbuzz-subset.so
 usr/lib/libharfbuzz-subset.so.0
-usr/lib/libharfbuzz-subset.so.0.60701.0
+usr/lib/libharfbuzz-subset.so.0.60720.0
 #usr/lib/libharfbuzz.la
 #usr/lib/libharfbuzz.so
 usr/lib/libharfbuzz.so.0
-usr/lib/libharfbuzz.so.0.60701.0
+usr/lib/libharfbuzz.so.0.60720.0
 #usr/lib/pkgconfig/harfbuzz-cairo.pc
 #usr/lib/pkgconfig/harfbuzz-subset.pc
 #usr/lib/pkgconfig/harfbuzz.pc
@@ -127,6 +127,7 @@ usr/lib/libharfbuzz.so.0.60701.0
 #usr/share/gtk-doc/html/harfbuzz/api-index-5-3-0.html
 #usr/share/gtk-doc/html/harfbuzz/api-index-6-0-0.html
 #usr/share/gtk-doc/html/harfbuzz/api-index-7-0-0.html
+#usr/share/gtk-doc/html/harfbuzz/api-index-7-1-0.html
 #usr/share/gtk-doc/html/harfbuzz/api-index-full.html
 #usr/share/gtk-doc/html/harfbuzz/apple-advanced-typography-api.html
 #usr/share/gtk-doc/html/harfbuzz/buffers-language-script-and-direction.html
diff --git a/lfs/harfbuzz b/lfs/harfbuzz
index 17186b203..15cc9ff13 100644
--- a/lfs/harfbuzz
+++ b/lfs/harfbuzz
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 7.0.1
+VER        = 7.2.0
 
 THISAPP    = harfbuzz-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 4a8844093b627b8d5d2e6f7b735781334f2715fe5146bb135ba19fb5a38f2a38248028b447d985fbde4505cd66721766a727fa7fe1300efd31259c7cafb8b6f2
+$(DL_FILE)_BLAKE2 = 247746d6a0f132a0d6b0c461d9e96a4fe76bc08bca4d05b28a034de60afee8e049d798fdf3962b892b33424245d8f00a63d6068b034e80ad9d7733180e8533c1
 
 install : $(TARGET)
 
-- 
2.40.1


^ permalink raw reply	[flat|nested] 13+ messages in thread
* [PATCH] zstd: Update to version 1.5.5
@ 2023-09-19 11:42 Adolf Belka
  0 siblings, 0 replies; 13+ messages in thread
From: Adolf Belka @ 2023-09-19 11:42 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 670 bytes --]

- IPFire-s.x
- Update from version 1.5.2 to 1.5.5
- Changelog is too large to include here. See the following github page for the
   details. https://github.com/facebook/zstd/releases

Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
 zstd/zstd.nm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zstd/zstd.nm b/zstd/zstd.nm
index 292aeeed4..73d6b023d 100644
--- a/zstd/zstd.nm
+++ b/zstd/zstd.nm
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = zstd
-version    = 1.5.2
+version    = 1.5.5
 release    = 1
 
 groups     = System/Libraries
-- 
2.42.0


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2023-09-19 11:42 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-02 17:53 [PATCH] harfbuzz: Update to version 7.2.0 Adolf Belka
2023-05-02 17:53 ` [PATCH] iproute2: Update to version 6.3.0 Adolf Belka
2023-05-02 17:53 ` [PATCH] libpcap: Update to version 1.10.4 Adolf Belka
2023-05-02 17:53 ` [PATCH] libxml2: Update to version 2.11.1 Adolf Belka
2023-05-02 17:53 ` [PATCH] lvm2: Update to version 2.03.21 Adolf Belka
2023-05-09  7:51   ` Arne Fitzenreiter
2023-05-09  8:01     ` Michael Tremer
2023-05-09  8:25       ` Adolf Belka
2023-05-09  9:13         ` Michael Tremer
2023-05-02 17:53 ` [PATCH] nfs: Update to version 2.6.3 Adolf Belka
2023-05-02 17:53 ` [PATCH] opus: Update to version 1.4 Adolf Belka
2023-05-02 17:53 ` [PATCH] zstd: Update to version 1.5.5 Adolf Belka
2023-09-19 11:42 Adolf Belka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox