notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
The safest procedure: change your FreshPorts password. Anything you had set before Friday March 24 2023 09:49:20 UTC should be changed. You can read more here: SQL inejection issues fixed and FreshSource code fixes Sorry about the extra work for you.
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: mail/thunderbird/files/patch-comm_mail_modules_DNS.jsm
SVNWeb

Number of commits found: 2

Sun, 11 Sep 2022
[ 13:12 Christoph Moench-Tegeder (cmt) search for other commits by this committer ]    commit hash:4185660c39ad992441cae35833fc69c1295a4bf8  commit hash:4185660c39ad992441cae35833fc69c1295a4bf8  commit hash:4185660c39ad992441cae35833fc69c1295a4bf8  4185660  (Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
mail/thunderbird: update to 102.2.2

Release Notes:
  https://www.thunderbird.net/en-US/thunderbird/102.2.2/releasenotes/
Sun, 12 Dec 2021
[ 22:04 Christoph Moench-Tegeder (cmt) search for other commits by this committer ]    commit hash:9a2174d4e02e859881d336167e1509840e5f2d82  commit hash:9a2174d4e02e859881d336167e1509840e5f2d82  commit hash:9a2174d4e02e859881d336167e1509840e5f2d82  9a2174d 
mail/thunderbird: use libc for res_* functions

thunderbird's javascript code needs more than basic DNS resolution
(e.g. SRV, TXT, MX lookups) - more than javascript natively has
(welcome to the web) and builds it's own bindings for libc to use
the resolver(3) interface. Unlike linux, where the resolver routines
live in libresolv, FreeBSD has these routines in libc.
I'm referencing libc.so.7 directly, as this is enough to make this
code work on 13/amd64 (others should work too) - the official way
of using libc.so would be much more work (and reimplementing parts
of the dynamic linker in javascript takes the cake, or something).

This is enough to make adding and using new CalDAV calendars possible;
other problems might linger and possibly require a better solution.

Number of commits found: 2