Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 08 Nov 2021 15:00:33 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 224871] `make fetchindex' may leave a corrupt INDEX file
Message-ID:  <bug-224871-7788-rREnuRCeX6@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-224871-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-224871-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224871

--- Comment #4 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=3Dcd8518854f3e96fb86dd7ed7b8f1c02=
58e839157

commit cd8518854f3e96fb86dd7ed7b8f1c0258e839157
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2021-11-08 14:58:02 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2021-11-08 14:59:55 +0000

    fetchindex: do not leave a corrupted INDEX

    When extracting the fetched index, do it in a temporary file, and only
    when extraction succeed, move it to the final file, it makes it more
    atomic and less likely to live a corrupted file behind

    PR:     224871

 Makefile | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-224871-7788-rREnuRCeX6>