refresh patches
This commit is contained in:
parent
95eb72f16e
commit
e93e182b51
7 changed files with 28 additions and 83 deletions
10
debian/patches/0018-loosen-rdoc.patch
vendored
10
debian/patches/0018-loosen-rdoc.patch
vendored
|
@ -1,11 +1,9 @@
|
||||||
Bug: https://gitlab.com/gitlab-org/gitlab-ce/issues/2814
|
Bug: https://gitlab.com/gitlab-org/gitlab-ce/issues/2814
|
||||||
|
|
||||||
Index: gitlab/Gemfile
|
--- a/Gemfile
|
||||||
===================================================================
|
+++ b/Gemfile
|
||||||
--- gitlab.orig/Gemfile
|
@@ -104,7 +104,7 @@
|
||||||
+++ gitlab/Gemfile
|
gem 'gitlab-markup', '~> 1.5.1'
|
||||||
@@ -104,7 +104,7 @@ gem 'deckar01-task_list', '1.0.5', requi
|
|
||||||
gem 'gitlab-markup', '~> 1.5.0'
|
|
||||||
gem 'redcarpet', '~> 3.3.3'
|
gem 'redcarpet', '~> 3.3.3'
|
||||||
gem 'RedCloth', '~> 4.3.2'
|
gem 'RedCloth', '~> 4.3.2'
|
||||||
-gem 'rdoc', '~>3.6'
|
-gem 'rdoc', '~>3.6'
|
||||||
|
|
13
debian/patches/0042-relax-grape-entity.patch
vendored
13
debian/patches/0042-relax-grape-entity.patch
vendored
|
@ -1,13 +0,0 @@
|
||||||
allow newer grape-entity already in debian
|
|
||||||
|
|
||||||
--- a/Gemfile
|
|
||||||
+++ b/Gemfile
|
|
||||||
@@ -68,7 +68,7 @@
|
|
||||||
|
|
||||||
# API
|
|
||||||
gem 'grape', '~> 0.15.0'
|
|
||||||
-gem 'grape-entity', '~> 0.4.2'
|
|
||||||
+gem 'grape-entity', '~> 0.6.0'
|
|
||||||
gem 'rack-cors', '~> 0.4.0', require: 'rack/cors'
|
|
||||||
|
|
||||||
# Pagination
|
|
47
debian/patches/0050-relax-stable-libs.patch
vendored
47
debian/patches/0050-relax-stable-libs.patch
vendored
|
@ -1,10 +1,8 @@
|
||||||
We should be able to update minor versions of stable libs without breaking
|
We should be able to update minor versions of stable libs without breaking
|
||||||
gitlab Gemfile
|
gitlab Gemfile
|
||||||
|
|
||||||
Index: gitlab/Gemfile
|
--- a/Gemfile
|
||||||
===================================================================
|
+++ b/Gemfile
|
||||||
--- gitlab.orig/Gemfile
|
|
||||||
+++ gitlab/Gemfile
|
|
||||||
@@ -1,16 +1,16 @@
|
@@ -1,16 +1,16 @@
|
||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
|
@ -26,7 +24,7 @@ Index: gitlab/Gemfile
|
||||||
|
|
||||||
# Supported DBs
|
# Supported DBs
|
||||||
gem 'mysql2', '~> 0.3.16', group: :mysql
|
gem 'mysql2', '~> 0.3.16', group: :mysql
|
||||||
@@ -18,22 +18,22 @@ gem 'pg', '~> 0.18.2', group: :postgres
|
@@ -18,22 +18,22 @@
|
||||||
|
|
||||||
# Authentication libraries
|
# Authentication libraries
|
||||||
gem 'devise', '~> 4.2'
|
gem 'devise', '~> 4.2'
|
||||||
|
@ -61,7 +59,7 @@ Index: gitlab/Gemfile
|
||||||
gem 'jwt'
|
gem 'jwt'
|
||||||
|
|
||||||
# Spam and anti-bot protection
|
# Spam and anti-bot protection
|
||||||
@@ -41,9 +41,9 @@ gem 'recaptcha', '~> 3.0', require: 'rec
|
@@ -41,9 +41,9 @@
|
||||||
gem 'akismet', '~> 2.0'
|
gem 'akismet', '~> 2.0'
|
||||||
|
|
||||||
# Two-factor authentication
|
# Two-factor authentication
|
||||||
|
@ -73,7 +71,7 @@ Index: gitlab/Gemfile
|
||||||
gem 'u2f', '~> 0.2.1'
|
gem 'u2f', '~> 0.2.1'
|
||||||
|
|
||||||
# Browser detection
|
# Browser detection
|
||||||
@@ -51,12 +51,12 @@ gem 'browser', '~> 2.2'
|
@@ -51,12 +51,12 @@
|
||||||
|
|
||||||
# Extracting information from a git repository
|
# Extracting information from a git repository
|
||||||
# Provide access to Gitlab::Git library
|
# Provide access to Gitlab::Git library
|
||||||
|
@ -88,7 +86,7 @@ Index: gitlab/Gemfile
|
||||||
|
|
||||||
# Git Wiki
|
# Git Wiki
|
||||||
# Required manually in config/initializers/gollum.rb to control load order
|
# Required manually in config/initializers/gollum.rb to control load order
|
||||||
@@ -64,7 +64,7 @@ gem 'gollum-lib', '~> 4.2', require: fal
|
@@ -64,7 +64,7 @@
|
||||||
gem 'gollum-rugged_adapter', '~> 0.4.2', require: false
|
gem 'gollum-rugged_adapter', '~> 0.4.2', require: false
|
||||||
|
|
||||||
# Language detection
|
# Language detection
|
||||||
|
@ -97,7 +95,7 @@ Index: gitlab/Gemfile
|
||||||
|
|
||||||
# API
|
# API
|
||||||
gem 'grape', '~> 0.15.0'
|
gem 'grape', '~> 0.15.0'
|
||||||
@@ -75,7 +75,7 @@ gem 'rack-cors', '~> 0.4.0', require:
|
@@ -75,7 +75,7 @@
|
||||||
gem 'kaminari', '~> 0.17.0'
|
gem 'kaminari', '~> 0.17.0'
|
||||||
|
|
||||||
# HAML
|
# HAML
|
||||||
|
@ -106,7 +104,7 @@ Index: gitlab/Gemfile
|
||||||
|
|
||||||
# Files attachments
|
# Files attachments
|
||||||
gem 'carrierwave', '~> 0.10.0'
|
gem 'carrierwave', '~> 0.10.0'
|
||||||
@@ -96,39 +96,39 @@ gem 'fog-rackspace', '~> 0.1.1'
|
@@ -96,39 +96,39 @@
|
||||||
gem 'unf', '~> 0.1.4'
|
gem 'unf', '~> 0.1.4'
|
||||||
|
|
||||||
# Seed data
|
# Seed data
|
||||||
|
@ -116,20 +114,19 @@ Index: gitlab/Gemfile
|
||||||
# Markdown and HTML processing
|
# Markdown and HTML processing
|
||||||
-gem 'html-pipeline', '~> 1.11.0'
|
-gem 'html-pipeline', '~> 1.11.0'
|
||||||
-gem 'deckar01-task_list', '1.0.5', require: 'task_list/railtie'
|
-gem 'deckar01-task_list', '1.0.5', require: 'task_list/railtie'
|
||||||
-gem 'gitlab-markup', '~> 1.5.0'
|
-gem 'gitlab-markup', '~> 1.5.1'
|
||||||
-gem 'redcarpet', '~> 3.3.3'
|
-gem 'redcarpet', '~> 3.3.3'
|
||||||
-gem 'RedCloth', '~> 4.3.2'
|
-gem 'RedCloth', '~> 4.3.2'
|
||||||
+gem 'html-pipeline', '~> 1.11'
|
+gem 'html-pipeline', '~> 1.11'
|
||||||
+gem 'deckar01-task_list', '~> 1.0', '>= 1.0.5', require: 'task_list/railtie'
|
+gem 'deckar01-task_list', '~> 1.0', '>= 1.0.5', require: 'task_list/railtie'
|
||||||
+gem 'gitlab-markup', '~> 1.5'
|
+gem 'gitlab-markup', '~> 1.5', '>= 1.5.1'
|
||||||
+gem 'redcarpet', '~> 3.3', '>= 3.3.3'
|
+gem 'redcarpet', '~> 3.3', '>= 3.3.3'
|
||||||
+gem 'RedCloth', '~> 4.3', '>= 4.3.2'
|
+gem 'RedCloth', '~> 4.3', '>= 4.3.2'
|
||||||
gem 'rdoc', '~> 4.1'
|
gem 'rdoc', '~> 4.1'
|
||||||
gem 'org-ruby', '~> 0.9.12'
|
gem 'org-ruby', '~> 0.9.12'
|
||||||
gem 'creole', '~> 0.5.0'
|
gem 'creole', '~> 0.5.0'
|
||||||
-gem 'wikicloth', '0.8.1'
|
gem 'wikicloth', '0.8.1'
|
||||||
-gem 'asciidoctor', '~> 1.5.2'
|
-gem 'asciidoctor', '~> 1.5.2'
|
||||||
+gem 'wikicloth', '~> 0.8.1'
|
|
||||||
+gem 'asciidoctor', '~> 1.5', '>= 1.5.2'
|
+gem 'asciidoctor', '~> 1.5', '>= 1.5.2'
|
||||||
gem 'rouge', '~> 2.0'
|
gem 'rouge', '~> 2.0'
|
||||||
gem 'truncato', '~> 0.7.8'
|
gem 'truncato', '~> 0.7.8'
|
||||||
|
@ -158,7 +155,7 @@ Index: gitlab/Gemfile
|
||||||
|
|
||||||
# Issue tags
|
# Issue tags
|
||||||
gem 'acts-as-taggable-on', '~> 4.0'
|
gem 'acts-as-taggable-on', '~> 4.0'
|
||||||
@@ -136,39 +136,39 @@ gem 'acts-as-taggable-on', '~> 4.0'
|
@@ -136,39 +136,39 @@
|
||||||
# Background jobs
|
# Background jobs
|
||||||
gem 'sidekiq', '~> 4.2'
|
gem 'sidekiq', '~> 4.2'
|
||||||
gem 'sidekiq-cron', '~> 0.4.0'
|
gem 'sidekiq-cron', '~> 0.4.0'
|
||||||
|
@ -206,7 +203,7 @@ Index: gitlab/Gemfile
|
||||||
|
|
||||||
# Asana integration
|
# Asana integration
|
||||||
gem 'asana', '~> 0.4.0'
|
gem 'asana', '~> 0.4.0'
|
||||||
@@ -177,64 +177,64 @@ gem 'asana', '~> 0.4.0'
|
@@ -177,63 +177,63 @@
|
||||||
gem 'ruby-fogbugz', '~> 0.2.1'
|
gem 'ruby-fogbugz', '~> 0.2.1'
|
||||||
|
|
||||||
# d3
|
# d3
|
||||||
|
@ -256,18 +253,14 @@ Index: gitlab/Gemfile
|
||||||
-gem 'sass-rails', '~> 5.0.6'
|
-gem 'sass-rails', '~> 5.0.6'
|
||||||
-gem 'coffee-rails', '~> 4.1.0'
|
-gem 'coffee-rails', '~> 4.1.0'
|
||||||
-gem 'uglifier', '~> 2.7.2'
|
-gem 'uglifier', '~> 2.7.2'
|
||||||
-gem 'turbolinks', '~> 2.5.0'
|
+gem 'sass-rails', '~> 5.0', '>= 5.0.6'
|
||||||
-gem 'jquery-turbolinks', '~> 2.1.0'
|
+gem 'coffee-rails', '~> 4.1'
|
||||||
-
|
+gem 'uglifier', '>= 2.7.2'
|
||||||
|
gem 'gitlab-turbolinks-classic', '~> 2.5', '>= 2.5.6'
|
||||||
|
|
||||||
-gem 'addressable', '~> 2.3.8'
|
-gem 'addressable', '~> 2.3.8'
|
||||||
-gem 'bootstrap-sass', '~> 3.3.0'
|
-gem 'bootstrap-sass', '~> 3.3.0'
|
||||||
-gem 'font-awesome-rails', '~> 4.6.1'
|
-gem 'font-awesome-rails', '~> 4.6.1'
|
||||||
+gem 'sass-rails', '~> 5.0', '>= 5.0.6'
|
|
||||||
+gem 'coffee-rails', '~> 4.1'
|
|
||||||
+gem 'uglifier', '~> 2.7', '>= 2.7.2'
|
|
||||||
+gem 'turbolinks', '~> 2.5'
|
|
||||||
+gem 'jquery-turbolinks', '~> 2.1'
|
|
||||||
+
|
|
||||||
+gem 'addressable', '~> 2.3', '>= 2.3.8'
|
+gem 'addressable', '~> 2.3', '>= 2.3.8'
|
||||||
+gem 'bootstrap-sass', '~> 3.3'
|
+gem 'bootstrap-sass', '~> 3.3'
|
||||||
+gem 'font-awesome-rails', '~> 4.6', '>= 4.6.1'
|
+gem 'font-awesome-rails', '~> 4.6', '>= 4.6.1'
|
||||||
|
@ -298,7 +291,7 @@ Index: gitlab/Gemfile
|
||||||
|
|
||||||
# Metrics
|
# Metrics
|
||||||
group :metrics do
|
group :metrics do
|
||||||
@@ -324,7 +324,7 @@ end
|
@@ -323,7 +323,7 @@
|
||||||
|
|
||||||
gem 'newrelic_rpm', '~> 3.16'
|
gem 'newrelic_rpm', '~> 3.16'
|
||||||
|
|
||||||
|
@ -307,7 +300,7 @@ Index: gitlab/Gemfile
|
||||||
|
|
||||||
gem 'mail_room', '~> 0.8.1'
|
gem 'mail_room', '~> 0.8.1'
|
||||||
|
|
||||||
@@ -333,18 +333,18 @@ gem 'email_reply_parser', '~> 0.5.8'
|
@@ -332,18 +332,18 @@
|
||||||
gem 'ruby-prof', '~> 0.16.2'
|
gem 'ruby-prof', '~> 0.16.2'
|
||||||
|
|
||||||
## CI
|
## CI
|
||||||
|
|
|
@ -1,10 +1,8 @@
|
||||||
Bundler will fail when it can't find these locally
|
Bundler will fail when it can't find these locally
|
||||||
|
|
||||||
Index: gitlab/Gemfile
|
--- a/Gemfile
|
||||||
===================================================================
|
+++ b/Gemfile
|
||||||
--- gitlab.orig/Gemfile
|
@@ -242,87 +242,34 @@
|
||||||
+++ gitlab/Gemfile
|
|
||||||
@@ -243,87 +243,34 @@ group :metrics do
|
|
||||||
gem 'influxdb', '~> 0.2', require: false
|
gem 'influxdb', '~> 0.2', require: false
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/Gemfile
|
--- a/Gemfile
|
||||||
+++ b/Gemfile
|
+++ b/Gemfile
|
||||||
@@ -225,7 +225,7 @@
|
@@ -224,7 +224,7 @@
|
||||||
gem 'gon', '~> 6.1'
|
gem 'gon', '~> 6.1'
|
||||||
gem 'jquery-atwho-rails', '~> 1.3', '>= 1.3.2'
|
gem 'jquery-atwho-rails', '~> 1.3', '>= 1.3.2'
|
||||||
gem 'jquery-rails', '~> 4.1'
|
gem 'jquery-rails', '~> 4.1'
|
||||||
|
|
29
debian/patches/cve-2016-9469.diff
vendored
29
debian/patches/cve-2016-9469.diff
vendored
|
@ -1,29 +0,0 @@
|
||||||
--- a/app/finders/issuable_finder.rb
|
|
||||||
+++ b/app/finders/issuable_finder.rb
|
|
||||||
@@ -7,7 +7,7 @@
|
|
||||||
# current_user - which user use
|
|
||||||
# params:
|
|
||||||
# scope: 'created-by-me' or 'assigned-to-me' or 'all'
|
|
||||||
-# state: 'open' or 'closed' or 'all'
|
|
||||||
+# state: 'opened' or 'closed' or 'all'
|
|
||||||
# group_id: integer
|
|
||||||
# project_id: integer
|
|
||||||
# milestone_title: string
|
|
||||||
@@ -175,10 +175,13 @@
|
|
||||||
end
|
|
||||||
|
|
||||||
def by_state(items)
|
|
||||||
- params[:state] ||= 'all'
|
|
||||||
-
|
|
||||||
- if items.respond_to?(params[:state])
|
|
||||||
- items.public_send(params[:state])
|
|
||||||
+ case params[:state].to_s
|
|
||||||
+ when 'closed'
|
|
||||||
+ items.closed
|
|
||||||
+ when 'merged'
|
|
||||||
+ items.respond_to?(:merged) ? items.merged : items.closed
|
|
||||||
+ when 'opened'
|
|
||||||
+ items.opened
|
|
||||||
else
|
|
||||||
items
|
|
||||||
end
|
|
2
debian/patches/series
vendored
2
debian/patches/series
vendored
|
@ -1,6 +1,5 @@
|
||||||
0005-use-debian-omniauth-ldap.patch
|
0005-use-debian-omniauth-ldap.patch
|
||||||
0018-loosen-rdoc.patch
|
0018-loosen-rdoc.patch
|
||||||
0042-relax-grape-entity.patch
|
|
||||||
0050-relax-stable-libs.patch
|
0050-relax-stable-libs.patch
|
||||||
0100-remove-development-test.patch
|
0100-remove-development-test.patch
|
||||||
0108-make-mysql-optional.patch
|
0108-make-mysql-optional.patch
|
||||||
|
@ -8,5 +7,4 @@ source-init-functions.patch
|
||||||
pid-log-paths.patch
|
pid-log-paths.patch
|
||||||
052-relax-grape.patch
|
052-relax-grape.patch
|
||||||
0200-remove-order-dependency-in-label-finder-spec.patch
|
0200-remove-order-dependency-in-label-finder-spec.patch
|
||||||
cve-2016-9469.diff
|
|
||||||
0210-use-jquery-ui-rails6.patch
|
0210-use-jquery-ui-rails6.patch
|
||||||
|
|
Loading…
Reference in a new issue