The NetBSD Project

CVS log for pkgsrc/news/canlock-hp/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / news / canlock-hp

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri May 31 10:55:37 2024 UTC (8 months, 2 weeks ago) by micha
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base, pkgsrc-2024Q4, pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2, HEAD
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -4 lines
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.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Apr 29 12:34:31 2024 UTC (9 months, 2 weeks ago) by micha
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +4 -2 lines
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.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Aug 30 13:16:32 2023 UTC (17 months, 2 weeks ago) by micha
Branches: MAIN
CVS tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +6 -4 lines
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).

Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Oct 14 11:39:56 2022 UTC (2 years, 4 months ago) by micha
Branches: MAIN
CVS tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
news/canlock-hp: Update homepage

canlock-hp was merged into libcanlock.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Dec 3 10:59:16 2021 UTC (3 years, 2 months ago) by micha
Branches: MAIN
CVS tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +9 -7 lines
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)

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Jan 11 12:23:19 2021 UTC (4 years, 1 month ago) by micha
Branches: MAIN
CVS tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
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

Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Nov 30 11:28:14 2020 UTC (4 years, 2 months ago) by micha
Branches: MAIN
CVS tags: pkgsrc-2020Q4-base, pkgsrc-2020Q4
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
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)

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue May 19 16:06:17 2020 UTC (4 years, 8 months ago) by micha
Branches: MAIN
CVS tags: pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
news/canlock-hp: Update to 3.2.0

Sync with news/libcanlock.
No changes for header parsers.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Jan 7 12:21:12 2020 UTC (5 years, 1 month ago) by micha
Branches: MAIN
CVS tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
Update news/canlock-hp to 3.1.1

Build system: Makefile rules fixed that use DIST_SUBDIRS variable.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Feb 13 17:36:05 2019 UTC (6 years ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +5 -2 lines
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

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Aug 27 15:13:27 2018 UTC (6 years, 5 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
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").

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>