pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/R-uuid
Module Name: pkgsrc
Committed By: wen
Date: Sat Apr 2 03:01:34 UTC 2022
Modified Files:
pkgsrc/devel/R-uuid: Makefile distinfo
Log Message:
Update to 1.0.4
Upstream changes:
1.0-4
o Windows: use dynamic buffer when querying DLLs to
avoid "Too many DLLs" error.
1.0-3 2021-11-01
o guard flock() with HAVE_FLOCK for platforms that
don't have it
1.0-2 2021-10-25
o silence benign sendfile warning from upstream
1.0-1 2021-10-20
o update to latest upstream libuuid sources
(util-linux c4a543ff, libuuid e6743239)
o Add LinkingTo: API allowing other packages to
use UUID generation from C code
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/R-uuid/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/R-uuid/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/R-uuid/Makefile
diff -u pkgsrc/devel/R-uuid/Makefile:1.4 pkgsrc/devel/R-uuid/Makefile:1.5
--- pkgsrc/devel/R-uuid/Makefile:1.4 Thu Aug 8 19:53:40 2019
+++ pkgsrc/devel/R-uuid/Makefile Sat Apr 2 03:01:33 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2019/08/08 19:53:40 brook Exp $
+# $NetBSD: Makefile,v 1.5 2022/04/02 03:01:33 wen Exp $
R_PKGNAME= uuid
-R_PKGVER= 0.1-2
+R_PKGVER= 1.0-4
CATEGORIES= devel
MAINTAINER= minskim%NetBSD.org@localhost
Index: pkgsrc/devel/R-uuid/distinfo
diff -u pkgsrc/devel/R-uuid/distinfo:1.3 pkgsrc/devel/R-uuid/distinfo:1.4
--- pkgsrc/devel/R-uuid/distinfo:1.3 Tue Oct 26 10:14:09 2021
+++ pkgsrc/devel/R-uuid/distinfo Sat Apr 2 03:01:33 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 10:14:09 nia Exp $
+$NetBSD: distinfo,v 1.4 2022/04/02 03:01:33 wen Exp $
-BLAKE2s (R/uuid_0.1-2.tar.gz) = 8ff6e3d141ad66ab92ad4abd997522460c25d63567f9dcd941e5e3e6f3cc6c46
-SHA512 (R/uuid_0.1-2.tar.gz) = e13b3a13c913b86e7ff3649b2912ee9f5746d2cdd05a74026c2e89579a259268cdb4ddca77bc6ae7bc9e25e4fae772caaca751efccc573bc5808daf8ffd5837f
-Size (R/uuid_0.1-2.tar.gz) = 46706 bytes
+BLAKE2s (R/uuid_1.0-4.tar.gz) = 15373a9dc51e66f3fc3ed71c2ff1b9280c5eaef583076c63b10563342d86fbf7
+SHA512 (R/uuid_1.0-4.tar.gz) = feca3b4bbf064a1c25a6edf8c967bba931559a866071612d6454d83237080e75dac392e0cda2daabdf09ad1639132c722a7054f401857bbcdddb9e45673d679b
+Size (R/uuid_1.0-4.tar.gz) = 72187 bytes
Home |
Main Index |
Thread Index |
Old Index