Bug#1063934: Update

2024-02-14 Thread Alexandre Almeida
Update: version 2024.02.13.0 has been released.



Bug#1063934: RFP: alexvsbus - a platform runner game

2024-02-14 Thread Alexandre Almeida
Package: wnpp
Severity: wishlist

* Package name: alexvsbus
  Version : 2024.02.10.0
  Upstream Author : M374LX
* URL : https://github.com/M374LX/alexvsbus
* License : GPL
  Programming Lang: C
  Description : a platform runner game

It would be nice if the new FOSS game I have just
released could be included in Debian's repositories.

In case a compelling reason is needed, it is a complete
game, no longer WIP.

Please disregard bug #1063744, as I forgot the "wnpp" part.



Processed: bts

2024-02-14 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> block 1063031 by 1063929
Bug #1063031 [wnpp] RFP: pwru -- eBPF-based Linux kernel networking debugger
1063031 was not blocked by any bugs.
1063031 was not blocking any bugs.
Added blocking bug(s) of 1063031: 1063929
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
1063031: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063031
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#1063929: ITP: golang-github-go-quicktest-qt -- Quick helpers for testing Go applications using generics.

2024-02-14 Thread Loren M. Lang
Package: wnpp
Severity: wishlist
Owner: Loren M. Lang 

* Package name: golang-github-go-quicktest-qt
  Version : 1.101.0-1
  Upstream Author : 
* URL : https://github.com/go-quicktest/qt
* License : Expat
  Programming Lang: Go
  Description : Quick helpers for testing Go applications using generics.

 qt: quicker Go tests
 .
 go get github.com/go-quicktest/qt
 .
 Package qt provides a collection of Go helpers for writing tests. It
 uses generics, so requires Go 1.18 at least.
 .
 For a complete API reference, see the package documentation
 (https://pkg.go.dev/github.com/go-quicktest/qt).
 .
 Quicktest helpers can be easily integrated inside regular Go tests, for
 instance:
 .
   import "github.com/go-quicktest/qt"
 .
   func TestFoo(t *testing.T) {
   t.Run("numbers", func(t *testing.T) {
   numbers, err := somepackage.Numbers()
   qt.Assert(t, qt.DeepEquals(numbers, []int{42, 47})
   qt.Assert(t, qt.ErrorMatches(err, "bad wolf"))
   })
   t.Run("nil", func(t *testing.T) {
   got := somepackage.MaybeNil()
   qt.Assert(t, qt.IsNil(got), qt.Commentf("value: %v",
 somepackage.Value))
   })
   }
 .
 Assertions
 .
 An assertion looks like this, where qt.Equals could be replaced by any
 available checker. If the assertion fails, the underlying t.Fatal method
 is called to describe the error and abort the test.
 .
   qt.Assert(t, qt.Equals(someValue, wantValue))
 .
 If you don’t want to abort on failure, use Check instead, which calls
 Error instead of Fatal:
 .
   qt.Check(t, qt.Equals(someValue, wantValue))
 .
 The library provides some base checkers like Equals, DeepEquals,
 Matches, ErrorMatches, IsNil and others. More can be added by
 implementing the Checker interface.
 .
 Other helpers
 .
 The Patch helper makes it a little more convenient to change a global or
 other variable for the duration of a test.


This package is being added to support cilium/pwru which is RFP in BTS
#1063031.



Bug#1063916: RFP: freenginx -- a fork of nginx maintained by Maxim Dounin and the development community

2024-02-14 Thread Alejandro Colomar
+1


signature.asc
Description: PGP signature


Bug#1063919: ITP: python-pyu2f -- pure python U2F host library

2024-02-14 Thread Harlan Lieberman-Berg
Package: wnpp
Severity: wishlist
Owner: Harlan Lieberman-Berg 
X-Debbugs-Cc: debian-de...@lists.debian.org, hlieber...@debian.org

* Package name: python-pyu2f
  Version : 0.1.5
  Upstream Contact: Google 
* URL : https://www.github.com/google/pyu2f
* License : Apache-2.0
  Programming Lang: Python
  Description : pure python U2F host library

pyu2f is a python based U2F host library for Linux, Windows, and MacOS. It
provides functionality for interacting with a U2F device over USB.
.
pyu2f uses ctypes to make system calls directly to interface with the USB HID
device. This means that no platform specific shared libraries need to be
compiled for pyu2f to work.



Bug#1063917: ITP: python-pylatex -- Python library for creating LaTeX files and snippets

2024-02-14 Thread Yogeswaran Umasankar
Package: wnpp
Severity: wishlist
Owner: Yogeswaran Umasankar 
X-Debbugs-Cc: debian-de...@lists.debian.org, kd8...@gmail.com

* Package name: python-pylatex
  Version : 1.4.2
  Upstream Contact: Jelte Fennema 
* URL : https://github.com/JelteF/PyLaTeX
* License : Expat
  Programming Lang: Python
  Description : Python library for creating LaTeX files and snippets

PyLaTeX is a Python library for creating and compiling LaTeX files or
 snippets. The goal of this library is being an easy, but extensible
 interface between Python and LaTeX. This package is depends for some of
 the scientific packages. Planning to maintain under Debian Python Team
 and need sponsorship.



Bug#1063916: RFP: freenginx -- a fork of nginx maintained by Maxim Dounin and the development community

2024-02-14 Thread Jeffrey Walton
Package: wnpp
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org

* Package name: freenginx
  Version : 1.24.0
  Upstream Author : Maxim Dounin and the development community
  Section: web
* URL : http://freenginx.org/
* License : GPL
  Programming Lang: C
  Description : a fork of nginx maintained by Maxim Dounin and the
development community

-

In February 2024, Maxim Dounin forked Nginx and created the freenginx
project. According to Maxim's announcement on the nginx-users mailing
list 
():


Hello!

As you probably know, F5 closed Moscow office in 2022, and I no
longer work for F5 since then.  Still, we’ve reached an agreement
that I will maintain my role in nginx development as a volunteer.
And for almost two years I was working on improving nginx and
making it better for everyone, for free.

Unfortunately, some new non-technical management at F5 recently
decided that they know better how to run open source projects.  In
particular, they decided to interfere with security policy nginx
uses for years, ignoring both the policy and developers’ position.

That’s quite understandable: they own the project, and can do
anything with it, including doing marketing-motivated actions,
ignoring developers position and community.  Still, this
contradicts our agreement.  And, more importantly, I no longer able
to control which changes are made in nginx within F5, and no longer
see nginx as a free and open source project developed and
maintained for the public good.

As such, starting from today, I will no longer participate in nginx
development as run by F5.  Instead, I’m starting an alternative
project, which is going to be run by developers, and not corporate
entities:

http://freenginx.org/

The goal is to keep nginx development free from arbitrary corporate
actions.  Help and contributions are welcome.  Hope it will be
beneficial for everyone.

-- 
Maxim Dounin
http://freenginx.org/




Processed: bug 1063912 is forwarded to https://github.com/roddhjav/pass-update/issues/31

2024-02-14 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> forwarded 1063912 https://github.com/roddhjav/pass-update/issues/31
Bug #1063912 [wnpp] ITP: pass-extension-update -- pass extension that provides 
an easy flow for updating passwords
Set Bug forwarded-to-address to 
'https://github.com/roddhjav/pass-update/issues/31'.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
1063912: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063912
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#1062455: marked as done (ITP: tiv -- Small command-line image viewer using RGB ANSI colors and Unicode block characters to render image)

2024-02-14 Thread Debian Bug Tracking System
Your message dated Wed, 14 Feb 2024 19:00:19 +
with message-id 
and subject line Bug#1062455: fixed in tiv 1.2.1+dfsg-1
has caused the Debian Bug report #1062455,
regarding ITP: tiv -- Small command-line image viewer using RGB ANSI colors and 
Unicode block characters to render image
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1062455: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062455
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: "Loren M. Lang" 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: tiv
  Version : 1.2.1
  Upstream Author : Aaron Liu , Stefan Haustein 

* URL : https://github.com/stefanhaustein/TerminalImageViewer
* License : GPL3, ASL
  Programming Lang: C++
  Description : Small command-line viewer using RGB colors and Unicode 
block characters to render image

Small command-line image viewer using 24-bit RGB ANSI colors and Unicode
block characters which create a 4x8 pixel cell for each character. With
the use of these Unicode block characters, this can provide a higher
resolution image for the same screen real estate.

It was compared with timg and catimg and can get out finer detail than
those tools and make a sharper presentation. The mail_new.png icon seems
to have a lot of fine detail with the text on the page. Here is my
comparision case:

catimg -H 32 /usr/share/icons/mate/256x256/actions/mail_new.png
timg -g 32x32 /usr/share/icons/mate/256x256/actions/mail_new.png
./tiv -h 32 -w 32 /usr/share/icons/mate/256x256/actions/mail_new.png

I am currently planning on maintaining it myself, but I am open if there
is a team that is more appropriate to help with it. The package itself
is very lightweight and should not require much maintenance. I will need
a sponsor to get this package into Debian.

-- 
Loren M. Lang
lor...@north-winds.org
http://www.north-winds.org/


Public Key: http://www.north-winds.org/lorenl_pubkey.asc
Fingerprint: 7896 E099 9FC7 9F6C E0ED  E103 222D F356 A57A 98FA


signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: tiv
Source-Version: 1.2.1+dfsg-1
Done: Loren M. Lang 

We believe that the bug you reported is fixed in the latest version of
tiv, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1062...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Loren M. Lang  (supplier of updated tiv package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 31 Jan 2024 22:25:21 -0800
Source: tiv
Binary: tiv tiv-dbgsym
Architecture: source amd64
Version: 1.2.1+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Loren M. Lang 
Changed-By: Loren M. Lang 
Description:
 tiv- high-resolution command-line image viewer
Closes: 1062455
Changes:
 tiv (1.2.1+dfsg-1) unstable; urgency=low
 .
   * Initial release. Closes: #1062455
Checksums-Sha1:
 353bb5e6979e5725e14f4f81d0244dc46fde089b 1844 tiv_1.2.1+dfsg-1.dsc
 d491587157239743dcf494830d6dde4338fc9443 13092 tiv_1.2.1+dfsg.orig.tar.xz
 70bc26a61cc352bee575568915f5d885fc713085 2360 tiv_1.2.1+dfsg-1.debian.tar.xz
 0bac13d95ae15fab2fd110b8f3ef03fe12f2097b 824968 
tiv-dbgsym_1.2.1+dfsg-1_amd64.deb
 347ef79ccb67a8a9d98f10822590c623056d13e2 20515 tiv_1.2.1+dfsg-1_amd64.buildinfo
 e52a93c896cd423ea12560ee2eac1a95a1e60795 104052 tiv_1.2.1+dfsg-1_amd64.deb
Checksums-Sha256:
 1f4aefca108e5d96eaa667e11d2725caf866a37a406b1a9c73bf1029bb4af9e7 1844 
tiv_1.2.1+dfsg-1.dsc
 87c257be2e31ac1d724ade7e4c9a6debc249312e4cdbb8c2ae1df9f3f24d889b 13092 
tiv_1.2.1+dfsg.orig.tar.xz
 72946a26082038ff2dff3498d37728a17898d50b30c5c993e429d67fc85dab8d 2360 
tiv_1.2.1+dfsg-1.debian.tar.xz
 04e74fe7eb8cc7702dfe8c15ac1641c382f69338319f6ec30960a08254ce7334 824968 
tiv-dbgsym_1.2.1+dfsg-1_amd64.deb
 d4082477d583182b12215d23ca5ec0c2918cdac34a62265dbd655c0d88f3a9cc 20515 
tiv_1.2.1+dfsg-1_amd64.buildinfo
 60b980aabef75de38b0db3461072b9e4f329bab0990f8bf823744a7bf5216a6e 104052 
tiv_1.2.1+dfsg-1_amd64.deb
Files:
 f5117d7ed92114a4a97ebfb261774831 1844 graphics optional tiv_1.2.1+dfsg-1.dsc
 07c6297e9a9009c4f1796a5b61fff050 13

Bug#1050129: marked as done (ITP: stac-validator -- package to validate STAC files)

2024-02-14 Thread Debian Bug Tracking System
Your message dated Wed, 14 Feb 2024 19:00:18 +
with message-id 
and subject line Bug#1050129: fixed in stac-validator 3.3.2+ds-1
has caused the Debian Bug report #1050129,
regarding ITP: stac-validator -- package to validate STAC files
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1050129: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1050129
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---

Package: wnpp
Severity: wishlist
X-Debbugs-Cc: debian-de...@lists.debian.org, :debian-pyt...@lists.debian.org
Owner: Antonio Valentino 

* Package name: stac-validator
  Version : 3.3.1
  Upstream Author : James Banting, Jonathan Healy 
* URL : https://github.com/stac-utils/stac-validator
* License : MIT
  Programming Lang: Python
  Description : Python package to validate STAC files

Binary package names: python3-stac-validator

 stac-validator is a library and cli tool for validating SpatioTemporal
 Asset Catalogs (STAC).
 It is written in Python and can be used to validate STAC Items,
 Collections, and Catalogs.


This package is a dependency of stactools which is planned to be part of 
debian-gis.


kind regards
--
Antonio Valentino
--- End Message ---
--- Begin Message ---
Source: stac-validator
Source-Version: 3.3.2+ds-1
Done: Antonio Valentino 

We believe that the bug you reported is fixed in the latest version of
stac-validator, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1050...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Antonio Valentino  (supplier of updated 
stac-validator package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 14 Feb 2024 07:14:00 +
Source: stac-validator
Binary: python3-stac-validator stac-validator
Architecture: source all
Version: 3.3.2+ds-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Antonio Valentino 
Description:
 python3-stac-validator - Python package to validate STAC files
 stac-validator - Python package to validate STAC files (CLI programs)
Closes: 1050129
Changes:
 stac-validator (3.3.2+ds-1) unstable; urgency=medium
 .
   [ Bas Couwenberg ]
   * Initial release (Closes: #1050129).
Checksums-Sha1:
 814d0f49f058d48b3707cca4c509899c8bcf209e 2506 stac-validator_3.3.2+ds-1.dsc
 70af41496e506d713c9dd02b77acb4b753b70d52 104816 
stac-validator_3.3.2+ds.orig.tar.xz
 85194a22c8fc30f7c96061fbcdf141b43d59c35c 14224 
stac-validator_3.3.2+ds-1.debian.tar.xz
 fbbce95d935cbe4e6b78a4c3af07fa52a9d5d8ed 27452 
python3-stac-validator_3.3.2+ds-1_all.deb
 45db6e2f2817cbc4db2be8fabecd35ab23ffc771 16756 
stac-validator_3.3.2+ds-1_all.deb
 dfaa502a8a030a64fb52c97ebe9935fc5fe431bd 9418 
stac-validator_3.3.2+ds-1_amd64.buildinfo
Checksums-Sha256:
 8d98941c5bb1677a6db6832bc36c420709b2d2644aeeb0f6e70a7d2471a64cf4 2506 
stac-validator_3.3.2+ds-1.dsc
 c683b9ff58c74f0c483b45a1d07e8f49268198afb84c96131fc02356f6339a77 104816 
stac-validator_3.3.2+ds.orig.tar.xz
 439b386edf7a845412ee06032f9e82f7a44c18b2e2ee94944f112b8d048b4c95 14224 
stac-validator_3.3.2+ds-1.debian.tar.xz
 db73b3006bd9cce87a07f7c20b63e375052df1588a4c36aacf4c705c7d4e9ce7 27452 
python3-stac-validator_3.3.2+ds-1_all.deb
 b41bf4a25530641f7b457c576901cf8081d8446d666a0822ccec5e3055eb208c 16756 
stac-validator_3.3.2+ds-1_all.deb
 111ed2e60167b4173a52f85a90cbc575107ca16fd4db96dfe7f96d088c8ca8bf 9418 
stac-validator_3.3.2+ds-1_amd64.buildinfo
Files:
 5c3a677cdc8f39b0430c0d96be811ed5 2506 python optional 
stac-validator_3.3.2+ds-1.dsc
 ce080fff5bf94905e876ac69554ed45c 104816 python optional 
stac-validator_3.3.2+ds.orig.tar.xz
 de128b6179a67e38fff0c38c7cb745b4 14224 python optional 
stac-validator_3.3.2+ds-1.debian.tar.xz
 756233bfda67695062f9a1bd1e456884 27452 python optional 
python3-stac-validator_3.3.2+ds-1_all.deb
 ecadf6eaf6af73679a4fb939564763b3 16756 utils optional 
stac-validator_3.3.2+ds-1_all.deb
 d8ae58b1a374dcc5827f0bbf485b0b8e 9418 python optional 
stac-validator_3.3.2+ds-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEgYLeQXBWQI1hRlDRZ1DxCuiNSvEFAmXMbMIACgkQZ1DxCuiN
SvEvVA/6AlOGEZC56NsmFeEuxE0uAHAcIGVuI2gO8vSbSjG

Bug#1063912: ITP: pass-extension-update -- pass extension that provides an easy flow for updating passwords

2024-02-14 Thread Antoine Beaupre
Package: wnpp
Severity: wishlist
Owner: Antoine Beaupre 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: pass-extension-update
  Version : 2.1
  Upstream Contact: Alex roddhjav
* URL : https://github.com/roddhjav/pass-update
* License : GPL-3
  Programming Lang: Shell
  Description : pass extension that provides an easy flow for updating 
passwords

pass update extends the pass utility with an update command providing
an easy flow for updating passwords. It supports path, directory and
wildcard update. Moreover, you can select how to update your passwords
by automatically generating new passwords or manually setting your
own.

pass update assumes that the first line of the password file is the
password and so only ever updates the first line unless the
--multiline option is specified.

By default, pass update prints the old password and waits for the user
before generating a new one. This behaviour can be changed using the
provided options.



I need something like this for work so I'll take a look at how
reasonable this is. There's already a Debian package in the upstream
source too.$



Bug#962786: Are you still working on pcpp?

2024-02-14 Thread Alastair McKinstry

Hi

Just checking again. Do you mind if I upload python3-pcpp?

Thanks

Alastair

On 01/02/2024 14:55, Alastair McKinstry wrote:

Hi,

I need pcpp for my own package "loki-ecmwf".

I have it ready to upload if you have no interest anymore.

Best regards

Alastair


--
Alastair McKinstry,
GPG: 82383CE9165B347C787081A2CBE6BB4E5D9AD3A5
ph: +353 87 6847928 e: alast...@mckinstry.ie, im: @alastair:mckinstry.ie



Bug#1060818: marked as done (ITP: in-toto-golang -- framework for software supply chain integrity)

2024-02-14 Thread Debian Bug Tracking System
Your message dated Wed, 14 Feb 2024 17:19:09 +
with message-id 
and subject line Bug#1060818: fixed in in-toto-golang 0.9.0+ds-1
has caused the Debian Bug report #1060818,
regarding ITP: in-toto-golang -- framework for software supply chain integrity
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1060818: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1060818
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Simon Josefsson 

* Package name: in-toto-golang
  Version : 0.9.0-1
  Upstream Author : Aditya Sirish, Christian Rebischke, Lukas Pühringer, et al
* URL : https://github.com/in-toto/in-toto-golang
* License : Apache-2.0
  Programming Lang: Go
  Description : framework for software supply chain integrity

 Go implementation of in-toto

I hope to maintain this package as part of Debian Go Packaging Team:

https://salsa.debian.org/go-team/packages/in-toto-golang/

/Simon



signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: in-toto-golang
Source-Version: 0.9.0+ds-1
Done: Simon Josefsson 

We believe that the bug you reported is fixed in the latest version of
in-toto-golang, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1060...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Simon Josefsson  (supplier of updated in-toto-golang 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 19 Jan 2024 10:09:34 +0100
Source: in-toto-golang
Binary: golang-github-in-toto-in-toto-golang-dev in-toto-golang 
in-toto-golang-dbgsym
Architecture: source all amd64
Version: 0.9.0+ds-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Simon Josefsson 
Description:
 golang-github-in-toto-in-toto-golang-dev - software supply chain integrity 
framework in-toto for Go (library
 in-toto-golang - software supply chain integrity framework in-toto for Go
Closes: 1060818
Changes:
 in-toto-golang (0.9.0+ds-1) experimental; urgency=medium
 .
   * Initial release (Closes: #1060818)
Checksums-Sha1:
 57ac3d581603ce87f81a95187e17480623bd3815 1937 in-toto-golang_0.9.0+ds-1.dsc
 309c68f9f99e56ae2633866db600e83cb2fc1374 103748 
in-toto-golang_0.9.0+ds.orig.tar.xz
 c5dbd868234028b60272570c48cb0baa990e3b99 4176 
in-toto-golang_0.9.0+ds-1.debian.tar.xz
 a9a524788d3bfb439b22a0de50b31f4fe72a50f1 94832 
golang-github-in-toto-in-toto-golang-dev_0.9.0+ds-1_all.deb
 d3e037060bee512bdc5604fca61c7b64c82ecc79 3676944 
in-toto-golang-dbgsym_0.9.0+ds-1_amd64.deb
 ca1ac90143a6db58a67ce1ef770591e0b6dbc52f 9838 
in-toto-golang_0.9.0+ds-1_amd64.buildinfo
 2183d3eca343674eaa393d1f9da219c308b35dea 3325376 
in-toto-golang_0.9.0+ds-1_amd64.deb
Checksums-Sha256:
 cb27bd796eaf130b66222c0fd8157696dfb26a4db69a474d16027e1ccc9e9e0a 1937 
in-toto-golang_0.9.0+ds-1.dsc
 ac10b5f360a41a3edaf6ae02448fbcc6246c9ab49f773d477e3630a919bf2999 103748 
in-toto-golang_0.9.0+ds.orig.tar.xz
 722cb39bb0bc7aac21a1a224fbec577f4b5fcaf243982c7fc75563106c7c4d89 4176 
in-toto-golang_0.9.0+ds-1.debian.tar.xz
 0f31eaf36c7b44c7b1cf31dc8b3f555cfee69392ea5b75f6453ab1edae47c910 94832 
golang-github-in-toto-in-toto-golang-dev_0.9.0+ds-1_all.deb
 c70f36cdea60c3fb319a1fd24db3aa6b750ba60b31a140613ba4f0c624d75e0a 3676944 
in-toto-golang-dbgsym_0.9.0+ds-1_amd64.deb
 092a9d9c7811db7cb34fd779986c0522d5672ae391823bc33f04c209428b5673 9838 
in-toto-golang_0.9.0+ds-1_amd64.buildinfo
 e6a295b53ecc976eb479eb83087ff7c808710f63e6fb224a56f72684e00e7022 3325376 
in-toto-golang_0.9.0+ds-1_amd64.deb
Files:
 90a2d53e6327ef7f9a555f22fd6cddd3 1937 golang optional 
in-toto-golang_0.9.0+ds-1.dsc
 fdd2bfa55ff4e557156d1a317ee61801 103748 golang optional 
in-toto-golang_0.9.0+ds.orig.tar.xz
 f6fb129f4920cc45d9af6453b57b7014 4176 golang optional 
in-toto-golang_0.9.0+ds-1.debian.tar.xz
 280d7960614402860e6626fd69d509ee 94832 golang optional 
golang-github-in-toto-in-toto-golang-dev_0.9.0+ds-1_all.deb
 e56288adb02e442800a12f89e5e0fc65 3676944 debug optional 
in-toto-golang-dbgsym_0.9.0+ds-1_amd64.deb
 dd2f33c56e37825c9fb92cb9d246af3f 9838 golang option

Bug#1063906: ITP: monitoring-plugins-check-smart -- check S.M.A.R.T. storage system monitoring plugin for nagios compatible monitoring systems

2024-02-14 Thread John Lines
Package: wnpp
Severity: wishlist
Owner: John Lines 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: monitoring-plugins-check-smart
  Version : 6.14.1
  Upstream Contact: Claudio Kuenzler
* URL : 
https://www.claudiokuenzler.com/monitoring-plugins/check_smart.php
* License : GPL
  Programming Lang: Perl
  Description : check S.M.A.R.T. storage system monitoring plugin for 
nagios compatible monitoring systems

The check_smart monitoring plugin uses smartmontools to monitor the
health of physical hard drives via a central nagios based monitoring
system.

Ideally it should be maintained within the Debian Nagios Maintainer
Group. It could alternatively be added to monitoring-plugins-contrib,
adding extra sugests for smartmontools and sudo.



Bug#698988: marked as done (ITA: nvi -- 4.4BSD re-implementation of vi)

2024-02-14 Thread Debian Bug Tracking System
Your message dated Wed, 14 Feb 2024 13:35:09 +
with message-id 
and subject line Bug#698988: fixed in nvi 1.81.6-20
has caused the Debian Bug report #698988,
regarding ITA: nvi -- 4.4BSD re-implementation of vi
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
698988: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=698988
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: normal

The maintainer for the "nvi" package has indicated that he is unable to
maintain this package for the time being. I'm marking this package as orphaned
now. If you want to be the new maintainer, please take it -- see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed instructions
how to adopt a package properly.

Description-en: 4.4BSD re-implementation of vi
 Vi is the original screen based text editor for Unix systems.
 It is considered the standard text editor, and is available on
 almost all Unix systems.
 .
 Nvi is intended as a "bug-for-bug compatible" clone of the original
 BSD vi editor. As such, it doesn't have a lot of snazzy features as do
 some of the other vi clones such as elvis and vim. However, if all
 you want is vi, this is the one to get.
--- End Message ---
--- Begin Message ---
Source: nvi
Source-Version: 1.81.6-20
Done: Tobias Heider 

We believe that the bug you reported is fixed in the latest version of
nvi, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 698...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Tobias Heider  (supplier of updated nvi package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 13 Feb 2024 14:52:27 +0100
Source: nvi
Architecture: source
Version: 1.81.6-20
Distribution: unstable
Urgency: medium
Maintainer: Tobias Heider 
Changed-By: Tobias Heider 
Closes: 548330 698988
Changes:
 nvi (1.81.6-20) unstable; urgency=medium
 .
   * Add myself as maintainer (Closes: #698988)
   * Sync multi byte fixes from upstream master branch.
 - Import new upstream fixes:
   
d/p/upstream/0032-ex-ex_display.c-ex_display-fix-argument-checking-in-.patch
   
d/p/upstream/0033-vi-v_increment.c-v_increment-fix-support-for-wide-ch.patch:
 Closes: #548330
   
d/p/upstream/0034-cut-fix-appending-to-unused-cut-buffer-and-support-f.patch
   d/p/upstream/0035-Word-search-ignored-word-end-boundaries.patch
   d/p/upstream/0036-Fix-how-keywords-are-picked-up.patch
   d/p/upstream/0037-New-macro-MEMPCPY.patch
   
d/p/upstream/0038-Fix-A-word-search-for-keywords-starting-with-a-non-w.patch
 - In return we can drop some of our own debian patches:
   d/p/13widechar_horrors.patch: covered by 0033 and 0036
   d/p/15search_word.patch: fixed with 0035
   * Update Upstream-Contact mail address to last used one
Checksums-Sha1:
 944303086fdb5034c56301cfa26c84679667f59f 1505 nvi_1.81.6-20.dsc
 73922b5929e182bd7e528ae31e95ceb37857579b 109448 nvi_1.81.6-20.debian.tar.xz
 96a85e07ce8213ad75512a2c49ba80271b730d89 6321 nvi_1.81.6-20_amd64.buildinfo
Checksums-Sha256:
 359fd6d193866a24555de0ad8744464b5ea50bd2f637ea28d8e869c3db60597b 1505 
nvi_1.81.6-20.dsc
 b1ea42a1c8a8ea671ff20bf9cd7830f228d4195091465eb47e7d201c7363fc1f 109448 
nvi_1.81.6-20.debian.tar.xz
 c2dddf459833f54ea4fe4d2085fcd51c19994d04717b6b6cb34f514f9daa204c 6321 
nvi_1.81.6-20_amd64.buildinfo
Files:
 d5b054748728db4dfb37c9d63aa3f6c7 1505 editors optional nvi_1.81.6-20.dsc
 2ab8e4d3f2792dbe6b66fbcd33e5d567 109448 editors optional 
nvi_1.81.6-20.debian.tar.xz
 cc512610d4d8dbfa14473968b86d0be3 6321 editors optional 
nvi_1.81.6-20_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQEzBAEBCgAdFiEEVhrVhe7XZpIbqN2W1lhhiD4BTbkFAmXMvtkACgkQ1lhhiD4B
Tbn4bgf9FIASIRxc5068PcJNOgaUdNWewc2KMnkffLwprhbUDapSverxpoDlgzDL
WfBtVxcG9yoL0fqpw3htkj9NgkgZYXxPUzPf7d9DUJvSLSHhSoimGL7jKZohk12X
rMq6dtNkexdRTiXkyGAKDOb518JRXV9KJZM/dE0DyFq7o3DRqb7BAcestX6FCjx0
Sm/MQlLhfxTTNsFnEFu5eQi3vit2lhkE4DHr2cdckiHCYX9WFpnZmOblqAs7IexG
Xz7s8ppYECkDosXFhE9Ce3SGa58AWU2N1sLdnjfdqMPHGWtzKbwhYXPNk3/tRqoE
Reb6FXbHa7m4ru8wTtr1BdeiWALf3A==
=SOO/
-END PGP SIGNATURE-



pgpgt4o9Pt0MU.pgp
Description: PGP signature
-

Bug#1042088: marked as done (ITP: lrzip-next -- lrzip-next is an enhanced version of the lrzip package with many new features.)

2024-02-14 Thread Debian Bug Tracking System
Your message dated Wed, 14 Feb 2024 07:08:38 -0600
with message-id 
and subject line lrzip-next: no action or interest. Closing.
has caused the Debian Bug report #1042088,
regarding ITP: lrzip-next -- lrzip-next is an enhanced version of the lrzip 
package with many new features.
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1042088: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1042088
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---

Package: wnpp
Severity: wishlist
Owner: Peter Hyman 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name : lrzip-next
* Version : 0.12.0
* Upstream Contact: Peter Hyman 
* URL : https://github.com/pete4abw/lrzip-next
* License : GPL
* Programming Lang: C, C++, Assembler, Bash Shell
* Description : lrzip-next is an enhanced version of the lrzip package 
with many new features.


lrzip-next is the successor to Con Kolivas' lrzip program.
It is a compression program that uses a two stage process.
First, the file is pre-processed using Andrew Tridgell's rzip
functions that hashes the source file over long range. Second,
the hashed and data streams are compressed by user-selected
compression backends. These are: bzip2, bzip3, gzip, lzo, lzma,
zpaq, and zstd. Alternately, a pre-processing BCJ filter for
multiple architectures can improve binary executable compressions.
Finally, a Delta offset filter can be applied. Very useful for WAV or
PCM files. lrzip-next is current with lzma SDK 23.01 and zpaq SDK
7.15. Archives can be hashed or compressed using any of thirteen
hashes or two different encryption algorithms: AES-128 or AES-256.
lrzip-next will coexist with lrzip as no installed filenames overlap.

- why is this package useful/relevant?
lrzip-next is under active development.
it includes additional compression backends: bzip3, zstd.
it can optionally use BCJ and Delta filters for pre-processing.
it uses the upstream x86_64 Assembler code to improve
decompression (up to 40% faster) and compression time.
it uses libgcrypt for hashing and encryption functions.

- Is it a dependency for another package? NO

- Do you use it? YES

- If there are other packages providing similar functionality, how does 
it compare?

lrzip uses lzma SDK 9. lrzip-next uses lzma SDK 23.01.
lrzip uses zpaq SDK 4, lrzip-next uses the last zpaq SDK 7.15.
lrzip-next keeps current with all lzma upstream fixes and enhancements. 
(zpaq is no longer maintained).

lrzip supports 32 bit systems. lrzip-next only support x64 systems.
lrzip-next uses all 9 lzma compression levels, lrzip only 7.
lrzip-next allows custom lzma dictionary, bzip3 and zpaq block sizes, 
zstd compression levels to 22.

lrzip-next adds BCJ and Delta pre-filters from lzma SDK.
lrzip-next allows for archive comments.
lrzip-next has improved user output, man pages, and a full wiki.
lrzip-next is under active development. lrzip has been on version 0.6xx 
since 2011.
lrzip-next tracks lrzip development and any CVE or other critical fixes 
are imported where relevant.


- How do you plan to maintain it? inside a packaging team?
I have written a package for it, but would appreciate being part of a team.
I would need support porting and testing lrzip-next to other 64-bit 
architectures.


- Are you looking for co-maintainers? do you need a sponsor?
Laszlo Boszormenyi (GCS)  is the maintainer for lrzip.
As I am new to Debian (Slackware since 1997), It makes sense that he could
support me or others involved in compression applications.

Thank you

--
Peter Hyman
--- End Message ---
--- Begin Message ---
Please contact me if this application is desired in the future. There 
are too many open/unresolved bugs as it is.


--
Peter Hyman--- End Message ---


Bug#1063899: ITP: auxilium -- tool for parse args in many shell (bash, ksh,zsh)

2024-02-14 Thread Thomas Goirand
Package: wnpp
Severity: wishlist
Owner: Thomas Goirand 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: auxilium
  Version : 0.0.9
  Upstream Contact: Philippe Seraphin 
* URL : https://salsa.debian.org/openstack-team/third-party/auxilium
* License : Apache-2.0
  Programming Lang: Bash
  Description : tool for parse args in many shell (bash, ksh,zsh)

 This help you to parse command-line arguments. 
 You can source it in your shell script and use different function to add
 argument, print usage and parse arguments



Bug#1063880: marked as done (ITP: tmpwatch -- tmpwatch is a utility searches for files not accessed in a specific time and deletes them)

2024-02-14 Thread Debian Bug Tracking System
Your message dated Wed, 14 Feb 2024 06:18:55 -0600
with message-id <3bb35c92-b9d6-46ee-bb67-3fcde79d1...@peterhyman.com>
and subject line Re: Bug#1063880: ITP: tmpwatch -- tmpwatch is a utility 
searches for files not accessed in a specific time and deletes them
has caused the Debian Bug report #1063880,
regarding ITP: tmpwatch -- tmpwatch is a utility searches for files not 
accessed in a specific time and deletes them
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1063880: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063880
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---

Package: wnpp
Severity: wishlist
Owner: Peter Hyman 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name : tmpwatch
Version : 2.12
* Upstream Contact: Peter Hyman 
URL : https://github.com/pete4abw/tmpwatch
* License : GPL
Programming Lang: C
Description : tmpwatch is a utility searches for files not accessed in a
specific time and deletes them

The tmpwatch utility recursively searches through specified directories and
removes files which have not been accessed in a specified period of time.
tmpwatch is normally used to clean up directories which are used for
temporarily holding files (for example, /tmp).

- While Debian removes files in the /tmp directory, other files may have
temporary files that needs to be cleaned periodically. tmpwatch is 
ideally used

as a cron-job.
- how do you plan to maintain it?
tmpwatch has not had any activity for over 5 years. Originally written by
Erik Troan , Preston Brown , Mike A. 
Harris
, Miloslav Trmač , I have forked 
off and

added some enhancements.

However, packaging for Debian has been challenging since the autogen I wrote
fetches a submodule which creates lots of files not in the source package. I
would need a mentor to help me get this off the ground.

Original project URL is at the Fedora project page: 
https://pagure.io/tmpwatch


--
Peter Hyman
--- End Message ---
--- Begin Message ---

On 2/14/24 01:04, Michael Biebl wrote:
development has been discontinued, as systemd-tmpfiles already 
implements this kind of functionality.


We also already have tmpreaper in the archive which basically does the 
same thing as tmpwatch.


I do understand. tmpwatch plays a role when there are userland 
directories that could use cleaning. For example, a userland Trash Can 
which might be used for deleted files when Dolphin/Nautilus are not used,


Closing.

--
Peter Hyman--- End Message ---