summaryrefslogtreecommitdiff
path: root/lang/ruby
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2021-02-11 14:23:41 +0000
committertaca <taca@pkgsrc.org>2021-02-11 14:23:41 +0000
commita6e9fa57a875b0c67dd4b999ed5c57cb3beabd28 (patch)
treecdba7dff67b24ba69f688697e469893d64ae418c /lang/ruby
parentaf1e1ad0f5088a83883feaa87c4143ac32a7fe0b (diff)
downloadpkgsrc-a6e9fa57a875b0c67dd4b999ed5c57cb3beabd28.tar.gz
www/rails52: update to 5.2.4.5
## Rails 5.2.4.5 (February 10, 2021) ## * Fix possible DoS vector in PostgreSQL money type Carefully crafted input can cause a DoS via the regular expressions used for validating the money format in the PostgreSQL adapter. This patch fixes the regexp. Thanks to @dee-see from Hackerone for this patch! [CVE-2021-22880] *Aaron Patterson*
Diffstat (limited to 'lang/ruby')
-rw-r--r--lang/ruby/rails.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ruby/rails.mk b/lang/ruby/rails.mk
index 0ed013f67ae..980e625fdab 100644
--- a/lang/ruby/rails.mk
+++ b/lang/ruby/rails.mk
@@ -1,4 +1,4 @@
-# $NetBSD: rails.mk,v 1.91 2020/10/19 14:50:31 taca Exp $
+# $NetBSD: rails.mk,v 1.92 2021/02/11 14:23:41 taca Exp $
.if !defined(_RUBY_RAILS_MK)
_RUBY_RAILS_MK= # defined
@@ -47,7 +47,7 @@ _RUBY_RAILS_MK= # defined
#
# current Ruby on Rails versions.
#
-RUBY_RAILS52_VERSION?= 5.2.4.4
+RUBY_RAILS52_VERSION?= 5.2.4.5
RUBY_RAILS60_VERSION?= 6.0.3.4
RUBY_RAILS_ACCEPTED?= # defined