Module Name: src Committed By: riastradh Date: Sun Nov 3 19:59:46 UTC 2024
Modified Files: src/distrib/sets/lists/base: shl.mi src/distrib/sets/lists/debug: shl.mi Log Message: distrib/sets/lists: Do not obsolete lib*.so.* files. Although it is mostly harmless in the particular case of zstd, which was only for a couple days committed to HEAD as a public shared library and is now a private static library pending analysis of its impact on pkgsrc, the general rule is that .so files applications link against are not obsoleted because that breaks compat on system upgrades. And while this is _mostly_ harmless, having these entries makes auditing the set lists for this rule harder, which is a real harm because we've had real bugs in this area in the past. To generate a diff of this commit: cvs rdiff -u -r1.993 -r1.994 src/distrib/sets/lists/base/shl.mi cvs rdiff -u -r1.353 -r1.354 src/distrib/sets/lists/debug/shl.mi Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.