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
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: security/clamav/files/patch-libclamav__pdf.c

Number of commits found: 2

Monday, 25 Oct 2010
19:53 garga search for other commits by this committer
Update to 0.96.4
Original commit
Tuesday, 28 Sep 2010
17:27 garga search for other commits by this committer
Fix a mmap() error scanning PDF files, as described on clamav's git repo commit

off_t is 64-bit, size_t is still 32-bit and that causes unexpected integer
promotion here:
map_off = map->len - 2048

First the unsigned subtraction is performed, and then the unsigned (!) value
is sign-extended to 64-bit. Hence a negative value becomes positive, which is
wrong.

Reported by:    Franz Schwartau <franz@electromail.org>
Obtained from:  https://wwws.clamav.net/bugzilla/show_bug.cgi?id=2300
Original commit

Number of commits found: 2