Re: git: 46b3743b8469 - main - UIDs: fix typo in username for net/spoofdpi
Date: Tue, 06 Aug 2024 11:17:17 UTC
On Tue, Aug 06, 2024 at 12:54:19AM GMT, Vladimir Druzenko wrote: > The branch main has been updated by vvd: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=46b3743b84691248050b1e8e810355d17f5bb084 > > commit 46b3743b84691248050b1e8e810355d17f5bb084 > Author: Vladimir Druzenko <vvd@FreeBSD.org> > AuthorDate: 2024-08-06 00:52:18 +0000 > Commit: Vladimir Druzenko <vvd@FreeBSD.org> > CommitDate: 2024-08-06 00:52:18 +0000 > > UIDs: fix typo in username for net/spoofdpi > > PR: 280591 > Fixes: 3ad03358f695 (New port: Simple and fast anti-censorship tool) > --- > UIDs | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/UIDs b/UIDs > index a09c867cc62b..8c8d7e5c1d15 100644 > --- a/UIDs > +++ b/UIDs > @@ -325,7 +325,7 @@ _wsdd:*:370:370::0:0:Web Service Discovery Daemon:/nonexistent:/usr/sbin/nologin > # free: 377 > # free: 378 > # free: 379 > -poofdpi:*:380:380::0:0:SpoofDPI Daemon:/nonexistent:/usr/sbin/nologin > +spoofdpi:*:380:380::0:0:SpoofDPI Daemon:/nonexistent:/usr/sbin/nologin > # free: 381 > # free: 382 > # free: 383 You need to bump PORTREVISION for the port(s) using this user, otherwise the packages will have the old username embedded in them. -- Mathieu Arnold