pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Cache-FastMmap



Module Name:    pkgsrc
Committed By:   wen
Date:           Sun Jan 18 08:40:34 UTC 2026

Modified Files:
        pkgsrc/devel/p5-Cache-FastMmap: Makefile distinfo

Log Message:
Update to 1.60

Upstream changes:
1.60 Wed Jun 18 9:25 2025
  - Fix very broken 1.59 release that was leaving pages
    locked after initialising them.
1.59 Tue Jun 3 17:25 2025
  - Add exists() method to check if key exists in the
    cache. This avoid the decompress + deserialize cost
  - Initialise pages under lock. This avoids potential
    race conditions where multiple processes try and init
    a cache file
  - Correctly reset p_changed after storing changed details
    back to cache.
1.58 Mon May 5 16:25 2025
  - Catch a rare bug if someone closes our underlying file
    handle unexpectedly


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/devel/p5-Cache-FastMmap/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/p5-Cache-FastMmap/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-Cache-FastMmap/Makefile
diff -u pkgsrc/devel/p5-Cache-FastMmap/Makefile:1.37 pkgsrc/devel/p5-Cache-FastMmap/Makefile:1.38
--- pkgsrc/devel/p5-Cache-FastMmap/Makefile:1.37        Fri Jul  4 08:45:17 2025
+++ pkgsrc/devel/p5-Cache-FastMmap/Makefile     Sun Jan 18 08:40:34 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.37 2025/07/04 08:45:17 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2026/01/18 08:40:34 wen Exp $
 
-DISTNAME=      Cache-FastMmap-1.57
+DISTNAME=      Cache-FastMmap-1.60
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   4
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Cache/}
 

Index: pkgsrc/devel/p5-Cache-FastMmap/distinfo
diff -u pkgsrc/devel/p5-Cache-FastMmap/distinfo:1.20 pkgsrc/devel/p5-Cache-FastMmap/distinfo:1.21
--- pkgsrc/devel/p5-Cache-FastMmap/distinfo:1.20        Sun Nov  7 01:49:50 2021
+++ pkgsrc/devel/p5-Cache-FastMmap/distinfo     Sun Jan 18 08:40:34 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2021/11/07 01:49:50 wen Exp $
+$NetBSD: distinfo,v 1.21 2026/01/18 08:40:34 wen Exp $
 
-BLAKE2s (Cache-FastMmap-1.57.tar.gz) = a6407e187d91bca371f56ec066c35b5117d65d28dc74120c447200a978b639ec
-SHA512 (Cache-FastMmap-1.57.tar.gz) = 12bcf7af5723ba58bc0f74e689a1667b1055755a06a750aafc0f17075a94205a3aa0cc87a4a1f1da125c52b30516afeeb1f3a4f9422ef863fe8255bec53a3ecc
-Size (Cache-FastMmap-1.57.tar.gz) = 57502 bytes
+BLAKE2s (Cache-FastMmap-1.60.tar.gz) = 8466731786fb4f9247475c13ec14e628ab2e1032a35a40f1043f3f2219d3add8
+SHA512 (Cache-FastMmap-1.60.tar.gz) = 0bca2f11306d55fb1ec49cdddb014f6551497f9ed7ff942d96ca527a76faaa1114fe18fb0332ac9e2c06ea8721589fe0a1953beaefccf2340738bc4a28c4b774
+Size (Cache-FastMmap-1.60.tar.gz) = 57227 bytes



Home | Main Index | Thread Index | Old Index