From fbaf0f613c07eef243a8bdcd19489a4120bd5b59 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Aug 2017 15:48:50 +0200 Subject: v2.2.5 (security) --- compat_reports/2.1.0_to_2.1.1/compat_report.html | 564 +++++++++++++++++++++++ 1 file changed, 564 insertions(+) create mode 100644 compat_reports/2.1.0_to_2.1.1/compat_report.html (limited to 'compat_reports/2.1.0_to_2.1.1/compat_report.html') diff --git a/compat_reports/2.1.0_to_2.1.1/compat_report.html b/compat_reports/2.1.0_to_2.1.1/compat_report.html new file mode 100644 index 0000000..0d6e123 --- /dev/null +++ b/compat_reports/2.1.0_to_2.1.1/compat_report.html @@ -0,0 +1,564 @@ + + + + + + + + + + libgd: 2.1.0 to 2.1.1 compatibility report + + + +

API compatibility report for the libgd library  between 2.1.0 and 2.1.1 versions on x86_64

+ +
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibgd
Version #12.1.0
Version #22.1.1
CPU Typex86_64
GCC Version4.9.2
SubjectBinary Compatibility
+

Test Results


+ + + + +
Total Header Files10
Total Shared Libraries1
Total Symbols / Types231 / 99
VerdictCompatible
+

Problem Summary


+ + + + + + + + + + +
SeverityCount
Added Symbols-12
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low0
Other Changes
in Constants
-1
+ +

Added Symbols (12)


+gd.h, libgd.so.3.0.0
+gdExtraVersion ( )
+gdImageCopyGaussianBlurred gdImagePtr src, int radius, double sigma )
+gdImageCreateFromFile char const* filename )
+gdImageFile gdImagePtr im, char const* filename )
+gdImageGetInterpolationMethod gdImagePtr im )
+gdLayerMultiply int dest, int src )
+gdLayerOverlay int dest, int src )
+gdMajorVersion ( )
+gdMinorVersion ( )
+gdReleaseVersion ( )
+gdSupportsFileType ( char const* filename, int writing )
+gdVersionString ( )
+
+to the top
+

Other Changes in Constants (1)


+gd.h
+ +[+] gdEffectMultiply +
+ + +
+to the top
+

Header Files (10)


+
+entities.h
+gd.h
+gd_io.h
+gdcache.h
+gdfontg.h
+gdfontl.h
+gdfontmb.h
+gdfonts.h
+gdfontt.h
+gdfx.h
+
+
to the top
+

Shared Libraries (1)


+
+libgd.so.3.0.0
+
+
to the top
+


+

Test Info


+ + + + + + + +
Library Namelibgd
Version #12.1.0
Version #22.1.1
CPU Typex86_64
GCC Version4.9.2
SubjectSource Compatibility
+

Test Results


+ + + + +
Total Header Files10
Total Shared Libraries1
Total Symbols / Types507 / 225
VerdictIncompatible
(2.4%)
+

Problem Summary


+ + + + + + + + + + +
SeverityCount
Added Symbols-12
Removed SymbolsHigh12
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low3
Other Changes
in Constants
-1
+ +

Added Symbols (12)


+gd.h
+gdExtraVersion ( )
+gdImageCopyGaussianBlurred gdImagePtr src, int radius, double sigma )
+gdImageCreateFromFile char const* filename )
+gdImageFile gdImagePtr im, char const* filename )
+gdImageGetInterpolationMethod gdImagePtr im )
+gdLayerMultiply int dest, int src )
+gdLayerOverlay int dest, int src )
+gdMajorVersion ( )
+gdMinorVersion ( )
+gdReleaseVersion ( )
+gdSupportsFileType ( char const* filename, int writing )
+gdVersionString ( )
+
+to the top
+

Removed Symbols (12)


+gd.h
+gdImageRotate180 gdImagePtr src, int ignoretransparent )
+gdImageRotate270 gdImagePtr src, int ignoretransparent )
+gdImageRotate90 gdImagePtr src, int ignoretransparent )
+gdImageRotateBicubicFixed gdImagePtr src, float const degrees, int const bgColor )
+gdImageRotateBilinear gdImagePtr src, float const degrees, int const bgColor )
+gdImageRotateGeneric gdImagePtr src, float const degrees, int const bgColor )
+gdImageRotateNearestNeighbour gdImagePtr src, float const degrees, int const bgColor )
+gdImageScaleBicubic ( gdImagePtr src_img, unsigned int const new_width, unsigned int const new_height )
+gdImageScaleBicubicFixed gdImagePtr src, unsigned int const width, unsigned int const height )
+gdImageScaleBilinear gdImagePtr im, unsigned int const new_width, unsigned int const new_height )
+gdImageScaleNearestNeighbour gdImagePtr im, unsigned int const width, unsigned int const height )
+gdImageScaleTwoPass ( gdImagePtr const pOrigImage, unsigned int const uOrigWidth, unsigned int const uOrigHeight, unsigned int const uNewWidth, unsigned int const uNewHeight )
+
+to the top
+

Problems with Constants, Low Severity (3)


+gd.h
+ +[+] GD_EXTRA_VERSION +
+ + + +[+] GD_RELEASE_VERSION +
+ + + +[+] GD_VERSION_STRING +
+ + +
+to the top
+

Other Changes in Constants (1)


+gd.h
+ +[+] gdEffectMultiply +
+ + +
+to the top
+

Header Files (10)


+
+entities.h
+gd.h
+gd_io.h
+gdcache.h
+gdfontg.h
+gdfontl.h
+gdfontmb.h
+gdfonts.h
+gdfontt.h
+gdfx.h
+
+
to the top
+

Shared Libraries (1)


+
+libgd.so.3.0.0
+
+
to the top
+


Generated on Wed Jan 7 10:23:41 2015 for libgd by ABI Compliance Checker 1.99.9  
A tool for checking backward compatibility of a C/C++ library API  
+
+ \ No newline at end of file -- cgit