pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/ruby-http-cookie



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Jun  2 15:23:58 UTC 2024

Modified Files:
        pkgsrc/www/ruby-http-cookie: Makefile PLIST distinfo

Log Message:
www/ruby-http-cookie: update to 1.0.6

1.0.6 (2024-06-01)

* Fix error formatting bug in HTTP::CookieJar::AbstractStore (#42 by
  @andrelaszlo)
* Allow non-RFC 3986-compliant URLs (#45 by @c960657)
* Add coverage for Ruby 3.2 and 3.3 (#46 by @flavorjones)
* Quash ruby 3.4 warnings (#47 by @flavorjones)


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/ruby-http-cookie/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/ruby-http-cookie/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/ruby-http-cookie/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/ruby-http-cookie/Makefile
diff -u pkgsrc/www/ruby-http-cookie/Makefile:1.4 pkgsrc/www/ruby-http-cookie/Makefile:1.5
--- pkgsrc/www/ruby-http-cookie/Makefile:1.4    Wed Aug 31 14:51:50 2022
+++ pkgsrc/www/ruby-http-cookie/Makefile        Sun Jun  2 15:23:58 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2022/08/31 14:51:50 taca Exp $
+# $NetBSD: Makefile,v 1.5 2024/06/02 15:23:58 taca Exp $
 
-DISTNAME=      http-cookie-1.0.5
+DISTNAME=      http-cookie-1.0.6
 CATEGORIES=    www
 
 MAINTAINER=    taca%NetBSD.org@localhost

Index: pkgsrc/www/ruby-http-cookie/PLIST
diff -u pkgsrc/www/ruby-http-cookie/PLIST:1.2 pkgsrc/www/ruby-http-cookie/PLIST:1.3
--- pkgsrc/www/ruby-http-cookie/PLIST:1.2       Wed Aug 31 14:51:50 2022
+++ pkgsrc/www/ruby-http-cookie/PLIST   Sun Jun  2 15:23:58 2024
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.2 2022/08/31 14:51:50 taca Exp $
+@comment $NetBSD: PLIST,v 1.3 2024/06/02 15:23:58 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.github/CODEOWNERS
 ${GEM_LIBDIR}/.github/workflows/ci.yml
 ${GEM_LIBDIR}/.gitignore
 ${GEM_LIBDIR}/CHANGELOG.md
@@ -12,6 +13,7 @@ ${GEM_LIBDIR}/lib/http-cookie.rb
 ${GEM_LIBDIR}/lib/http/cookie.rb
 ${GEM_LIBDIR}/lib/http/cookie/ruby_compat.rb
 ${GEM_LIBDIR}/lib/http/cookie/scanner.rb
+${GEM_LIBDIR}/lib/http/cookie/uri_parser.rb
 ${GEM_LIBDIR}/lib/http/cookie/version.rb
 ${GEM_LIBDIR}/lib/http/cookie_jar.rb
 ${GEM_LIBDIR}/lib/http/cookie_jar/abstract_saver.rb

Index: pkgsrc/www/ruby-http-cookie/distinfo
diff -u pkgsrc/www/ruby-http-cookie/distinfo:1.7 pkgsrc/www/ruby-http-cookie/distinfo:1.8
--- pkgsrc/www/ruby-http-cookie/distinfo:1.7    Wed Aug 31 14:51:50 2022
+++ pkgsrc/www/ruby-http-cookie/distinfo        Sun Jun  2 15:23:58 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2022/08/31 14:51:50 taca Exp $
+$NetBSD: distinfo,v 1.8 2024/06/02 15:23:58 taca Exp $
 
-BLAKE2s (http-cookie-1.0.5.gem) = 6d5782448ed947025adef21ec774308414dc4480ee0f5738e0812c19b0d1842c
-SHA512 (http-cookie-1.0.5.gem) = d530d64b5c2fc3757a6de03384fe768317e24a523d4a4215f5bcc6b5bca9e7b94eeaad1e52fbb67548396b7b2ca7c9d8b68ea7b99109e24770fcf34c950469ef
-Size (http-cookie-1.0.5.gem) = 39424 bytes
+BLAKE2s (http-cookie-1.0.6.gem) = 1fb46e63807d9989940307d66efc879f3e614ee08590341fec3c9a50058ac12f
+SHA512 (http-cookie-1.0.6.gem) = 088949816b70c3eea5464b492cb067d1d1cea8608ba8ad791876b5a33cc57c95b036420e3e9872a40e35c84168a37ab6b4615a049ea98b04588000cdf594bc5f
+Size (http-cookie-1.0.6.gem) = 40448 bytes



Home | Main Index | Thread Index | Old Index