[ptxdist] [PATCH 2/2] minicom: version bump 2.6.2. -> 2.8

2021-05-24 Thread Roland Hieber
Add two patches for reproducible builds and compatibility with GCC 11, renovate the variable names, sort the config options in the order in which they appear in configure.ac for configure_helper.py, and pin them down so that configure does not try to autodetect paths on the build host. Also make

[ptxdist] [PATCH 1/2] minicom: add license files

2021-05-24 Thread Roland Hieber
Signed-off-by: Roland Hieber --- rules/minicom.make | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/rules/minicom.make b/rules/minicom.make index 1f699a00d3b9..8722f0e29f69 100644 --- a/rules/minicom.make +++ b/rules/minicom.make @@ -23,7 +23,12 @@ MINICOM_TARBALL

Re: [ptxdist] [PATCH 1/2] bind: new package

2021-05-24 Thread Roland Hieber
On Fri, May 21, 2021 at 12:01:22PM +0200, Michael Olbrich wrote: > On Mon, May 17, 2021 at 10:59:07PM +0200, Roland Hieber wrote: > > Newer ISC DHCP versions try to build a packaged BIND library, but fail > > at it. Outsource the BIND libs into an extra recipe so we can set the > > configure

Re: [ptxdist] [PATCH 7/9] unzip: version bump 5.52 -> 6.00

2021-05-24 Thread Roland Hieber
On Fri, May 21, 2021 at 11:35:43AM +0200, Michael Olbrich wrote: > On Sun, May 16, 2021 at 08:52:30PM +0200, Roland Hieber wrote: > > Signed-off-by: Roland Hieber > > ptxdist: error: > > checksum of license file '/build-target/unzip-6.00/LICENSE' > changed: 28dcc51d0d279f531e4be676efb0071f

[ptxdist] [PATCH v2 3/3] dhcp: version bump 4.1.2 -> 4.4.2

2021-05-24 Thread Roland Hieber
Don't use the in-tree bind because dhcp's make will try to configure it in the compile stage. Zlib is now required too. Clean up the old-style variable names too, and pin down all configure options. The package now builds fine without the need for removing the -Werror compiler option. The license

[ptxdist] [PATCH v2 2/3] bind: new package

2021-05-24 Thread Roland Hieber
Newer ISC DHCP versions try to build a packaged BIND library, but fail at it. Outsource the BIND libs into an extra recipe so we can set the configure options and BUILD_CC appropriately. This package only builds the static BIND libraries for now, which is all that is needed by the DHCP package.

[ptxdist] [PATCH v2 1/3] unzip: version bump 5.52 -> 6.00

2021-05-24 Thread Roland Hieber
Signed-off-by: Roland Hieber --- v2: - fix license checksum (no changes to the license expression needed) --- rules/unzip.make | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rules/unzip.make b/rules/unzip.make index 0967fa1a489d..2d565045bda9 100644 ---