notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

non port: Mk/Features/stack_autoinit.mk

Number of commits found: 2

Thursday, 24 Jul 2025
11:19 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
Mk/Features/stack_autoinit.mk: Fix typo

Reference:	https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html#index-ftrivial-auto-var-init
Approved by:	portmgr (blanket)
commit hash: 80e3e4e3cc6bdaefa3e06e5d3111c0de6523b3b7 commit hash: 80e3e4e3cc6bdaefa3e06e5d3111c0de6523b3b7 commit hash: 80e3e4e3cc6bdaefa3e06e5d3111c0de6523b3b7 commit hash: 80e3e4e3cc6bdaefa3e06e5d3111c0de6523b3b7 80e3e4e
Saturday, 24 May 2025
18:21 Alexander Leidinger (netchild) search for other commits by this committer
Mk/Features: Add features for fortify, zeroregs and stack autoinit.

Those 3 features for ports go along with the cooresponding features from
the basesystem (some only availabe in -current).

The options you can put into make.conf for the ports collections are:

WITH_FORTIFY=yes
    This enables mitigations of common memory safety issues, such as buffer
    overflows, by adding checks to functions like memcpy, strcpy, sprintf,
    and others when the compiler can determine the size of the destination
    buffer at compile time.

WITH_STACK_AUTOINIT=yes
    This enables a compiler specific option to automatically initialize
(Only the first 15 lines of the commit message are shown above View all of this commit message)
commit hash: 7a489e95c51f47f5e25a5613e375ec000618e52a commit hash: 7a489e95c51f47f5e25a5613e375ec000618e52a commit hash: 7a489e95c51f47f5e25a5613e375ec000618e52a commit hash: 7a489e95c51f47f5e25a5613e375ec000618e52a 7a489e9

Number of commits found: 2