From dafcaefc076fa0c73afe93d193eeaa3b834e42858734aedf0529f882a9c9d89f Mon Sep 17 00:00:00 2001 From: Kyrill Detinov Date: Mon, 1 Jun 2020 14:50:27 +0000 Subject: [PATCH] Accepting request 810554 from home:pluskalm:branches:graphics MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update to version 0.32.3: * Fixed a segfault. (Martin Gieseking, Savannah bug 52319) * Updated Gnulib stuff. - Changes for version 0.32.2 * Corrected fix for savannah bug 52308 (caused wrestool to always fail). * Added support for PE32+ binaries. - Changes fo version 0.32.1: * Fixed multiple issues found by Hanno Böck via fuzzing. (Savannah bugs 52307, 52308, 52313) - Changes for version 0.32.0: * Fixed issues found by Jerzy Kramarz: + Invalid memory allocation in icotool with malformed input. + Infinite recursion in wrestool with malformed input. * Added ability to specify minimum bit depth per image. * Added ability to specify cursor hotspot per image. OBS-URL: https://build.opensuse.org/request/show/810554 OBS-URL: https://build.opensuse.org/package/show/graphics/icoutils?expand=0&rev=16 --- icoutils-0.31.3.tar.bz2 | 3 --- icoutils-0.31.3.tar.bz2.sig | Bin 72 -> 0 bytes icoutils-0.32.3.tar.bz2 | 3 +++ icoutils-0.32.3.tar.bz2.sig | Bin 0 -> 72 bytes icoutils.changes | 20 ++++++++++++++++++++ icoutils.spec | 17 ++++++++--------- 6 files changed, 31 insertions(+), 12 deletions(-) delete mode 100644 icoutils-0.31.3.tar.bz2 delete mode 100644 icoutils-0.31.3.tar.bz2.sig create mode 100644 icoutils-0.32.3.tar.bz2 create mode 100644 icoutils-0.32.3.tar.bz2.sig diff --git a/icoutils-0.31.3.tar.bz2 b/icoutils-0.31.3.tar.bz2 deleted file mode 100644 index 4a822f8..0000000 --- a/icoutils-0.31.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d4651de8e3f9e28d24b5343a2b7564f49754e5fe7d211c5d4dd60dcd65c8a152 -size 593403 diff --git a/icoutils-0.31.3.tar.bz2.sig b/icoutils-0.31.3.tar.bz2.sig deleted file mode 100644 index 422547ef8b884180e6dad9ea66867753d4a8dd292bf1588ff1019f611be19386..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 72 zcmV-O0Jr~$Mg#y60ssaD0$9XJ+W-m)5Huw7a8LB@?3Sbepr%{Y_4)6FCKnz28>{_0 e9_w;m{Q#XGs|lmUDRLPnium3GVOfSsM$4V;;vTgC diff --git a/icoutils-0.32.3.tar.bz2 b/icoutils-0.32.3.tar.bz2 new file mode 100644 index 0000000..b3ffea9 --- /dev/null +++ b/icoutils-0.32.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17abe02d043a253b68b47e3af69c9fc755b895db68fdc8811786125df564c6e0 +size 609286 diff --git a/icoutils-0.32.3.tar.bz2.sig b/icoutils-0.32.3.tar.bz2.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..dcc5636f709d8634cb4d340cb3da907f85fd7ebc1ca14e6c4c0b303c0e143961 GIT binary patch literal 72 zcmV-O0Jr~$Mg#y60ssaD0$QKfOaKZA5Huw7a8LB@?CrY%pMGH%%pZzERAmTg;b9vS e<614ur~sdGqLQ*aGBxz7qR+Xz&T>PRzkE@o+8#Cl literal 0 HcmV?d00001 diff --git a/icoutils.changes b/icoutils.changes index 816e68a..004014b 100644 --- a/icoutils.changes +++ b/icoutils.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Mon Jun 1 07:09:23 UTC 2020 - Martin Pluskal + +- Update to version 0.32.3: + * Fixed a segfault. (Martin Gieseking, Savannah bug 52319) + * Updated Gnulib stuff. +- Changes for version 0.32.2 + * Corrected fix for savannah bug 52308 (caused wrestool to always + fail). + * Added support for PE32+ binaries. +- Changes fo version 0.32.1: + * Fixed multiple issues found by Hanno Böck + via fuzzing. (Savannah bugs 52307, 52308, 52313) +- Changes for version 0.32.0: + * Fixed issues found by Jerzy Kramarz: + + Invalid memory allocation in icotool with malformed input. + + Infinite recursion in wrestool with malformed input. + * Added ability to specify minimum bit depth per image. + * Added ability to specify cursor hotspot per image. + ------------------------------------------------------------------- Thu Jul 27 04:03:31 UTC 2017 - lazy.kent@opensuse.org diff --git a/icoutils.spec b/icoutils.spec index 85b4095..907c09c 100644 --- a/icoutils.spec +++ b/icoutils.spec @@ -1,7 +1,7 @@ # # spec file for package icoutils # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,23 +12,22 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: icoutils -Version: 0.31.3 +Version: 0.32.3 Release: 0 Summary: Extracting and Converting Microsoft Icon and Cursor Files -License: GPL-3.0+ +License: GPL-3.0-or-later Group: Productivity/Graphics/Convertors -Url: http://www.nongnu.org/icoutils/ +URL: https://www.nongnu.org/icoutils/ Source0: http://savannah.nongnu.org/download/icoutils/%{name}-%{version}.tar.bz2 Source1: http://savannah.nongnu.org/download/icoutils/%{name}-%{version}.tar.bz2.sig Source2: %{name}.keyring BuildRequires: pkgconfig BuildRequires: pkgconfig(libpng) -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description The icoutils are a set of programs for extracting and converting images @@ -43,14 +42,14 @@ libraries (.dll-files). # Don't compile strange locales en@boldquot and en@quot. # Otherwise, remove '--disable-nls'. %configure --disable-nls -make %{?_smp_mflags} +%make_build %install %make_install %files -%defattr(-,root,root,-) -%doc AUTHORS COPYING NEWS README TODO +%license COPYING +%doc AUTHORS NEWS README TODO %{_bindir}/* %{_mandir}/man?/*