Commit Graph

93 Commits

Author SHA256 Message Date
Ana Guerrero
32d72ae9b5 Accepting request 1149072 from graphics
- Use %autosetup macro. Allows to eliminate the usage of deprecated
  %patchN.

OBS-URL: https://build.opensuse.org/request/show/1149072
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gd?expand=0&rev=59
2024-02-23 15:40:50 +00:00
Michael Vetter
e28d8ab34e - Use %autosetup macro. Allows to eliminate the usage of deprecated
%patchN.

OBS-URL: https://build.opensuse.org/package/show/graphics/gd?expand=0&rev=73
2024-02-22 08:15:37 +00:00
Dominique Leuenberger
1d444e483c Accepting request 1068214 from graphics
- add %bcond for avif

- fix dejavu fonts package name in BR

OBS-URL: https://build.opensuse.org/request/show/1068214
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gd?expand=0&rev=58
2023-03-01 15:13:43 +00:00
01b6eca476 - add %bcond for avif
OBS-URL: https://build.opensuse.org/package/show/graphics/gd?expand=0&rev=71
2023-02-28 15:04:49 +00:00
c36ac93d08 - fix dejavu fonts package name in BR
OBS-URL: https://build.opensuse.org/package/show/graphics/gd?expand=0&rev=70
2023-02-27 09:14:38 +00:00
Dominique Leuenberger
2bf1f51e08 Accepting request 922326 from graphics
- reenable gd/gd2 legacy formats, was disabled by upstream by
  default [bsc#1190762]

OBS-URL: https://build.opensuse.org/request/show/922326
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gd?expand=0&rev=57
2021-10-01 20:28:54 +00:00
4dab0b5682 - reenable gd/gd2 legacy formats, was disabled by upstream by
default [bsc#1190762]

OBS-URL: https://build.opensuse.org/package/show/graphics/gd?expand=0&rev=69
2021-09-30 09:12:11 +00:00
Dominique Leuenberger
d911262e6c Accepting request 918865 from graphics
- version update to 2.3.3 [bsc#1190400]
  * update cmake to generate config.h in the build dir
  * 2.3.3 release
  * gdPutBuf return value check
  * HEIF builds fail with latest distros
  * segfault in heif tests due to missing label.heic
  * Test failure avif/compare_avif_to_png with libavif-0.8.2
  * imagecopyresampled() produce artifacts on transparent PNG
  * Fixes to build v2.3.0 on Windows with MinGW-w64
  * optimize option in gif animation causes segfault
  * _gdContributionsCalc() always uses DEFAULT_BOX_RADIUS
  * gdImageRotateInterpolated() converts the source image to truecolor
  * CMake and Makefiles build broken on Windows
  * gdImageScaleTwoPass() looses top row and left column

OBS-URL: https://build.opensuse.org/request/show/918865
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gd?expand=0&rev=56
2021-09-20 21:31:49 +00:00
06c07c1055 - version update to 2.3.3 [bsc#1190400]
* update cmake to generate config.h in the build dir
  * 2.3.3 release
  * gdPutBuf return value check
  * HEIF builds fail with latest distros
  * segfault in heif tests due to missing label.heic
  * Test failure avif/compare_avif_to_png with libavif-0.8.2
  * imagecopyresampled() produce artifacts on transparent PNG
  * Fixes to build v2.3.0 on Windows with MinGW-w64
  * optimize option in gif animation causes segfault
  * _gdContributionsCalc() always uses DEFAULT_BOX_RADIUS
  * gdImageRotateInterpolated() converts the source image to truecolor
  * CMake and Makefiles build broken on Windows
  * gdImageScaleTwoPass() looses top row and left column

OBS-URL: https://build.opensuse.org/package/show/graphics/gd?expand=0&rev=68
2021-09-14 09:15:44 +00:00
Dominique Leuenberger
926ef2e89d Accepting request 881806 from graphics
- Enable AVIF support (forwarded request 881525 from gladiac)

OBS-URL: https://build.opensuse.org/request/show/881806
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gd?expand=0&rev=55
2021-04-14 08:10:11 +00:00
69b4a7b01d Accepting request 881525 from home:gladiac:branches:graphics
- Enable AVIF support

OBS-URL: https://build.opensuse.org/request/show/881525
OBS-URL: https://build.opensuse.org/package/show/graphics/gd?expand=0&rev=66
2021-03-29 06:23:10 +00:00
b26db5a24a Accepting request 877804 from home:elimat:branches:graphics
- update to 2.3.2:
  * gif: allow decodin when both Global and Local Colormaps (#494)
  * avif: Support for AVIF images via libavif (#557)
  * heif: Support for HEIF/AVIF images via libheif (#395) (#557)
  * webp: Drop ../deps/ search when building with cmake
  * Windows: Remove unused snprintf fallback

OBS-URL: https://build.opensuse.org/request/show/877804
OBS-URL: https://build.opensuse.org/package/show/graphics/gd?expand=0&rev=65
2021-03-11 09:50:40 +00:00
139ac21b4f Accepting request 874690 from home:dirkmueller:Factory
- update to 2.3.1:
  - Fix potential integer overflow detected by oss-fuzz
  - Fix #615 using libraqm
  - Fix #303: gdlib.pc: use Requires instead of Libs (#537)
  - Fixed #472: Adjusting CMakeLists.txt (#582)
  - Fix #615: gdImageStringFT() fails for empty strings as of libgd 2.3.0 (#633)
  - Fix typo but preserve BC
  - Compute average in gdGuessBackgroundColorFromCorners properly (#483)
  - CMakeLists.txt: zlib is enabled implicitly
  - src/config.h.cmake: replace #cmakedefine01 with #define in macro ENABLE_GD_FOORMATS (#622)
  - gdlib.pc: use prefixes for pkgconfig file
  - cmake: remove required host includes (#617)
  - Move initial declaration out of `for` loop
  - distribute getlib script
  - Make gd_nnquant.c less likely to introduce duplicate definitions (#601)
  - webp: support pkg-config file
  - gd_io: replace internal Putchar with gdPutC
  - gd_io: trim unused Putword function

OBS-URL: https://build.opensuse.org/request/show/874690
OBS-URL: https://build.opensuse.org/package/show/graphics/gd?expand=0&rev=64
2021-02-24 07:23:19 +00:00
Dominique Leuenberger
760b74e332 Accepting request 825730 from graphics
- Version update to 2.3.0:
  ### Security
  - Potential double-free in gdImage*Ptr(). (CVE-2019-6978)
  - gdImageColorMatch() out of bounds write on heap. (CVE-2019-6977)
  - Uninitialized read in gdImageCreateFromXbm(). (CVE-2019-11038)
  - Double-free in gdImageBmp. (CVE-2018-1000222)
  - Potential NULL pointer dereference in gdImageClone(). (CVE-2018-14553)
  - Potential infinite loop in gdImageCreateFromGifCtx(). (CVE-2018-5711)
  ### Fixed
  - Fix #597: add codecov support
  - Fix #596: gdTransformAffineCopy run error
  - Fix #589: Install dependencies move to .travis.yml
  - Fix #586: gdTransformAffineCopy() segfaults on palette images
  - Fix #585: gdTransformAffineCopy() changes interpolation method
  - Fix #584: gdImageSetInterpolationMethod(im, GD_DEFAULT) inconsistent
  - Fix #583: gdTransformAffineCopy() may use unitialized values
  - Fix #533: Remove cmake modules
  - Fix #539: Add RAQM support for cmake
  - Fix #499: gdImageGifAnimAddPtr: heap corruption with 2 identical images
  - Fix #486: gdImageCropAuto(…, GD_CROP_SIDES) crops left but not right
  - Fix #485: auto cropping has insufficient precision
  - Fix #479: Provide a suitable malloc function to liq
  - Fix #474: libtiff link returns 404 HTTP code
  - Fix #450: Failed to open 1 bit per pixel bitmap
  - Fix #440: new_width & new_height exception handling
  - Fix #432: gdImageCrop neglecting transparency
  - Fix #420: Potential infinite loop in gdImageCreateFromGifCtx
  - Fix #411: gd_gd.c format documentation appears to be incorrect
  - Fix #369: Fix new_a init error in gdImageConvolution()
  - Fix #351: gdImageFilledArc() doesn't properly draw pies
  - Fix #338: Fatal and normal libjpeg/libpng errors not distinguishable
  - Fix #169: Update var type to hold bigger w&h for ellipse
  - Fix #164: update doc files install directory in CMakeLists.txt
  - Correct some test depend errors
  - Update cmake min version to 3.7
  - Delete libimagequant source code download action in CMakeLists.txt
  - Improve msys support
  - Fix some logic error in CMakeLists.txt
  - Remove the following macro: HAVE_STDLIB_H, HAVE_STRING_H, HAVE_STDDEF_H,
    HAVE_LIMITS_H, HAVE_ERRNO_H, AC_C_CONST
  ### Added
  - test cases for following API: gdImageCopyResized(), gdImageWebpEx(),
    gdImageCreateFromGd2PartPtr(),  gdImageCloneMatch(),
    gdImageColorClosestHWB(), gdImageColorMatch(), gdImageStringUp(),
    gdImageStringUp16(), gdImageString(), gdImageString16(),
    gdImageCopyMergeGray(), gdImageCopyMerge()
- Drop CVE patches now fixed upstream:
  - gd-CVE-2018-1000222.patch
  - gd-CVE-2018-14553.patch
  - gd-CVE-2018-5711.patch
  - gd-CVE-2019-11038.patch
  - gd-CVE-2019-6977.patch
  - gd-CVE-2019-6978.patch
- Drop patch: libgd-config.patch since upstream have dropped libgd-config binary
- Run spec-cleaner
  + Remove package groups
  + use license macro
  + use make macros (forwarded request 825196 from elimat)

OBS-URL: https://build.opensuse.org/request/show/825730
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gd?expand=0&rev=54
2020-08-14 07:30:37 +00:00
5243cd5732 Accepting request 825196 from home:elimat:branches:graphics
- Version update to 2.3.0:
  ### Security
  - Potential double-free in gdImage*Ptr(). (CVE-2019-6978)
  - gdImageColorMatch() out of bounds write on heap. (CVE-2019-6977)
  - Uninitialized read in gdImageCreateFromXbm(). (CVE-2019-11038)
  - Double-free in gdImageBmp. (CVE-2018-1000222)
  - Potential NULL pointer dereference in gdImageClone(). (CVE-2018-14553)
  - Potential infinite loop in gdImageCreateFromGifCtx(). (CVE-2018-5711)
  ### Fixed
  - Fix #597: add codecov support
  - Fix #596: gdTransformAffineCopy run error
  - Fix #589: Install dependencies move to .travis.yml
  - Fix #586: gdTransformAffineCopy() segfaults on palette images
  - Fix #585: gdTransformAffineCopy() changes interpolation method
  - Fix #584: gdImageSetInterpolationMethod(im, GD_DEFAULT) inconsistent
  - Fix #583: gdTransformAffineCopy() may use unitialized values
  - Fix #533: Remove cmake modules
  - Fix #539: Add RAQM support for cmake
  - Fix #499: gdImageGifAnimAddPtr: heap corruption with 2 identical images
  - Fix #486: gdImageCropAuto(…, GD_CROP_SIDES) crops left but not right
  - Fix #485: auto cropping has insufficient precision
  - Fix #479: Provide a suitable malloc function to liq
  - Fix #474: libtiff link returns 404 HTTP code
  - Fix #450: Failed to open 1 bit per pixel bitmap
  - Fix #440: new_width & new_height exception handling
  - Fix #432: gdImageCrop neglecting transparency
  - Fix #420: Potential infinite loop in gdImageCreateFromGifCtx
  - Fix #411: gd_gd.c format documentation appears to be incorrect
  - Fix #369: Fix new_a init error in gdImageConvolution()
  - Fix #351: gdImageFilledArc() doesn't properly draw pies
  - Fix #338: Fatal and normal libjpeg/libpng errors not distinguishable
  - Fix #169: Update var type to hold bigger w&h for ellipse
  - Fix #164: update doc files install directory in CMakeLists.txt
  - Correct some test depend errors
  - Update cmake min version to 3.7
  - Delete libimagequant source code download action in CMakeLists.txt
  - Improve msys support
  - Fix some logic error in CMakeLists.txt
  - Remove the following macro: HAVE_STDLIB_H, HAVE_STRING_H, HAVE_STDDEF_H,
    HAVE_LIMITS_H, HAVE_ERRNO_H, AC_C_CONST
  ### Added
  - test cases for following API: gdImageCopyResized(), gdImageWebpEx(),
    gdImageCreateFromGd2PartPtr(),  gdImageCloneMatch(),
    gdImageColorClosestHWB(), gdImageColorMatch(), gdImageStringUp(),
    gdImageStringUp16(), gdImageString(), gdImageString16(),
    gdImageCopyMergeGray(), gdImageCopyMerge()
- Drop CVE patches now fixed upstream:
  - gd-CVE-2018-1000222.patch
  - gd-CVE-2018-14553.patch
  - gd-CVE-2018-5711.patch
  - gd-CVE-2019-11038.patch
  - gd-CVE-2019-6977.patch
  - gd-CVE-2019-6978.patch
- Drop patch: libgd-config.patch since upstream have dropped libgd-config binary
- Run spec-cleaner
  + Remove package groups
  + use license macro
  + use make macros

OBS-URL: https://build.opensuse.org/request/show/825196
OBS-URL: https://build.opensuse.org/package/show/graphics/gd?expand=0&rev=62
2020-08-11 08:59:35 +00:00
Dominique Leuenberger
fb2c080c62 Accepting request 781431 from graphics
- security update
- added patches
  fix CVE-2018-14553 [bsc#1165471], null pointer dereference in gdImageClone()
  + gd-CVE-2018-14553.patch

OBS-URL: https://build.opensuse.org/request/show/781431
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gd?expand=0&rev=53
2020-03-06 20:25:47 +00:00
c9e164982e - security update
- added patches
  fix CVE-2018-14553 [bsc#1165471], null pointer dereference in gdImageClone()
  + gd-CVE-2018-14553.patch

OBS-URL: https://build.opensuse.org/package/show/graphics/gd?expand=0&rev=60
2020-03-04 10:11:45 +00:00
Dominique Leuenberger
3c72c132bb Accepting request 715653 from graphics
- security update
- added patches
  CVE-2019-11038 [bsc#1140120]
  + gd-CVE-2019-11038.patch

OBS-URL: https://build.opensuse.org/request/show/715653
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gd?expand=0&rev=52
2019-07-21 09:29:17 +00:00
fffba6db78 CVE-2019-11038 [bsc#1140120]
OBS-URL: https://build.opensuse.org/package/show/graphics/gd?expand=0&rev=58
2019-07-16 11:10:39 +00:00
a36454e4ca - security update
- added patches
  CVE-2019-11038 [bsc#1140118]
  + gd-CVE-2019-11038.patch

OBS-URL: https://build.opensuse.org/package/show/graphics/gd?expand=0&rev=57
2019-07-16 09:12:59 +00:00
Dominique Leuenberger
65cc0c4a7f Accepting request 706509 from graphics
- change order while installing splitted library [bsc#1136574]

OBS-URL: https://build.opensuse.org/request/show/706509
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gd?expand=0&rev=51
2019-06-02 13:17:14 +00:00
5d279d6694 - change order while installing splitted library [bsc#1136574]
OBS-URL: https://build.opensuse.org/package/show/graphics/gd?expand=0&rev=55
2019-05-30 13:03:33 +00:00
Stephan Kulow
87ec32d590 Accepting request 671007 from graphics
- security update
  * CVE-2019-6978 [bsc#1123522]
    + gd-CVE-2019-6978.patch
  * CVE-2019-6977 [bsc#1123361]
    + gd-CVE-2019-6977.patch

OBS-URL: https://build.opensuse.org/request/show/671007
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gd?expand=0&rev=50
2019-02-08 12:45:40 +00:00
b919cc5dea + gd-CVE-2019-6977.patch
OBS-URL: https://build.opensuse.org/package/show/graphics/gd?expand=0&rev=53
2019-02-04 09:24:45 +00:00
b812ad1de1 * CVE-2019-6977 [bsc#1123361]
+ php-CVE-2019-6977.patch

OBS-URL: https://build.opensuse.org/package/show/graphics/gd?expand=0&rev=52
2019-02-04 09:23:05 +00:00
3efdffe692 - security update
* CVE-2019-6978 [bsc#1123522]
    + gd-CVE-2019-6978.patch

OBS-URL: https://build.opensuse.org/package/show/graphics/gd?expand=0&rev=51
2019-01-31 11:23:38 +00:00
Dominique Leuenberger
c967270774 Accepting request 657872 from graphics
- add gd-devel as baselibs, for building 32bit libaries on 64bit

OBS-URL: https://build.opensuse.org/request/show/657872
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gd?expand=0&rev=49
2018-12-26 23:23:52 +00:00
f5f15c76f8 - add gd-devel as baselibs, for building 32bit libaries on 64bit
OBS-URL: https://build.opensuse.org/package/show/graphics/gd?expand=0&rev=49
2018-12-13 16:24:34 +00:00
Yuchen Lin
bf157b39a6 Accepting request 631813 from graphics
- security update:
  * CVE-2018-1000222 [bsc#1105434]
    + gd-CVE-2018-1000222.patch

- libgd-config.patch: do not inject false dependencies into 
  packages, GD does not need extra libs to be used.
  this also allows us to clean up -devel package dependencies.

OBS-URL: https://build.opensuse.org/request/show/631813
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gd?expand=0&rev=48
2018-09-11 15:13:21 +00:00
01b36df437 - security update:
* CVE-2018-1000222 [bsc#1105434]
    + gd-CVE-2018-1000222.patch

OBS-URL: https://build.opensuse.org/package/show/graphics/gd?expand=0&rev=47
2018-08-27 14:00:39 +00:00
9d924ad019 Accepting request 586392 from home:elvigia:branches:graphics
- libgd-config.patch: do not inject false dependencies into 
  packages, GD does not need extra libs to be used.
  this also allows us to clean up -devel package dependencies.

OBS-URL: https://build.opensuse.org/request/show/586392
OBS-URL: https://build.opensuse.org/package/show/graphics/gd?expand=0&rev=46
2018-03-16 07:06:19 +00:00
Dominique Leuenberger
74a154840f Accepting request 568192 from graphics
- security update:
  * CVE-2018-5711 [bsc#1076391]
    + gd-CVE-2018-5711.patch

OBS-URL: https://build.opensuse.org/request/show/568192
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gd?expand=0&rev=47
2018-01-26 12:34:27 +00:00
d0aa601a9b - security update:
* CVE-2018-5711 [bsc#1076391]
    + gd-CVE-2018-5711.patch

OBS-URL: https://build.opensuse.org/package/show/graphics/gd?expand=0&rev=44
2018-01-22 14:59:43 +00:00
Dominique Leuenberger
e092ca6c6a Accepting request 521156 from graphics
- Version update to 2.2.5:
  ### Security
  - Double-free in gdImagePngPtr(). (CVE-2017-6362)
  - Buffer over-read into uninitialized memory. (CVE-2017-7890)
  
  ### Fixed
  - Fix #109: XBM reading fails with printed error
  - Fix #338: Fatal and normal libjpeg/ibpng errors not distinguishable
  - Fix #357: 2.2.4: Segfault in test suite
  - Fix #386: gdImageGrayScale() may produce colors
  - Fix #406: webpng -i removes the transparent color
  - Fix Coverity #155475: Failure to restore alphaBlendingFlag
  - Fix Coverity #155476: potential resource leak
  - Fix several build issues and test failures
  - Fix and reenable optimized support for reading 1 bps TIFFs
  
  ### Added
  - The native MSVC buildchain now supports libtiff and most executables
- removed patches (upstreamed):
  . gd-freetype.patch
  . gd-rounding.patch

OBS-URL: https://build.opensuse.org/request/show/521156
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gd?expand=0&rev=46
2017-09-08 18:39:23 +00:00
e845ee2783 - Version update to 2.2.5:
### Security
  - Double-free in gdImagePngPtr(). (CVE-2017-6362)
  - Buffer over-read into uninitialized memory. (CVE-2017-7890)
  
  ### Fixed
  - Fix #109: XBM reading fails with printed error
  - Fix #338: Fatal and normal libjpeg/ibpng errors not distinguishable
  - Fix #357: 2.2.4: Segfault in test suite
  - Fix #386: gdImageGrayScale() may produce colors
  - Fix #406: webpng -i removes the transparent color
  - Fix Coverity #155475: Failure to restore alphaBlendingFlag
  - Fix Coverity #155476: potential resource leak
  - Fix several build issues and test failures
  - Fix and reenable optimized support for reading 1 bps TIFFs
  
  ### Added
  - The native MSVC buildchain now supports libtiff and most executables
- removed patches (upstreamed):
  . gd-freetype.patch
  . gd-rounding.patch

OBS-URL: https://build.opensuse.org/package/show/graphics/gd?expand=0&rev=42
2017-09-05 13:55:26 +00:00
Dominique Leuenberger
2c3487e116 Accepting request 517003 from graphics
- Don't fail gdimagegrayscale/basic on SLE15 (boo#1053825) (forwarded request 517000 from lnussel)

OBS-URL: https://build.opensuse.org/request/show/517003
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gd?expand=0&rev=45
2017-08-24 16:26:32 +00:00
e18cde703c Accepting request 517000 from home:lnussel:branches:graphics
- Don't fail gdimagegrayscale/basic on SLE15 (boo#1053825)

OBS-URL: https://build.opensuse.org/request/show/517000
OBS-URL: https://build.opensuse.org/package/show/graphics/gd?expand=0&rev=40
2017-08-15 13:15:36 +00:00
Yuchen Lin
84c88f6f67 Accepting request 511835 from graphics
- Add patch gd-rounding.patch
- Set again the cflags so other archs do not fail testsuite (forwarded request 511828 from scarabeus_iv)

OBS-URL: https://build.opensuse.org/request/show/511835
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gd?expand=0&rev=44
2017-08-10 11:43:23 +00:00
7e8d316dac Accepting request 511828 from home:scarabeus_iv:branches:graphics
- Add patch gd-rounding.patch
- Set again the cflags so other archs do not fail testsuite

OBS-URL: https://build.opensuse.org/request/show/511828
OBS-URL: https://build.opensuse.org/package/show/graphics/gd?expand=0&rev=38
2017-07-21 12:02:06 +00:00
b783cebdcb Accepting request 508757 from home:scarabeus_iv:branches:graphics
- Version update to 2.2.4:
  * gdImageCreate() doesn't check for oversized images and as such is prone
    to DoS vulnerabilities. (CVE-2016-9317) bsc#1022283
  * double-free in gdImageWebPtr() (CVE-2016-6912) bsc#1022284
  * potential unsigned underflow in gd_interpolation.c (CVE-2016-10166)
    bsc#1022263
  * DOS vulnerability in gdImageCreateFromGd2Ctx() (CVE-2016-10167)
    bsc#1022264
  * Signed Integer Overflow gd_io.c (CVE-2016-10168) bsc#1022265
- Remove patches merged/obsoleted by upstream:
  * gd-config.patch
  * gd-disable-freetype27-failed-tests.patch
  * gd-test-unintialized-var.patch
- Add patch gd-freetype.patch taking patch from upstream for
  freetype 2.7

OBS-URL: https://build.opensuse.org/request/show/508757
OBS-URL: https://build.opensuse.org/package/show/graphics/gd?expand=0&rev=37
2017-07-17 08:28:43 +00:00
Dominique Leuenberger
a26097ff12 Accepting request 445158 from graphics
- devel package also require libwebp-devel

- Support webp format, BuildRequires libwebp-devel 

- Honour %optflags correctly.

OBS-URL: https://build.opensuse.org/request/show/445158
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gd?expand=0&rev=43
2016-12-13 18:32:30 +00:00
084c792f83 - devel package also require libwebp-devel
OBS-URL: https://build.opensuse.org/package/show/graphics/gd?expand=0&rev=35
2016-12-09 17:10:09 +00:00
f0717d3a90 Accepting request 444918 from home:elvigia:branches:graphics
- Support webp format, BuildRequires libwebp-devel 

- Honour %optflags correctly.

OBS-URL: https://build.opensuse.org/request/show/444918
OBS-URL: https://build.opensuse.org/package/show/graphics/gd?expand=0&rev=34
2016-12-08 15:05:34 +00:00
Dominique Leuenberger
ac31218cb6 Accepting request 432069 from graphics
1

OBS-URL: https://build.opensuse.org/request/show/432069
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gd?expand=0&rev=42
2016-10-10 14:18:18 +00:00
Ismail Dönmez
801d752d5d Accepting request 432049 from home:badshah400:branches:graphics
- Update to version 2.2.3:
- Drop upstreamed patches:
- Add BuildRequires for automake and autoconf since
  gd-disable-freetype27-failed-tests.patch touches makefiles.
- Drop getver.pl from source: included in upstream tarball.
- Add "-msse -mfpmath=sse" to CFLAGS to fix tests on ix86
  architectures.
- Add "-ffp-contract=off" to CFLAGS for non-ix86 arch (ppc, arm)
  to fix a test: see gh#libgd/libgd#278.
- Add gd-test-unintialized-var.patch to fix an uninitialised
  variable in tests/gd2/gd2_read.c to prevent it from compiling
  with -Werror (only causes problems in no ix86 arch
  surprisingly); patch sent upstream.
- Rebase gd-disable-freetype27-failed-tests.patch for updated
  version.
- Update URL and Source to project's new github URL's.

OBS-URL: https://build.opensuse.org/request/show/432049
OBS-URL: https://build.opensuse.org/package/show/graphics/gd?expand=0&rev=32
2016-09-30 17:02:24 +00:00
OBS User mrdocs
25745403db Accepting request 431287 from home:badshah400:freetype27
Workaround buildfailures with freetype 2.7 by deleting too exact tests

OBS-URL: https://build.opensuse.org/request/show/431287
OBS-URL: https://build.opensuse.org/package/show/graphics/gd?expand=0&rev=31
2016-09-29 17:47:38 +00:00
Dominique Leuenberger
c3ec9322de Accepting request 421269 from graphics
- security update:
  * CVE-2016-6132 [bsc#987577]
    + gd-CVE-2016-6132.patch
  * CVE-2016-6214 [bsc#991436]
    + gd-CVE-2016-6214.patch
  * CVE-2016-6905 [bsc#995034]
    + gd-CVE-2016-6905.patch

OBS-URL: https://build.opensuse.org/request/show/421269
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gd?expand=0&rev=41
2016-08-26 21:14:31 +00:00
545684f568 * CVE-2016-6132 [bsc#987577]
+ gd-CVE-2016-6132.patch
  * CVE-2016-6214 [bsc#991436]
    + gd-CVE-2016-6214.patch

OBS-URL: https://build.opensuse.org/package/show/graphics/gd?expand=0&rev=29
2016-08-23 12:48:55 +00:00
e66bc8525e - security update:
* CVE-2016-6905 [bsc#995034]
    + gd-CVE-2016-6905.patch

OBS-URL: https://build.opensuse.org/package/show/graphics/gd?expand=0&rev=28
2016-08-23 11:25:39 +00:00
Dominique Leuenberger
8eee5fa963 Accepting request 398959 from graphics
- security update:
  * CVE-2016-5116 [bsc#982176]
    + gd-CVE-2016-5116.patch

OBS-URL: https://build.opensuse.org/request/show/398959
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gd?expand=0&rev=40
2016-06-03 14:36:01 +00:00