pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-IPC-Shareable



Module Name:    pkgsrc
Committed By:   wen
Date:           Sat Oct  9 23:45:13 UTC 2021

Modified Files:
        pkgsrc/devel/p5-IPC-Shareable: Makefile distinfo

Log Message:
Update to 1.06

Upstream changes:
1.06    2021-09-08
    - Fix significant bug where at least on MacOS, if we generated a CRC of a
      key that was greater than 0x80000000, it would round down the key to that
      number exactly, casuing duplicates, and incorrect segment access
    - Added new() method, returns a reference (default hash) without having to
      do the tie() directly
    - Modify t/65-seg_size.t beyond RAM max test to cover varying error messages
      on differing OSs
    - Renamed t/67-out_of_memory.t as the tests are related to exhausting SHM
      slots, not RAM


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/p5-IPC-Shareable/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/p5-IPC-Shareable/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-IPC-Shareable/Makefile
diff -u pkgsrc/devel/p5-IPC-Shareable/Makefile:1.32 pkgsrc/devel/p5-IPC-Shareable/Makefile:1.33
--- pkgsrc/devel/p5-IPC-Shareable/Makefile:1.32 Wed Jul 28 03:41:00 2021
+++ pkgsrc/devel/p5-IPC-Shareable/Makefile      Sat Oct  9 23:45:13 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.32 2021/07/28 03:41:00 wen Exp $
+# $NetBSD: Makefile,v 1.33 2021/10/09 23:45:13 wen Exp $
 
-DISTNAME=      IPC-Shareable-1.05
+DISTNAME=      IPC-Shareable-1.06
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=IPC/}

Index: pkgsrc/devel/p5-IPC-Shareable/distinfo
diff -u pkgsrc/devel/p5-IPC-Shareable/distinfo:1.6 pkgsrc/devel/p5-IPC-Shareable/distinfo:1.7
--- pkgsrc/devel/p5-IPC-Shareable/distinfo:1.6  Thu Oct  7 13:41:41 2021
+++ pkgsrc/devel/p5-IPC-Shareable/distinfo      Sat Oct  9 23:45:13 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2021/10/07 13:41:41 nia Exp $
+$NetBSD: distinfo,v 1.7 2021/10/09 23:45:13 wen Exp $
 
-RMD160 (IPC-Shareable-1.05.tar.gz) = 9de87e7be7f8a6b0eb9fc30c53dc2bcdfd6cbd7a
-SHA512 (IPC-Shareable-1.05.tar.gz) = 2a5360a5b50d98f92099444c6a0de47f13544f457edee39bf8aa0986467a5c112542ac02c620ebad768607e3b4fde687fd2044a5936893f3c1e81915d8cf33d5
-Size (IPC-Shareable-1.05.tar.gz) = 42813 bytes
+RMD160 (IPC-Shareable-1.06.tar.gz) = 2822be8481d605bdcd9e647c7358bb7536666765
+SHA512 (IPC-Shareable-1.06.tar.gz) = 85fcdd0398cc03b6e7d19f907feb9a4b776c0a42f28e485338076da2bbafcd5da1784e6290dbacab8bf908230b4a0c8e731dff7255683a973955b3dfdfb9ee59
+Size (IPC-Shareable-1.06.tar.gz) = 43989 bytes



Home | Main Index | Thread Index | Old Index