public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* Updating pngcheck
       [not found] <20210313223325.FCB8.50F79699@gmail.com>
@ 2021-04-08 10:03 ` Lemures Lemniscati
  2021-04-14  9:24   ` Jari Aalto
  0 siblings, 1 reply; 3+ messages in thread
From: Lemures Lemniscati @ 2021-04-08 10:03 UTC (permalink / raw)
  To: cygwin-apps

https://sourceware.org/pipermail/cygwin/2021-March/248073.html
On Sat, 13 Mar 2021 22:33:27 +0900, Lemures Lemniscati
> Hi!
> 
> Is there any plan to update pngcheck?
> 
> Currently, we have pngcheck 2.3.0-1.
> https://www.cygwin.com/packages/summary/pngcheck-src.html
> 
> And, recently, some vulnerabilities have been fixed in its upstream.
> http://www.libpng.org/pub/png/apps/pngcheck.html

Hi, Jari Aalto.

Here is a cygport file, which could be a candidate for pngcheck-3.0.2.

Regards,

Lem

----------------
NAME="pngcheck"
VERSION=3.0.2
RELEASE=1
CATEGORY="Graphics"
SUMMARY="PNG file format checker"
DESCRIPTION="\
pngcheck verifies the integrity of PNG, JNG and MNG files (by checking
the internal 32-bit CRCs, a.k.a. checksums, and decompressing the image
data); it can optionally dump almost all of the chunk-level information
in the image in human-readable form. For example, it can be used to
print the basic statistics about an image (dimensions, bit depth, etc.);
to list the color and transparency info in its palette (assuming it has
one); or to extract the embedded text annotations.
This is a command-line program with batch capabilities.
"
HOMEPAGE="http://www.libpng.org/pub/png/apps/pngcheck.html"
SRC_URI="http://www.libpng.org/pub/png/src/pngcheck-${VERSION}.tar.gz"

################################
BUILD_REQUIRES="\
  zlib-devel\
"

################################
_CYGPORT_RESTRICT_postinst_doc_=1

src_compile () {
  cd ${B}
  lndirs
  cygmake -f Makefile.unx CC=${CC} CFLAGS="${CFLAGS}"
}

src_install () {
  cd ${B}
  dobin *.exe

  doman *.1
  dodoc CHANGELOG* LICENSE* README*

  doman gpl/*.1
  docinto gpl
  dodoc gpl/COPYING*
}
----------------

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Updating pngcheck
  2021-04-08 10:03 ` Updating pngcheck Lemures Lemniscati
@ 2021-04-14  9:24   ` Jari Aalto
  2021-04-16  9:27     ` Lemures Lemniscati
  0 siblings, 1 reply; 3+ messages in thread
From: Jari Aalto @ 2021-04-14  9:24 UTC (permalink / raw)
  To: Lemures Lemniscati; +Cc: cygwin-apps

On 2021-04-08 19:03, Lemures Lemniscati via Cygwin-apps wrote:
> https://sourceware.org/pipermail/cygwin/2021-March/248073.html
> On Sat, 13 Mar 2021 22:33:27 +0900, Lemures Lemniscati
> > Hi!
> > 
> > Is there any plan to update pngcheck?
> > 
> > Currently, we have pngcheck 2.3.0-1.
> > https://www.cygwin.com/packages/summary/pngcheck-src.html
> > 
> > And, recently, some vulnerabilities have been fixed in its upstream.
> > http://www.libpng.org/pub/png/apps/pngcheck.html
> 
> Hi, Jari Aalto.

Uploaded, thanks for the notice
Jari

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Updating pngcheck
  2021-04-14  9:24   ` Jari Aalto
@ 2021-04-16  9:27     ` Lemures Lemniscati
  0 siblings, 0 replies; 3+ messages in thread
From: Lemures Lemniscati @ 2021-04-16  9:27 UTC (permalink / raw)
  To: cygwin-apps

On Wed, 14 Apr 2021 12:24:48 +0300, Jari Aalto
> On 2021-04-08 19:03, Lemures Lemniscati via Cygwin-apps wrote:
> > https://sourceware.org/pipermail/cygwin/2021-March/248073.html
> > On Sat, 13 Mar 2021 22:33:27 +0900, Lemures Lemniscati
> > > Is there any plan to update pngcheck?
> > > 
> > > Currently, we have pngcheck 2.3.0-1.
> > > https://www.cygwin.com/packages/summary/pngcheck-src.html
> > > 
> > > And, recently, some vulnerabilities have been fixed in its upstream.
> > > http://www.libpng.org/pub/png/apps/pngcheck.html
> > 
> > Hi, Jari Aalto.
> 
> Uploaded, thanks for the notice
> Jari

Thank you, Jari!

Lem


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-04-16  9:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20210313223325.FCB8.50F79699@gmail.com>
2021-04-08 10:03 ` Updating pngcheck Lemures Lemniscati
2021-04-14  9:24   ` Jari Aalto
2021-04-16  9:27     ` Lemures Lemniscati

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).