Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 2A7671A9239 for ; Fri, 3 Dec 2021 10:59:19 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 2FA8884F34; Fri, 3 Dec 2021 10:59:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 68C6C84F22 for ; Fri, 3 Dec 2021 10:59:17 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id JQ7IyzFGXvEd for ; Fri, 3 Dec 2021 10:59:16 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id ABA0A84D58 for ; Fri, 3 Dec 2021 10:59:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9FE09FAEC; Fri, 3 Dec 2021 10:59:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_163852915617850" MIME-Version: 1.0 Date: Fri, 3 Dec 2021 10:59:16 +0000 From: "Michael Baeuerle" Subject: CVS commit: pkgsrc/news/canlock-hp To: pkgsrc-changes@NetBSD.org Reply-To: micha@netbsd.org X-Mailer: log_accum Message-Id: <20211203105916.9FE09FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_163852915617850 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: micha Date: Fri Dec 3 10:59:16 UTC 2021 Modified Files: pkgsrc/news/canlock-hp: DESCR Makefile PLIST distinfo 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) To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/news/canlock-hp/DESCR \ pkgsrc/news/canlock-hp/PLIST cvs rdiff -u -r1.6 -r1.7 pkgsrc/news/canlock-hp/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/news/canlock-hp/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_163852915617850 Content-Disposition: inline Content-Length: 3203 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/news/canlock-hp/DESCR diff -u pkgsrc/news/canlock-hp/DESCR:1.1 pkgsrc/news/canlock-hp/DESCR:1.2 --- pkgsrc/news/canlock-hp/DESCR:1.1 Mon Aug 27 15:13:27 2018 +++ pkgsrc/news/canlock-hp/DESCR Fri Dec 3 10:59:16 2021 @@ -8,3 +8,5 @@ articles and can be used to extract and 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. Index: pkgsrc/news/canlock-hp/PLIST diff -u pkgsrc/news/canlock-hp/PLIST:1.1 pkgsrc/news/canlock-hp/PLIST:1.2 --- pkgsrc/news/canlock-hp/PLIST:1.1 Mon Aug 27 15:13:27 2018 +++ pkgsrc/news/canlock-hp/PLIST Fri Dec 3 10:59:16 2021 @@ -1,5 +1,11 @@ -@comment $NetBSD: PLIST,v 1.1 2018/08/27 15:13:27 wiz Exp $ +@comment $NetBSD: PLIST,v 1.2 2021/12/03 10:59:16 micha Exp $ bin/canlock-hfp bin/canlock-mhp +include/libcanlock-3/canlock-hp.h +lib/libcanlock-hp.la +lib/pkgconfig/libcanlock-hp-3.pc man/man1/canlock-hfp.1 man/man1/canlock-mhp.1 +man/man3/cl_hp_get_field.3 +man/man3/cl_hp_parse_field.3 +man/man3/cl_hp_unfold_field.3 Index: pkgsrc/news/canlock-hp/Makefile diff -u pkgsrc/news/canlock-hp/Makefile:1.6 pkgsrc/news/canlock-hp/Makefile:1.7 --- pkgsrc/news/canlock-hp/Makefile:1.6 Mon Jan 11 12:23:19 2021 +++ pkgsrc/news/canlock-hp/Makefile Fri Dec 3 10:59:16 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2021/01/11 12:23:19 micha Exp $ +# $NetBSD: Makefile,v 1.7 2021/12/03 10:59:16 micha Exp $ -DISTNAME= libcanlock-3.2.2 +DISTNAME= libcanlock-3.3.0 PKGNAME= ${DISTNAME:S/libcanlock/canlock-hp/} CATEGORIES= news MASTER_SITES= http://micha.freeshell.org/libcanlock/src/ @@ -11,14 +11,16 @@ HOMEPAGE= http://micha.freeshell.org/can COMMENT= Parsers for RFC 5536 message headers and RFC 8315 header fields LICENSE= mit -GNU_CONFIGURE= yes -CONFIGURE_DIRS= hp -BUILD_DIRS= hp - +USE_TOOLS+= lex yacc USE_LANGUAGES+= c99 +USE_LIBTOOL= yes -USE_TOOLS+= lex yacc +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --enable-pc-files +CONFIGURE_ARGS+= --with-pkgconfigdir=${PREFIX}/lib/pkgconfig +CONFIGURE_DIRS= hp +BUILD_DIRS= hp TEST_TARGET= test .include "../../mk/bsd.pkg.mk" Index: pkgsrc/news/canlock-hp/distinfo diff -u pkgsrc/news/canlock-hp/distinfo:1.8 pkgsrc/news/canlock-hp/distinfo:1.9 --- pkgsrc/news/canlock-hp/distinfo:1.8 Tue Oct 26 11:09:34 2021 +++ pkgsrc/news/canlock-hp/distinfo Fri Dec 3 10:59:16 2021 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2021/10/26 11:09:34 nia Exp $ +$NetBSD: distinfo,v 1.9 2021/12/03 10:59:16 micha Exp $ -BLAKE2s (libcanlock-3.2.2.tar.bz2) = de1a9809362de52dcd79ffc33740c3d605c5bbce55e000632d84b2db0503b786 -SHA512 (libcanlock-3.2.2.tar.bz2) = 3d194a37bdbdf640bb6996383ce988c9177573b6f84c29569d759308564c7636d98d5c267988bd034b33681f814400eb7fbecf78d90f54b126edb3bf384f928f -Size (libcanlock-3.2.2.tar.bz2) = 467561 bytes +BLAKE2s (libcanlock-3.3.0.tar.bz2) = e92e29824779fc262d3775e217c6d76d8a99baf8d55c837c317d0025b53349a3 +SHA512 (libcanlock-3.3.0.tar.bz2) = 100d2b4bf3eadedb7da230317cd37b2c1b259bbd783099a74e0d75fdc6ecddb8a6fd854a2b272bda3629bcf1ac1ae2b3d5657fca9137c17e38aad88f30e4c81c +Size (libcanlock-3.3.0.tar.bz2) = 625796 bytes --_----------=_163852915617850--