`pkg update && pkg search glances` shows py27-glances-2.4.2, not 2.5.
Now it show "py27-glances-2.5.0" :) wen
It hasn't changed for me.
@Yonas I can see the following entry at: http://pkg.freebsd.org/freebsd:10:x86:64/latest/All/ py27-glances-2.5.0.txz 3252504 2015-Nov-05 13:29
(In reply to Kubilay Kocak from comment #3) Interesting... so it must be an issue with `pkg`. Kubilay, what version do you see when running `pkg update -f && pkg search glances`?
(In reply to Yonas Yanfa from comment #4) Updating FreeBSD repository catalogue... Fetching meta.txz: 100% 944 B 0.9kB/s 00:01 Fetching packagesite.txz: 100% 5 MiB 369.0kB/s 00:15 Processing entries: 100% FreeBSD repository update completed. 24623 packages processed. py27-glances-2.5.0 CLI curses based monitoring tool for GNU/Linux and BSD OS May I suggest that perhaps the index is out of date and/or not updating?
(In reply to Kubilay Kocak from comment #5) That seems to be the case, but it affects all four of my FreeBSD installs. This probably isn't the right place to debug this. Where should I post this issue?
Actually, after running `pkg -d update -f`, it seems I'm downloading the quarterly packages from: http://pkgmir.pkg.freebsd.org/FreeBSD:10:amd64/quarterly/All/ which, when visited from a browser, shows glances at 2.4.2. Do packages update once every 3 months?
And if packages update once every 3 months, how are security releases handled? For eg. if glances 2.5.0 had a critical security fix, is there a chance I might not see the update for 3 months?
Security updates are merged as soon as they have been tested in -head.
(In reply to Mark Linimon from comment #9) Thanks Mark. Is there a way to make `pkg` use the Latest instead of the quarterly releases?