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''''''''s 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: devel/tclxml/files/patch-Makefile.in

Number of commits found: 2

Monday, 1 Jul 2024
06:49 Pietro Cerutti (gahr) search for other commits by this committer
devel/tclxml: fix build with libxml2 >= 2.12

Version 2.12 of libxml2 introduced a backwards incompatible change in
the signature of some functions, notably the second argument to
xmlStructuredErrorFunc has gained a const qualifier, changing from
`xmlError *error` to `const xmlError *error`.

To make the signatures compatible with both pre- and post-2.12, I have
introduced a check on LIBXML_VERSION.

PR:		279968
Reported by:    dizzy
commit hash: af36765e17ba36d0e86e95d4476b67f894209468 commit hash: af36765e17ba36d0e86e95d4476b67f894209468 commit hash: af36765e17ba36d0e86e95d4476b67f894209468 commit hash: af36765e17ba36d0e86e95d4476b67f894209468 af36765
Saturday, 13 Sep 2014
11:27 antoine search for other commits by this committer
Allow staging as a regular user
Original commitRevision:368082 

Number of commits found: 2