From owner-svn-ports-head@freebsd.org Wed Oct 19 14:08:52 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 500A6C18E14; Wed, 19 Oct 2016 14:08:52 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 27D49F8; Wed, 19 Oct 2016 14:08:52 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9JE8pKI071418; Wed, 19 Oct 2016 14:08:51 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9JE8oYn071414; Wed, 19 Oct 2016 14:08:50 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201610191408.u9JE8oYn071414@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Wed, 19 Oct 2016 14:08:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424245 - in head/devel/gitlab-shell: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 14:08:52 -0000 Author: tz Date: Wed Oct 19 14:08:50 2016 New Revision: 424245 URL: https://svnweb.freebsd.org/changeset/ports/424245 Log: devel/gitlab-shell: Update from 3.0.0 to 3.2.1 v3.2.1 - Allow gitlab-project's fork-project command to fork projects between different repository storages v3.2.0 - Allow GitLab Shell to check for allowed access based on the used Git protocol - Add an error message when using shell commands with incompatible GitLab versions v3.1.0 - Refactor repository paths handling to allow multiple git mount points v3.0.1 - Update PostReceive worker to provide enqueued_at time. Approved by: swills (mentor) Modified: head/devel/gitlab-shell/Makefile head/devel/gitlab-shell/distinfo head/devel/gitlab-shell/files/patch-config.yml.example head/devel/gitlab-shell/pkg-plist Modified: head/devel/gitlab-shell/Makefile ============================================================================== --- head/devel/gitlab-shell/Makefile Wed Oct 19 13:34:18 2016 (r424244) +++ head/devel/gitlab-shell/Makefile Wed Oct 19 14:08:50 2016 (r424245) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gitlab-shell -PORTVERSION= 3.0.0 +PORTVERSION= 3.2.1 CATEGORIES= devel MASTER_SITES= https://gitlab.com/gitlab-org/${PORTNAME}/repository/archive.tar.gz?ref=v${PORTVERSION}&dummy=/ DISTNAME= ${PORTNAME}-v${PORTVERSION} Modified: head/devel/gitlab-shell/distinfo ============================================================================== --- head/devel/gitlab-shell/distinfo Wed Oct 19 13:34:18 2016 (r424244) +++ head/devel/gitlab-shell/distinfo Wed Oct 19 14:08:50 2016 (r424245) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468920011 -SHA256 (gitlab-shell-v3.0.0.tar.gz) = b57561ce84f108fd99aa7e152dc129ec9e0348063ce4fa7b796a2ebfcafdba75 -SIZE (gitlab-shell-v3.0.0.tar.gz) = 68128 +TIMESTAMP = 1470988234 +SHA256 (gitlab-shell-v3.2.1.tar.gz) = ad21f8676901b9d90a1c8016b5fe2ad73f9a7966ab378ce244b12fc0373e9f46 +SIZE (gitlab-shell-v3.2.1.tar.gz) = 68788 Modified: head/devel/gitlab-shell/files/patch-config.yml.example ============================================================================== --- head/devel/gitlab-shell/files/patch-config.yml.example Wed Oct 19 13:34:18 2016 (r424244) +++ head/devel/gitlab-shell/files/patch-config.yml.example Wed Oct 19 14:08:50 2016 (r424245) @@ -1,15 +1,6 @@ ---- config.yml.example.orig 2016-04-07 14:39:29 UTC +--- config.yml.example.orig 2016-07-26 21:04:16 UTC +++ config.yml.example -@@ -28,7 +28,7 @@ http_settings: - # Give the canonicalized absolute pathname, - # REPOS_PATH MUST NOT CONTAIN ANY SYMLINK!!! - # Check twice that none of the components is a symlink, including "/home". --repos_path: "/home/git/repositories" -+repos_path: "/usr/home/git/repositories" - - # File used as authorized_keys for gitlab user - auth_file: "/home/git/.ssh/authorized_keys" -@@ -49,7 +49,7 @@ redis: +@@ -43,7 +43,7 @@ redis: # Log file. # Default is gitlab-shell.log in the root directory. Modified: head/devel/gitlab-shell/pkg-plist ============================================================================== --- head/devel/gitlab-shell/pkg-plist Wed Oct 19 13:34:18 2016 (r424244) +++ head/devel/gitlab-shell/pkg-plist Wed Oct 19 14:08:50 2016 (r424245) @@ -1,6 +1,5 @@ %%DATADIR%%/.gitignore %%DATADIR%%/.gitlab-ci.yml -%%DATADIR%%/.hound.yml %%DATADIR%%/.rspec %%DATADIR%%/.rubocop.yml %%DATADIR%%/CHANGELOG @@ -33,6 +32,7 @@ %%DATADIR%%/lib/gitlab_net.rb %%DATADIR%%/lib/gitlab_post_receive.rb %%DATADIR%%/lib/gitlab_projects.rb +%%DATADIR%%/lib/gitlab_redis.rb %%DATADIR%%/lib/gitlab_shell.rb %%DATADIR%%/lib/httpunix.rb %%DATADIR%%/lib/names_helper.rb @@ -70,6 +70,8 @@ %%DATADIR%%/spec/vcr_cassettes/denied-push-with-user.yml %%DATADIR%%/spec/vcr_cassettes/denied-push.yml %%DATADIR%%/spec/vcr_cassettes/discover-ok.yml +%%DATADIR%%/spec/vcr_cassettes/http-access-disabled.yml +%%DATADIR%%/spec/vcr_cassettes/ssh-access-disabled.yml %%DATADIR%%/spec/vcr_cassettes/ssh-key-not-found.yml %%DATADIR%%/spec/vcr_cassettes/ssh-key-not-implemented.yml %%DATADIR%%/spec/vcr_cassettes/ssh-key-ok.yml