acorn (8.17.0+ds+~cs28.27.25-1) unstable; urgency=medium . * Add acorn-import-phases acorn (8.17.0+ds+~cs26.18.16-1) unstable; urgency=medium . * New upstream version * Add @types/estree component aisleriot (1:3.22.35-6) unstable; urgency=medium . * Run wrap-and-sort -ast * Update debhelper compat to 14 * Update Standards Version to 4.7.4 blinkpy (0.25.6-1) unstable; urgency=medium . * New upstream release. * Update Standards-Version. cataclysm-dda (0.I-1) unstable; urgency=medium . * New upstream release. * Refresh patches. * Build with system zstd and xxhash. * Update copyrights. * Upgrade to debhelper compat level 14. clamsmtp (1.10.2-1) unstable; urgency=medium . * Updated control file for latest standards and debhelper version * New upstream version 1.10.2 * Updated watch file to version 5 * Removed redundant priority field * Updated Catalan debconf translation (Closes: #1117571) * Updated Portuguese debconf translation (Closes: #1100027) cmake (4.3.4-1) unstable; urgency=medium . * New upstream version 4.3.4 * Refresh patch (no functional changes) * Migrate to debhelper 14 cmd2 (4.0.0+ds-2) unstable; urgency=medium . * Team Upload * Drop Sphinx build-dependencies, this uses MkDocs now * Salsa CI: test nodoc & nocheck profiles * Annotate build-deps with !nodoc / !nocheck * Rename gitlab-ci.yml -> salsa-ci.yml codespell (2.4.2-1) unstable; urgency=medium . * Team upload * Use watch v5 * Standards-Version: 4.7.4 * Drop Priority: optional * Drop Rules-Requires-Root: no * Bump debian/* copyright years * Drop no longer needed d/patches/ * Replace override_dh_clean with d/clean * De-duplicate upstream's codespell.1 rule commons-text (1.15.0-1) unstable; urgency=medium . * Upload to unstable commons-text (1.15.0-1~exp) experimental; urgency=medium . * New upstream version 1.15.0 cyclonedx-python-lib (11.11.0-1) unstable; urgency=medium . * New upstream version 11.11.0 damo (3.2.9-1) unstable; urgency=medium . * New upstream version 3.2.9 debusine (0.14.10) unstable; urgency=medium . * New release. Highlights: - External user tokens to grant access to private repositories. - Workflow templates can be restricted to execution by workspace owners. - Worker tasks run with minimal environment variables, and use a TMPDIR within /var/lib/debusine/worker/workdir. - Gunicorn workers restart after handling 500 requests by default. - Celery workers restart after growing to 512MiB of resident memory. decopy (0.3.1-1) unstable; urgency=medium . * New upstream version 0.3.1 * Update watch file * Bump Standards-Version * Add new optional dependencies * Add missing build-dependencies * Update lintian-overrides * Fix dependencies * Drop control fields with default values eccodes (2.47.2-3) unstable; urgency=medium . * Do a source-only upload eccodes (2.47.2-2) unstable; urgency=medium . * Update reproducibility.patch eccodes (2.47.2-1) unstable; urgency=medium . * New upstream release * Debhelper compat version now 14 * Release with gfortran only first to transition eckit (2.0.8-1) unstable; urgency=medium . * New upstream release * Debhelper compat version now 14 expat (2.8.2-1) unstable; urgency=high . * New upstream release (closes: #1138862, #1140387, #1140388, #1140557): - fixes CVE-2026-56131: protect XML_ResumeParser() from being called from a handler, - fixes CVE-2026-56132: fix out-of-bound scaffolding index store in doProlog(), - fixes CVE-2026-50219: disallow calls to some functions to guard Expat bindings from memory corruption, - fixes CVE-2026-56403: integer overflow in storeAtts(), - fixes CVE-2026-56404: integer overflow in addBinding(), - fixes CVE-2026-56405: integer overflow in getAttributeId(), - fixes CVE-2026-56406: integer overflow in XML_ParseBuffer(), - fixes CVE-2026-56407: integer overflow in textLen handling, - fixes CVE-2026-56408: integer overflow in copyString(), - fixes CVE-2026-56409: integer overflow in output path join in xmlwf, - fixes CVE-2026-56410: integer overflow in resolveSystemId() in xmlwf, - fixes CVE-2026-56411: Integer overflow in notation list allocation in xmlwf, - fixes CVE-2026-56412: guard XML_TOK_DATA_CHARS handler calls in doCdataSection(). fcitx5-chewing (5.1.12-1) unstable; urgency=medium . * Team upload. * New upstream release. * debian/control: Bump debhelper compat to v14. fcitx5-configtool (5.1.14-1) unstable; urgency=medium . * New upstream release. * debian/kde-config-fcitx5.lintian-overrides: Add override for the false-positive lintian warning desktop-command-not-in-package. fcitx5-gtk (5.1.7-1) unstable; urgency=medium . * New upstream release. fcitx5-libthai (5.1.10-1) unstable; urgency=medium . * New upstream release. * debian/control: Bump debhelper compat to v14. fcitx5-lua (5.0.17-1) unstable; urgency=medium . * New upstream release. * debian/control: Use debhelper compat v14. fcitx5-rime (5.1.14-1) unstable; urgency=medium . * New upstream release. fcitx5-unikey (5.1.11-1) unstable; urgency=medium . * New upstream release. * debian/control: Bump debhelper compat to v14. fcitx5-zhuyin (5.1.8-1) unstable; urgency=medium . * New upstream release. * debian/control: Bump debhelper compat to v14. ffmpegfs (2.50-1) unstable; urgency=medium . * Bugfix: Fixed audio/video synchronization issues during transcoding. * Bugfix: Fixed HLS playback stopping unexpectedly, especially near the final segment. * Refactored FFmpeg resource handling to use RAII wrappers for AVPacket, AVFormatContext, AVAudioFifo, AVDictionary, SwrContext, and SwsContext. * Removed deprecated av_init_packet() usage and switched packet handling to allocation-based AVPacket lifetime management. * Improved cleanup of FFmpeg input/output contexts, including custom AVIOContext handling and error paths during context allocation. * Improved audio FIFO, resampler, scaler, and dictionary lifetime management to reduce manual cleanup code and avoid leaks on error paths. * Cleaned up transcoder shutdown paths by centralizing FFmpeg resource cleanup in dedicated wrapper classes. * Bugfix: Fixed retained FFmpeg deinterlace filter graphs when the output pipeline is rebuilt, especially after HLS seeks. Old filter graphs are now released before reinitialisation and when closing the current output, preventing stale filter pointers and retained filter buffers. * Bugfix: Fixed HLS playback stopping unexpectedly, especially near the last HLS segment. * Bugfix: Improved HLS segment finalisation and state cleanup between segment transitions. * Bugfix: Improved packet/frame lifetime handling to avoid stale state during HLS playback. * Added a `make help` target to list the available build, test, installation, documentation and maintenance targets. * Added `./configure --enable-perftools` to build ffmpegfs with Google Perftools heap profiling support. * Bugfix: Fixed HLS playback for 10-bit UHD/HDR sources by converting H.264 HLS output to yuv420p/8-bit. This avoids unsupported H.264 High10 streams in browser-based players such as hls.js. * Added elapsed-time reporting to successful transcode completion messages, showing the total transcoding time in milliseconds. * Bugfix: Fixed a race condition in transcoder thread start-up which could allow the same cache entry to be transcoded more than once concurrently. * Consolidated transcoder completion logging so each worker now emits one clear final status message, including elapsed runtime for successful transcodes. * Bugfix: Fixed HLS cache recovery so stale segment metadata no longer leaves playback waiting indefinitely when the corresponding cache file is missing, empty, or otherwise unusable. * Improved HLS segment recovery by explicitly restarting the transcoder when a segment is marked as available but its cache file is missing, empty, or otherwise unusable. * Bugfix: Fixed HLS segment availability checks so an incomplete cache entry no longer makes segments appear available if those segments were never actually produced. * Added additional safeguards for stale decoder state to avoid leaving cache entries permanently marked as decoding when no active worker is available to repair them. * Bugfix: Ignored HLS seek requests that are too close to the beginning of a stream so transcoding starts at segment 1 instead of creating an avoidable partial cache set. * Added an HLS cache regression test that pre-populates the cache, re-reads all generated segments, and verifies that cached segment output remains stable across repeated reads. * Bugfix: Fixed HLS cache test log naming so wrapper scripts which already contain the "_hls" suffix no longer generate duplicate "_hls_hls" builtin log files. * Bugfix: Fixed distclean/distcheck failures caused by incorrectly named HLS test log files being left behind in the test build directory. * Refactored transcoder stream and output initialisation into smaller helper functions, keeping high-level setup flow easier to follow. * Improved AVCodecContext ownership handling during stream, output, and frame-set setup so partially failed initialisation paths no longer leak codec contexts. * Hardened output/cache setup with additional validation and null checks to avoid partially initialised stream state and clearer error handling on invalid setup conditions. * Improved duration metadata handling for stream-copy and album-art output so invalid or missing input timing information is no longer used. * Improved test cleanup by using explicit ffmpegfs-owned temporary directory names and guarded removal logic, avoiding stale anonymous /tmp directories after interrupted or parallel test runs. * Improved deinterlacing quality by replacing yadif with bwdif while keeping one output frame per input frame. This improves playback smoothness for interlaced sources without changing the output frame rate or requiring changes to timestamp, FPS, or HLS segment timing logic. file-roller (44.7-1) unstable; urgency=medium . * New upstream release * Update debhelper compat to 14 glib2.0 (2.88.2-1) unstable; urgency=medium . * New upstream stable release * d/watch: Only watch for stable (even-numbered) branches * d/gbp.conf: Use upstream/2.88.x branch. Initial 2.89.x versions have been released upstream. * d/control: Move Build-Profiles from libglib2.0-0t64 back to libglib2.0-tests. This was mistakenly moved by `cme fix dpkg` in the previous upload. * Ignore another Lintian false positive in the test data gnome-video-trimmer (26.03.1-1) unstable; urgency=medium . * Team upload * New upstream release * Update Build-Depends * Update debhelper compat to 14 * Update Standards Version to 4.7.4 golang-github-knqyf263-go-rpm-version (0.0~git20240918.2afd7dc-2) unstable; urgency=medium . * Team upload. * Fix Vcs fields Closes: #1131246 * Remove redundant Priority: optional from source stanza. * Update standards version to 4.7.4, no changes needed. gpaste (50.5-1) unstable; urgency=medium . * New upstream release * Replace wgetpaste by pastebinit. Closes: #943528. gstreamer1.0 (1.28.4-2) unstable; urgency=medium . * d/patches: disable flaky gst_gstdevice test gstreamer1.0 (1.28.4-1) unstable; urgency=medium . * New upstream version 1.28.4 hyprland (0.55.4+ds-2) unstable; urgency=medium . * Bump wayland-protocols version to 1.48 hyprland (0.55.4+ds-1) unstable; urgency=medium . [ Carl Keinath ] * Add NEWS entry about Lua-based configuration support and upcoming deprecation of legacy hyprlang syntax * d/control: bump S-V to 4.7.4 . [ Chow Loong Jin ] * New upstream version 0.55.4+ds * Refresh patches id3v2 (0.1.12+dfsg-10) unstable; urgency=low . * debian/patches/09_exit-code-on-error.patch: exit with a non-zero status when a file operand cannot be processed; a failing stat() now continues with the remaining operands instead of aborting the run. The list (-l/-R), strip (-d/-s/-D), remove-frame (-r) and convert (-C) paths likewise report failure through the exit status instead of always returning 0. Closes: #784064. * debian/patches/10_escape-colons-in-split-frames.patch: allow a literal colon to be embedded in the comment, lyrics, user-text and terms-of-use options by escaping it as "\:", and document the colon-separated syntax in the manual page. Closes: #390781, #681847. Thanks to John Jetmore for the patch. * debian/patches/11_skip-non-mpeg-files.patch: refuse to write a tag to files whose header matches a known non-audio container (MP4, Ogg, RIFF, FLAC, Matroska, ASF), which prepending an ID3v2 tag would corrupt. Closes: #446427. * debian/patches/12_manpage-document-standard-and-encoding.patch: document in the manual page that id3lib writes ID3 v2.3.0 (not v2.4) and how text fields are encoded. Closes: #849558. * debian/patches/13_manpage-reference-mid3v2.patch: mention mid3v2(1) as an actively maintained alternative in the manual page. Closes: #849559. * debian/rules: enable Large File Support (abi=+lfs) so that stat() succeeds on files with 64-bit inode numbers (e.g. on CIFS mounts) on 32-bit architectures. Closes: #690543. * debian/patches/14_txxx-keep-distinct-descriptions.patch: keep TXXX frames with distinct descriptions instead of replacing the first one regardless of description. Closes: #271311. * debian/patches/15_picture-cover-tagging.patch: add a -p/--picture option to set the front cover image (APIC), detecting the JPEG/PNG/GIF MIME type from the file contents without depending on libmagic. The new image is validated before any existing cover is removed and a failed -p aborts the file without rewriting it, so an unreadable or unsupported image can no longer destroy the picture already stored in the file. Closes: #782767. Thanks to Laurence Richert for the patch. * debian/patches/16_listing-newlines.patch: terminate the POPM and ENCR/GRID lines in the tag listing with a newline so the following frame no longer runs into the same line. Closes: #848425. * debian/tests/control: add regression tests covering the exit status on a missing operand, distinct TXXX descriptions, escaped colons, the non-MPEG refusal and cover-art round-tripping. * debian/control: set Rules-Requires-Root: no (the build needs no root). id3v2 (0.1.12+dfsg-9) unstable; urgency=low . * New maintainer, closes: #770257. * debian/control: bumped Standards-Version to 4.7.4 (no changes needed). * debian/patches/: added DEP-3 headers. * debian/patches/08_fix-compiler-warnings.patch: added to silence the warnings emitted by GCC during the build. lebiniou-data (3.67.0-1) unstable; urgency=medium . * QA upload. * New upstream release * Orphan package * Maintain in Debian team on Salsa * Point Homepage and Source to the new Gitlab location * d/watch: - Version = 5 - Fix * Remove redundant Priority: optional from source stanza. * Update standards version to 4.7.4, no changes needed. * Remove Rules-Requires-Root: no * Add debian/upstream/metadata lexicon (3.21.1-3) unstable; urgency=medium . * Team upload * Salsa CI: test the profile * Update standards version to 4.7.4, no changes needed. libgpg-error (1.61-3) unstable; urgency=medium . * Add two post-release patches. This includes the fix for the testsuite error on armhf. libgpg-error (1.61-2) unstable; urgency=low . * Upload to unstable. libgpg-error (1.61-1) experimental; urgency=medium . * New upstream version. + Drop pkgconf b-d. * autopkgtest: Depend on pkgconf instead of pkg-config. libheinz (4.0.0-1) unstable; urgency=medium . * Team upload. * New upstream version 4.0.0 * d/p/*: removed as useless now libmceliece (0~20260622-1) unstable; urgency=medium . * New upstream version 0~20260622 libpappsomspp (0.11.25-1) unstable; urgency=medium . * New upstream release: . [Langella] * Fixes to the Sage reverse sequence problem (thanks Raphaël Pageau). [ Rusconi] * Added member to the BasePlotContext class required for downstream library users. libpappsomspp (0.11.24-1) unstable; urgency=medium . * Add new signal (required for MineXpert3 development). libpsl (0.22.0-1) unstable; urgency=medium . * New upstream version 0.22.0 * d/patches/0002-make-psl-make-dafsa-py3-based.patch: refresh * d/control: libpsl-dev requires additional dependencies * d/: switch build system to meson * d/control: Standards-Version: 4.7.4 (no further changes required) libt3highlight (0.5.0-2) unstable; urgency=medium . * QA upload. * Orphan package * Maintain in Debian team on Salsa * d/watch: version=5 * Build-Depends: s/pkg-config/pkgconf/ * Add debian/not-installed * d/rules: hardening * Bump debhelper from old 10 to 13. * Remove redundant Priority: optional from source stanza. * Upgrade upstream signing key to new packet format. * Update standards version to 4.7.4, no changes needed. * Set debhelper-compat version in Build-Depends. * d/copyright: add Files: debian/* libt3key (0.2.11-1) unstable; urgency=medium . * QA upload. * Orphan package * New upstream version * Maintain in Debian team on Salsa * d/watch: version=5 * Build-Depends: s/pkg-config/pkgconf/ * d/copyright: add Files: debian/* * Add debian/not-installed * d/rules: hardening * Standards-Version: 4.7.4 (routine-update) * debhelper-compat 14 (routine-update) * Remove Priority field (cme) * Upgrade upstream signing key to new packet format. * debputy lint --auto-fix (routine-update) libt3widget (1.2.2-1) unstable; urgency=medium . * QA upload. * Orphan package * New upstream version * Maintain in Debian team on Salsa * d/watch: version=5 * Import changed upstream signing key * Build-Depends: s/pkg-config/pkgconf/ * d/copyright: add Files: debian/* * Add debian/not-installed * d/rules: hardening * Permit failure of blhc in Salsa CI * Bump debhelper from old 10 to 13. * Remove field Section on binary package libt3widget2t64 that duplicates source. * Remove redundant Priority: optional from source stanza. * Upgrade upstream signing key to new packet format. * Update standards version to 4.7.4, no changes needed. * Set debhelper-compat version in Build-Depends. * Remove unused lintian-overrides * Fix clean target Closes: #1047283 libt3window (0.4.2-1) unstable; urgency=medium . * QA upload. * Orphan package * New upstream version * Maintain in Debian team on Salsa * d/watch: version=5 * Import changed upstream signing key * Build-Depends: s/pkg-config/pkgconf/ * d/copyright: add Files: debian/* * Add debian/not-installed * d/rules: hardening * Permit failure of blhc in Salsa CI * Bump debhelper from old 10 to 13. * Remove redundant Priority: optional from source stanza. * Update standards version to 4.7.4, no changes needed. * Set debhelper-compat version in Build-Depends. libzypp (17.38.14-1) unstable; urgency=medium . [ Alexandre Detiste ] * clean-up /var/ on purge . [ Luca Boccassi ] * Update upstream source from tag 'upstream/17.38.14' linux (7.0.13-1) unstable; urgency=medium . * New upstream stable update: https://www.kernel.org/pub/linux/kernel/v7.x/ChangeLog-7.0.13 - [arm64] KVM: arm64: Take the SRCU lock for page table walks in fault injection and AT emulation - i2c: dev: prevent integer overflow in I2C_TIMEOUT ioctl - Bluetooth: ISO: Fix a use-after-free of the hci_conn pointer - ipv6: mcast: Fix use-after-free when processing MLD queries - net/smc: fix sleep-inside-lock in __smc_setsockopt() causing local DoS - [arm64] tee: optee: prevent use-after-free when the client exits before the supplicant - [arm64] soc: qcom: ice: Allow explicit votes on 'iface' clock for ICE - [arm64] dts: qcom: x1-dell-thena: remove i2c20 (battery SMBus) and reserve its pins - [arm64] soc: qcom: ice: Return -ENODEV if the ICE platform device is not found - [arm64] tee: fix tee_ioctl_object_invoke_arg padding - [arm64] tee: qcomtee: add missing va_end in early return qcomtee_object_user_init() - [s390x] bug: Always emit format word in __BUG_ENTRY - erofs: fix use-after-free on sbi->sync_decompress - wifi: iwlwifi: mvm: don't support the reset handshake for old firmwares - ksmbd: fix NULL-deref of opinfo->conn in oplock/lease break notifiers - netfilter: xt_NFQUEUE: prefer raw_smp_processor_id - ipvs: clear the svc scheduler ptr early on edit - netfilter: synproxy: add mutex to guard hook reference counting - netfilter: conntrack_irc: fix possible out-of-bounds read - netfilter: nft_ct: bail out on template ct in get eval - netfilter: bridge: make ebt_snat ARP rewrite writable - dm cache policy smq: check allocation under invalidate lock - net/sched: act_api: use RCU with deferred freeing for action lifecycle - 6lowpan: fix off-by-one in multicast context address compression - l2tp: pppol2tp: hold reference to session in pppol2tp_ioctl() - devlink: Release nested relation on devlink free - drm/imx: Fix three kernel-doc warnings in dcss-scaler.c - wifi: mac80211: limit injected antenna index in ieee80211_parse_tx_radiotap - pcnet32: stop holding device spin lock during napi_complete_done - net: Annotate sk->sk_write_space() for UDP SOCKMAP. - tcp: Add preempt_{disable,enable}_nested() in reqsk_queue_hash_req(). - hsr: Remove WARN_ONCE() in hsr_addr_is_self(). - net: garp: fix unsigned integer underflow in garp_pdu_parse_attr - net: lan743x: permit VLAN-tagged packets up to configured MTU - net: fec: fix pinctrl default state restore order on resume - ipv6: anycast: insert aca into global hash under idev->lock - wifi: fix leak if split 6 GHz scanning fails - wifi: cfg80211: add support to handle incumbent signal detected event from mac80211/driver - wifi: nl80211: split out UHR operation information - wifi: cfg80211: enforce HE/EHT cap/oper consistency - Bluetooth: RFCOMM: hold listener socket in rfcomm_connect_ind() - Bluetooth: MGMT: validate advertising TLV before type checks - Bluetooth: RFCOMM: validate skb length in MCC handlers - Bluetooth: bnep: fix incorrect length parsing in bnep_rx_frame() extension handling - Bluetooth: bnep: reject short frames before parsing - Bluetooth: fix memory leak in error path of hci_alloc_dev() - Bluetooth: ISO: Fix not releasing hdev reference on iso_conn_big_sync - Bluetooth: ISO: Fix data-race on iso_pi fields in hci_get_route calls - Bluetooth: SCO: Fix data-race on sco_pi fields in sco_connect - Bluetooth: MGMT: Fix backward compatibility with userspace - xsk: cache csum_start/csum_offset to fix TOCTOU in xsk_skb_metadata() - [arm64] octeontx2-pf: Fix NDC sync operation errors - [arm64] octeontx2-af: Fix initialization of mcam's entry2target_pffunc field - af_unix: Fix inq_len update problem in partial read - ipv4: restrict IPOPT_SSRR and IPOPT_LSRR options - ptp: vclock: Switch from RCU to SRCU - net: airoha: Fix use-after-free in metadata dst teardown - net: ethernet: mtk_eth_soc: Fix use-after-free in metadata dst teardown - geneve: fix length used in GRO hint UDP checksum adjustment - net/sched: fix pedit partial COW leading to page cache corruption (CVE-2026-46331) - sctp: validate cached peer INIT chunk length in COOKIE_ECHO processing - [arm64] octeontx2-af: npc: Fix CPT channel mask in npc_install_flow - vxlan: vnifilter: send notification on VNI add - vxlan: vnifilter: fix spurious notification on VNI update - ieee802154: 6lowpan: only accept IPv6 packets in lowpan_xmit() - net/802/mrp: fix vector attribute parsing in mrp_pdu_parse_vecattr - bonding: annotate data-races arcound churn variables - sctp: purge outqueue on stale COOKIE-ECHO handling - fwctl/bnxt_en: Move common definitions to include/linux/bnxt/ - fwctl/bnxt_en: Refactor aux bus functions to be more generic - Reapply "bnxt_en: bring back rtnl_lock() in the bnxt_open() path" - Drivers: hv: vmbus: Provide option to skip VMBus unload on panic - drm/hyperv: During panic do VMBus unload after frame buffer is flushed - signal: clear JOBCTL_PENDING_MASK for caller in zap_other_threads() - regulator: mt6363: select CONFIG_IRQ_DOMAIN - hyperv: Clean up and fix the guest ID comment in hvgdk.h - VFS: fix possible failure to unlock in nfsd4_create_file() - [s390x] crypto: s390 - add select CRYPTO_AEAD for aes - rseq: Fix using an uninitialized stack variable in rseq_exit_user_update() - time: Fix off-by-one in settimeofday() usec validation - ALSA: PCM: Fix wait queue list corruption in snd_pcm_drain() on linked streams - ALSA: seq: dummy: fix UMP event stack overread - [amd64] x86/resctrl: Only check Intel systems for SNC - [amd64] cpufreq/amd-pstate: drop stale @epp_cached kdoc - rtla: Fix parsing of multi-character short options - [riscv64] ptrace: Use USER_REGSET_NOTE_TYPE for REGSET_CFI - [riscv64] cfi: reject unknown flags in PR_SET_CFI - xfrm: iptfs: fix use-after-free on first_skb in __input_process_payload - dma-mapping: direct: fix missing mapping for THRU_HOST_BRIDGE segments - dma-debug: fix physical address retrieval in debug_dma_sync_sg_for_device - xfrm: policy: fix use-after-free on inexact bin in xfrm_policy_bysel_ctx() - ice: fix missing priority callbacks for U.FL DPLL pins - [amd64,arm64] idpf: fix mailbox capability for set device clock time - net: ena: PHC: Add missing barrier - bnge: fix context mem iteration - netlabel: validate unlabeled address and mask attribute lengths - gpio: mvebu: fix NULL pointer dereference in suspend/resume - ASoC: wm_adsp: Fix NULL dereference when removing firmware controls - tcp: restrict SO_ATTACH_FILTER to priv users - net: add pskb_may_pull() to skb_gro_receive_list() - net/mlx4: avoid GCC 10 __bad_copy_from() false positive - net: ibm: emac: Fix use-after-free during device removal - netdev: fix double-free in netdev_nl_bind_rx_doit() - net: phy: clean the sfp upstream if phy probing fails - net: phy: remove phy ports upon probe failure - net: phy: Clean the phy_ports after unregistering the downstream SFP bus - net: phy: don't try to setup PHY-driven SFP cages when using genphy - net: qrtr: fix refcount saturation and potential UAF in qrtr_port_remove - net/mlx5: Fix slab-out-of-bounds in mlx5_query_nic_vport_mac_list - net/mlx5e: xsk: Fix DMA and xdp_frame leak on XDP_TX xmit failure - net/mlx5: Use effective affinity mask for IRQ selection - ipv6: sit: reload inner IPv6 header after GSO offloads - net: openvswitch: fix possible kfree_skb of ERR_PTR - r8152: handle the return value of usb_reset_device() - gpio: zynq: fix runtime PM leak on remove - gpio: rockchip: fix generic IRQ chip leak on remove - net: mctp: usb: fix race between urb completion and rx_retry cancellation - net: mctp: usb: don't fail mctp_usb_rx_queue on a deferred submission - esp: fix page frag reference leak on skb_to_sgvec failure - [amd64] ASoC: SOF: amd: fix for ipc flags check - sctp: fix uninit-value in __sctp_rcv_asconf_lookup() - ip6_vti: set netns_immutable on the fallback device. (CVE-2026-52909) - sctp: validate embedded INIT chunk and address list lengths in cookie - net: guard timestamp cmsgs to real error queue skbs - net/rds: fix NULL deref in rds_ib_send_cqe_handler() on masked atomic completion - tun: zero the whole vnet header in tun_put_user() - ptp: ocp: fix resource freeing order - ip6_vti: fix incorrect tunnel matching in vti6_tnl_lookup() - rds: mark snapshot pages dirty in rds_info_getsockopt() - spi: rzv2h-rspi: Fix SPDR read access width for 16-bit RX - netfilter: revalidate bridge ports - netfilter: nf_conntrack: destroy stale expectfn expectations on unregister - netfilter: x_tables: avoid leaking percpu counter pointers - netfilter: nf_log: validate MAC header was set before dumping it - netfilter: nft_exthdr: fix register tracking for F_PRESENT flag - [arm64,armhf] net: mvpp2: sync RX data at the hardware packet offset - [arm64,armhf] net: mvpp2: limit XDP frame size to the RX buffer - [arm64,armhf] net: mvpp2: refill RX buffers before XDP or skb use - [arm64,armhf] net: mvpp2: build skb from XDP-adjusted data on XDP_PASS - ipv6: Fix a potential NPD in cleanup_prefix_route() - [amd64] ASoC: SDCA: fix NULL pointer dereference in sdca_dev_unregister_functions - [arm64] clk: qcom: x1e80100-dispcc: Stop disp_cc_mdss_mdp_clk_src from getting parked - clk: samsung: gs101: Fix missing USI7_USI DIV clock in peric0_clk_regs - [arm64] clk: qcom: dispcc-sc8280xp: Don't park mdp_clk_src at registration time - [amd64] drm/i915/edp: Check supported link rates DPCD read - drm/virtio: Fix driver removal with disabled KMS - drm/vc4: fix krealloc() memory leak - drm/colorop: Remove read-only comments from interpolation fields - drm/colorop: make lut(1/3)d_interpolation props correctly behave as mutable - drm/atomic: track individual colorop updates - drm/amd/display: use plane color_mgmt_changed to track colorop changes - drm/xe: fix refcount leak in xe_range_fence_insert() - drm/xe: fix job timeout recovery for unstarted jobs and kernel queues - [amd64] accel/amdxdna: Fix mm_struct reference leak in aie2_populate_range() - namespace: restrict OPEN_TREE_NAMESPACE/FSMOUNT_NAMESPACE to directories - netfilter: nft_tunnel: fix use-after-free on object destroy - netfilter: nft_meta_bridge: fix stale stack leak via IIFHWADDR register - [arm64] tee: shm: fix shm leak in register_shm_helper() - Bluetooth: hci_sync: reject oversized Broadcast Announcement prepend - Bluetooth: L2CAP: reject BR/EDR signaling packets over MTUsig - soc: qcom: ice: Fix race between qcom_ice_probe() and of_qcom_ice_get() - mm/memory-failure: fix hugetlb_lock AA deadlock in get_huge_page_for_hwpoison - Revert "drm/xe/nvls: Define GuC firmware for NVL-S" - [amd64] accel/ivpu: Add bounds check for firmware runtime memory - [amd64] accel/ivpu: Add bounds checks for firmware log indices - firmware: stratix10-svc: Don't fail probe when async ops unsupported - firmware: stratix10-svc: Return -EOPNOTSUPP when ATF async unsupported - firmware: stratix10-rsu: Fix NULL deref on rsu_send_msg() timeout in probe - [amd64] accel/ivpu: Add buffer overflow check in MS get_info_ioctl - [amd64] accel/ivpu: Fix signed integer truncation in IPC receive - tracing: Fix CFI violation in probestub being called by tprobes - tracing/probes: Point the error offset correctly for eprobe argument error - cgroup/cpuset: Use effective_xcpus in partcmd_update add/del mask calculation - Revert "drm/xe: Skip exec queue schedule toggle if queue is idle during suspend" - mmc: litex_mmc: Use DIV_ROUND_UP for more accurate clock calculation - cfi: Include uaccess.h for get_kernel_nofault() - mshv: add a missing padding field - KVM: Don't WARN if memory is dirtied without a vCPU when the VM is dying - [amd64] KVM: SEV: Decouple the need to sync the GHCB SA from the need to free the SA - [arm64] KVM: arm64: nv: Fix handling of XN[0] when !FEAT_XNX - [arm64] KVM: arm64: Correctly identify executable PTEs at stage-2 - [arm64] KVM: arm64: Restore POR_EL0 access to host EL0 - [amd64] drm/i915/gem: Fix phys BO pread/pwrite with offset - hv_netvsc: use kmap_local_page in netvsc_copy_to_send_buf - pinctrl: mcp23s08: Initialize mcp->dev and mcp->addr before regmap init - ksmbd: fix use-after-free of a deferred file_lock on double SMB2_CANCEL - xfrm: espintcp: do not reuse an in-progress partial send - xfrm: iptfs: preserve shared-frag marker in iptfs_consume_frags() - xfrm: iptfs: fix ABBA deadlock in iptfs_destroy_state() - USB: serial: io_ti: fix heap overflow in get_manuf_info() - USB: serial: io_ti: fix heap overflow in build_i2c_fw_hdr() - USB: serial: option: add usb-id for Dell Wireless DW5826e-m - USB: serial: kl5kusb105: fix bulk-out buffer overflow - ALSA: timer: Forcibly close timer instances at closing - ALSA: timer: Fix UAF at snd_timer_user_params() - io_uring/wait: fix min_timeout behavior - io_uring/kbuf: don't truncate end buffer for bundles - io_uring/net: inherit IORING_CQE_F_BUF_MORE across bundle recv retries - drm/virtio: fix dma_fence refcount leak on error in virtio_gpu_dma_fence_wait() - drm/amd/display: Reject gpio_bitshift >= 32 in bios_parser_get_gpio_pin_info() - mm/huge_memory: update file PMD counter before folio_put() - mm/damon/ops-common: call folio_test_lru() after folio_get() - mm/huge_memory: update file PUD counter before folio_put() - RDMA/core: Validate the passed in fops for ib_get_ucaps() - RDMA/core: Validate cpu_id against nr_cpu_ids in DMAH alloc - RDMA/srp: bound SRP_RSP sense copy by the received length - zram: fix use-after-free in zram_bvec_write_partial() - udp: clear skb->dev before running a sockmap verdict - [arm64] mm: call pagetable dtor when freeing hot-removed page tables - mptcp: fix missing wakeups in edge scenarios - mptcp: fix retransmission loop when csum is enabled - mptcp: close TOCTOU race while computing rcv_wnd - mptcp: allow subflow rcv wnd to shrink - mptcp: pm: fix extra_subflows underflow on userspace PM subflow creation - mptcp: check desc->count in read_sock - mptcp: sockopt: check timestamping ret value - mptcp: sockopt: set sockopt on all subflows - mptcp: add-addr: always drop other suboptions - xfs: fix error returns in CoW fork repair - xfs: fix rtgroup cleanup in CoW fork repair - wifi: iwlwifi: pcie: simplify the resume flow if fast resume is not used - wifi: nl80211: reject oversized EMA RNR lists - vsock/vmci: fix sk_ack_backlog leak on failed handshake - timers/migration: Fix livelock in tmigr_handle_remote_up() - [arm64] spi: qcom-geni: Fix cs_change handling on the last transfer - staging: rtl8723bs: fix buffer over-read in rtw_update_protection - staging: rtl8723bs: rtw_mlme: add bounds checks before ie_length subtraction - ASoC: fsl_sai: Fix 32 slots TDM broken by integer shift UB in xMR write - bnxt_en: Fix NULL pointer dereference - Drivers: hv: vmbus: Improve the logic of reserving fb_mmio on Gen2 VMs - fhandle: fix UAF due to unlocked ->mnt_ns read in may_decode_fh() - hv: utils: handle and propagate errors in kvp_register - IB/isert: Reject login PDUs shorter than ISER_HEADERS_LEN - inet: frags: fix use-after-free caused by the fqdir_pre_exit() flush - ovl: keep err zero after successful ovl_cache_get() - pidfd: refuse access to tasks that have started exiting harder - [s390x] Remove GENERIC_LOCKBREAK Kconfig option - fs/qnx6: fix pointer arithmetic in directory iteration - fuse: reject fuse_notify() pagecache ops on directories - fuse: limit FUSE_NOTIFY_RETRIEVE to uptodate folios - futex/requeue: Prevent NULL pointer dereference in remove_waiter() on self-deadlock - i2c: imx-lpi2c: fix resource leaks switching to devm_dma_request_chan() - i2c: imx: fix clock and pinctrl state inconsistency in runtime PM - i2c: qcom-cci: Fix NULL pointer dereference in cci_remove() - i2c: stm32f7: fix timing computation ignoring i2c-analog-filter - i2c: tegra: Fix NOIRQ suspend/resume - Input: atkbd - add DMI quirk for Lenovo Yoga Air 14 (83QK) - Input: atkbd - skip deactivate for HONOR BCC-N's internal keyboard - iomap: avoid potential null folio->mapping deref during error reporting - iommu/dma: Do not try to iommu_map a 0 length region in swiotlb - ipc/shm: serialize orphan cleanup with shm_nattch updates - locking/rtmutex: Skip remove_waiter() when waiter is not enqueued - memcg: use round-robin victim selection in refill_stock - memory: atmel-ebi: Allow deferred probing - misc: fastrpc: fix use-after-free of fastrpc_user in workqueue context - misc: fastrpc: fix use-after-free race in fastrpc_map_create - misc: fastrpc: fix DMA address corruption due to find_vma misuse - misc: fastrpc: Fix NULL pointer dereference in rpmsg callback - firmware: samsung: acpm: Fix mailbox channel leak on probe error - net/mlx5: Reorder completion before putting command entry in cmd_work_handler - net: airoha: Add NULL check for of_reserved_mem_lookup() in airoha_qdma_init_hfwd_queues() - net: bonding: fix NULL pointer dereference in bond_do_ioctl() - net: mv643xx: fix OF node refcount - net: phonet: free phonet_device after RCU grace period - net: rds: clear i_sends on setup unwind - net: sfp: initialize i2c_block_size at adapter configure time - nvmem: core: fix use-after-free bugs in error paths - nvmem: layouts: onie-tlv: fix hang on unknown types - [arm64] octeontx2-af: fix memory leak in rvu_setup_hw_resources() - pinctrl: mcp23s08: Read spi-present-mask as u8 not u32 - mm/cma: fix reserved page leak on activation failure - mm/cma_debug: fix invalid accesses for inactive CMA areas - mm/damon/lru_sort: handle ctx allocation failure - mm/damon/reclaim: handle ctx allocation failure - mm/huge_memory: use correct flags for device private PMD entry - mm/hugetlb: avoid false positive lockdep assertion - mm/hugetlb: restore reservation on error in hugetlb folio copy paths - mm/list_lru: drain before clearing xarray entry on reparent - mm/mincore: handle non-swap entries before !CONFIG_SWAP guard - mmc: core: Fix host controller programming for fixed driver type - mmc: dw_mmc-rockchip: Add missing private data for very old controllers - mmc: litex_mmc: Set mandatory idle clocks before CMD0 - mmc: renesas_sdhi: Add OF entry for RZ/G2H SoC - mmc: sdhci-of-dwcmshc: Fix reset, clk, and SDIO support for Eswin EIC7700 - mmc: sdhci: add signal voltage switch in sdhci_resume_host - pmdomain: imx: fix OF node refcount - pmdomain: ti_sci: add wakeup constraint to parent devices of wakeup source - rtase: Avoid sleeping in get_stats64() - rtase: Reset TX subqueue when clearing TX ring - rxrpc: Fix the ACK parser to extract the SACK table for parsing - sctp: diag: reject stale associations in dump_one path - sctp: stream: fully roll back denied add-stream state - [amd64] thunderbolt: Reject zero-length property entries in validator - [amd64] thunderbolt: Bound root directory content to block size - [amd64] thunderbolt: Clamp XDomain response data copy to allocation size - [amd64] thunderbolt: Validate XDomain request packet size before type cast - [amd64] thunderbolt: Limit XDomain response copy to actual frame size - [arm64] slimbus: qcom-ngd-ctrl: fix OF node refcount - [arm64] slimbus: qcom-ngd-ctrl: Fix up platform_driver registration - [arm64] slimbus: qcom-ngd-ctrl: Fix probe error path ordering - [arm64] slimbus: qcom-ngd-ctrl: Register callbacks after creating the ngd - [arm64] slimbus: qcom-ngd-ctrl: Initialize controller resources in controller - [arm64] slimbus: qcom-ngd-ctrl: Correct PDR and SSR cleanup ownership - [arm64] slimbus: qcom-ngd-ctrl: Balance pm_runtime enablement for NGD - [arm64] slimbus: qcom-ngd-ctrl: Avoid ABBA on tx_lock/ctrl->lock - drm/gem: Try to fix change_handle ioctl, attempt 4 - [amd64] drm/i915: Fix color blob reference handling in intel_plane_state - drm/amdkfd: fix NULL dereference in get_queue_ids() - drm/amdkfd: Fix buffer overflow in SDMA queue checkpoint/restore on GFX11 - drm/xe/display: fix oops in suspend/shutdown without display - drm/xe/multi_queue: skip submit when primary queue is suspended - drm/xe: Clear pending_disable before signaling suspend fence - [arm64] drm/v3d: Wait for pending L2T flush before cleaning caches - [arm64] drm/v3d: Fix global performance monitor reference counting - [arm64] drm/v3d: Fix vaddr leak when indirect CSD has zeroed workgroups - [arm64] drm/v3d: Skip CSD when it has zeroed workgroups - drm/amdgpu: fix waiting for all submissions for userptrs - drm/amdgpu: restart the CS if some parts of the VM are still invalidated - drm/amdgpu: set noretry=1 as default for GFX 10.1.x (Navi10/12/14) - drm/amdgpu: Fix incorrect VRAM GART mappings on non-4K page size systems - drm/amd/pm: apply SMU 13.0.10 workaround during MP1 unload - drm/amd/pm: fix smu13 power limit default/cap calculation - drm/amd/pm: mark metrics.energy_accumulator is invalid for smu 14.0.2 - drm/amd/pm: smu_v14_0_0: use SoftMin for gfxclk in set_soft_freq_limited_range - drm/amd/display: Bound VBIOS record-chain walk loops - drm/amd/display: Clamp HDMI HDCP2 rx_id_list read to buffer size - drm/amd/display: Clamp VBIOS HDMI retimer register count to array size - drm/amd/display: add missing CSC entries for BT.2020 for DCE IPs - drm/amd/display: Fix NULL deref and buffer over-read in SDP debugfs - drm/amd/display: Fix out-of-bounds read in dp_get_eq_aux_rd_interval() - drm/amd/display: Use krealloc_array() in dal_vector_reserve() - fs/fcntl: fix SOFTIRQ-unsafe lock order in fasync signaling - driver core: faux: fix root device registration - driver core: reject devices with unregistered buses - RDMA: During rereg_mr ensure that REREG_ACCESS is compatible - netfilter: nft_fib: fix stale stack leak via the OIFNAME register - sched_ext: Don't warn on NULL cgrp_moving_from in scx_cgroup_move_task() - wifi: mac80211: skip ieee80211_verify_sta_ht_mcs_support check in non-strict mode - wifi: mac80211: tests: mark HT check strict - RDMA/umem: fix kernel-doc warnings - RDMA: Move DMA block iterator logic into dedicated files - RDMA/umem: Fix truncation for block sizes >= 4G - vsock/virtio: fix potential unbounded skb queue - vsock/virtio: fix skb overhead accounting to preserve full buf_alloc - debugobjects: Do not fill_pool() if pi_blocked_on - debugobjects: Don't call fill_pool() in early boot hardirq context - [arm64] cputype: Add C1-Ultra definitions - [arm64] cputype: Add C1-Premium definitions - [arm64] errata: Mitigate TLBI errata on various Arm CPUs - [arm64] errata: Mitigate TLBI errata on NVIDIA Olympus CPU - [arm64] errata: Mitigate TLBI errata on Microsoft Azure Cobalt 100 CPU - vsock/virtio: fix skb overhead overflow on 32-bit builds - netfilter: require Ethernet MAC header before using eth_hdr() - drm/amdgpu: drop retry loop in amdgpu_hmm_range_get_pages . [ Salvatore Bonaccorso ] * net/netfilter: Enable NETFILTER_NETLINK_HOOK as module (Closes: #1139686) . [ Danny Trunk ] * [amd64] drivers/platform/x86: Enable OXP_EC as module (Closes: #1138985) liquid-dsp (1.8.0-1) unstable; urgency=medium . * Team upload. * Removed the pkg-config file patch, as upstream provides one. * Removed the patch for building static library, as upstream supports it now. * Remove the patch for adding libfec, as upstream uses their own implementation now. * Added patch to place the library files in the correct locations. * Remade the copyright file. * Remade the 32-bit architectures fix for the new release version. * Added the patch to make the tests and benchmarks fully optional (Closes: #1124710). * New upstream release. * The package now includes cmake package file (upstream change). lomiri-notifications (1.3.3-2) unstable; urgency=medium . * Team upload * Release to unstable . lomiri-notifications (1.3.3-1) experimental; urgency=medium . * Team upload . [ Jeremy Bícha ] * New upstream release * Mark some Build-Depends as only needed for build tests * Simplify debian/rules a bit . [ Cosima Neidahl ] * Add a Qt6 package lomiri-notifications (1.3.3-1) experimental; urgency=medium . * Team upload . [ Jeremy Bícha ] * New upstream release * Mark some Build-Depends as only needed for build tests * Simplify debian/rules a bit . [ Cosima Neidahl ] * Add a Qt6 package mailio (0.26.0-1) unstable; urgency=medium . * New upstream release. * debian/control: bump standard to 4.7.4 (no changes) * patch boost-1.90.patch applied upstream mousai (0.7.10-1) unstable; urgency=medium . * New upstream release * Update Build-Depends * Update debhelper compat to 14 * Update Standards Version to 4.7.4 net-cpp (3.2.2-1) unstable; urgency=medium . * Team upload * New upstream release node-eslint-visitor-keys (3.3.0+ds1-2) unstable; urgency=medium . * Team upload * Upload to unstable node-eslint-visitor-keys (3.3.0+ds1-1) experimental; urgency=medium . * Team upload * Use packaged @types/estree node-eslint-visitor-keys (3.3.0+~cs1.0.9-2) unstable; urgency=medium . * Binary upload, for breaking depend loop node-eslint-visitor-keys (3.3.0+~cs1.0.9-1) unstable; urgency=medium . * Team upload * Embed @types/estree packaged on acorn node-undici (8.5.0+dfsg+~cs3.2.0-3) unstable; urgency=medium . * Declare compliance with policy 4.7.4 * Remove unused node-tap test dependency * Add node-ws to network autopkgtest deps (websocket tests need it) node-undici (8.5.0+dfsg+~cs3.2.0-2) unstable; urgency=medium . * Upload to unstable node-undici (8.5.0+dfsg+~cs3.2.0-1) experimental; urgency=medium . * New upstream version 8.5.0+dfsg+~cs3.2.0. Fixes the following vulnerabilities. Closes: #1140363. High severity: + CVE-2026-12151: WebSocket DoS via fragment count bypass + CVE-2026-9697: TLS certificate validation bypass in SOCKS5 ProxyAgent + CVE-2026-6734: Cross-origin request routing via SOCKS5 proxy pool reuse Medium severity: + CVE-2026-9678: Cross-user information disclosure via shared cache whitespace bypass + CVE-2026-9679: HTTP header injection via Set-Cookie percent-decoding Low severity: + CVE-2026-11525: Set-Cookie SameSite attribute downgrade + CVE-2026-6733: HTTP response queue poisoning via keep-alive socket reuse * Drop applied patch * Refresh patch * Drop another test (release.js) node-webpack (5.107.2+dfsg1+~cs15.16.25-2) unstable; urgency=medium . * Team upload * Internalize acorn-import-attributes node-webpack (5.107.2+dfsg1+~cs15.16.25-1.1) unstable; urgency=medium . * Team upload. * Drop @types/estree and use depends nsd (4.14.3-1) unstable; urgency=medium . * New upstream - CVE-2026-12244 - CVE-2026-12245 - CVE-2026-12246 - CVE-2026-12490 * Standards-Version: 4.7.4 phosh-osk-stevia (0.56~alpha1-1) unstable; urgency=medium . * New upstream pre-release * Add locale and flavor to layout information so Mobile Settings can make use of it. * Switch to ext-data-control-v1 for paste handling * Updated layouts - ge: Add missing keys pygeofilter (0.4.0-1) unstable; urgency=medium . [ Bas Couwenberg ] * Drop Priority: optional, default since dpkg 1.22.13. * Bump Standards-Version to 4.7.4, changes: priority. . [ Antonio Valentino ] * New upstream release. * Update dates in d/copyright. * New d/python3-pygeofilter.lintian-overrides. pyhamcrest (2.1.0-4) unstable; urgency=medium . * Team upload. * Test build profile with Salsa CI * Update standards version to 4.7.4, no changes needed. * Set upstream metadata fields: Repository. pyparted (3.13.0-3) unstable; urgency=medium . * Team upload. * Fix Vcs fields Closes: #1130840 pytest-asdf-plugin (0.2.0-1) unstable; urgency=medium . * New upstream version 0.2.0 * Push Standards-Version to 4.7.4 * Push dh-compat to 14 python-aiohttp (3.14.1-3) unstable; urgency=medium . * Team Upload * Mark python*-doc as * Drop python3-aiohttp-dbg package migration (o-o-stable) python-aiohttp (3.14.1-2) unstable; urgency=medium . * Team Upload * Drop obsolete python3-sphinxcontrib.blockdiag build-dep (see CHANGES.rst) * Use dh-sequence-python3 * Test !nodoc & !nocheck profiles with Salsa CI * Remove redundant python3-aiodns relation in debian/control. * Use dh-sequence-* build dependencies instead of dh --with: sphinxdoc. python-aiortc (1.14.0-3) unstable; urgency=medium . * extend patch 2001 to cover pyproject declaration; add patch 1002 to relax dependency on python module av; closes: bug#1138891, thanks to Johnny Accot * use debhelper compatibility level 14 (not 13) python-protego (0.6.2+dfsg-1) unstable; urgency=medium . * New upstream version. + Fixes CVE-2026-55520 * Add B-D: python3-pytest-timeout. * Bump Standards-Version to 4.7.4. python-service-identity (24.2.0-2) unstable; urgency=medium . * Team upload. * Remove redundant Priority: optional from source stanza. * Remove redundant relation in debian/control. * Add debian/upstream/metadata * Add debian/salsa-ci.yml * Rewrite d/watch in v5 format * Mark some build-deps as * Bump Standards-Version to 4.7.4 python-wsproto (1.3.2-3) unstable; urgency=medium . * Team Upload * Use dh-sequence-* build dependencies instead of dh --with: sphinxdoc. * Add debian/salsa-ci.yml * Annotate build-deps !nocheck / !nodoc python-yalexs (9.2.10-1) unstable; urgency=medium . * New upstream release. qxgedit (1.0.2-1) unstable; urgency=medium . * New upstream version 1.0.2 * Change B-D from libqt6svg6-dev to qt6-svg-dev * Remove redundant priority optional field * Remove redundant RRR field * Bump Standards-Version to 4.7.4 * Update d/watch to version 5 r-cran-rstudioapi (0.19.0-1) unstable; urgency=medium . * New upstream release . * debian/control: Set Build-Depends: to current R version * debian/control: Set Standards-Version: to current version ruby-active-storage-validations (3.0.5-2) unstable; urgency=medium . * No-change rebuild for testing migration. ruby-active-storage-validations (3.0.5-1) unstable; urgency=medium . * Initial release. ruby-aws (2.10.2-6) unstable; urgency=medium . * Team upload. . [ Utkarsh Gupta ] * Add salsa-ci.yml . [ Debian Janitor ] * Bump debhelper from old 11 to 12. * Set debhelper-compat version in Build-Depends. * Set upstream metadata fields: Bug-Database, Bug-Submit. * Use canonical URL in Vcs-Browser. * Bump debhelper from old 12 to 13. . [ Lucas Nussbaum ] * debian/gbp.conf: Add for DEP-14 * debian/.gitattributes: remove * debian/salsa-ci.yml: use team-specific include . [ Simon Quigley ] * Upgrade the watch file to version 5. * Refresh the upstream metadata. * Use --gem-install layout in the rules file. * Refresh the copyright file. * Drop {XS,XB}-Ruby-Versions from control. * Bump debhelper-compat to 14, dropping ${misc:Depends}, ${shlibs:Depends}, and ${ruby:Depends} from runtime dependencies. * Update Standards-Version to 4.7.4. * Add Forwarded: not-needed to both patches. ruby-base62 (1.0.0-4) unstable; urgency=medium . * Team upload. . [ Utkarsh Gupta ] * Add salsa-ci.yml . [ Cédric Boutillier ] * Update team name * Add .gitattributes to keep unwanted files out of the source package . [ Debian Janitor ] * Bump debhelper from old 11 to 12. * Set debhelper-compat version in Build-Depends. * Set upstream metadata fields: Bug-Database, Bug-Submit. * Remove obsolete field Name from debian/upstream/metadata (already present in machine-readable debian/copyright). . [ Jenkins ] * Bump debhelper from old 12 to 13. . [ Lucas Nussbaum ] * debian/gbp.conf: Add for DEP-14 * debian/.gitattributes: remove * debian/salsa-ci.yml: use team-specific include . [ Simon Quigley ] * Upgrade the watch file to version 5. * Refresh the upstream metadata. * Use --gem-install layout in rules. * Refresh the copyright file. * Drop {XS,XB}-Ruby-Versions from control. * Update Standards-Version to 4.7.4. * Bump debhelper-compat to 14, dropping ${misc:Depends}, ${shlibs:Depends}, and ${ruby:Depends} from runtime dependencies. ruby-beautify (0.97.4-5) unstable; urgency=medium . * Team upload. . [ Tomasz Nitecki ] * Standarize patch filename extensions. . [ Utkarsh Gupta ] * Add salsa-ci.yml . [ Debian Janitor ] * Bump debhelper from old 11 to 12. * Set debhelper-compat version in Build-Depends. * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. * Use canonical URL in Vcs-Browser. * Apply multi-arch hints. + ruby-beautify: Add :any qualifier for ruby dependency. . [ Cédric Boutillier ] * Update team name * Add .gitattributes to keep unwanted files out of the source package . [ root ] * Bump debhelper from old 12 to 13. . [ Lucas Nussbaum ] * debian/gbp.conf: Add for DEP-14 * debian/.gitattributes: remove * debian/salsa-ci.yml: use team-specific include . [ Simon Quigley ] * Upgrade the watch file to version 5. * Refresh the upstream metadata. * Use --gem-install layout in rules. * Refresh the copyright file. * Drop {XS,XB}-Ruby-Versions from control. * Bump debhelper-compat to 14, dropping ${misc:Depends}, ${shlibs:Depends}, and ${ruby:Depends} from runtime dependencies. * Update Standards-Version to 4.7.4. * Add Forwarded: not-needed to 3/4 patches. ruby-build-environment (1.13.1-2) unstable; urgency=medium . * No-change rebuild for testing migration. ruby-build-environment (1.13.1-1) unstable; urgency=medium . * Initial release. ruby-build-files (1.10.2-2) unstable; urgency=medium . * No-change rebuild for testing migration. ruby-build-files (1.10.2-1) unstable; urgency=medium . * Initial release. ruby-build-files-monitor (0.4.1-2) unstable; urgency=medium . * No-change rebuild for testing migration. ruby-build-files-monitor (0.4.1-1) unstable; urgency=medium . * Initial release. ruby-build-graph (2.3.1-2) unstable; urgency=medium . * No-change rebuild for testing migration. ruby-build-graph (2.3.1-1) unstable; urgency=medium . * Initial release. ruby-build-makefile (1.0.1-2) unstable; urgency=medium . * No-change rebuild for testing migration. ruby-build-makefile (1.0.1-1) unstable; urgency=medium . * Initial release. ruby-content-disposition (1.0.0-2) unstable; urgency=medium . * No-change rebuild for testing migration. ruby-content-disposition (1.0.0-1) unstable; urgency=medium . * Initial release. ruby-counter-culture (3.13.1-2) unstable; urgency=medium . * No-change rebuild for testing migration. ruby-counter-culture (3.13.1-1) unstable; urgency=medium . * Initial release. ruby-ddmemoize (1.0.0-2) unstable; urgency=medium . * Team upload. . [ Utkarsh Gupta ] * Add salsa-ci.yml . [ Debian Janitor ] * Bump debhelper from old 11 to 12. * Set debhelper-compat version in Build-Depends. * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. * Update watch file format version to 4. * Remove constraints unnecessary since buster: + Build-Depends: Drop versioned constraint on ruby-ddmetrics and ruby-ref. + ruby-ddmemoize: Drop versioned constraint on ruby-ddmetrics and ruby-ref in Depends. * Bump debhelper from old 12 to 13. * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse. . [ Lucas Nussbaum ] * debian/gbp.conf: Add for DEP-14 * debian/gbp.conf: remove trailing empty lines * debian/.gitattributes: remove * debian/salsa-ci.yml: use team-specific include . [ Simon Quigley ] * Upgrade the watch file to version 5. * Refresh the upstream metadata. * Use --gem-install layout in rules. * Refresh the copyright file. * Update Standards-Version to 4.7.4. * Drop {XS,XB}-Ruby-Versions from control. * Bump debhelper-compat to 14, dropping ${misc:Depends}, ${shlibs:Depends}, and ${ruby:Depends} from runtime dependencies. * Ensure we have ruby:any for scripts. ruby-down (5.6.0-2) unstable; urgency=medium . * No-change rebuild for testing migration. ruby-down (5.6.0-1) unstable; urgency=medium . * Initial release. ruby-dry-struct (1.8.1-2) unstable; urgency=medium . * No-change rebuild for testing migration. ruby-dry-struct (1.8.1-1) unstable; urgency=medium . * Initial release. ruby-expression-parser (0.9.1-6) unstable; urgency=medium . * Team upload. . [ Utkarsh Gupta ] * Add salsa-ci.yml . [ Debian Janitor ] * Bump debhelper from old 11 to 12. * Set debhelper-compat version in Build-Depends. * Set upstream metadata fields: Bug-Database, Bug-Submit. * Update standards version to 4.4.1, no changes needed. * Apply multi-arch hints. + ruby-expression-parser: Add :any qualifier for ruby dependency. + ruby-expression-parser-doc: Add Multi-Arch: foreign. * Bump debhelper from old 12 to 13. * Update standards version to 4.5.1, no changes needed. . [ Pirate Praveen ] * Bump Standards-Version to 4.6.0 (no changes needed) * Update watch file standard to 4 * Use ${ruby:Depends} for ruby dependencies * Switch to gem-install layout . [ Lucas Nussbaum ] * debian/gbp.conf: Add for DEP-14 * debian/.gitattributes: remove * debian/salsa-ci.yml: use team-specific include . [ Simon Quigley ] * Upgrade the watch file to version 5. * Refresh the upstream metadata. * Add more patch metadata. * Refresh the copyright file. * Drop {XS,XB}-Ruby-Versions from control. * Update Standards-Version to 4.7.4. * Bump debhelper-compat to 14, dropping ${misc:Depends}, ${shlibs:Depends}, and ${ruby:Depends} from runtime dependencies. ruby-goldiloader (6.0.0-2) unstable; urgency=medium . * No-change rebuild for testing migration. ruby-goldiloader (6.0.0-1) unstable; urgency=medium . * Initial release (Closes: #896469). ruby-io-watch (0.6.3-2) unstable; urgency=medium . * No-change rebuild for testing migration. ruby-io-watch (0.6.3-1) unstable; urgency=medium . * Initial release. ruby-ioquatix-build (2.9.0-2) unstable; urgency=medium . * No-change rebuild for testing migration. ruby-ioquatix-build (2.9.0-1) unstable; urgency=medium . * Initial release. ruby-kamal (2.12.0-2) unstable; urgency=medium . * No-change rebuild for testing migration. ruby-kamal (2.12.0-1) unstable; urgency=medium . * Initial release (Closes: #1113898). ruby-pagy (43.5.6-2) unstable; urgency=medium . * No-change rebuild for testing migration. ruby-pagy (43.5.6-1) unstable; urgency=medium . * Initial release. ruby-process-group (1.2.4-2) unstable; urgency=medium . * No-change rebuild for testing migration. ruby-process-group (1.2.4-1) unstable; urgency=medium . * Initial release. ruby-process-terminal (0.2.0-2) unstable; urgency=medium . * No-change rebuild for testing migration. ruby-process-terminal (0.2.0-1) unstable; urgency=medium . * Initial release. ruby-public-activity (3.0.2-2) unstable; urgency=medium . * No-change rebuild for testing migration. ruby-public-activity (3.0.2-1) unstable; urgency=medium . * Initial release. ruby-rack-mini-profiler (4.0.1-2) unstable; urgency=medium . * No-change rebuild for testing migration. ruby-rack-mini-profiler (4.0.1-1) unstable; urgency=medium . * Initial release. ruby-samovar (2.5.1-2) unstable; urgency=medium . * No-change rebuild for testing migration. ruby-samovar (2.5.1-1) unstable; urgency=medium . * Initial release. ruby-strong-migrations (2.8.0-2) unstable; urgency=medium . * No-change rebuild for testing migration. ruby-strong-migrations (2.8.0-1) unstable; urgency=medium . * Initial release. ruby-teapot (3.7.0-2) unstable; urgency=medium . * No-change rebuild for testing migration. ruby-teapot (3.7.0-1) unstable; urgency=medium . * Initial release. rust-potential-utf (0.1.5-1) unstable; urgency=medium . * Team upload. * Package potential_utf 0.1.5 from crates.io using debcargo 2.8.2 rust-potential-utf (0.1.2-1) unstable; urgency=medium . * Package potential_utf 0.1.2 from crates.io using debcargo 2.7.8 soundscaperenderer (0.6.1+dfsg-4) unstable; urgency=medium . * Update for new ASIO (Closes: #1139492) * Refresh patches with 'gbp pq' * Drop redundant `Priority: optional` * Drop redundant `Rules-Requires-Root: no` * Fix issues found by Shellcheck and other spellcheckers * Bump Debian Policy version to 4.7.4 subnetcalc (2.7.4-1) unstable; urgency=low . * New upstream release. twisted (26.4.0-2) unstable; urgency=medium . * Team Upload * Rename gitlab-ci.yml -> salsa-ci.yml * Salsa CI: test & build profiles * Mark some dependencies or wand (0.7.2-1) unstable; urgency=medium . * New upstream release, Closes: #1140643. wayback (0.3-2) unstable; urgency=medium . * Reupload to unstable * debian/control: + bump Standards-Version to 4.7.4 + bump wlroots dependency to >= 0.20.0 * debian/patches: backport patch to allow build with wlroots 0.20 wayback (0.3-1) experimental; urgency=medium . * New upstream release * d/control: + Bump Standards-Version to 4.7.3 + Drop redundant Rules-Requires-Root field + Drop redundant Priority field * d/copyright: + Bump copyright years to 2026 * Add debian/watch file wayback (0.2-1) experimental; urgency=medium . * Initial packaging (Closes: 1109889) wcwidth (0.2.14+dfsg1-2) unstable; urgency=medium . * Add myself as uploader * Apply multi-arch hints. * Add debian/salsa-ci.yml * Mark python3-pytest* build-dep as * Bump Standards-Version to 4.7.4, drop Priority: tag wmweather (2.4.9-2) unstable; urgency=low . * Added salsa repo: + debian/control: added Vcs-Git and Vcs-Browser fields. + debian/gbp.conf: added gbp config. + debian/watch: updated release tag format. + debian/.gitignore: ignore temporary build files. wmweather (2.4.9-1) unstable; urgency=low . * New upstream release. * Fixed xmessage build path, closes: #1116410. * Added dependency on procps, closes: #1136611. * Enabled all hardening build flags (hardening=+all). * Set Rules-Requires-Root: no. * Added Keywords and StartupNotify to the desktop entry. * Added DEP-12 debian/upstream/metadata. * Updated debian/copyright to machine-readable DEP-5 format. * Updated watch file. * Updated debhelper compat level to 14. * Updated standards version to 4.7.4. wsjtx (3.0.2+dfsg-2) unstable; urgency=medium . * Wrap tests in xvfb-run. wsjtx (3.0.2+dfsg-1) unstable; urgency=medium . * New upstream version 3.0.2+dfsg. zope.testrunner (8.2-2) unstable; urgency=medium . * Team Upload * Salsa CI: test build profile * Mark python3-zope.* build-deps as * Bump Standards-Version to 4.7.4, drop Priority: tag * Rewrite d/watch in v5 format * Set upstream metadata fields: Repository. * Remove obsolete dh_gencontrol override