SHA256
1
0
forked from pool/giflib
Commit Graph

74 Commits

Author SHA256 Message Date
Ana Guerrero
3f6befb979 Accepting request 1152099 from devel:libraries:c_c++
Security fixes

OBS-URL: https://build.opensuse.org/request/show/1152099
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/giflib?expand=0&rev=43
2024-02-27 21:44:15 +00:00
Fridrich Strba
b65158c13e OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=63 2024-02-27 09:57:50 +00:00
Fridrich Strba
397a31ba42 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=62 2024-02-26 11:42:52 +00:00
Fridrich Strba
22e9f6c444 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=61 2024-02-26 11:38:17 +00:00
Ana Guerrero
8024cbae77 Accepting request 1104797 from devel:libraries:c_c++
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1104797
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/giflib?expand=0&rev=42
2023-08-21 09:42:47 +00:00
Fridrich Strba
c671a6986d OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=59 2023-08-12 21:34:01 +00:00
Dominique Leuenberger
b89f14f34f Accepting request 1042704 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1042704
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/giflib?expand=0&rev=41
2022-12-14 13:10:53 +00:00
Fridrich Strba
d453d4a4c5 Accepting request 1042491 from home:dirkmueller:Factory
- add reproducible.patch to avoid timestamp patching in the build
  section and allowing it to build with -Werror=date-time

OBS-URL: https://build.opensuse.org/request/show/1042491
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=57
2022-12-13 15:13:06 +00:00
Dominique Leuenberger
631f1dd6ec Accepting request 886651 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/886651
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/giflib?expand=0&rev=40
2021-04-22 16:03:25 +00:00
Fridrich Strba
91d4e52193 Accepting request 886252 from home:olh:branches:devel:libraries:c_c++
- prep section should just extract and patch,
  further modifications have to be done in the build section

OBS-URL: https://build.opensuse.org/request/show/886252
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=55
2021-04-19 11:17:01 +00:00
Fridrich Strba
0dc5761c60 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=54 2021-04-14 13:23:49 +00:00
Fridrich Strba
978f5408fd Accepting request 885313 from home:wfrisch:branches:devel:libraries:c_c++
Enable Position Independent Code and inherit CFLAGS from the build system.

FYI: The package fails to build on SLE_12_SP5 and I'm not sure why.

OBS-URL: https://build.opensuse.org/request/show/885313
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=53
2021-04-14 11:26:01 +00:00
Dominique Leuenberger
9d6d09b022 Accepting request 826859 from devel:libraries:c_c++
- Update to version 5.2.1
  * In gifbuild.c, avoid a core dump on no color map.
  * Restore inadvertently removed library version numbers in Makefile.
- Changes in version 5.2.0
  * The undocumented and deprecated GifQuantizeBuffer() entry point
    has been moved to the util library to reduce libgif size and attack
    surface. Applications needing this function are couraged to link the
    util library or make their own copy.
  * The following obsolete utility programs are no longer installed:
    gifecho, giffilter, gifinto, gifsponge. These were either installed in
    error or have been obsolesced by modern image-transformmation tools
    like ImageMagick convert. They may be removed entirely in a future
    release.
  * Address SourceForge issue #136: Stack-buffer-overflow in gifcolor.c:84
  * Address SF bug #134: Giflib fails to slurp significant number of gifs
  * Apply SPDX convention for license tagging.
- Changes in version 5.1.9
  * The documentation directory now includes an HTMlified version of the
    GIF89 standard, and a more detailed description of how LZW compression
    is applied to GIFs.
  * Address SF bug #129: The latest version of giflib cannot be build on windows.
  * Address SF bug #126: Cannot compile giflib using c89
- Changes in version 5.1.8
  * Address SF bug #119: MemorySanitizer: FPE on unknown address
  * Address SF bug #125: 5.1.7: xmlto is still required for tarball
  * Address SF bug #124: 5.1.7: ar invocation is not crosscompile compatible
  * Address SF bug #122: 5.1.7 installs manpages to wrong directory
  * Address SF bug #121: make: getversion: Command not found
  * Address SF bug #120: 5.1.7 does not build a proper library - no 
- Changes in version 5.1.7

OBS-URL: https://build.opensuse.org/request/show/826859
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/giflib?expand=0&rev=39
2020-08-23 07:18:30 +00:00
Fridrich Strba
a4f28d23e2 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=51 2020-07-13 07:22:52 +00:00
Fridrich Strba
b55de33e19 Accepting request 820057 from home:elimat:branches:devel:libraries:c_c++
- Update to version 5.2.1
  * In gifbuild.c, avoid a core dump on no color map.
  * Restore inadvertently removed library version numbers in Makefile.
- Changes in version 5.2.0
  * The undocumented and deprecated GifQuantizeBuffer() entry point
    has been moved to the util library to reduce libgif size and attack
    surface. Applications needing this function are couraged to link the
    util library or make their own copy.
  * The following obsolete utility programs are no longer installed:
    gifecho, giffilter, gifinto, gifsponge. These were either installed in
    error or have been obsolesced by modern image-transformmation tools
    like ImageMagick convert. They may be removed entirely in a future
    release.
  * Address SourceForge issue #136: Stack-buffer-overflow in gifcolor.c:84
  * Address SF bug #134: Giflib fails to slurp significant number of gifs
  * Apply SPDX convention for license tagging.
- Changes in version 5.1.9
  * The documentation directory now includes an HTMlified version of the
    GIF89 standard, and a more detailed description of how LZW compression
    is applied to GIFs.
  * Address SF bug #129: The latest version of giflib cannot be build on windows.
  * Address SF bug #126: Cannot compile giflib using c89
- Changes in version 5.1.8
  * Address SF bug #119: MemorySanitizer: FPE on unknown address
  * Address SF bug #125: 5.1.7: xmlto is still required for tarball
  * Address SF bug #124: 5.1.7: ar invocation is not crosscompile compatible
  * Address SF bug #122: 5.1.7 installs manpages to wrong directory
  * Address SF bug #121: make: getversion: Command not found
  * Address SF bug #120: 5.1.7 does not build a proper library - no 
- Changes in version 5.1.7
  * Correct a minor packaging error (superfluous symlinks) in the 5.1.6 tarballs.
- Changes in version 5.1.6
  * Fix library installation in the Makefile.
- Changes in version 5.1.5
  * Fix SF bug #114: Null dereferences in main() of gifclrmp
  * Fix SF bug #113: Heap Buffer Overflow-2 in function DGifDecompressLine()
    in cgif.c.  This had been assigned (CVE-2018-11490).
  * Fix SF bug #111: segmentation fault in PrintCodeBlock
  * Fix SF bug #109: Segmentation fault of giftool reading a crafted file
  * Fix SF bug #107: Floating point exception in giftext utility
  * Fix SF bug #105: heap buffer overflow in DumpScreen2RGB in gif2rgb.c:317
  * Fix SF bug #104: Ineffective bounds check in DGifSlurp
  * Fix SF bug #103: GIFLIB 5.1.4: DGifSlurp fails on empty comment
  * Fix SF bug #87: Heap buffer overflow in 5.1.2 (gif2rgb).
  * The horrible old autoconf build system has been removed with extreme prejudice. 
    You now build this simply by running "make" from the top-level directory.
- Run spec-cleaner
- Drop patches fixed upstream:
  * giflib-visibility.patch
  * giflib-automake-1_13.patch
  * giflib-CVE-2016-3977.patch
  * fix-autoconf11.patch
- Change build system to Make only (upstream not using autoconf)

OBS-URL: https://build.opensuse.org/request/show/820057
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=50
2020-07-13 07:14:07 +00:00
Dominique Leuenberger
0baf5d301e Accepting request 648854 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/648854
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/giflib?expand=0&rev=38
2018-11-18 22:23:57 +00:00
c289988e2a Accepting request 647694 from home:Andreas_Schwab:Factory
- Remove unused build requires on X libraries
- Use %license

OBS-URL: https://build.opensuse.org/request/show/647694
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=48
2018-11-14 06:24:49 +00:00
Dominique Leuenberger
bad81b88db Accepting request 546173 from devel:libraries:c_c++
- Keep timestamps before patch updates them to fix build-compare

- Added fix-autoconf11.patch for fixing build with older autoconf,
  requires for SLE11.

OBS-URL: https://build.opensuse.org/request/show/546173
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/giflib?expand=0&rev=37
2017-12-03 09:07:58 +00:00
b2573d652e OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=46 2017-11-28 08:54:18 +00:00
34ee6fec87 Accepting request 508238 from home:bmwiedemann:branches:devel:libraries:c_c++
Keep timestamps before patch updates them to fix build-compare

OBS-URL: https://build.opensuse.org/request/show/508238
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=45
2017-07-05 11:39:02 +00:00
d01ec0fe61 Accepting request 395209 from home:susnux:branches:devel:libraries:c_c++
This will fix the SLE_11_SP? build, as long as SLE11 is added as build repository this will reduce build failures. No need to forward to factory.

OBS-URL: https://build.opensuse.org/request/show/395209
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=44
2016-05-17 13:45:03 +00:00
Dominique Leuenberger
7d37216b8f Accepting request 388191 from devel:libraries:c_c++
bsc#974847, CVE-2016-3977

OBS-URL: https://build.opensuse.org/request/show/388191
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/giflib?expand=0&rev=36
2016-04-16 20:07:42 +00:00
Fridrich Strba
5c4b82efaa OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=42 2016-04-12 13:53:06 +00:00
Fridrich Strba
8e83a35d61 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=41 2016-04-12 09:09:50 +00:00
Fridrich Strba
9a711007c9 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=40 2016-04-12 09:03:40 +00:00
Fridrich Strba
9a28652714 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=39 2016-04-12 08:41:32 +00:00
Dominique Leuenberger
848955430a Accepting request 378396 from devel:libraries:c_c++
- Update to version 5.1.3
 * Prevent malloc randomess from causing the header output routine
   to emit a GIF89 version string even when no GIF89 features are
   present.
 * Prevent malloc randomess from producing sporadic failures by causing
   sanity checks added in 5.1.2 to misfire.
 * Bulletproof gif2rgb against 0-height images. Addressed sf#78:
   Heap overflow in gif2rgb with images of size 0, also sf#82.
 * Remove unnecessary duplicate EGifClose() in gifcolor.c. Fixes sf#83
   introduced in 5.1.2.
 * Fix sf#84: incorrect return of DGifSlurp().
- Add giflib-sf-88.patch to fix sf#88

OBS-URL: https://build.opensuse.org/request/show/378396
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/giflib?expand=0&rev=35
2016-03-29 07:53:12 +00:00
Ismail Dönmez
befbca49ab - Update to version 5.1.3
* Prevent malloc randomess from causing the header output routine
   to emit a GIF89 version string even when no GIF89 features are
   present.
 * Prevent malloc randomess from producing sporadic failures by causing
   sanity checks added in 5.1.2 to misfire.
 * Bulletproof gif2rgb against 0-height images. Addressed sf#78:
   Heap overflow in gif2rgb with images of size 0, also sf#82.
 * Remove unnecessary duplicate EGifClose() in gifcolor.c. Fixes sf#83
   introduced in 5.1.2.
 * Fix sf#84: incorrect return of DGifSlurp().
- Add giflib-sf-88.patch to fix sf#88

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=37
2016-03-23 08:28:51 +00:00
Dominique Leuenberger
3be4bff14d Accepting request 354774 from devel:libraries:c_c++
bsc#960319, CVE-2015-7555

OBS-URL: https://build.opensuse.org/request/show/354774
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/giflib?expand=0&rev=34
2016-01-23 00:14:20 +00:00
Fridrich Strba
9e0628cbb5 bsc#960319, CVE-2015-7555
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=35
2016-01-19 13:06:37 +00:00
Dominique Leuenberger
546ef9fc30 Accepting request 281404 from devel:libraries:c_c++
- Cleanup a bit
- Remove obsolete sle10 deprecations
- Fix one tiny rpmlint warning

- Update to version 5.1.1 
  + Numerous minor fixes in getarg.c. Affects only the utilities, not the
    core library.
  + Fix SourceForge bug #59 DGifOpen can segfault if DGifGetScreenDesc fails.
  + SourceForge patch #20: In gifalloc, fix usage of realloc() in case of failure.
  + Fix SourceForge bug #61 Leak in gifsponge.
  + glibtoolize port fix for OS X.

- Update to new upstream release 5.1.0
* Minor API change to assist library wrappers in dynamic languages,
  removal of the the gif2raw utility, and various minor fix patches
  for unusual edge cases.
* API changes to functions:
  GifErrorString returns const char *;
  EGifGetGifVersion returns const char *;
  EGifCloseFile takes another int *errorcode;
  DGifCloseFile takes another int *errorcode;

OBS-URL: https://build.opensuse.org/request/show/281404
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/giflib?expand=0&rev=33
2015-01-26 15:46:36 +00:00
Tomáš Chvátal
59d44ded4c - Cleanup a bit
- Remove obsolete sle10 deprecations
- Fix one tiny rpmlint warning

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=33
2015-01-15 13:38:33 +00:00
Tomáš Chvátal
7ef2861005 Accepting request 281339 from home:posophe:branches:devel:libraries:c_c++
Update

OBS-URL: https://build.opensuse.org/request/show/281339
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=32
2015-01-15 13:31:19 +00:00
Ismail Dönmez
fe7a3e8a79 Accepting request 235898 from home:jengelh:branches:devel:libraries:c_c++
- Update to new upstream release 5.1.0

OBS-URL: https://build.opensuse.org/request/show/235898
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=31
2014-08-31 07:52:36 +00:00
Stephan Kulow
c11942f90c Accepting request 196963 from devel:libraries:c_c++
- Update to new upstream release 5.0.5 (bugfix release) (forwarded request 196962 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/196963
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/giflib?expand=0&rev=30
2013-09-02 12:55:39 +00:00
Ismail Dönmez
4541a32b5a Accepting request 196962 from home:jengelh:branches:devel:libraries:c_c++
- Update to new upstream release 5.0.5 (bugfix release)

OBS-URL: https://build.opensuse.org/request/show/196962
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=29
2013-08-31 11:56:51 +00:00
Stephan Kulow
b5570feaa2 Accepting request 180963 from devel:libraries:c_c++
- Update to new upstream release 5.0.4 (forwarded request 180938 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/180963
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/giflib?expand=0&rev=29
2013-06-26 18:17:47 +00:00
99a8f94915 Accepting request 180938 from home:jengelh:branches:devel:libraries:c_c++
- Update to new upstream release 5.0.4

OBS-URL: https://build.opensuse.org/request/show/180938
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=27
2013-06-26 08:48:29 +00:00
Stephan Kulow
21ccdf6967 Accepting request 161370 from devel:libraries:c_c++
- Added url as source.
  Please see http://en.opensuse.org/SourceUrls (forwarded request 161339 from m_meister)

OBS-URL: https://build.opensuse.org/request/show/161370
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/giflib?expand=0&rev=28
2013-03-28 12:11:52 +00:00
Ismail Dönmez
72aa4ce3ba Accepting request 161339 from home:m_meister:branches:openSUSE:Factory
- Added url as source.
  Please see http://en.opensuse.org/SourceUrls

OBS-URL: https://build.opensuse.org/request/show/161339
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=25
2013-03-27 10:30:42 +00:00
Stephan Kulow
8b62076b7b osc copypac from project:openSUSE:Factory package:giflib revision:25
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/giflib?expand=0&rev=27
2013-03-22 20:08:07 +00:00
Stephan Kulow
5c1a9fe627 Accepting request 158654 from openSUSE:Factory
I setup openSUSE:Factory:Staging:giflib5 and reverted the giflib update

OBS-URL: https://build.opensuse.org/request/show/158654
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=24
2013-03-12 11:56:42 +00:00
Stephan Kulow
6a112b6f10 osc copypac from project:openSUSE:Factory package:giflib revision:24
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/giflib?expand=0&rev=26
2013-03-12 11:54:00 +00:00
OBS User buildservice-autocommit
65294f1d92 Updating link to change in openSUSE:Factory/giflib revision 26.0
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=8c626c8751ca9a3e7102a125b6217417
2013-03-12 11:54:00 +00:00
Stephan Kulow
535d292493 Accepting request 157087 from devel:libraries:c_c++
add giflib-automake-1_13.patch, fix build with automake-1.13.1 (forwarded request 157086 from seife)

OBS-URL: https://build.opensuse.org/request/show/157087
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/giflib?expand=0&rev=25
2013-03-08 09:49:35 +00:00
Stefan Seyfried
eb7479fb8c Accepting request 157086 from home:seife:branches:devel:libraries:c_c++
add giflib-automake-1_13.patch, fix build with automake-1.13.1

OBS-URL: https://build.opensuse.org/request/show/157086
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=22
2013-03-02 10:39:03 +00:00
Cristian Rodríguez
b4d8da39f2 Accepting request 148145 from home:jengelh:branches:devel:libraries:c_c++
- Remove "Obsoletes: giflib", because libgif6 must not obsolete
  libgif4 (it would do that by way of libgif4's "Provides: giflib").

OBS-URL: https://build.opensuse.org/request/show/148145
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=21
2013-01-11 22:22:02 +00:00
Michal Vyskocil
5c06227650 Accepting request 147496 from openSUSE:Factory
I reverted to the old version in factory, there are too many problems with the new
version, so not for 12.3

OBS-URL: https://build.opensuse.org/request/show/147496
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=20
2013-01-08 13:16:51 +00:00
Stephan Kulow
6226abceaa osc copypac from project:openSUSE:Factory package:giflib revision:21
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/giflib?expand=0&rev=23
2013-01-08 10:01:53 +00:00
OBS User buildservice-autocommit
f9dc1cb14f Updating link to change in openSUSE:Factory/giflib revision 23.0
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=7d39abb56240194a5f026491630845ae
2013-01-08 10:01:53 +00:00