pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/ruby-dnsruby
Module Name: pkgsrc
Committed By: taca
Date: Tue Jul 7 14:15:17 UTC 2026
Modified Files:
pkgsrc/net/ruby-dnsruby: Makefile distinfo
Log Message:
net/ruby-dnsruby: update to 1.74.0
1.74.0 (2026-07-04)
* Resolve all configured nameservers in parallel
* Only raise ArgumentError from Resolver if all configured nameservers are
invalid - otherwise, just log the bad one(s) and continue
* print out extra OPT data
* Fix wakeup socket deletion on stopping of select thread
* Make sure to add nameservers if using config_info in Resolver
* Fix for RRSET pruning and potential cache poisoning - thanks Alexander Tan
* Fix WKS record protocol field encoding and decoding size according to RFC
1035 Section 3.4.2 where PROTOCOL is an 8 bit (#220)
* Updating workflows to include Ruby 4, and get rdoc working for it
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/net/ruby-dnsruby/Makefile
cvs rdiff -u -r1.35 -r1.36 pkgsrc/net/ruby-dnsruby/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-dnsruby/Makefile
diff -u pkgsrc/net/ruby-dnsruby/Makefile:1.37 pkgsrc/net/ruby-dnsruby/Makefile:1.38
--- pkgsrc/net/ruby-dnsruby/Makefile:1.37 Sun Jan 18 04:16:41 2026
+++ pkgsrc/net/ruby-dnsruby/Makefile Tue Jul 7 14:15:17 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.37 2026/01/18 04:16:41 taca Exp $
+# $NetBSD: Makefile,v 1.38 2026/07/07 14:15:17 taca Exp $
-DISTNAME= dnsruby-1.73.1
+DISTNAME= dnsruby-1.74.0
CATEGORIES= net
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/net/ruby-dnsruby/distinfo
diff -u pkgsrc/net/ruby-dnsruby/distinfo:1.35 pkgsrc/net/ruby-dnsruby/distinfo:1.36
--- pkgsrc/net/ruby-dnsruby/distinfo:1.35 Sun Jan 18 04:16:41 2026
+++ pkgsrc/net/ruby-dnsruby/distinfo Tue Jul 7 14:15:17 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.35 2026/01/18 04:16:41 taca Exp $
+$NetBSD: distinfo,v 1.36 2026/07/07 14:15:17 taca Exp $
-BLAKE2s (dnsruby-1.73.1.gem) = 41b33775bae6c936fb19de5bf1d96b32a937b35d91560367a6a519a6e054feac
-SHA512 (dnsruby-1.73.1.gem) = 59edf6d3b64a940d7fe691edb82a2a80a92b6ace0eafdedb0d23cf9f643b4ffe4734895455266a1650ac755ccdaf5045f546feda4dcfec69f61a17844bdcd7cc
-Size (dnsruby-1.73.1.gem) = 264192 bytes
+BLAKE2s (dnsruby-1.74.0.gem) = 765ad7ab53f4f60aa23cad05816311061a522ca0fe8e686a49a9c4107918bb14
+SHA512 (dnsruby-1.74.0.gem) = 188ead2bf7e30312e8e5d6e95b5ec1bec73799a058b4174e0e11d064880e6576013ddbe070dc36d9428631e2612edaae1dc266057b3d1ab58af1ec553d8c1279
+Size (dnsruby-1.74.0.gem) = 265216 bytes
Home |
Main Index |
Thread Index |
Old Index