pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/ruby-RMagick



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun May 31 05:53:33 UTC 2026

Modified Files:
        pkgsrc/graphics/ruby-RMagick: Makefile distinfo

Log Message:
graphics/ruby-RMagick: update to 7.0.2

7.0.1 (2026-05-27)

Bug Fixes

* Image_gray_q changes the colour space of the image, instead of returning
 whether it's grayscale (#1788)
* Check for errors from ParseGeometry() (#1786)
* Fail explicitly when trying to install on JRuby (#1784)

New Contributors

* @ndossche made their first contribution in #1786

7.0.2 (2026-05-30)

* Clean up ImageMagick resources on exit to fix ruby_memcheck false leaks by
  @ndossche in #1790
* Fix memory leaks if level operations fail in Image#{level_colors,
  levelize_channel} by @ndossche in #1791
* Fix memory leak in Image#{color_profile=, iptc_profile=} when out of
  memory by @ndossche in #1792
* Fix memory leak in Image#gamma_correct by @ndossche in #1793
* Fix missing error check in KernelInfo#clone by @ndossche in #1794


To generate a diff of this commit:
cvs rdiff -u -r1.200 -r1.201 pkgsrc/graphics/ruby-RMagick/Makefile
cvs rdiff -u -r1.86 -r1.87 pkgsrc/graphics/ruby-RMagick/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/ruby-RMagick/Makefile
diff -u pkgsrc/graphics/ruby-RMagick/Makefile:1.200 pkgsrc/graphics/ruby-RMagick/Makefile:1.201
--- pkgsrc/graphics/ruby-RMagick/Makefile:1.200 Thu May 14 16:41:17 2026
+++ pkgsrc/graphics/ruby-RMagick/Makefile       Sun May 31 05:53:33 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.200 2026/05/14 16:41:17 ryoon Exp $
+# $NetBSD: Makefile,v 1.201 2026/05/31 05:53:33 taca Exp $
 
-DISTNAME=      rmagick-7.0.0
+DISTNAME=      rmagick-7.0.2
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:S/rmagick/RMagick/}
-PKGREVISION=   1
 CATEGORIES=    graphics
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/graphics/ruby-RMagick/distinfo
diff -u pkgsrc/graphics/ruby-RMagick/distinfo:1.86 pkgsrc/graphics/ruby-RMagick/distinfo:1.87
--- pkgsrc/graphics/ruby-RMagick/distinfo:1.86  Tue May  5 12:53:48 2026
+++ pkgsrc/graphics/ruby-RMagick/distinfo       Sun May 31 05:53:33 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.86 2026/05/05 12:53:48 taca Exp $
+$NetBSD: distinfo,v 1.87 2026/05/31 05:53:33 taca Exp $
 
-BLAKE2s (rmagick-7.0.0.gem) = 669523b2e62d53dbf7a0336882ea4b6ff2c6f218c92b2db8f6bb77fe98390768
-SHA512 (rmagick-7.0.0.gem) = 245d8607eff0ac2b7446e5e80eb4821f20ccc809b079852207bc8b9140962a59ee1646ff7216691a18693e8e6a75f9efa651005cedbebe3236c4a35dcf341156
-Size (rmagick-7.0.0.gem) = 261120 bytes
+BLAKE2s (rmagick-7.0.2.gem) = 2d749e66721fa140a9875e1b716fcc94813a5fbbd3fb7e405c5f8e13a81bd562
+SHA512 (rmagick-7.0.2.gem) = d9ee3421b642fa795a08e33fc870e6ea0ed933c83160920b5f3d02eee51383257c25eddd5d0ef2e99fb603de611fd5c707e981274398d3b1b7fa4ecf057e26e1
+Size (rmagick-7.0.2.gem) = 261632 bytes



Home | Main Index | Thread Index | Old Index