pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-marcel



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun May 24 14:32:06 UTC 2026

Modified Files:
        pkgsrc/devel/ruby-marcel: Makefile distinfo

Log Message:
devel/ruby-marcel: update to 1.2.1

1.1.1 (2026-05-19)

What's Changed

* Fix Ruby 3.4 frozen string literal warnings with StringIO by @andynu in
  #140

New Contributors

* @andynu made their first contribution in #140

1.2.0 (2026-05-20)

1.2.0

What's Changed

* Stop mutating source IO state during magic-byte detection by
  @andreaslillebo in #143
* improve SVG detection by @alexanderadam in #129
* improve HTML detection by @alexanderadam in #130
* add fixture for BOM CSV by @alexanderadam in #134
* add unicode string support by @alexanderadam in #138
* Add support for Sony RAW image format magic detection by @bogdan in #142
* Add support for .gpx files by @trekdemo in #113
* add tika.xml regex support by @alexanderadam in #132
* add pkcs8 detection by @alexanderadam in #133
* Add hprof fixture and fix trailing space bug by @alexanderadam in #136

New Contributors

* @andreaslillebo made their first contribution in #143
* @alexanderadam made their first contribution in #129
* @bogdan made their first contribution in #142
* @trekdemo made their first contribution in #113

1.2.1 (2026-05-20)

* Revert BMP images type to just image/bmp instead of
  image/bmp;format=compressed.  The later is more precise, but cause
  backward compatibility issues with Active Storage.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/ruby-marcel/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/ruby-marcel/distinfo

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

Modified files:

Index: pkgsrc/devel/ruby-marcel/Makefile
diff -u pkgsrc/devel/ruby-marcel/Makefile:1.5 pkgsrc/devel/ruby-marcel/Makefile:1.6
--- pkgsrc/devel/ruby-marcel/Makefile:1.5       Tue Sep 23 03:21:00 2025
+++ pkgsrc/devel/ruby-marcel/Makefile   Sun May 24 14:32:06 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2025/09/23 03:21:00 taca Exp $
+# $NetBSD: Makefile,v 1.6 2026/05/24 14:32:06 taca Exp $
 
-DISTNAME=      marcel-1.1.0
+DISTNAME=      marcel-1.2.1
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/devel/ruby-marcel/distinfo
diff -u pkgsrc/devel/ruby-marcel/distinfo:1.7 pkgsrc/devel/ruby-marcel/distinfo:1.8
--- pkgsrc/devel/ruby-marcel/distinfo:1.7       Tue Sep 23 03:21:00 2025
+++ pkgsrc/devel/ruby-marcel/distinfo   Sun May 24 14:32:06 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2025/09/23 03:21:00 taca Exp $
+$NetBSD: distinfo,v 1.8 2026/05/24 14:32:06 taca Exp $
 
-BLAKE2s (marcel-1.1.0.gem) = 40d359a02d54f2fa6f518bdb844350390894f320a87ea7fef972e56ca1a1e85a
-SHA512 (marcel-1.1.0.gem) = 87b398dd19670869a727c2bc8b4a301c0d665098cbd6a76541748328c082da31a33dc1647b4f02a67530e5a3262e357a7cc139e7e21dbb39593c3ad9bc64f421
-Size (marcel-1.1.0.gem) = 50176 bytes
+BLAKE2s (marcel-1.2.1.gem) = 732c52da90db31f644cf0b7948fe43a3b5593885ff52aabb34d294c86939883f
+SHA512 (marcel-1.2.1.gem) = 4a6d37d2644edfca7b75bb662f93614bece79d679b4aa168227982595d568bd74da9ca3a077c8ee6635ab7ed192ae807a584c5d30bd30fbf855acce062c666ca
+Size (marcel-1.2.1.gem) = 49664 bytes



Home | Main Index | Thread Index | Old Index