Subject: Re: patch-sum vs pkglint
To: Tomasz Luchowski <zuntum@eik.pl>
From: Jared D. McNeill <jmcneill@invisible.yi.org>
List: tech-pkg
Date: 03/07/2001 18:12:08
On Wed, 7 Mar 2001, Tomasz Luchowski wrote:
> pkglint complains :/ My bsd.pkg.mk is 1.682, pkglint-2.39 is installed.
> I updated my src/usr.sbin/pkg_tools today (running 1.5S/i386).

pkglint is looking for the md5 hash, it doesn't seem to know anything
about the new stuff (sha1, or whatever). Have a look at the pkglint code
(I don't do perl but I still understand it..), look for a line containing
this:

  if (m/^MD5 \(([^\)]+)\) = (\S+)/)

That'd be a good place to start if you know perl..

Jared