On Tue, Nov 12, 2024 at 3:34 PM Alexander Bluhm <bl...@openbsd.org> wrote:
> CVSROOT: /cvs > Module name: src > Changes by: bl...@cvs.openbsd.org 2024/11/12 13:33:38 > > Modified files: > lib/libexpat : Changes README.md shlib_version > lib/libexpat/doc: reference.html > lib/libexpat/examples: element_declarations.c > lib/libexpat/lib: expat.h xmlparse.c > lib/libexpat/tests: basic_tests.c common.c common.h handlers.c > handlers.h misc_tests.c > > Log message: > Update libexpat to version 2.6.4. > > Relevant for OpenBSD are security fix #915, other changes #905 #902 > #904 #317 #918 #914. Major library bump is necessary as new error > constant has been added to a public header file. CVE-2024-50602 > > OK matthieu@ tb@ deraadt@ > I suspect I ran sysclean at exactly the wrong time, and now I can't easily fix python (or git, according to pkg_check). [vm@vm ~]$ doas pkg_add -D installed -r python-3.11.10p1 quirks-7.69 signed on 2024-11-11T22:06:50Z quirks-7.69->7.69: ok Can't install python-3.11.10p1 because of libraries |library expat.14.1 not found | /usr/lib/libexpat.so.15.0 (system): bad major Direct dependencies for python-3.11.10p1->3.11.10p1 resolve to libffi-3.4.6 xz-5.6.3 gettext-runtime-0.22.5 sqlite3-3.47.0 libb2-0.98.1v0 bzip2-1.0.8p0 Full dependency tree is sqlite3-3.47.0 xz-5.6.3 gettext-runtime-0.22.5 bzip2-1.0.8p0 libb2-0.98.1v0 libffi-3.4.6 libiconv-1.17 Read shared items: ok Couldn't find updates for python-3.11.10p1 Couldn't install python-3.11.10p1 Anyone have any cool tricks? Otherwise I'll wait until this is fixed and populated at my local mirror. Thanks. --david