pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/nspr
Module Name: pkgsrc
Committed By: ryoon
Date: Tue Aug 11 16:12:57 UTC 2020
Modified Files:
pkgsrc/devel/nspr: Makefile distinfo
Log Message:
nspr: Update to 4.27
Changelog:
NSPR 4.27 contains the following changes:
- The macOS platform code for shared library loading was
changed to support macOS 11.
If the absolute path parameter given to PR_LoadLibrary
begins with either /System/ or /usr/lib/ then no test is
performed if the library exists at a file.
- An include statement for a Windows system library header
was added
To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 pkgsrc/devel/nspr/Makefile
cvs rdiff -u -r1.56 -r1.57 pkgsrc/devel/nspr/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/nspr/Makefile
diff -u pkgsrc/devel/nspr/Makefile:1.104 pkgsrc/devel/nspr/Makefile:1.105
--- pkgsrc/devel/nspr/Makefile:1.104 Mon Jun 29 12:06:37 2020
+++ pkgsrc/devel/nspr/Makefile Tue Aug 11 16:12:57 2020
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.104 2020/06/29 12:06:37 ryoon Exp $
+# $NetBSD: Makefile,v 1.105 2020/08/11 16:12:57 ryoon Exp $
DISTNAME= nspr-${NSPR_RELEASE:S/.0$//}
-NSPR_RELEASE= 4.26.0
+NSPR_RELEASE= 4.27.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_MOZILLA_ALL:=nspr/releases/v${NSPR_RELEASE:S/.0$//}/src/}
Index: pkgsrc/devel/nspr/distinfo
diff -u pkgsrc/devel/nspr/distinfo:1.56 pkgsrc/devel/nspr/distinfo:1.57
--- pkgsrc/devel/nspr/distinfo:1.56 Mon Jun 29 12:06:37 2020
+++ pkgsrc/devel/nspr/distinfo Tue Aug 11 16:12:57 2020
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.56 2020/06/29 12:06:37 ryoon Exp $
+$NetBSD: distinfo,v 1.57 2020/08/11 16:12:57 ryoon Exp $
-SHA1 (nspr-4.26.tar.gz) = 53fa85a05718ce952ac01257d37013801183e48d
-RMD160 (nspr-4.26.tar.gz) = 7ad7072be6a9fbccb739716941e1dac0cc7b2af5
-SHA512 (nspr-4.26.tar.gz) = d6632cde3570ee386ee1459257eba99f91dd62fa905fd82679222c83d63c185b76d8dca0422d4349de2dfce603472ae52bc0dcced0f142acb733374c74155d3c
-Size (nspr-4.26.tar.gz) = 1079778 bytes
+SHA1 (nspr-4.27.tar.gz) = 7a318da847beb5aff04446fc2db11b253b6fb7c8
+RMD160 (nspr-4.27.tar.gz) = 4046798bebe26ed522f66d448e8af1f12b750c7d
+SHA512 (nspr-4.27.tar.gz) = 2be539e6fd5ed8987874147a2bacc3f0b7177cdfddbb1a4f9e5f93575de871584b05fb56ca4e1ba5f7e53074cd4069310658f1559de0f38def208b087b6e6dca
+Size (nspr-4.27.tar.gz) = 1080036 bytes
SHA1 (patch-ab) = a24f80c2bab73c12b02d0aad7649da0ce4ca8d4f
SHA1 (patch-ac) = a3d2cef788393b84e833d9e33bdf40b10d8efbd0
SHA1 (patch-ae) = 28474b852325a37fb2a30717e9f7ffb77dad5deb
Home |
Main Index |
Thread Index |
Old Index