Path to this page:
./
news/canlock-hp,
Parsers for RFC 5536 message headers and RFC 8315 header fields
Branch: CURRENT,
Version: 3.2.2,
Package name: canlock-hp-3.2.2,
Maintainer: michaThe 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").
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: b352f4ced760c5bd7c6ab013316bf7110e0fa62b
RMD160: 24d50fe5e4195c9ebda43f38a381bc9a66f6654b
Filesize: 456.603 KB
Version history: (Expand)
- (2021-01-11) Updated to version: canlock-hp-3.2.2
- (2020-11-30) Updated to version: canlock-hp-3.2.1
- (2020-05-19) Updated to version: canlock-hp-3.2.0
- (2020-01-08) Updated to version: canlock-hp-3.1.1
- (2019-02-13) Updated to version: canlock-hp-3.1.0
- (2018-09-10) Package added to pkgsrc.se, version canlock-hp-0.0.3 (created)
CVS history: (Expand)
2021-01-11 13:23:19 by Michael Baeuerle | Files touched by this commit (2) |  |
Log message:
news/canlock-hp: Update to 3.2.2
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:28:14 by Michael Baeuerle | Files touched by this commit (2) |  |
Log message:
news/libcanlock: Update to 3.2.1
Changelog
=========
3.2.1 2020-11-28
Bugfix: off-by-one heap buffer overflow fixed in canlock-mhp
(If header is larger than 4 KiByte. Found by Valgrind)
Bugfix: canlock-mhp end of header detection fixed
(Found by test suite on openSUSE. Reported by Martin Hauke)
|
2020-05-19 18:06:17 by Michael Baeuerle | Files touched by this commit (2) |  |
Log message:
news/canlock-hp: Update to 3.2.0
Sync with news/libcanlock.
No changes for header parsers.
|
2020-01-07 13:21:12 by Michael Baeuerle | Files touched by this commit (2) |  |
Log message:
Update news/canlock-hp to 3.1.1
Build system: Makefile rules fixed that use DIST_SUBDIRS variable.
|
2019-02-13 18:36:05 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
canlock-hp: update to 3.1.0.
Provided by Michael Bäuerle via pkgsrc-wip.
Source tree of canlock-hp was merged into libcanlock.
This package now tracks the version number of libcanlock.
Changelog
=========
3.1.0 2019-01-26
Merged into libcanlock package. Now using the same version number.
Manual page of canlock-hfp utility updated
|
2018-08-27 17:13:27 by Thomas Klausner | Files touched by this commit (4) |
Log message:
news/canlock-hp: import canlock-hp-0.0.3
Packaged for wip by Michael Bäuerle.
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").
|