./news/libcanlock, Standalone RFC 8315 Netnews Cancel-Lock implementation

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.3.0nb1, Package name: libcanlock-3.3.0nb1, Maintainer: micha

libcanlock is a library for creating and verifying RFC 8315 Netnews
Cancel-Locks. This implementation uses the recommended algorithm from
Section 4 with HMAC based on the same hash function as <scheme>.

A command line utility "canlock" is built together with the library.

Additional header parsers (for the receiving side) are available in the
package canlock-hp.


Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 611.129 KB

Version history: (Expand)


CVS history: (Expand)


   2023-08-21 15:29:44 by Michael Baeuerle | Files touched by this commit (2)
Log message:
news/libcanlock: Use new variables to request a C99 compiler

Bump, because now the mode should always be set (if default is not C99).
   2022-10-14 13:36:21 by Michael Baeuerle | Files touched by this commit (1)
Log message:
news/libcanlock: Switch homepage to https protocol
   2021-12-03 11:50:56 by Michael Baeuerle | Files touched by this commit (3)
Log message:
news/libcanlock: Update to 3.3.0

Library API and ABI are backward compatible.

- Bugfix: Potential NULL-pointer dereference fixed in canlock utility
  (Reported by Dennis Preiser)
- Bugfix: Multiple bugs in test suite fixed, where return values
  from library functions were not handled correctly
  (Reported by Dennis Preiser)
- Bugfix: Two memory leaks fixed in test suite for legacy API
  (Found by Valgrind)
- Bugfix: NAME sections of cl_clear_secret(), cl_get_lock(), cl_split()
  and cl_verify() man pages fixed
  (Reported by Julien Élie)
- Bugfix: Typos in comments and documentation fixed
  (Reported by Urs Janßen)
- New libcanlock API function cl_verify_multi() added to check multiple
  keys against multiple locks
- Test suite extended: It now tests cl_verify_multi() too
- canlock utility now supports the option "-m" to check multiple keys
  against multiple locks
- Option "-m" added to SYNOPSIS section of canlock man page
  (Suggested by Marcel Logen)
- Example programs added to the "examples" subdirectory
  (Suggested by Julien Élie)
- Documentation for RFC 8315 Section 4 added to cl_get_key() and
  cl_get_lock() man pages
  (Suggested by Julien Élie)
- Paragraph for optional User-ID (<uid> in RFC 8315 notation) added to
  cl_get_key() and cl_get_lock() man pages
  (Suggested by Julien Élie)
- Examples for minimum size of local secret added to cl_get_key() and
  cl_get_lock() man pages
  (Suggested by Julien Élie)
- Removed some redundant notes from the output of "canlock -h"
  (Suggested by Julien Élie)
   2021-10-26 13:09:37 by Nia Alarie | Files touched by this commit (27)
Log message:
news: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 16:45:00 by Nia Alarie | Files touched by this commit (27)
Log message:
news: Remove SHA1 hashes for distfiles
   2021-01-11 13:16:36 by Michael Baeuerle | Files touched by this commit (3)
Log message:
news/libcanlock: Update to 3.2.2

pkgsrc patch removed.

Changelog
=========

3.2.2      2021-01-07
           Bugfix: Header field name is not found by canlock-mhp if
            there is another header field for which only the prefix
            differs (and that other field is processed first)
           Test suite for canlock-mhp parser extended: It now tests
            headers larger than 4 KiByte and for the field prefix bug
            fixed in this version
           Lexer of canlock-hfp has problems to detect T_CTEXT tokens on
            HP-UX (relevant only if the header field contains comments).
            The syntax of the ERE for T_CTEXT was rewritten to be
            compatible with the SysV lex of HP-UX 11.11
           Test suite for canlock-hfp parser extended to test comments
            harder
           Namespace clash of internal library functions with libc on
            NetBSD
            Changed internal API function names hmac* to RFC2104Hmac*
            Changed internal API function names hkdf* to RFC5869Hkdf*
            Library API and ABI are fully compatible if no undocumented
            functions are used
           libcanlock-3.pc: Changed protocol in URL from http to https
   2020-11-30 12:33:38 by Michael Baeuerle | Files touched by this commit (2)
Log message:
news/libcanlock: Sync with canlock-hp

No changes. Use same tarball as canlock-hp.
   2020-05-20 17:33:40 by Michael Baeuerle | Files touched by this commit (1)
Log message:
news/libcanlock: Add libcanlock-3.pc to PLIST

pkg-config is supported since version 3.2.0.