[arch-commits] Commit in gitlab/trunk (PKGBUILD gitlab-unicorn.service)

Sven-Hendrik Haase svenstaro at archlinux.org
Fri Mar 16 04:49:29 UTC 2018


    Date: Friday, March 16, 2018 @ 04:49:27
  Author: svenstaro
Revision: 308747

upgpkg: gitlab 10.5.5-1

Modified:
  gitlab/trunk/PKGBUILD
  gitlab/trunk/gitlab-unicorn.service

------------------------+
 PKGBUILD               |    6 +++---
 gitlab-unicorn.service |    5 ++++-
 2 files changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-16 04:06:21 UTC (rev 308746)
+++ PKGBUILD	2018-03-16 04:49:27 UTC (rev 308747)
@@ -7,7 +7,7 @@
 # Contributor: Caleb Maclennan <caleb at alerque.com>
 
 pkgname=gitlab
-pkgver=10.5.4
+pkgver=10.5.5
 pkgrel=1
 pkgdesc="Project management and code hosting application"
 arch=('x86_64')
@@ -36,8 +36,8 @@
         gitlab.logrotate
         yarn.lock)
 install='gitlab.install'
-sha512sums=('d213d8a1be1d6ae35d4ceb8551a712d5814bd5b1560109fc0129a9817ed86577601577a80f58ee26094d5eec49ac911b85e95839b6b6c4a2a6b1584f941cb84c'
-            '7c0fefe753eda3b80f892f62ef5ca733495b05a0bc94bf6a3db6e455c491f3e534e758f55f320898dfecfc1a799dedfeb573d555ad006a43eb6d0ab289dcd753'
+sha512sums=('4ec0cfc58eb4ab2140eedb763da3eb4e74e3eccf29bc65f5c090fc22025b6e332fbc57c8bb9a426c73bce0ea4ac4e172fa7d78573b8fb2287d22cd304483fa41'
+            '8a1e14d4fc38d4ab7a1ac34ac103a2520fc335e1d9ece8b8723a11cf8de348a1f1a918fc39cf5746065092200a04f9caf942d16eda8514c69ea5114b37c21bc7'
             '14f428525309397f8e9e7dca38b107a5267a124c03cdea67c10ebf271f8e18cefe5b52dd8af0ab146ab41f1a8eef4e05be746171ea11cb43464254965f12436a'
             'bfc98f3890dfbe11a6f7fa3275f2b04b54b8e31455dcf70abfdc7f1021ff9acb1243f7af8381465346cd780bc76fa2b1c80fada860b8c3c87c7c56bb5229c1ee'
             'a720df93dee2a4705411578e28ff00dc0af9ecdc2a7fdd11b63c533108ed6017dcbcf099604ea27599e0099d3b05e984e2549146bb8d852eaf09e33542003358'

Modified: gitlab-unicorn.service
===================================================================
--- gitlab-unicorn.service	2018-03-16 04:06:21 UTC (rev 308746)
+++ gitlab-unicorn.service	2018-03-16 04:49:27 UTC (rev 308747)
@@ -18,7 +18,10 @@
 PrivateDevices=true
 ProtectSystem=full
 ProtectHome=true
-NoNewPrivileges=true
+# NoNewPrivileges breaks gitlabs' email delivery if you
+# use postfix' sendmail wrapper. If you use an SMTP server
+# instead you can safely enable this security feature.
+#NoNewPrivileges=true
 ExecStart=/usr/bin/bundle-2.3 exec unicorn_rails -c <DATADIR>/config/unicorn.rb -E production
 ExecStop=/usr/bin/kill -QUIT $MAINPID
 ExecReload=/usr/bin/kill -USR2 $MAINPID



More information about the arch-commits mailing list