./news/canlock-hp, Parsers for RFC 5536 message headers and RFC 8315 header fields

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


Branch: CURRENT, Version: 3.3.1, Package name: canlock-hp-3.3.1, Maintainer: micha

The canlock-hp package contains standalone header parsers that can be used to
implement RFC 8315 Netnews Cancel-Locks on the receiving (server) side.
They are intended as preprocessors for canlock, the command line frontend of
libcanlock, but are independent programs.

canlock-mhp (Message Header Parser) is intended to process RFC 5536 Netnews
articles and can be used to extract and unfold a single header field.

canlock-hfp (Header Field Parser) is intended to process RFC 8315 header fields
("Cancel-Lock" and "Cancel-Key").

There is also libcanlock-hp, a library to access the header parsers.


Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 621.251 KB

Version history: (Expand)


CVS history: (Expand)


   2025-03-04 10:37:39 by Nia Alarie | Files touched by this commit (31)
Log message:
*: Assume that the user has a C99-capable compiler.

A compiler that supports -std=c99 is required for
bootstrap, so it doesn't make sense to specify a c99
compiler everywhere in package makefiles.

At any rate, I would bet my entire life's savings that
this is a small fraction of the total number of packages
requiring c99.

Note that compilers that default to c89 but support c99
are still supported...
   2024-05-31 12:55:37 by Michael Baeuerle | Files touched by this commit (3)
Log message:
news/canlock-hp: Update to 3.3.1

pkgsrc patch removed.

3.3.1      2024-05-11
           Bugfix: Add path "$PREFIX/include" to pkg-config files. The
            former "$PREFIX/include/libcanlock-3" is still present for
            compatibility to existing code. The "libcanlock-3" directory
            should be part of preprocessor directives (as documented)
           Bugfix: Replace license name "MIT-like" with \ 
"ICU". Note that
            the license terms are unchanged (only the name was fixed)
           Add machine readable SPDX license identifiers.
   2024-04-29 14:34:31 by Michael Baeuerle | Files touched by this commit (3)
Log message:
news/canlock-hp: Improve pkg-config support.

- Add main include directory to Cflags in "libcanlock-hp-3.pc.in".
- Add PKGCONFIG_OVERRIDE to Makefile for runtime search path.

Bump PKGREVISION.
   2023-08-30 15:16:32 by Michael Baeuerle | Files touched by this commit (1)
Log message:
news/canlock-hp: 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:39:56 by Michael Baeuerle | Files touched by this commit (1)
Log message:
news/canlock-hp: Update homepage

canlock-hp was merged into libcanlock.
   2021-12-03 11:59:16 by Michael Baeuerle | Files touched by this commit (4)
Log message:
news/canlock-hp: Update to 3.3.0

Feature release to make the package more useful for servers.
Added buildlink3.mk.

- Bugfix: canlock-mhp utility no longer hangs if field name was not
  found
- Bugfix: Two memory leaks fixed in canlock-hfp utility
  (Reported by Dennis Preiser)
- Bugfix: Typo in canlock-mhp man page fixed
  (Reported by Julien Élie)
- Library libcanlock-hp added to execute the header parsers
  (for operating systems with POSIX API)
- New libcanlock-hp API function to unfold header fields added
  (Suggested by Julien Élie)
- Test suite extended for the new library. Tests for parser functions
  are skipped by default (because they require the installed parser
  utilities)
- Manual pages added for the new library
- Example programs added to the "hp/examples" subdirectory
  (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