1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Security update to 12.0.4.

https://about.gitlab.com/2019/07/29/security-release-gitlab-12-dot-1-dot-2-released/

Security:	1cd89254-b2db-11e9-8001-001b217b3468
This commit is contained in:
Matthias Fechner 2019-07-30 15:48:44 +00:00
parent d706bb475e
commit 26d589206e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=507650
4 changed files with 14 additions and 9 deletions

View File

@ -2,8 +2,8 @@
# $FreeBSD$
PORTNAME= gitlab-ce
PORTVERSION= 12.0.3
PORTREVISION= 3
PORTVERSION= 12.0.4
PORTREVISION= 0
CATEGORIES= www devel
MAINTAINER= mfechner@FreeBSD.org
@ -235,7 +235,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= 08a51a9db938bb05f9a4c999075d010079e16bad
GL_COMMIT= a5ac84a1d05212de6d1831e2d4e8f552139f2a3c
USERS= git
GROUPS= git

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1562483293
SHA256 (gitlab-org-gitlab-ce-08a51a9db938bb05f9a4c999075d010079e16bad_GL0.tar.gz) = f093ef458d2d30da8c724557bfe5b2178dd1afc80905f1bb845d83050b6dce6b
SIZE (gitlab-org-gitlab-ce-08a51a9db938bb05f9a4c999075d010079e16bad_GL0.tar.gz) = 76510504
TIMESTAMP = 1564499877
SHA256 (gitlab-org-gitlab-ce-a5ac84a1d05212de6d1831e2d4e8f552139f2a3c_GL0.tar.gz) = cb1eb32e488e3d77f256e103192d33a029856597a8624671c07b0a05fdf1a81b
SIZE (gitlab-org-gitlab-ce-a5ac84a1d05212de6d1831e2d4e8f552139f2a3c_GL0.tar.gz) = 76514294

View File

@ -6,7 +6,7 @@ Gitlab was installed successfully.
You now need to set up the various components of Gitlab, so please
follow the instructions in the guide at:
https://gitlab.fechner.net/mfechner/Gitlab-docu/blob/master/install/11.11-freebsd.md
https://gitlab.fechner.net/mfechner/Gitlab-docu/blob/master/install/12.0-freebsd.md
EOM
type: install
}
@ -20,7 +20,7 @@ EOM
If you just installed an major upgrade of GitLab, for example you
switched from 11.8.x to 11.9.x, please follow the instructions in the guide at:
https://gitlab.fechner.net/mfechner/Gitlab-docu/blob/master/update/11.10-11.11-freebsd.md
https://gitlab.fechner.net/mfechner/Gitlab-docu/blob/master/update/11.11-12.0-freebsd.md
If you just installed an minor upgrade of GitLab please follow
the instructions in the guide at:

View File

@ -6814,6 +6814,7 @@
%%WWWDIR%%/config/initializers/mysql_ignore_postgresql_options.rb
%%WWWDIR%%/config/initializers/mysql_set_length_for_binary_indexes.rb
%%WWWDIR%%/config/initializers/new_framework_defaults.rb
%%WWWDIR%%/config/initializers/octokit.rb
%%WWWDIR%%/config/initializers/omniauth.rb
%%WWWDIR%%/config/initializers/pages.rb
%%WWWDIR%%/config/initializers/peek.rb
@ -11409,6 +11410,7 @@
%%WWWDIR%%/lib/gitlab/namespaced_session_store.rb
%%WWWDIR%%/lib/gitlab/null_request_store.rb
%%WWWDIR%%/lib/gitlab/object_hierarchy.rb
%%WWWDIR%%/lib/gitlab/octokit/middleware.rb
%%WWWDIR%%/lib/gitlab/omniauth_initializer.rb
%%WWWDIR%%/lib/gitlab/optimistic_locking.rb
%%WWWDIR%%/lib/gitlab/other_markup.rb
@ -11612,6 +11614,7 @@
%%WWWDIR%%/lib/gitlab/utils/deep_size.rb
%%WWWDIR%%/lib/gitlab/utils/merge_hash.rb
%%WWWDIR%%/lib/gitlab/utils/override.rb
%%WWWDIR%%/lib/gitlab/utils/sanitize_node_link.rb
%%WWWDIR%%/lib/gitlab/utils/strong_memoize.rb
%%WWWDIR%%/lib/gitlab/verify/batch_verifier.rb
%%WWWDIR%%/lib/gitlab/verify/job_artifacts.rb
@ -12805,7 +12808,7 @@
%%WWWDIR%%/spec/features/merge_request/user_selects_branches_for_new_mr_spec.rb
%%WWWDIR%%/spec/features/merge_request/user_suggests_changes_on_diff_spec.rb
%%WWWDIR%%/spec/features/merge_request/user_toggles_whitespace_changes_spec.rb
%%WWWDIR%%/spec/features/merge_request/user_tries_to_access_private_repository_through_new_mr_spec.rb
%%WWWDIR%%/spec/features/merge_request/user_tries_to_access_private_project_info_through_new_mr_spec.rb
%%WWWDIR%%/spec/features/merge_request/user_uses_quick_actions_spec.rb
%%WWWDIR%%/spec/features/merge_request/user_views_diffs_spec.rb
%%WWWDIR%%/spec/features/merge_request/user_views_open_merge_request_spec.rb
@ -15239,6 +15242,7 @@
%%WWWDIR%%/spec/lib/gitlab/namespaced_session_store_spec.rb
%%WWWDIR%%/spec/lib/gitlab/null_request_store_spec.rb
%%WWWDIR%%/spec/lib/gitlab/object_hierarchy_spec.rb
%%WWWDIR%%/spec/lib/gitlab/octokit/middleware_spec.rb
%%WWWDIR%%/spec/lib/gitlab/omniauth_initializer_spec.rb
%%WWWDIR%%/spec/lib/gitlab/optimistic_locking_spec.rb
%%WWWDIR%%/spec/lib/gitlab/other_markup_spec.rb
@ -15385,6 +15389,7 @@
%%WWWDIR%%/spec/lib/gitlab/utils/deep_size_spec.rb
%%WWWDIR%%/spec/lib/gitlab/utils/merge_hash_spec.rb
%%WWWDIR%%/spec/lib/gitlab/utils/override_spec.rb
%%WWWDIR%%/spec/lib/gitlab/utils/sanitize_node_link_spec.rb
%%WWWDIR%%/spec/lib/gitlab/utils/strong_memoize_spec.rb
%%WWWDIR%%/spec/lib/gitlab/utils_spec.rb
%%WWWDIR%%/spec/lib/gitlab/verify/job_artifacts_spec.rb