2023-06-06 12:58:29 by Thomas Klausner | Files touched by this commit (4) | |
Log message:
ImageMagick, p5-PerlMagick: update to 7.1.11
7.1.1-11 - 2023-05-29
Merged
Optimize image and vector files to minimize filesizes and page loads #6352
Fixed
Swap order to fix #6347. #6347
Commits
beta release 375e71b
list compression options dc491e2
cosmetic 069ac80
build failure with --without-threads option 4ea685b
ensure mutex is initialized 4553068
cosmetic b7c1554
costmetic 013d523
eliminate compiler exception e771f13
eliminate compiler exception bb3d969
Fixed the calculation of the clut_size to resolve the issue reported in: \
https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-xfwq-qg5m-83xr. \
fac0ea8
cosmetic fd09cf9
make sure count is not equal to zero when reading TIFF fields bea09ba
check colorspace before setting primaries fd736b6
eliminate compiler exception e549f31
Revert back to earlier version. 241ceb0
Rename defines. ddb6b02
Added missing define and corrected MAGICKCORE_DPC_SUPPORT checks. 3f81630
Refactor code to silence warnings. af284ad
Use num_threads instead because the number of threads is not related to \
images. 442144c
Silence warning when threading is disabled. 8d0daa2
Added support for reading grayscale images. cffd9de
cosmetic bf6c895
cosmetic 54eeadf
cosmetic 0bede66
prevent possible integer overflow f04a7eb
release 11ffa6e
|
2023-06-06 10:02:15 by Thomas Klausner | Files touched by this commit (67) |
Log message:
*: recursive bump for math/imath shlib version change
|
2023-05-28 19:04:38 by Thomas Klausner | Files touched by this commit (66) |
Log message:
*: recursive bump for imath shared library major version bump
|
2023-05-21 21:20:23 by Thomas Klausner | Files touched by this commit (4) | |
Log message:
ImageMagick, p5-PerlMagick: update to 7.1.1.10
7.1.1-10 - 2023-05-21
Commits
beta release e31343f
carefully crafted image files (TIM2, JPEG) no longer overflow buffer nor use \
heap after free (thanks to Juzhi Lu, Zhen Zhou, Likang Luo of NSFOCUS Security \
Team) 1061db7
cosmetic bbf3966
Tweaks to devcontainer to also make it possible to run it locally dfb0b6e
Switch to regular Ubuntu image instead. b1ea9fe
Make sure options are properly quoted to resolve the issue reported in \
#6338. d31c80d
Mark argument as unused. 43e2cb6
possible RCE vulnerability (ImageMagick/ImageMagick#6339) 17c4859
properly cast double to size_t (ImageMagick/ImageMagick#6341) 3d6d98d
cosmetic 8ce0403
Fixed MSYS2 build error. f9c9da1
Forgot to save file before commit. 7566fdd
Reverted the patch of ImageMagick/ImageMagick#6339. 99b72d8
add caution when enabling pipe support 1ff6dd4
eliminate compiler warning 4873197
do not initialize structures on stack 7c7d2fd
Use memset to initialize structures. 68148d5
incompatible function pointer types passing (ImageMagick/ImageMagick#6347) \
2fbf938
Fixed Windows build. 3b5d986
release fa1d7e6
7.1.1-9 - 2023-05-14
Merged
Add support for Oklab #6309
Commits
beta release 0bb7454
Code cleanup of the fuzzers and silence warnings. d636ff4
update autoconf configuration file 699085f
framework for magick cache repository coder 46fe429
support digital media repository 0a439ab
check for NaN values c5762cc
alpha release of the digital media repository coder 1b82a1d
eliminate memory leak 514070c
bump minimum MagickCache version 6f00ac4
get the width of the main channel d4ac19b
Use autoreconf -fiv instead. fb1e259
support meta resource type be401fb
The libheif project switched to cmake. 6b76461
account for # channels in image 402c32d
Try to add libde265 to the linking to fix the fuzz build. 7410474
ensure blob and meta resource type can make a round trip 3797114
only clone resource image, not blob or meta 7a63f55
Revert changes. f8feb2e
Corrected linker flags. 3a1ce45
No longer use HOST_FILLORDER but force the user to specify it when they \
don't want LSB byte order (#6300). 937d3dd
Tiny optimization. ac48d89
Code style changes. 783a78f
log gamma 0cf104a
rename Oklab to OkLab eb44114
revert afb52e3
cosmetic d35b2ab
don't default grayscale to paletted for PNG (ImageMagick/ImageMagick#6314) \
ac5f29e
release 776a88d
|
2023-05-07 14:33:49 by Thomas Klausner | Files touched by this commit (67) |
Log message:
*: recursive bumpf ro math/imath shlib bump
|
2023-04-23 11:03:26 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
ImageMagick: update to 7.1.1.8.
7.1.1-8 - 2023-04-22
Fixed
Added checks to make sure all bytes were read to resolve #6267. #6267
Commits
beta release 35ec38f
Treat warnings as errors in the MacOS build and enabled more warnings for \
that build. 02b2aa6
Corrected compare. 35505ca
Not longer export methods that are not used in other parts of the library. \
01251e5
No longer call ParseMetaGeometry twice when we don't add a thumbnail. 6a94dd8
Fix typo that caused a division by zero in #6263. 78347b5
don't reduct 3 to 1 channel gray if meta channels are present a8f6186
The depth must be specified when reading a map image. 2d6e2e9
validate pixel offset 90e067c
validate pixel offset d92cb0e
release 920f792
7.1.1-7 - 2023-04-16
Merged
PixelChannel: Add invalid channel field #6230
Commits
beta release 3bd5ce1
account for extra samples 9a9896f
The quantum extent should also including the pad. b019133
Another improvement of calculating the size of the extent. 3151fd8
The padding is per pixel. dc0556c
Cosmetic. ad36935
Use the new API when available. 8b12fc1
don't cut off letters (ImageMagick/ImageMagick#6221) fcf2674
Moved static declaration. 8eaadcf
Removed unused lt_dlexit define. d454d11
Removed unused NTSetSearchPath method. 43ea02a
Windows doesn't need a call to lt_dlinit. 48e9207
There is no need to call WSAStartup because we will always have version 2.2 \
on the supported platforms. 24990f7
Moved linking of lib inside other check. b13fabd
More cleanup of header files. d048972
Silence warnings for when the distribute-cache is not supported. 13841a1
support --enable-dpc configure option fc7bb1d
Fixed build error. 178f677
theoretically a more intuitive brighness contrast algorithm \
(ImageMagick/ImageMagick#6079) cdc73fb
revert format hint (ImageMagick/ImageMagick#6242) 9e1492e
Use the new MAGICKCORE_DPC_SUPPORT flag. 7c8a486
Removed define that always had the same value. 8e5fbea
We only need to link ws2_32.lib on Windows when we have enabled DPC support. \
1c4f052
identify correct format ef12f38
Restored the call to WSAStartup because we do need to do this when we use \
winsock2. 1bc9391
Correct define check. 610a8a5
Corrected checks that determine if we actually are able to support dpc. 70cd76b
revert 723b63a
correct slope/intercept 405c61a
correct intercept b29bcd9
eliminate compiler warnings (ImageMagick/ImageMagick#6230) fba0e38
cosmetic 1fe2162
eliminate compiler warning 3b84c79
release e4b3733
beta release 3b5b4a1
if the image type is explicit, use the file extension if possible \
(ImageMagick/ImageMagick#6242) 67aa0ed
Removed unused return value. 0d5e3a0
Use version number instead. 1bc3bdc
Silence warning by casting to size_t instead where negative values will \
overflow in a large value. 8def9df
Silenced warnings. 7285688
Silenced warnings. 864e6db
Added missing break. 58b6568
Moved devcontainer into security folder. 386f3b8
Reverted patch and silenced warning. 4602557
Added name to the container. f9b5142
Added missing break. 9754705
Silenced MagickCore warnings. 427e443
Silenced coders warnings. 8f78bf4
Corrected devcontainer name. ecc72e5
Unreference in else statement instead. 69da709
Removed unused argument. 890b4c7
Removed unused return values. 1309276
Only define GetICCProperty when build with LCMS delegate. bacfcad
Silenced warning. a489b2a
Silenced warnings in MagickWand. bf1e065
Added devcontainer for local development. 18fd137
Use define because the fallthrough attribute is only supported by gcc. 312aaf9
Added Dockerfile to the editorconfig. 38ecac1
Use different notation to fix the macos build. 35152a1
Added devcontainer that uses the clang compiler. fc6f751
Changed build to treat all warnings as errors and check for more warnings. \
2a003f8
Silenced warning. f85c832
Change code to make it compile with -Wall -Wextra -Werror b164646
Silenced warning. cdba683
Ignore unused-function and builtin-declaration-mismatch warnings to work \
around autoconf issues. f311596
Clang needs different flags to fix the build. 3e49a05
Also build with clang in the daily build. 717d8d7
Include compiler in the title. 50b4062
Silence warnings that occur when freetype is enabled. 3f9cfbd
Silenced more warnings. 7c809d7
Silence the warning differently. feaa675
elimiate compiler warnings f49eeca
eliminate compiler warnings c40db4e
eliminate compiler warnings 9d85754
eliminate compiler warning 7157e1a
expand channel map by 1 cc97c3a
initialize max channels + 1 bdd4599
add additional checks for casting double to size_t f7b5682
cosmetic 77f6713
identify z component of chromaticity fecfed4
Refactor code to make it more readable. 9783994
Corrected compare. c13cada
Also skip writing the exif/tiff resolution properties when the pHYs chunk is \
written. d4f233b
improved range checking 4daec2d
cosmetic. 8066117
Removed unused return value. d3cf508
consistent method to check for alpha channel 242e940
Correct comment. 43aa790
Added method to update the density and orientation in the xmp profile. fc4f67b
Corrected value for tiff:ResolutionUnit. c9f17dc
Cosmetic. 589856f
Removed debug printf statement... fecd253
round crop width properly adda986
Install more dependencies for the macOS build. 4a52f67
Silence warning. 30f3676
release 21d049b
|
2023-04-19 10:12:01 by Adam Ciarcinski | Files touched by this commit (2359) | |
Log message:
revbump after textproc/icu update
|
2023-04-09 09:07:45 by Thomas Klausner | Files touched by this commit (4) | |
Log message:
ImageMagick: update to 7.1.1.6.
7.1.1-6 - 2023-04-02
Commits
beta release a680ab2
Use const string instead. b094512
display -moments deprecation warning (#ImageMagick/ImageMagick#6195) 2ef7c36
set setting to True 984294d
conditional colormap 89c07db
Enabled OpenMP in the portable build. f92ab19
enable near-lossless compression quality (ImageMagick/ImageMagick#6204) 3331c9e
update documentation to use magick ad86745
switch http to https 67d687e
uniform copyright 71d27ee
channel 0 is a permitted channel (patch from @snibgo) 4317238
update multispectral imagery location a23b0f6
enlarge image tile 21fed7c
sharper 7523d7e
Removed unused includes. b359cb2
Cosmetic. aee6ef6
Cosmetic f0af90e
Also set dpi-x and dpi-y when running rsvg-convert (#6214). d2e151e
Only write ResolutionResourceBlock when dpi is set (#6201). cc00cae
possible heap buffer overflow \
(https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-35q2-86c7-9247) \
d7a8bdd
account for multiple meta channels (thanks to Dirk) 359fc70
Corrected return value of GetQuantumExtent for MultispectralQuantum. 562360b
There is no need to update the rows_remaining. 8011e36
Improved calculation of the extent. 142aa5b
No longer "override" error message with \
NonconformingDrawingPrimitiveDefinition to improve error reporting. 06186b1
multiply strip size by # of samples 1be141e
release b2dd67b
7.1.1-5 - 2023-03-26
Commits
beta release 9b9fc9d
offset to x1 for west gravity (#ImageMagick/ImageMagick#6163) bb82582
optimization de1cc16
add additional meta channels c70f299
ensure source and hald images are in the same colorspace \
(#ImageMagick/ImageMagick#6173) 852a723
cosmetic 71cc1d1
document multispectral imagery (after doc update) 90e86d4
throw warning then writing image format with support for read but not write \
(ImageMagick/ImageMagick#6183) 1083db7
MVG must be explicit 4a24b8d
enable left bearing offset for undefined and west gravities 7ba3a8a
no_interpolation member introduced in libraw 0.21 aba35a6
Auto correct negative image positions and raise a warning instead. 194e929
Only write position offset since negative values are not allowed for \
rational (TIFFTAG_XRESOLUTION/TIFFTAG_YRESOLUTION). ffa3d25
eliminate memory leak when writing the JPS image format 71fa21b
release 5eb3445
module is a reserved work in C++ (20) 92a5afc
release 2d24be5
|
2023-03-31 22:52:15 by Thomas Klausner | Files touched by this commit (29) |
Log message:
libheif: add dav1d to bl3.mk file
pkg-config fails otherwise
Bump all dependencies
|
2023-03-19 09:42:48 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
ImageMagick: update to 7.1.1.4.
beta release 65712a9
Removed check that will never be true. 6422c97
Removed unused private method. ec8c69e
improve default fatal exception handler 858769e
improve locale exception handling b10fda9
terminate loop on page sentinel (#ImageMagick/ImageMagick#6158) 06d3b28
optimization 2129847
Moved setting the SetUnhandledExceptionFilter to magick.c (#6152) bb1841b
Also call SetConsoleOutputCP in wmain() instead. 72c3996
cosmetic 72f0a8e
Make sure that AsynchronousResourceComponentTerminus is exported. ca9ad33
We always need to do a seek in our FT_Stream_IoFunc implementation \
(https://gitlab.freedesktop.org/freetype/freetype/-/issues/1208). 1288469
Cosmetic. 21db2a0
accomodate UTF-8 image file names f8dc416
Newer versions of libtiff require the field_name to be set so we set it to a \
static dummy string. 354f05a
set gamma to 1.0 for linear colorspaces (#ImageMagick/ImageMagick#6157) c950eda
release 10ad43d
|