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: mail/panda-cclient/files/patch-src_osdep_unix_mx.c

Number of commits found: 1

Sunday, 21 May 2023
14:47 Dimitry Andric (dim) search for other commits by this committer
mail/panda-cclient: fix build with clang 16

Clang 16 has a new error about incompatible function types, which shows
up when building mail/panda-cclient:

  news.c:370:36: error: incompatible function pointer types passing 'int (struct
dirent *)' to parameter of type 'int (*)(const struct dirent *)'
[-Wincompatible-function-pointer-types]
    if ((nmsgs = scandir (tmp,&names,news_select,news_numsort)) >= 0) {
                                     ^~~~~~~~~~~
  /usr/include/dirent.h:127:12: note: passing argument to parameter here
              int (*)(const struct dirent *), int (*)(const struct dirent **,
                    ^
  news.c:370:48: error: incompatible function pointer types passing 'int (const
void *, const void *)' to parameter of type 'int (*)(const struct dirent **,
const struct dirent **)' [-Wincompatible-function-pointer-types]
    if ((nmsgs = scandir (tmp,&names,news_select,news_numsort)) >= 0) {
                                                 ^~~~~~~~~~~~
  /usr/include/dirent.h:127:44: note: passing argument to parameter here
(Only the first 15 lines of the commit message are shown above View all of this commit message)
commit hash: 7c711691b378bee218c41da6b803b655f2039d2d commit hash: 7c711691b378bee218c41da6b803b655f2039d2d commit hash: 7c711691b378bee218c41da6b803b655f2039d2d commit hash: 7c711691b378bee218c41da6b803b655f2039d2d 7c71169

Number of commits found: 1