This solves CVE-2022-21797.
Releases notes available at <https://github.com/joblib/joblib/releases>.
Remark: devel/py-threadpoolctl is not listed as a RUN dependency, but
several tests fail without it.
Security: CVE-2022-21797
PR: 273363
Approved by: skreuzer (maintainer)
Thursday, 24 August 2023
We create software for people, and the KDE Gear releases are the result
of that. Every four months we publish new updates of a large number of
KDE apps and software libraries. We create new programs to meet more of
your needs, implement more features so you can adapt to an ever-changing
digital world, and make our software faster, more efficient, more
reliable. We also port it to more platforms so you can run it on more
devices: your laptop, your game console, your phone, anywhere.
Read on to find out what's new in KDE Gear 23.08
https://kde.org/announcements/gear/23.08.0
1. Switch from USE_GITHUB to pre-rolled release.
2. Use CMake to install the files instead of using custom do-install target.
3. Unbundle devel/microsoft-gsl.
4. Fix build and keep possibility to build 32bit overlay on other ARCHes than x86.
5. "Pet portclippy".
Ideas, patches and testing: fuz, jhale, pkubaj.
PR: 273203 272881
Approved by: tcberner
Differential Revision: https://reviews.freebsd.org/D41604
MFH: 2023Q3
* Prepare the port for newer versions of devel/re2, which also require
devel/abseil. This combination however causes build errors [1] due
to missing symbols:
[...]
In file included from gen/extensions/browser/browser_sources_jumbo_8.cc:6:
./../../../../../qtwebengine-everywhere-src-6.5.2/src/3rdparty/chromium/extensions/browser/api/web_request/form_data_parser.cc:429:11: error: no member named 'set' in 'absl::string_view'
source_.set(source.data(), source.size());
~~~~~~~ ^
./../../../../../qtwebengine-everywhere-src-6.5.2/src/3rdparty/chromium/extensions/browser/api/web_request/form_data_parser.cc:573:11: error: no member named 'set' in 'absl::string_view'
source_.set(source.data(), source.size());
~~~~~~~ ^
[...]
Unbundling abseil and its-subcomponents via "replace_gn_files.py" didn't
help hence switch to the bundled re2 for now to have a consistent
combination of re2 and abseil.
* Bump PORTREVISION due dependency change.
PR: 260402 [1]
Reported by: diizzy [1]
Reviewed by: diizzy, tcberner
Differential Revision: https://reviews.freebsd.org/D41571
Major changes in 2.3
* New module pam_innetgr (NIS)
* The ldappubkey utility improved
Major changes in 2.3.1
* Add missing symbol (pam_innetgr lacked pam_sm_setcred)
Major changes in 2.4
* Major rewrite of memory allocation code
* Bugfixes
Major changes in 2.4.1
* Fix pam_mysql and pam_pgsql authentication
Major changes in 2.5:
* pam_fshadow: skip-password option
Full changelog: https://git.gnu.org.ua/pam-modules.git/tree/NEWS
Port changes:
* Fix mysql build (optional)
* Patch pam-modules to fix a naming collision with open ldap (fixed by upstream for upcoming releases)
* Reorder Makefile to make linters happy