Bugs search
Useful queries for testing (bookworm)
- BSP view (bugs needing attention): Old bugs affecting sid and bookworm, not RT-tagged and not marked for auto-removal
- Sponsor view: Affecting sid and bookworm, not marked as done, tagged 'patch', not in delayed; those need a DD to review and sponsor an upload or remove the tag
- Cleaner view: Marked as done, no activity in the last 5 days, but still affecting sid and bookworm; why is it still affecting unstable? fixed only in stable or experimental? missing binaries? cruft? wrong changelog?
- Release Team view: Fixed in sid, no activity in the last 5 days, but still not fixed in bookworm. Help the fix migrate to bookworm!
8 bugs found
bug# | package | title | modified |
---|---|---|---|
#614497 | doc-debian | doc-debian: The OPL-licensed documents taken from Debian website are non-free | 2021-09-22 |
#948318 | openssh-server | openssh-server: Unable to restart sshd restart after upgrade to version 8.1p1-2 | 2021-08-14 |
#991936 | openssh-server | openssh-server: seccomp filter defaults to SIGSYS, could break any libc or kernel upgrade | 2021-08-19 |
#994348 | src:python-apt | python-apt: Removal of the python3-*-dbg packages in sid/bookworm | 2021-11-22 |
#1010608 | src:openldap | openldap: Flaky test test063-delta-multiprovider | 2022-05-06 |
#1011678 | src:python-apt | python-apt: FTBFS: deblistparser.h:48:65: error: âpkgTagSection::Keyâ has not been declared | 2022-05-26 |
#1013451 | openssh-client | openssh-client: double free or corruption | 2022-06-24 |
# |
src:bind9 | src:bind9: fails to migrate to testing for too long: autopkgtest regression | 2022-06-26 |
Generated in 1.830 seconds.
select id, bugs.package, bugs.source, severity, title, last_modified, status, affects_stable, affects_testing, affects_unstable, affects_experimental from bugs where id in (select id from bugs_rt_affects_testing) and bugs.source in (select source from sources where priority='standard') and not (id in (select id from bugs_merged_with where id > merged_with)) AND (severity >= 'serious') order by id asc