Date: Thu, 20 Jul 2017 10:42:36 +0000 (UTC) From: Torsten Zuehlsdorff <tz@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r446257 - in head/www/gitlab: . files Message-ID: <201707201042.v6KAgabW075005@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tz Date: Thu Jul 20 10:42:36 2017 New Revision: 446257 URL: https://svnweb.freebsd.org/changeset/ports/446257 Log: www/gitlab: Update from 9.1.7 to 9.1.8 Changelog: https://github.com/gitlabhq/gitlabhq/blob/v9.1.8/CHANGELOG.md Security: https://vuxml.FreeBSD.org/freebsd/92f4191a-6d25-11e7-93f7-d43d7e971a1b.html Security: CVE-2017-11438 Modified: head/www/gitlab/Makefile head/www/gitlab/distinfo head/www/gitlab/files/patch-Gemfile head/www/gitlab/pkg-plist Modified: head/www/gitlab/Makefile ============================================================================== --- head/www/gitlab/Makefile Thu Jul 20 10:14:36 2017 (r446256) +++ head/www/gitlab/Makefile Thu Jul 20 10:42:36 2017 (r446257) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= gitlab -PORTVERSION= 9.1.7 +PORTVERSION= 9.1.8 DISTVERSIONPREFIX= v -PORTREVISION= 3 CATEGORIES= www devel MAINTAINER= tz@FreeBSD.org @@ -113,6 +112,7 @@ RUN_DEPENDS= git>=2.8.4:devel/git \ rubygem-httparty>=0.13.3:www/rubygem-httparty \ rubygem-rainbow>=2.1.0:devel/rubygem-rainbow \ rubygem-settingslogic>=2.0.9:devel/rubygem-settingslogic \ + rubygem-re2>=1.0:devel/rubygem-re2 \ rubygem-version_sorter>=2.1.0:textproc/rubygem-version_sorter \ rubygem-redis-rails>=5.0.1:www/rubygem-redis-rails \ rubygem-redis>=3.2:databases/rubygem-redis \ Modified: head/www/gitlab/distinfo ============================================================================== --- head/www/gitlab/distinfo Thu Jul 20 10:14:36 2017 (r446256) +++ head/www/gitlab/distinfo Thu Jul 20 10:42:36 2017 (r446257) @@ -1,3 +1,3 @@ -TIMESTAMP = 1498552753 -SHA256 (gitlabhq-gitlabhq-v9.1.7_GH0.tar.gz) = 195f39ea7e3c0714df13403b2cc6311fecc437bf28b9f9cc619dd5b3a49634b0 -SIZE (gitlabhq-gitlabhq-v9.1.7_GH0.tar.gz) = 30511727 +TIMESTAMP = 1500536986 +SHA256 (gitlabhq-gitlabhq-v9.1.8_GH0.tar.gz) = a997937ceb6e7a264564a614ca07a67637b1e93fd5a7c554bfd7ad6aab603e66 +SIZE (gitlabhq-gitlabhq-v9.1.8_GH0.tar.gz) = 30513186 Modified: head/www/gitlab/files/patch-Gemfile ============================================================================== --- head/www/gitlab/files/patch-Gemfile Thu Jul 20 10:14:36 2017 (r446256) +++ head/www/gitlab/files/patch-Gemfile Thu Jul 20 10:42:36 2017 (r446257) @@ -1,4 +1,4 @@ ---- Gemfile.orig 2017-06-07 20:48:31 UTC +--- Gemfile.orig 2017-07-19 22:34:22 UTC +++ Gemfile @@ -1,48 +1,43 @@ source 'https://rubygems.org' @@ -136,7 +136,7 @@ # Run events after state machine commits gem 'after_commit_queue', '~> 1.3.0' -@@ -147,20 +142,20 @@ gem 'redis-namespace', '~> 1.5.2' +@@ -147,13 +142,13 @@ gem 'redis-namespace', '~> 1.5.2' gem 'sidekiq-limit_fetch', '~> 3.4' # Cron Parser @@ -153,6 +153,7 @@ # GitLab settings gem 'settingslogic', '~> 2.0.9' +@@ -163,7 +158,7 @@ gem 're2', '~> 1.0.0' # Misc @@ -161,7 +162,7 @@ # Cache gem 'redis-rails', '~> 5.0.1' -@@ -170,10 +165,10 @@ gem 'redis', '~> 3.2' +@@ -173,10 +168,10 @@ gem 'redis', '~> 3.2' gem 'connection_pool', '~> 2.0' # HipChat integration @@ -174,7 +175,7 @@ # Flowdock integration gem 'gitlab-flowdock-git-hook', '~> 1.0.1' -@@ -191,7 +186,7 @@ gem 'asana', '~> 0.6.0' +@@ -194,7 +189,7 @@ gem 'asana', '~> 0.6.0' gem 'ruby-fogbugz', '~> 0.2.1' # Kubernetes integration @@ -183,7 +184,7 @@ # d3 gem 'd3_rails', '~> 3.5.0' -@@ -200,7 +195,7 @@ gem 'd3_rails', '~> 3.5.0' +@@ -203,7 +198,7 @@ gem 'd3_rails', '~> 3.5.0' gem 'underscore-rails', '~> 1.8.0' # Sanitize user input @@ -192,7 +193,7 @@ gem 'babosa', '~> 1.0.2' # Sanitizes SVG input -@@ -210,7 +205,7 @@ gem 'loofah', '~> 2.0.3' +@@ -213,7 +208,7 @@ gem 'loofah', '~> 2.0.3' gem 'licensee', '~> 8.7.0' # Protect against bruteforcing @@ -201,7 +202,7 @@ # Ace editor gem 'ace-rails-ap', '~> 4.1.0' -@@ -229,122 +224,41 @@ gem 'chronic', '~> 0.10.2' +@@ -232,122 +227,41 @@ gem 'chronic', '~> 0.10.2' gem 'chronic_duration', '~> 0.10.6' gem 'webpack-rails', '~> 0.9.10' @@ -334,7 +335,7 @@ # Soft deletion gem 'paranoia', '~> 2.2' -@@ -359,4 +273,6 @@ gem 'sys-filesystem', '~> 1.1.6' +@@ -362,4 +276,6 @@ gem 'sys-filesystem', '~> 1.1.6' # Gitaly GRPC client gem 'gitaly', '~> 0.5.0' Modified: head/www/gitlab/pkg-plist ============================================================================== --- head/www/gitlab/pkg-plist Thu Jul 20 10:14:36 2017 (r446256) +++ head/www/gitlab/pkg-plist Thu Jul 20 10:42:36 2017 (r446257) @@ -4955,6 +4955,7 @@ %%WWWDIR%%/db/post_migrate/20170406142253_migrate_user_project_view.rb %%WWWDIR%%/db/post_migrate/20170408033905_remove_old_cache_directories.rb %%WWWDIR%%/db/post_migrate/20170606202615_move_appearance_to_system_dir.rb +%%WWWDIR%%/db/post_migrate/20170613111224_clean_appearance_symlinks.rb @(git,,) %%WWWDIR%%/db/schema.rb %%WWWDIR%%/db/seeds.rb %%WWWDIR%%/doc/README.md @@ -6848,6 +6849,7 @@ %%WWWDIR%%/lib/gitlab/testing/request_blocker_middleware.rb %%WWWDIR%%/lib/gitlab/time_tracking_formatter.rb %%WWWDIR%%/lib/gitlab/timeless.rb +%%WWWDIR%%/lib/gitlab/untrusted_regexp.rb %%WWWDIR%%/lib/gitlab/update_path_error.rb %%WWWDIR%%/lib/gitlab/upgrader.rb %%WWWDIR%%/lib/gitlab/uploads_transfer.rb @@ -7853,6 +7855,7 @@ %%WWWDIR%%/spec/lib/banzai/object_renderer_spec.rb %%WWWDIR%%/spec/lib/banzai/pipeline/description_pipeline_spec.rb %%WWWDIR%%/spec/lib/banzai/pipeline/full_pipeline_spec.rb +%%WWWDIR%%/spec/lib/banzai/pipeline/gfm_pipeline_spec.rb %%WWWDIR%%/spec/lib/banzai/pipeline/wiki_pipeline_spec.rb %%WWWDIR%%/spec/lib/banzai/querying_spec.rb %%WWWDIR%%/spec/lib/banzai/redactor_spec.rb @@ -8197,6 +8200,7 @@ %%WWWDIR%%/spec/lib/gitlab/template/gitlab_ci_yml_template_spec.rb %%WWWDIR%%/spec/lib/gitlab/template/issue_template_spec.rb %%WWWDIR%%/spec/lib/gitlab/template/merge_request_template_spec.rb +%%WWWDIR%%/spec/lib/gitlab/untrusted_regexp_spec.rb %%WWWDIR%%/spec/lib/gitlab/upgrader_spec.rb %%WWWDIR%%/spec/lib/gitlab/uploads_transfer_spec.rb %%WWWDIR%%/spec/lib/gitlab/url_blocker_spec.rb @@ -8231,6 +8235,7 @@ %%WWWDIR%%/spec/mailers/previews/devise_mailer_preview.rb %%WWWDIR%%/spec/mailers/previews/notify_preview.rb %%WWWDIR%%/spec/mailers/repository_check_mailer_spec.rb +%%WWWDIR%%/spec/migrations/clean_appearance_symlinks_spec.rb %%WWWDIR%%/spec/migrations/clean_upload_symlinks_spec.rb %%WWWDIR%%/spec/migrations/fill_authorized_projects_spec.rb %%WWWDIR%%/spec/migrations/migrate_build_events_to_pipeline_events_spec.rb @@ -8734,6 +8739,7 @@ %%WWWDIR%%/spec/support/kubernetes_helpers.rb %%WWWDIR%%/spec/support/ldap_helpers.rb %%WWWDIR%%/spec/support/login_helpers.rb +%%WWWDIR%%/spec/support/malicious_regexp_shared_examples.rb %%WWWDIR%%/spec/support/markdown_feature.rb %%WWWDIR%%/spec/support/matchers/access_matchers.rb %%WWWDIR%%/spec/support/matchers/be_like_time.rb
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707201042.v6KAgabW075005>