Re: Last days before the soft freeze

2021-02-08 Thread Samuel Henrique
Improved UDD query (with a commented time window filter): select bapase.source, bapase.upload_date, bapase.testing_version, bapase.rc_bugs from bapase, all_sources where bapase.source = all_sources.source and all_sources.maintainer_email = 'team+pkg-secur...@tracker.debi

Re: Last days before the soft freeze

2021-02-02 Thread Samuel Henrique
For future reference, here's an UDD[0] query to sort our packages by the last_upload date: /* pkg-sec old uploads */ select all_sources.source, MAX(upload_history.date::date) as last_upload from all_sources, upload_history where upload_history.source = all_sources.source and all_sourc

Re: Last days before the soft freeze

2021-02-01 Thread Samuel Henrique
> My approach to it is currently to pick any package with the same > version in stable and testing and working on a new upload I have uploaded the last package now, the only one left with the same version as in stable is "crack", which Giovani is currently working on to solve an issue reported by

Re: Last days before the soft freeze

2021-02-01 Thread Francisco Vilmar Cardoso Ruviaro
Hi Samuel, Samuel Henrique: > Hello Francisco, > >> tableau-parm (https://salsa.debian.org/pkg-security-team/tableau-parm), >> rephrase (https://salsa.debian.org/pkg-security-team/rephrase), >> xprobe (https://salsa.debian.org/pkg-security-team/xprobe), >> p0f (https://salsa.debian.org/pkg-secur

Re: Last days before the soft freeze

2021-02-01 Thread Samuel Henrique
Hello Francisco, > tableau-parm (https://salsa.debian.org/pkg-security-team/tableau-parm), > rephrase (https://salsa.debian.org/pkg-security-team/rephrase), > xprobe (https://salsa.debian.org/pkg-security-team/xprobe), > p0f (https://salsa.debian.org/pkg-security-team/p0f) and > arpon https://sals

Re: Last days before the soft freeze

2021-02-01 Thread Francisco Vilmar Cardoso Ruviaro
Hi Samuel, Samuel Henrique: > Hello Team, > > As you know, we are close to the soft freeze for the bullseye > release[0], so I started working on the packages that didn't have any > uploads made after the last stable release (mid 2019). > > If you feel like looking for something to work on, I wo

Last days before the soft freeze

2021-01-31 Thread Samuel Henrique
Hello Team, As you know, we are close to the soft freeze for the bullseye release[0], so I started working on the packages that didn't have any uploads made after the last stable release (mid 2019). If you feel like looking for something to work on, I would be happy to have someone helping me tid