Your message dated Tue, 10 Sep 2024 12:00:10 +0000 with message-id <E1snzXW-001bXf-OT@fasolo.debian.org> and subject line Bug#1080429: fixed in golang-github-mostynb-go-grpc-compression 1.2.3-1 has caused the Debian Bug report #1080429, regarding ITP: golang-github-mostynb-go-grpc-compression -- Go gRPC encoding wrappers for compression algorithms missing from google.golang.org/grpc 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 owner@bugs.debian.org immediately.) -- 1080429: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1080429 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: submit@bugs.debian.org
- Subject: ITP: golang-github-mostynb-go-grpc-compression -- Go gRPC encoding wrappers for compression algorithms missing from google.golang.org/grpc
- From: Guillem Jover <gjover@sipwise.com>
- Date: Tue, 3 Sep 2024 22:00:13 +0200
- Message-id: <[🔎] ZtdqzVFmyRKNgmrE@thunder.hadrons.org>
Package: wnpp Severity: wishlist Owner: Guillem Jover <gjover@sipwise.com> * Package name : golang-github-mostynb-go-grpc-compression Version : 1.2.3-1 Upstream Author : Mostyn Bramley-Moore * URL : https://github.com/mostynb/go-grpc-compression * License : Apache-2.0 Programming Lang: Go Description : Go gRPC encoding wrappers for compression algorithms missing from google.golang.org/grpc This respository contains Go gRPC encoding wrappers for some useful compression algorithms that are not available in google.golang.org/grpc. . * github.com/mostynb/go-grpc-compression/lz4 - using (https://github.com/pierrec/lz4) * github.com/mostynb/go-grpc-compression/snappy - using (https://github.com/golang/snappy) * github.com/mostynb/go-grpc-compression/zstd - using (https://github.com/klauspost/compress/tree/master/zstd) . The following algorithms also have experimental implementations, which have not been tested as much as those above. These may be changed significantly, or even removed from this library at a future point. . * github.com/mostynb/go-grpc-compression/experimental/klauspost_snappy - using (https://github.com/klauspost/compress/tree/master/s2) in snappy compatibility mode * github.com/mostynb/go-grpc-compression/experimental/s2 - using (https://github.com/klauspost/compress/tree/master/s2) . Importing any of the packages above will override any previously registered encoders with the same name. If you would prefer imports to only register the encoder if there is no previously registered encoder with the same name, then you should instead import one of the following packages: . * github.com/mostynb/go-grpc-compression/nonclobbering/lz4 * github.com/mostynb/go-grpc-compression/nonclobbering/snappy * github.com/mostynb/go-grpc-compression/nonclobbering/zstd * github.com/mostynb/go-grpc-compression/nonclobbering/experimental/klauspost_snappy * github.com/mostynb/go-grpc-compression/nonclobbering/experimental/s2 This package is a dependency for golang-opentelemetry-collector. Thanks, Guillem
--- End Message ---
--- Begin Message ---
- To: 1080429-close@bugs.debian.org
- Subject: Bug#1080429: fixed in golang-github-mostynb-go-grpc-compression 1.2.3-1
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Tue, 10 Sep 2024 12:00:10 +0000
- Message-id: <E1snzXW-001bXf-OT@fasolo.debian.org>
- Reply-to: Guillem Jover <gjover@sipwise.com>
Source: golang-github-mostynb-go-grpc-compression Source-Version: 1.2.3-1 Done: Guillem Jover <gjover@sipwise.com> We believe that the bug you reported is fixed in the latest version of golang-github-mostynb-go-grpc-compression, 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 1080429@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Guillem Jover <gjover@sipwise.com> (supplier of updated golang-github-mostynb-go-grpc-compression 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 ftpmaster@ftp-master.debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Mon, 09 Sep 2024 15:19:15 +0200 Source: golang-github-mostynb-go-grpc-compression Binary: golang-github-mostynb-go-grpc-compression-dev Architecture: source all Version: 1.2.3-1 Distribution: unstable Urgency: medium Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org> Changed-By: Guillem Jover <gjover@sipwise.com> Description: golang-github-mostynb-go-grpc-compression-dev - Go gRPC encoding wrappers for missing compressors (library) Closes: 1080429 Changes: golang-github-mostynb-go-grpc-compression (1.2.3-1) unstable; urgency=medium . * Initial release. (Closes: #1080429) Checksums-Sha1: c9a437e3bd8996c3e96a248920b57716e9d98b94 2712 golang-github-mostynb-go-grpc-compression_1.2.3-1.dsc c8c4bc4bb4b73d6d5ce7f3ca8e6ac13450bbc9d6 16257 golang-github-mostynb-go-grpc-compression_1.2.3.orig.tar.gz fe812f88406ee59f4f4e2ed4fd2373e8556e1206 2432 golang-github-mostynb-go-grpc-compression_1.2.3-1.debian.tar.xz 443ca6a785033040482ffa837a46179adca0cfa7 12744 golang-github-mostynb-go-grpc-compression-dev_1.2.3-1_all.deb 55006849b6fe3ff61d63d7cf475e413c3776d313 8036 golang-github-mostynb-go-grpc-compression_1.2.3-1_amd64.buildinfo Checksums-Sha256: 90e15e78dea8f7073e845deb309b6ac4b4327426edf32fd3012a0bbc88cbbef9 2712 golang-github-mostynb-go-grpc-compression_1.2.3-1.dsc 7c7581b689e4564bbc38dd25a1678ba749e6c5289438cab1831176519cabb610 16257 golang-github-mostynb-go-grpc-compression_1.2.3.orig.tar.gz 866ad388da74c1ee05baf6ab809a2c4d1aa27ff4b6dac67495a6878a82c57b9f 2432 golang-github-mostynb-go-grpc-compression_1.2.3-1.debian.tar.xz 9a35cadb20163ea570356058946792d157be985d4a6ed403d4b169ee87dab323 12744 golang-github-mostynb-go-grpc-compression-dev_1.2.3-1_all.deb 89252ac00dbdacf31ec4d1149e029e48cf8adf141cbd2f1bb601e2eb8399eb82 8036 golang-github-mostynb-go-grpc-compression_1.2.3-1_amd64.buildinfo Files: 33368f804e5938536f09465d6a0f8303 2712 golang optional golang-github-mostynb-go-grpc-compression_1.2.3-1.dsc 6910aa409967f9be4c8cc4ab6a2ce313 16257 golang optional golang-github-mostynb-go-grpc-compression_1.2.3.orig.tar.gz 2d81701f41cfea0ca00946b3cbaa357d 2432 golang optional golang-github-mostynb-go-grpc-compression_1.2.3-1.debian.tar.xz c11fd8f6d2c290c6ec4d7fd52fbd955d 12744 golang optional golang-github-mostynb-go-grpc-compression-dev_1.2.3-1_all.deb 998fa9726ccccfc1d58e02258af38253 8036 golang optional golang-github-mostynb-go-grpc-compression_1.2.3-1_amd64.buildinfo -----BEGIN PGP SIGNATURE----- wsG7BAEBCgBvBYJm3vwyCRC5cr8+pK5Xo0cUAAAAAAAeACBzYWx0QG5vdGF0aW9u cy5zZXF1b2lhLXBncC5vcmc1ibf9O5lulCFkG8xjJe2VVxky4j77S6lQSncRX0qL OBYhBE8+dPQ2BQwQ9WlldLlyvz6krlejAACOKRAAu+gpMvIy8spwWgr/M7ZUo+j5 6YpQmRmgWZoY2vYzrjOVnZ4L+tnjLuwaTlhPm7LcDLCzj25BU+BuP1aZi2tdplPS 9I5a4xDV1RROEI2qSLI4pQ820MhNyC5cas6PgJzIniSZ3rPZZbeeBB5dCeTPgPQv fKMxLCLoUMYHW0ACawGPXRHEY43P6CWO8jYXrYh+18qFw6YhBbVQ0LES5bCL9QuI 2Uh557d3DNxISlIcaG9hDH7923T0/eQVR8aFca/UgetqtCtOS5C2AIl0GPBbLNQp LAZnknQ3tmKwz2pcoxu0BqC0qAeDX+G7LY61iD6E12NtnINt4jTCslD7rgCGn3Em mqUIeqVaZdbmiQW4vWlABazdsFXqZzPqkvkeWLOxyixvUZ7JaMHj/cs3su7JRwLT twNbFPze9ZD02DebnDFZvaoBIj5+k3OGZUIZYBtxu1BdeAKQT0nRA0i3yhmg0z/w FJ1D41WqBPrW5nOYl5InzhTm7wQHwcYCfH7WHBetX6SPC5PCOdH8f8IGFh/UPLjV eVkHz3LabDWaTT9+6aAg7VsOCACswMMjBcf+SycSSwy8b0lMnLFekrU4l51InJkm hy0VMrUaJwh0G2+yRoG4zk+pT64WAPoLWTReRSQoUXvGPeL+0HcFjBawmlfz48Fx zxVZKKrkfYulEgdWXBM= =Ook1 -----END PGP SIGNATURE-----Attachment: pgpdympDhcZCX.pgp
Description: PGP signature
--- End Message ---