Skip to content
Snippets Groups Projects
Commit 879355fc authored by J0WI's avatar J0WI Committed by Jakub Jirutka
Browse files

community/ruby-activesupport: security upgrade to 7.0.4.3

parent 62f95295
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Maintainer: Jakub Jirutka <jakub@jirutka.cz> # Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=ruby-activesupport pkgname=ruby-activesupport
_gemname=activesupport _gemname=activesupport
pkgver=7.0.4 pkgver=7.0.4.3
pkgrel=0 pkgrel=0
pkgdesc="Utility classes and Ruby extensions from Rails" pkgdesc="Utility classes and Ruby extensions from Rails"
url="https://rubyonrails.org/" url="https://rubyonrails.org/"
...@@ -20,6 +20,11 @@ source="https://github.com/rails/rails/archive/v$pkgver/ruby-activesupport-$pkgv ...@@ -20,6 +20,11 @@ source="https://github.com/rails/rails/archive/v$pkgver/ruby-activesupport-$pkgv
builddir="$srcdir/rails-$pkgver/activesupport" builddir="$srcdir/rails-$pkgver/activesupport"
options="!check" # FIXME options="!check" # FIXME
# secfixes:
# 7.0.4.3-r0:
# - CVE-2023-28120
# - CVE-2023-22796
build() { build() {
gem build $_gemname.gemspec gem build $_gemname.gemspec
} }
...@@ -45,5 +50,5 @@ package() { ...@@ -45,5 +50,5 @@ package() {
} }
sha512sums=" sha512sums="
118035226054ad5083d2affde55a812917652491f82a9a578380a790770fdda3a14904f6de10f58651bbbab278aa23920b652aa1b34c71441d465c3b7b4be82c ruby-activesupport-7.0.4.tar.gz 2c817a0a58ae52f99686d8cd0de84f01e3d7ec05afc95d07910b3b5bf86d8162b06102893b2cbc14859b95a07eca6882a707956c87d437794697df7a18fa3c16 ruby-activesupport-7.0.4.3.tar.gz
" "
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment