non port: devel/gitaly/distinfo |
Number of commits found: 245 (showing only 100 on this page) |
Friday, 24 Jun 2022
|
10:20 Matthias Fechner (mfechner)
devel/gitaly: update to 15.1.0
Required for gitlab-ce 15.1
Changelog:
https://gitlab.com/gitlab-org/gitaly/-/blob/master/CHANGELOG.md#1510-2022-06-21
15.1.0 (2022-06-21)
Added (4 changes)
operations: Return structured errors on conflict in UserMergeBranch (merge
request)
praefect: Add list-storages subcommand (merge request)
gitaly/config: Add option to ignore gitconfig files (merge request)
Make Git build with SHA256 routines in FIPS mode (merge request)
Fixed (10 changes)
operations: Use structured errors in UserDeleteBranch (merge request)
datastore: Fix migration that prunes maintenance-style replication jobs (merge
request)
catfile: Fix deadlock between reading a new object and accessing it (merge
request)
catfile: Fix dirtiness check when current object has been fully read (merge
request)
streamcache: Unlock waiters after cache keys have been pruned (merge request)
gitpipe: Fix closing queue too early (merge request)
gitpipe: Fix deadlock on context cancellation with unflushed requests (merge
request)
Makefile: Fix install target using doubly-prefixed Gitaly paths (merge request)
cgroups: Handle nil repo (merge request)
supervisor: Fix leaking logrus Goroutine on spawn failure (merge request)
Changed (5 changes)
Update nokogiri to v1.13.6 (merge request)
metadatahandler: Add grpc_method to prometheus metric (merge request)
Enable feature flag exact_pagination_token_match by default (merge request)
gitaly-lfs-smudge: Update git-lfs module and dependencies (merge request)
linguist: Implement wrapper to ignore gitconfig in Rugged (merge request)
Security (1 change)
Makefile: Run bundle in frozen mode (merge request)
Performance (1 change)
repository: Use long-running filter process for converting LFS pointers (merge
request)
4912f10 |
Monday, 20 Jun 2022
|
07:52 Matthias Fechner (mfechner)
www/gitlab-ce: update to 15.0.3
Add GitLab agent image tag to install command
Resolve "Add documentation for Opensearch Indexing paused."
Disconnect alternates when unlinking from a repository pool
Add version information for new fields in members API
Upgrade to bundler v2.3.15
cgroups: Handle nil repo
catfile: Backport patches to fix leaking catfile processes
Changelog:
https://about.gitlab.com/releases/2022/06/16/gitlab-15-0-3-released/
26745b2 |
Monday, 13 Jun 2022
|
10:05 Matthias Fechner (mfechner)
www/gitlab-ce: bugfix update to 15.0.2
Changelog:
https://about.gitlab.com/releases/2022/06/06/gitlab-15-0-2-released/
fc126a9 |
Saturday, 4 Jun 2022
|
20:01 Matthias Fechner (mfechner)
www/gitlab-ce: security update to 15.0.1
Changelog:
https://about.gitlab.com/releases/2022/06/01/critical-security-release-gitlab-15-0-1-released/
Security: f414d69f-e43d-11ec-9ea4-001b217b3468
3aa6129 |
Friday, 27 May 2022
|
17:18 Matthias Fechner (mfechner)
devel/gitaly: update to 15.0.0
Required for gitlab-ce 15.0.0.
Relaxe version contraints for rubygem-activesupport.
This is not tested by gitlab, but I found no problems in my tests.
Changelog:
https://gitlab.com/gitlab-org/gitaly/-/blob/master/CHANGELOG.md
PR: 263747
055d6b1 |
Friday, 22 Apr 2022
|
08:44 Matthias Fechner (mfechner)
devel/gitaly: update to 14.10.0
Required for gitlab-ce 14.10.
Changelog:
https://gitlab.com/gitlab-org/gitaly/-/blob/master/CHANGELOG.md
14.10.0 (2022-04-21)
Added (9 changes)
Wire metadata verifier in Praefect's main (merge request)
Initial implementation of a metadata verifier (merge request)
Include rate limiter as a middleware in Gitaly (merge request)
commit: Add CheckObjectsExist RPC (merge request)
config: Add RateLimiting configuration (merge request)
Allow Commit.RawBlame to take a Range parameter (merge request)
repository: Use Size() to calculate repo size behind feature flag (merge
request)
command: Log cgroup path (merge request)
gitaly/config: Introduce runtime directory configuration (merge request)
Fixed (6 changes)
ssh: Clean up output when pre-receive hook fails (merge request)
Handle DeleteObjectPool calls in Praefect (merge request)
Makefile: Fix performance issues caused by tracing in binaries (merge request)
Makefile: Fix indeterministic sorting order of Git patches (merge request)
cgroups: Allow stats to be collected in absence of memsw.* entries (merge
request)
operations: Fix missing votes on squashed commits (merge request)
Changed (22 changes)
Expose last verification time in 'praefect metadata' (merge request)
Expose VerifiedAt via GetRepositoryMetadata proto definitions (merge request)
featureflag: Remove TransactionalSymbolicRefUpdates featureflag (merge request)
limithandler: Change metric name for concurrency limiting (merge request)
Remove implicit pool creation on link behavior (merge request)
Makefile: Upgrade the default Git distribution to v2.35.1.gl1 (merge request)
git: Remove feature flag for Git v2.35.1.gl1 (merge request)
featureflag: Enable TransactionalSymbolicRefUpdates by default (merge request)
proto: Mark related RPCs as maintenance operations (merge request)
praefect: Implement routing for maintenance operations (merge request)
housekeeping: Skip repacking empty repositories (merge request)
operations: Default-enable quarantined voting for UserSquash (merge request)
git: Enable bundled Git v2.35.1.gl1 by default (merge request)
maintenance: Call housekeeping manager's OptimizeRepository directly (merge
request)
sidechannel: Convert to use runtime directory to store sockets (merge request)
git: Remove feature flag for bundled Git (merge request)
repository: Structured errors for UserRebaseConfirmable (merge request)
git: Migrate Git exec path to use runtime directory (merge request)
git: Migrate hook directory to use runtime directory (merge request)
gitaly/config: Migrate internal sockets to use runtime directory (merge request)
operations: Always use structured errors for UserSquash (merge request)
housekeeping: Limit concurrency of OptimizeRepository to 1 (merge request)
Performance (9 changes)
housekeeping: Avoid stat calls when searching for locked refs (merge request)
housekeeping: Avoid stat calls when searching for broken refs (merge request)
housekeeping: Avoid stat calls when searching for temporary objects (merge
request)
middleware/cache: Handle maintenance-style RPCs (merge request)
git: Limit number of threads in git-grep(1) (merge request)
git: Globally limit threads used by git-pack-objects(1) (merge request)
housekeeping: Skip prune if there are no old objects (merge request)
housekeeping: Clean up server info data (merge request)
git: Disable generation of server info in git-repack(1) (merge request)
Other (2 changes)
Add migrations for background verification schema (merge request)
sidechannel: use default yamux max window size (merge request)
MFH: 2022Q2
b64a8ac |
Friday, 15 Apr 2022
|
03:32 Matthias Fechner (mfechner)
www/gitlab-ce: bugfix update to 14.9.3
Changelog:
https://about.gitlab.com/releases/2022/04/12/gitlab-14-9-3-released/
MFH: 2022Q2
249d26c |
Monday, 4 Apr 2022
|
15:19 Matthias Fechner (mfechner)
www/gitlab-ce: security update to 14.9.2
Changelog:
https://about.gitlab.com/releases/2022/03/31/critical-security-release-gitlab-14-9-2-released/
MFH: 2022Q2
Security: 8657eedd-b423-11ec-9559-001b217b3468
f423059 |
Saturday, 26 Mar 2022
|
07:44 Matthias Fechner (mfechner)
www/gitlab-ce: bugfix update to 14.9.1
Changelog:
https://about.gitlab.com/releases/2022/03/23/gitlab-14-9-1-released/
14.9.1 (2022-03-23)
Fixed (1 change)
- [Fix backups not working when feature_flags table does not
exist](gitlab-org/gitlab@4cc3cd6cf6eb256a9837ef92a6fdb4991cd1642c) ([merge
request](gitlab-org/gitlab!83388))
Changed (1 change)
- [Alias user_email_lookup_limit to
search_rate_limit](gitlab-org/gitlab@424c277fc4c994df60ea68acb8988537526108e4)
([merge request](gitlab-org/gitlab!83388))
620f713 |
07:44 Matthias Fechner (mfechner)
devel/gitaly: update to 14.9.0
Required for gitlab-ce 14.9
Changelog:
https://gitlab.com/gitlab-org/gitaly/-/blob/master/CHANGELOG.md
14.9.0 (2022-03-21)
Added (7 changes)
Repository: allow opting for --mirror for CreateRepositoryFromURL (merge
request)
housekeeping: Track what kind of repacks OptimizeRepository does (merge request)
housekeeping: Expose pruned stale files via Prometheus metric (merge request)
proto: Add structured error types for UserRebaseCofirmable (merge request)
git2go: Add squash parameter to MergeCommand by @trakos (merge request)
git: Support bundled Git v2.35.1.gl1 (merge request)
proto: Add structured error types for UserSquash RPC (merge request)
Fixed (14 changes)
housekeeping: Don't prune recent objects (merge request)
repository: Fix indeterministic voting when creating new repos (merge request)
operations: Fix wrong error code when UserSquash conflicts (merge request)
cgroups: Remove paths field (merge request)
Extend invalid metadata deletion logic to repos existin on target (merge
request)
localrepo: Unlock symbolic refs when the update fails (merge request)
git: Verify that bundled Git binaries exist and are executable (merge request)
git: Reject config with bundled Git and missing binary directories (merge
request)
praefect: Pass feature flags to Gitaly when executing ServerInfo (merge request)
Hooks: eagerly delete sidechannel socket dir (merge request)
Handle backchannel connection closing idempotently (merge request)
repository: Fix indetermenistic voting order in ReplicateRepository (merge
request)
gitaly: Fix missing housekeeping manager dependency (merge request)
repository: Ignore missing refs in CreateBundleFromRefList (merge request)
Changed (10 changes)
housekeeping: Generalize counter for pruned empty directories (merge request)
repository: Allow CreateRepository to take default_branch (merge request)
operations: Return error from UserSquash when merging fails (merge request)
operations: Return error from UserSquash on conflict (merge request)
operations: Return error from UserSquash when resolving revisions fails (merge
request)
git: Enable use of bundled Git by default (merge request)
localrepo: Remove flag to switch to sidechannels for internal fetches (merge
request)
localrepo: Do transactional vote in SetDefaultBranch (merge request)
repository: Use optional auth token for cloning (merge request)
log: Disable gRPC HealthCheck message logging (merge request)
Deprecated (3 changes)
proto: Deprecate PreReceiveError field in UserMergeBranchResponse (merge
request)
proto: Deprecate PreReceiveError field in UserMergeToRefResponse (merge request)
proto: Deprecate fine-grained repository maintenance RPCs (merge request)
Removed (2 changes)
operations: Remove deprecated squash_id from UserSquash RPC (merge request)
git: Remove support for the Ruby hooks directory (merge request)
Performance (2 changes)
Makefile: Add more patches to speed up git-fetch(1) to v2.35.1.gl1 (merge
request)
git: Convert internal fetches to use sidechannel (merge request)
83b70cb |
Sunday, 20 Mar 2022
|
07:18 Matthias Fechner (mfechner)
www/gitlab-ce: bugfix update to 14.8.4
Changelog:
https://about.gitlab.com/releases/2022/03/15/gitlab-14-8-3-released/
https://about.gitlab.com/releases/2022/03/16/gitlab-14-8-4-released/
14.8.3 (2022-03-14)
Fixed (3 changes)
Fix rake task to setup the Geo tracking database (merge request) GitLab
Enterprise Edition
Fix handling of resource iteration events when deleting a User (merge request)
GitLab Enterprise Edition
Ensure cleanup job artifacts task does not include pipeline artifacts (merge
request)
Changed (1 change)
Remove runners token prefix feature flags (merge request)
14.8.4 (2022-03-16)
Added (1 change)
Detect and fix artifacts with backfilled expire_at (merge request)
Fixed (1 change)
Pass issue ID to merge request creation form (merge request)
Changed (1 change)
Enable feature flags to resume artifact removal on self-managed (merge request)
04adada |
Wednesday, 9 Mar 2022
|
10:07 Matthias Fechner (mfechner)
devel/gitaly: Update to 14.8.2
Required for gitlab-ce 14.8.2.
9a92c73 |
10:07 Matthias Fechner (mfechner)
devel/gitaly: update to 14.8.0
Required for gitlab-ce 14.8.
Changelog:
https://gitlab.com/gitlab-org/gitaly/-/blob/master/CHANGELOG.md
14.8.0 (2022-02-21)
Added (9 changes)
repository: Add new RPC to prune unreachable objects (merge request)
limithandler: Add metrics for queue limiting (merge request)
migrate: Add -verbose flag to sql-migrate (merge request)
Added json output for gitaly-backup by @imskr (merge request)
limithandler: enable max queue wait time (merge request)
limithandler: add concurrency queue limit (merge request)
proto: Add detailed errors when updating references fails (merge request)
feat: Detect SSH signed objects (merge request)
cmd/praefect: Check of the system clock synchronization (merge request)
Fixed (10 changes)
Propagate NotFound error returned by GetRepoPath (merge request)
coordinator: Fix error comparison causing excessive replication jobs (merge
request)
Handle CreateObjectPool as a repository creation RPC (merge request)
Makefile: Use pkg-config if available to set LIBPCREDIR (merge request)
demo: Fix deletion of Praefect Cloud SQL instance (merge request)
operations: Skip rebasing commits which become empty (merge request)
housekeeping: Fix pruning of "remote.*.prune" config key (merge request)
operations: Always respect committer timezone in UserApplyPatch (merge request)
Shorten server keepalive period to 5 minutes (merge request)
operations: Respect timezone of committer in UserApplyPatch (merge request)
Changed (14 changes)
Update actionpack and related Ruby gems (merge request)
ci: Upgrade CI images to Debian bullseye (merge request)
repository: Clean up worktrees in OptimizeRepository (merge request)
repository: Use heuristic to pack refs in OptimizeRepository (merge request)
repository: Use heuristic to prune objects in OptimizeRepository (merge request)
repository: Use heuristic for incremental repacks in OptimizeRepository (merge
request)
repository: Use heuristic for full repacks in OptimizeRepository (merge request)
migrate: Print execution time of migrations (merge request)
replicator: Log number of stale jobs deleted (merge request)
fetch: Stop writing FETCH_HEAD (merge request)
config: Exclude DB metrics by default (merge request)
hooks: Don't use Ruby hooks by default (merge request)
cmd/gitaly-git2go: Upgrade to libgit2 v1.3.0 (merge request)
operations: Return detailed error when reference update fails in merge (merge
request)
Deprecated (1 change)
operations: Deprecate the rebase ID (merge request)
Performance (7 changes)
git: Backport patches to speed up git-fetch(1) in repos with many refs (merge
request)
datastore: Clean completed & dead replication jobs (merge request)
repository: Avoid spawning Git command if there is no worktree to prune (merge
request)
localrepo: Use protocol v2 for internal fetches (merge request)
repository: Use skipping negotiation algorithm for replication (merge request)
housekeeping: Strip empty config sections (merge request)
Expand flat paths only for the returned page in GetTreeEntries (merge request)
Other (2 changes)
chore: Add ssh signature test case (merge request)
client: Expose sidechannel server methods (merge request)
c5be8a8 |
Tuesday, 15 Feb 2022
|
15:32 Matthias Fechner (mfechner)
www/gitlab-ce: bugfix update to 14.7.3
Changelog:
https://about.gitlab.com/releases/2022/02/08/gitlab-14-7-2-released/
https://about.gitlab.com/releases/2022/02/14/gitlab-14-7-3-released/
GitLab Community Edition and Enterprise Edition
Create 14.7 What's New entry
Fix cluster integration HTTP adapter
Revert "Merge branch 'wc-gitaly-keepalive-limit' into 'master'"
Fix broken mermaid diagrams
GitLab Version - CE Admin Dashboard [RUN ALL RSPEC] [RUN AS-IF-FOSS]
Geo: Fix verification failures of remote stored files
Update to ruby-magic v0.5.4
Geo: Fix reverify object stored files
Update PG runtime conf before restarting
Ensure EE services are added when gitlab-ee::config recipe is included
GitLab Community Edition and Enterprise Edition
Properly exclude pending_destruction packages when creating one
Update Import/Export ObjectBuilder for merge requests
Fix Geo checksummable check failing when file is nil
Update GitHub PRs Importer to force update repository
Update Mattermost to 6.2.2 (GitLab 14.7)
Specify fetch_workers config option to omnibus
Update Omnibus to v8.2.1.7
756202c |
Saturday, 5 Feb 2022
|
07:55 Matthias Fechner (mfechner)
www/gitlab-ce: security update to 14.7.1
Changelog:
https://about.gitlab.com/releases/2022/02/03/security-release-gitlab-14-7-1-released/
Security: 3507bfb3-85d5-11ec-8c9c-001b217b3468
1737af6 |
Wednesday, 26 Jan 2022
|
10:42 Matthias Fechner (mfechner)
devel/gitaly: update to 14.7.0
Required for gitlab-ce 14.7.
54b34c4 |
Friday, 21 Jan 2022
|
14:00 Matthias Fechner (mfechner)
www/gitlab-ce: bugfix update to 14.6.3
Changelog:
https://about.gitlab.com/releases/2022/01/17/gitlab-14-6-3-released/
f54e59f |
Thursday, 13 Jan 2022
|
11:46 Matthias Fechner (mfechner)
www/gitlab-ce: security update to 14.6.2
Changelog:
https://about.gitlab.com/releases/2022/01/04/gitlab-14-6-1-released/
https://about.gitlab.com/releases/2022/01/11/security-release-gitlab-14-6-2-released/
MFH: 2022Q1
Security: 43f84437-73ab-11ec-a587-001b217b3468
07951f9 |
Wednesday, 22 Dec 2021
|
17:04 Matthias Fechner (mfechner)
devel/gitaly: update to 14.6.0
Required for gitlab-ce 14.6.
1cd6234 |
Tuesday, 7 Dec 2021
|
08:05 Matthias Fechner (mfechner)
www/gitlab-ce: security update to 14.5.2
Changelog:
https://about.gitlab.com/releases/2021/12/06/security-release-gitlab-14-5-2-released/
Security: b299417a-5725-11ec-a587-001b217b3468
4ee4060 |
Saturday, 4 Dec 2021
|
12:07 Matthias Fechner (mfechner)
devel/gitaly: update to 14.5.1
Required for gitlab 14.5
e3fe869 |
Tuesday, 16 Nov 2021
|
11:49 Matthias Fechner (mfechner)
devel/gitaly: include patch
It seems that gitlab generate the patch on request on file size is different
for fetches.
2e564d3 |
Saturday, 13 Nov 2021
|
14:44 Matthias Fechner (mfechner)
www/gitlab-ce: upgrade to 14.4.2
Changelog:
https://about.gitlab.com/releases/2021/11/08/gitlab-14-4-2-released/
73b8be0 |
14:44 Matthias Fechner (mfechner)
www/gitlab-ce: security upgrade to 14.4.1
This version has a problem showing files like .md files (e.g. README.md on the
start page of a project).
But as this bug is already present on version 14.4.0
I will deploy this now, to fix the security problems.
We need to find the source why this happens and fix it later.
Changelog:
https://about.gitlab.com/releases/2021/10/28/security-release-gitlab-14-4-1-released/
Security: 33557582-3958-11ec-90ba-001b217b3468
eca633b |
Wednesday, 27 Oct 2021
|
06:20 Matthias Fechner (mfechner)
devel/gitaly: Update to 14.4.0
Is required for gitlab-ce 14.4.0.
bebf78b |
Saturday, 2 Oct 2021
|
07:49 Matthias Fechner (mfechner)
www/gitlab-ce: Bugfix update 14.3.2
Changelog:
https://about.gitlab.com/releases/2021/10/01/gitlab-14-3-2-released/
c7a5935 |
Friday, 1 Oct 2021
|
14:53 Matthias Fechner (mfechner)
www/gitlab-ce: Security update to 14.3.1
Changelog:
https://about.gitlab.com/releases/2021/09/30/security-release-gitlab-14-3-1-released/
Security: 1bdd4db6-2223-11ec-91be-001b217b3468
96e60ab |
Thursday, 23 Sep 2021
|
19:42 Matthias Fechner (mfechner)
devel/gitaly: Update to 14.3.0
Required for gitlab-ce 14.3.
2ddc114 |
Tuesday, 31 Aug 2021
|
21:20 Matthias Fechner (mfechner)
www/gitlab-ce: Security update to 14.2.2
Changelog:
https://about.gitlab.com/releases/2021/08/31/security-release-gitlab-14-2-2-released/
Security: 6c22bb39-0a9a-11ec-a265-001b217b3468
4edd9ea |
09:54 Matthias Fechner (mfechner)
devel/gitaly: Update to 14.2.1
Required for gitlab-ce 14.2.
422f21b |
Wednesday, 4 Aug 2021
|
08:29 Matthias Fechner (mfechner)
www/gitlab-ce: Security update to 14.1.2
Changelog:
https://about.gitlab.com/releases/2021/08/03/security-release-gitlab-14-1-2-released/
Security: 1d651770-f4f5-11eb-ba49-001b217b3468
ad51d83 |
Saturday, 31 Jul 2021
|
14:19 Matthias Fechner (mfechner)
www/gitlab-ce: Bugfix update to 14.1.1
Changelog:
https://about.gitlab.com/releases/2021/07/28/gitlab-14-1-1-released/
7dac4c3 |
Saturday, 24 Jul 2021
|
07:08 Matthias Fechner (mfechner)
devel/gitaly: Udpate to 14.1.0
Required for gitlab 14.1.
2f2022c |
Saturday, 10 Jul 2021
|
08:09 Matthias Fechner (mfechner)
www/gitlab-ce: Bugfix update to 14.0.5
Changelog:
https://about.gitlab.com/releases/2021/07/08/gitlab-14-0-5-released/
MFH: 2021Q3
5f4b94a |
Thursday, 8 Jul 2021
|
06:49 Matthias Fechner (mfechner)
www/gitlab-ce: Security update to 14.0.4
Changelog:
https://about.gitlab.com/releases/2021/07/07/critical-security-release-gitlab-14-0-4-released/
Security: 01974420-dfaf-11eb-ba49-001b217b3468
8d5ba0c |
Saturday, 3 Jul 2021
|
06:03 Matthias Fechner (mfechner)
www/gitlab-ce: Security update to 14.0.2
Changelog:
https://about.gitlab.com/releases/2021/07/01/security-release-gitlab-14-0-2-released/
Security: 8ba8278d-db06-11eb-ba49-001b217b3468
a0e1c49 |
06:03 Matthias Fechner (mfechner)
www/gitlab-ce: Patch update to 14.0.1.
Changelog:
https://about.gitlab.com/releases/2021/06/24/gitlab-14-0-1-released/
e98b6d84 |
06:03 Matthias Fechner (mfechner)
devel/gitaly: Update to 14.0.0.
Required for gitlab-ce 14.0.0.
6ff0c444 |
Tuesday, 1 Jun 2021
|
22:37 Matthias Fechner (mfechner)
www/gitlab-ce: Security related update to 13.12.2.
Changelog:
https://about.gitlab.com/releases/2021/06/01/security-release-gitlab-13-12-2-released/
5b56d04 |
Saturday, 29 May 2021
|
16:23 Matthias Fechner (mfechner)
www/gitlab-ce: Update to 13.12.1.
Changelog:
https://about.gitlab.com/releases/2021/05/25/gitlab-13-12-1-released/
c23015d |
16:23 Matthias Fechner (mfechner)
devel/gitaly: Update to 13.12.0.
Required for gitlab-ce 13.12.
8eb73b9 |
Monday, 17 May 2021
|
08:23 Matthias Fechner (mfechner)
www/gitlab-ce: Bugfix update to 13.11.4.
Changelog:
https://about.gitlab.com/releases/2021/05/14/gitlab-13-11-4-released/
ceb9a12 |
Thursday, 6 May 2021
|
21:37 Matthias Fechner (mfechner)
www/gitlab-ce: Bugfixupdate to 13.11.3
Changelog:
https://about.gitlab.com/releases/2021/04/30/gitlab-13-11-3-released/
04902cc |
Wednesday, 28 Apr 2021
|
21:57 Matthias Fechner (mfechner)
www/gitlab-ce: Security update to 13.11.2.
Changelog:
https://about.gitlab.com/releases/2021/04/28/security-release-gitlab-13-11-2-released/
Security: 518a119c-a864-11eb-8ddb-001b217b3468
a90f2f8 |
Friday, 23 Apr 2021
|
19:06 Matthias Fechner (mfechner)
devel/gitaly: Update to 13.11.1.
This update is required for gitlab-ce 13.11 upgrade.
a39d3cd |
Sunday, 18 Apr 2021
|
21:41 Matthias Fechner (mfechner)
www/gitlab-ce: Security update to 13.10.3.
Changelog:
https://about.gitlab.com/releases/2021/04/14/security-release-gitlab-13-10-3-released/
77d6936 |
Saturday, 10 Apr 2021
|
06:32 Matthias Fechner (mfechner)
www/gitlab-ce: bugfix update to 13.10.2.
Changelog:
https://about.gitlab.com/releases/2021/04/01/gitlab-13-10-2-released/
MFH: 2021Q2
bac76e3 |
Friday, 9 Apr 2021
|
18:44 Matthias Fechner (mfechner)
Regenerate all distfiles using gitlab as source.
This regeneration is required as the new gitlab version changed
the address and the directory the source files can be downloaded.
This commit also applies some small fixes to make sure all ports using
gitlab are buildable.
Reviewed by: mat
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D29628
911f042 |
Tuesday, 6 Apr 2021
|
07:51 Matthias Fechner (mfechner)
Update to 13.10.1 which is required for gitlab-ce 13.10.
4376e18 |
Thursday, 18 Mar 2021
|
16:32 mfechner
Security update to 13.9.4.
Changelog:
https://about.gitlab.com/releases/2021/03/17/security-release-gitlab-13-9-4-released/
Security: 50e59056-87f2-11eb-b6a2-001b217b3468
|
Saturday, 13 Mar 2021
|
08:59 mfechner
Bugfix update to 13.9.3.
Changelog:
https://about.gitlab.com/releases/2021/03/08/gitlab-13-9-3-released/
This commit also includes the script to generate the pkg-plist so we have in one
place.
|
Saturday, 6 Mar 2021
|
10:08 mfechner
Security update to gitlab-ce 13.9.2.
Changelog:
https://about.gitlab.com/releases/2021/03/04/security-release-gitlab-13-9-2-released/
This commit also enforces an older version of devel/rubygem-google-protobuf of
version 3.14.0.
This also linked PR.
This ensures that users to not upgrade by accident to a version that is core
dumping.
So it is wanted that this port is currently not buildable to protect users from
an update.
If you want to this upgrade, wait till devel/rubygem-google-protobuf is fixed or
downgrade it to 3.14.0.
PR: 254014 254010
Security: 8bf856ea-7df7-11eb-9aad-001b217b3468
|
Wednesday, 3 Mar 2021
|
09:26 mfechner
Update to 13.9.1 which is required for gitlab-ce upgrade.
|
Friday, 12 Feb 2021
|
14:34 mfechner
Security update to 13.8.4.
Changelog:
https://about.gitlab.com/releases/2021/02/11/security-release-gitlab-13-8-4-released/
Security: 1020d401-6d2d-11eb-ab0b-001b217b3468
|
Saturday, 6 Feb 2021
|
08:39 mfechner
Bugfix update to 13.8.3.
Changelog:
https://about.gitlab.com/releases/2021/02/05/gitlab-13-8-3-released/
|
08:08 mfechner
Security upgrade to 13.8.2.
Changelog:
https://about.gitlab.com/releases/2021/02/01/security-release-gitlab-13-8-2-released/
Security: 66d1c277-652a-11eb-bb3f-001b217b3468
|
Wednesday, 27 Jan 2021
|
13:41 mfechner
Bugfix update to gitlab-ce 13.8.1.
Changelog:
https://about.gitlab.com/releases/2021/01/26/gitlab-13-8-1-released/
|
12:34 mfechner
Update to 13.8.0 which is required for gitlab-ce 13.8.
|
Thursday, 14 Jan 2021
|
12:06 mfechner
Security update to 13.7.4.
Changelog:
https://about.gitlab.com/releases/2021/01/14/critical-security-release-gitlab-13-7-4-released/
Security: 0a8ebf4a-5660-11eb-b4e2-001b217b3468
|
Saturday, 9 Jan 2021
|
20:32 mfechner
Security update to 13.7.2:
https://about.gitlab.com/releases/2021/01/07/security-release-gitlab-13-7-2-released/
Bugfix update to 13.7.3:
https://about.gitlab.com/releases/2021/01/08/gitlab-13-7-3-released/
Security: a2a2b34d-52b4-11eb-87cb-001b217b3468
|
Sunday, 27 Dec 2020
|
13:52 mfechner
Bugfix update to 13.7.1.
Changelog:
https://about.gitlab.com/releases/2020/12/23/gitlab-13-7-1-released/
This release also fixes a problem with an upgrade related to rubygem-rdoc.
|
Tuesday, 22 Dec 2020
|
16:34 mfechner
Update to 13.7.0 which is required fpr gitlab 13.7.
|
Saturday, 12 Dec 2020
|
08:35 mfechner
Bugfix update to gitlab-ce 13.6.3.
Changelog:
https://about.gitlab.com/releases/2020/12/10/gitlab-13-6-3-released/
|
Thursday, 10 Dec 2020
|
17:39 mfechner
Security update to 13.6.2.
Changelog:
https://about.gitlab.com/releases/2020/12/07/security-release-gitlab-13-6-2-released/
Security: 5d5e5cda-38e6-11eb-bbbf-001b217b3468
|
Saturday, 28 Nov 2020
|
17:41 mfechner
Bugfix update to gitlab 13.6.1.
Changelog:
https://about.gitlab.com/releases/2020/11/23/gitlab-13-6-1-released/
|
14:58 mfechner
Update to 13.6.0 which is required for gitlab-ce 13.6.
|
Wednesday, 18 Nov 2020
|
20:26 mfechner
Bugfix release to 13.5.4.
Changelog:
https://about.gitlab.com/releases/2020/11/13/gitlab-13-5-4-released/
|
Tuesday, 10 Nov 2020
|
11:56 mfechner
Bugfix update for www/gitlab-ce to 13.5.3.
Changelog:
https://about.gitlab.com/releases/2020/11/03/gitlab-13-5-3-released/
|
Tuesday, 3 Nov 2020
|
07:54 mfechner
Security update of www/gitlab-ce to version 13.5.2.
Changelog:
https://about.gitlab.com/releases/2020/11/02/security-release-gitlab-13-5-2-released/
Security: 174e466b-1d48-11eb-bd0f-001b217b3468
|
Friday, 23 Oct 2020
|
06:08 mfechner
www/gitlab-ce: bugfix update to 13.5.1.
Changelog:
https://about.gitlab.com/releases/2020/10/22/gitlab-13-5-1-released/
|
04:45 mfechner
Upgrade to 13.5.0 which is required fAOEr gitlab-ce 13.5.
|
Friday, 16 Oct 2020
|
15:51 mfechner
Bugfix update of www/gitlab-ce to 13.4.4.
Changelog:
https://about.gitlab.com/releases/2020/10/15/gitlab-13-4-4-released/
|
Friday, 9 Oct 2020
|
07:52 mfechner
Bugfix update of www/gitlab-ce to 13.4.3.
|
Tuesday, 6 Oct 2020
|
06:29 mfechner
Update location for depedency codahale:hdrhistogram.
The source was moved from:
https://github.com/codahale/hdrhistogram
to
https://github.com/HdrHistogram/hdrhistogram-go
PR: 250140
Reported by: hakan@siktas.com
|
Friday, 2 Oct 2020
|
13:51 mfechner
Security update to 13.4.2.
Changelog:
https://about.gitlab.com/releases/2020/10/01/security-release-13-4-2-release/
MFH: 2020Q4
Security: a3495e61-047f-11eb-86ea-001b217b3468
|
Saturday, 26 Sep 2020
|
10:00 mfechner
www/gitlab-ce: Bugfix upgrade to 13.4.1.
Changelog:
https://about.gitlab.com/releases/2020/09/24/gitlab-13-4-1-released/
|
07:25 mfechner
Update to gitaly 13.4 which is required for gitlab-ce 13.4.
This commit also includes the MR to be able to compile against to standard
libgit2 port:
https://gitlab.com/gitlab-org/gitaly/-/merge_requests/2600
|
Wednesday, 16 Sep 2020
|
10:23 mfechner
Bugfix update to 13.3.6.
Changelog:
https://about.gitlab.com/releases/2020/09/14/gitlab-13-3-6-released/
|
Friday, 4 Sep 2020
|
18:28 mfechner
Bugfix update to 13.3.5.
Changelog:
https://about.gitlab.com/releases/2020/09/04/gitlab-13-3-5-released/
|
Thursday, 3 Sep 2020
|
13:07 mfechner
Security update to 13.3.4.
This upgrade includes what was missing in 13.3.3 and fixes now all open
vulnerabilities.
Changelog:
https://about.gitlab.com/releases/2020/09/02/security-release-gitlab-13-3-3-released/
Security: 1fb13175-ed52-11ea-8b93-001b217b3468
|
Wednesday, 2 Sep 2020
|
20:18 mfechner
Security update to 13.3.3.
This security update does not fix all problems, we have to wait here for 13.3.4.
Changelog:
https://about.gitlab.com/releases/2020/09/02/security-release-gitlab-13-3-3-released/
Security: 1fb13175-ed52-11ea-8b93-001b217b3468
|
Friday, 28 Aug 2020
|
20:09 mfechner
Bugfix update to 13.3.2.
Changelog:
https://about.gitlab.com/releases/2020/08/25/gitlab-13-3-1-released/
https://about.gitlab.com/releases/2020/08/28/gitlab-13-3-2-released/
|
Tuesday, 25 Aug 2020
|
13:01 mfechner
Upgrade to 13.3.0 which is required for gitlab 13.3.
|
Sunday, 9 Aug 2020
|
07:26 mfechner
Update to 13.2.3.
This release fixes some security issues, but not all:
https://about.gitlab.com/releases/2020/08/05/gitlab-13-2-3-released/
I opened an issue upstream for this problem:
https://gitlab.com/gitlab-org/gitlab/-/issues/233881
Maybe the vulnerability entry a003b74f-d7b3-11ea-9df1-001b217b3468
has to be updated accordingly.
Security: a003b74f-d7b3-11ea-9df1-001b217b3468
|
Sunday, 2 Aug 2020
|
07:06 mfechner
Bugfix update of www/gitlab-ce to 13.2.2.
Changelog:
https://about.gitlab.com/releases/2020/07/30/gitlab-13-2-2-released/
|
Saturday, 25 Jul 2020
|
12:01 mfechner
Bugfix update of www/gitlab-ce to 12.3.1.
Changelog:
https://about.gitlab.com/releases/2020/07/24/gitlab-13-2-1-released/
|
Friday, 24 Jul 2020
|
09:10 mfechner
Update to 13.2.0 which is required for gitlab-ce 13.2.
|
Friday, 10 Jul 2020
|
06:20 mfechner
Bugfix update to 13.1.4.
Changelog:
https://about.gitlab.com/releases/2020/07/09/gitlab-13-1-4-released/
|
Tuesday, 7 Jul 2020
|
10:34 mfechner
Security update to 13.1.3.
Changelog:
https://about.gitlab.com/releases/2020/07/06/critical-security-release-gitlab-13-1-3-released/
MFH: 2020Q3
Security: f7a97d43-c039-11ea-a051-001b217b3468
|
Thursday, 2 Jul 2020
|
20:18 mfechner
Security update to 13.1.2.
Changelog:
https://about.gitlab.com/releases/2020/07/01/security-release-13-1-2-release/
MFH: 2020Q3
Security: 0a305431-bc98-11ea-a051-001b217b3468
|
Monday, 29 Jun 2020
|
18:01 mfechner
Bugfix update to 13.1.1.
Changelog:
https://about.gitlab.com/releases/2020/06/24/gitlab-13-1-1-released/
|
Monday, 22 Jun 2020
|
18:32 mfechner
Update to 13.1.0 which is required for gitlab-ce 13.1 upgrade.
|
Thursday, 11 Jun 2020
|
13:15 mfechner
Update to 13.0.6.
This update does not change anything, but makes sure the correct version is
displayed in the admin panel.
|
Thursday, 4 Jun 2020
|
19:59 mfechner
Update to 13.0.5 which is required for gitlab-ce 13.0.
|
17:56 mfechner
Security update of www/gitlab-ce to 12.10.9.
Changelog:
https://about.gitlab.com/releases/2020/06/03/critical-security-release-13-0-4-released/
Security: 40bfab16-a68b-11ea-9ea5-001b217b3468
|
Thursday, 28 May 2020
|
07:19 mfechner
Security update www/gitlab-ce to 12.10.7.
Changelog:
https://about.gitlab.com/releases/2020/05/27/security-release-13-0-1-released/
Security: 69cf62a8-a0aa-11ea-9ea5-001b217b3468
|
Wednesday, 20 May 2020
|
06:06 mfechner
Update to 12.10.6 which is required for gitlab-ce 12.10.6 upgrade.
|
Friday, 1 May 2020
|
11:21 mfechner
Security update to 12.9.5.
Changelog:
https://about.gitlab.com/releases/2020/04/30/security-release-12-10-2-released/
Security: e8483115-8b8e-11ea-bdcf-001b217b3468
|
Wednesday, 15 Apr 2020
|
21:05 mfechner
Security update to 12.9.3.
Changelog:
https://about.gitlab.com/releases/2020/04/14/critical-security-release-gitlab-12-dot-9-dot-3-released/
Security: 570706ff-7ee0-11ea-bd0b-001b217b3468
|
Monday, 6 Apr 2020
|
18:14 mfechner
Bugfix update to 12.9.2.
Changelog:
https://about.gitlab.com/releases/2020/03/31/gitlab-12-9-2-released/
|
Number of commits found: 245 (showing only 100 on this page) |