pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/ruby-net-imap
Module Name:    pkgsrc
Committed By:   taca
Date:           Tue Oct 28 14:01:26 UTC 2025
Modified Files:
        pkgsrc/net/ruby-net-imap: Makefile distinfo
Log Message:
net/ruby-net-imap: update to 0.15.12
0.5.11 (2025-10-01)
What's Changed
Added
* Add ESearchResult#to_sequence_set by @nevans in #511
* Add ESearchResult#each by @nevans in #513
* Add VanishedData#each, delegated to #uids.each_number by @nevans in #522
* support new Ractor.shareable_proc by @ko1 in #525
Fixed
* Fix SearchResult#== for LHS with no modseq by @nevans in #514
Other Changes
* Allow obj.to_sequence_set => nil in try_convert by @nevans in #512
* ️ Allow VanishedData#uids to be SequenceSet.empty by @nevans in #517
* Raise ArgumentError for #fetch with partial by @nevans in #521
Documentation
* Fix rdoc call-seq for uid_expunge by @nevans in #516
* Add QRESYNC to #enable (docs only) by @nevans in #518
Miscellaneous
* Organize test files by @nevans in #515
* Fix flaky tests with FakeServer#Connection#close mutex by @nevans in #520
* Bump step-security/harden-runner from 2.13.0 to 2.13.1 by @dependabot[bot]
  in #524
New Contributors
* @ko1 made their first contribution in #525
0.5.12 (2025-10-06)
What's Changed
TruffleRuby is not (yet) "officially supported" but it seems to work (with a
few small caveats).  Several tests are still marked as pending, but the rest
all pass.  #528 protects us from merging PRs that break TruffleRuby and (in
some cases) JRuby.
Fixed
* Fix loading of net/imap for JRuby/TruffleRuby by @nevans in #530
Miscellaneous
* Test overriding inherited ::Data methods by @nevans in #531
*  Add TruffleRuby to CI by @nevans in #528
New Contributors
* @ko1 made their first contribution in #525
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/net/ruby-net-imap/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/net/ruby-net-imap/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/ruby-net-imap/Makefile
diff -u pkgsrc/net/ruby-net-imap/Makefile:1.16 pkgsrc/net/ruby-net-imap/Makefile:1.17
--- pkgsrc/net/ruby-net-imap/Makefile:1.16      Sat Aug 30 07:42:35 2025
+++ pkgsrc/net/ruby-net-imap/Makefile   Tue Oct 28 14:01:26 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2025/08/30 07:42:35 taca Exp $
+# $NetBSD: Makefile,v 1.17 2025/10/28 14:01:26 taca Exp $
 
-DISTNAME=      net-imap-0.5.10
+DISTNAME=      net-imap-0.5.12
 CATEGORIES=    net mail
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/net/ruby-net-imap/distinfo
diff -u pkgsrc/net/ruby-net-imap/distinfo:1.10 pkgsrc/net/ruby-net-imap/distinfo:1.11
--- pkgsrc/net/ruby-net-imap/distinfo:1.10      Sat Aug 30 07:42:35 2025
+++ pkgsrc/net/ruby-net-imap/distinfo   Tue Oct 28 14:01:26 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2025/08/30 07:42:35 taca Exp $
+$NetBSD: distinfo,v 1.11 2025/10/28 14:01:26 taca Exp $
 
-BLAKE2s (net-imap-0.5.10.gem) = eb38e05edaa0e5b1b0552f68630b291cd5825b14c7e4de3c092448be9c9aef9a
-SHA512 (net-imap-0.5.10.gem) = 3f30ae1c0f476fd79d537e4593e40f23104af24b79715fff59d3cfa89c19f60dcb5dcd5f117585e5404fefbfa05165901d1386560d3c3b9ce7f2235c90cb654f
-Size (net-imap-0.5.10.gem) = 179712 bytes
+BLAKE2s (net-imap-0.5.12.gem) = fb6b016416a36447d08d605ee3e2eca6bbc305f6f426d7b07849b69843da7e00
+SHA512 (net-imap-0.5.12.gem) = a4a1bdd9fa93569f6885eee413157f47402bba8b2c4cea98573e58c04dd08044b22536c4a3d44c5008a6db0b344bf2bc126eb1479c1598f61480de0e1627c109
+Size (net-imap-0.5.12.gem) = 180224 bytes
Home |
Main Index |
Thread Index |
Old Index