pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-CPAN



Module Name:    pkgsrc
Committed By:   mef
Date:           Thu Oct 10 12:24:09 UTC 2019

Modified Files:
        pkgsrc/devel/p5-CPAN: Makefile distinfo

Log Message:
(devel/p5-CPAN) Updated 2.26 to 2.27

2019-07-03  k  <andk%cpan.org@localhost>

        * release 2.27
        * stable release, no functional change compared to 2.27-TRIAL2
        * updated public key for PAUSE in the file PAUSE2021.pub
        * small additions to distroprefs, to the Makefile.PL, and to the
        MANIFEST

2019-06-09  k  <andk%cpan.org@localhost>

        * release 2.27-TRIAL2
        * bugfix: omit the new POSIX::setsid call and the waitpid with
        WNOHANG on Windows
        * bugfix: the signalhandler has to kill the new process group
        spawned for running the tests
        * adding the README file that was generated during the release of
        2.27-TRIAL

2019-05-31  k  <andk%cpan.org@localhost>

        * release 2.27-TRIAL

        * two new options to protect against accidental downgrades:
        allow_installing_outdated_dists and
        allow_installing_module_downgrades

        * two new options to tune the automatic determination of the
        nearest peers: urllist_ping_external and urllist_ping_verbose;
        NOTE: this feature was developed during the Perl Toolchain Summit
        2019 in Marlow; thanks to the sponsors: Booking.com, cPanel,
        MaxMind, FastMail, ZipRecruiter, Cogendo, Elastic, OpenCage Data,
        Perl Services, Zoopla, Archer Education, OpusVL, Oetiker+Partner,
        SureVoIP, YEF

        * reveal the size of PERL5LIB in diagnostic output

        * new semantics for parameter ftpstats_size: setting to '0' or
        lower, disables download statistics

        * bugfix: under certain circumstances, failing dependencies via
        recommends and suggests could abort a build; this is now fixed

        * bugfix: protect bundle processing against unavailable bundle
        files and missing build directories

        * bugfix: fix broken permissions after untar

        * bugfix: protect against exceptions from unzip

        * bugfix: add one level of fork+setsid for testing to prevent that
        a test can kill the process group that CPAN.pm is running in.
        Learned from experience with testing VIZDOM/DBD-JDBC-0.71.tar.gz

        * fix plugins: all early returns from all methods, that are
        accessible for plugins, now call the post* plugins

        * new question answered in the FAQ: "How can I switch to sudo
        instead of local::lib" (thanks to Amos Bird for asking the
        question on irc)

        * plenty of new and updated distroprefs documents, among which are
        some important ones to prevent Module::AutoInstall from switching
        to CPANPLUS and taking over (and harming) the build


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/p5-CPAN/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/p5-CPAN/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/p5-CPAN/Makefile
diff -u pkgsrc/devel/p5-CPAN/Makefile:1.24 pkgsrc/devel/p5-CPAN/Makefile:1.25
--- pkgsrc/devel/p5-CPAN/Makefile:1.24  Sun Aug 11 13:18:54 2019
+++ pkgsrc/devel/p5-CPAN/Makefile       Thu Oct 10 12:24:09 2019
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.24 2019/08/11 13:18:54 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2019/10/10 12:24:09 mef Exp $
 
-DISTNAME=      CPAN-2.26
+DISTNAME=      CPAN-2.27
 PKGNAME=       p5-${DISTNAME}00
-PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=CPAN/}
 

Index: pkgsrc/devel/p5-CPAN/distinfo
diff -u pkgsrc/devel/p5-CPAN/distinfo:1.14 pkgsrc/devel/p5-CPAN/distinfo:1.15
--- pkgsrc/devel/p5-CPAN/distinfo:1.14  Sat Apr 20 04:42:18 2019
+++ pkgsrc/devel/p5-CPAN/distinfo       Thu Oct 10 12:24:09 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2019/04/20 04:42:18 wen Exp $
+$NetBSD: distinfo,v 1.15 2019/10/10 12:24:09 mef Exp $
 
-SHA1 (CPAN-2.26.tar.gz) = 34653b78fbd956b9effa7b876b8ddaa726befb8d
-RMD160 (CPAN-2.26.tar.gz) = 7a60db4b96bacbcd338438dad39e7a8adae5949f
-SHA512 (CPAN-2.26.tar.gz) = 380bc97f9a0ebf7fb11d21764244980066e50f2374e4251401ddbc90219e9b710b601d4a87ab73241240628ab1901d719323e145e4b61771e8484e399dfde166
-Size (CPAN-2.26.tar.gz) = 836721 bytes
+SHA1 (CPAN-2.27.tar.gz) = f14e6be485bff20faa2028a73ee73429c32f0bea
+RMD160 (CPAN-2.27.tar.gz) = 9092b37544dc52a28d05fa979b96e53a6c9ae73a
+SHA512 (CPAN-2.27.tar.gz) = 97675d0e4c15ec0c5c1be405ba7d72930faaf6bb388361ca111936afe31526716f40def8e621836923983804313237830a9e0829ebcaa83b976a0927023a539c
+Size (CPAN-2.27.tar.gz) = 860406 bytes



Home | Main Index | Thread Index | Old Index