Path to this page:
./
net/ruby-dnsruby,
Ruby DNS client library
Branch: CURRENT,
Version: 1.72.2,
Package name: ruby32-dnsruby-1.72.2,
Maintainer: pettaiDnsruby is a pure Ruby DNS client library.
It provides a complete DNS client implementation, including full DNSSEC support.
Dnsruby is currently used in projects such as OpenDNSSEC and ISC's DLV service.
Required to run:[
net/ruby-addressable] [
lang/ruby26-base]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 256 KB
Version history: (Expand)
- (2024-07-14) Updated to version: ruby32-dnsruby-1.72.2
- (2024-05-05) Updated to version: ruby32-dnsruby-1.72.1
- (2024-04-07) Updated to version: ruby32-dnsruby-1.72.0
- (2024-03-24) Updated to version: ruby32-dnsruby-1.71.0
- (2023-04-29) Updated to version: ruby31-dnsruby-1.70.0
- (2023-02-09) Updated to version: ruby31-dnsruby-1.61.9
CVS history: (Expand)
2024-04-07 16:49:46 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
net/ruby-dnsruby: update to 1.72.0
1.72.0 (2024-03-28)
* Fix compatibility with the --enable-string-literal Ruby option - thanks
Jean byroot Boussier!
|
2024-03-24 15:22:53 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
net/ruby-dnsruby: update to 1.71.0
1.71.0
* Fix assigning public_key in ECDSA - thanks Jiří Kubíček!
|
2023-04-29 15:54:20 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
net/ruby-dnsruby: update to 1.70.0
1.70.0 (2023-04-12)
* OpenSSL 3 support
* Resource record hashes no longer include the rdata
* Removed requite to title-cased Digest - thanks jhawthron
|
2022-02-13 08:20:38 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
net/ruby-dnsruby: update to 1.61.9
1.61.8 (2022-01-11)
* Fix compatability with Ruby 3.1 - thanks @byroot Jean Boussier
* Get the digdlv demo to enable dnssec
1.61.9 (2022-01-12)
* Remove unused net-ftp dependency
|
2021-10-26 13:07:15 by Nia Alarie | Files touched by this commit (958) |
Log message:
net: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Not committed (merge conflicts...):
net/radsecproxy/distinfo
The following distfiles could not be fetched (fetched conditionally?):
./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz
./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch
./net/djbdns/distinfo djbdns-1.05-test28.diff.xz
./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch
./net/djbdns/distinfo djbdns-1.05-multiip.diff
./net/djbdns/distinfo djbdns-cachestats.patch
|
2021-10-07 16:43:07 by Nia Alarie | Files touched by this commit (962) |
Log message:
net: Remove SHA1 hashes for distfiles
|
2021-01-11 15:10:25 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
net/ruby-dnsruby: update to 1.61.5
1.61.5 (2020-10-29)
* CAA record fixes - add contactphone and contactemail
* Fix eprecation warnings
|
2020-09-14 15:29:28 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
net/ruby-dnsruby: update to 1.61.4
Update ruby-dnsruby package to 1.61.4.
## v1.61.4
* Dnsruby::Name : document .punycode
* gemspec enhancement
* add yard build file
* fix create name include url special characters
* Fix uninitialized constant error when using via Rails
* Implement ECDSAP256SHA256 (13) / ECDSAP384SHA384 (14) algorithms for DNSKEY
* Reinitialize all IANA TAR keys with Dnssec.reset
|