- 03 Sep, 2018 7 commits
-
-
Mattia Rizzolo authored
Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
MR: debian/devscripts!24 Signed-off-by:
Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
Closes: #907683 Fixes: fba3608b Signed-off-by:
Jakub Wilk <jwilk@jwilk.net> Signed-off-by:
Mattia Rizzolo <mattia@debian.org>
-
- 19 Aug, 2018 1 commit
-
-
James McCoy authored
Signed-off-by:James McCoy <jamessan@debian.org>
-
- 16 Aug, 2018 2 commits
-
-
Agustin Henze authored
This test will fail until the MR !25 be merged to master.
-
James McCoy authored
Signed-off-by:James McCoy <jamessan@debian.org>
-
- 14 Aug, 2018 1 commit
-
-
Agustin Henze authored
The modified regex (Thanks to James McCoy) forces to recognize that before href there is a space in contrast with the previous regex which matches for example with `something-weird-href=""` which is not ok.
-
- 03 Aug, 2018 1 commit
-
-
Javi Sabalete authored
-
- 30 Jul, 2018 2 commits
-
-
Mattia Rizzolo authored
MR: debian/devscripts!23 Signed-off-by:
Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
The required kernel feature is not available on hurd, so the test is failing. Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
- 29 Jul, 2018 2 commits
-
-
Mattia Rizzolo authored
Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
Closes: #904659 Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
- 26 Jul, 2018 1 commit
-
-
Paul Wise authored
Changes-mostly-by: codespell -w
-
- 24 Jul, 2018 8 commits
-
-
Adam D. Barratt authored
Signed-off-by:Adam D. Barratt <adam@adam-barratt.org.uk>
-
Adam D. Barratt authored
Signed-off-by:Adam D. Barratt <adam@adam-barratt.org.uk>
-
Adam D. Barratt authored
Signed-off-by:Adam D. Barratt <adam@adam-barratt.org.uk>
-
Adam D. Barratt authored
Currently Debian's BTS always produces HTTP URLs on these pages, but hopefully it will start using HTTPS where available, so we should be ready. Signed-off-by:Adam D. Barratt <adam@adam-barratt.org.uk>
-
Adam D. Barratt authored
Previously the configuration parsing code overwrote the default HTTPS URL, causing us to fallback to HTTP Signed-off-by:Adam D. Barratt <adam@adam-barratt.org.uk>
-
Adam D. Barratt authored
debbugs.gnu.org uses title= here Signed-off-by:Adam D. Barratt <adam@adam-barratt.org.uk>
-
Adam D. Barratt authored
Signed-off-by:Adam D. Barratt <adam@adam-barratt.org.uk>
-
Adam D. Barratt authored
The server exposes the scripts via /cgi/ rather than /cgi-bin/ Signed-off-by:Adam D. Barratt <adam@adam-barratt.org.uk>
-
- 12 Jul, 2018 1 commit
-
-
Christoph Berg authored
-
- 11 Jul, 2018 3 commits
-
-
James McCoy authored
Dpkg::Version->new() can either return undef on invalid version strings (when "check => 1" is given) or return an object on which is_valid() can be called. Instead of mixing both approaches (which fails when is_valid() is called on undef), ensure there's an object to use by removing "check => 1". Closes: #903479 Signed-off-by:James McCoy <jamessan@debian.org>
-
James McCoy authored
Signed-off-by:James McCoy <jamessan@debian.org>
-
When hardening-check runs "readelf", it's possible that a large stderr will fill the internal pipe before readelf exits, blocking the process forever. This can happen with things like running hardening-check against guile's "assembly.go" file: $ readelf -sW assembly.go Symbol table '.symtab' contains 872 entries: Num: Value Size Type Bind Vis Ndx Name 0: 0000000000000000 39720 FUNC LOCAL HIDDEN 4 readelf: Warning: local symbol 0 found at index >= .symtab's sh_info value of 0 ... 871: 000000000003539c 0x3dba0 FUNC LOCAL HIDDEN 4 readelf: Warning: local symbol 871 found at index >= .symtab's sh_info value of 0 Closes: #903482 Signed-off-by:James McCoy <jamessan@debian.org>
-
- 09 Jul, 2018 1 commit
-
-
Mattia Rizzolo authored
Closes: #902842 Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
- 03 Jul, 2018 4 commits
-
-
Mattia Rizzolo authored
Thanks: ansgard for pointing it out Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
CVE-2018-13043 Closes: #902409 Thanks: Ansgar Burchardt <ansgar@debian.org> for reporting and providing a patch. Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
MR: debian/devscripts!22 Signed-off-by:
Mattia Rizzolo <mattia@debian.org>
-
- 02 Jul, 2018 1 commit
-
-
Lev Lazinskiy authored
Closes: 895209 This patch passes along the --copy argument similar to how we pass along the --rename argument to mk-origtargz.
-
- 01 Jul, 2018 2 commits
-
-
Mattia Rizzolo authored
Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
Closes: #902815 Thanks: jean-pierre giraud Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
- 26 Jun, 2018 1 commit
-
-
James McCoy authored
Signed-off-by:James McCoy <jamessan@debian.org>
-
- 25 Jun, 2018 2 commits
-
-
Ian Jackson authored
Signed-off-by:
Ian Jackson <ijackson@chiark.greenend.org.uk> -
James McCoy authored
Signed-off-by:James McCoy <jamessan@debian.org>
-