forked from pool/libXfont2
Accepting request 909739 from X11:XOrg
- 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/request/show/909739 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXfont2?expand=0&rev=6
This commit is contained in:
commit
2e8fc0262d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6d151b3368e5035efede4b6264c0fdc6662c1c99dbc2de425e3480cababc69e6
|
|
||||||
size 513167
|
|
3
libXfont2-2.0.5.tar.bz2
Normal file
3
libXfont2-2.0.5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:aa7c6f211cf7215c0ab4819ed893dc98034363d7b930b844bb43603c2e10b53e
|
||||||
|
size 524868
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 2 09:57:36 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
- 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 <sndirsch@suse.com>
|
Mon Sep 16 17:41:07 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libXfont2
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,12 +18,12 @@
|
|||||||
|
|
||||||
Name: libXfont2
|
Name: libXfont2
|
||||||
%define lname libXfont2-2
|
%define lname libXfont2-2
|
||||||
Version: 2.0.4
|
Version: 2.0.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: X font handling library for server and utilities
|
Summary: X font handling library for server and utilities
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Libraries/C and C++
|
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-Clone: git://anongit.freedesktop.org/xorg/lib/libXfont
|
||||||
#Git-Web: http://cgit.freedesktop.org/xorg/lib/libXfont/
|
#Git-Web: http://cgit.freedesktop.org/xorg/lib/libXfont/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user