Mon Jan 11 12:23:19 2021 UTC ()
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


(micha)
diff -r1.5 -r1.6 pkgsrc/news/canlock-hp/Makefile
diff -r1.5 -r1.6 pkgsrc/news/canlock-hp/distinfo

cvs diff -r1.5 -r1.6 pkgsrc/news/canlock-hp/Makefile (expand / switch to unified diff)

--- pkgsrc/news/canlock-hp/Makefile 2020/11/30 11:28:14 1.5
+++ pkgsrc/news/canlock-hp/Makefile 2021/01/11 12:23:19 1.6
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.5 2020/11/30 11:28:14 micha Exp $ 1# $NetBSD: Makefile,v 1.6 2021/01/11 12:23:19 micha Exp $
2 2
3DISTNAME= libcanlock-3.2.1 3DISTNAME= libcanlock-3.2.2
4PKGNAME= ${DISTNAME:S/libcanlock/canlock-hp/} 4PKGNAME= ${DISTNAME:S/libcanlock/canlock-hp/}
5CATEGORIES= news 5CATEGORIES= news
6MASTER_SITES= http://micha.freeshell.org/libcanlock/src/ 6MASTER_SITES= http://micha.freeshell.org/libcanlock/src/
7EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
8 8
9MAINTAINER= micha@NetBSD.org 9MAINTAINER= micha@NetBSD.org
10HOMEPAGE= http://micha.freeshell.org/canlock-hp/ 10HOMEPAGE= http://micha.freeshell.org/canlock-hp/
11COMMENT= Parsers for RFC 5536 message headers and RFC 8315 header fields 11COMMENT= Parsers for RFC 5536 message headers and RFC 8315 header fields
12LICENSE= mit 12LICENSE= mit
13 13
14GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
15CONFIGURE_DIRS= hp 15CONFIGURE_DIRS= hp
16BUILD_DIRS= hp 16BUILD_DIRS= hp

cvs diff -r1.5 -r1.6 pkgsrc/news/canlock-hp/distinfo (expand / switch to unified diff)

--- pkgsrc/news/canlock-hp/distinfo 2020/11/30 11:28:14 1.5
+++ pkgsrc/news/canlock-hp/distinfo 2021/01/11 12:23:19 1.6
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.5 2020/11/30 11:28:14 micha Exp $ 1$NetBSD: distinfo,v 1.6 2021/01/11 12:23:19 micha Exp $
2 2
3SHA1 (libcanlock-3.2.1.tar.bz2) = 7e006e53dd6d23e81e444ed3213449feded54c04 3SHA1 (libcanlock-3.2.2.tar.bz2) = b352f4ced760c5bd7c6ab013316bf7110e0fa62b
4RMD160 (libcanlock-3.2.1.tar.bz2) = 2cdf193c4540d9cb9f669fd20e1574ff35274bb9 4RMD160 (libcanlock-3.2.2.tar.bz2) = 24d50fe5e4195c9ebda43f38a381bc9a66f6654b
5SHA512 (libcanlock-3.2.1.tar.bz2) = 2722afb552cfe4a87cd611ba1626600ad8c30ea7da96bd9b22e3d04f7cccdd3971749d8068b2631a5c225a17860981e232bb4f45e28d6fc841820aa7f647e3dc 5SHA512 (libcanlock-3.2.2.tar.bz2) = 3d194a37bdbdf640bb6996383ce988c9177573b6f84c29569d759308564c7636d98d5c267988bd034b33681f814400eb7fbecf78d90f54b126edb3bf384f928f
6Size (libcanlock-3.2.1.tar.bz2) = 462989 bytes 6Size (libcanlock-3.2.2.tar.bz2) = 467561 bytes