Date: Wednesday, November 2, 2022 @ 11:03:46
Author: foutrelis
Revision: 1341008
upgpkg: gitlab 15.5.0-2: OpenSSL 3.0 rebuild (fix by loqs)
Modified:
gitlab/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-02 10:55:44 UTC (rev 1341007)
+++ PKGBUILD 2022-11-02 11:03:46 UTC (rev 1341008)
@@ -9,7 +9,7 @@
pkgname=gitlab
pkgver=15.5.0
-pkgrel=1
+pkgrel=2
pkgdesc="Project management and code hosting application"
arch=('x86_64')
url="https://gitlab.com/gitlab-org/gitlab-foss"
@@ -87,6 +87,10 @@
bundle-2.7 lock --update=bundler-audit
# 'lock' adds 'BUNDLED WITH' back. Remove it again.
sed -e '/BUNDLED WITH/,+1d' -i Gemfile.lock
+ # https://gitlab.com/gitlab-org/gitlab/-/issues/376417
+ sed -e "/gem 'openssl', '2.2.1'/d" -i Gemfile
+ bundle-2.7 lock --update=webauthn
+ sed -e '/BUNDLED WITH/,+1d' -i Gemfile.lock
}
build() {