[ptxdist] [PATCH] libpopt: add mirror URL (rpm5.org dead, use Gentoo as mirror)

2019-06-18 Thread Andreas Pretzsch
rpm5.org seems to be gone for quite some time, or at least unreliable. The domain maps to dyn.com, and their nameservers don't know about it. Internet search shows this seems to be the case at least since May 2018, permanent or not. Therefore add a mirror URL, referring to Gentoo source archives:

[ptxdist] [PATCH] libdrm: version bump 2.4.97 -> 2.4.98

2019-06-18 Thread Philipp Zabel
This release adds a fallback to MODALIAS in drmDevice for platform devices lacking OF data, such as etnaviv. Signed-off-by: Philipp Zabel --- rules/libdrm.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libdrm.make b/rules/libdrm.make index

[ptxdist] [PATCH v3] host-openocd: add initial support

2019-06-18 Thread Michael Grzeschik
Signed-off-by: Michael Grzeschik --- v1 -> v2: - fixed indentation - removed buildflags v2 -> v3: - using repo.or.cz instead of sourceforge - changed version string to be more descriptive - moved patches to changed version dir .../autogen.sh

Re: [ptxdist] [PATCH v2] inetd services: don't use busybox's find in postinst

2019-06-18 Thread Roland Hieber
This is v2, obviously... On Tue, Jun 18, 2019 at 11:21:40AM +0200, Roland Hieber wrote: > busybox's find doesn't understand '-empty', so when running these > postinst scripts on a system without GNU coreutils, they will display a > nice help text instead. > > Replace the find call with a test

[ptxdist] [PATCH] inetd services: don't use busybox's find in postinst

2019-06-18 Thread Roland Hieber
busybox's find doesn't understand '-empty', so when running these postinst scripts on a system without GNU coreutils, they will display a nice help text instead. Replace the find call with a test that tries to expand the same pattern that is used afterwards, so cat doesn't run with a non-matching

Re: [ptxdist] [PATCH] inetd services: don't use busybox's find in postinst

2019-06-18 Thread Roland Hieber
On Mon, Jun 17, 2019 at 08:04:42PM +0200, Alexander Dahl wrote: > Hello Roland, > > On Mon, Jun 17, 2019 at 04:06:46PM +0200, Roland Hieber wrote: > > busybox's find doesn't understand '-empty', so when running these > > postinst scripts on a system without GNU coreutils, they will display a > >