develooper Front page | perl.perl5.porters | Postings from October 2009

RE: Increasing the version number before or after the release? (was Re: identifying devel releases)

Thread Previous | Thread Next
From:
Jan Dubois
Date:
October 14, 2009 11:44
Subject:
RE: Increasing the version number before or after the release? (was Re: identifying devel releases)
Message ID:
00d601ca4cfe$5081d2d0$f1857870$@com
On Wed, 14 Oct 2009, jesse wrote:
> 
> > If you want to handle tarballs in vendor repositories, I see only the
> > extreme solution : run md5sum on source files, and compare with a list
> > just downloaded off CPAN, before compilation.
> 
> I've been vaguely considering whether we want to ship something along
> the lines of a cpan-style SIGNATURE file with each release containing a
> pgp-signed list of the MD5 of every file in the distribution and a tool
> to verify those signatures later on an installed system.

Sounds like a somewhat natural extension to utils/perlivp.PL.

I find it only somewhat useful though as it will only cover changes in
Perl files and misses changes to XS code, or any of the C code in the
core.

Cheers,
-Jan


Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About