Path to this page:
./
net/ruby-xdr,
XDR helper library for Ruby
Branch: CURRENT,
Version: 3.0.2,
Package name: ruby26-xdr-3.0.2,
Maintainer: minskimXDR 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).
Required to run:[
lang/ruby26-base] [
devel/ruby-activemodel52]
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: fa04cb1964488c1284675cb2bfe7d026479b4e99
RMD160: c3ea9251a0ddbe628b180f8571f4d9748b06ae89
Filesize: 16 KB
Version history: (Expand)
- (2021-01-13) Updated to version: ruby26-xdr-3.0.2
- (2020-06-13) Updated to version: ruby26-xdr-3.0.1
- (2020-03-22) Updated to version: ruby26-xdr-3.0.0nb1
- (2020-03-22) Updated to version: ruby26-xdr-3.0.0
- (2019-01-20) Updated to version: ruby24-xdr-3.0.0
- (2017-10-06) Package added to pkgsrc.se, version ruby23-xdr-2.0.0 (created)
CVS history: (Expand)
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).
|