Bug#1100966: kget-doc misses Breaks+Replaces: kget (<< 4:24.08.2-1~)

2025-03-27 Thread Helmut Grohne
Package: kget-doc
Version: 4:24.12.3-1
Severity: serious
User: debian...@lists.debian.org
Usertags: fileconflict
Control: affects -1 + kget

kget-doc was split from kget during the trixie cycle. It therefore must
declare

Breaks: kget (<< 4:24.08.2-1~)
Replaces: kget (<< 4:24.08.2-1~)

as it otherwise may cause an unpack error from dpkg during an upgrade
from bookworm.

mmdebstrap --variant=apt --verbose '' /dev/null 'deb 
http://deb.debian.org/debian bookworm main' --include=kget 
--chrooted-customize-hook='sed -i s/bookworm/trixie/ /etc/apt/sources.list && 
apt-get update && apt-get -o APT::Get::Upgrade-By-Source-Package=false -y 
install kget-doc'

Preparing to unpack .../kget-doc_4%3a24.12.3-1_all.deb ...
Unpacking kget-doc (4:24.12.3-1) ...
dpkg: error processing archive 
/var/cache/apt/archives/kget-doc_4%3a24.12.3-1_all.deb (--unpack):
 trying to overwrite '/usr/share/doc/HTML/ca/kget/index.cache.bz2', which is 
also in package kget 4:22.12.3-1
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/kget-doc_4%3a24.12.3-1_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

Helmut



Bug#1101247: marked as done (pyside2: FTBFS: /usr/include/unicode/localpointer.h:561:26: error: parameter declared 'auto')

2025-03-27 Thread Debian Bug Tracking System
Your message dated Fri, 28 Mar 2025 00:47:04 +0100
with message-id <077fa9fc-d9c1-4bee-9d9d-a2806c217...@debian.org>
and subject line Re: pyside2: FTBFS: 
/usr/include/unicode/localpointer.h:561:26: error: parameter declared 'auto'
has caused the Debian Bug report #1101247,
regarding pyside2: FTBFS: /usr/include/unicode/localpointer.h:561:26: error: 
parameter declared 'auto'
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1101247: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1101247
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:pyside2
Version: 5.15.16-3.1
Severity: serious
Tags: ftbfs trixie sid

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build:


[...]
[ 23%] Building CXX object 
ApiExtractor/CMakeFiles/apiextractor.dir/xmlutils_libxslt.cpp.o
cd 
/<>/pyside3_build/py3.13-qt5.15.15-64bit-relwithdebinfo/shiboken2/ApiExtractor
 && /usr/bin/c++ -DCMAKE_CXX_COMPILER=\"/usr/bin/c++\" -DHAVE_LIBXSLT 
-DHAVE_QTXMLPATTERNS -DQT_CORE_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG 
-DQT_XMLPATTERNS_LIB -DQT_XML_LIB 
-I/<>/pyside3_build/py3.13-qt5.15.15-64bit-relwithdebinfo/shiboken2/ApiExtractor/apiextractor_autogen/include
 -I/usr/lib/llvm-19/include -I/<>/sources/shiboken2/ApiExtractor 
-I/<>/pyside3_build/py3.13-qt5.15.15-64bit-relwithdebinfo/shiboken2/ApiExtractor
 -I/<>/sources/shiboken2/ApiExtractor/parser 
-I/usr/include/libxml2 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem 
/usr/include/x86_64-linux-gnu/qt5/QtCore -isystem 
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem 
/usr/include/x86_64-linux-gnu/qt5/QtXml -isystem 
/usr/include/x86_64-linux-gnu/qt5/QtXmlPatterns -isystem 
/usr/include/x86_64-linux-gnu/qt5/QtNetwork -g -O2 
-ffile-prefix-map=/<>=. -fstack
 -protector-strong -fstack-clash-protection -Wformat -Werror=format-security 
-fcf-protection -Wall -fvisibility=hidden -Wno-strict-aliasing -D 
QT_NO_CAST_FROM_ASCII -D QT_NO_CAST_TO_ASCII -O2 -g -DNDEBUG -std=gnu++11   
-fPIC -fPIC -MD -MT 
ApiExtractor/CMakeFiles/apiextractor.dir/xmlutils_libxslt.cpp.o -MF 
CMakeFiles/apiextractor.dir/xmlutils_libxslt.cpp.o.d -o 
CMakeFiles/apiextractor.dir/xmlutils_libxslt.cpp.o -c 
/<>/sources/shiboken2/ApiExtractor/xmlutils_libxslt.cpp
In file included from /usr/include/unicode/uenum.h:25,
 from /usr/include/unicode/ucnv.h:52,
 from /usr/include/libxml2/libxml/encoding.h:31,
 from /usr/include/libxml2/libxml/parser.h:812,
 from /usr/include/libxml2/libxml/xmlerror.h:10,
 from /usr/include/libxml2/libxml/xpath.h:26,
 from /usr/include/libxslt/xsltutils.h:19,
 from 
/<>/sources/shiboken2/ApiExtractor/xmlutils_libxslt.cpp:38:
/usr/include/unicode/localpointer.h:561:26: error: parameter declared ‘auto’
  561 | template 
  |  ^~~~
/usr/include/unicode/localpointer.h:573:76: error: template argument 2 is 
invalid
  573 | explicit LocalOpenPointer(std::unique_ptr &&p)
  | 
   ^
/usr/include/unicode/localpointer.h:583:78: error: template argument 2 is 
invalid
  583 | LocalOpenPointer &operator=(std::unique_ptr &&p) {
  | 
 ^
/usr/include/unicode/localpointer.h:599:59: error: template argument 2 is 
invalid
  599 | operator std::unique_ptr () && {
  |   ^
/usr/include/unicode/uenum.h:69:1: note: invalid template non-type parameter
   69 | U_DEFINE_LOCAL_OPEN_POINTER(LocalUEnumerationPointer, UEnumeration, 
uenum_close);
  | ^~~
/usr/include/unicode/ucnv.h:597:1: note: invalid template non-type parameter
  597 | U_DEFINE_LOCAL_OPEN_POINTER(LocalUConverterPointer, UConverter, 
ucnv_close);
  | ^~~
make[3]: *** [ApiExtractor/CMakeFiles/apiextractor.dir/build.make:410: 
ApiExtractor/CMakeFiles/apiextractor.dir/xmlutils_libxslt.cpp.o] Error 1
make[3]: *** Waiting for unfinished jobs
make[3]: Leaving directory 
'/<>/pyside3_build/py3.13-qt5.15.15-64bit-relwithdebinfo/shiboken2'
make[2]: *** [CMakeFiles/Makefile2:685: 
ApiExtractor/CMakeFiles/apiextractor.dir/all] Error 2
make[2]: Leaving directory 
'/<>/pyside3_build/py3.13-qt5.15.15-64bit-relwithdebinfo/shiboken2'
make[1]: *** [Makefile:149: all] Error 2
make[1]: Leaving directory 
'/<

ktorrent_24.12.3-1_amd64.changes ACCEPTED into unstable

2025-03-27 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 21 Mar 2025 17:39:46 +0100
Source: ktorrent
Architecture: source
Version: 24.12.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers 
Changed-By: Salvo 'LtWorf' Tomaselli 
Changes:
 ktorrent (24.12.3-1) unstable; urgency=medium
 .
   * New upstream release
   * Team upload
Checksums-Sha1:
 e2d53d6f6be89eeaa1975eb597fec4998c937ce7 3551 ktorrent_24.12.3-1.dsc
 16e03479fa3cb5a5b1e726cd13b481dffc3e192c 2202892 ktorrent_24.12.3.orig.tar.xz
 75ffea6b9252d7cdbd99d93f58c9b8263ce79add 833 ktorrent_24.12.3.orig.tar.xz.asc
 e8344d58a7e719a6e3ae7fb6e0d06ffc4164908c 25044 ktorrent_24.12.3-1.debian.tar.xz
 149c7c28a439da8196acbecc686c02ad902385b7 31770 
ktorrent_24.12.3-1_amd64.buildinfo
Checksums-Sha256:
 bac0604f7618302c374d659eb20a1b43d0ff35fd8b8f2ad1aaa7a42ac6a98820 3551 
ktorrent_24.12.3-1.dsc
 a6eb8be915d48aed5dd745d3bec1a0f4462f078448a13242dc94d0cfb94f8f9c 2202892 
ktorrent_24.12.3.orig.tar.xz
 2ce5af722a324f162b9943ab4a05be27de03f43dd24ba6c6118192990a878525 833 
ktorrent_24.12.3.orig.tar.xz.asc
 1777376c1eb279be16dcbc48ab972912391caa0f0b5054cfcc263550fbc28474 25044 
ktorrent_24.12.3-1.debian.tar.xz
 acd605a6153e4cded0fc302d82437681cb787a3088d72489b00efaef6db9ea65 31770 
ktorrent_24.12.3-1_amd64.buildinfo
Files:
 6cfbe32153f3d2a171df70e0c603a513 3551 net optional ktorrent_24.12.3-1.dsc
 3a42d9d85831568a0b2cc64a4a35b2d1 2202892 net optional 
ktorrent_24.12.3.orig.tar.xz
 10702c68aeb36031b4758b12da3dd9a3 833 net optional 
ktorrent_24.12.3.orig.tar.xz.asc
 c3fa8d655e597a03fd01519ee86e1081 25044 net optional 
ktorrent_24.12.3-1.debian.tar.xz
 ec9007754885a629c78682b28ab2fe87 31770 net optional 
ktorrent_24.12.3-1_amd64.buildinfo


-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEQnSLnnbYmXmeH74Us6fPDIAYhs8FAmfdmEwSHGx0d29yZkBk
ZWJpYW4ub3JnAAoJELOnzwyAGIbPrjgP/0BV2SRahoKzRvONip8UwZFvyz9wzO06
7VzdjBt7S0wumBb1bzUKRTprbY1Mp0mbLHVuflO9y753bUd7SA/QOzj5jFTZVEv6
mJy/6Wv8bvrD1gAUWL0twmybhVGlMudamg8rnDnoIjn3FjvfI28I2v3B4CVRofwz
trd1SEGrcFvP56Hof6zPZuxp8Au5VEvRWiTMzhz8f0AlS9C5DY5GLJR7ie0cylZI
3XgemcTPfHHuOpUywdejaHCDMEBDCHBTxyHWNY08xsuE9SGhoB8B8eR0WBl1UIiR
JVc0kcUyagctv1NfgGgZa1x2252DpFhBVRyiFhs8f7W+bdpWbcU7ptUY+ZExMXXY
BiSayE3jMcNlppqSc2wBySjsqryQ5kKwJNbcUgyQad/jfPdK25zZmbUSUYjiVHVg
51l+XPGJRym4l03+gBPUPJug0feujZfzbxujLY3HUTOLs1+VMje4JyRcCtR+nZ1J
ltt7PaKBvDuCizZ06VkhDYLQxYANDmx70wBDXF27vQM5zwHp88wjf2ekg5slIGuX
ObmbovCi4DmfvLbxnfNZwKRK2sICx4fzRCSfWVLflhGn5IGC5ZcgI30ZachVVdOa
n9sDFbNCwiAWjEsa8wPGCoKfZRZHc8kXtodP+/7lB3KiFa2tTAf/2sTpkWep4VxA
Ry5V5JUxOn++
=i6+0
-END PGP SIGNATURE-



pgpm4qfVD50eb.pgp
Description: PGP signature


Processing of kwayland-kf5_5.115.0-6_source.changes

2025-03-27 Thread Debian FTP Masters
kwayland-kf5_5.115.0-6_source.changes uploaded successfully to localhost
along with the files:
  kwayland-kf5_5.115.0-6.dsc
  kwayland-kf5_5.115.0-6.debian.tar.xz
  kwayland-kf5_5.115.0-6_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



Bug#1081682: marked as done (libqt5gui5: Segfault in QAccessibleTableInterface::cellAt)

2025-03-27 Thread Debian Bug Tracking System
Your message dated Thu, 27 Mar 2025 21:47:08 +
with message-id 
and subject line Bug#1081682: fixed in qtbase-opensource-src 
5.15.8+dfsg-11+deb12u3
has caused the Debian Bug report #1081682,
regarding libqt5gui5: Segfault in QAccessibleTableInterface::cellAt
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1081682: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1081682
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libqt5gui5
Version: 5.15.8+dfsg-11+deb12u2
Severity: important
Tags: a11y upstream

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Dear Maintainer,

In some QT applications using tables E.G. TeamTalk, when using Orca the app 
crashes because of [1].
[1]: https://bugreports.qt.io/browse/QTBUG-125954

Patch exists for this bug, but it looks it is not part of the version of QT 
Debian provides.

Could it be possible to have this patch ported to Debian? It cause a serious 
issue for screen reader users.

Best regards,

Patrick Zajda

- -- System Information:
Debian Release: 12.7
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 6.1.0-25-amd64 (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages libqt5gui5 depends on:
ii  fontconfig2.14.1-4
ii  libc6 2.36-9+deb12u8
ii  libdrm2   2.4.114-1+b1
ii  libegl1   1.6.0-1
ii  libfontconfig12.14.1-4
ii  libfreetype6  2.12.1+dfsg-5+deb12u3
ii  libgbm1   22.3.6-1+deb12u1
ii  libgcc-s1 12.2.0-14
ii  libgl11.6.0-1
ii  libglib2.0-0  2.74.6-2+deb12u3
ii  libharfbuzz0b 6.0.0+dfsg-3
ii  libice6   2:1.0.10-1
ii  libinput101.22.1-1
ii  libjpeg62-turbo   1:2.1.5-2
ii  libmd4c0  0.4.8-1
ii  libmtdev1 1.1.6-1
ii  libpng16-16   1.6.39-2
ii  libqt5core5a [qtbase-abi-5-15-8]  5.15.8+dfsg-11+deb12u2
ii  libqt5dbus5   5.15.8+dfsg-11+deb12u2
ii  libqt5network55.15.8+dfsg-11+deb12u2
ii  libsm62:1.2.3-1
ii  libstdc++612.2.0-14
ii  libudev1  252.30-1~deb12u2
ii  libx11-6  2:1.8.4-2+deb12u2
ii  libx11-xcb1   2:1.8.4-2+deb12u2
ii  libxcb-glx0   1.15-1
ii  libxcb-icccm4 0.4.1-1.1
ii  libxcb-image0 0.4.0-2
ii  libxcb-keysyms1   0.4.0-1+b2
ii  libxcb-randr0 1.15-1
ii  libxcb-render-util0   0.3.9-1+b1
ii  libxcb-render01.15-1
ii  libxcb-shape0 1.15-1
ii  libxcb-shm0   1.15-1
ii  libxcb-sync1  1.15-1
ii  libxcb-xfixes01.15-1
ii  libxcb-xinerama0  1.15-1
ii  libxcb-xinput01.15-1
ii  libxcb-xkb1   1.15-1
ii  libxcb1   1.15-1
ii  libxkbcommon-x11-01.5.0-1
ii  libxkbcommon0 1.5.0-1
ii  libxrender1   1:0.9.10-1.1
ii  zlib1g1:1.2.13.dfsg-1

Versions of packages libqt5gui5 recommends:
ii  libqt5svg5 5.15.8-3
ii  qt5-gtk-platformtheme  5.15.8+dfsg-11+deb12u2
ii  qtwayland5 5.15.8-2

Versions of packages libqt5gui5 suggests:
pn  qgnomeplatform-qt5 
ii  qt5-image-formats-plugins  5.15.8-2

- -- no debconf information

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEF6TZmSao+HhR4xlgnUrTW+onPcoFAmbkhxcACgkQnUrTW+on
Pcr0hw//dzWM4J/mXlIqJk3lEkXWB9EQMClv5PctmHpF/Nf7T59yRW+ciTZCx1gG
WzgGJ/Vf2ifXTeQupPSr96mk9p6IusPYHY79ytoxBHCdNaQFy7snDWB9YvBoIWlg
ATZ3tGti6rkaAJ393d09tuY+dtk8bSLeizIOcRRoYo+k0pUwdY8hw+CDaUzsLmYx
rM8NyCjcO2SSNJjN65wQBDJxvZT4NOWjBCHFrW1nrZo1yH9bXJCsDGD9H9YdhPxJ
shr10xU/XXEUvzROLzkd34vxapP0tnbVXFRpVWT0CV6rrG8YxkUR5YuSFoNCkeJi
vcKOQ59YphOczoYDPLU7DbSWcroi/jM+lTS6w8jI6iqlSovmbpth366/ob6qriob
eLaawP6CdST1tbS2fNiDXpJ5DYfw4pkTDIbQNpvB6Iuib0d+Zx3zLPU82Cm8EwaN

qtbase-opensource-src_5.15.8+dfsg-11+deb12u3_source.changes ACCEPTED into proposed-updates

2025-03-27 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 27 Mar 2025 14:24:29 +0300
Source: qtbase-opensource-src
Architecture: source
Version: 5.15.8+dfsg-11+deb12u3
Distribution: bookworm
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers 
Changed-By: Dmitry Shachnev 
Closes: 1076293 1081682
Changes:
 qtbase-opensource-src (5.15.8+dfsg-11+deb12u3) bookworm; urgency=medium
 .
   * Backport upstream patch to add null checks in table iface methods in
 linuxaccessibility/atspiadaptor.cpp (closes: #1081682).
   * Backport upstream patch to delay any communication until encrypted() can
 be responded to (CVE-2024-39936, closes: #1076293).
Checksums-Sha1:
 25bf8c2a275c0b61d99ac847b938b2e160294fd4 5467 
qtbase-opensource-src_5.15.8+dfsg-11+deb12u3.dsc
 f317aabe98c711e7d89ae31e31c8cf1bb96d055b 244900 
qtbase-opensource-src_5.15.8+dfsg-11+deb12u3.debian.tar.xz
 edc31c27c7896a1f74c0f8d41415037a05ed4432 17530 
qtbase-opensource-src_5.15.8+dfsg-11+deb12u3_source.buildinfo
Checksums-Sha256:
 f442936526e336a033acb1021bfed0d59b42ee520483a015cf245478c75b3b7f 5467 
qtbase-opensource-src_5.15.8+dfsg-11+deb12u3.dsc
 07c7f0f7df5336ebbf3a7121dcd30c9b83112af6c76454c78b5ef3f02c7067d0 244900 
qtbase-opensource-src_5.15.8+dfsg-11+deb12u3.debian.tar.xz
 46d16362977b631e7d42b22ba6eb657a181fa77627aa86786bd0beedb53a6bab 17530 
qtbase-opensource-src_5.15.8+dfsg-11+deb12u3_source.buildinfo
Files:
 d92e412645f772b1702a44243cd02b83 5467 libs optional 
qtbase-opensource-src_5.15.8+dfsg-11+deb12u3.dsc
 d53530d3f42886d31ecb12166e0e95c8 244900 libs optional 
qtbase-opensource-src_5.15.8+dfsg-11+deb12u3.debian.tar.xz
 341afd60449208715d64a36263c27129 17530 libs optional 
qtbase-opensource-src_5.15.8+dfsg-11+deb12u3_source.buildinfo


-BEGIN PGP SIGNATURE-

iQJHBAEBCgAxFiEEq2sdvrA0LydXHe1qsmYUtFL0RrYFAmflNmATHG1pdHlhNTdA
ZGViaWFuLm9yZwAKCRCyZhS0UvRGtmeMEACX/+LfFtfoOeICCH5QE7KOxI2jXa65
Qqb4mie34wlvMoI/g7vNe/NLbzftFp1o1kpOpHRVLdpZWzHnBinBpM8sIWXpk+Gi
8POF5Ap5/ju/87k5vq31rNKM/F2UKHHN+DPOsOSxOXKKN109ZFyZZS1j8W80M4Hr
QIeucdIgVGc/zcaBMmvVpj8OybangzGnmWyp+zzkLNsq5Rc+Df2Dv9MRqallC+NJ
hehVp+10eVOxXWg2bBSh5hpg0yGiMaZejZhMsSP2+49WRRyi1m4Yt+52tuB4aUjv
JPNj6cw8f78TvbbvvgVHelPpQ08rRPrIvcbsRcMY5dsUoQnfC5WMZEaNbxxzhHav
ltN216O/56DszFoReeSJqBk5RH4N625Cic2Gl44Zaz36GXTMK6aI2T90MoW9hIxG
VqtfibeRiju2/Zqf8LouomHwW1gq9mLcP3WX9MYiWnDwX5TIen3qndcMMWsVAGSH
nGeRJ6eKkabX0j52l5KRFMo/BHF/qjhIEhgyxrgA1XVeR/3+kFeVgZ57vs1QWMHd
wP/6vHKv43rBJUtR8DSSkpOpEsRkHOlFE0F3Zk4qSdj/zAKqdLkfj+HQqKaUbSz2
/nxdcHNSaIXXbpjR99bXNVbMVCABV+sY/w9ZEzPdvxr+iCQtPws/+JU2sznt4pEp
jKgYwgRBln/+Cw==
=NfSj
-END PGP SIGNATURE-



pgpR1fjsTfti7.pgp
Description: PGP signature


qtbase-opensource-src_5.15.8+dfsg-11+deb12u3_source.changes ACCEPTED into proposed-updates->stable-new

2025-03-27 Thread Debian FTP Masters
Thank you for your contribution to Debian.

Mapping bookworm to stable.
Mapping stable to proposed-updates.

Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 27 Mar 2025 14:24:29 +0300
Source: qtbase-opensource-src
Architecture: source
Version: 5.15.8+dfsg-11+deb12u3
Distribution: bookworm
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers 
Changed-By: Dmitry Shachnev 
Closes: 1076293 1081682
Changes:
 qtbase-opensource-src (5.15.8+dfsg-11+deb12u3) bookworm; urgency=medium
 .
   * Backport upstream patch to add null checks in table iface methods in
 linuxaccessibility/atspiadaptor.cpp (closes: #1081682).
   * Backport upstream patch to delay any communication until encrypted() can
 be responded to (CVE-2024-39936, closes: #1076293).
Checksums-Sha1:
 25bf8c2a275c0b61d99ac847b938b2e160294fd4 5467 
qtbase-opensource-src_5.15.8+dfsg-11+deb12u3.dsc
 f317aabe98c711e7d89ae31e31c8cf1bb96d055b 244900 
qtbase-opensource-src_5.15.8+dfsg-11+deb12u3.debian.tar.xz
 edc31c27c7896a1f74c0f8d41415037a05ed4432 17530 
qtbase-opensource-src_5.15.8+dfsg-11+deb12u3_source.buildinfo
Checksums-Sha256:
 f442936526e336a033acb1021bfed0d59b42ee520483a015cf245478c75b3b7f 5467 
qtbase-opensource-src_5.15.8+dfsg-11+deb12u3.dsc
 07c7f0f7df5336ebbf3a7121dcd30c9b83112af6c76454c78b5ef3f02c7067d0 244900 
qtbase-opensource-src_5.15.8+dfsg-11+deb12u3.debian.tar.xz
 46d16362977b631e7d42b22ba6eb657a181fa77627aa86786bd0beedb53a6bab 17530 
qtbase-opensource-src_5.15.8+dfsg-11+deb12u3_source.buildinfo
Files:
 d92e412645f772b1702a44243cd02b83 5467 libs optional 
qtbase-opensource-src_5.15.8+dfsg-11+deb12u3.dsc
 d53530d3f42886d31ecb12166e0e95c8 244900 libs optional 
qtbase-opensource-src_5.15.8+dfsg-11+deb12u3.debian.tar.xz
 341afd60449208715d64a36263c27129 17530 libs optional 
qtbase-opensource-src_5.15.8+dfsg-11+deb12u3_source.buildinfo


-BEGIN PGP SIGNATURE-

iQJHBAEBCgAxFiEEq2sdvrA0LydXHe1qsmYUtFL0RrYFAmflNmATHG1pdHlhNTdA
ZGViaWFuLm9yZwAKCRCyZhS0UvRGtmeMEACX/+LfFtfoOeICCH5QE7KOxI2jXa65
Qqb4mie34wlvMoI/g7vNe/NLbzftFp1o1kpOpHRVLdpZWzHnBinBpM8sIWXpk+Gi
8POF5Ap5/ju/87k5vq31rNKM/F2UKHHN+DPOsOSxOXKKN109ZFyZZS1j8W80M4Hr
QIeucdIgVGc/zcaBMmvVpj8OybangzGnmWyp+zzkLNsq5Rc+Df2Dv9MRqallC+NJ
hehVp+10eVOxXWg2bBSh5hpg0yGiMaZejZhMsSP2+49WRRyi1m4Yt+52tuB4aUjv
JPNj6cw8f78TvbbvvgVHelPpQ08rRPrIvcbsRcMY5dsUoQnfC5WMZEaNbxxzhHav
ltN216O/56DszFoReeSJqBk5RH4N625Cic2Gl44Zaz36GXTMK6aI2T90MoW9hIxG
VqtfibeRiju2/Zqf8LouomHwW1gq9mLcP3WX9MYiWnDwX5TIen3qndcMMWsVAGSH
nGeRJ6eKkabX0j52l5KRFMo/BHF/qjhIEhgyxrgA1XVeR/3+kFeVgZ57vs1QWMHd
wP/6vHKv43rBJUtR8DSSkpOpEsRkHOlFE0F3Zk4qSdj/zAKqdLkfj+HQqKaUbSz2
/nxdcHNSaIXXbpjR99bXNVbMVCABV+sY/w9ZEzPdvxr+iCQtPws/+JU2sznt4pEp
jKgYwgRBln/+Cw==
=NfSj
-END PGP SIGNATURE-



pgpQt3ISLxV3x.pgp
Description: PGP signature


Processing of qtbase-opensource-src_5.15.8+dfsg-11+deb12u3_source.changes

2025-03-27 Thread Debian FTP Masters
qtbase-opensource-src_5.15.8+dfsg-11+deb12u3_source.changes uploaded 
successfully to localhost
along with the files:
  qtbase-opensource-src_5.15.8+dfsg-11+deb12u3.dsc
  qtbase-opensource-src_5.15.8+dfsg-11+deb12u3.debian.tar.xz
  qtbase-opensource-src_5.15.8+dfsg-11+deb12u3_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



Bug#1094404: NeoChat has missing AppStream metadata

2025-03-27 Thread asciiwolf
It looks like the AppStream generator page is now present. Not sure what 
changed, but the issue has probably been fixed.

Feel free to verify it and close this ticket.

Thanks!