Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] fakechroot: update to 2.20.1
@ 2019-06-20 12:11 voidlinux-github
  2019-06-20 14:11 ` voidlinux-github
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: voidlinux-github @ 2019-06-20 12:11 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 318 bytes --]

There is a new pull request by mobinmob against master on the void-packages repository

https://github.com/mobinmob/void-packages fakechroot
https://github.com/void-linux/void-packages/pull/12572

fakechroot: update to 2.20.1


A patch file from https://github.com/void-linux/void-packages/pull/12572.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-fakechroot-12572.patch --]
[-- Type: application/text/x-diff, Size: 949 bytes --]

From 8fe72986a6db433bb439e549d4f71feaa1c6fc5b Mon Sep 17 00:00:00 2001
From: Unknown <mobinmob@disroot.org>
Date: Thu, 20 Jun 2019 12:00:50 +0300
Subject: [PATCH] fakechroot: update to 2.20.1

---
 srcpkgs/fakechroot/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/fakechroot/template b/srcpkgs/fakechroot/template
index 07fe52eb12e..fb2f0c3ba5f 100644
--- a/srcpkgs/fakechroot/template
+++ b/srcpkgs/fakechroot/template
@@ -1,6 +1,6 @@
 # Template file for 'fakechroot'
 pkgname=fakechroot
-version=2.19
+version=2.20.1
 revision=1
 lib32disabled=yes
 build_style=gnu-configure
@@ -11,4 +11,4 @@ maintainer="Juan RP <xtraeme@voidlinux.org>"
 homepage="https://github.com/dex4er/fakechroot"
 license="LGPL-2.1"
 distfiles="$homepage/archive/$version.tar.gz"
-checksum=39ffbbbe3a823be7450928b8e3b99ae4cb339c47213b2f1d8ff903e0246f2e15
+checksum=7f9d60d0d48611969e195fadf84d05f6c74f71bbf8f41950ad8f5bf061773e18

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: fakechroot: update to 2.20.1
  2019-06-20 12:11 [PR PATCH] fakechroot: update to 2.20.1 voidlinux-github
@ 2019-06-20 14:11 ` voidlinux-github
  2019-06-22 10:01 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: voidlinux-github @ 2019-06-20 14:11 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 153 bytes --]

New comment by Hoshpak on void-packages repository

https://github.com/void-linux/void-packages/pull/12572#issuecomment-504041359
Comment:
fails on musl

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PR PATCH] [Updated] fakechroot: update to 2.20.1
  2019-06-20 12:11 [PR PATCH] fakechroot: update to 2.20.1 voidlinux-github
  2019-06-20 14:11 ` voidlinux-github
  2019-06-22 10:01 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-06-22 10:01 ` voidlinux-github
  2019-06-22 10:04 ` voidlinux-github
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: voidlinux-github @ 2019-06-22 10:01 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 323 bytes --]

There is an updated pull request by mobinmob against master on the void-packages repository

https://github.com/mobinmob/void-packages fakechroot
https://github.com/void-linux/void-packages/pull/12572

fakechroot: update to 2.20.1


A patch file from https://github.com/void-linux/void-packages/pull/12572.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-fakechroot-12572.patch --]
[-- Type: application/text/x-diff, Size: 1136 bytes --]

From bddba58ac30a7eff2db6e4c0ac46b377469accac Mon Sep 17 00:00:00 2001
From: Unknown <mobinmob@disroot.org>
Date: Thu, 20 Jun 2019 12:00:50 +0300
Subject: [PATCH] fakechroot: update to 2.20.1

---
 srcpkgs/fakechroot/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/fakechroot/template b/srcpkgs/fakechroot/template
index 07fe52eb12e..16fe80d4795 100644
--- a/srcpkgs/fakechroot/template
+++ b/srcpkgs/fakechroot/template
@@ -1,14 +1,14 @@
 # Template file for 'fakechroot'
 pkgname=fakechroot
-version=2.19
+version=2.20.1
 revision=1
-lib32disabled=yes
 build_style=gnu-configure
 configure_args="--disable-static --sbindir=/usr/bin"
 conf_files="/etc/$pkgname/*"
 short_desc="Gives a fake chroot environment"
 maintainer="Juan RP <xtraeme@voidlinux.org>"
-homepage="https://github.com/dex4er/fakechroot"
 license="LGPL-2.1"
+homepage="https://github.com/dex4er/fakechroot"
 distfiles="$homepage/archive/$version.tar.gz"
-checksum=39ffbbbe3a823be7450928b8e3b99ae4cb339c47213b2f1d8ff903e0246f2e15
+checksum=7f9d60d0d48611969e195fadf84d05f6c74f71bbf8f41950ad8f5bf061773e18
+lib32disabled=yes

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PR PATCH] [Updated] fakechroot: update to 2.20.1
  2019-06-20 12:11 [PR PATCH] fakechroot: update to 2.20.1 voidlinux-github
  2019-06-20 14:11 ` voidlinux-github
@ 2019-06-22 10:01 ` voidlinux-github
  2019-06-22 10:01 ` voidlinux-github
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: voidlinux-github @ 2019-06-22 10:01 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 323 bytes --]

There is an updated pull request by mobinmob against master on the void-packages repository

https://github.com/mobinmob/void-packages fakechroot
https://github.com/void-linux/void-packages/pull/12572

fakechroot: update to 2.20.1


A patch file from https://github.com/void-linux/void-packages/pull/12572.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-fakechroot-12572.patch --]
[-- Type: application/text/x-diff, Size: 1136 bytes --]

From bddba58ac30a7eff2db6e4c0ac46b377469accac Mon Sep 17 00:00:00 2001
From: Unknown <mobinmob@disroot.org>
Date: Thu, 20 Jun 2019 12:00:50 +0300
Subject: [PATCH] fakechroot: update to 2.20.1

---
 srcpkgs/fakechroot/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/fakechroot/template b/srcpkgs/fakechroot/template
index 07fe52eb12e..16fe80d4795 100644
--- a/srcpkgs/fakechroot/template
+++ b/srcpkgs/fakechroot/template
@@ -1,14 +1,14 @@
 # Template file for 'fakechroot'
 pkgname=fakechroot
-version=2.19
+version=2.20.1
 revision=1
-lib32disabled=yes
 build_style=gnu-configure
 configure_args="--disable-static --sbindir=/usr/bin"
 conf_files="/etc/$pkgname/*"
 short_desc="Gives a fake chroot environment"
 maintainer="Juan RP <xtraeme@voidlinux.org>"
-homepage="https://github.com/dex4er/fakechroot"
 license="LGPL-2.1"
+homepage="https://github.com/dex4er/fakechroot"
 distfiles="$homepage/archive/$version.tar.gz"
-checksum=39ffbbbe3a823be7450928b8e3b99ae4cb339c47213b2f1d8ff903e0246f2e15
+checksum=7f9d60d0d48611969e195fadf84d05f6c74f71bbf8f41950ad8f5bf061773e18
+lib32disabled=yes

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: fakechroot: update to 2.20.1
  2019-06-20 12:11 [PR PATCH] fakechroot: update to 2.20.1 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-06-22 10:01 ` voidlinux-github
@ 2019-06-22 10:04 ` voidlinux-github
  2019-06-22 10:05 ` voidlinux-github
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: voidlinux-github @ 2019-06-22 10:04 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 269 bytes --]

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/12572#issuecomment-504651383
Comment:
I fixed problems with xlint, but I do not have any idea how to proceed with musl except to exclude it from building on *-musl...

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: fakechroot: update to 2.20.1
  2019-06-20 12:11 [PR PATCH] fakechroot: update to 2.20.1 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-06-22 10:04 ` voidlinux-github
@ 2019-06-22 10:05 ` voidlinux-github
  2019-06-22 10:07 ` voidlinux-github
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: voidlinux-github @ 2019-06-22 10:05 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 270 bytes --]

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/12572#issuecomment-504651383
Comment:
I fixed  xlint warnings, but I do not have any idea how to proceed with musl, except to exclude it from building on *-musl archs.

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: fakechroot: update to 2.20.1
  2019-06-20 12:11 [PR PATCH] fakechroot: update to 2.20.1 voidlinux-github
                   ` (4 preceding siblings ...)
  2019-06-22 10:05 ` voidlinux-github
@ 2019-06-22 10:07 ` voidlinux-github
  2019-06-22 10:25 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: voidlinux-github @ 2019-06-22 10:07 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 199 bytes --]

New comment by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/pull/12572#issuecomment-504651610
Comment:
Not easy to add musl support, better to disable it for now.

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PR PATCH] [Updated] fakechroot: update to 2.20.1
  2019-06-20 12:11 [PR PATCH] fakechroot: update to 2.20.1 voidlinux-github
                   ` (6 preceding siblings ...)
  2019-06-22 10:25 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-06-22 10:25 ` voidlinux-github
  2019-06-23 12:11 ` voidlinux-github
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: voidlinux-github @ 2019-06-22 10:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 323 bytes --]

There is an updated pull request by mobinmob against master on the void-packages repository

https://github.com/mobinmob/void-packages fakechroot
https://github.com/void-linux/void-packages/pull/12572

fakechroot: update to 2.20.1


A patch file from https://github.com/void-linux/void-packages/pull/12572.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-fakechroot-12572.patch --]
[-- Type: application/text/x-diff, Size: 1154 bytes --]

From 30e77496f641f71c105be013bc82ea3e768cb1fd Mon Sep 17 00:00:00 2001
From: Unknown <mobinmob@disroot.org>
Date: Thu, 20 Jun 2019 12:00:50 +0300
Subject: [PATCH] fakechroot: update to 2.20.1

---
 srcpkgs/fakechroot/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/fakechroot/template b/srcpkgs/fakechroot/template
index 07fe52eb12e..f27d3333431 100644
--- a/srcpkgs/fakechroot/template
+++ b/srcpkgs/fakechroot/template
@@ -1,14 +1,15 @@
 # Template file for 'fakechroot'
 pkgname=fakechroot
-version=2.19
+version=2.20.1
 revision=1
-lib32disabled=yes
+archs="~*-musl"
 build_style=gnu-configure
 configure_args="--disable-static --sbindir=/usr/bin"
 conf_files="/etc/$pkgname/*"
 short_desc="Gives a fake chroot environment"
 maintainer="Juan RP <xtraeme@voidlinux.org>"
-homepage="https://github.com/dex4er/fakechroot"
 license="LGPL-2.1"
+homepage="https://github.com/dex4er/fakechroot"
 distfiles="$homepage/archive/$version.tar.gz"
-checksum=39ffbbbe3a823be7450928b8e3b99ae4cb339c47213b2f1d8ff903e0246f2e15
+checksum=7f9d60d0d48611969e195fadf84d05f6c74f71bbf8f41950ad8f5bf061773e18
+lib32disabled=yes

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PR PATCH] [Updated] fakechroot: update to 2.20.1
  2019-06-20 12:11 [PR PATCH] fakechroot: update to 2.20.1 voidlinux-github
                   ` (5 preceding siblings ...)
  2019-06-22 10:07 ` voidlinux-github
@ 2019-06-22 10:25 ` voidlinux-github
  2019-06-22 10:25 ` voidlinux-github
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: voidlinux-github @ 2019-06-22 10:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 323 bytes --]

There is an updated pull request by mobinmob against master on the void-packages repository

https://github.com/mobinmob/void-packages fakechroot
https://github.com/void-linux/void-packages/pull/12572

fakechroot: update to 2.20.1


A patch file from https://github.com/void-linux/void-packages/pull/12572.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-fakechroot-12572.patch --]
[-- Type: application/text/x-diff, Size: 1154 bytes --]

From 30e77496f641f71c105be013bc82ea3e768cb1fd Mon Sep 17 00:00:00 2001
From: Unknown <mobinmob@disroot.org>
Date: Thu, 20 Jun 2019 12:00:50 +0300
Subject: [PATCH] fakechroot: update to 2.20.1

---
 srcpkgs/fakechroot/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/fakechroot/template b/srcpkgs/fakechroot/template
index 07fe52eb12e..f27d3333431 100644
--- a/srcpkgs/fakechroot/template
+++ b/srcpkgs/fakechroot/template
@@ -1,14 +1,15 @@
 # Template file for 'fakechroot'
 pkgname=fakechroot
-version=2.19
+version=2.20.1
 revision=1
-lib32disabled=yes
+archs="~*-musl"
 build_style=gnu-configure
 configure_args="--disable-static --sbindir=/usr/bin"
 conf_files="/etc/$pkgname/*"
 short_desc="Gives a fake chroot environment"
 maintainer="Juan RP <xtraeme@voidlinux.org>"
-homepage="https://github.com/dex4er/fakechroot"
 license="LGPL-2.1"
+homepage="https://github.com/dex4er/fakechroot"
 distfiles="$homepage/archive/$version.tar.gz"
-checksum=39ffbbbe3a823be7450928b8e3b99ae4cb339c47213b2f1d8ff903e0246f2e15
+checksum=7f9d60d0d48611969e195fadf84d05f6c74f71bbf8f41950ad8f5bf061773e18
+lib32disabled=yes

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PR PATCH] [Updated] fakechroot: update to 2.20.1
  2019-06-20 12:11 [PR PATCH] fakechroot: update to 2.20.1 voidlinux-github
                   ` (7 preceding siblings ...)
  2019-06-22 10:25 ` voidlinux-github
@ 2019-06-23 12:11 ` voidlinux-github
  2019-06-23 12:11 ` voidlinux-github
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: voidlinux-github @ 2019-06-23 12:11 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 323 bytes --]

There is an updated pull request by mobinmob against master on the void-packages repository

https://github.com/mobinmob/void-packages fakechroot
https://github.com/void-linux/void-packages/pull/12572

fakechroot: update to 2.20.1


A patch file from https://github.com/void-linux/void-packages/pull/12572.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-fakechroot-12572.patch --]
[-- Type: application/text/x-diff, Size: 1154 bytes --]

From 16375c6f91fe0868c17cf544931ca445fbad968e Mon Sep 17 00:00:00 2001
From: Unknown <mobinmob@disroot.org>
Date: Thu, 20 Jun 2019 12:00:50 +0300
Subject: [PATCH] fakechroot: update to 2.20.1

---
 srcpkgs/fakechroot/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/fakechroot/template b/srcpkgs/fakechroot/template
index 07fe52eb12e..f27d3333431 100644
--- a/srcpkgs/fakechroot/template
+++ b/srcpkgs/fakechroot/template
@@ -1,14 +1,15 @@
 # Template file for 'fakechroot'
 pkgname=fakechroot
-version=2.19
+version=2.20.1
 revision=1
-lib32disabled=yes
+archs="~*-musl"
 build_style=gnu-configure
 configure_args="--disable-static --sbindir=/usr/bin"
 conf_files="/etc/$pkgname/*"
 short_desc="Gives a fake chroot environment"
 maintainer="Juan RP <xtraeme@voidlinux.org>"
-homepage="https://github.com/dex4er/fakechroot"
 license="LGPL-2.1"
+homepage="https://github.com/dex4er/fakechroot"
 distfiles="$homepage/archive/$version.tar.gz"
-checksum=39ffbbbe3a823be7450928b8e3b99ae4cb339c47213b2f1d8ff903e0246f2e15
+checksum=7f9d60d0d48611969e195fadf84d05f6c74f71bbf8f41950ad8f5bf061773e18
+lib32disabled=yes

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PR PATCH] [Updated] fakechroot: update to 2.20.1
  2019-06-20 12:11 [PR PATCH] fakechroot: update to 2.20.1 voidlinux-github
                   ` (8 preceding siblings ...)
  2019-06-23 12:11 ` voidlinux-github
@ 2019-06-23 12:11 ` voidlinux-github
  2019-06-24  9:14 ` voidlinux-github
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: voidlinux-github @ 2019-06-23 12:11 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 323 bytes --]

There is an updated pull request by mobinmob against master on the void-packages repository

https://github.com/mobinmob/void-packages fakechroot
https://github.com/void-linux/void-packages/pull/12572

fakechroot: update to 2.20.1


A patch file from https://github.com/void-linux/void-packages/pull/12572.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-fakechroot-12572.patch --]
[-- Type: application/text/x-diff, Size: 1154 bytes --]

From 16375c6f91fe0868c17cf544931ca445fbad968e Mon Sep 17 00:00:00 2001
From: Unknown <mobinmob@disroot.org>
Date: Thu, 20 Jun 2019 12:00:50 +0300
Subject: [PATCH] fakechroot: update to 2.20.1

---
 srcpkgs/fakechroot/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/fakechroot/template b/srcpkgs/fakechroot/template
index 07fe52eb12e..f27d3333431 100644
--- a/srcpkgs/fakechroot/template
+++ b/srcpkgs/fakechroot/template
@@ -1,14 +1,15 @@
 # Template file for 'fakechroot'
 pkgname=fakechroot
-version=2.19
+version=2.20.1
 revision=1
-lib32disabled=yes
+archs="~*-musl"
 build_style=gnu-configure
 configure_args="--disable-static --sbindir=/usr/bin"
 conf_files="/etc/$pkgname/*"
 short_desc="Gives a fake chroot environment"
 maintainer="Juan RP <xtraeme@voidlinux.org>"
-homepage="https://github.com/dex4er/fakechroot"
 license="LGPL-2.1"
+homepage="https://github.com/dex4er/fakechroot"
 distfiles="$homepage/archive/$version.tar.gz"
-checksum=39ffbbbe3a823be7450928b8e3b99ae4cb339c47213b2f1d8ff903e0246f2e15
+checksum=7f9d60d0d48611969e195fadf84d05f6c74f71bbf8f41950ad8f5bf061773e18
+lib32disabled=yes

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PR PATCH] [Updated] fakechroot: update to 2.20.1
  2019-06-20 12:11 [PR PATCH] fakechroot: update to 2.20.1 voidlinux-github
                   ` (9 preceding siblings ...)
  2019-06-23 12:11 ` voidlinux-github
@ 2019-06-24  9:14 ` voidlinux-github
  2019-06-24  9:14 ` voidlinux-github
  2019-06-25  6:48 ` [PR PATCH] [Merged]: " voidlinux-github
  12 siblings, 0 replies; 14+ messages in thread
From: voidlinux-github @ 2019-06-24  9:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 323 bytes --]

There is an updated pull request by mobinmob against master on the void-packages repository

https://github.com/mobinmob/void-packages fakechroot
https://github.com/void-linux/void-packages/pull/12572

fakechroot: update to 2.20.1


A patch file from https://github.com/void-linux/void-packages/pull/12572.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-fakechroot-12572.patch --]
[-- Type: application/text/x-diff, Size: 1154 bytes --]

From 42c525b914aedc2973fa56c9b1fbc6eafc559a21 Mon Sep 17 00:00:00 2001
From: Unknown <mobinmob@disroot.org>
Date: Thu, 20 Jun 2019 12:00:50 +0300
Subject: [PATCH] fakechroot: update to 2.20.1

---
 srcpkgs/fakechroot/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/fakechroot/template b/srcpkgs/fakechroot/template
index 07fe52eb12e..f27d3333431 100644
--- a/srcpkgs/fakechroot/template
+++ b/srcpkgs/fakechroot/template
@@ -1,14 +1,15 @@
 # Template file for 'fakechroot'
 pkgname=fakechroot
-version=2.19
+version=2.20.1
 revision=1
-lib32disabled=yes
+archs="~*-musl"
 build_style=gnu-configure
 configure_args="--disable-static --sbindir=/usr/bin"
 conf_files="/etc/$pkgname/*"
 short_desc="Gives a fake chroot environment"
 maintainer="Juan RP <xtraeme@voidlinux.org>"
-homepage="https://github.com/dex4er/fakechroot"
 license="LGPL-2.1"
+homepage="https://github.com/dex4er/fakechroot"
 distfiles="$homepage/archive/$version.tar.gz"
-checksum=39ffbbbe3a823be7450928b8e3b99ae4cb339c47213b2f1d8ff903e0246f2e15
+checksum=7f9d60d0d48611969e195fadf84d05f6c74f71bbf8f41950ad8f5bf061773e18
+lib32disabled=yes

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PR PATCH] [Updated] fakechroot: update to 2.20.1
  2019-06-20 12:11 [PR PATCH] fakechroot: update to 2.20.1 voidlinux-github
                   ` (10 preceding siblings ...)
  2019-06-24  9:14 ` voidlinux-github
@ 2019-06-24  9:14 ` voidlinux-github
  2019-06-25  6:48 ` [PR PATCH] [Merged]: " voidlinux-github
  12 siblings, 0 replies; 14+ messages in thread
From: voidlinux-github @ 2019-06-24  9:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 323 bytes --]

There is an updated pull request by mobinmob against master on the void-packages repository

https://github.com/mobinmob/void-packages fakechroot
https://github.com/void-linux/void-packages/pull/12572

fakechroot: update to 2.20.1


A patch file from https://github.com/void-linux/void-packages/pull/12572.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-fakechroot-12572.patch --]
[-- Type: application/text/x-diff, Size: 1154 bytes --]

From 42c525b914aedc2973fa56c9b1fbc6eafc559a21 Mon Sep 17 00:00:00 2001
From: Unknown <mobinmob@disroot.org>
Date: Thu, 20 Jun 2019 12:00:50 +0300
Subject: [PATCH] fakechroot: update to 2.20.1

---
 srcpkgs/fakechroot/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/fakechroot/template b/srcpkgs/fakechroot/template
index 07fe52eb12e..f27d3333431 100644
--- a/srcpkgs/fakechroot/template
+++ b/srcpkgs/fakechroot/template
@@ -1,14 +1,15 @@
 # Template file for 'fakechroot'
 pkgname=fakechroot
-version=2.19
+version=2.20.1
 revision=1
-lib32disabled=yes
+archs="~*-musl"
 build_style=gnu-configure
 configure_args="--disable-static --sbindir=/usr/bin"
 conf_files="/etc/$pkgname/*"
 short_desc="Gives a fake chroot environment"
 maintainer="Juan RP <xtraeme@voidlinux.org>"
-homepage="https://github.com/dex4er/fakechroot"
 license="LGPL-2.1"
+homepage="https://github.com/dex4er/fakechroot"
 distfiles="$homepage/archive/$version.tar.gz"
-checksum=39ffbbbe3a823be7450928b8e3b99ae4cb339c47213b2f1d8ff903e0246f2e15
+checksum=7f9d60d0d48611969e195fadf84d05f6c74f71bbf8f41950ad8f5bf061773e18
+lib32disabled=yes

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PR PATCH] [Merged]: fakechroot: update to 2.20.1
  2019-06-20 12:11 [PR PATCH] fakechroot: update to 2.20.1 voidlinux-github
                   ` (11 preceding siblings ...)
  2019-06-24  9:14 ` voidlinux-github
@ 2019-06-25  6:48 ` voidlinux-github
  12 siblings, 0 replies; 14+ messages in thread
From: voidlinux-github @ 2019-06-25  6:48 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 161 bytes --]

There's a merged pull request on the void-packages repository

fakechroot: update to 2.20.1
https://github.com/void-linux/void-packages/pull/12572
Description: 

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2019-06-25  6:48 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-20 12:11 [PR PATCH] fakechroot: update to 2.20.1 voidlinux-github
2019-06-20 14:11 ` voidlinux-github
2019-06-22 10:01 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-22 10:01 ` voidlinux-github
2019-06-22 10:04 ` voidlinux-github
2019-06-22 10:05 ` voidlinux-github
2019-06-22 10:07 ` voidlinux-github
2019-06-22 10:25 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-22 10:25 ` voidlinux-github
2019-06-23 12:11 ` voidlinux-github
2019-06-23 12:11 ` voidlinux-github
2019-06-24  9:14 ` voidlinux-github
2019-06-24  9:14 ` voidlinux-github
2019-06-25  6:48 ` [PR PATCH] [Merged]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).