Thanks, applied as df9b42433caac9c780e9017304fd37557050f167. Michael
[sent from post-receive hook] On Thu, 08 Feb 2024 17:03:08 +0100, Christian Melki <[email protected]> wrote: > Minor fix version. > https://github.com/madler/zlib/releases/tag/v1.3.1 > Includes fixes to CVE-2023-45853 (minizip). > But hasn't affected the ptxdist installation afaict. > > Signed-off-by: Christian Melki <[email protected]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > diff --git a/rules/zlib.make b/rules/zlib.make > index a8db413a4d29..50cc89520e4f 100644 > --- a/rules/zlib.make > +++ b/rules/zlib.make > @@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_ZLIB) += zlib > # Paths and names > # > > -ZLIB_VERSION := 1.3 > -ZLIB_MD5 := b49e70aacafacfceb1107943497f5545 > +ZLIB_VERSION := 1.3.1 > +ZLIB_MD5 := 5e6af153311327e516690d300527ec9e > ZLIB := zlib-$(ZLIB_VERSION) > ZLIB_SUFFIX := tar.xz > ZLIB_URL := \
