./www/ruby-aws-sigv4, AWS Signature Version 4 library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.10.1, Package name: ruby32-aws-sigv4-1.10.1, Maintainer: pkgsrc-users

Amazon Web Services Signature Version 4 signing library. Generates
sigv4 signature for HTTP requests.


Master sites:

Filesize: 19 KB

Version history: (Expand)


CVS history: (Expand)


   2024-10-27 15:25:16 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
www/ruby-aws-sigv4: update to 1.10.1

1.10.1 (2024-10-21)

* Issue - Fix sigv4a signing issue with derive_asymmetric_key for certain
  credentials.
   2024-09-22 09:47:48 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
www/ruby-aws-sigv4: update to 1.10.0

1.10.0 (2024-09-17)

* Feature - Remove CRT sigv4a signing capability.
   2024-09-15 18:54:34 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
www/ruby-aws-sigv4: update to 1.9.1

1.9.1 (2024-07-29)

* Issue - Add missing require of pathname to Signer.
   2024-07-28 15:45:30 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
www/ruby-aws-sigv4: update to 1.9.0

1.9.0 (2024-07-23)

* Feature - Support sigv4a signing algorithm without aws-crt.
   2023-12-17 17:11:33 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
www/ruby-aws-sigv4: update to 1.8.0

1.8.0 (2023-11-28)

* Feature - Support sigv4-s3express signing algorithm.

1.7.0 (2023-11-22)

* Feature - AWS SDK for Ruby no longer supports Ruby runtime versions 2.3
  and 2.4.
   2023-10-29 17:21:09 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
www/ruby-aws-sigv4: update to 1.6.1

1.6.1 (2023-10-25)

* Issue - (Static Stability) use provided expires_in in presigned url when
  credentials are expired.
   2023-07-09 05:07:39 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
www/ruby-aws-sigv4: update to 1.6.0

pkgsrc chnage: update dependency.

1.6.0 (2023-06-28)

* Feature - Select the minimum expiration time for presigned urls between
  the expiration time option and the credential expiration time.
   2022-10-09 11:03:45 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
www/ruby-aws-sigv4: update to 1.5.2

1.5.2 (2022-09-30)

* Issue - Fix an issue where quoted strings with multiple spaces are not
  trimmed. (#2758)