Bug#1004491: ITP: tpm2-openssl -- OpenSSL 3 engine for tpm2-tss

2022-01-28 Thread Luca Boccassi
On Sat, 29 Jan 2022 at 01:44, Adrian Bunk  wrote:
>
> On Sat, Jan 29, 2022 at 01:32:44AM +, Luca Boccassi wrote:
> > Package: wnpp
> > Severity: wishlist
> > Owner: Luca Boccassi 
> > X-Debbugs-Cc: debian-de...@lists.debian.org
> >
> > * Package name: tpm2-openssl
> >   Version : 1.0.1
> >   Upstream Author : Fraunhofer SIT, Intel, Wind River and others
> >...
>
> You already packaged that last year:
> https://tracker.debian.org/pkg/tpm2-tss-engine
>
> cu
> Adrian

Hi,

I copy-pasted the wrong link, this is a different upstream (that was
forked from the old one) for the openssl v3 APIs:

https://github.com/tpm2-software/tpm2-openssl

Kind regards,
Luca Boccassi



Bug#1004491: ITP: tpm2-openssl -- OpenSSL 3 engine for tpm2-tss

2022-01-28 Thread Adrian Bunk
On Sat, Jan 29, 2022 at 01:32:44AM +, Luca Boccassi wrote:
> Package: wnpp
> Severity: wishlist
> Owner: Luca Boccassi 
> X-Debbugs-Cc: debian-de...@lists.debian.org
> 
> * Package name: tpm2-openssl
>   Version : 1.0.1
>   Upstream Author : Fraunhofer SIT, Intel, Wind River and others
>...

You already packaged that last year:
https://tracker.debian.org/pkg/tpm2-tss-engine

cu
Adrian



Bug#1004491: ITP: tpm2-openssl -- OpenSSL 3 engine for tpm2-tss

2022-01-28 Thread Luca Boccassi
Package: wnpp
Severity: wishlist
Owner: Luca Boccassi 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: tpm2-openssl
  Version : 1.0.1
  Upstream Author : Fraunhofer SIT, Intel, Wind River and others
* URL : https://github.com/tpm2-software/tpm2-tss-engine
* License : BSD-3-clause
  Programming Lang: C
  Description : OpenSSL 3 engine for tpm2-tss

Uses the tpm2-tss stack (maintainers CC'ed) to provide an OpenSSL 3.0
engine backend that uses the TPM2. Uses the new OpenSSL APIs and is not
compatible with version 1.x.x.

-- 
Kind regards,
Luca Boccassi


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


Bug#1004470: ITP: golang-github-benbjohnson-clock -- golang library for mocking time

2022-01-28 Thread Nobuhiro Iwamatsu
Hi Shengjing,

2022年1月28日(金) 23:38 Shengjing Zhu :
>
> On Fri, Jan 28, 2022 at 6:33 PM Nobuhiro Iwamatsu  wrote:
> >
> > Hi Shengjing,
> >
> > 2022年1月28日(金) 18:39 Shengjing Zhu :
> > >
> > > It has been packaged, 
> > > https://tracker.debian.org/pkg/golang-github-benbjohnson-clock
> >
> > Oh, thank you for pointing that out.
> > I will close this bug.
> >
> > BTW, Are you planning to update this package?
> >
>
> Updated now.

Thank you!
>
> --
> Shengjing Zhu

Best regards,
  Nobuhiro


-- 
Nobuhiro Iwamatsu
   iwamatsu at {nigauri.org / debian.org}
   GPG ID: 40AD1FA6



Bug#1004487: ITP: fonts-fantasma -- font with a bit roundly-shaped and spiky/edgy-ended letters

2022-01-28 Thread Judit Foglszinger
Package: wnpp
X-Debbugs-Cc: debian-de...@lists.debian.org
Owner: Judit Foglszinger 
X-Debbugs-Cc: ur...@debian.org
Severity: wishlist

* Package name: fonts-fantasma
  Version : 1.0
  Upstream Author : Froyo Tam 
* URL : https://github.com/froyotam/Fantasma
* License : GPL-3 with font exception
  Description : font with a bit roundly-shaped and spiky/edgy-ended letters

This is a proportional, sans serif font with a bit roundly-shaped and 
spiky/edgy-ended letters
that can be used for headlines or graphics.

It will be maintained in the Fonts team.

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


Bug#992322: marked as done (ITP: node-minipass -- Nodejs minimal implementation of a PassThrough stream)

2022-01-28 Thread Debian Bug Tracking System
Your message dated Fri, 28 Jan 2022 19:00:14 +
with message-id 
and subject line Bug#992322: fixed in node-minipass 3.1.3+~cs5.2.15-1
has caused the Debian Bug report #992322,
regarding ITP: node-minipass -- Nodejs minimal implementation of a PassThrough 
stream
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.)


-- 
992322: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=992322
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Yadd 
X-Debbugs-Cc: debian-de...@lists.debian.org, 
pkg-javascript-de...@lists.alioth.debian.org

* Package name: node-minipass
  Version : 3.1.3
  Upstream Author : npm, Inc. and Contributors
* URL : https://github.com/isaacs/minipass
* License : ISC
  Programming Lang: JavaScript
  Description : Nodejs minimal implementation of a PassThrough stream

minipass is a very minimal implementation of a PassThrough stream

It's very fast for objects, strings, and buffers.

Supports pipe()ing (including multi-pipe() and backpressure transmission),
buffering data until either a data event handler or pipe() is added (so
you don't lose the first chunk), and most other cases where PassThrough
is a good idea.

Currently, minipass is embedded in npm, node-cacache, node-ssri and
node-tar. It is also a dependency of next node-tap. The goal of this ITP
is to package it separately and then remove embedded minipass. The
package will embed also some little reverse dependencies of minipass
needed by node-cacache, npm and node-tap:
 * minipass-flush
 * minipass-collect
 * minipass-pipeline
 * minipass-json-stream
 * minipass-sized

This package will be maintained under Pkg-JS umbrella.

Cheers,
Yadd
--- End Message ---
--- Begin Message ---
Source: node-minipass
Source-Version: 3.1.3+~cs5.2.15-1
Done: Yadd 

We believe that the bug you reported is fixed in the latest version of
node-minipass, 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 992...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Yadd  (supplier of updated node-minipass 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, 18 Aug 2021 08:51:21 +0200
Source: node-minipass
Binary: node-minipass
Architecture: source all
Version: 3.1.3+~cs5.2.15-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Yadd 
Description:
 node-minipass - Minimal implementation of a PassThrough for Node.js
Closes: 992322
Changes:
 node-minipass (3.1.3+~cs5.2.15-1) unstable; urgency=medium
 .
   * Initial release (Closes: #992322)
Checksums-Sha1:
 cc55036d7a29f29984c79733a9bc2514ceb504d3 3882 
node-minipass_3.1.3+~cs5.2.15-1.dsc
 22b813bf745dc6edba2576b940022ad6edc8c617 2057 
node-minipass_3.1.3+~cs5.2.15.orig-minipass-collect.tar.gz
 2c1eb73ed71ef57646f06736509cfcd152420a86 30652 
node-minipass_3.1.3+~cs5.2.15.orig-minipass-flush.tar.gz
 7edbb92588fbfc2ff1db2fc10397acb7b6b44aa7 4944 
node-minipass_3.1.3+~cs5.2.15.orig-minipass-json-stream.tar.gz
 68472f79711c084657c067c5c6ad93cddea8214c 3001 
node-minipass_3.1.3+~cs5.2.15.orig-minipass-pipeline.tar.gz
 412575b57892483de60ac9f12898a59be55b2c4d 30885 
node-minipass_3.1.3+~cs5.2.15.orig-minipass-sized.tar.gz
 601a95c4cb1d2976072c1720338de85757fc7a74 50240 
node-minipass_3.1.3+~cs5.2.15.orig.tar.gz
 3788da5dfb8067876a5ad625a60fc21ecb00f7fa 3220 
node-minipass_3.1.3+~cs5.2.15-1.debian.tar.xz
 d8fd3d8399e365695350c905fb7798704e05532d 18368 
node-minipass_3.1.3+~cs5.2.15-1_all.deb
 5c4bb7f7fad250c019e77e4e1b6ea9c4b677bbb2 8939 
node-minipass_3.1.3+~cs5.2.15-1_amd64.buildinfo
Checksums-Sha256:
 07c359f1c1361bb17ca73944b312caa0636e6fa32907b56f0c912f195cdfaf95 3882 
node-minipass_3.1.3+~cs5.2.15-1.dsc
 a5af655aa0a27bd67ca376484abcfe80fe97fb45638fe521c91d70aba3c0a0d4 2057 
node-minipass_3.1.3+~cs5.2.15.orig-minipass-collect.tar.gz
 90cc5b52e97813d2895847ae25734e4c1bdd0e071e7fd00c4d95b01a24e7d6dc 30652 
node-minipass_3.1.3+~cs5.2.15.orig-minipass-flush.tar.gz
 c4e180c7d1db0ae5337bc34f290daa0a9ebdfabf309faaee470254296423dd86 4944 
node-minipass_3.1.3+~cs5.2.15.orig-minipass-json-stream.tar.gz
 0b64f238

Bug#1004404: marked as done (ITP: cvdupdate -- ClamAV Private Database Mirror Updater Tool)

2022-01-28 Thread Debian Bug Tracking System
Your message dated Fri, 28 Jan 2022 19:00:09 +
with message-id 
and subject line Bug#1004404: fixed in clamav-cvdupdate 1.0.2-1
has caused the Debian Bug report #1004404,
regarding ITP: cvdupdate -- ClamAV Private Database Mirror Updater Tool
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.)


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

* Package name: clamav-cvdupdate
  Version : 1.0.2
  Upstream Author : The Clamav Team 
* URL : https://github.com/Cisco-Talos/cvdupdate
* License : Apache 2.0
  Programming Lang: Python
  Description : ClamAV Private Database Mirror Updater Tool

 cvdupdate downloads the latest ClamAV databases along with the latest
 database patch files.
 .
 Run this tool as often as you like, but it will only download new content if
 there is new content to download. If you somehow manage to download too
 frequently (eg: by using cvd clean all and cvd update repeatedly), then the
 official database server may refuse your download request, and one or more
 databases may go on cool-down until it's safe to try again.
 .
 This replaces the clamdownloader.pl script formerly provided on clamav.net.

This is the upstream clamav official tool for maintaining a private
clamav data mirror, which users with a non-trivial number of
installations will need to do.  We should provide this in Debian.

Although implemented in Python, it's primary purpose is as an executable
tool, so I will maintain this in the ClamAV Team.
--- End Message ---
--- Begin Message ---
Source: clamav-cvdupdate
Source-Version: 1.0.2-1
Done: Scott Kitterman 

We believe that the bug you reported is fixed in the latest version of
clamav-cvdupdate, 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 1004...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Scott Kitterman  (supplier of updated clamav-cvdupdate 
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: Thu, 27 Jan 2022 00:54:40 -0500
Source: clamav-cvdupdate
Binary: clamav-cvdupdate
Architecture: source all
Version: 1.0.2-1
Distribution: unstable
Urgency: medium
Maintainer: ClamAV Team 
Changed-By: Scott Kitterman 
Description:
 clamav-cvdupdate - ClamAV Private Database Mirror Updater Tool
Closes: 1004404
Changes:
 clamav-cvdupdate (1.0.2-1) unstable; urgency=medium
 .
   * Initial release (Closes: #1004404)
   * Debian patches:
 - d/p/0001-no-usr-bin-cvd.patch: Upstream /usr/bin/cvd and cvdupdate are
   identical, only provide cvdupdate to we don't clutter /usr/bin
 - d/p/0002-no-serve-not-for-production.patch: Upstream provided serve
   command is only needed for testing, is specified as not suitable for
   production, and requires a Python module not in Debian, so remove it
Checksums-Sha1:
 84c5012247afae602027771afccd4e36b75bf10f 2037 clamav-cvdupdate_1.0.2-1.dsc
 e55769acf62adc3caca0996a602833176a0f8907 24997 
clamav-cvdupdate_1.0.2.orig.tar.gz
 18c19f85be687f802a25a5a23f524415e089250a 3880 
clamav-cvdupdate_1.0.2-1.debian.tar.xz
 30904482df4b20ea50b54e7181c745bbbced2f0a 22300 clamav-cvdupdate_1.0.2-1_all.deb
 b3f76a5c974d2d7c6d4c7228ed993244b12d1cd0 6704 
clamav-cvdupdate_1.0.2-1_amd64.buildinfo
Checksums-Sha256:
 7ae4f603bf0dd2ce4e29816deadd2b435dbf7c39212e10fa4da5f8572113f822 2037 
clamav-cvdupdate_1.0.2-1.dsc
 22a455af5dcddd488c77eb919791ec8d902263c3ae278e43bb9833ea047141c5 24997 
clamav-cvdupdate_1.0.2.orig.tar.gz
 17815d31c1a5380d453b9634f57c8011d45dacb232a0902c6e79bf5f75146f10 3880 
clamav-cvdupdate_1.0.2-1.debian.tar.xz
 cdacd8461d9b5f75f360df00c6804dd31ea3988c48600985fdf960050e6c 22300 
clamav-cvdupdate_1.0.2-1_all.deb
 44f250f27a572a852697f2322776993b51c3bf1911828202f6f6f78e3bd0b362 6704 
clamav-cvdupdate_1.0.2-1_amd64.buildinfo
Files:
 b6d67e9f0ec1df5bfd483e46436efda2 2037 utils optional 
clamav-cvdupdate_1.0.2-1.dsc
 86f7bcb84e11d40b85af54c02b7f8347 24997 utils optional 
clamav-cvdupdate_1.0.2.orig.tar.gz
 fdf530e79d7490230eb265b4c9f043b5 3880 utils optional 
cla

Bug#1004434: marked as done (ITP: python-rangehttpserver -- SimpleHTTPServer with support for Range requests)

2022-01-28 Thread Debian Bug Tracking System
Your message dated Fri, 28 Jan 2022 19:00:15 +
with message-id 
and subject line Bug#1004434: fixed in python-rangehttpserver 1.2.0-1
has caused the Debian Bug report #1004434,
regarding ITP: python-rangehttpserver -- SimpleHTTPServer with support for 
Range requests
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.)


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

* Package name: python-rangehttpserver
  Version : 1.2.0
  Upstream Author : Dan Vanderkam 
* URL : https://github.com/danvk/RangeHTTPServer
* License : Apache 2.0
  Programming Lang: Python
  Description : SimpleHTTPServer with support for Range requests

 RangeHTTPServer is a Python module for running a simple HTTP server with
 support for range requests.  It is suitable for use in local testing, not
 Internet scale production use.
 .
 HTTP range requests ask the server to send only a portion of an HTTP message
 back to a client and are useful for clients like media players that support
 random access, data tools that know they need only part of a large file, and
 download managers that let the user pause and resume the download.

I will maintain this in the Debian Python Team.

It is required to make the serve option in clamav-cvdupdate work
(currently disabled until this gets in).  Also, it looks like there is
an embedded copy in python3-asdf, so perhaps it could be updated to use
a system version.
--- End Message ---
--- Begin Message ---
Source: python-rangehttpserver
Source-Version: 1.2.0-1
Done: Scott Kitterman 

We believe that the bug you reported is fixed in the latest version of
python-rangehttpserver, 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 1004...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Scott Kitterman  (supplier of updated 
python-rangehttpserver 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: Thu, 27 Jan 2022 11:05:14 -0500
Source: python-rangehttpserver
Binary: python3-rangehttpserver
Architecture: source all
Version: 1.2.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team 
Changed-By: Scott Kitterman 
Description:
 python3-rangehttpserver - SimpleHTTPServer with support for Range requests
Closes: 1004434
Changes:
 python-rangehttpserver (1.2.0-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #1004434)
Checksums-Sha1:
 b5d4f39875adf42f7e96cc895e9ce9f725eddfa7 2118 
python-rangehttpserver_1.2.0-1.dsc
 858b53f646ebcb563fbfe2a2c7339391b8572096 2507 
python-rangehttpserver_1.2.0.orig.tar.gz
 bf17ea1189d4d22c34505e75757d58f75333bcae 5508 
python-rangehttpserver_1.2.0-1.debian.tar.xz
 8aa49b7c2a732ce40916da8f13e1289277a2533a 6759 
python-rangehttpserver_1.2.0-1_amd64.buildinfo
 49ea62f18ed6aab2ae0faea8ed3c496b86964726 4380 
python3-rangehttpserver_1.2.0-1_all.deb
Checksums-Sha256:
 fc41b49a73b455c0bdf6081579344665e8dfe5fe58effb9264070324c1fb7bc0 2118 
python-rangehttpserver_1.2.0-1.dsc
 ce47a420d04c8161d28f35538b3d2fc77cea5c54968c3e3e6a508d64e04ea7a2 2507 
python-rangehttpserver_1.2.0.orig.tar.gz
 e59035f844a553dee21b54b495d3d61b5d4cef4d1afec124a15e0480cc9a7e3f 5508 
python-rangehttpserver_1.2.0-1.debian.tar.xz
 b47477c8ce9d99de48bd29e80c861bd166ebafe3ad16ac45ae93eb7f58d1cfb1 6759 
python-rangehttpserver_1.2.0-1_amd64.buildinfo
 75ad8e31d4332f03f21aece4e0c8e4eead698c5cf042b04ad70b6b6d570194bf 4380 
python3-rangehttpserver_1.2.0-1_all.deb
Files:
 af71b130c874afcb19cda3292f985e30 2118 python optional 
python-rangehttpserver_1.2.0-1.dsc
 fce1a6ca85bb58406ba29a2ce4abf58a 2507 python optional 
python-rangehttpserver_1.2.0.orig.tar.gz
 488586901564c845a23704c48b9657ca 5508 python optional 
python-rangehttpserver_1.2.0-1.debian.tar.xz
 eac86b80e550c92f9638f7451abfc8de 6759 python optional 
python-rangehttpserver_1.2.0-1_amd64.buildinfo
 d6619b078d24d85989cdf17ab805acb9 4380 python optional 
python3-rangehttpserver_1.2.0-1_all.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE53Kb/76FQA/u7iOxeNfe+5rVmvEFAmHyxQgACgkQeNf

Bug#1004481: RFP: mdbook -- create modern online books from Markdown files

2022-01-28 Thread Thomas Koch
Package: wnpp
X-Debbugs-Cc: debian-r...@lists.debian.org
Severity: wishlist

* Package name: mdbook
  Version : 0.4.15
  Upstream Author : https://rust-lang.github.io/mdBook/misc/contributors.html
* URL : https://github.com/rust-lang/mdBook
* License : Mozilla Public License 2.0
  Programming Lang: Rust
  Description : create modern online books from Markdown files

mdBook is a command line tool to create books with Markdown. It is ideal for
creating product or API documentation, tutorials, course materials or anything
that requires a clean, easily navigable and customizable presentation.

- Integrated search support
- Color syntax highlighting for code blocks for many different languages
- Theme files allow customizing the formatting of the output
- Preprocessors can provide extensions for custom syntax and modifying content
- Backends can render the output to multiple formats
- Written in Rust for speed, safety, and simplicity
- Automated testing of Rust code samples

EndOfDescription

mdBook is used by nix[1] since version 2.4 to render[2] it's documentation.

[1] https://tracker.debian.org/pkg/nix
[2] 
https://github.com/NixOS/nix/blob/3d36f48acb90c846ea5f82655161fb07eb6ba2f6/doc/manual/local.mk#L100



Bug#1004470: ITP: golang-github-benbjohnson-clock -- golang library for mocking time

2022-01-28 Thread Shengjing Zhu
On Fri, Jan 28, 2022 at 6:33 PM Nobuhiro Iwamatsu  wrote:
>
> Hi Shengjing,
>
> 2022年1月28日(金) 18:39 Shengjing Zhu :
> >
> > It has been packaged, 
> > https://tracker.debian.org/pkg/golang-github-benbjohnson-clock
>
> Oh, thank you for pointing that out.
> I will close this bug.
>
> BTW, Are you planning to update this package?
>

Updated now.

-- 
Shengjing Zhu



Processed: ITP: python-ci-info -- Python3 implementation of watson/ci-info

2022-01-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> owner 1004480 Andreas Tille 
Bug #1004480 [wnpp] ITP: python-ci-info -- Python3 implementation of 
watson/ci-info
Owner recorded as Andreas Tille .
>
End of message, stopping processing here.

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



Bug#1004480: ITP: python-ci-info -- Python3 implementation of watson/ci-info

2022-01-28 Thread Andreas Tille
Package: wnpp
Severity: wishlist

Subject: ITP: python-ci-info -- Python3 implementation of watson/ci-info
Package: wnpp
Owner: Andreas Tille 
Severity: wishlist

* Package name: python-ci-info
  Version : 0.2.0
  Upstream Author : Mathias Goncalves
* URL : https://github.com/mgxd/ci-info
* License : MIT
  Programming Lang: Python
  Description : Python3 implementation of watson/ci-info
 This is a Python3 implementation of watson/ci-info. Get details about
 the current Continuous Integration environment.

Remark: This package is maintained by Debian Python Team at
   https://salsa.debian.org/python-team/packages/ci-info



Bug#810890: marked as done (ITP: caddy -- Fast, cross-platform HTTP/2 web server with automatic HTTPS)

2022-01-28 Thread Debian Bug Tracking System
Your message dated Fri, 28 Jan 2022 12:03:47 +
with message-id 
and subject line Bug#810890: fixed in caddy 2.4.6-1
has caused the Debian Bug report #810890,
regarding ITP: caddy -- Fast, cross-platform HTTP/2 web server with automatic 
HTTPS
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.)


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

* Package name: caddy
  Version : 0.8.1
  Upstream Author : Mathhew Holt 
* URL : https://caddyserver.com/
* License : Apache 2.0
  Programming Lang: Go
  Description : Fast, cross-platform HTTP/2 web server with
automatic HTTPS

Caddy is a lightweight, general-purpose web server for Windows, Mac,
Linux, BSD and Android. It is a capable alternative to other popular and
easy to use web servers.

The most notable features are HTTP/2, Let's Encrypt support, Virtual
Hosts, TLS + SNI, and easy configuration with a Caddyfile. In
development, you usually put one Caddyfile with each site. In
production, Caddy serves HTTPS by default and manages all cryptographic
assets for you.
--- End Message ---
--- Begin Message ---
Source: caddy
Source-Version: 2.4.6-1
Done: Peymaneh Nejad 

We believe that the bug you reported is fixed in the latest version of
caddy, 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 810...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Peymaneh Nejad  (supplier of updated caddy 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: Sun, 21 Nov 2021 15:56:25 +
Source: caddy
Binary: caddy
Architecture: source amd64
Version: 2.4.6-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Peymaneh Nejad 
Description:
 caddy  - Fast, lightweight web server with automatic HTTPS
Closes: 810890
Changes:
 caddy (2.4.6-1) experimental; urgency=medium
 .
   * Initial release (Closes: #810890)
Checksums-Sha1:
 d23b5cc67d0f475808cff86e28da7451a1c96279 3211 caddy_2.4.6-1.dsc
 38c6bd0eff6c92bd79344a9a3c3287534e29a557 26222 caddy_2.4.6.orig-dist.tar.gz
 bbeab243852deb819d827cfac6237644b5341900 456749 caddy_2.4.6.orig.tar.gz
 aa9743f944a5c29fb38f3cc851b596f33e79c781 12764 caddy_2.4.6-1.debian.tar.xz
 d702f942a6330346436f87e4b7646fe702c1ea4b 17367 caddy_2.4.6-1_amd64.buildinfo
 ba7ba36467a5f795e01c95457b7c4419709e56f3 7757708 caddy_2.4.6-1_amd64.deb
Checksums-Sha256:
 9bf614d60fc4e99f83962b2ccef261495dbe53cdb96bbd1037054c1cded52ae3 3211 
caddy_2.4.6-1.dsc
 4ce5ef27009e7db583919eb3555b60b9b0a562cd8fd2315df07f56d9c72219dc 26222 
caddy_2.4.6.orig-dist.tar.gz
 3b75add6414c6eab421f206ab08d76bcfad21158cdc260c80e6017ac539d321b 456749 
caddy_2.4.6.orig.tar.gz
 14945248201d97ddbea35f294dff5f6804ff8263e6bd04b752b26857e1d7c3dc 12764 
caddy_2.4.6-1.debian.tar.xz
 f2c6eb2638195d16324e3a8e9f4b8b28a48874b4ec665cbda8304701747e7613 17367 
caddy_2.4.6-1_amd64.buildinfo
 469f3d4dd6698ce8b68a0ad6307a6ec28c09d3830572ec90d0c59b4ccc9b81e8 7757708 
caddy_2.4.6-1_amd64.deb
Files:
 bdf5513eae920323eaa53cc10ca46f22 3211 httpd optional caddy_2.4.6-1.dsc
 b45808f083f926e32cfacb9aaba02bdf 26222 httpd optional 
caddy_2.4.6.orig-dist.tar.gz
 301be23c04b8d6a80d66bb0c8325ef50 456749 httpd optional caddy_2.4.6.orig.tar.gz
 a176c59a495e7603e9368a392901af5a 12764 httpd optional 
caddy_2.4.6-1.debian.tar.xz
 c0a7fbb111ed830761483dab6bac0c21 17367 httpd optional 
caddy_2.4.6-1_amd64.buildinfo
 93b39eaeae5497007bc2ad3c2ade1a20 7757708 httpd optional caddy_2.4.6-1_amd64.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEELIzSg9Pv30M4kOeDUmLn/0kQSf4FAmHy990ACgkQUmLn/0kQ
Sf6ojg//Z7c+MS1ei1pTqVxW8up6oCRCyusNqNA3X4VdkcplyM6nYPdVN80PcE0c
mtBUdw+KVsaIn+M4eVZ5qrowMKtGVEnT1qrerPnA8Y2pwdZxJshkZdq4mrIFXj3L
bRN8tq8Ig68Cdz8mHJ67yxBCit7Gon1T9FSnod37V5AiXgp+LHq94hPmV/IajG0N
f7C3mqWbznwqH51BMU1DNtnzMtOXbhpclwkFIuj03HWLirULsbXWLMRg2hTxKsbA
GXnClrJ46CnjEikvebt7rw6dvemOcPirnhE4eeIfuYema9SW6Pb3X54Fl+W3abuy
dZMmpcPYQ+fQlrwS2uawKzvYIa2SCjUCiyRmZFN9kYvSW0QQsGddDBXAxUyvZdQm
o9HU9ujoO8Dg7bxqozYdv4CNIMXRVrEGgmVfnCh3eP8USd2MhacJSUZaAx

Bug#1000445: marked as done (ITP: python-xmlsec -- Python bindings for the XML Security Library.)

2022-01-28 Thread Debian Bug Tracking System
Your message dated Fri, 28 Jan 2022 12:00:09 +
with message-id 
and subject line Bug#1000445: fixed in python-xmlsec 1.3.12-1
has caused the Debian Bug report #1000445,
regarding ITP: python-xmlsec -- Python bindings for the XML Security Library.
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.)


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

* Package name: python-xmlsec
  Version : 1.3.12
  Upstream Author : Ryan Leckey 
* URL : https://github.com/mehcode/python-xmlsec
* License : MIT
  Programming Lang: C, Python
  Description : Python bindings for the XML Security Library.

This package is useful because it is a dependency of python3-saml,
which is a requirement for adding SAML support to the Ceph dashboard.
--- End Message ---
--- Begin Message ---
Source: python-xmlsec
Source-Version: 1.3.12-1
Done: Chris MacNaughton 

We believe that the bug you reported is fixed in the latest version of
python-xmlsec, 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 1000...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Chris MacNaughton  (supplier of updated 
python-xmlsec 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: Thu, 27 Jan 2022 12:31:21 +
Source: python-xmlsec
Binary: python3-xmlsec python3-xmlsec-dbgsym
Architecture: source amd64
Version: 1.3.12-1
Distribution: unstable
Urgency: low
Maintainer: James Page 
Changed-By: Chris MacNaughton 
Description:
 python3-xmlsec - Python bindings for the XML Security Library.
Closes: 1000445
Changes:
 python-xmlsec (1.3.12-1) unstable; urgency=low
 .
   * Initial release (Closes: #1000445).
Checksums-Sha1:
 baadcba04d4c6bae244c5dda8bff7915f21b3bd9 2211 python-xmlsec_1.3.12-1.dsc
 cbe9711cc214c4fb79308d58746f3f27237e7597 64199 python-xmlsec_1.3.12.orig.tar.gz
 fcb6d9cabf5e5dd61e55988abd75e234b9d4aa66 2344 
python-xmlsec_1.3.12-1.debian.tar.xz
 0eb3d782cbe75e9785a17e2253cdd0476f40de42 9345 
python-xmlsec_1.3.12-1_amd64.buildinfo
 4aff068eec964b172d0aaac91f1ce7686075bdd7 135784 
python3-xmlsec-dbgsym_1.3.12-1_amd64.deb
 5ce9a758cc1340e042f95bdb5001d25e05aed879 35944 
python3-xmlsec_1.3.12-1_amd64.deb
Checksums-Sha256:
 9d03cae0aa8795a3df30125b8c9d9dc070bea3842c1291582df4212e106a6964 2211 
python-xmlsec_1.3.12-1.dsc
 2c86ac6ce570c9e04f04da0cd5e7d3db346e4b5b1d006311606368f17c756ef9 64199 
python-xmlsec_1.3.12.orig.tar.gz
 9872514681999a24756c91c22d036ecc79012258c0d6e6e1d5aabd47fc6c0656 2344 
python-xmlsec_1.3.12-1.debian.tar.xz
 045a271fcec909f352b77a3acd1593cc1eba18cac614c0a8be12d7dc0e4c84a4 9345 
python-xmlsec_1.3.12-1_amd64.buildinfo
 9a7ddff92f9c7a66352471bab6456f756ec7f45c73583e21765688b481dc7274 135784 
python3-xmlsec-dbgsym_1.3.12-1_amd64.deb
 128936aa453699bee3f4089968d0643f1b4b631ab2326a2a7a3c6329dbde972f 35944 
python3-xmlsec_1.3.12-1_amd64.deb
Files:
 e458a5f43f0eddecb7c01f0b60e74fa1 2211 python optional 
python-xmlsec_1.3.12-1.dsc
 a10c1d1b64d7001547832ac74b2a235d 64199 python optional 
python-xmlsec_1.3.12.orig.tar.gz
 09ec907e7c4d0127ffd8e3379203abe8 2344 python optional 
python-xmlsec_1.3.12-1.debian.tar.xz
 6d3f1be745a6e5f0eeb380cbed028e20 9345 python optional 
python-xmlsec_1.3.12-1_amd64.buildinfo
 ff76ba278402c558d35d4b040e0d4d4c 135784 debug optional 
python3-xmlsec-dbgsym_1.3.12-1_amd64.deb
 d5ca430cbbdbd0e93edd81900d5355cd 35944 python optional 
python3-xmlsec_1.3.12-1_amd64.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEqyPpqYQiiJ4Iw4OMv+yuy6Dn2MMFAmHzsrIACgkQv+yuy6Dn
2MOJ/A//SvP8UzThWRfyOFsrC0whYnDCoF9egHdPeiEteuEw73TIZsg9tvDxCwzY
Bo190EDDAAP1QKmbWM8yCpeXWRf3qyvPQyjsrka93PvjnPqhdyj2SjmuEIlMwXi4
ngmb1VWMM8MyNOwcirCzth4ut9D1hjzAQCHv1s0iNbLABRYZlTBxn0KpgOQMzp/9
yQeMkzezB8ibzB8iK0PkMPYZq9deA3LCfkO7HXrMc66thiDdmdZwvpxPOCM6LMV3
Ka2KNRR72lXGMOaEuq4wui78YXNAXqnmZYwGQH9DkH0vkAuHx8xT7747TNl5w9XF
XVcVarGcywaI6Fep65etkXnBMG2sjwdzfzUBNF6M7KvkDcMOM6GLGjFegzP99Cka
F47Geh+Lud3SQZdhbRrUNaFlgrAS1hqh0A/XvvXnBaP2TX5JH2FgvgXUOYJ5VBSx
GY1/t2/9

Bug#1004470: marked as done (ITP: golang-github-benbjohnson-clock -- golang library for mocking time)

2022-01-28 Thread Debian Bug Tracking System
Your message dated Fri, 28 Jan 2022 19:35:18 +0900
with message-id 

and subject line Re: Bug#1004470: ITP: golang-github-benbjohnson-clock -- 
golang library for mocking time
has caused the Debian Bug report #1004470,
regarding ITP: golang-github-benbjohnson-clock -- golang library for mocking 
time
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.)


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

* Package name: golang-github-benbjohnson-clock
  Version : 1.3.0
  Upstream Author : Ben Johnson
* URL : https://github.com/benbjohnson/clock
* License : Expat
  Programming Lang: Go
  Description: golang library for mocking time
 
 Clock is a small library for mocking time in Go. It provides an
 interface around the standard library's time package so that the
 application can use the realtime clock while tests can use the mock
 clock.
--- End Message ---
--- Begin Message ---
This package was already available in Debian.
I close this bug.


2022年1月28日(金) 18:39 Shengjing Zhu :
>
> It has been packaged, 
> https://tracker.debian.org/pkg/golang-github-benbjohnson-clock



-- 
Nobuhiro Iwamatsu
   iwamatsu at {nigauri.org / debian.org}
   GPG ID: 40AD1FA6--- End Message ---


Bug#1004470: ITP: golang-github-benbjohnson-clock -- golang library for mocking time

2022-01-28 Thread Nobuhiro Iwamatsu
Hi Shengjing,

2022年1月28日(金) 18:39 Shengjing Zhu :
>
> It has been packaged, 
> https://tracker.debian.org/pkg/golang-github-benbjohnson-clock

Oh, thank you for pointing that out.
I will close this bug.

BTW, Are you planning to update this package?

Best regards,
  Nobuhiro

-- 
Nobuhiro Iwamatsu
   iwamatsu at {nigauri.org / debian.org}
   GPG ID: 40AD1FA6



Bug#1004470: ITP: golang-github-benbjohnson-clock -- golang library for mocking time

2022-01-28 Thread Shengjing Zhu
It has been packaged,
https://tracker.debian.org/pkg/golang-github-benbjohnson-clock


Bug#1004470: ITP: golang-github-benbjohnson-clock -- golang library for mocking time

2022-01-28 Thread Nobuhiro Iwamatsu
Package: wnpp
Severity: wishlist
Owner: Nobuhiro Iwamatsu 

* Package name: golang-github-benbjohnson-clock
  Version : 1.3.0
  Upstream Author : Ben Johnson
* URL : https://github.com/benbjohnson/clock
* License : Expat
  Programming Lang: Go
  Description: golang library for mocking time
 
 Clock is a small library for mocking time in Go. It provides an
 interface around the standard library's time package so that the
 application can use the realtime clock while tests can use the mock
 clock.