From a3f2e05a5175258cb47e09fc9fb21179e61981100147df06a6cd64ab86c0a455 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Mon, 2 Aug 2021 10:10:33 +0000 Subject: [PATCH] - Update to version 2.0.5 * README: Remove mention of libXfont 1.5 * Fix out-of-bounds read in FontFileMakeDir() * configure: define HAVE_LIBBSD when libbsd was found * Fix Win32 build since c4ed2e06 "Add some unit testing utilities" * Fix crash when font server connection lost * Fix use after free when font server connection lost OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXfont2?expand=0&rev=14 --- libXfont2-2.0.4.tar.bz2 | 3 --- libXfont2-2.0.5.tar.bz2 | 3 +++ libXfont2.changes | 11 +++++++++++ libXfont2.spec | 6 +++--- 4 files changed, 17 insertions(+), 6 deletions(-) delete mode 100644 libXfont2-2.0.4.tar.bz2 create mode 100644 libXfont2-2.0.5.tar.bz2 diff --git a/libXfont2-2.0.4.tar.bz2 b/libXfont2-2.0.4.tar.bz2 deleted file mode 100644 index 54a8c5b..0000000 --- a/libXfont2-2.0.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6d151b3368e5035efede4b6264c0fdc6662c1c99dbc2de425e3480cababc69e6 -size 513167 diff --git a/libXfont2-2.0.5.tar.bz2 b/libXfont2-2.0.5.tar.bz2 new file mode 100644 index 0000000..5f7e0d4 --- /dev/null +++ b/libXfont2-2.0.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa7c6f211cf7215c0ab4819ed893dc98034363d7b930b844bb43603c2e10b53e +size 524868 diff --git a/libXfont2.changes b/libXfont2.changes index d1f6e3d..546e98f 100644 --- a/libXfont2.changes +++ b/libXfont2.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Aug 2 09:57:36 UTC 2021 - Stefan Dirsch + +- Update to version 2.0.5 + * README: Remove mention of libXfont 1.5 + * Fix out-of-bounds read in FontFileMakeDir() + * configure: define HAVE_LIBBSD when libbsd was found + * Fix Win32 build since c4ed2e06 "Add some unit testing utilities" + * Fix crash when font server connection lost + * Fix use after free when font server connection lost + ------------------------------------------------------------------- Mon Sep 16 17:41:07 UTC 2019 - Stefan Dirsch diff --git a/libXfont2.spec b/libXfont2.spec index cd704ed..ae2964d 100644 --- a/libXfont2.spec +++ b/libXfont2.spec @@ -1,7 +1,7 @@ # # spec file for package libXfont2 # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,12 +18,12 @@ Name: libXfont2 %define lname libXfont2-2 -Version: 2.0.4 +Version: 2.0.5 Release: 0 Summary: X font handling library for server and utilities License: MIT Group: Development/Libraries/C and C++ -Url: http://xorg.freedesktop.org/ +URL: http://xorg.freedesktop.org/ #Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXfont #Git-Web: http://cgit.freedesktop.org/xorg/lib/libXfont/