reportbug (11.6.0)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 11.6.1 > 11.6.0
- Git: https://salsa.debian.org/reportbug-team/reportbug.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 11329536
- Browser: https://salsa.debian.org/reportbug-team/reportbug
- Last scan: 2023-02-05 12:09:44+00
- Next scan: 2023-02-14 01:09:00+00
- Debian changelog in Git:
reportbug (11.6.1) UNRELEASED; urgency=medium
[ Paul Wise ]
* Drop progenyother variable
* Automatically add tags based on the subject
[ Nis Martensen ]
* bin/reportbug: adjust logic to avoid duplicates in taglist
-- Nis Martensen <nis.martensen@web.de> Mon, 16 Jan 2023 23:10:57 +0100
- This branch is 13 commits ahead of tag 11.6.0
- Git log:
commit 93f6613f04d64aaad2c89da563c69ccdbb289535
Merge: 7877268 d445ee1
Author: Nis Martensen <nis.martensen@web.de>
Date: Sun Feb 5 11:55:11 2023 +0000
Merge branch 'fix-urls' into 'master'
Update URLs
See merge request reportbug-team/reportbug!83
commit d445ee1a1b54ce26ab052e49558ea8b23939ad5a
Author: Paul Wise <pabs@debian.org>
Date: Wed Feb 1 13:39:49 2023 +0800
Update check-available documentation
It no longer uses the packages.debian.org website,
instead it uses the QA madison API.
commit 079107ecd83580b3943972605ce2b21ca5407f37
Author: Paul Wise <pabs@debian.org>
Date: Wed Feb 1 13:35:45 2023 +0800
Update Linux kernel taint list and location
The taint list moved from the kernel.h to the panic.h header.
Link to commit where the latest change to the TAINT_FLAGS happened.
commit 1a41e56a42d1781c2ed33fadf3be2d429ad90084
Author: Paul Wise <pabs@debian.org>
Date: Wed Feb 1 13:34:01 2023 +0800
Update Debian Policy Source field URL anchor
commit f37b781b6369befccaebbe3b292c1023073a76c6
Author: Paul Wise <pabs@debian.org>
Date: Wed Feb 1 13:33:09 2023 +0800
Drop a URL that is no longer on the web
commit 7fef65e8bf41a9946eb416597c39408a77aa3f56
Author: Paul Wise <pabs@debian.org>
Date: Wed Feb 1 13:16:39 2023 +0800
Update URLs to https where possible
Prevents network attackers from interfering with requests.
commit 787726801e423c2f2fbe689dff97c9c0441bd2ff
Merge: c508fef ca2e3b5
Author: Nis Martensen <nis.martensen@web.de>
Date: Fri Feb 3 21:40:59 2023 +0000
Merge branch 'pep440' into 'master'
Make Python version PEP440 compliant
See merge request reportbug-team/reportbug!84
commit ca2e3b530682cd0ed8aab5597b84f8ff303673cc
Author: Benjamin Drung <benjamin.drung@canonical.com>
Date: Wed Feb 1 10:58:47 2023 +0100
Make Python version PEP440 compliant
Python versions like `11.6.0ubuntu1` or `7.5.3~deb10u1` are not PEP440
compliant. With setuptools 66, the versions of all packages visible in
the Python environment *must* obey PEP440.
Bug: https://github.com/pypa/setuptools/issues/3772
Bug-Ubuntu: https://launchpad.net/bugs/1991606
Signed-off-by: Benjamin Drung <benjamin.drung@canonical.com>
commit c508fef2431ddc1b54c5a0db3546e7a1575514c3
Author: Nis Martensen <nis.martensen@web.de>
Date: Mon Jan 16 23:09:51 2023 +0100
bin/reportbug: adjust logic to avoid duplicates in taglist
commit 4221693645aeb58943de802f7855e40a2179ece3
Merge: 8c310bd 0e853e1
Author: Nis Martensen <nis.martensen@web.de>
Date: Mon Jan 16 21:34:03 2023 +0000
Merge branch 'auto-add-tags' into 'master'
Automatically add tags based on the subject
See merge request reportbug-team/reportbug!82
commit 0e853e19031e8d6365081bd3137dfb50ea3aa658
Author: Paul Wise <pabs@debian.org>
Date: Mon Dec 12 07:25:49 2022 +0800
Automatically add tags based on the subject
When a bug has FTBFS in the subject, the ftbfs tag was likely forgotten,
similarly for PATCH or security/vuln/exploit in the subject.
In case of false positives, the submitter will still be able to remove them,
since the tagging happens before the bug mail is being written.
Examples of bugs where this happened include:
https://bugs.debian.org/932500
https://bugs.debian.org/1025904
https://bugs.debian.org/1025905
commit 8c310bd4655231085afd5e1e9c1f13cce85044b0
Merge: 981e4bb cca7410
Author: Nis Martensen <nis.martensen@web.de>
Date: Sun Jan 15 13:00:15 2023 +0000
Merge branch 'drop-progeny' into 'master'
Drop vestigial reference to the Progeny distro
See merge request reportbug-team/reportbug!81
commit cca7410082dba88e0b1b36a22c14184395776c0e
Author: Paul Wise <pabs@debian.org>
Date: Sun Dec 11 18:05:40 2022 +0800
Drop progenyother variable
It is no longer used and the Progeny distro no longer exists.