pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-Scalar-List-Utils
Module Name: pkgsrc
Committed By: wen
Date: Sun Oct 24 08:30:50 UTC 2021
Modified Files:
pkgsrc/devel/p5-Scalar-List-Utils: Makefile distinfo
Log Message:
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)
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/devel/p5-Scalar-List-Utils/Makefile
cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/p5-Scalar-List-Utils/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-Scalar-List-Utils/Makefile
diff -u pkgsrc/devel/p5-Scalar-List-Utils/Makefile:1.52 pkgsrc/devel/p5-Scalar-List-Utils/Makefile:1.53
--- pkgsrc/devel/p5-Scalar-List-Utils/Makefile:1.52 Mon May 24 19:51:30 2021
+++ pkgsrc/devel/p5-Scalar-List-Utils/Makefile Sun Oct 24 08:30:50 2021
@@ -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/}
Index: pkgsrc/devel/p5-Scalar-List-Utils/distinfo
diff -u pkgsrc/devel/p5-Scalar-List-Utils/distinfo:1.32 pkgsrc/devel/p5-Scalar-List-Utils/distinfo:1.33
--- pkgsrc/devel/p5-Scalar-List-Utils/distinfo:1.32 Thu Oct 7 13:42:15 2021
+++ pkgsrc/devel/p5-Scalar-List-Utils/distinfo Sun Oct 24 08:30:50 2021
@@ -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