Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 May 2024 12:22:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 278959] package security/metasploit still hasn't got any update on fix!
Message-ID:  <bug-278959-7788-ohvo4thWpm@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-278959-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-278959-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=3D278959

--- Comment #3 from tanawts@gmail.com ---
By default, FreeBSD is configured to take updated packages on a Quarterly
basis, so if you haven't modified your pkg config, you would not see the up=
date
available for at least 3 months.

You can switch this setting and use latest however by running the following:

# mkdir -p /usr/local/etc/pkg/repos
# echo 'FreeBSD: { url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest" }' >
/usr/local/etc/pkg/repos/FreeBSD.conf

This is documented in the handbook here:
https://docs.freebsd.org/en/books/handbook/book/#quarterly-latest-branch

Ports are updated more or less instantaneously once check-ins occur.

Packages take time to rebuild, and if I recall, it's around a 2 day cycle
before a recently updated port becomes a package in the branch "Latest".

The Quarterly default is to provide general stability

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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