refresh patches

This commit is contained in:
Praveen Arimbrathodiyil 2015-12-23 02:32:54 +05:30
parent 2bfc9fb939
commit daa3d11ba8
28 changed files with 37 additions and 244 deletions

View file

@ -4,12 +4,12 @@ Index: gitlab/Gemfile
=================================================================== ===================================================================
--- gitlab.orig/Gemfile --- gitlab.orig/Gemfile
+++ gitlab/Gemfile +++ gitlab/Gemfile
@@ -14,7 +14,7 @@ gem "mysql2", '~> 0.3.16', group: :mysql @@ -18,7 +18,7 @@ gem "mysql2", '~> 0.3.16', group: :mysql
gem "pg", '~> 0.18.2', group: :postgres gem "pg", '~> 0.18.2', group: :postgres
# Authentication libraries # Authentication libraries
-gem 'devise', '~> 3.5.2' -gem 'devise', '~> 3.5.3'
+gem 'devise', '~> 3.5.1' +gem 'devise', '~> 3.5.2'
gem 'devise-async', '~> 0.9.0' gem 'devise-async', '~> 0.9.0'
gem 'doorkeeper', '~> 2.1.3' gem 'doorkeeper', '~> 2.2.0'
gem 'omniauth', '~> 1.2.2' gem 'omniauth', '~> 1.2.2'

View file

@ -1,13 +0,0 @@
Index: gitlab/Gemfile
===================================================================
--- gitlab.orig/Gemfile
+++ gitlab/Gemfile
@@ -16,7 +16,7 @@ gem "pg", '~> 0.18.2', group: :postgres
# Authentication libraries
gem 'devise', '~> 3.5.1'
gem 'devise-async', '~> 0.9.0'
-gem 'doorkeeper', '~> 2.1.3'
+gem 'doorkeeper', '~> 2.1'
gem 'omniauth', '~> 1.2.2'
gem 'omniauth-bitbucket', '~> 0.0.2'
gem 'omniauth-facebook', '~> 3.0.0'

View file

@ -1,13 +0,0 @@
Index: gitlab/Gemfile
===================================================================
--- gitlab.orig/Gemfile
+++ gitlab/Gemfile
@@ -28,7 +28,7 @@ gem 'omniauth-saml', '~> 1.4.0'
gem 'omniauth-shibboleth', '~> 1.2.0'
gem 'omniauth-twitter', '~> 1.2.0'
gem 'omniauth_crowd'
-gem 'rack-oauth2', '~> 1.0.5'
+gem 'rack-oauth2', '~> 1.0'
# Two-factor authentication
gem 'devise-two-factor', '~> 2.0.0'

View file

@ -2,7 +2,7 @@ Index: gitlab/Gemfile
=================================================================== ===================================================================
--- gitlab.orig/Gemfile --- gitlab.orig/Gemfile
+++ gitlab/Gemfile +++ gitlab/Gemfile
@@ -45,7 +45,7 @@ gem "gitlab_git", '~> 7.2.20' @@ -49,7 +49,7 @@ gem "gitlab_git", '~> 7.2.20'
# LDAP Auth # LDAP Auth
# GitLab fork with several improvements to original library. For full list of changes # GitLab fork with several improvements to original library. For full list of changes
# see https://github.com/intridea/omniauth-ldap/compare/master...gitlabhq:master # see https://github.com/intridea/omniauth-ldap/compare/master...gitlabhq:master
@ -10,4 +10,4 @@ Index: gitlab/Gemfile
+gem 'omniauth-ldap', '~> 1.0.4', require: "omniauth-ldap" +gem 'omniauth-ldap', '~> 1.0.4', require: "omniauth-ldap"
# Git Wiki # Git Wiki
gem 'gollum-lib', '~> 4.0.2' gem 'gollum-lib', '~> 4.1.0'

View file

@ -1,13 +0,0 @@
Index: gitlab/Gemfile
===================================================================
--- gitlab.orig/Gemfile
+++ gitlab/Gemfile
@@ -63,7 +63,7 @@ gem 'rack-cors', '~> 0.4.0', require:
gem "stamp", '~> 0.6.0'
# Enumeration fields
-gem 'enumerize', '~> 0.7.0'
+gem 'enumerize', '~> 1.0.0'
# Pagination
gem "kaminari", "~> 0.16.3"

View file

@ -2,7 +2,7 @@ Index: gitlab/Gemfile
=================================================================== ===================================================================
--- gitlab.orig/Gemfile --- gitlab.orig/Gemfile
+++ gitlab/Gemfile +++ gitlab/Gemfile
@@ -72,7 +72,7 @@ gem "kaminari", "~> 0.16.3" @@ -73,7 +73,7 @@ gem "kaminari", "~> 0.16.3"
gem "haml-rails", '~> 0.9.0' gem "haml-rails", '~> 0.9.0'
# Files attachments # Files attachments

View file

@ -2,7 +2,7 @@ Index: gitlab/Gemfile
=================================================================== ===================================================================
--- gitlab.orig/Gemfile --- gitlab.orig/Gemfile
+++ gitlab/Gemfile +++ gitlab/Gemfile
@@ -78,7 +78,7 @@ gem "carrierwave", '~> 0.10.0' @@ -79,7 +79,7 @@ gem "carrierwave", '~> 0.10.0'
gem 'dropzonejs-rails', '~> 0.7.1' gem 'dropzonejs-rails', '~> 0.7.1'
# for aws storage # for aws storage

View file

@ -2,7 +2,7 @@ Index: gitlab/Gemfile
=================================================================== ===================================================================
--- gitlab.orig/Gemfile --- gitlab.orig/Gemfile
+++ gitlab/Gemfile +++ gitlab/Gemfile
@@ -91,7 +91,7 @@ gem "seed-fu", '~> 2.3.5' @@ -92,7 +92,7 @@ gem "seed-fu", '~> 2.3.5'
gem 'html-pipeline', '~> 1.11.0' gem 'html-pipeline', '~> 1.11.0'
gem 'task_list', '~> 1.0.2', require: 'task_list/railtie' gem 'task_list', '~> 1.0.2', require: 'task_list/railtie'
gem 'github-markup', '~> 1.3.1' gem 'github-markup', '~> 1.3.1'

View file

@ -2,12 +2,12 @@ Index: gitlab/Gemfile
=================================================================== ===================================================================
--- gitlab.orig/Gemfile --- gitlab.orig/Gemfile
+++ gitlab/Gemfile +++ gitlab/Gemfile
@@ -93,7 +93,7 @@ gem 'task_list', '~> 1.0.2', require @@ -94,7 +94,7 @@ gem 'task_list', '~> 1.0.2', require
gem 'github-markup', '~> 1.3.1' gem 'github-markup', '~> 1.3.1'
gem 'redcarpet', '~> 3.3.2' gem 'redcarpet', '~> 3.3.2'
gem 'RedCloth', '~> 4.2.9' gem 'RedCloth', '~> 4.2.9'
-gem 'rdoc', '~>3.6' -gem 'rdoc', '~>3.6'
+gem 'rdoc', '~> 4.1' +gem 'rdoc', '~> 4.1'
gem 'org-ruby', '~> 0.9.12' gem 'org-ruby', '~> 0.9.12'
gem 'creole', '~>0.3.6' gem 'creole', '~> 0.5.0'
gem 'wikicloth', '0.8.1' gem 'wikicloth', '0.8.1'

View file

@ -1,13 +0,0 @@
Index: gitlab/Gemfile
===================================================================
--- gitlab.orig/Gemfile
+++ gitlab/Gemfile
@@ -95,7 +95,7 @@ gem 'redcarpet', '~> 3.2.3'
gem 'RedCloth', '~> 4.2.9'
gem 'rdoc', '~> 4.1'
gem 'org-ruby', '~> 0.9.12'
-gem 'creole', '~>0.3.6'
+gem 'creole', '~> 0.5.0'
gem 'wikicloth', '0.8.1'
gem 'asciidoctor', '~> 1.5.2'

View file

@ -2,7 +2,7 @@ Index: gitlab/Gemfile
=================================================================== ===================================================================
--- gitlab.orig/Gemfile --- gitlab.orig/Gemfile
+++ gitlab/Gemfile +++ gitlab/Gemfile
@@ -104,7 +104,7 @@ gem 'diffy', '~> 3.0.3' @@ -109,7 +109,7 @@ gem 'diffy', '~> 3.0.3'
# Application server # Application server
group :unicorn do group :unicorn do

View file

@ -2,12 +2,12 @@ Index: gitlab/Gemfile
=================================================================== ===================================================================
--- gitlab.orig/Gemfile --- gitlab.orig/Gemfile
+++ gitlab/Gemfile +++ gitlab/Gemfile
@@ -118,7 +118,7 @@ gem 'acts-as-taggable-on', '~> 3.4' @@ -123,7 +123,7 @@ gem 'acts-as-taggable-on', '~> 3.4'
# Background jobs # Background jobs
gem 'sinatra', '~> 1.4.4', require: nil gem 'sinatra', '~> 1.4.4', require: nil
-gem 'sidekiq', '3.3.0' -gem 'sidekiq', '~> 4.0'
+gem 'sidekiq', '3.4.2' +gem 'sidekiq', '~> 3.4'
gem 'sidetiq', '~> 0.6.3' gem 'sidekiq-cron', '~> 0.4.0'
gem 'redis-namespace'
# HTTP requests

View file

@ -1,13 +0,0 @@
Index: gitlab/Gemfile
===================================================================
--- gitlab.orig/Gemfile
+++ gitlab/Gemfile
@@ -126,7 +126,7 @@ gem "httparty", '~> 0.13.3'
# Colored output to console
gem "colored", '~> 1.2'
-gem "colorize", '~> 0.5.8'
+gem "colorize", '~> 0.7.3'
# GitLab settings
gem 'settingslogic', '~> 2.0.9'

View file

@ -1,13 +0,0 @@
Index: gitlab/Gemfile
===================================================================
--- gitlab.orig/Gemfile
+++ gitlab/Gemfile
@@ -154,7 +154,7 @@ gem "gemnasium-gitlab-service", "~> 0.2"
gem "slack-notifier", "~> 1.2.0"
# Asana integration
-gem 'asana', '~> 0.0.6'
+gem 'asana', '~> 0.1.2'
# FogBugz integration
gem 'ruby-fogbugz', '~> 0.2.1'

View file

@ -2,7 +2,7 @@ Index: gitlab/Gemfile
=================================================================== ===================================================================
--- gitlab.orig/Gemfile --- gitlab.orig/Gemfile
+++ gitlab/Gemfile +++ gitlab/Gemfile
@@ -166,7 +166,7 @@ gem 'd3_rails', '~> 3.5.5' @@ -171,7 +171,7 @@ gem 'd3_rails', '~> 3.5.5'
gem "cal-heatmap-rails", "~> 0.0.1" gem "cal-heatmap-rails", "~> 0.0.1"
# underscore-rails # underscore-rails

View file

@ -2,8 +2,8 @@ Index: gitlab/Gemfile
=================================================================== ===================================================================
--- gitlab.orig/Gemfile --- gitlab.orig/Gemfile
+++ gitlab/Gemfile +++ gitlab/Gemfile
@@ -175,7 +175,7 @@ gem "sanitize", '~> 2.0' @@ -181,7 +181,7 @@ gem 'babosa', '~> 1.0.2'
gem "rack-attack", '~> 4.3.0' gem "rack-attack", '~> 4.3.1'
# Ace editor # Ace editor
-gem 'ace-rails-ap', '~> 2.0.1' -gem 'ace-rails-ap', '~> 2.0.1'

View file

@ -2,7 +2,7 @@ Index: gitlab/Gemfile
=================================================================== ===================================================================
--- gitlab.orig/Gemfile --- gitlab.orig/Gemfile
+++ gitlab/Gemfile +++ gitlab/Gemfile
@@ -183,7 +183,7 @@ gem 'mousetrap-rails', '~> 1.4.6' @@ -189,7 +189,7 @@ gem 'mousetrap-rails', '~> 1.4.6'
# Detect and convert string character encoding # Detect and convert string character encoding
gem 'charlock_holmes', '~> 0.7.3' gem 'charlock_holmes', '~> 0.7.3'

View file

@ -1,13 +0,0 @@
Index: gitlab/Gemfile
===================================================================
--- gitlab.orig/Gemfile
+++ gitlab/Gemfile
@@ -187,7 +187,7 @@ gem "sass-rails", '~> 5.0.3'
gem "coffee-rails", '~> 4.1.0'
gem "uglifier", '~> 2.7.2'
gem 'turbolinks', '~> 2.5.0'
-gem 'jquery-turbolinks', '~> 2.0.1'
+gem 'jquery-turbolinks', '~> 2.1.0'
gem 'addressable', '~> 2.3.8'
gem 'bootstrap-sass', '~> 3.0'

View file

@ -1,13 +0,0 @@
Index: gitlab/Gemfile
===================================================================
--- gitlab.orig/Gemfile
+++ gitlab/Gemfile
@@ -193,7 +193,7 @@ gem 'addressable', '~> 2.3.8'
gem 'bootstrap-sass', '~> 3.0'
gem 'font-awesome-rails', '~> 4.2'
gem 'gitlab_emoji', '~> 0.1'
-gem 'gon', '~> 5.0.0'
+gem 'gon', '~> 6.0.1'
gem 'jquery-atwho-rails', '~> 1.3.2'
gem 'jquery-rails', '~> 3.1.3'
gem 'jquery-scrollto-rails', '~> 1.4.3'

View file

@ -2,8 +2,8 @@ Index: gitlab/Gemfile
=================================================================== ===================================================================
--- gitlab.orig/Gemfile --- gitlab.orig/Gemfile
+++ gitlab/Gemfile +++ gitlab/Gemfile
@@ -195,7 +195,7 @@ gem 'font-awesome-rails', '~> 4.2' @@ -201,7 +201,7 @@ gem 'font-awesome-rails', '~> 4.2'
gem 'gitlab_emoji', '~> 0.1' gem 'gitlab_emoji', '~> 0.2.0'
gem 'gon', '~> 6.0.1' gem 'gon', '~> 6.0.1'
gem 'jquery-atwho-rails', '~> 1.3.2' gem 'jquery-atwho-rails', '~> 1.3.2'
-gem 'jquery-rails', '~> 3.1.3' -gem 'jquery-rails', '~> 3.1.3'

View file

@ -2,7 +2,7 @@ Index: gitlab/Gemfile
=================================================================== ===================================================================
--- gitlab.orig/Gemfile --- gitlab.orig/Gemfile
+++ gitlab/Gemfile +++ gitlab/Gemfile
@@ -197,7 +197,7 @@ gem 'gon', '~> 6.0.1' @@ -203,7 +203,7 @@ gem 'gon', '~> 6.0.1'
gem 'jquery-atwho-rails', '~> 1.3.2' gem 'jquery-atwho-rails', '~> 1.3.2'
gem 'jquery-rails', '~> 4.0.4' gem 'jquery-rails', '~> 4.0.4'
gem 'jquery-scrollto-rails', '~> 1.4.3' gem 'jquery-scrollto-rails', '~> 1.4.3'

View file

@ -2,7 +2,7 @@ Index: gitlab/Gemfile
=================================================================== ===================================================================
--- gitlab.orig/Gemfile --- gitlab.orig/Gemfile
+++ gitlab/Gemfile +++ gitlab/Gemfile
@@ -200,7 +200,7 @@ gem 'jquery-scrollto-rails', '~> 1.4.3' @@ -206,7 +206,7 @@ gem 'jquery-scrollto-rails', '~> 1.4.3'
gem 'jquery-ui-rails', '~> 5.0.5' gem 'jquery-ui-rails', '~> 5.0.5'
gem 'nprogress-rails', '~> 0.1.6.7' gem 'nprogress-rails', '~> 0.1.6.7'
gem 'raphael-rails', '~> 2.1.2' gem 'raphael-rails', '~> 2.1.2'
@ -10,8 +10,8 @@ Index: gitlab/Gemfile
+gem 'request_store', '~> 1.1' +gem 'request_store', '~> 1.1'
gem 'select2-rails', '~> 3.5.9' gem 'select2-rails', '~> 3.5.9'
gem 'virtus', '~> 1.0.1' gem 'virtus', '~> 1.0.1'
gem 'net-ssh', '~> 3.0.1'
@@ -277,6 +277,11 @@ group :production do @@ -286,6 +286,11 @@ group :production do
gem "gitlab_meta", '7.0' gem "gitlab_meta", '7.0'
end end

View file

@ -1,92 +0,0 @@
Index: gitlab/Gemfile
===================================================================
--- gitlab.orig/Gemfile
+++ gitlab/Gemfile
@@ -204,87 +204,6 @@ gem 'request_store', '~> 1.1'
gem 'select2-rails', '~> 3.5.9'
gem 'virtus', '~> 1.0.1'
-group :development do
- gem "foreman"
- gem 'brakeman', '3.0.1', require: false
-
- gem "annotate", "~> 2.6.0"
- gem "letter_opener", '~> 1.1.2'
- gem 'quiet_assets', '~> 1.0.2'
- gem 'rerun', '~> 0.10.0'
- gem 'bullet', require: false
- gem 'rblineprof', platform: :mri, require: false
-
- # Better errors handler
- gem 'better_errors', '~> 1.0.1'
- gem 'binding_of_caller', '~> 0.7.2'
-
- # Docs generator
- gem "sdoc", '~> 0.3.20'
-
- # thin instead webrick
- gem 'thin', '~> 1.6.1'
-end
-
-group :development, :test do
- gem 'byebug', platform: :mri
- gem 'pry-rails'
-
- gem 'awesome_print', '~> 1.2.0'
- gem 'fuubar', '~> 2.0.0'
-
- gem 'database_cleaner', '~> 1.4.0'
- gem 'factory_girl_rails', '~> 4.3.0'
- gem 'rspec-rails', '~> 3.3.0'
- gem 'spinach-rails', '~> 0.2.1'
-
- # Prevent occasions where minitest is not bundled in packaged versions of ruby (see #3826)
- gem 'minitest', '~> 5.7.0'
-
- # Generate Fake data
- gem 'ffaker', '~> 2.0.0'
-
- gem 'capybara', '~> 2.4.0'
- gem 'capybara-screenshot', '~> 1.0.0'
- gem 'poltergeist', '~> 1.6.0'
-
- gem 'teaspoon', '~> 1.0.0'
- gem 'teaspoon-jasmine', '~> 2.2.0'
-
- gem 'spring', '~> 1.3.6'
- gem 'spring-commands-rspec', '~> 1.0.4'
- gem 'spring-commands-spinach', '~> 1.0.0'
- gem 'spring-commands-teaspoon', '~> 0.0.2'
-
- gem 'rubocop', '~> 0.28.0', require: false
- gem 'coveralls', '~> 0.8.2', require: false
- gem 'simplecov', '~> 0.10.0', require: false
- gem 'flog', require: false
- gem 'flay', require: false
-
- gem 'benchmark-ips', require: false
-end
-
-group :test do
- gem 'shoulda-matchers', '~> 2.8.0', require: false
- gem 'email_spec', '~> 1.6.0'
- gem 'webmock', '~> 1.21.0'
- gem 'test_after_commit', '~> 0.2.2'
- gem 'sham_rack'
-end
-
-group :production do
- gem "gitlab_meta", '7.0'
-end
-
-
-roup :production do
- gem "gitlab_meta", '7.0'
-end
-
-gem "newrelic_rpm", '~> 3.9.4.245'
-gem 'newrelic-grape'
-
gem 'octokit', '~> 3.7.0'
gem "mail_room", "~> 0.6.1"

View file

@ -2,9 +2,9 @@ Index: gitlab/Gemfile
=================================================================== ===================================================================
--- gitlab.orig/Gemfile --- gitlab.orig/Gemfile
+++ gitlab/Gemfile +++ gitlab/Gemfile
@@ -204,7 +204,7 @@ gem 'request_store', '~> 1.1' @@ -294,7 +294,7 @@ end
gem 'select2-rails', '~> 3.5.9' gem "newrelic_rpm", '~> 3.9.4.245'
gem 'virtus', '~> 1.0.1' gem 'newrelic-grape'
-gem 'octokit', '~> 3.7.0' -gem 'octokit', '~> 3.7.0'
+gem 'octokit', '~> 3.7' +gem 'octokit', '~> 3.7'

View file

@ -2,8 +2,8 @@ Index: gitlab/Gemfile
=================================================================== ===================================================================
--- gitlab.orig/Gemfile --- gitlab.orig/Gemfile
+++ gitlab/Gemfile +++ gitlab/Gemfile
@@ -19,7 +19,7 @@ gem 'devise-async', '~> 0.9.0' @@ -23,7 +23,7 @@ gem 'devise-async', '~> 0.9.0'
gem 'doorkeeper', '~> 2.1' gem 'doorkeeper', '~> 2.2.0'
gem 'omniauth', '~> 1.2.2' gem 'omniauth', '~> 1.2.2'
gem 'omniauth-bitbucket', '~> 0.0.2' gem 'omniauth-bitbucket', '~> 0.0.2'
-gem 'omniauth-facebook', '~> 3.0.0' -gem 'omniauth-facebook', '~> 3.0.0'

View file

@ -2,7 +2,7 @@ Index: gitlab/lib/support/init.d/gitlab
=================================================================== ===================================================================
--- gitlab.orig/lib/support/init.d/gitlab --- gitlab.orig/lib/support/init.d/gitlab
+++ gitlab/lib/support/init.d/gitlab +++ gitlab/lib/support/init.d/gitlab
@@ -237,7 +237,7 @@ start_gitlab() { @@ -238,7 +238,7 @@ start_gitlab() {
else else
# No need to remove a socket, gitlab-workhorse does this itself # No need to remove a socket, gitlab-workhorse does this itself
$app_root/bin/daemon_with_pidfile $gitlab_workhorse_pid_path \ $app_root/bin/daemon_with_pidfile $gitlab_workhorse_pid_path \

View file

@ -7,8 +7,8 @@ Index: gitlab/Gemfile
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
source "https://rubygems.org" source "https://rubygems.org"
-gem 'rails', '4.1.12' -gem 'rails', '4.2.4'
+gem 'rails', '~> 4.2' +gem 'rails', '~> 4.2.4'
gem 'rails-deprecated_sanitizer', '~> 1.0.3'
# Specify a sprockets version due to security issue # Responders respond_to and respond_with
# See https://groups.google.com/forum/#!topic/rubyonrails-security/doAVp0YaTqY

11
debian/patches/series vendored
View file

@ -1,30 +1,19 @@
loosen-rails-version.patch loosen-rails-version.patch
0002-loosen-devise.patch 0002-loosen-devise.patch
0003-loosen-doorkeeper.patch
0004-loosen-rack-oauth2.patch
0005-use-debian-omniauth-ldap.patch 0005-use-debian-omniauth-ldap.patch
0013-loosen-enumerize.patch
0015-loosen-carrierwave.patch 0015-loosen-carrierwave.patch
0016-loosen-fog.patch 0016-loosen-fog.patch
0017-loosen-redcarpet.patch 0017-loosen-redcarpet.patch
0018-loosen-rdoc.patch 0018-loosen-rdoc.patch
0019-loosen-creole.patch
0020-loosen-unicorn.patch 0020-loosen-unicorn.patch
0021-loosen-sidekiq.patch 0021-loosen-sidekiq.patch
0022-loosen-colorize.patch
0025-loosen-asana.patch
0027-loosen-underscore-rails.patch 0027-loosen-underscore-rails.patch
0028-loosen-ace-rails-ap.patch 0028-loosen-ace-rails-ap.patch
0029-loosen-sass-rails.patch 0029-loosen-sass-rails.patch
0031-loosen-jquery-turbolinks.patch
0032-loosen-gon.patch
0034-loosen-jquery-rails.patch 0034-loosen-jquery-rails.patch
0035-loosen-jquery-ui-rails.patch 0035-loosen-jquery-ui-rails.patch
0037-loosen-request-store.patch 0037-loosen-request-store.patch
0100-remove-development-test.patch
0102-loosen-octokit.patch 0102-loosen-octokit.patch
0106-loosen-gollum-lib.patch
0107-relax-omniauth-facebook.patch 0107-relax-omniauth-facebook.patch
0200-rails-4.2.patch
source-init-functions.patch source-init-functions.patch
0300-no-hard-coded-workhorse-path.patch 0300-no-hard-coded-workhorse-path.patch