pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
11.0 i386 repo broken?
Started happening yesterday (at least that's when I noticed it).
Did some digging and it looks like the endpoint for 11.0 is pointing to a redirect "11.0_2026Q1" that does not exist.
The same redirect for x64 DOES exist, so my guess is that something didn't get copied during an automated build process?
```
# Main endpoint:
vg# curl https://cdn.netbsd.org/pub/pkgsrc/packages/NetBSD/i386/11.0/
<html>
<title>Document moved</title>
<h1>Document moved</h1>
<p>The requested document has moved
<a href="/pub/pkgsrc/packages/NetBSD/i386/11.0_2026Q1/">here</a></p>
</html>
# Redirected one:
vg# curl https://cdn.netbsd.org/pub/pkgsrc/packages/NetBSD/i386/11.0_2026Q1/
<html><head><title>404 Not Found</title></head>
<body><h1>404 Not Found</h1>
pub/pkgsrc/packages/NetBSD/i386/11.0_2026Q1/index.html: <pre>This item has not been found</pre>
<hr><address><a href="//cdn.netbsd.org:443/">cdn.netbsd.org:443</a></address>
</body></html>
# Same endpoint for x64:
vg# curl https://cdn.netbsd.org/pub/pkgsrc/packages/NetBSD/x86_64/11.0_2026Q1/
<!DOCTYPE html>
<html><head><meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style type="text/css">
table {
border-top: 1px solid black;
border-bottom: 1px solid black;
}
th { background: aquamarine; }
tr:nth-child(even) { background: lavender; }
</style>
<title>Index of pub/pkgsrc/packages/NetBSD/x86_64/11.0_2026Q1/</title></head>
<body><h1>Index of pub/pkgsrc/packages/NetBSD/x86_64/11.0_2026Q1/</h1>
<table cols=3>
<thead>
<tr><th>Name<th>Last modified<th align=right>Size
<tbody>
<tr><td><a href="../">Parent Directory</a><td>02-May-2026 07:45<td align=right>1kB
<tr><td><a href="All/">All/</a><td>02-May-2026 19:38<td align=right>1003kB
<tr><td><a href="SHA512.bz2">SHA512.bz2</a><td>30-Apr-2026 22:27<td align=right>2059kB
</table>
</body></html>
```
PS: The FTP-based endpoint doesn't work either.
Home |
Main Index |
Thread Index |
Old Index