git: 4a16449c03bd - main - security/fakeroot: Update to 1.37.2

From: Ganael LAPLANCHE <martymac_at_FreeBSD.org>
Date: Tue, 27 Jan 2026 19:18:31 UTC
The branch main has been updated by martymac:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4a16449c03bd276a1e68e7e2c0d6123bc4357ebb

commit 4a16449c03bd276a1e68e7e2c0d6123bc4357ebb
Author:     Ganael LAPLANCHE <martymac@FreeBSD.org>
AuthorDate: 2026-01-27 19:15:32 +0000
Commit:     Ganael LAPLANCHE <martymac@FreeBSD.org>
CommitDate: 2026-01-27 19:18:23 +0000

    security/fakeroot: Update to 1.37.2
    
    Changelog: https://salsa.debian.org/clint/fakeroot/-/blob/debian/1.37.2-1/debian/changelog?ref_type=tags
---
 security/fakeroot/Makefile                  |  2 +-
 security/fakeroot/distinfo                  |  6 +++---
 security/fakeroot/files/patch-communicate.c | 11 -----------
 3 files changed, 4 insertions(+), 15 deletions(-)

diff --git a/security/fakeroot/Makefile b/security/fakeroot/Makefile
index 8fe1685435e6..4f820fc0901d 100644
--- a/security/fakeroot/Makefile
+++ b/security/fakeroot/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	fakeroot
-PORTVERSION=	1.37.1.2
+PORTVERSION=	1.37.2
 CATEGORIES=	security
 MASTER_SITES=	DEBIAN
 DISTNAME=	${PORTNAME}_${PORTVERSION}.orig
diff --git a/security/fakeroot/distinfo b/security/fakeroot/distinfo
index a938ca8fcddc..2675e9f6da66 100644
--- a/security/fakeroot/distinfo
+++ b/security/fakeroot/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1747131024
-SHA256 (fakeroot_1.37.1.2.orig.tar.gz) = 959496928c8a676ec8377f665ff6a19a707bfad693325f9cc4a4126642f53224
-SIZE (fakeroot_1.37.1.2.orig.tar.gz) = 594008
+TIMESTAMP = 1769460145
+SHA256 (fakeroot_1.37.2.orig.tar.gz) = 0eea60fbe89771b88fcf415c8f2f0a6ccfe9edebbcf3ba5dc0212718d98884db
+SIZE (fakeroot_1.37.2.orig.tar.gz) = 595964
diff --git a/security/fakeroot/files/patch-communicate.c b/security/fakeroot/files/patch-communicate.c
deleted file mode 100644
index 31930a7d080e..000000000000
--- a/security/fakeroot/files/patch-communicate.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- communicate.c.orig	2024-12-20 14:24:24 UTC
-+++ communicate.c
-@@ -482,7 +482,7 @@ static void open_comm_sd(void)
-     fail("fcntl(F_SETFD, FD_CLOEXEC)");
- 
-   int val = 1;
--  if (setsockopt(comm_sd, SOL_TCP, TCP_NODELAY, &val, sizeof (val)) < 0)
-+  if (setsockopt(comm_sd, IPPROTO_TCP, TCP_NODELAY, &val, sizeof (val)) < 0)
-       fail("setsockopt(TCP_NODELAY)");
- 
-   while (1) {