The author writes on https://crypto.stanford.edu/pbc/news.html
---
pbc-1.0.0 released
Thanks to many contributors for fixes, wrappers, and tests.
It’s been over a decade since the last release, and over two since
pbc-0.0.0. I had thought this project would have faded into obscurity by
now, but I still receive patches occasionally. I challenged myself to
build a new release. Miraculously, the old scripts still seem to work,
and the only non-trivial edit was renaming a few MinGW invocations in a
Makefile.
I bumped up the major version number. At the rate I’m going, this could
be the last release, and it’d be a shame if the project never reached
v1.0!
Tue Jun 10 09:15:34 PM PDT 2025
---
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
b20b0b8 Do not ignore return value of iob_init_autofree
123e8aa Silence warning about using a pointer after realloc, take offset of match before
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
LVM changes:
Version 2.03.33 - 27th June 2025
================================
Various spelling, grammar, formatting, test, and build script improvements.
Override LC_NUMERIC locale if unsuitable for json_std report format.
Repair raid arrays with transiently lost devices.
Version 2.03.32 - 05th May 2025
===============================
Lvconvert vdopool conversion properly validates acceptable LVs.
Accept thin pool data LV as cacheable LV.
Allow using zram block devices (likely for testing).
Fix lvresize when resizing COW snapshots already covering origin.
Fix lvmdbusd read of executed lvm commands output.
Fix construction of DM UUID for cachevol _cdata and _cmeta devices.
Ignore PV claims from old metadata when then PV belongs to a new VG.
Fix integrity metadata rounding.
Accept --autobackup option in pvresize.
libdm changes:
Version 1.02.207 - 27th June 2025
=================================
Escape the escape character itself on JSON report format output.
Fail dm_report_group_create if radix char from locale unsuitable for JSON_STD.
Version 1.02.206 - 05th May 2025
================================
Add support for using regex in selection criteria for string lists.
Fix string list selection when using [<item> || <item> ...].
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Apart from documentation and improvements for the meson-based build there
are two functional changes since 1.13.1:
080d1d0 include: sync event codes with kernel 6.9
d06abb8 Always push changed mt events when syncing
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Version 1.24
------------
* The CMake-based build system now supports Apple Framework builds.
* libdeflate now builds for Windows ARM64EC.
* Made another small optimization to the x86 and ARM CRC32 code.
* Fixed a compiler warning on certain platforms (issue #416).
Version 1.23
------------
* Fixed bug introduced in 1.20 where incorrect checksums could be calculated if
libdeflate was compiled with clang at -O0 and run on a CPU supporting AVX512.
* Fixed bug introduced in 1.20 where incorrect checksums could be calculated in
rare cases on macOS computers that support AVX512 and are running an older
version of macOS that contains a bug that corrupts AVX512 registers. This
could occur only if code outside libdeflate enabled AVX512 in the thread.
* Fixed build error when using -mno-evex512 with clang 18+ or gcc 14+.
* Increased the minimum CMake version to 3.10.
* Further optimized the x86 CRC code.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Apart from documentation and improvement to unit tests, the new version
also comes with a small fix:
4f77dca ecc: Check return value of l_getrandom()
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This patch fixes both a wrong openat() call and a build failure when using glibc 2.41 in OpenWrt.
Backported upstream commit d9852bd5b76ca65f283929e803b87343942ecb1f
Signed-off-by: Konstantin Demin <rockdrilla@gmail.com>
knot-resolver will attempt to use jemalloc if it's available.
Jemalloc was added to openwrt packages in PR: Add jemalloc and integrate into bind #26721 [1].
At this time, we would rather continue linking with the libc malloc,
so this PR disables jemalloc support explicitly in the knot-resolver build configuration.
[1] https://github.com/openwrt/packages/pull/26721#issuecomment-2973865778
Signed-off-by: Noah Meyerhans <frodo@morgul.net>
This commit sets default of `disable_modem` to 1 and disconnects modem.
If set otherwise it keeps the modem connected.
Signed-off-by: Christian Korber <ck@dev.tdt.de>
hangelog: https://github.com/snort3/snort3/releases/tag/3.9.1.0
% # snort --version
,,_ -*> Snort++ <*-
o" )~ Version 3.9.1.0
'''' By Martin Roesch & The Snort Team
http://snort.org/contact#team
Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved.
Copyright (C) 1998-2013 Sourcefire, Inc., et al.
Using DAQ version 3.0.20
Using Hyperscan version 5.4.2 2025-06-30
Using libpcap version 1.10.5 (with TPACKET_V3)
Using LuaJIT version 2.1.0-beta3
Using LZMA version 5.6.2
Using OpenSSL 3.5.0 8 Apr 2025
Using PCRE2 version 10.42 2022-12-11
Using ZLIB version 1.3.1
Build system: x86/64
Build-tested: x86/64
Run-tested: x86/64
Signed-off-by: John Audia <therealgraysky@proton.me>
This module provides a clone() method to make recursive copies of various nested data types.
It is e.g. required by recent versions of HTTP::Message
Signed-off-by: Jens Wagner <jens@wagner2013.de>
Changed maintainer to @jw2013
Updated Makefile to use metacpan.mk download helper
Changelog: https://metacpan.org/dist/URI/changes
Version 1.76 was followed by 5.05 to remove various version mismatches
Signed-off-by: Jens Wagner <jens@wagner2013.de>
This makes it in sync with Python packages.
Python packages has its own place in /lang/python
Perl does not, so this fixes it.
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
ratelimit is a stateful ubus interface to the HTB traffic shaper,
enabling per-client bandwidth limits assignment.
Signed-off-by: Thibaut VARÈNE <hacks@slashdirt.org>