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
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
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
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
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
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
Stephan Kulow
5db4745cc4
Accepting request 147340 from devel:libraries:c_c++
...
Factory has a very old version
OBS-URL: https://build.opensuse.org/request/show/147340
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/giflib?expand=0&rev=22
2013-01-07 14:14:32 +00:00
Cristian Rodríguez
2557045a1f
Accepting request 147136 from home:jengelh:branches:devel:libraries:c_c++
...
- Adjust baselibs.conf for libgif6, remove libungif rpm symbols
since they are now no longer provided.
OBS-URL: https://build.opensuse.org/request/show/147136
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=18
2013-01-04 17:08:48 +00:00
Cristian Rodríguez
2ead7659ba
Accepting request 146710 from home:elvigia:branches:devel:libraries:c_c++
...
- Version 5.0.3
* The library is now purely reentrant and thread-safe
* Adds an EGifSetGifVersion() entry point
* All names of exported functions now have a Gif, DGif, or EGif prefix.
- packaging changes:
* soname is now libgif6
* Compatibility with ancient "libungif" via rpm spec file hacks
is no longer included, if there is any application around
that still requires this it has to be fixed.
OBS-URL: https://build.opensuse.org/request/show/146710
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=17
2013-01-04 14:33:56 +00:00
Stephan Kulow
bb80663d0a
Accepting request 104269 from devel:libraries:c_c++
...
Automatic submission by obs-autosubmit
OBS-URL: https://build.opensuse.org/request/show/104269
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/giflib?expand=0&rev=20
2012-02-15 15:14:59 +00:00
e5ba5beb16
Remove redundant tags/sections
...
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=15
2012-02-05 16:23:50 +00:00
Lars Vogdt
fcd087e814
Accepting request 87280 from devel:libraries:c_c++
...
- annotate functions from gif_lib_private.h with visibility
hidden so they are not exported. (forwarded request 87211 from elvigia)
OBS-URL: https://build.opensuse.org/request/show/87280
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/giflib?expand=0&rev=17
2011-10-11 14:53:30 +00:00
Cristian Rodríguez
b7480ccc2b
Accepting request 87211 from home:elvigia:branches:devel:libraries:c_c++
...
- annotate functions from gif_lib_private.h with visibility
hidden so they are not exported.
OBS-URL: https://build.opensuse.org/request/show/87211
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=13
2011-10-10 15:02:28 +00:00
196c0a51da
Update project URL
...
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=12
2011-10-02 11:40:25 +00:00
3cb8ca77be
Accepting request 86029 from home:coolo:removelibtool
...
add libtool as buildrequires so we no longer rely on libtool in the project config of factory - it's only needed by <10% of all packages
OBS-URL: https://build.opensuse.org/request/show/86029
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=11
2011-10-02 11:39:21 +00:00
Sascha Peilicke
beb5ec43d2
Accepting request 84261 from devel:libraries:c_c++
...
Implement shlib naming (libgif4), and a little grammar update in %descr. (forwarded request 84155 from jengelh)
OBS-URL: https://build.opensuse.org/request/show/84261
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/giflib?expand=0&rev=16
2011-09-22 08:44:53 +00:00
Ismail Dönmez
d8246ea50c
Accepting request 84155 from home:jengelh:bl-new
...
Implement shlib naming (libgif4), and a little grammar update in %descr.
OBS-URL: https://build.opensuse.org/request/show/84155
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=9
2011-09-21 17:03:25 +00:00
Sascha Peilicke
297b389a69
Autobuild autoformatter for 72059
...
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/giflib?expand=0&rev=15
2011-05-31 10:46:57 +00:00
OBS User buildservice-autocommit
6efe070048
Updating link to change in openSUSE:Factory/giflib revision 15.0
...
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=f8d67e4cd4ae00ce2b0a4d9999e6f694
2011-05-31 10:46:57 +00:00
Sascha Peilicke
42287bf672
Accepting request 72059 from devel:libraries:c_c++
...
Fixed typos and email delimiters in giflib.spec (forwarded request 71781 from aturrini)
OBS-URL: https://build.opensuse.org/request/show/72059
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/giflib?expand=0&rev=14
2011-05-31 10:46:48 +00:00
Pavol Rusnak
b55e90c91a
Accepting request 71781 from home:aturrini:branches:devel:libraries:c_c++
...
Fixed typos and email delimiters in giflib.spec
OBS-URL: https://build.opensuse.org/request/show/71781
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=7
2011-05-30 13:32:40 +00:00
OBS User autobuild
f632499b56
Accepting request 46607 from devel:libraries:c_c++
...
Copy from devel:libraries:c_c++/giflib based on submit request 46607 from user elvigia
OBS-URL: https://build.opensuse.org/request/show/46607
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/giflib?expand=0&rev=12
2010-09-03 11:07:54 +00:00
OBS User autobuild
6c75f8a112
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/giflib?expand=0&rev=9
2010-03-18 14:48:34 +00:00