forked from pool/libXpm
Accepting request 448432 from X11:XOrg
- added baselibs.conf as source in specfile - Update to version 3.5.12: * Fix abs() usage. * Fix out out boundary read on unknown colors * Gracefully handle EOF while parsing files. * Avoid OOB write when handling malicious XPM files. * Handle size_t in file/buffer length OBS-URL: https://build.opensuse.org/request/show/448432 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXpm?expand=0&rev=9
This commit is contained in:
commit
b142e5af68
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c5bdafa51d1ae30086fac01ab83be8d47fe117b238d3437f8e965434090e041c
|
||||
size 443496
|
3
libXpm-3.5.12.tar.bz2
Normal file
3
libXpm-3.5.12.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fd6a6de3da48de8d1bb738ab6be4ad67f7cb0986c39bd3f7d51dd24f7854bdec
|
||||
size 430736
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 1 21:31:52 UTC 2017 - sndirsch@suse.com
|
||||
|
||||
- added baselibs.conf as source in specfile
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 1 20:44:12 UTC 2017 - sndirsch@suse.com
|
||||
|
||||
- Update to version 3.5.12:
|
||||
* Fix abs() usage.
|
||||
* Fix out out boundary read on unknown colors
|
||||
* Gracefully handle EOF while parsing files.
|
||||
* Avoid OOB write when handling malicious XPM files.
|
||||
* Handle size_t in file/buffer length
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 12 18:38:52 UTC 2013 - zaitor@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libXpm
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
Name: libXpm
|
||||
%define lname libXpm4
|
||||
Version: 3.5.11
|
||||
Version: 3.5.12
|
||||
Release: 0
|
||||
Summary: X Pixmap image file format library
|
||||
License: MIT
|
||||
@ -28,6 +28,7 @@ Url: http://xorg.freedesktop.org/
|
||||
#Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXpm
|
||||
#Git-Web: http://cgit.freedesktop.org/xorg/lib/libXpm/
|
||||
Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
|
||||
Source1: baselibs.conf
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
#git#BuildRequires: autoconf >= 2.60, automake, libtool
|
||||
BuildRequires: pkgconfig
|
||||
|
Loading…
x
Reference in New Issue
Block a user