From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mimir.eigenstate.org ([206.124.132.107]) by ewsd; Wed Feb 12 16:02:02 EST 2020 Received: from stockyard.bk.recurse-network.net (gateway.bk.recurse-network.net [185.230.222.2]) by mimir.eigenstate.org (OpenSMTPD) with ESMTPSA id fef3792a (TLSv1.2:ECDHE-RSA-AES256-SHA:256:NO); Wed, 12 Feb 2020 13:01:44 -0800 (PST) Message-ID: To: lucas.francesco93@gmail.com, 9front@9front.org Subject: Re: [9front] Libpng and Zlib updates on the ports tree Date: Wed, 12 Feb 2020 13:01:43 -0800 From: ori@eigenstate.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: hypervisor rich-client dependency scripting-based CMS layer > diff -r 5b0a83ca7639 -r 261facc89bfe ape-libs/zlib/mkfile > --- a/ape-libs/zlib/mkfile Sun Dec 08 12:26:27 2019 -0800 > +++ b/ape-libs/zlib/mkfile Wed Feb 12 14:27:10 2020 -0400 > @@ -2,7 +2,7 @@ > > OWNER='Jens Staal ' > DESCRIPTION='zlib compression library for APE' > -VERSION=1.2.7 > +VERSION=1.2.11 > > WEBSOURCE=https://ftp.osuosl.org/pub/libpng/src/archive/gz/zlib/zlib-$VERSION.tar.gz > BUILDPATH=work/zlib-$VERSION It feels like this port should be unnecessary. We have /sys/src/ape/lib/z, which is a bit outdated. We should just update this instead, and remove the zlib port. Right now, the ape/lib/z takes the code from gs, but if we're updating from the outside world, it'd probably be a good idea to invert that relationship.