Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
gitlab


Commits:
cdef3529 by Caleb Maclennan at 2024-05-23T17:30:05+03:00
upgpkg: 17.0.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = gitlab
        pkgdesc = Project management and code hosting application
-       pkgver = 17.0.0
+       pkgver = 17.0.1
        pkgrel = 1
        url = https://gitlab.com/gitlab-org/gitlab-foss
        install = gitlab.install
@@ -47,7 +47,7 @@ pkgbase = gitlab
        backup = etc/webapps/gitlab/cable.yml
        backup = etc/webapps/gitlab/smtp_settings.rb
        backup = etc/logrotate.d/gitlab
-       source = git+https://gitlab.com/gitlab-org/gitlab-foss.git#tag=v17.0.0
+       source = git+https://gitlab.com/gitlab-org/gitlab-foss.git#tag=v17.0.1
        source = gitlab-configs.patch
        source = gitlab-environment
        source = gitlab-puma.service
@@ -59,7 +59,7 @@ pkgbase = gitlab
        source = gitlab.target
        source = gitlab.tmpfiles.d
        source = gitlab.logrotate
-       sha256sums = 
85083e080254ed56142c10d38af0be8ac9064a4566d2207aa36c0608dc155a32
+       sha256sums = 
9cac66e156406cf0d480ec6d573b96f1f0000acb4a409007de1028ea4a68571d
        sha256sums = 
e03957f659731f10d6e2a5804f1ba3096f525a4b3d8f3cb0b39ee3a97170766b
        sha256sums = 
8cc4d933743906b4213b8ea8d8c5a62535e27e4073f73581a5dad40078dde000
        sha256sums = 
f99499116f5d7cf59ccb7bfabd2d1ba68fbf83040571c607f7b0b50e6f50cbcf


=====================================
PKGBUILD
=====================================
@@ -9,7 +9,7 @@
 # Contributor: loqs <bugs-archli...@entropy-collector.net>
 
 pkgname=gitlab
-pkgver=17.0.0
+pkgver=17.0.1
 pkgrel=1
 pkgdesc='Project management and code hosting application'
 arch=(x86_64)
@@ -65,7 +65,7 @@ provides=(gitlab-workhorse) # FS78036
 conflicts=(gitlab-workhorse)
 replaces=(gitlab-workhorse)
 install=gitlab.install
-sha256sums=('85083e080254ed56142c10d38af0be8ac9064a4566d2207aa36c0608dc155a32'
+sha256sums=('9cac66e156406cf0d480ec6d573b96f1f0000acb4a409007de1028ea4a68571d'
             'e03957f659731f10d6e2a5804f1ba3096f525a4b3d8f3cb0b39ee3a97170766b'
             '8cc4d933743906b4213b8ea8d8c5a62535e27e4073f73581a5dad40078dde000'
             'f99499116f5d7cf59ccb7bfabd2d1ba68fbf83040571c607f7b0b50e6f50cbcf'
@@ -116,6 +116,9 @@ prepare() {
 build() {
        cd gitlab-foss
 
+       # https://github.com/nodejs/node/issues/48444
+       export UV_USE_IO_URING=0
+
        echo "Fetching bundled gems..."
        # Gems will be installed into vendor/bundle
        # Remove -Werror=format-security from the CFLAGS used by the C 
extension of the google-protobuf gem



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gitlab/-/commit/cdef3529bb6fcfca65389f5ce9bee145cb165a34

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gitlab/-/commit/cdef3529bb6fcfca65389f5ce9bee145cb165a34
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to