1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

Security update to version 11.11.1.

For more details see:
https://about.gitlab.com/2019/06/03/security-release-gitlab-11-dot-11-dot-1-released/

Security:	4091069e-860b-11e9-a05f-001b217b3468
This commit is contained in:
Matthias Fechner 2019-06-05 19:37:29 +00:00
parent 23c2140738
commit e7798bb3ac
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=503518
3 changed files with 14 additions and 8 deletions

View File

@ -2,8 +2,8 @@
# $FreeBSD$
PORTNAME= gitlab-ce
PORTVERSION= 11.11.0
PORTREVISION= 1
PORTVERSION= 11.11.1
PORTREVISION= 0
CATEGORIES= www devel
MAINTAINER= mfechner@FreeBSD.org
@ -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.0:devel/gitaly \
gitaly>=1.42.2: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= 3e8ca2fb7810dbe2d33058852278282779469f94
GL_COMMIT= ac0d1491ff7587e50cb2b3770abf2d4db7c1f97b
USERS= git
GROUPS= git

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1558564027
SHA256 (gitlab-org-gitlab-ce-3e8ca2fb7810dbe2d33058852278282779469f94_GL0.tar.gz) = cb9463031d8ada1b1d8fe06557572a774c8f7d0eb7d3dc78073f715f1e38f930
SIZE (gitlab-org-gitlab-ce-3e8ca2fb7810dbe2d33058852278282779469f94_GL0.tar.gz) = 77342617
TIMESTAMP = 1559571402
SHA256 (gitlab-org-gitlab-ce-ac0d1491ff7587e50cb2b3770abf2d4db7c1f97b_GL0.tar.gz) = 2728a8c7a8e0c868b7e1b83612daca6a13aadcdc923a2394d99eefcc5c3881fc
SIZE (gitlab-org-gitlab-ce-ac0d1491ff7587e50cb2b3770abf2d4db7c1f97b_GL0.tar.gz) = 77354962

View File

@ -3577,6 +3577,7 @@
%%WWWDIR%%/app/controllers/concerns/enforces_two_factor_authentication.rb
%%WWWDIR%%/app/controllers/concerns/group_tree.rb
%%WWWDIR%%/app/controllers/concerns/hooks_execution.rb
%%WWWDIR%%/app/controllers/concerns/import_url_params.rb
%%WWWDIR%%/app/controllers/concerns/internal_redirect.rb
%%WWWDIR%%/app/controllers/concerns/issuable_actions.rb
%%WWWDIR%%/app/controllers/concerns/issuable_collections.rb
@ -6691,6 +6692,7 @@
%%WWWDIR%%/config/initializers/hamlit.rb
%%WWWDIR%%/config/initializers/health_check.rb
%%WWWDIR%%/config/initializers/hipchat_client_patch.rb
%%WWWDIR%%/config/initializers/http_hostname_override.rb
%%WWWDIR%%/config/initializers/jira.rb
%%WWWDIR%%/config/initializers/kaminari_active_record_relation_methods_with_limit.rb
%%WWWDIR%%/config/initializers/kaminari_config.rb
@ -7804,6 +7806,7 @@
%%WWWDIR%%/db/migrate/20190422082247_create_project_metrics_settings.rb
%%WWWDIR%%/db/migrate/20190426180107_add_deployment_events_to_services.rb
%%WWWDIR%%/db/migrate/20190506135337_add_temporary_indexes_to_state_id.rb
%%WWWDIR%%/db/migrate/20190529142545_add_dns_rebinding_protection_enabled_to_application_settings.rb
%%WWWDIR%%/db/migrate/gpg_keys_limits_to_mysql.rb
%%WWWDIR%%/db/migrate/limits_ci_build_trace_chunks_raw_data_for_mysql.rb
%%WWWDIR%%/db/migrate/limits_to_mysql.rb
@ -11240,6 +11243,7 @@
%%WWWDIR%%/lib/gitlab/hook_data/note_builder.rb
%%WWWDIR%%/lib/gitlab/hook_data/wiki_page_builder.rb
%%WWWDIR%%/lib/gitlab/http.rb
%%WWWDIR%%/lib/gitlab/http_connection_adapter.rb
%%WWWDIR%%/lib/gitlab/http_io.rb
%%WWWDIR%%/lib/gitlab/i18n.rb
%%WWWDIR%%/lib/gitlab/i18n/metadata_entry.rb
@ -11432,7 +11436,6 @@
%%WWWDIR%%/lib/gitlab/prometheus/query_variables.rb
%%WWWDIR%%/lib/gitlab/prometheus_client.rb
%%WWWDIR%%/lib/gitlab/protocol_access.rb
%%WWWDIR%%/lib/gitlab/proxy_http_connection_adapter.rb
%%WWWDIR%%/lib/gitlab/push_options.rb
%%WWWDIR%%/lib/gitlab/query_limiting.rb
%%WWWDIR%%/lib/gitlab/query_limiting/active_support_subscriber.rb
@ -12236,6 +12239,7 @@
%%WWWDIR%%/spec/controllers/concerns/controller_with_cross_project_access_check_spec.rb
%%WWWDIR%%/spec/controllers/concerns/enforces_admin_authentication_spec.rb
%%WWWDIR%%/spec/controllers/concerns/group_tree_spec.rb
%%WWWDIR%%/spec/controllers/concerns/import_url_params_spec.rb
%%WWWDIR%%/spec/controllers/concerns/internal_redirect_spec.rb
%%WWWDIR%%/spec/controllers/concerns/issuable_collections_spec.rb
%%WWWDIR%%/spec/controllers/concerns/lfs_request_spec.rb
@ -14994,6 +14998,7 @@
%%WWWDIR%%/spec/lib/gitlab/hook_data/issuable_builder_spec.rb
%%WWWDIR%%/spec/lib/gitlab/hook_data/issue_builder_spec.rb
%%WWWDIR%%/spec/lib/gitlab/hook_data/merge_request_builder_spec.rb
%%WWWDIR%%/spec/lib/gitlab/http_connection_adapter_spec.rb
%%WWWDIR%%/spec/lib/gitlab/http_io_spec.rb
%%WWWDIR%%/spec/lib/gitlab/http_spec.rb
%%WWWDIR%%/spec/lib/gitlab/i18n/metadata_entry_spec.rb
@ -16455,6 +16460,7 @@
%%WWWDIR%%/spec/support/helpers/stub_gitlab_data.rb
%%WWWDIR%%/spec/support/helpers/stub_metrics.rb
%%WWWDIR%%/spec/support/helpers/stub_object_storage.rb
%%WWWDIR%%/spec/support/helpers/stub_requests.rb
%%WWWDIR%%/spec/support/helpers/stub_worker.rb
%%WWWDIR%%/spec/support/helpers/terms_helper.rb
%%WWWDIR%%/spec/support/helpers/test_env.rb