2022-01-22 15:26:55 by Thomas Klausner | Files touched by this commit (1) |
Log message: py-crcmod: fix PLIST for python 2.7 |
2022-01-10 21:30:55 by Thomas Klausner | Files touched by this commit (1) |
Log message: py-crcmod: fix for python 2.7 |
2022-01-10 10:00:02 by Thomas Klausner | Files touched by this commit (2) |
Log message: py-crcmod: convert to egg.mk |
2021-10-26 13:18:07 by Nia Alarie | Files touched by this commit (605) |
Log message: security: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes Unfetchable distfiles (fetched conditionally?): ./security/cyrus-sasl/distinfo \ cyrus-sasl-dedad73e5e7a75d01a5f3d5a6702ab8ccd2ff40d.patch.v2 |
2021-10-07 16:54:50 by Nia Alarie | Files touched by this commit (606) |
Log message: security: Remove SHA1 hashes for distfiles |
2020-03-20 12:58:37 by Nia Alarie | Files touched by this commit (640) |
Log message: *: Convert broken sourceforge HOMEPAGEs back to http |
2018-02-23 07:34:08 by Adam Ciarcinski | Files touched by this commit (2) |
Log message: py-crcmod: cleanups |
2018-02-04 17:21:19 by Thomas Klausner | Files touched by this commit (1) |
Log message: py-crcmod: fix typo in variable Fixes download. |
2018-01-30 20:07:48 by Benny Siegert | Files touched by this commit (4) |
Log message: New package, py-crcmod. The software in this package is a Python module for generating objects that compute the Cyclic Redundancy Check (CRC). There is no attempt in this package to explain how the CRC works. There are a number of resources on the web that give a good explanation of the algorithms. This package allows the use of any 8, 16, 24, 32, or 64 bit CRC. You can generate a Python function for the selected polynomial or an instance of the Crc class which provides the same interface as the md5 and sha modules from the Python standard library. A Crc class instance can also generate C/C++ source code that can be used in another application. Part of PR pkg/52941. |