public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Cc: Adolf Belka <adolf.belka@ipfire.org>
Subject: [PATCH] pango: Update to version 1.58.2
Date: Fri,  7 Aug 2026 22:34:05 +0200	[thread overview]
Message-ID: <20260807203410.1596981-16-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20260807203410.1596981-1-adolf.belka@ipfire.org>

- Update from version 1.58.0 to 1.58.2
- Update of rootfile
- Changelog
1.58.2
* No changes
1.58.1
* Require harfbuzz 11
* Require glib 2.88
* CoreText: Support variations
* CoreText: Support font features from descriptions
* Renderer: Keep over/under/through lines in sync
* Fixes for undefined behavior

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

diff --git a/config/rootfiles/common/pango b/config/rootfiles/common/pango
index 53f3d6b9d..66a7f3394 100644
--- a/config/rootfiles/common/pango
+++ b/config/rootfiles/common/pango
@@ -41,13 +41,13 @@ usr/bin/pango-view
 #usr/include/pango-1.0/pango/pangoft2.h
 #usr/lib/libpango-1.0.so
 usr/lib/libpango-1.0.so.0
-usr/lib/libpango-1.0.so.0.5800.0
+usr/lib/libpango-1.0.so.0.5800.2
 #usr/lib/libpangocairo-1.0.so
 usr/lib/libpangocairo-1.0.so.0
-usr/lib/libpangocairo-1.0.so.0.5800.0
+usr/lib/libpangocairo-1.0.so.0.5800.2
 #usr/lib/libpangoft2-1.0.so
 usr/lib/libpangoft2-1.0.so.0
-usr/lib/libpangoft2-1.0.so.0.5800.0
+usr/lib/libpangoft2-1.0.so.0.5800.2
 #usr/lib/pkgconfig/pango.pc
 #usr/lib/pkgconfig/pangocairo.pc
 #usr/lib/pkgconfig/pangofc.pc
diff --git a/lfs/pango b/lfs/pango
index df7a1277e..ebf0294a3 100644
--- a/lfs/pango
+++ b/lfs/pango
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 1.58.0
+VER        = 1.58.2
 #          https://download.gnome.org/sources/pango/
 
 THISAPP    = pango-$(VER)
@@ -41,7 +41,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = f8adae8198ac56d791ac9f5b95741f78826ff9cee3f67f831b838e5a6a3218f7fd9419a91c564eee7625ddbc1ec6ba0139e8870f3487c38aaa7123e155abcefd
+$(DL_FILE)_BLAKE2 = 234ec97322322326c0e2cd134b35bc7c99bb6bc5f80500f864dc2047c6256f323f0d9cfe379915b31d4befb9419b98dbf7c54ddbf92407ca4c4a446673969616
 
 install : $(TARGET)
 
-- 
2.55.0



  parent reply	other threads:[~2026-08-07 20:36 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-07 20:33 [PATCH] core205: Ship glib Adolf Belka
2026-08-07 20:33 ` [PATCH] core205: Ship harfbuzz Adolf Belka
2026-08-07 20:33 ` [PATCH] core205: Ship hwdata Adolf Belka
2026-08-07 20:33 ` [PATCH] core205: Ship libarchive Adolf Belka
2026-08-07 20:33 ` [PATCH] core205: Ship pango Adolf Belka
2026-08-07 20:33 ` [PATCH] core205: Ship sqlite Adolf Belka
2026-08-07 20:33 ` [PATCH] core205: Ship systemd Adolf Belka
2026-08-07 20:33 ` [PATCH] core205: Ship xfsprogs Adolf Belka
2026-08-07 20:33 ` [PATCH] glib: Update to version 2.89.3 Adolf Belka
2026-08-07 20:33 ` [PATCH] harfbuzz: Update to version 14.3.0 Adolf Belka
2026-08-07 20:34 ` [PATCH] hwdata: Update to version 0.410 Adolf Belka
2026-08-07 20:34 ` [PATCH] libarchive: Update to version 3.8.9 Adolf Belka
2026-08-07 20:34 ` [PATCH] libtalloc: Update to version 2.5.0 Adolf Belka
2026-08-07 20:34 ` [PATCH] nfs: Update to version 2.9.2 Adolf Belka
2026-08-07 20:34 ` [PATCH] nut: Ship nut to pickup updated libusb from CU203 Adolf Belka
2026-08-07 20:34 ` Adolf Belka [this message]
2026-08-07 20:34 ` [PATCH] postfix: Update to version 3.11.5 Adolf Belka
2026-08-07 20:34 ` [PATCH] samba: Update to version 4.24.5 Adolf Belka
2026-08-07 20:34 ` [PATCH] sqlite: Update to version 3530400 Adolf Belka
2026-08-07 20:34 ` [PATCH] systemd: Update to version 261.2 Adolf Belka
2026-08-07 20:34 ` [PATCH] xfsprogs: Update to version 7.1.1 Adolf Belka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260807203410.1596981-16-adolf.belka@ipfire.org \
    --to=adolf.belka@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox