Bugfix upgrade to 11.11.3.
Changelog: https://about.gitlab.com/2019/06/10/gitlab-11-11-3-released/
This commit is contained in:
parent
ac10a9afe2
commit
b7b6e8f9c8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=504025
4 changed files with 9 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gitlab-ce
|
||||
PORTVERSION= 11.11.2
|
||||
PORTVERSION= 11.11.3
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= www devel
|
||||
|
||||
|
@ -19,7 +19,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
|||
MY_DEPENDS= git>=2.21.0:devel/git \
|
||||
gitlab-shell>=9.1.0:devel/gitlab-shell \
|
||||
gitlab-workhorse>=8.7.0:www/gitlab-workhorse \
|
||||
gitaly>=1.42.3:devel/gitaly \
|
||||
gitaly>=1.42.4:devel/gitaly \
|
||||
gitlab-pages>=1.5.0:www/gitlab-pages \
|
||||
redis>=3.2.12:databases/redis \
|
||||
yarn>=1.10.0:www/yarn \
|
||||
|
@ -229,7 +229,7 @@ USE_RC_SUBR= gitlab
|
|||
USE_GITLAB= yes
|
||||
GL_ACCOUNT= gitlab-org
|
||||
# Find the here: https://gitlab.com/gitlab-org/gitlab-ce/tags
|
||||
GL_COMMIT= 0da38977aca7df3071a936115a7336081b86e4c7
|
||||
GL_COMMIT= e3eeb779d72006b9fbbaecf9f1d8fbd52a7d6383
|
||||
|
||||
USERS= git
|
||||
GROUPS= git
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1559763740
|
||||
SHA256 (gitlab-org-gitlab-ce-0da38977aca7df3071a936115a7336081b86e4c7_GL0.tar.gz) = af49e6193b9806651e334d2a3abe3e14c7c84610cc67d6ce64aada11512058c5
|
||||
SIZE (gitlab-org-gitlab-ce-0da38977aca7df3071a936115a7336081b86e4c7_GL0.tar.gz) = 77351617
|
||||
TIMESTAMP = 1560265578
|
||||
SHA256 (gitlab-org-gitlab-ce-e3eeb779d72006b9fbbaecf9f1d8fbd52a7d6383_GL0.tar.gz) = 2c2d4a58c5afc632b4da670d7f51e8bf1e876921e98c9a4b9ffb046fe05b7ce9
|
||||
SIZE (gitlab-org-gitlab-ce-e3eeb779d72006b9fbbaecf9f1d8fbd52a7d6383_GL0.tar.gz) = 77468850
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
--- Gemfile.orig 2019-05-16 20:05:12 UTC
|
||||
--- Gemfile.orig 2019-06-10 10:52:55 UTC
|
||||
+++ Gemfile
|
||||
@@ -14,7 +14,7 @@ gem 'sprockets', '~> 3.7.0'
|
||||
gem 'gitlab-default_value_for', '~> 3.1.1', require: 'default_value_for'
|
||||
|
@ -51,7 +51,7 @@
|
|||
- gem 'database_cleaner', '~> 1.7.0'
|
||||
- gem 'factory_bot_rails', '~> 4.8.2'
|
||||
- gem 'rspec-rails', '~> 3.7.0'
|
||||
- gem 'rspec-retry', '~> 0.4.5'
|
||||
- gem 'rspec-retry', '~> 0.6.1'
|
||||
- gem 'rspec_profiling', '~> 0.0.5'
|
||||
- gem 'rspec-set', '~> 0.1.3'
|
||||
- gem 'rspec-parameterized', require: false
|
||||
|
|
|
@ -8445,6 +8445,7 @@
|
|||
%%WWWDIR%%/doc/ci/variables/img/new_custom_variables_example.png
|
||||
%%WWWDIR%%/doc/ci/variables/img/override_value_via_manual_pipeline_output.png
|
||||
%%WWWDIR%%/doc/ci/variables/img/override_variable_manual_pipeline.png
|
||||
%%WWWDIR%%/doc/ci/variables/img/variable_types_usage_example.png
|
||||
%%WWWDIR%%/doc/ci/variables/predefined_variables.md
|
||||
%%WWWDIR%%/doc/ci/variables/where_variables_can_be_used.md
|
||||
%%WWWDIR%%/doc/ci/yaml/README.md
|
||||
|
|
Loading…
Reference in a new issue