[arch-commits] Commit in nsjail/trunk (PKGBUILD)

Bruno Pagani archange at archlinux.org
Tue Jun 19 10:25:21 UTC 2018


    Date: Tuesday, June 19, 2018 @ 10:25:20
  Author: archange
Revision: 344052

upgpkg: nsjail 2.7-1

Modified:
  nsjail/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-19 06:10:10 UTC (rev 344051)
+++ PKGBUILD	2018-06-19 10:25:20 UTC (rev 344052)
@@ -1,7 +1,7 @@
 # Maintainer: Bruno Pagani <archange at archlinux.org> 
 
 pkgname=nsjail
-pkgver=2.6
+pkgver=2.7
 pkgrel=1
 pkgdesc="A light-weight process isolation tool"
 arch=('x86_64')
@@ -10,12 +10,14 @@
 depends=('protobuf' 'libnl')
 makedepends=('git')
 source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/google/nsjail/archive/${pkgver}.tar.gz"
-        'git+https://github.com/google/kafel.git#commit=9a8568c8f91a91d93893a61a48665dc329e075f1')
-sha256sums=('866c181266e33f94e22e1bba72c04883d8bd5694929b19d8aa183a72acc8519b'
+        'git+https://github.com/google/kafel.git#commit=409ccb2113e1f82f497d1dcfb5ae18376ff7056c')
+sha256sums=('28afa89c7dbed94528408e4f11d724622d24ea582739b254fa2a739320e87481'
             'SKIP')
 
 prepare() {
     mv kafel ${pkgname}-${pkgver}
+    # See https://github.com/google/nsjail/issues/83
+    sed -i 's/-Wno-format-nonliteral/-Wno-format-nonliteral -Wno-format-truncation/' ${pkgname}-${pkgver}/Makefile
 }
 
 build() {



More information about the arch-commits mailing list