External check

2014-09-12 Thread Raphael Geissert
CVE-2014-0547: RESERVED CVE-2014-0548: RESERVED CVE-2014-0549: RESERVED CVE-2014-0550: RESERVED CVE-2014-0551: RESERVED CVE-2014-0552: RESERVED CVE-2014-0553: RESERVED CVE-2014-0554: RESERVED CVE-2014-0555: RESERVED CVE-2014-0556: RESERVED CVE-2014-0557: RESERVED CVE-2014-0559: RESERVED

small misc fixes

2014-09-12 Thread Holger Levsen
Hi, attached are three small no brainer fixes I'd like to apply, please confirm :) cheers, Holger Index: lib/python/bugs.py === --- lib/python/bugs.py (Revision 28738) +++ lib/python/bugs.py (Arbeitskopie) @@ -886,8 +886,9

Re: small misc fixes

2014-09-12 Thread Thijs Kinkhorst
On Fri, September 12, 2014 15:14, Holger Levsen wrote: Hi, On Freitag, 12. September 2014, Holger Levsen wrote: attached are three small no brainer fixes I'd like to apply, please confirm thanks to Thijs, this diff even got smaller and better, see attached. I've verified that the code

Re: small misc fixes

2014-09-12 Thread Holger Levsen
Hi, On Freitag, 12. September 2014, Thijs Kinkhorst wrote: Looks good to me. I've commited these now. Personally, I'd be fine with you just committing your stuff. People will be looking at commit messages anyway. And in case of trouble things are easily rolled back... I could do that, but

Re: small misc fixes

2014-09-12 Thread Salvatore Bonaccorso
Hi Holger, On Fri, Sep 12, 2014 at 03:14:57PM +0200, Holger Levsen wrote: Hi, On Freitag, 12. September 2014, Holger Levsen wrote: attached are three small no brainer fixes I'd like to apply, please confirm thanks to Thijs, this diff even got smaller and better, see attached. I've

RFC: Invert ordering of issues in source package view: newest should be up

2014-09-12 Thread Holger Levsen
Hi, I think this is clearly a bugfix ;-) Please comment. Both open and resolved issues will be inverse sorted, so that newest CVEs will be on top of the list. cheers, Holger commit dd7b75472e00cea9759eb6554decf26c6fe8eb11 Author: Holger Levsen hol...@layer-acht.org Date: Sat Sep 13

Bug#742855: Sort releases correctly in tabular view. (Closes: #742855)

2014-09-12 Thread Holger Levsen
Hi, commit baa7d44e460efe2b24e7b029633701cd29986d0d Author: Holger Levsen hol...@layer-acht.org Date: Sat Sep 13 01:23:35 2014 +0200 Sort releases correctly in tabular view. (Closes: #742855) diff --git a/lib/python/security_db.py b/lib/python/security_db.py index 9a25ad6..8580d5b 100644

Bug#742382: Display oldstable/stable security and olstable-lts repositories in tabular view. (Closes: #742382)

2014-09-12 Thread Holger Levsen
Hi, commit b22f1ba0cd9499e716f7b729f546a98bd4950dda Author: Holger Levsen hol...@layer-acht.org Date: Sat Sep 13 01:47:11 2014 +0200 Display oldstable/stable security and olstable-lts repositories in tabular view. (Closes: #742382) diff --git a/bin/tracker_service.py

Bug#642987: Display end-of-live information in the web view. (Closes: #642987)

2014-09-12 Thread Holger Levsen
Hi, this patch I like the least, but it works. Probably it would be better to use bug status instead of urgency, not sure. I think this is an artefact of trying status... +++ b/lib/python/security_db.py CHECK (status IN ('vulnerable', 'fixed', 'unknown', 'undetermined', -

Bug#742855: Sort releases correctly in tabular view. (Closes: #742855)

2014-09-12 Thread Salvatore Bonaccorso
Control: tags -1 - pending Hi, On Sat, Sep 13, 2014 at 01:32:38AM +0200, Holger Levsen wrote: Hi, commit baa7d44e460efe2b24e7b029633701cd29986d0d Author: Holger Levsen hol...@layer-acht.org Date: Sat Sep 13 01:23:35 2014 +0200 Sort releases correctly in tabular view. (Closes:

Processed: Re: Bug#742855: Sort releases correctly in tabular view. (Closes: #742855)

2014-09-12 Thread Debian Bug Tracking System
Processing control commands: tags -1 - pending Bug #742855 [security-tracker] security-tracker: tabular view should always be by release order Removed tag(s) pending. -- 742855: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=742855 Debian Bug Tracking System Contact ow...@bugs.debian.org

Re: RFC: Invert ordering of issues in source package view: newest should be up

2014-09-12 Thread Salvatore Bonaccorso
Hi Holger, On Sat, Sep 13, 2014 at 01:35:06AM +0200, Holger Levsen wrote: Hi, I think this is clearly a bugfix ;-) Please comment. Both open and resolved issues will be inverse sorted, so that newest CVEs will be on top of the list. cheers, Holger commit