svn commit: r496342 - in head/www/gitlab-ce: . files
Matthias Fechner
mfechner at FreeBSD.org
Wed Mar 20 13:58:58 UTC 2019
Author: mfechner
Date: Wed Mar 20 13:58:56 2019
New Revision: 496342
URL: https://svnweb.freebsd.org/changeset/ports/496342
Log:
Update to 11.8.2.
Changelog:
https://about.gitlab.com/2019/03/14/gitlab-11-8-2-released/
Modified:
head/www/gitlab-ce/Makefile
head/www/gitlab-ce/distinfo
head/www/gitlab-ce/files/patch-Gemfile
head/www/gitlab-ce/files/patch-config_gitlab.yml.example
Modified: head/www/gitlab-ce/Makefile
==============================================================================
--- head/www/gitlab-ce/Makefile Wed Mar 20 13:01:53 2019 (r496341)
+++ head/www/gitlab-ce/Makefile Wed Mar 20 13:58:56 2019 (r496342)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= gitlab-ce
-PORTVERSION= 11.8.1
+PORTVERSION= 11.8.2
CATEGORIES= www devel
MAINTAINER= mfechner at FreeBSD.org
@@ -221,7 +221,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= 657d5085256165ceaeb443891f8e14eeba82aaba
+GL_COMMIT= b1268e93775a992c990a8d378491b19c59463545
USERS= git
GROUPS= git
Modified: head/www/gitlab-ce/distinfo
==============================================================================
--- head/www/gitlab-ce/distinfo Wed Mar 20 13:01:53 2019 (r496341)
+++ head/www/gitlab-ce/distinfo Wed Mar 20 13:58:56 2019 (r496342)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1551781513
-SHA256 (gitlab-org-gitlab-ce-657d5085256165ceaeb443891f8e14eeba82aaba_GL0.tar.gz) = 45067f2421b31d375797dc913299404b48872d6b0ae9d195204b81a422f56584
-SIZE (gitlab-org-gitlab-ce-657d5085256165ceaeb443891f8e14eeba82aaba_GL0.tar.gz) = 53480669
+TIMESTAMP = 1553064692
+SHA256 (gitlab-org-gitlab-ce-b1268e93775a992c990a8d378491b19c59463545_GL0.tar.gz) = de42a38eac17ec5acd5d41e3c57e5953b7f4b122a7ed422fcba666d6c423f160
+SIZE (gitlab-org-gitlab-ce-b1268e93775a992c990a8d378491b19c59463545_GL0.tar.gz) = 53483067
Modified: head/www/gitlab-ce/files/patch-Gemfile
==============================================================================
--- head/www/gitlab-ce/files/patch-Gemfile Wed Mar 20 13:01:53 2019 (r496341)
+++ head/www/gitlab-ce/files/patch-Gemfile Wed Mar 20 13:58:56 2019 (r496342)
@@ -1,5 +1,13 @@
---- Gemfile.orig 2019-02-22 06:34:59 UTC
+--- Gemfile.orig 2019-03-13 16:32:44 UTC
+++ Gemfile
+@@ -1,6 +1,6 @@
+ source 'https://rubygems.org'
+
+-gem 'rails', '5.0.7.1'
++gem 'rails', '5.0.7.2'
+ gem 'rails-deprecated_sanitizer', '~> 1.0.3'
+
+ # Improves copy-on-write performance for MRI
@@ -15,7 +15,7 @@ gem 'sprockets', '~> 3.7.0'
gem 'gitlab-default_value_for', '~> 3.1.1', require: 'default_value_for'
Modified: head/www/gitlab-ce/files/patch-config_gitlab.yml.example
==============================================================================
--- head/www/gitlab-ce/files/patch-config_gitlab.yml.example Wed Mar 20 13:01:53 2019 (r496341)
+++ head/www/gitlab-ce/files/patch-config_gitlab.yml.example Wed Mar 20 13:58:56 2019 (r496342)
@@ -1,6 +1,6 @@
---- config/gitlab.yml.example.orig 2019-01-21 20:21:36 UTC
+--- config/gitlab.yml.example.orig 2019-03-13 16:32:44 UTC
+++ config/gitlab.yml.example
-@@ -231,7 +231,7 @@ production: &base
+@@ -248,7 +248,7 @@ production: &base
# external_http: ["1.1.1.1:80", "[2001::1]:80"] # If defined, enables custom domain support in GitLab Pages
# external_https: ["1.1.1.1:443", "[2001::1]:443"] # If defined, enables custom domain and certificate support in GitLab Pages
admin:
@@ -9,7 +9,7 @@
## Mattermost
## For enabling Add to Mattermost button
-@@ -593,7 +593,7 @@ production: &base
+@@ -610,7 +610,7 @@ production: &base
# Gitaly settings
gitaly:
# Path to the directory containing Gitaly client executables.
@@ -18,7 +18,7 @@
# Default Gitaly authentication token. Can be overridden per storage. Can
# be left blank when Gitaly is running locally on a Unix socket, which
# is the normal way to deploy Gitaly.
-@@ -611,8 +611,8 @@ production: &base
+@@ -628,8 +628,8 @@ production: &base
# real path not the symlink.
storages: # You must have at least a `default` storage path.
default:
@@ -29,7 +29,7 @@
# gitaly_token: 'special token' # Optional: override global gitaly.token for this storage.
## Backup settings
-@@ -640,12 +640,12 @@ production: &base
+@@ -661,12 +661,12 @@ production: &base
## GitLab Shell settings
gitlab_shell:
@@ -45,7 +45,7 @@
# Git over HTTP
upload_pack: true
-@@ -666,7 +666,7 @@ production: &base
+@@ -687,7 +687,7 @@ production: &base
# CAUTION!
# Use the default values unless you really know what you are doing
git:
More information about the svn-ports-all
mailing list