Date: Wed, 15 Aug 2018 09:21:04 -0400 From: Vick Khera <vivek@khera.org> To: questions@freebsd.org Subject: package repo not updating Message-ID: <CALd%2BdcdAHrFqJe0ZqA4Qr59gpZ37SE7Gqry7LKgnkP3xc%2B6XoA@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
I'm trying to get the latest version of some packages to update for security fixes. When I run pkg update it says that nothing is updated: # pkg -d update DBG(1)[24136]> pkg initialized Updating FreeBSD repository catalogue... DBG(1)[24136]> PkgRepo: verifying update for FreeBSD DBG(1)[24136]> Pkgrepo, begin update of '/var/db/pkg/repo-FreeBSD.sqlite' DBG(1)[24136]> Fetch: fetching from: http://pkgmir.geo.freebsd.org/FreeBSD:11:amd64/latest/meta.txz with opts "i" DBG(1)[24136]> Fetch: fetching from: http://pkgmir.geo.freebsd.org/FreeBSD:11:amd64/latest/packagesite.txz with opts "i" FreeBSD repository is up to date. All repositories are up to date. My pkg config file points to "latest" not quarterly, so I expect it to update within a reasonable time. Historically, that has been every few days. Checking pkg-status.freebsd.org, my reading says that the latest build for FreeBSD 11 was completed yesterday, August 14. However, the files that pkg tries to fetch on my system were last updated August 9: # curl --head http://pkgmir.geo.freebsd.org/FreeBSD:11:amd64/latest/packagesite.txz HTTP/1.1 200 OK Server: nginx Date: Wed, 15 Aug 2018 13:14:06 GMT Content-Type: application/octet-stream Content-Length: 6688548 Last-Modified: Thu, 09 Aug 2018 16:03:33 GMT Connection: keep-alive ETag: "5b6c65d5-660f24" Expires: Wed, 15 Aug 2018 13:14:06 GMT Cache-Control: max-age=0 Cache-Control: private Accept-Ranges: bytes I'm running FreeBSD 11.2-p2/amd64. My pkg config file points to the url "pkg+http://pkg.FreeBSD.org/${ABI}/latest". Is something stuck in updating the public package repo? Is there some other place I should look for status about this?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CALd%2BdcdAHrFqJe0ZqA4Qr59gpZ37SE7Gqry7LKgnkP3xc%2B6XoA>