This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via b35bbd2ba20013d941a19a79f3b40eb991b575f7 (commit) via 9270456fa289e806b6b78815de51ce66df08a535 (commit) from 955964d7a28150570d2916c59698fa9b83a0a242 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit b35bbd2ba20013d941a19a79f3b40eb991b575f7 Author: Peter Müller peter.mueller@ipfire.org Date: Sun Jun 25 20:57:03 2023 +0000
Core Update 176: Ship freetype
Signed-off-by: Peter Müller peter.mueller@ipfire.org
commit 9270456fa289e806b6b78815de51ce66df08a535 Author: Peter Müller peter.mueller@ipfire.org Date: Sun Jun 25 20:53:42 2023 +0000
freetype: Update to 2.13.1
Changelog is too long to include it here, please refer to the ChangeLog file in the sourcecode tarball.
Signed-off-by: Peter Müller peter.mueller@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/common/freetype | 2 +- config/rootfiles/{oldcore/110 => core/176}/filelists/freetype | 0 config/rootfiles/core/176/update.sh | 1 + lfs/freetype | 4 ++-- 4 files changed, 4 insertions(+), 3 deletions(-) copy config/rootfiles/{oldcore/110 => core/176}/filelists/freetype (100%)
Difference in files: diff --git a/config/rootfiles/common/freetype b/config/rootfiles/common/freetype index d42345cc9..9117f66ca 100644 --- a/config/rootfiles/common/freetype +++ b/config/rootfiles/common/freetype @@ -60,7 +60,7 @@ #usr/lib/libfreetype.la #usr/lib/libfreetype.so usr/lib/libfreetype.so.6 -usr/lib/libfreetype.so.6.19.0 +usr/lib/libfreetype.so.6.20.0 #usr/lib/pkgconfig/freetype2.pc #usr/share/aclocal/freetype2.m4 #usr/share/man/man1/freetype-config.1 diff --git a/config/rootfiles/core/176/filelists/freetype b/config/rootfiles/core/176/filelists/freetype new file mode 120000 index 000000000..79ec5c42e --- /dev/null +++ b/config/rootfiles/core/176/filelists/freetype @@ -0,0 +1 @@ +../../../common/freetype \ No newline at end of file diff --git a/config/rootfiles/core/176/update.sh b/config/rootfiles/core/176/update.sh index 0ab60085d..d802da6a4 100644 --- a/config/rootfiles/core/176/update.sh +++ b/config/rootfiles/core/176/update.sh @@ -42,6 +42,7 @@ rm -vf \ /usr/bin/gawk-5.1.1 \ /usr/lib/engines-1* \ /usr/lib/libcrypto.so.1* \ + /usr/lib/libfreetype.so.6.1* \ /usr/lib/libssl.so.1* \ /lib/udev/rules.d/69-dm-lvm-metad.rules
diff --git a/lfs/freetype b/lfs/freetype index 22ba9b4a4..ca416f7cc 100644 --- a/lfs/freetype +++ b/lfs/freetype @@ -24,7 +24,7 @@
include Config
-VER = 2.13.0 +VER = 2.13.1
THISAPP = freetype-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 11aac3cddb3e71cc0e6a616ed609294d6641aa0011842aa8230eace826955883aca0063331660025be14582b44aa189718ce21e0e5193a66bb5d7cffa1d0fb7f +$(DL_FILE)_BLAKE2 = edadf2cdd8eb17362239cc5ab7fdff7cb1ca398908d3a9fa0547c3922b098df331cc87e939cee62ce20a78b01f14372c952c823c30af9ac227fc7da10000d37b
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree