pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Scalar-List-Utils Update to 1.60



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4e5b3f9647c7
branches:  trunk
changeset: 768494:4e5b3f9647c7
user:      wen <wen%pkgsrc.org@localhost>
date:      Sun Oct 24 08:30:50 2021 +0000

description:
Update to 1.60

Upstream changes:
1.60 -- 2021-10-08
        [BUGFIXES]
         * Quiet some -Wsign-compare warnings by using `int` instead of `UV`
           (RT136985)
         * Quiet a -Wmaybe-uninitialized warning by ensuring a variable is
           always initialised, because the compiler can't always determine this
           is safe (RT139356)
         * Avoid SIGFPE in product(-1, ...) (RT139601)

1.59 -- 2021-09-12
        [CHANGES]
         * Removed Scalar::Util::isbool() as the API design for older perls
           isn't quite clear, and it doesn't do anything useful on any
           currently-released perl version
          * Tidy up the unnecessary bits of @EXPORT_FAIL
          * Use the new G_LIST constant rather than G_ARRAY

1.58 -- 2021-09-12
        (bad release because I forgot to `git push`)

1.57 -- 2021-09-11
        [CHANGES]
         * Added Scalar::Util::isbool() to track new core-supported boolean
           value nature on scalars
         * Fix various typoes in docs, code comments, etc...
         * Removed code conditional on whether SvWEAKREF is supported, as
           every perl since v5.6 supports it

        [BUGFIXES]
         * Fix segfaults when an undefined subroutine is passed to
           block-taking subs (thanks ilmari)
         * Correct refcount handling on hv_store_ent to PL_DBsub in
           set_subname() (thanks nwc10)
         * Don't rely on Scalar::Util functions when unit-testing List::Util
           ones (thanks haarg)

diffstat:

 devel/p5-Scalar-List-Utils/Makefile |  5 ++---
 devel/p5-Scalar-List-Utils/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 8fdecaa12a01 -r 4e5b3f9647c7 devel/p5-Scalar-List-Utils/Makefile
--- a/devel/p5-Scalar-List-Utils/Makefile       Sun Oct 24 08:26:25 2021 +0000
+++ b/devel/p5-Scalar-List-Utils/Makefile       Sun Oct 24 08:30:50 2021 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.52 2021/05/24 19:51:30 wiz Exp $
+# $NetBSD: Makefile,v 1.53 2021/10/24 08:30:50 wen Exp $
 
-DISTNAME=      Scalar-List-Utils-1.56
+DISTNAME=      Scalar-List-Utils-1.60
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel misc perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Scalar/}
 
diff -r 8fdecaa12a01 -r 4e5b3f9647c7 devel/p5-Scalar-List-Utils/distinfo
--- a/devel/p5-Scalar-List-Utils/distinfo       Sun Oct 24 08:26:25 2021 +0000
+++ b/devel/p5-Scalar-List-Utils/distinfo       Sun Oct 24 08:30:50 2021 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.32 2021/10/07 13:42:15 nia Exp $
+$NetBSD: distinfo,v 1.33 2021/10/24 08:30:50 wen Exp $
 
-RMD160 (Scalar-List-Utils-1.56.tar.gz) = 80da8701ddcdf76d839496039532d6390985f989
-SHA512 (Scalar-List-Utils-1.56.tar.gz) = 90291e154497599e7e41b6746dc29351c619201b5723eedfa76dee81d0db4ae28ad598355edc61c529de5c05d5eafc17ae6c3205f0c624fc2a028ecbac9f2c3f
-Size (Scalar-List-Utils-1.56.tar.gz) = 173248 bytes
+RMD160 (Scalar-List-Utils-1.60.tar.gz) = c5a51378d290f1e6ef06d7d9007e3693ce598a84
+SHA512 (Scalar-List-Utils-1.60.tar.gz) = 35cd3c45c97827f36e5a73cc2bbd496d2b43c17ea736fbf6fcd9d1b42cb522d00cc6ab15a29a07cab0831d00458ebc38ff05559e7c6344567cfba0d7d2c15a92
+Size (Scalar-List-Utils-1.60.tar.gz) = 177368 bytes



Home | Main Index | Thread Index | Old Index