[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1057882: marked as done (ITP: golang-github-howeyc-crc16 -- Implements the 16-bit cyclic redundancy check, or CRC-16, checksum)



Your message dated Mon, 25 Dec 2023 18:00:12 +0000
with message-id <E1rHpFM-00GdBZ-3u@fasolo.debian.org>
and subject line Bug#1057882: fixed in golang-github-howeyc-crc16 0.0~git20171223.2b2a61e-1
has caused the Debian Bug report #1057882,
regarding ITP: golang-github-howeyc-crc16 -- Implements the 16-bit cyclic redundancy check, or CRC-16, checksum
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.)


-- 
1057882: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1057882
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: tony mancill <tmancill@debian.org>

* Package name    : golang-github-howeyc-crc16
  Version         : 0.0~git20171223.2b2a61e-1
  Upstream Author : Chris Howey
* URL             : https://github.com/howeyc/crc16
* License         : BSD-3-clause
  Programming Lang: Go
  Description     : Implements the 16-bit cyclic redundancy check, or CRC-16, checksum

 GoDoc (https://godoc.org/github.com/howeyc/crc16) Build Status
 (http://travis-ci.org/howeyc/crc16)
 .
 CRC16
 .
 A Go package implementing the 16-bit Cyclic Redundancy Check, or CRC-16,
 checksum.
 .
 Usage
 .
 To generate the hash of a byte slice, use the crc16.Checksum()
 (https://godoc.org/github.com/howeyc/crc16#Checksum) function:
 .
   import "github.com/howeyc/crc16"
 .
   data := byte("test")
   checksum := crc16.Checksum(data, crc16.IBMTable)
 .
 The package provides the following
 (https://godoc.org/github.com/howeyc/crc16#pkg-variables) hashing tables.
 For each of these tables, a shorthand can be used.
 .
   // This is the same as crc16.Checksum(data, crc16.IBMTable)
   checksum := crc16.ChecksumIBM(data)
 .
 Using the hash.Hash (https://godoc.org/hash#Hash) interface also works.
 .
   h := crc16.New(crc16.IBMTable)
   data := byte("test")
   data2 := byte("data")
   h.Write(data)
   h.Write(data2)
   checksum := h.Sum(nil)
 .
 Changelog
 .
  * 2017.03.27 - Added MBus checksum
  * 2017.05.27 - Added checksum function without XOR
  * 2017.12.08 - Implement encoding.BinaryMarshaler and
    encoding.BinaryUnmarshaler to allow saving and recreating their
    internal state.
--

The rationale for packaging is github.com/howeyc/crc16 is that it is a
dependency of github.com/harenber/ptc-go, which will permit enabling
PACTOR modem support in pat (winlink), as discussed in #1057276:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1057276

--- End Message ---
--- Begin Message ---
Source: golang-github-howeyc-crc16
Source-Version: 0.0~git20171223.2b2a61e-1
Done: tony mancill <tmancill@debian.org>

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

Debian distribution maintenance software
pp.
tony mancill <tmancill@debian.org> (supplier of updated golang-github-howeyc-crc16 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: Sat, 23 Dec 2023 08:29:18 -0800
Source: golang-github-howeyc-crc16
Binary: golang-github-howeyc-crc16-dev
Architecture: source all
Version: 0.0~git20171223.2b2a61e-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Changed-By: tony mancill <tmancill@debian.org>
Description:
 golang-github-howeyc-crc16-dev - CRC-16 checksum for Go (library)
Closes: 1057882
Changes:
 golang-github-howeyc-crc16 (0.0~git20171223.2b2a61e-1) unstable; urgency=medium
 .
   * Initial release (Closes: #1057882)
Checksums-Sha1:
 d17ac58927a6977febbd0ffcfdf16f85822033a9 2358 golang-github-howeyc-crc16_0.0~git20171223.2b2a61e-1.dsc
 4e4b7ecbf1ef17ef58baafb7829a499e1f0fa531 4280 golang-github-howeyc-crc16_0.0~git20171223.2b2a61e.orig.tar.xz
 eef7c12b5f46e0cb452b74bcd2e0b0ea2c56aeb5 2464 golang-github-howeyc-crc16_0.0~git20171223.2b2a61e-1.debian.tar.xz
 2a3630d26e345209886dad8ddd92536dc4a3ab0b 5320 golang-github-howeyc-crc16-dev_0.0~git20171223.2b2a61e-1_all.deb
 4a569f5e698a38dab3c505bffe24273df436f3d3 6385 golang-github-howeyc-crc16_0.0~git20171223.2b2a61e-1_amd64.buildinfo
Checksums-Sha256:
 023fa36b9146de1289acef0020b893089d71a8bc0b04d384bb050cd895ebd268 2358 golang-github-howeyc-crc16_0.0~git20171223.2b2a61e-1.dsc
 a0817749307702987ec2752bfe1a50bbbe454c958627a080e22a4a4303f8563b 4280 golang-github-howeyc-crc16_0.0~git20171223.2b2a61e.orig.tar.xz
 01c51ef46a5b84a2359b3fb5eab504c640e8d0a27a144bb8e6e264e50f85b67e 2464 golang-github-howeyc-crc16_0.0~git20171223.2b2a61e-1.debian.tar.xz
 4b246e11d6f3fa4c238e2965c7060a16a1b1dd0b0f979c9d2678f8509d5d57f9 5320 golang-github-howeyc-crc16-dev_0.0~git20171223.2b2a61e-1_all.deb
 fda91dd00418b4fce80740d73b18ac91fb915a0a902ba4b952e53cdeccd95bb4 6385 golang-github-howeyc-crc16_0.0~git20171223.2b2a61e-1_amd64.buildinfo
Files:
 53a140d73a47bd3bc8a0951abad1d715 2358 golang optional golang-github-howeyc-crc16_0.0~git20171223.2b2a61e-1.dsc
 be89fee02d27ec37326947eef87b108f 4280 golang optional golang-github-howeyc-crc16_0.0~git20171223.2b2a61e.orig.tar.xz
 02bae8b88c18803b141c9ef704eecac0 2464 golang optional golang-github-howeyc-crc16_0.0~git20171223.2b2a61e-1.debian.tar.xz
 eb859c44309262b53847b4ab9590cec5 5320 golang optional golang-github-howeyc-crc16-dev_0.0~git20171223.2b2a61e-1_all.deb
 e5f4005d814f98e59b10103ea6898b01 6385 golang optional golang-github-howeyc-crc16_0.0~git20171223.2b2a61e-1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJIBAEBCgAyFiEE5Qr9Va3SequXFjqLIdIFiZdLPpYFAmWHDJMUHHRtYW5jaWxs
QGRlYmlhbi5vcmcACgkQIdIFiZdLPpbF6Q/8DtzpeLdAW3PbQutRwybUgM1sdiq0
zFXnIjYf82VMpA3DOZerMpw3poyocC50r7x+HSMKApGCnWBBzVEaDPVJWWJKH32v
1tX7iqu/B07bT68/YznFDDCxgMs6UMB92FT1LyMJsy6z/gWfQOWJB+bT6oFtplda
QWv82tK0+vghXMGpoMJdJe/62IG0Om6MMkgAjb7VA8qyOrBvyzfms8HVmurTwa4I
hTXta8IxuZeAcCGid+6bFcLTrz0M3YIBfNxqPt3A+uxM/6nKMaPZnn5r/yG3TlIB
XAJ24IFS7/CYiN+FeY5yy1474/9R3jY3lglLH0hSTeQ4M6U24ur7K1e3/Dqji+0g
1rWKRpiry8Cy5ClzgU3CAcnkHfFUl44CS6hIAtuP4ds7iuF/Ru3woBADl1hoQFFr
HoEUd+znYrAveI/aFwyJHTHMAqNA+3Q5xsvv/bPXIsBG9or8K949RB5K4FFPsvwF
SICtJnb9xOQ0i8bvZAUPiYW49LMp5wARaRzbK9F45TZEKTzUNTN0VNR6Rdqbnnfv
eXqgN+XgTl5rs1oOiewrOUz4H02+lcuMYslboOGN1UINlLoQqR0Jvqi/Zp2YurSN
0l+Ms+xwlFpgrxS2HsHFdCTQA7z5jeXrJP2CNRdTTQz3NPGVuDZXhTPpdbFW+DtK
dyIvR5qIfwJYkr0=
=pUqO
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: