Re: [ptxdist] [PATCH v3] libzmq: Add some conf env variables not automatically detected

2022-09-19 Thread Michael Olbrich
Hi, On Fri, Sep 16, 2022 at 09:12:20AM +0200, Alexander Dahl wrote: > Am Freitag, 2. September 2022, 12:21:30 CEST schrieb Alexander Dahl: > > Follow up to the discussion on the last version bump. > > zmq does not (try to) detect these features when cross compiling, > > so we must assist. > >

Re: [ptxdist] [APPLIED] kernel mirror url update

2022-09-19 Thread Michael Olbrich
Thanks, applied as 01d8a08a3218c6e62cae376709b22517ddcb0c57. Michael [sent from post-receive hook] On Mon, 19 Sep 2022 16:05:42 +0200, Bruno Thomsen wrote: > Downloading packages from kernel.org mirror result in http code 301 > Moved Permanently from server. Update used URL to match redirect

Re: [ptxdist] [APPLIED] udev-legacy: fix source and destination file system path

2022-09-19 Thread Michael Olbrich
Thanks, applied as 43c7e8e5cc8391c6e1c445e38c009d9b27201611. Michael [sent from post-receive hook] On Mon, 19 Sep 2022 16:05:39 +0200, Juergen Borleis wrote: > The "customized udev rules" are installed via install_alternative_tree and > thus, > both paths are "/usr/lib/udev/rules.d". > >

Re: [ptxdist] [APPLIED] libzmq: Add some conf env variables not automatically detected

2022-09-19 Thread Michael Olbrich
Thanks, applied as bac1bcec5d46c5d22c06b54da7e538d1829b6886. Michael [sent from post-receive hook] On Mon, 19 Sep 2022 16:05:45 +0200, Alexander Dahl wrote: > Follow up to the discussion on the last version bump. > zmq does not (try to) detect these features when cross compiling, > so we must

Re: [ptxdist] [APPLIED] ethtool: Version bump. 5.18 -> 5.19.

2022-09-19 Thread Michael Olbrich
Thanks, applied as a7873aca9c19114f7e85ab3a91aec286f36daf3a. Michael [sent from post-receive hook] On Mon, 19 Sep 2022 16:05:36 +0200, Christian Melki wrote: > Minor bugfixes feature increases. > https://git.kernel.org/pub/scm/network/ethtool/ethtool.git/tree/NEWS?h=v5.19 > > Signed-off-by:

Re: [ptxdist] [APPLIED] libcurl: Version bump. 7.84.0 -> 7.85.0

2022-09-19 Thread Michael Olbrich
Thanks, applied as 34db9dd470bdec673a15f4b2038303ff053d0427. Michael [sent from post-receive hook] On Mon, 19 Sep 2022 16:05:32 +0200, Christian Melki wrote: > https://curl.se/changes.html#7_85_0 > Bunch of bugfixes as usual. > Fixes CVE-2022-35252 > > * Remove old patchset, included in the

[ptxdist] [PATCH 2/2] psmisc: more finegrained tool instalation control

2022-09-19 Thread Ladislav Michl
From: Ladislav Michl Date: Tue, 13 Sep 2022 11:08:59 +0200 Signed-off-by: Ladislav Michl --- rules/psmisc.in | 42 -- rules/psmisc.make | 20 +--- 2 files changed, 49 insertions(+), 13 deletions(-) diff --git a/rules/psmisc.in

[ptxdist] [PATCH 1/2] psmisc: version bump 23.2 -> 23.5

2022-09-19 Thread Ladislav Michl
From: Ladislav Michl Date: Tue, 13 Sep 2022 10:47:35 +0200 Signed-off-by: Ladislav Michl --- rules/psmisc.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/psmisc.make b/rules/psmisc.make index 58852bb39..66541c615 100644 --- a/rules/psmisc.make +++

[ptxdist] [PATCH] Fix mosquitto installation

2022-09-19 Thread Tamino Bauknecht
Because the previous MOSQUITTO_CONF_OPT configuration used CROSS_CMAKE_USR, the installation of /etc/mosquitto/mosquitto.conf failed since the source was located at /usr/etc/mosquitto/mosquitto.conf. Using CROSS_CMAKE_ROOT instead fixes this issue and all files are installed to the correct