Bug#1095271: ITP: golang-github-foxboron-go-uefi -- Linux UEFI library written in pure Go.

2025-02-06 Thread Simon Josefsson
Package: wnpp
Severity: wishlist
Owner: Simon Josefsson 

* Package name: golang-github-foxboron-go-uefi
  Version : 0.0~git20241219.19dc140-1
  Upstream Author : Morten Linderud
* URL : https://github.com/Foxboron/go-uefi
* License : Expat
  Programming Lang: Go
  Description : Linux UEFI library written in pure Go.

 A UEFI library written to interact with Linux efivars. The goal is to
 provide a Go library to enable application authors to better utilize
 secure boot and UEFI. This also includes unit-testing to ensure the
 library is compatible with existing tools, and integration tests to
 ensure the library is able of deal with future UEFI revisions.
 .
 Features
 .
  * Implements most Secure Boot relevant structs as defined in UEFI Spec
Version 2.8 Errata A (February 14th 2020).
  * PE/COFF Checksumming.
  * Microsoft Authenticode signing.
  * A subset of PKCS7
  * Working with EFI_SIGNATURE_LIST and EFI_SIGNATURE_DATABASE.
  * Integration tests utilizing vmtest
(https://github.com/hugelgupf/vmtest) and tianocore.
  * Virtual filesystem support for easier testing.

Needed by sbctl: https://bugs.debian.org/1030845

https://salsa.debian.org/go-team/packages/golang-github-foxboron-go-uefi
https://salsa.debian.org/jas/golang-github-foxboron-go-uefi/-/pipelines

/Simon


signature.asc
Description: PGP signature


Bug#1095308: ITP: golang-github-crawshaw-sqlite -- Go SQLite3 driver

2025-02-06 Thread Simon Josefsson
Package: wnpp
Severity: wishlist
Owner: Simon Josefsson 

* Package name: golang-github-crawshaw-sqlite
  Version : 0.3.2-1
  Upstream Author : David Crawshaw
* URL : https://github.com/crawshaw/sqlite
* License : ISC
  Programming Lang: Go
  Description : Go SQLite3 driver

 Go interface to SQLite.
 .
 This package provides a low-level Go interface to SQLite 3. Connections
 are pooled (https://godoc.org/crawshaw.io/sqlite#Pool) and if the SQLite
 shared cache (https://www.sqlite.org/sharedcache.html) mode is enabled
 the package takes advantage of the unlock-notify API
 (https://www.sqlite.org/unlock_notify.html) to minimize the amount of
 handling user code needs for dealing with database lock contention.
 .
 It has interfaces for some of SQLite's more interesting extensions, such
 as incremental BLOB I/O (https://www.sqlite.org/c3ref/blob_open.html)
 and the session extension (https://www.sqlite.org/sessionintro.html).

https://salsa.debian.org/go-team/packages/golang-github-crawshaw-sqlite
https://salsa.debian.org/jas/golang-github-crawshaw-sqlite/-/pipelines

/Simon


signature.asc
Description: PGP signature


Gnome 48 beta packages in Sid

2025-02-06 Thread Stephan Verbücheln
Sid is flooded with early beta versions of many Gnome components. This
is causing a lot of breakage. Are they not supposed to go to
experimental?

Regards
Stephan



Incomplete list of affected packages:

epiphany-browser/unstable 48~beta-1
epiphany-browser-data/unstable 48~beta-1
gnome-backgrounds/unstable 48~beta-1
gnome-builder/unstable 48~beta-1 
gnome-calendar/unstable,now 48~beta-1
gnome-clocks/unstable 48~beta-1
gnome-control-center/unstable 1:48~beta-2
gnome-control-center-data/unstable 1:48~beta-2
gnome-control-center-dev/unstable 1:48~beta-2
gnome-maps/unstable 48~beta-1
gnome-settings-daemon/unstable 48~beta-1
gnome-settings-daemon-common/unstable 48~beta-1
gnome-settings-daemon-dev/unstable 48~beta-1 
gnome-software/unstable 48~beta-1
gnome-software-common/unstable 48~beta-1
gnome-software-dev/unstable 48~beta-1 
gnome-software-doc/unstable 48~beta-1
gnome-software-plugin-deb/unstable 48~beta-1
gnome-software-plugin-flatpak/unstable 48~beta-1 
gnome-software-plugin-fwupd/unstable 48~beta-1
gnome-software-plugin-snap/unstable 48~beta-1 
gnome-system-monitor/unstable 48~beta-1
gnome-weather/unstable 48~beta-1
evolution/unstable 3.55.2-1
evolution-common/unstable 3.55.2-1
evolution-data-server/unstable 3.55.2-1
evolution-data-server-common/unstable 3.55.2-1
evolution-ews/unstable 3.55.2-1
evolution-ews-core/unstable 3.55.2-1
evolution-plugin-bogofilter/unstable 3.55.2-1
evolution-plugin-pstimport/unstable 3.55.2-1
evolution-plugins/unstable 3.55.2-1
libcamel-1.2-64t64/unstable 3.55.2-1
libebackend-1.2-11t64/unstable 3.55.2-1
libebook-1.2-21t64/unstable 3.55.2-1
libebook-contacts-1.2-4t64/unstable 3.55.2-1
libecal-2.0-3/unstable 3.55.2-1
libedata-book-1.2-27t64/unstable 3.55.2-1
libedata-cal-2.0-2t64/unstable 3.55.2-1
libedataserver-1.2-27t64/unstable 3.55.2-1
libedataserverui-1.2-4t64/unstable 3.55.2-1
libedataserverui4-1.0-0t64/unstable 3.55.2-1
libevolution/unstable 3.55.2-1



signature.asc
Description: This is a digitally signed message part


Re: Gnome 48 beta packages in Sid

2025-02-06 Thread Jeremy Bícha
On Thu, Feb 6, 2025 at 2:32 PM Stephan Verbücheln
 wrote:
> Sid is flooded with early beta versions of many Gnome components. This
> is causing a lot of breakage.

Please be specific about the breakage you are seeing. The best way to
do this is to file bugs against affected packages instead of emailing
this list.

> Are they not supposed to go to
> experimental?

No. The Debian GNOME team intends for Debian 13 "Trixie" to include
GNOME 48. This means we need GNOME 48 to get into Testing by the
Transition Freeze deadline. We can't wait until GNOME 48 RC is
released at the beginning of March to start this work.

Thank you,
Jeremy Bícha



Bug#1095307: ITP: golang-github-crawshaw-iox -- Go I/O utilities

2025-02-06 Thread Simon Josefsson
Package: wnpp
Severity: wishlist
Owner: Simon Josefsson 

* Package name: golang-github-crawshaw-iox
  Version : 0.0~git20181124.c51c3df-1
  Upstream Author : David Crawshaw
* URL : https://github.com/crawshaw/iox
* License : ISC
  Programming Lang: Go
  Description : Go I/O utilities

https://salsa.debian.org/go-team/packages/golang-github-crawshaw-iox
https://salsa.debian.org/jas/golang-github-crawshaw-iox/-/pipelines

/Simon


signature.asc
Description: PGP signature


Bug#1095310: ITP: litetlog -- A collection of liteweight transparency logging tools, compatible with the Sigsum and Omniwitness ecosystems.

2025-02-06 Thread Simon Josefsson
Package: wnpp
Severity: wishlist
Owner: Simon Josefsson 

* Package name: litetlog
  Version : 0.4.2-1
  Upstream Author : Filippo Valsorda
* URL : https://github.com/FiloSottile/litetlog
* License : ISC
  Programming Lang: Go
  Description : A collection of liteweight transparency logging tools, 
compatible with the Sigsum and Omniwitness ecosystems.

 The litetlog repository is a collection of open-source tooling for
 transparency logs designed to be simple and lightweight.

https://salsa.debian.org/go-team/packages/litetlog/
https://salsa.debian.org/jas/litetlog/-/pipelines

/Simon


signature.asc
Description: PGP signature


Bug#1095312: ITP: golang-github-anacrolix-sync -- sync package clone that provides pprof debugging of sync.Mutex to help with diagnosing deadlocks.

2025-02-06 Thread Simon Josefsson
Package: wnpp
Severity: wishlist
Owner: Simon Josefsson 

* Package name: golang-github-anacrolix-sync
  Version : 0.5.3-1
  Upstream Author : Matt Joiner
* URL : https://github.com/anacrolix/sync
* License : MPL-2.0
  Programming Lang: Go
  Description : sync package clone that provides pprof debugging of 
sync.Mutex to help with diagnosing deadlocks.

Needed by golang-github-anacrolix-chansync needed by
https://github.com/go-llsqlite/crawshaw

https://salsa.debian.org/go-team/packages/golang-github-anacrolix-sync
https://salsa.debian.org/jas/golang-github-anacrolix-sync/-/pipelines

/Simon


signature.asc
Description: PGP signature


Bug#1095311: ITP: golang-github-anacrolix-chansync -- Channel semaphore syncing (Go library)

2025-02-06 Thread Simon Josefsson
Package: wnpp
Severity: wishlist
Owner: Simon Josefsson 

* Package name: golang-github-anacrolix-chansync
  Version : 0.6.0-1
  Upstream Author : Matt Joiner
* URL : https://github.com/anacrolix/chansync
* License : Expat
  Programming Lang: Go
  Description : Channel semaphore syncing (Go library)

Needed by https://github.com/go-llsqlite/crawshaw

https://salsa.debian.org/go-team/packages/golang-github-anacrolix-chansync
https://salsa.debian.org/jas/golang-github-anacrolix-chansync/-/pipelines

/Simon


signature.asc
Description: PGP signature


Re: Gnome 48 beta packages in Sid

2025-02-06 Thread Michael Biebl

Am 06.02.2025 um 20:48 schrieb Jeremy Bícha:


No. The Debian GNOME team intends for Debian 13 "Trixie" to include
GNOME 48. 


This is great to hear. Thanks Jeremy and the whole GNOME team!

Regards,
Michael



Bug#1095292: ITP: llhttp -- HTTP messages parser library

2025-02-06 Thread Jérémy Lal
Package: wnpp
Severity: wishlist
Owner: Jérémy Lal 
X-Debbugs-Cc: debian-devel@lists.debian.org

* Package name: llhttp
  Version : 9.2.1
  Upstream Contact: Fedor Indutny 
* URL : https://llhttp.org/
* License : Expat
  Programming Lang: TypeScript, C
  Description : HTTP messages parser library

llhttp generates a C HTTP messages parser from typescript
definitions, making it easier to maintain.

This package will be a build-dependency of node-undici,
which has currently an embedded copy of it, and of libgit2.

It will be maintained by pkg-javascript team, with the
repository on https://salsa.debian.org/js-team/llhttp.