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!
7 bugs found
bug# | package | title | modified |
---|---|---|---|
#901952 | tar | xdelta: expected from file (/tmp/pristine-tar.SljdkfANnj/recreatetarball) of length 7557120 bytes | 2022-05-04 |
# |
src:isc-dhcp | src:isc-dhcp: please switch to bundled BIND 9 libraries | 2022-05-06 |
#995242 | isc-dhcp-server | isc-dhcp-server: omshell returns inconsistent results or segfaults | 2022-05-10 |
#998206 | calendar | calendar: cronjob processes all usersâ calendars as root, allowing information disclosure | 2021-12-08 |
#1000796 | base-passwd | update-passwd only remove item one time | 2022-03-03 |
# |
isc-dhcp-server | isc-dhcp-server: dhcpd is not starting due to stale pid file | 2022-05-06 |
#1009806 | mount | Bug report - forced mount parameters | 2022-04-18 |
Generated in 1.052 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='required' or priority='important') and not (id in (select id from bugs_merged_with where id > merged_with)) AND (severity >= 'serious') order by id asc