2023-09-03 17:42:32 by Takahiro Kambe | Files touched by this commit (13) |
Log message: Bump revision RUBY_RAILS_DEFAULT change. |
2022-08-28 06:58:40 by Takahiro Kambe | Files touched by this commit (2) | |
Log message: net/ruby-xdr: update to 3.0.3 pkgsrc change: relax dependency to Rail's version. 3.0.3 (2022-02-18) Bug Fixes * make XDR::Option write empty strings as values (#15) (ccab229) |
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-13 16:08:19 by Takahiro Kambe | Files touched by this commit (3) | |
Log message: net/ruby-xdr: update to 3.0.2 3.0.2 (2020-10-20) Changed * Relax lower bound for ActiveSupport dependency to support usage in Rails 4.2 ((#12)[https://github.com/stellar/ruby-xdr/pull/12]) Fixed * Fix non-bang arm accessors for XDR::Union ((#13)[https://github.com/stellar/ruby-xdr/pull/13]) * Fix .from_xdr encoding param to accept symbols ((#14)[https://github.com/stellar/ruby-xdr/pull/14]) |
2020-06-13 17:44:41 by Takahiro Kambe | Files touched by this commit (2) | |
Log message: net/ruby-xdr: update to 3.0.1 Update ruby-xdr to 3.0.1. 3.0.1 Added * Add encoding parameter to Union#to_xdr ((#7)[https://github.com/stellar/ruby-xdr/pull/7]). Fixed * Padding bytes are now properly validated when reading xdr values. According to the XDR spec, padding must be zeros. |
2020-03-22 04:52:45 by Takahiro Kambe | Files touched by this commit (1) |
Log message: net/ruby-xdr: correct dependency * Use RUBY_ACTIVEMODEL_DEPENDS in lang/ruby/rails.mk for dependency. * Accept rails 52 and 60. Bump PKGREVISION. |
2020-03-21 21:26:17 by Tobias Nygren | Files touched by this commit (3) |
Log message: ruby-*: comment out references to deleted rails packages, mark as BROKEN Someone with ruby clue needs to look at these. |
2019-01-20 15:41:10 by Takahiro Kambe | Files touched by this commit (2) | |
Log message: net/ruby-xdr: update to 3.0.0 3.0.0 * Padding bytes are now properly validated when reading xdr values. According to the XDR spec, padding must be zeros. * Use activemodel and activesuport 5.2 |
2017-10-06 19:00:29 by Min Sik Kim | Files touched by this commit (4) |
Log message: net/ruby-xdr: Import version 2.0.0 XDR is an open data format, specified in RFC 4506. This library provides a way to read and write XDR data from Ruby. It can read/write all of the primitive XDR types and also provides facilities to define readers for the compound XDR types (enums, structs and unions). |