2ping (4.5-1.2) unstable; urgency=medium . * Non-maintainer upload. . [ Helmut Grohne ] * Let dh_installsystemd choose install location of systemd service files (Closes: #1052630) dh-fortran-mod (0.30) unstable; urgency=medium . * Update more references to /usr/include dh-fortran-mod (0.29) unstable; urgency=medium . * Add fortran-support.mk helper script for d/rules. Experimental * Set fmoddir to /usr/include, not /usr/lib golang-github-bep-gowebp (0.3.0+dfsg-1) unstable; urgency=medium . * New upstream version 0.3.0+dfsg * Bump Suggest: libwebp-dev from (>= 1.2.4) to (>= 1.3.2) golang-golang-x-mod (0.14.0-1) unstable; urgency=medium . * New upstream version 0.14.0 golang-golang-x-sys (0.15.0-1) unstable; urgency=medium . * New upstream version 0.15.0 * Bump build-dependency golang-any (>= 2:1.18~) as per go.mod golang-golang-x-term (0.15.0-1) unstable; urgency=medium . * New upstream version 0.15.0 * Bump versioned dependency as per go.mod golang-golang-x-text (0.14.0-1) unstable; urgency=medium . * New upstream version 0.14.0 * Bump build-dependency golang-any (>= 2:1.18~) as per go.mod libgssglue (0.8-2) unstable; urgency=medium . * Disable valgrind in i386 due to #1057693. libgssglue (0.8-1) unstable; urgency=medium . * New upstream version 0.8 node-get-stream (8.0.1-10) unstable; urgency=medium . * Team upload * Declare compliance with policy 4.6.2 * Fix commonjs build (Closes: #1057582) node-gulp-changed (4.0.3-3) unstable; urgency=medium . * Team uplaod * Update lintian override info format in d/source/lintian-overrides on line 2 * Update standards version to 4.6.2, no changes needed * Fix filenamemangle * Add patch for node-get-stream >= 8 (Closes: #1057583) node-har-schema (2.0.0-6) unstable; urgency=medium . * Team uplaod * Update standards version to 4.6.2, no changes needed * Fix filenamemangle * Disable strict mode in ajv for test node-qs (6.11.0+ds+~6.9.7-4) unstable; urgency=medium . * Update standards version to 4.6.2, no changes needed. * Fix build links (Closes: #1057584) octave-nan (3.7.0-4) unstable; urgency=medium . * d/control: Bump Standards-Version to 4.6.2 (no changes needed) * d/control: Update Homepage URL * d/copyright: + Update Source URL + Update copyright years for debian/* files * d/check.m: Redefine clear function. This is necessary because some test scripts test/*.m issue the clear command and this interferes with the way dh_octave-check works. (Closes: #1057588) python-leather (0.4.0-1) unstable; urgency=medium . * Team upload. * New upstream release. * d/patches: Refresh patches and set Forwarded to not-needed. * d/watch: Bump watch file standard from 3 to 4. * d/control: - Add furo, jdupes to Build-Depends. - Bump Standards-Version from 3.9.8 to 4.6.2. - Set Rules-Requires-Root to no. - Add Testsuite autopkgtest-pkg-pybuild. - Remove Built-Using for sphinxdoc, since Architecture set to all. - Remove unused Build-Depends (dpkg-dev, python3-doc, python3-six, sphinx-common). - Remove/alter Suggests fields for python-leather-doc. * d/rules: - Remove excess overrides for dh_auto_build and check for disabling dh_auto_test. - Call jdupes to remove duplicate files in the documentation package. * d/tests: Remove, replaced with autopkgtest-pkg-pybuild for upstream tests. * d/python-leather-doc.examples: Install examples folder. * d/salsa-ci.yml: Enable salsa-ci pipeline. rust-tracing-log (0.2.0-1) unstable; urgency=medium . * Team upload. * Package tracing-log 0.2.0 from crates.io using debcargo 2.6.1 * Add patch for lru 0.10 but don't enable it yet, it can be enabled when we are ready to perform the lru transition. * Stop marking all tests as broken. * Disable bench that requires a tracing-subscriber feature that is not currently available in Debian. * Set test_is_broken for the interest_cache feature, it's tests fail to build. * Fix tests with --no-default-features. rust-tracing-subscriber (0.3.18-1) unstable; urgency=medium . * Team upload. * Package tracing-subscriber 0.3.18 from crates.io using debcargo 2.6.1 * Drop drop-valuable.diff, debian now has valuable. * Update remaining patches for new upstream. stress-ng (0.17.02-1) unstable; urgency=medium . [Sascha Hauer] * stress-physpage: explicitly use 64bit type for physical addresses * stress-ng.h: define _FILE_OFFSET_BITS before including features.h . [Rulin Huang] * Reduce the file operations if the unused pid can be found within several tries . [Colin Ian King] * stress-bigheap: ensure value in *uintptr is initialized * stress-workload: clean up some clang-scan-build warnings * stress-workload: remove redundant assignments to variable t * stress-workload: remove redundant initialization of t_begin * stress-sigpipe: add wrapper to pipe_child to clear up tcc warning * stress-reboot: add wrapper to reboot_clone_func to clear up tcc warning * stress-vma: remove volatile cast, it is unnecessary * stress-lsearch: add casts to const char * to avoid void * arithmetic * stress-bsearch: cast base to const char * to avoid void * arithmetic * core-time: return -1 if time not available via stress_time_now_timespec * stress-msync: make pointer buf unclobberable * stress-msg: remove another invalid msgrcv calls that work for OpenBSD systems * stress-msg: remove invalid msgrcv calls that work for *BSD systems * core-shim: Fix non-PURE shim_enosys function * core-resources: include core-pthread.h for pthread types * stress-get: don't call gettimeofday with NULL values * core-shim/stress-get: use gettimeofday() for non-linux shim_time calls * core-shim: fix typo: tlock -> tloc * core-shim/stress-get: use time() for non-linux shim_time calls * stress-get: fix error messages, replace gettimeval with gettimeofday * stress-get: only exercise time(NULL) on Linux * core-helper: move ret inside #ifdef block * README.md: Update contributor list * stress-*: clean up a handful of spelling mistakes * stress-stream: unmap in correct idx order * README.md: add another link to a research paper * stress-prctl: munmap page_anon on error return path * stress-seal: unmap buf on error return paths * stress-cyclic: unmap latencies mappings on error return * stress-zero: unmap read/write buffers on error return paths * stress-stream: simplify error unmapping return paths * stress-rawdev: fix memory leak on mmap'd buffer on error return path * stress-fail: use fail error exit path for non-implemented /dev/full * stress-sockmany: fix memory leak on signal handler error return path * stress-signest: fix memory leak on signal handler error return path * stress-sock: fix memory leak on fork failure error return path * stress-sigpipe: fix memory leak on signal handler error return path * stress-stackmmap: make stack_sig non-clobberable * stress-sigbus: make ptr non-clobberable * core-helper: add stress_mmap_populate to mmap with MAP_POPULATE * stress-qsort: add missing tab * stress-bseach: add -O3 for nonlibc bsearch function * stress-waitcpu: add some more nops * stress-vm: remove volaile where it's not required, add memory barrier * stress-vm: speed up prime-gray-0 and prime-gray-1 by reducing total memory read/writes * stress-vm: speed up prime-0 and prime-1 by reducing total memory read/writes * stress-vma: provide different handlers for SIGBUS and SIGSEGV * stress-vma: optimize matrics, add cacheline pad and remove volatile * stress-vdso: add dummy function call to emulate minimal vdso function * stress-udp: don't memset the send buffer on each send * stress-trig: replace iterations with macro STRESS_TRIG_LOOPS * stress-trig: unroll loops, speed up by ~4.2% * stress-memthrash: only report lack of NUMA support with instance 0 * stress-schedmix: reduce compute overhead on prime number CPU load * stress-stack: unroll loop in stress_stack_alloc * stress-sockpair: optimize buffer setting and checking * stress-sockdiag: move bogo-op count to outside parser loop * stress-skiplist: use 8 bits for skip_list_random_level generation * stress-skiplist: optimize ln2 operation using clzl * stress-sigxfs: optimize counter increment, remove branch * stress-sigxfsz: don't make async_sigs volatile * core-helper: only declare array buf when it is required * core-helper: voidify function argument dumpable * core-helper: only declare array buf when it is required * core-shim: move include to core-shim.h * stress-gpu: move declarations for gpu_freq_sum and gpu_freq_count * core-numa: add stress_numa_nodes helper for non-linux builds * stress-stream: don't print numa nodes related info for non-linux systems * core-shim: add missing include of sys/uio.h required for struct iovec * stress-mmapfixed: fix array overflow, iterate over only the array elements * stress-gpu: ensure usec computations are using uint64_t type * stress-hsearch: voidify return from stress_get_setting * core-helper: use STRESS_MAXIMUM on maximum pid * stress-vma: add in extra protection flags and mmap flags for more stress * stress-vma: add PROT_NONE back * stress-vma: ensure page is always mappable * stress-ng: move ci counter struct into args and args into stat struct * stress-signal: don't use volatile for in-signal handler counter increment * stress-ring-pipe: replace % operator with compare and set * stress-resched: remove need to check for non-mapped yields array * README.md: add more research paper links * stress-remap: unroll a handful of loops * stress-regs: reference registers rather than v variable * stress-readahead: unroll some loops * stress-randlist: add prefetch to next pointer in list scanning * core-mwc: use clz for shift maximization for 8 and 16 bit mwci functions * core-sort: optimize of powers of 2 size for stress_sort_data_int32_shuffle * stress-gpu: only report GPU frequency if > 0.0 MHz * core-time: optimize get_time_now() * stress-procfs: use MAP_POPULATE on mmap to reduce read-fault hit * stress-procfs: perform less timeout checks on 1 byte reads and optimize timeout paths * stress-poll: switch order of read return checks * stress-opcode: inline and unroll loop in stress_opcode_random * stress-null: scale down mmaps to 1 once every 500 iterations * stress-nice: add ( ) to clarify precedence * stress-syncload: add yield delay for ppc * core-builtin.h: Add llabs builtin shim wrapper * core-ops: add in missing OPT_hsearch_method * stress-nanosleep: ensure no overflow occurs on 32 bit systems * stress-hsearch: add hsearch method for libc and non-libc versions * stress-mmaphuge: simplyfy the set and check memory exercising * stress-mmapfixed: make vec array uint32 to speed up mincore checking * stress-mmapfixed: move memset in stress_mmapfixed_is_mapped_slow * core-helper: add missing space between ) and { * core-helper: stress_process_dumpable: use stress_system_write to write data * core-helper: stress_get_memlimits: use stress_system_read to read data * stress-lsearch: use lfind_nonlibc in lsearch_nonlibc * stress-lsearch: add lsearch method for libc and non-libc versions * stress-bsearch: add --bsearch-method short help * stress-lockofd: remove yield point, it's not helping that much * stress-lockf: remove yield point, it's not helping that much * stress-locka: remove yield point, it's not helping that much * Makefile.config: echo the number of configurations in config.h * stress-jpeg: compute gradient image using float instead of double * stress-io-uring: add UNLIKELY hint on error return check * stress-iomix: stress-_iomix_rd_wr_mmap: just read 1 byte from page * core-mwc: move stress_rndstr from core-helper to core-mwc * stress-icache: add missing space before + operator * stress-hdd: optimize hdd_fill_buf * core-mwc: move stress_rndbuf from core-helper to core-mwc * stress-gpu: add GPU frequency metrics based on 10 samples per second * stress-ng: emit plural of instance if instances > 1 * core-config-check: replace "will" with "may" * stress-getrandom: reduce overhead of gettimeofday calls * stress-full: fix and optimize stress_data_is_not_zero * core-mwc: optimize modulo mwc32 and mwc64 functions * stress-fifo: add poll replacement to select, disable it for now * stress-far-branch: inline the branch shuffling, reduce iterations from 5 to 1 * stress-epoll: don't fill send buffer on each send * core-time: make function stress_timeval_to_double PURE * core-helper: add PURE annotation to two more helper functions * core-helper: optimize stress_rndstr * stress-clock: move memsets outside of loops for minor performance improvement * stress-bsearch: allocate bsearch array using mmap * stress-ng: fix short help for change-cpu, fix missing - * stress-bsearch: add bsearch method for libc and non-libc versions * stress-qsort: add in missing qsort-method short help * stress-ng: don't timeout until all stressors are spawned * core-helper: fix low memory swap check * stress-sigxfsz: remove unused include files * stress-sigxcpu: Add new SIGXCPU stressor * stress-sig*: add new class "signal", add signal stressors to this class * stress-cpu-online: write the string length rather than buffer size * core-helper: make inline helper function stress_chr_munge PURE * stress-pthread: constify variable trun * stress-pthread: use same racy pid for tgid rather than fetching one 3 times * README.md: Update contributors name list * stress-sigxfsz: Add new SIGXFSZ stressor * README.md: add some more kernel issues found with stress-ng * core-cpuidle: report C states with commas between each state * stress-sysbadaddr: add missing #include * Add in some missing includes * fix up build errors from unchecked in changes * stress-ng.h: move #include to sources that require it * stress-af-alg: add in missing #include * README.md: add another citation link * stress-ng.h: move #include to core-pthread.h * stress-ng.h: move #include to sources that require it * stress-ng.h: move #include to sources that require it * stress-ng.h: remove #include * stress-ng.h: move #include to sources that require it * core-helper: move MEM_CACHE_SIZE from stress-ng.h to core-helper.c * stress-stream: decouple the default guess cache size from MEM_CACHE_SIZE * core-attribute: add extra checks for attribute noinline * core-attribute: add extra checks for attribute always_inline * core-attribute: add extra checks for attribute weak * core-attribute: add extra checks for attribute noreturn * core-attribute: add extra checks for attribute warn_unused_result * core-attribute: add extra build checks for hot attribute * core-attribute: add PURE macro for gcc pure attribute * stress-crypt: use the correct size to strlcpy to * stress-cpu-online: report the sysfs file when writes fail * core-helper: take into consideration NUMA nodes for full cache size * stress-msync: mark fd as NOCLOBBER, clean up gcc 13.2.1 warning * Makefile: remove gcc optimization flags * Makefile: fix gcc detection for extra gcc optimization flags * stress-memthrash: add a buffer 8 bit reverse method * stress-malloc: use valloc in non-thread scenarios * stress-malloc: add valloc (or valloc emulation) for more calls to exercise * stress-hsearch: add -O3 optimization * stress-hsearch: move repeated verify flag check to a const bool * stress-fma: improve fma buffer copying * core-sort: minor re-ordering of load/stores and compute for minor speed improvement * core-sort: minor optimization in stress_sort_data_int32_init * stress-zlib: improve rarely0 and rarely1 performance * stress-ng: clean up some more whitespace / tab issues * stress-ng: replace spaces with tab * stress-zlib: implement rdrand filler for non-x86 systems * stress-zlib: improve performance of rdrand filling of buffer * stress-tree: remove the UNLIKELY hint in avl_find * stress-tree: remove the UNLIKELY hint in binary_find * stress-tree: remove TARGET_CLONES from binary tree find/insert * stress-stream: add TARGET_CLONES for index0 level streaming * core-nt-store.h: use a union cast for stress_nt_store_double store * stress-prefetch: clean up some source white space/tabs * stress-io-uring: tweak number of io-uring entries depending on CPU count * stress-io-uring: add --io-uring-entries N option to specify ring size * Revert "stress-context: avoid using alternative stacks in a swapcontext" * stress-fork: replace slow mwc8 with fair round-robin switch selection index * stress-hash: don't call expensive mwc reseed for non-verify mode * stress-branch: load next goto address in previous loop * stress-branch: re-order branching code to compute idx before jmp * test/test-crypt-r: check for support of GNU libcrypt data fields * stress-ng: Fix stupid extraneous { * Makefile.config: remove some trailing spaces * stress-*: improve rate metrics by using harmonic mean * kernel-coverage: remove scheduler names * stress-cpu: replace 64 bit mwc and 7 shifts with 2 x 32 bit mwc and 6 shifts * stress-crypt: remove redundant prefix initialization * stress-crypt: remove a few more args from stress_crypt_id call * stress-crypt: optimize crypt_r usage with less memory buffer copying * stress-memfd: store and read data in cacheline strides * kernel-coverage: add bcachefs * stress-metamix: remove empty line * stress-metamix: handle EINTR for fdatasync and fsync * stress-iomix: break out of stressor loops on EINTR for read or writes * core-helper: add bcachefs magic testresources (2.0.1-4.1) unstable; urgency=medium . * Non-maintainer upload. * Fix test failures with Python 3.12 (Olivier Gayot). Closes: #1056533. tiff (4.5.1+git230720-3) unstable; urgency=medium . * Mark break on versions of libimager-perl that don't work with this tiff version (closes: #1057326). * Update Standards-Version to 4.6.2 . tiff (4.5.1+git230720-2) unstable; urgency=high . * Backport security fix for CVE-2023-6277, passing a crafted tiff file to TIFFOpen() API may allow a remote attacker to cause a denial of service (closes: #1056751).