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/heimdal/files/patch-lib_kadm5_marshall.c

Number of commits found: 3

Thursday, 14 Mar 2024
22:12 Cy Schubert (cy) search for other commits by this committer
security/heimdal: Fix uninitialized pointer dereference

krb5_ret_preincipal() returns a non-zero return code when
a garbage principal is passed to it. Unfortunately ret_principal_ent()
does not check the return code, with garbage pointing to what would
have been the principal. This results in a segfault when free() is
called.

PR:		267944, 267972
Reported by:	Robert Morris <rtm@lcs.mit.edu>
MFH:		2024Q1
commit hash: f8c4316342857a4fa4a05c1cb6ab16992faddb69 commit hash: f8c4316342857a4fa4a05c1cb6ab16992faddb69 commit hash: f8c4316342857a4fa4a05c1cb6ab16992faddb69 commit hash: f8c4316342857a4fa4a05c1cb6ab16992faddb69 f8c4316
Thursday, 24 Nov 2022
17:22 Cy Schubert (cy) search for other commits by this committer
security/heimdal*: Handle other types of garbage data

In addition to garbage realm data, also handle garbage dbname, acl_file,
stash_file, and invalid bitmask garbage data.

PR:             267912
Reported by:    Robert Morris <rtm@lcs.mit.edu>
MFH:		2022Q4
commit hash: 8cafd5bc0d866a425eb883e00cef02df1ef31db4 commit hash: 8cafd5bc0d866a425eb883e00cef02df1ef31db4 commit hash: 8cafd5bc0d866a425eb883e00cef02df1ef31db4 commit hash: 8cafd5bc0d866a425eb883e00cef02df1ef31db4 8cafd5b
17:22 Cy Schubert (cy) search for other commits by this committer
security/heimdal*: Fix NULL dereference when mangled realm message

Fix a NULL dereference in _kadm5_s_init_context() when the client
sends a mangled realm message.

PR:             267912
Reported by:    Robert Morris <rtm@lcs.mit.edu>
MFH:      	2022Q4
commit hash: 678bdaf21b9a05d99e0aceecd414782926e57ae4 commit hash: 678bdaf21b9a05d99e0aceecd414782926e57ae4 commit hash: 678bdaf21b9a05d99e0aceecd414782926e57ae4 commit hash: 678bdaf21b9a05d99e0aceecd414782926e57ae4 678bdaf

Number of commits found: 3