[arch-commits] Commit in nsjail/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-07-27 Thread Bruno Pagani via arch-commits
Date: Monday, July 27, 2020 @ 19:37:13
  Author: archange
Revision: 665515

archrelease: copy trunk to community-x86_64

Added:
  nsjail/repos/community-x86_64/PKGBUILD
(from rev 665514, nsjail/trunk/PKGBUILD)
Deleted:
  nsjail/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   59 +--
 1 file changed, 29 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-27 19:37:08 UTC (rev 665514)
+++ PKGBUILD2020-07-27 19:37:13 UTC (rev 665515)
@@ -1,30 +0,0 @@
-# Maintainer: Bruno Pagani  
-
-pkgname=nsjail
-pkgver=2.9
-pkgrel=5
-pkgdesc="Light-weight process isolation tool"
-arch=(x86_64)
-url="https://nsjail.com;
-license=(Apache)
-depends=(protobuf libnl)
-makedepends=(git)
-source=("https://github.com/google/nsjail/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;
-
'git+https://github.com/google/kafel.git#commit=722b93a630e53ca472a4c69f61cb3dfc44ea5041')
-sha256sums=('f8578a48330d3d089c9234a2b562be08043f8fe77453c322724acdf403d0afc3'
-'SKIP')
-
-prepare() {
-mv kafel ${pkgname}-${pkgver}
-sed -e 's|-Werror||' -i $pkgname-$pkgver/Makefile
-}
-
-build() {
-cd ${pkgname}-${pkgver}
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-install -Dm755 nsjail -t "${pkgdir}"/usr/bin/ 
-}

Copied: nsjail/repos/community-x86_64/PKGBUILD (from rev 665514, 
nsjail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-27 19:37:13 UTC (rev 665515)
@@ -0,0 +1,29 @@
+# Maintainer: Bruno Pagani  
+
+pkgname=nsjail
+pkgver=3.0
+pkgrel=1
+pkgdesc="Light-weight process isolation tool"
+arch=(x86_64)
+url="https://nsjail.com;
+license=(Apache)
+depends=(protobuf libnl)
+makedepends=(git)
+source=("https://github.com/google/nsjail/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;
+
'git+https://github.com/google/kafel.git#commit=8e69b8efae415cde3debffbb1e379d9e7a16835a')
+sha256sums=('cfa66d3ed136b2e221752287b95e544915e8a6760aa866f023b604d14a374919'
+'SKIP')
+
+prepare() {
+mv kafel ${pkgname}-${pkgver}
+}
+
+build() {
+cd ${pkgname}-${pkgver}
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+install -Dm755 nsjail -t "${pkgdir}"/usr/bin/ 
+}


[arch-commits] Commit in nsjail/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-09-06 Thread Bruno Pagani via arch-commits
Date: Friday, September 6, 2019 @ 15:44:55
  Author: archange
Revision: 508290

archrelease: copy trunk to community-x86_64

Added:
  nsjail/repos/community-x86_64/PKGBUILD
(from rev 508289, nsjail/trunk/PKGBUILD)
Deleted:
  nsjail/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   58 +-
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-06 15:44:49 UTC (rev 508289)
+++ PKGBUILD2019-09-06 15:44:55 UTC (rev 508290)
@@ -1,29 +0,0 @@
-# Maintainer: Bruno Pagani  
-
-pkgname=nsjail
-pkgver=2.8
-pkgrel=2
-pkgdesc="A light-weight process isolation tool"
-arch=('x86_64')
-url="http://nsjail.com;
-license=('Apache')
-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=722b93a630e53ca472a4c69f61cb3dfc44ea5041')
-sha256sums=('1eb5cad7e698d467a0224614aaca04e169bde6c2cf57f2e6a01a8ad5f787bb56'
-'SKIP')
-
-prepare() {
-mv kafel ${pkgname}-${pkgver}
-}
-
-build() {
-cd ${pkgname}-${pkgver}
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-install -Dm755 nsjail -t "${pkgdir}"/usr/bin/ 
-}

Copied: nsjail/repos/community-x86_64/PKGBUILD (from rev 508289, 
nsjail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-06 15:44:55 UTC (rev 508290)
@@ -0,0 +1,29 @@
+# Maintainer: Bruno Pagani  
+
+pkgname=nsjail
+pkgver=2.9
+pkgrel=1
+pkgdesc="Light-weight process isolation tool"
+arch=(x86_64)
+url="https://nsjail.com;
+license=(Apache)
+depends=(protobuf libnl)
+makedepends=(git)
+source=("https://github.com/google/nsjail/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;
+
'git+https://github.com/google/kafel.git#commit=722b93a630e53ca472a4c69f61cb3dfc44ea5041')
+sha256sums=('f8578a48330d3d089c9234a2b562be08043f8fe77453c322724acdf403d0afc3'
+'SKIP')
+
+prepare() {
+mv kafel ${pkgname}-${pkgver}
+}
+
+build() {
+cd ${pkgname}-${pkgver}
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+install -Dm755 nsjail -t "${pkgdir}"/usr/bin/ 
+}


[arch-commits] Commit in nsjail/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-06-19 Thread Bruno Pagani via arch-commits
Date: Tuesday, June 19, 2018 @ 10:25:39
  Author: archange
Revision: 344053

archrelease: copy trunk to community-x86_64

Added:
  nsjail/repos/community-x86_64/PKGBUILD
(from rev 344052, nsjail/trunk/PKGBUILD)
Deleted:
  nsjail/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   60 +++-
 1 file changed, 31 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-19 10:25:20 UTC (rev 344052)
+++ PKGBUILD2018-06-19 10:25:39 UTC (rev 344053)
@@ -1,29 +0,0 @@
-# Maintainer: Bruno Pagani  
-
-pkgname=nsjail
-pkgver=2.6
-pkgrel=1
-pkgdesc="A light-weight process isolation tool"
-arch=('x86_64')
-url="http://nsjail.com;
-license=('Apache')
-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'
-'SKIP')
-
-prepare() {
-mv kafel ${pkgname}-${pkgver}
-}
-
-build() {
-cd ${pkgname}-${pkgver}
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-install -Dm755 nsjail -t "${pkgdir}"/usr/bin/ 
-}

Copied: nsjail/repos/community-x86_64/PKGBUILD (from rev 344052, 
nsjail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-19 10:25:39 UTC (rev 344053)
@@ -0,0 +1,31 @@
+# Maintainer: Bruno Pagani  
+
+pkgname=nsjail
+pkgver=2.7
+pkgrel=1
+pkgdesc="A light-weight process isolation tool"
+arch=('x86_64')
+url="http://nsjail.com;
+license=('Apache')
+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=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() {
+cd ${pkgname}-${pkgver}
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+install -Dm755 nsjail -t "${pkgdir}"/usr/bin/ 
+}


[arch-commits] Commit in nsjail/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-04-19 Thread Bruno Pagani via arch-commits
Date: Thursday, April 19, 2018 @ 16:43:02
  Author: archange
Revision: 317048

archrelease: copy trunk to community-x86_64

Added:
  nsjail/repos/community-x86_64/PKGBUILD
(from rev 317047, nsjail/trunk/PKGBUILD)
Deleted:
  nsjail/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   58 +-
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-19 16:42:47 UTC (rev 317047)
+++ PKGBUILD2018-04-19 16:43:02 UTC (rev 317048)
@@ -1,29 +0,0 @@
-# Maintainer: Bruno Pagani  
-
-pkgname=nsjail
-pkgver=2.5
-pkgrel=1
-pkgdesc="A light-weight process isolation tool"
-arch=('x86_64')
-url="http://nsjail.com;
-license=('Apache')
-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=f664aca45eae96dabdd17830fcef89ddca110643')
-sha256sums=('70f6f7ad82cf8ab14022b66702a90006221da4279fcb4254c79e13c11bb357a0'
-'SKIP')
-
-prepare() {
-mv kafel ${pkgname}-${pkgver}
-}
-
-build() {
-cd ${pkgname}-${pkgver}
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-install -Dm755 nsjail -t "${pkgdir}"/usr/bin/ 
-}

Copied: nsjail/repos/community-x86_64/PKGBUILD (from rev 317047, 
nsjail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-19 16:43:02 UTC (rev 317048)
@@ -0,0 +1,29 @@
+# Maintainer: Bruno Pagani  
+
+pkgname=nsjail
+pkgver=2.6
+pkgrel=1
+pkgdesc="A light-weight process isolation tool"
+arch=('x86_64')
+url="http://nsjail.com;
+license=('Apache')
+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'
+'SKIP')
+
+prepare() {
+mv kafel ${pkgname}-${pkgver}
+}
+
+build() {
+cd ${pkgname}-${pkgver}
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+install -Dm755 nsjail -t "${pkgdir}"/usr/bin/ 
+}


[arch-commits] Commit in nsjail/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-02-21 Thread Bruno Pagani via arch-commits
Date: Wednesday, February 21, 2018 @ 13:23:18
  Author: archange
Revision: 296670

archrelease: copy trunk to community-x86_64

Added:
  nsjail/repos/community-x86_64/PKGBUILD
(from rev 296669, nsjail/trunk/PKGBUILD)
Deleted:
  nsjail/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   58 +-
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-21 13:23:08 UTC (rev 296669)
+++ PKGBUILD2018-02-21 13:23:18 UTC (rev 296670)
@@ -1,29 +0,0 @@
-# Maintainer: Bruno Pagani  
-
-pkgname=nsjail
-pkgver=2.4
-pkgrel=1
-pkgdesc="A light-weight process isolation tool"
-arch=('x86_64')
-url="http://nsjail.com;
-license=('Apache')
-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=f664aca45eae96dabdd17830fcef89ddca110643')
-sha256sums=('2020d8fd87611ebfdf8d21825b3556693d0f2919b02eb268b1413bc93af9fbb7'
-'SKIP')
-
-prepare() {
-mv kafel ${pkgname}-${pkgver}
-}
-
-build() {
-cd ${pkgname}-${pkgver}
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-install -Dm755 nsjail -t "${pkgdir}"/usr/bin/ 
-}

Copied: nsjail/repos/community-x86_64/PKGBUILD (from rev 296669, 
nsjail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-21 13:23:18 UTC (rev 296670)
@@ -0,0 +1,29 @@
+# Maintainer: Bruno Pagani  
+
+pkgname=nsjail
+pkgver=2.5
+pkgrel=1
+pkgdesc="A light-weight process isolation tool"
+arch=('x86_64')
+url="http://nsjail.com;
+license=('Apache')
+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=f664aca45eae96dabdd17830fcef89ddca110643')
+sha256sums=('70f6f7ad82cf8ab14022b66702a90006221da4279fcb4254c79e13c11bb357a0'
+'SKIP')
+
+prepare() {
+mv kafel ${pkgname}-${pkgver}
+}
+
+build() {
+cd ${pkgname}-${pkgver}
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+install -Dm755 nsjail -t "${pkgdir}"/usr/bin/ 
+}


[arch-commits] Commit in nsjail/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-02-01 Thread Bruno Pagani via arch-commits
Date: Thursday, February 1, 2018 @ 10:20:20
  Author: archange
Revision: 288471

archrelease: copy trunk to community-x86_64

Added:
  nsjail/repos/community-x86_64/PKGBUILD
(from rev 288470, nsjail/trunk/PKGBUILD)
Deleted:
  nsjail/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   58 +-
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-01 10:20:08 UTC (rev 288470)
+++ PKGBUILD2018-02-01 10:20:20 UTC (rev 288471)
@@ -1,29 +0,0 @@
-# Maintainer: Bruno Pagani  
-
-pkgname=nsjail
-pkgver=2.3
-pkgrel=1
-pkgdesc="A light-weight process isolation tool"
-arch=('x86_64')
-url="http://nsjail.com;
-license=('Apache')
-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=33d7970ba0d5a1939371f3448e13ede833b32afd')
-sha256sums=('a9f7e63c798cd93e3be8d23e1170baac94f304320660d92597f752a48b1e7fb6'
-'SKIP')
-
-prepare() {
-mv kafel ${pkgname}-${pkgver}
-}
-
-build() {
-cd ${pkgname}-${pkgver}
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-install -Dm755 nsjail -t "${pkgdir}"/usr/bin/ 
-}

Copied: nsjail/repos/community-x86_64/PKGBUILD (from rev 288470, 
nsjail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-01 10:20:20 UTC (rev 288471)
@@ -0,0 +1,29 @@
+# Maintainer: Bruno Pagani  
+
+pkgname=nsjail
+pkgver=2.4
+pkgrel=1
+pkgdesc="A light-weight process isolation tool"
+arch=('x86_64')
+url="http://nsjail.com;
+license=('Apache')
+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=f664aca45eae96dabdd17830fcef89ddca110643')
+sha256sums=('2020d8fd87611ebfdf8d21825b3556693d0f2919b02eb268b1413bc93af9fbb7'
+'SKIP')
+
+prepare() {
+mv kafel ${pkgname}-${pkgver}
+}
+
+build() {
+cd ${pkgname}-${pkgver}
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+install -Dm755 nsjail -t "${pkgdir}"/usr/bin/ 
+}


[arch-commits] Commit in nsjail/repos/community-x86_64 (PKGBUILD PKGBUILD)

2017-12-05 Thread Bruno Pagani via arch-commits
Date: Tuesday, December 5, 2017 @ 22:52:13
  Author: archange
Revision: 272345

archrelease: copy trunk to community-x86_64

Added:
  nsjail/repos/community-x86_64/PKGBUILD
(from rev 272344, nsjail/trunk/PKGBUILD)
Deleted:
  nsjail/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   58 +-
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-05 22:51:53 UTC (rev 272344)
+++ PKGBUILD2017-12-05 22:52:13 UTC (rev 272345)
@@ -1,29 +0,0 @@
-# Maintainer: Bruno Pagani  
-
-pkgname=nsjail
-pkgver=2.2
-pkgrel=1
-pkgdesc="A light-weight process isolation tool"
-arch=('x86_64')
-url="http://nsjail.com;
-license=('Apache')
-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=33d7970ba0d5a1939371f3448e13ede833b32afd')
-sha256sums=('36433dddff9fe3433574f2c53be1bec5873c4bc3ef4e4934597d30da90ec0c4d'
-'SKIP')
-
-prepare() {
-mv kafel ${pkgname}-${pkgver}
-}
-
-build() {
-cd ${pkgname}-${pkgver}
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-install -Dm755 nsjail -t "${pkgdir}"/usr/bin/ 
-}

Copied: nsjail/repos/community-x86_64/PKGBUILD (from rev 272344, 
nsjail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-05 22:52:13 UTC (rev 272345)
@@ -0,0 +1,29 @@
+# Maintainer: Bruno Pagani  
+
+pkgname=nsjail
+pkgver=2.3
+pkgrel=1
+pkgdesc="A light-weight process isolation tool"
+arch=('x86_64')
+url="http://nsjail.com;
+license=('Apache')
+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=33d7970ba0d5a1939371f3448e13ede833b32afd')
+sha256sums=('a9f7e63c798cd93e3be8d23e1170baac94f304320660d92597f752a48b1e7fb6'
+'SKIP')
+
+prepare() {
+mv kafel ${pkgname}-${pkgver}
+}
+
+build() {
+cd ${pkgname}-${pkgver}
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+install -Dm755 nsjail -t "${pkgdir}"/usr/bin/ 
+}