Opened 8 months ago

Closed 8 months ago

#21739 closed defect (fixed)

ntfs-3g download link returns HTTP 403

Reported by: Xi Ruoyao Owned by: blfs-book
Priority: normal Milestone: 12.4
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

$ curl https://tuxera.com/opensource/ntfs-3g_ntfsprogs-2022.10.3.tgz -L 
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>403 Forbidden</title>
</head><body>
<h1>Forbidden</h1>
<p>You don't have permission to access this resource.</p>
</body></html>

Change History (5)

comment:1 by Bruce Dubbs, 8 months ago

Interesting. That link is what is specified at https://github.com/tuxera/ntfs-3g/releases/tag/2022.10.3.

The file is available at https://ftp2.osuosl.org/pub/blfs/12.3/n/

comment:2 by Bruce Dubbs, 8 months ago

Double checking, this package is only referenced in gparted and udisks2, both commented out.

I looked at arch and they do not reference it for udisks2, but do reference for gparted. They retrieve ntfs-3g with

pkgver=2022.10.3
git+https://github.com/tuxera/ntfs-3g.git#tag=${pkgver}

That said, since we don't currently reference the package and since it has not been updated since 2022, perhaps we should just archive it.

comment:3 by Zhang Wen, 8 months ago

FYI, building the kernel with NTFS3_FS, we can r/w the NTFS partition without the ntfs-3g package.

in reply to:  3 comment:4 by Xi Ruoyao, 8 months ago

Replying to Zhang Wen:

FYI, building the kernel with NTFS3_FS, we can r/w the NTFS partition without the ntfs-3g package.

We've already documented the kernel implementation and the rationale to keep ntfs-3g even though we don't need it to mount NTFS at the very beginning of the ntfs-3g page.

comment:5 by Bruce Dubbs, 8 months ago

Resolution: fixed
Status: newclosed

Fixed at commits

754a79530a Update to libxml2-2.14.4 (security update).
73faab1f08 Update URL and instructions for ntfs-3g-2022.10.3.
Note: See TracTickets for help on using tickets.