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: Sat Jul 26 06:38:28 UTC 2025
Modified Files:
pkgsrc/net/ruby-net-imap: Makefile distinfo
Log Message:
net/ruby-net-imap: update to 0.5.9
pkgsrc change: remove restriction to Ruby's version.
0.5.9 (2025-06-19)
What's Changed
Added
* Add Net::IMAP::SequenceSet() coercion method by @nevans in #490
Fixed
* Fix SequenceSet#include? handling of invalid inputs by @nevans in #479
* Always remove idle response handler after done by @nevans in #481
* Improve synchronization of connection_state transitions by @nevans in #494
Documentation
* Fix SequenceSet documentation errors by @nevans in #480
* Fix doc & error msg for SequenceSet coersion by @nevans in #483
* RDoc updates for SequenceSet by @nevans in #489
Other Changes
* Short-circuit frozen SequenceSet modifications by @nevans in #473
* Move SequenceSet autoload by @nevans in #491
* Avoid unnecessary allocation in SequenceSet[] by @nevans in #492
* Close socket in #disconnect before waiting for lock & thread join by
@nevans in #493
Miscellaneous
* Generate same stringprep tables with ruby 3.4 by @nevans in #469
* CI: Mark ruby head on windows as "experimental" by @nevans in #472
* Update Regexp.linear_time? tests for non-CRuby by @nevans in #477
* Add timeouts to CI workflow by @nevans in #478
* Update ResponseReader, UIDFetchData, DeprecatedClientOptions tests by
@nevans in #476
* Revert #472 (CI: Mark ruby head on windows as "experimental") by @nevans
in #482
* Add benchmark to Gemfile to silence warnings by @nevans in #486
* Bump step-security/harden-runner from 2.12.0 to 2.12.1 by
@dependabot in #488
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/net/ruby-net-imap/Makefile
cvs rdiff -u -r1.8 -r1.9 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.14 pkgsrc/net/ruby-net-imap/Makefile:1.15
--- pkgsrc/net/ruby-net-imap/Makefile:1.14 Tue May 27 16:05:33 2025
+++ pkgsrc/net/ruby-net-imap/Makefile Sat Jul 26 06:38:28 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2025/05/27 16:05:33 taca Exp $
+# $NetBSD: Makefile,v 1.15 2025/07/26 06:38:28 taca Exp $
-DISTNAME= net-imap-0.5.8
+DISTNAME= net-imap-0.5.9
CATEGORIES= net mail
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -10,8 +10,5 @@ LICENSE= 2-clause-bsd OR ruby-license
USE_LANGUAGES= # none
-# Ruby 3.4.4 has the same version as a bundled gem
-RUBY_VERSIONS_ACCEPTED= 32 33
-
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/net/ruby-net-imap/distinfo
diff -u pkgsrc/net/ruby-net-imap/distinfo:1.8 pkgsrc/net/ruby-net-imap/distinfo:1.9
--- pkgsrc/net/ruby-net-imap/distinfo:1.8 Sat May 17 07:57:04 2025
+++ pkgsrc/net/ruby-net-imap/distinfo Sat Jul 26 06:38:28 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2025/05/17 07:57:04 taca Exp $
+$NetBSD: distinfo,v 1.9 2025/07/26 06:38:28 taca Exp $
-BLAKE2s (net-imap-0.5.8.gem) = e5ff205a74df531a247f9f899c2fcc9bce614ea3af5443063e2bf48be7f03f44
-SHA512 (net-imap-0.5.8.gem) = e102b4c32bb2d70c05948c8e188e75f991119e645d52562d23051031f835e67388a83f90b741e6dd28e664a3e60b88b87cf800b9f4a22808ff595a7e063c5138
-Size (net-imap-0.5.8.gem) = 177152 bytes
+BLAKE2s (net-imap-0.5.9.gem) = 423053b483f40f559b3888dc2c9583897f4e9c29e7ae57ea67a3b7395c664341
+SHA512 (net-imap-0.5.9.gem) = 5981d9d446d89788cd0b9fb370e27f217eeeab70296ffeba56f22bfa8da0f26821a09f62afbf9f33db705fc49da3e013ba5fc228311480422eeb91442e7f806d
+Size (net-imap-0.5.9.gem) = 178688 bytes
Home |
Main Index |
Thread Index |
Old Index