Re: Proposing 2025 workflow changes for Go team

2025-01-06 Thread Otto Kekäläinen
Hi! > > > I think it would be a good idea to use the script at [1] to update all > > > the Go team repos, after it's updated to account for the > > > "%{project_path}" variable, as well as replacing > > > "github.com/xanzy/go-gitlab" with its new import path. > > > > > > It also needs to be update

golang-github-jackc-pgx v4->v5?

2025-01-06 Thread Simon Josefsson
Hi Regarding golang-github-jackc-pgx https://tracker.debian.org/pkg/golang-github-jackc-pgx it seems stuck at v4 which has some open security bugs (although they are resolved in v4.18.2). I also noticed that trillian 1.7.0 started to use v5 as a build dependency. Do you have any thoughts on ho

Bug#1092266: ITP: golang-github-jackc-pgerrcode -- constants for PostgreSQL error codes

2025-01-06 Thread Simon Josefsson
Package: wnpp Severity: wishlist Owner: Simon Josefsson * Package name: golang-github-jackc-pgerrcode Version : 0.0~git20240316.6e2875d-1 Upstream Author : Jack Christensen * URL : https://github.com/jackc/pgerrcode * License : Expat Programming Lang: Go De

Certstream Go & Python packages

2025-01-06 Thread Simon Josefsson
All, I have uploaded a pair of CertStream-related projects: one self-hosted server written in Go and a Python library and client tool. What do they do? It allows you to watch the stream of newly minted certificates published into various certificate transparency logs. Please let me know if you

Re: Proposing 2025 workflow changes for Go team

2025-01-06 Thread Otto Kekäläinen
Hi, > Does this mean that maintaining upstream Git history will be standard in > the Go team? Yes, it means that you can git blame on upstream code (outside of debian/) and see what was introduced when, and you can run gbp switch --force and git cherry-pick -x to backport fixes from newer upstre

Bug#1092218: ITP: certstream-server-go -- aggregates data from multiple certificate transparency logs

2025-01-06 Thread Simon Josefsson
Package: wnpp Severity: wishlist Owner: Simon Josefsson * Package name: certstream-server-go Version : 1.7.0-1 Upstream Author : Rico * URL : https://github.com/d-Rickyy-b/certstream-server-go * License : Expat Programming Lang: Go Description : aggrega

Re: Proposing 2025 workflow changes for Go team

2025-01-06 Thread Maytham Alsudany
Hi Otto, On Sun, 2025-01-05 at 14:08 -0800, Otto Kekäläinen wrote: > > I think it would be a good idea to use the script at [1] to update all > > the Go team repos, after it's updated to account for the > > "%{project_path}" variable, as well as replacing > > "github.com/xanzy/go-gitlab" with its