diff options
author | Xavier Beaudouin <kiwi@FreeBSD.org> | 2025-01-28 10:36:32 +0100 |
---|---|---|
committer | Xavier Beaudouin <kiwi@FreeBSD.org> | 2025-01-30 15:41:59 +0100 |
commit | cc1cc2ba1a7c7e9449130b9fc24b144e641e0e09 (patch) | |
tree | dee01d160ad92158600e952000ed2ce327e5b933 | |
parent | devel/talloc242: Hierarchical pool based memory allocator (diff) |
devel/talloc242: Update to 2.4.2
Also hook it to the build.
PR: 280533
Sponsored by: Klara, Inc.
Approved by: 0mp (mentor)
Approved by: samba (0mp, kiwi)
Differential Revision: https://reviews.freebsd.org/D48657
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/talloc242/Makefile | 2 | ||||
-rw-r--r-- | devel/talloc242/distinfo | 6 |
3 files changed, 5 insertions, 4 deletions
diff --git a/devel/Makefile b/devel/Makefile index 79bd8b026507..31b9adf7d66a 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -8206,6 +8206,7 @@ SUBDIR += tagref SUBDIR += tailor SUBDIR += talloc + SUBDIR += talloc242 SUBDIR += task SUBDIR += taskctl SUBDIR += taskflow diff --git a/devel/talloc242/Makefile b/devel/talloc242/Makefile index 1adbb88f0886..136c6b66a230 100644 --- a/devel/talloc242/Makefile +++ b/devel/talloc242/Makefile @@ -1,5 +1,5 @@ PORTNAME= talloc -DISTVERSION= 2.4.1 +DISTVERSION= 2.4.2 CATEGORIES= devel MASTER_SITES= SAMBA diff --git a/devel/talloc242/distinfo b/devel/talloc242/distinfo index c105e05cd97d..21db59527faa 100644 --- a/devel/talloc242/distinfo +++ b/devel/talloc242/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1722342343 -SHA256 (talloc-2.4.1.tar.gz) = 410a547f08557007be0e88194f218868358edc0ab98c98ba8c167930db3d33f9 -SIZE (talloc-2.4.1.tar.gz) = 679160 +TIMESTAMP = 1737641773 +SHA256 (talloc-2.4.2.tar.gz) = 85ecf9e465e20f98f9950a52e9a411e14320bc555fa257d87697b7e7a9b1d8a6 +SIZE (talloc-2.4.2.tar.gz) = 679750 |