Ignore whitespace-only or whitespace-then-comment lines from -f sysctl.conf
" " or " # comment" would be parsed as variable name rather than skipped.
Found and fixed by "Alf" on bugs@, thanks.
New regress/sbin/sysctl spc and spc-com targets now pass with this.
"looks good" deraadt
py-ninja: updated to 1.13.0
1.13.0
break: drop Python 3.7, manylinux2010 & musllinux_1_1
feat: use 1.13.0 official release
feat: use 1.13.0 from Kitware fork (older Make observers support)
feat: add riscv64 linux wheels
feat: use a manylinux_2_31 compatible image for riscv64
fix: fail early if Ninja sources are missing
chore(deps): bump pypa/cibuildwheel from 2.23 to 3.1
chore: Simplify build-system replacing FetchContent calls with add_subdirectory
ci: split QEMU builds
py-modelsearch: added version 1.1.1
Django ModelSearch allows you to index Django models and search them using the
ORM! It supports PostgreSQL FTS, SQLite FTS5, MySQL FTS, MariaDB FTS,
Elasticsearch (7.x, 8.x, and 9.x), and OpenSearch (2.x and 3.x).
sh: avoid warnings about too-long initializer strings
Mark `optletter` and `t_op::op_text` as `__non_string`, to avoid
warnings from clang 21 similar to:
bin/sh/options.h:77:36: error: initializer-string for character array is too long, array size is 19 but initializer has size 20 (including the null terminating character); did you mean to use the 'nonstring' attribute? [-Werror,-Wunterminated-string-initialization]
77 | const char optletter[NSHORTOPTS] = "efIimnsxvVECabupTPh";
| ^~~~~~~~~~~~~~~~~~~~~
bin/test/test.c:153:3: error: initializer-string for character array is too long, array size is 2 but initializer has size 3 (including the null terminating character); did you mean to use the 'nonstring' attribute? [-Werror,-Wunterminated-string-initialization]
153 | {"==", STREQ},
| ^~~~
MFC after: 3 days
Reviewed by: jilles
Differential Revision: https://reviews.freebsd.org/D54362
py-WebTest: updated to 3.0.7
3.0.7 (2025-10-06)
- Response.html is now a cached property to improve form parsing performance
3.0.6 (2025-06-04)
- Fix a bug that inputs outside of a ``<form>`` tag were considered
belonging to that form because they had a HTML representation identical
to some input inside that ``<form>``.
3.0.5 (2025-06-04)
- Strip ``<option>`` text.
- Detect form fields outside of ``<form>`` tag associated via HTML5 ``form`` attribute.
py-Willow: updated to 1.12.0
1.12.0
This release adds support for Python 3.14 and Pillow 12 and later.
Python 3.9 is end of life and no longer supported as of this release.