Next | Query returned 508 messages, browsing 21 to 30 | Previous

History of commit frequency

CVS Commit History:


   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) | Package updated
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) | Package updated
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) | Package updated
Log message:
revbump after textproc/icu update
   2023-04-09 09:07:45 by Thomas Klausner | Files touched by this commit (4) | Package updated
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) | Package updated
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
   2023-03-13 11:45:59 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
ImageMagick: update to 7.1.1.3.

7.1.1-3 - 2023-03-11

Merged

    Add HEIC support to AppImage (Partially solve #4666) #6098

Commits

    beta release 0e525cc
    synchronize meta channel names, e.g., meta0, meta1, etc. 14255d0
    Also call MagickWandTerminus in TerminateMagick. 55682a7
    MagickWandTerminus calls MagickCoreTermines so we don't need to call both of \ 
them. 75e4766
    fix memory leak in cloning DrawInfo structure (ImageMagick/ImageMagick#6149) \ 
84d7ad1
    release c5d5e71

7.1.1-2 - 2023-03-09

Commits

    release f41f852
    release 5d382e7

7.1.1-1 - 2023-03-09

Merged

    restore library symbol versioning to fix ABI break #6145

Commits

    beta release 3ac92ec
    PNG compression filters range from 0-5 1307d32
    check for c++ compiler ecf3739
    support an array of metachannels without breaking the ABI 25ce9ad
    release c557f0d

7.1.1-0 - 2023-03-08

Merged

    improve Install-unix.txt #6105

Commits

    beta release fd12019
    Code cleanup. b430dc1
    Added support for reading ATI2 (BC5) images (#5919). 7e5875b
    correct RLE unpack algorithm a1bd818
    return total channels and meta channels 8abb434
    do not exceed 64 pixel channels (ImageMagick/ImageMagick#6075) 8c97870
    properly detect an extra samples alpha channel \ 
(ImageMagick/ImageMagick#6058) c6efe14
    Added extra check to resolve the issue reported in #6080 (-process ' '). 2c2829b
    detect RLE error b2f4f4a
    check for sans fonts 0427628
    check for NULL destination image 295e075
    improved support for meta channels in TIFF format \ 
(ImageMagick/ImageMagick#4995) 2ef0b31
    account for meta channels 91e3c66
    the channel mask is irrelevant bb2274b
    revert 847a5ae
    generate correct statistics for meta channels (ImageMagick/ImageMagick#6097) \ 
876785e
    check for exceeding maximum channels 63b53d3
    set the number of meta channels 1abb25d
    Also build app-image with a pull request. cd1df2a
    continuing effort to support multispectral imaging 584a326
    eliminate compiler warning 844d21b
    No longer check for Noto Sans and Nimbus Sans to make sure the correct \ 
default is used on Windows. a0f7fbf
    Restored missing null check. 184cce1
    check for negative LUT lookup (ImageMagick/ImageMagick#6070) de5f368
    get MAGICK_FONT environment variable d8d0c9a
    valid compression filters are 0 through 9 (ImageMagick/ImageMagick#6108) 552c2c5
    Only allocate the sans_exception when we need to. 03f0663
    site: fix typo for compare 033e255
    clone latest documentation 5819ff1
    channel FX and meta-channels, work in progress 62f1608
    only set alpha trait for "alpha" mnemonic 787c001
    add support for more than one meta channel b9c30c3
    support meta1 ... meta9 meta channels 6b9f68f
    support meta0 channel 05fe46f
    still work to be done for multispectral images bead12a
    more fixes for multispectral support d1e4d78
    identify a default font 2ede725
    additional support for multisprectral images 6b2ae4e
    Also include optional libraries and deprecated code in the daily Windows \ 
build. 0c00814
    Also include incompatible licenses in the daily Windows build. 8573c43
    Moved declaration of variable. 779cb0c
    Added option (tiff:jpeg-tables-mode) to set the TIFFTAG_JPEGTABLESMODE. 455e3cb
    throw exception for invalid channel type a59e589
    eliminate compiler warnings 25d9d29
    Fixed printing of the delegates when running configure. f73a3d1
    do not permit MVG coder from rendering SVG/MSVG images f7de350
    Check for module instead of coder. accdd08
    recursion detection 83d6643
    recursion detection 1010008
    Removed checks for PANGO_DELEGATE since we only use pangocairo. 8f7e7aa
    Turns out we need to check for both pango and pangocairo to get the correct \ 
includes. e0f67d2
    recursion detection framework 9d3dd91
    recursion detection 9b2c57f
    erecursion detection c5b23cb
    recursion detection fail d60d266
    do not composite SVG to avoid possible recursion a3b0f6c
    Added pdf:printed define that can be used to set -dPrinted when executing \ 
Ghostscript (#6128). 2e984f9
    release 9009707

Next | Query returned 508 messages, browsing 21 to 30 | Previous