pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   taca
Date:           Thu Jan 19 14:31:11 UTC 2023

Modified Files:
        pkgsrc/databases/ruby-activerecord61: distinfo
        pkgsrc/devel/ruby-activejob61: distinfo
        pkgsrc/devel/ruby-activemodel61: distinfo
        pkgsrc/devel/ruby-activestorage61: distinfo
        pkgsrc/devel/ruby-activesupport61: distinfo
        pkgsrc/devel/ruby-railties61: distinfo
        pkgsrc/lang/ruby: rails.mk
        pkgsrc/mail/ruby-actionmailbox61: distinfo
        pkgsrc/mail/ruby-actionmailer61: distinfo
        pkgsrc/textproc/ruby-actiontext61: distinfo
        pkgsrc/www/ruby-actioncable61: distinfo
        pkgsrc/www/ruby-actionpack61: Makefile distinfo
        pkgsrc/www/ruby-actionview61: distinfo
        pkgsrc/www/ruby-rails61: distinfo

Log Message:
www/ruby-rails61: update to 6.1.7.1

Rails 6.1.7.1 (2023-01-17)

devel/ruby-activesupport61

* Avoid regex backtracking in Inflector.underscore

    [CVE-2023-22796]

www/ruby-actionpack61

* Avoid regex backtracking on If-None-Match header

  [CVE-2023-22795]

* Use string#split instead of regex for domain parts

  [CVE-2023-22792]

databases/ruby-activerecord61

* Make sanitize_as_sql_comment more strict

  Though this method was likely never meant to take user input, it was
  attempting sanitization. That sanitization could be bypassed with
  carefully crafted input.

  This commit makes the sanitization more robust by replacing any
  occurrances of "/*" or "*/" with "/ *" or "* /". It also performs a
  first pass to remove one surrounding comment to avoid compatibility
  issues for users relying on the existing removal.

  This also clarifies in the documentation of annotate that it should not
  be provided user input.

  [CVE-2023-22794]

* Added integer width check to PostgreSQL::Quoting

  Given a value outside the range for a 64bit signed integer type
  PostgreSQL will treat the column type as numeric. Comparing
  integer values against numeric values can result in a slow
  sequential scan.

  This behavior is configurable via
  ActiveRecord::Base.raise_int_wider_than_64bit which defaults to true.

  [CVE-2022-44566]


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/databases/ruby-activerecord61/distinfo
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/ruby-activejob61/distinfo
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/ruby-activemodel61/distinfo
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/ruby-activestorage61/distinfo
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/ruby-activesupport61/distinfo
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/ruby-railties61/distinfo
cvs rdiff -u -r1.138 -r1.139 pkgsrc/lang/ruby/rails.mk
cvs rdiff -u -r1.15 -r1.16 pkgsrc/mail/ruby-actionmailbox61/distinfo
cvs rdiff -u -r1.15 -r1.16 pkgsrc/mail/ruby-actionmailer61/distinfo
cvs rdiff -u -r1.15 -r1.16 pkgsrc/textproc/ruby-actiontext61/distinfo
cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/ruby-actioncable61/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/ruby-actionpack61/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/ruby-actionpack61/distinfo
cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/ruby-actionview61/distinfo
cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/ruby-rails61/distinfo

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

Modified files:

Index: pkgsrc/databases/ruby-activerecord61/distinfo
diff -u pkgsrc/databases/ruby-activerecord61/distinfo:1.15 pkgsrc/databases/ruby-activerecord61/distinfo:1.16
--- pkgsrc/databases/ruby-activerecord61/distinfo:1.15  Sat Sep 10 08:24:41 2022
+++ pkgsrc/databases/ruby-activerecord61/distinfo       Thu Jan 19 14:31:10 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2022/09/10 08:24:41 taca Exp $
+$NetBSD: distinfo,v 1.16 2023/01/19 14:31:10 taca Exp $
 
-BLAKE2s (activerecord-6.1.7.gem) = 0763422062be53ff862c8dae8ce279f1f44a6625c2ed05fb9c463889213ac221
-SHA512 (activerecord-6.1.7.gem) = 6dd8baf0bed7834aa75d9f7824cb7a02370baac807caa7b7c7bb7f6d68a6f24227e04d14242849b0adbf6cb31b6027c0030953a063514fa19a439e4b0742ee27
-Size (activerecord-6.1.7.gem) = 433152 bytes
+BLAKE2s (activerecord-6.1.7.1.gem) = d883b19f86745d82a4e3db14f194341632a562e1782435979680ea1aed30e387
+SHA512 (activerecord-6.1.7.1.gem) = 2781768f88ba9716319a34e9c0488739974dd31a03fc6f718181cefa98fedb58ac61a4246fad742270be41b84f6436dca14793c7f84e0b6ab32a6f766abd2ca1
+Size (activerecord-6.1.7.1.gem) = 433664 bytes

Index: pkgsrc/devel/ruby-activejob61/distinfo
diff -u pkgsrc/devel/ruby-activejob61/distinfo:1.15 pkgsrc/devel/ruby-activejob61/distinfo:1.16
--- pkgsrc/devel/ruby-activejob61/distinfo:1.15 Sat Sep 10 08:24:41 2022
+++ pkgsrc/devel/ruby-activejob61/distinfo      Thu Jan 19 14:31:10 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2022/09/10 08:24:41 taca Exp $
+$NetBSD: distinfo,v 1.16 2023/01/19 14:31:10 taca Exp $
 
-BLAKE2s (activejob-6.1.7.gem) = 3f3fd512cef04459da0e52cfec02040b5beedd651b52a14845ebecba5a68a9fc
-SHA512 (activejob-6.1.7.gem) = 1446156f14e8f5fbdcd625ff67a94a8b43b99aaba8571e3ebd912dbd48d35071235431b1f03091e362c8c5699f497cf77da07d806837e0a0847a9fd8b22780c0
-Size (activejob-6.1.7.gem) = 32768 bytes
+BLAKE2s (activejob-6.1.7.1.gem) = 159096cd8e602befe0f31d9e2ea43c44c08e4f943182405dac7366be1b170450
+SHA512 (activejob-6.1.7.1.gem) = f8bef513c6a0bb553b4ef02fb78182fc54b5f6a116b2d91faf7757ccd6195fd79f3fbe93eb0a51779df6572ff028bb3c027ec3cdf848123fb5d85cbf0ec4aab5
+Size (activejob-6.1.7.1.gem) = 32768 bytes

Index: pkgsrc/devel/ruby-activemodel61/distinfo
diff -u pkgsrc/devel/ruby-activemodel61/distinfo:1.15 pkgsrc/devel/ruby-activemodel61/distinfo:1.16
--- pkgsrc/devel/ruby-activemodel61/distinfo:1.15       Sat Sep 10 08:24:41 2022
+++ pkgsrc/devel/ruby-activemodel61/distinfo    Thu Jan 19 14:31:10 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2022/09/10 08:24:41 taca Exp $
+$NetBSD: distinfo,v 1.16 2023/01/19 14:31:10 taca Exp $
 
-BLAKE2s (activemodel-6.1.7.gem) = 6999f2d02c12bfbac4266f85c7fe60b0dd7b6141a123a58bb28414a99db64545
-SHA512 (activemodel-6.1.7.gem) = feda5c7b1ea6235f84f4e7feeb25cc3fe584ef2c92afa2560b87d50e4a4d1b5d2c51260cde3ab95a71f25b9dead9cfaf6228636ad31b49205016d668cc4ed221
-Size (activemodel-6.1.7.gem) = 62464 bytes
+BLAKE2s (activemodel-6.1.7.1.gem) = 62c4facbdd6be1725cd0cbc91274aea0c835918cfb3a52dca380801c0ebdf006
+SHA512 (activemodel-6.1.7.1.gem) = 299dba7c8971267691913d98d4f775d2d30df7dad47baac62c0396c5a4c98c566c22b0de3a390ca80e2c9f9d0e9b0813bce30032dddb4d196df3d383758c1d71
+Size (activemodel-6.1.7.1.gem) = 62464 bytes

Index: pkgsrc/devel/ruby-activestorage61/distinfo
diff -u pkgsrc/devel/ruby-activestorage61/distinfo:1.15 pkgsrc/devel/ruby-activestorage61/distinfo:1.16
--- pkgsrc/devel/ruby-activestorage61/distinfo:1.15     Sat Sep 10 08:24:41 2022
+++ pkgsrc/devel/ruby-activestorage61/distinfo  Thu Jan 19 14:31:10 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2022/09/10 08:24:41 taca Exp $
+$NetBSD: distinfo,v 1.16 2023/01/19 14:31:10 taca Exp $
 
-BLAKE2s (activestorage-6.1.7.gem) = 5df5dde0ede782f05c5d6abf6e97a6ccb08316e8509a77711b31f7138185a5cb
-SHA512 (activestorage-6.1.7.gem) = f639901f94dc87051c380dc7d0fae2ee11fed9ea4f293450ccfc74a6f14a58bfe58aa74e2f4ae293cdf810f259b9aa3ecf94488cb959aa2be4e223ed83cc740f
-Size (activestorage-6.1.7.gem) = 57856 bytes
+BLAKE2s (activestorage-6.1.7.1.gem) = 54790e6172494969a8df0f5c9aefd9fe17fbf916903371359208903103d2e739
+SHA512 (activestorage-6.1.7.1.gem) = 7b31dfbb183dbbff6a658351b610ebc018503e8295283c7fe1c42cf46d8e38c49e525b9178b1a1457be668f63ab66d2f415892a208dcc1a8aa07176b2c70c20d
+Size (activestorage-6.1.7.1.gem) = 57856 bytes

Index: pkgsrc/devel/ruby-activesupport61/distinfo
diff -u pkgsrc/devel/ruby-activesupport61/distinfo:1.15 pkgsrc/devel/ruby-activesupport61/distinfo:1.16
--- pkgsrc/devel/ruby-activesupport61/distinfo:1.15     Sat Sep 10 08:24:40 2022
+++ pkgsrc/devel/ruby-activesupport61/distinfo  Thu Jan 19 14:31:10 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2022/09/10 08:24:40 taca Exp $
+$NetBSD: distinfo,v 1.16 2023/01/19 14:31:10 taca Exp $
 
-BLAKE2s (activesupport-6.1.7.gem) = bf27745388a9cfb3b207b9f6050e3eb388da52ce9267642f4974a59b1a0d36d1
-SHA512 (activesupport-6.1.7.gem) = 22217d203ac381ee73b1b3c7a88f6993c629a20cf083f6410e4b765b87263e2c5d3e63958c9ea8dfdd5fd1320c4d9ef77adb6a906a9a9b253095dcf1e3f787d4
-Size (activesupport-6.1.7.gem) = 220672 bytes
+BLAKE2s (activesupport-6.1.7.1.gem) = 2a3a97f44d2ea1de177ed63d361d324e841620f26b3d78fb008da98ebb54fb86
+SHA512 (activesupport-6.1.7.1.gem) = f943e3f257143af3e11a0ea909eaf6cb508259a8d8f8dd582e9cbd66247dedcc42b4b70b1fbe7016cff3baf6dd06a41694cb20bc4e5c5db1314911c973239bc6
+Size (activesupport-6.1.7.1.gem) = 220672 bytes

Index: pkgsrc/devel/ruby-railties61/distinfo
diff -u pkgsrc/devel/ruby-railties61/distinfo:1.15 pkgsrc/devel/ruby-railties61/distinfo:1.16
--- pkgsrc/devel/ruby-railties61/distinfo:1.15  Sat Sep 10 08:24:42 2022
+++ pkgsrc/devel/ruby-railties61/distinfo       Thu Jan 19 14:31:11 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2022/09/10 08:24:42 taca Exp $
+$NetBSD: distinfo,v 1.16 2023/01/19 14:31:11 taca Exp $
 
-BLAKE2s (railties-6.1.7.gem) = d0ff37ea5e37b6b34df65997979ffa352387af3d253cf26567eb21f18c5369b0
-SHA512 (railties-6.1.7.gem) = f6c9439d9ffc09791b86826e1680024a617655fe7bc9d5ccb8508826bb44c7c83a1ea69b85de99b5d2deb0898a61508a604df14179f6f7b6a6db5e6696657d26
-Size (railties-6.1.7.gem) = 457216 bytes
+BLAKE2s (railties-6.1.7.1.gem) = 57fdbe433e2489bbf3bf165014f67b8a5c540dd5bb248a8620c05833a6077e37
+SHA512 (railties-6.1.7.1.gem) = 543736b8b6c1c9621fdc8e3d8d8320170010a68ce023c924e077608ad2ef51ab7e30dacf91e1d9b89b3bfa39fc00f7acb8bd335da8d049641adda2ea09999bcb
+Size (railties-6.1.7.1.gem) = 457216 bytes

Index: pkgsrc/lang/ruby/rails.mk
diff -u pkgsrc/lang/ruby/rails.mk:1.138 pkgsrc/lang/ruby/rails.mk:1.139
--- pkgsrc/lang/ruby/rails.mk:1.138     Thu Jan 19 14:27:24 2023
+++ pkgsrc/lang/ruby/rails.mk   Thu Jan 19 14:31:09 2023
@@ -1,4 +1,4 @@
-# $NetBSD: rails.mk,v 1.138 2023/01/19 14:27:24 taca Exp $
+# $NetBSD: rails.mk,v 1.139 2023/01/19 14:31:09 taca Exp $
 
 .if !defined(_RUBY_RAILS_MK)
 _RUBY_RAILS_MK=        # defined
@@ -49,7 +49,7 @@ _RUBY_RAILS_MK=       # defined
 #
 RUBY_RAILS52_VERSION?= 5.2.8.1
 RUBY_RAILS60_VERSION?= 6.0.6.1
-RUBY_RAILS61_VERSION?= 6.1.7
+RUBY_RAILS61_VERSION?= 6.1.7.1
 RUBY_RAILS70_VERSION?= 7.0.4
 
 RUBY_RAILS_ACCEPTED?=  # empty

Index: pkgsrc/mail/ruby-actionmailbox61/distinfo
diff -u pkgsrc/mail/ruby-actionmailbox61/distinfo:1.15 pkgsrc/mail/ruby-actionmailbox61/distinfo:1.16
--- pkgsrc/mail/ruby-actionmailbox61/distinfo:1.15      Sat Sep 10 08:24:41 2022
+++ pkgsrc/mail/ruby-actionmailbox61/distinfo   Thu Jan 19 14:31:10 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2022/09/10 08:24:41 taca Exp $
+$NetBSD: distinfo,v 1.16 2023/01/19 14:31:10 taca Exp $
 
-BLAKE2s (actionmailbox-6.1.7.gem) = 7dce7ab4a96715d8e80b7c0a2e2fdc43ad2979544c44d28bd867e4c1c923d876
-SHA512 (actionmailbox-6.1.7.gem) = 33ff70a786092f879a76ea436d28865bef44b05b98cd94e83601089c8ab7163e25c3be6c77393d736c28e9e50949e10c2763c4b774b8b1521a6202967b477eb5
-Size (actionmailbox-6.1.7.gem) = 22528 bytes
+BLAKE2s (actionmailbox-6.1.7.1.gem) = cb3b1e4202260d15606d7873840c0b9bdd6f562484c351d85452beff717f73b5
+SHA512 (actionmailbox-6.1.7.1.gem) = 37982bd07ecec99ffc1e378c8f14fe1782a97ef650cd67415780912ded2de51b8c0705206539c4edaeecccdf369c6e6d0deab552ccb39547e6b2e0fb2d82070d
+Size (actionmailbox-6.1.7.1.gem) = 22528 bytes

Index: pkgsrc/mail/ruby-actionmailer61/distinfo
diff -u pkgsrc/mail/ruby-actionmailer61/distinfo:1.15 pkgsrc/mail/ruby-actionmailer61/distinfo:1.16
--- pkgsrc/mail/ruby-actionmailer61/distinfo:1.15       Sat Sep 10 08:24:41 2022
+++ pkgsrc/mail/ruby-actionmailer61/distinfo    Thu Jan 19 14:31:10 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2022/09/10 08:24:41 taca Exp $
+$NetBSD: distinfo,v 1.16 2023/01/19 14:31:10 taca Exp $
 
-BLAKE2s (actionmailer-6.1.7.gem) = 227861d00f8629b3b895ba64fed156d69f997762f109b32b9020cf7dd04ea3d7
-SHA512 (actionmailer-6.1.7.gem) = 819f703dd8d7e2f922f5703176b9cce32cd9c816107ee75f4f8f4a9dae3e967a48653836c5ce1bc773495bc516e5bbd1d4df1bbf540692c00c084f19f55ed74d
-Size (actionmailer-6.1.7.gem) = 30720 bytes
+BLAKE2s (actionmailer-6.1.7.1.gem) = dd0619a7be384cc41e2a6a73104b081083bc829a6e62854260c112965ce483a5
+SHA512 (actionmailer-6.1.7.1.gem) = 1d0ea57cdfb6f3744e015d1ed7be3ec7dd82fcb525995ff4eacabbd53bdd927177fac6394e19ecb14baf015519dc0e070d852c7952acd55acbb520590a387159
+Size (actionmailer-6.1.7.1.gem) = 30720 bytes

Index: pkgsrc/textproc/ruby-actiontext61/distinfo
diff -u pkgsrc/textproc/ruby-actiontext61/distinfo:1.15 pkgsrc/textproc/ruby-actiontext61/distinfo:1.16
--- pkgsrc/textproc/ruby-actiontext61/distinfo:1.15     Sat Sep 10 08:24:42 2022
+++ pkgsrc/textproc/ruby-actiontext61/distinfo  Thu Jan 19 14:31:11 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2022/09/10 08:24:42 taca Exp $
+$NetBSD: distinfo,v 1.16 2023/01/19 14:31:11 taca Exp $
 
-BLAKE2s (actiontext-6.1.7.gem) = ad63a2f482d12028a91eaff874dda918af560b0a91971de1e551ff9e630b4ba7
-SHA512 (actiontext-6.1.7.gem) = a7a60f9004e873ee7e8e2b54bd97be978af80f13c05ae88256e052feafc8a09705baefb464f5e8898bcd70915735c712b72f2ee3d6b0b645f6fd9da55ad0e20f
-Size (actiontext-6.1.7.gem) = 19456 bytes
+BLAKE2s (actiontext-6.1.7.1.gem) = 287e9442adb4dbe1d531b119dfaebdf2467f4d9c09d68ab857715bad6f0d1088
+SHA512 (actiontext-6.1.7.1.gem) = 8a2fbb4697cf879fb6ccfa2ae72024e79c766eb05e19c913dd7862c40d32df8591e7409b822d9b4a34028289d323337e6702721d9524678179398501a5b38c28
+Size (actiontext-6.1.7.1.gem) = 19456 bytes

Index: pkgsrc/www/ruby-actioncable61/distinfo
diff -u pkgsrc/www/ruby-actioncable61/distinfo:1.15 pkgsrc/www/ruby-actioncable61/distinfo:1.16
--- pkgsrc/www/ruby-actioncable61/distinfo:1.15 Sat Sep 10 08:24:42 2022
+++ pkgsrc/www/ruby-actioncable61/distinfo      Thu Jan 19 14:31:11 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2022/09/10 08:24:42 taca Exp $
+$NetBSD: distinfo,v 1.16 2023/01/19 14:31:11 taca Exp $
 
-BLAKE2s (actioncable-6.1.7.gem) = ecb1610e0310fd825139d77d27034c68b877e88fb881c6f67dc15c4439bac23d
-SHA512 (actioncable-6.1.7.gem) = f174fb98d83499b04e90c69ccdffbb308985faddd10477866a63d5aca54bbccda48bc9805584233eb6d27381c340bed6deb03e8168a193ce30da2918222c2ffb
-Size (actioncable-6.1.7.gem) = 42496 bytes
+BLAKE2s (actioncable-6.1.7.1.gem) = 9ceb8b107c81a00495b5fef83244e2ca31f09464d4087fce763ab65a2c4a9eca
+SHA512 (actioncable-6.1.7.1.gem) = 8faf5ef2f6e72be53075887d9e870f080fb7b3b12b8dcfbef48f28387d3c406103637382c03d44ade47753546b5d672665c6b464ebbabeaa3baaf1d04c828a9f
+Size (actioncable-6.1.7.1.gem) = 42496 bytes

Index: pkgsrc/www/ruby-actionpack61/Makefile
diff -u pkgsrc/www/ruby-actionpack61/Makefile:1.3 pkgsrc/www/ruby-actionpack61/Makefile:1.4
--- pkgsrc/www/ruby-actionpack61/Makefile:1.3   Wed Jan  4 15:22:02 2023
+++ pkgsrc/www/ruby-actionpack61/Makefile       Thu Jan 19 14:31:10 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2023/01/04 15:22:02 taca Exp $
+# $NetBSD: Makefile,v 1.4 2023/01/19 14:31:10 taca Exp $
 
 DISTNAME=      actionpack-${RAILS_VERSION}
 PKGNAME=       ${RUBY_PKGPREFIX}-actionpack${RUBY_RAILS}-${RAILS_VERSION}
-PKGREVISION=   1
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/www/ruby-actionpack61/distinfo
diff -u pkgsrc/www/ruby-actionpack61/distinfo:1.15 pkgsrc/www/ruby-actionpack61/distinfo:1.16
--- pkgsrc/www/ruby-actionpack61/distinfo:1.15  Sat Sep 10 08:24:41 2022
+++ pkgsrc/www/ruby-actionpack61/distinfo       Thu Jan 19 14:31:10 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2022/09/10 08:24:41 taca Exp $
+$NetBSD: distinfo,v 1.16 2023/01/19 14:31:10 taca Exp $
 
-BLAKE2s (actionpack-6.1.7.gem) = 771145fd201b334cc0aff3bb790cab904a05548be9432ebd0c2faa8190d62073
-SHA512 (actionpack-6.1.7.gem) = 53cefb58338821fb91f54b5f1b96adf6f1c7976a81abab29e8d8e870e568c5d96d3bf262ca916f8ba957a2ce9137a6bfdce1b7702498169a00bc88d7042c5436
-Size (actionpack-6.1.7.gem) = 226304 bytes
+BLAKE2s (actionpack-6.1.7.1.gem) = 5f0118b06c267bddc517a426e02011695d5a6502b0b7e529168791122308ff21
+SHA512 (actionpack-6.1.7.1.gem) = 9fd9d11031a243a105ce659bd715ea6aa43a8d82bd00f6ea88d6a5cf1a073d7ff94e8550177d7393fecd8956f20f2fb5bc7821ee53b7c3a7bfcca92716b94bd8
+Size (actionpack-6.1.7.1.gem) = 226816 bytes

Index: pkgsrc/www/ruby-actionview61/distinfo
diff -u pkgsrc/www/ruby-actionview61/distinfo:1.15 pkgsrc/www/ruby-actionview61/distinfo:1.16
--- pkgsrc/www/ruby-actionview61/distinfo:1.15  Sat Sep 10 08:24:41 2022
+++ pkgsrc/www/ruby-actionview61/distinfo       Thu Jan 19 14:31:10 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2022/09/10 08:24:41 taca Exp $
+$NetBSD: distinfo,v 1.16 2023/01/19 14:31:10 taca Exp $
 
-BLAKE2s (actionview-6.1.7.gem) = 8f5da6c1e8b00afda7e87c1430401ffe51350ca4ed2163ceeb6d37ab8addf7a0
-SHA512 (actionview-6.1.7.gem) = 3726c3ce4218cc40cbed9807aa0e192357a352557c60b6f6f7e1bbc4a2a840c961568b2c611a6b5beec8fe06c139781fc8ebafbe1d01682acb071e60f9911475
-Size (actionview-6.1.7.gem) = 172032 bytes
+BLAKE2s (actionview-6.1.7.1.gem) = c6effc3f9e01e3b8ea78ccbed39061ff75cc18feee7d016818c7c61d5732c9c8
+SHA512 (actionview-6.1.7.1.gem) = 5572e0e53c0c8aed71b542638c6a978f30c5ac4e51f53bce331de235db522ce4b8968f5096e1d9a4c9f8ea626ded6cf5936ab8845f597676a66e5aeaef725c7a
+Size (actionview-6.1.7.1.gem) = 172032 bytes

Index: pkgsrc/www/ruby-rails61/distinfo
diff -u pkgsrc/www/ruby-rails61/distinfo:1.15 pkgsrc/www/ruby-rails61/distinfo:1.16
--- pkgsrc/www/ruby-rails61/distinfo:1.15       Sat Sep 10 08:24:42 2022
+++ pkgsrc/www/ruby-rails61/distinfo    Thu Jan 19 14:31:11 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2022/09/10 08:24:42 taca Exp $
+$NetBSD: distinfo,v 1.16 2023/01/19 14:31:11 taca Exp $
 
-BLAKE2s (rails-6.1.7.gem) = 4afd2f6f5e8c3a4553a37288c19c16353cb6c770ab1f8bbc4f6fe479692206be
-SHA512 (rails-6.1.7.gem) = e89151c39c62748983e83b11a4c092874489df30329e377097448802a76851d7c1c340180b19b056d3e3658c8157a076ca9b4e68c8cd6bc3819811509c3e80d5
-Size (rails-6.1.7.gem) = 6656 bytes
+BLAKE2s (rails-6.1.7.1.gem) = 3a21aaf334dd581bddf807df6cf1938fb61d2eaf86b426e007e485414d41fce8
+SHA512 (rails-6.1.7.1.gem) = 286d4a3376d10245ad34d737344ea107694452b1183fb54810465b9568ad9b9681d6697c42e116b847f79476a17949723d3d7543860314a966809a9052036d3e
+Size (rails-6.1.7.1.gem) = 6656 bytes



Home | Main Index | Thread Index | Old Index