diff options
author | Azamat H. Hackimov <azamat.hackimov@gmail.com> | 2019-08-28 21:16:25 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2019-12-08 10:41:06 +0200 |
commit | c3d1200385e2bab7d8b2c4adc469819519f4470f (patch) | |
tree | 082f7bbdea494f5318a54250327e6baccc9fabea /www-apps/redmine/files | |
parent | www-apps/redmine: update to 4.0.5 (diff) | |
download | gentoo-c3d1200385e2bab7d8b2c4adc469819519f4470f.tar.gz gentoo-c3d1200385e2bab7d8b2c4adc469819519f4470f.tar.bz2 gentoo-c3d1200385e2bab7d8b2c4adc469819519f4470f.zip |
www-apps/redmine: remove vulnerable versions
Closes: https://bugs.gentoo.org/692890
Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com>
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Closes: https://github.com/gentoo/gentoo/pull/12807
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'www-apps/redmine/files')
-rw-r--r-- | www-apps/redmine/files/redmine-3.3.7_gemfile_versions.patch | 44 | ||||
-rw-r--r-- | www-apps/redmine/files/redmine-3.4.5_gemfile_versions.patch | 41 |
2 files changed, 0 insertions, 85 deletions
diff --git a/www-apps/redmine/files/redmine-3.3.7_gemfile_versions.patch b/www-apps/redmine/files/redmine-3.3.7_gemfile_versions.patch deleted file mode 100644 index c338a385a969..000000000000 --- a/www-apps/redmine/files/redmine-3.3.7_gemfile_versions.patch +++ /dev/null @@ -1,44 +0,0 @@ -diff -Nuar redmine-3.3.7.orig/Gemfile redmine-3.3.7/Gemfile ---- redmine-3.3.7.orig/Gemfile 2018-05-23 22:36:30.756737829 +0300 -+++ redmine-3.3.7/Gemfile 2018-05-23 22:42:20.227720874 +0300 -@@ -4,7 +4,7 @@ - abort "Redmine requires Bundler 1.5.0 or higher (you're using #{Bundler::VERSION}).\nPlease update with 'gem update bundler'." - end - --gem "rails", "4.2.7.1" -+gem "rails", "~> 4.2.10" - gem "addressable", "2.4.0" if RUBY_VERSION < "2.0" - if RUBY_VERSION < "2.1" - gem "public_suffix", (RUBY_VERSION < "2.0" ? "~> 1.4" : "~> 2.0.5") -@@ -17,12 +17,12 @@ - gem "protected_attributes" - gem "actionpack-action_caching" - gem "actionpack-xml_parser" --gem "roadie-rails", "~> 1.1.1" --gem "roadie", "~> 3.2.1" -+gem "roadie-rails", "~> 1.2.1" -+gem "roadie", "~> 3.3" - gem "mimemagic" --gem "mail", "~> 2.6.4" -+gem "mail", "~> 2.7" - --gem "nokogiri", (RUBY_VERSION >= "2.1" ? "~> 1.7.2" : "~> 1.6.8") -+gem "nokogiri", (RUBY_VERSION >= "2.1" ? "~> 1.8.2" : "~> 1.6.8") - gem "i18n", "~> 0.7.0" - gem "ffi", "1.9.14", :platforms => :mingw if RUBY_VERSION < "2.0" - -@@ -35,12 +35,12 @@ - - # Optional gem for LDAP authentication - group :ldap do -- gem "net-ldap", "~> 0.12.0" -+ gem "net-ldap", "~> 0.16.0" - end - - # Optional gem for OpenID authentication - group :openid do -- gem "ruby-openid", "~> 2.3.0", :require => "openid" -+ gem "ruby-openid", "~> 2.7.0", :require => "openid" - gem "rack-openid" - end - diff --git a/www-apps/redmine/files/redmine-3.4.5_gemfile_versions.patch b/www-apps/redmine/files/redmine-3.4.5_gemfile_versions.patch deleted file mode 100644 index df49ccbe1dc9..000000000000 --- a/www-apps/redmine/files/redmine-3.4.5_gemfile_versions.patch +++ /dev/null @@ -1,41 +0,0 @@ -diff -Nuar redmine-3.4.5.orig/Gemfile redmine-3.4.5/Gemfile ---- redmine-3.4.5.orig/Gemfile 2018-05-23 02:01:54.591358114 +0300 -+++ redmine-3.4.5/Gemfile 2018-05-23 02:05:19.531348171 +0300 -@@ -4,7 +4,7 @@ - abort "Redmine requires Bundler 1.5.0 or higher (you're using #{Bundler::VERSION}).\nPlease update with 'gem update bundler'." - end - --gem "rails", "4.2.8" -+gem "rails", "~> 4.2.10" - gem "addressable", "2.4.0" if RUBY_VERSION < "2.0" - if RUBY_VERSION < "2.1" - gem "public_suffix", (RUBY_VERSION < "2.0" ? "~> 1.4" : "~> 2.0.5") -@@ -15,10 +15,10 @@ - gem "mime-types", (RUBY_VERSION >= "2.0" ? "~> 3.0" : "~> 2.99") - gem "protected_attributes" - gem "actionpack-xml_parser" --gem "roadie-rails", "~> 1.1.1" --gem "roadie", "~> 3.2.1" -+gem "roadie-rails", "~> 1.2.1" -+gem "roadie", "~> 3.3" - gem "mimemagic" --gem "mail", "~> 2.6.4" -+gem "mail", "~> 2.7" - - gem "nokogiri", (RUBY_VERSION >= "2.1" ? "~> 1.8.1" : "~> 1.6.8") - gem "i18n", "~> 0.7.0" -@@ -33,12 +33,12 @@ - - # Optional gem for LDAP authentication - group :ldap do -- gem "net-ldap", "~> 0.12.0" -+ gem "net-ldap", "~> 0.16.0" - end - - # Optional gem for OpenID authentication - group :openid do -- gem "ruby-openid", "~> 2.3.0", :require => "openid" -+ gem "ruby-openid", "~> 2.7", :require => "openid" - gem "rack-openid" - end - |