pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/news/libcanlock news/libcanlock: Update to 3.2.2
details: https://anonhg.NetBSD.org/pkgsrc/rev/2f360768cd3d
branches: trunk
changeset: 444640:2f360768cd3d
user: micha <micha%pkgsrc.org@localhost>
date: Mon Jan 11 12:16:36 2021 +0000
description:
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
diffstat:
news/libcanlock/Makefile | 7 ++-----
news/libcanlock/distinfo | 11 +++++------
news/libcanlock/patches/patch-src_secret.c | 16 ----------------
3 files changed, 7 insertions(+), 27 deletions(-)
diffs (58 lines):
diff -r ec1a477f8f77 -r 2f360768cd3d news/libcanlock/Makefile
--- a/news/libcanlock/Makefile Mon Jan 11 11:21:31 2021 +0000
+++ b/news/libcanlock/Makefile Mon Jan 11 12:16:36 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2020/11/30 11:33:38 micha Exp $
+# $NetBSD: Makefile,v 1.7 2021/01/11 12:16:36 micha Exp $
-DISTNAME= libcanlock-3.2.1
+DISTNAME= libcanlock-3.2.2
CATEGORIES= news
MASTER_SITES= http://micha.freeshell.org/libcanlock/src/
EXTRACT_SUFX= .tar.bz2
@@ -17,9 +17,6 @@
TEST_TARGET= test
-# Recent NetBSD has a namespace clash with its implementation defined extensions
-CFLAGS+= -D_POSIX_C_SOURCE=200112L
-
CONFIGURE_ARGS+= --disable-legacy-api
CONFIGURE_ARGS+= --enable-pc-files
CONFIGURE_ARGS+= --with-pkgconfigdir=${PREFIX}/lib/pkgconfig
diff -r ec1a477f8f77 -r 2f360768cd3d news/libcanlock/distinfo
--- a/news/libcanlock/distinfo Mon Jan 11 11:21:31 2021 +0000
+++ b/news/libcanlock/distinfo Mon Jan 11 12:16:36 2021 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.6 2020/11/30 11:33:38 micha Exp $
+$NetBSD: distinfo,v 1.7 2021/01/11 12:16:36 micha Exp $
-SHA1 (libcanlock-3.2.1.tar.bz2) = 7e006e53dd6d23e81e444ed3213449feded54c04
-RMD160 (libcanlock-3.2.1.tar.bz2) = 2cdf193c4540d9cb9f669fd20e1574ff35274bb9
-SHA512 (libcanlock-3.2.1.tar.bz2) = 2722afb552cfe4a87cd611ba1626600ad8c30ea7da96bd9b22e3d04f7cccdd3971749d8068b2631a5c225a17860981e232bb4f45e28d6fc841820aa7f647e3dc
-Size (libcanlock-3.2.1.tar.bz2) = 462989 bytes
-SHA1 (patch-src_secret.c) = c5319326b518bd9de4a4763acdbf3d848a3e238c
+SHA1 (libcanlock-3.2.2.tar.bz2) = b352f4ced760c5bd7c6ab013316bf7110e0fa62b
+RMD160 (libcanlock-3.2.2.tar.bz2) = 24d50fe5e4195c9ebda43f38a381bc9a66f6654b
+SHA512 (libcanlock-3.2.2.tar.bz2) = 3d194a37bdbdf640bb6996383ce988c9177573b6f84c29569d759308564c7636d98d5c267988bd034b33681f814400eb7fbecf78d90f54b126edb3bf384f928f
+Size (libcanlock-3.2.2.tar.bz2) = 467561 bytes
diff -r ec1a477f8f77 -r 2f360768cd3d news/libcanlock/patches/patch-src_secret.c
--- a/news/libcanlock/patches/patch-src_secret.c Mon Jan 11 11:21:31 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-$NetBSD: patch-src_secret.c,v 1.1 2018/08/27 15:14:03 wiz Exp $
-
-Do not mask implementation defined extensions from the namespace.
-
---- src/secret.c.orig 2018-01-15 11:37:46.000000000 +0000
-+++ src/secret.c
-@@ -29,6 +29,9 @@
- * of the copyright holder.
- */
-
-+/* Make implementation defined extensions visible here */
-+#undef _POSIX_C_SOURCE
-+
- /* C11 (if available) */
- #define __STDC_WANT_LIB_EXT1__ 1 /*!< Request for Annex K */
-
Home |
Main Index |
Thread Index |
Old Index