Module Name: src
Committed By: christos
Date: Mon Sep 23 15:08:36 UTC 2024
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
new jemalloc
To generate a diff of this commit:
cvs rdiff -u -r1.2048 -r1.2049 src/doc/3RDPARTY
cvs rdiff -u -r1.3098 -r1.3099 src/doc/CHANGES
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/3RDPARTY
diff -u src/doc/3RDPARTY:1.2048 src/doc/3RDPARTY:1.2049
--- src/doc/3RDPARTY:1.2048 Sun Sep 22 15:14:20 2024
+++ src/doc/3RDPARTY Mon Sep 23 11:08:36 2024
@@ -1,4 +1,4 @@
-# $NetBSD: 3RDPARTY,v 1.2048 2024/09/22 19:14:20 christos Exp $
+# $NetBSD: 3RDPARTY,v 1.2049 2024/09/23 15:08:36 christos Exp $
#
# This file contains a list of the software that has been integrated into
# NetBSD where we are not the primary maintainer.
@@ -619,12 +619,12 @@ are manually pulled up to NetBSD stable
sync with ipsec-tools-0_7-branch)
Package: jemalloc
-Version: 5.1.0
+Version: 5.3.0
Current Vers: 5.3.0
Maintainer: Jason Evans
Archive Site: https://github.com/jemalloc/jemalloc
Home Page: https://jemalloc.net
-Date: 2023-09-26
+Date: 2024-09-23
Mailing List:
Responsible: christos
License: BSD
Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.3098 src/doc/CHANGES:1.3099
--- src/doc/CHANGES:1.3098 Sun Sep 22 15:14:20 2024
+++ src/doc/CHANGES Mon Sep 23 11:08:36 2024
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.3098 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.3099 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -526,3 +526,4 @@ Changes from NetBSD 10.0 to NetBSD 11.0:
evbppc: Add ohci(4) support to the Nintendo Wii port.
[jmcneill 20240922]
zlib: Import 1.3.1 [christos 20240922]
+ jemalloc(3): Import 5.3.0. [christos 20140923]