CVS log for pkgsrc/security/signify/Makefile
Up to [cvs.NetBSD.org] / pkgsrc / security / signify
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Jan 16 14:18:59 2024 UTC (15 months ago) by vins
Branches: MAIN
CVS tags: pkgsrc-2025Q1-base,
pkgsrc-2025Q1,
pkgsrc-2024Q4-base,
pkgsrc-2024Q4,
pkgsrc-2024Q3-base,
pkgsrc-2024Q3,
pkgsrc-2024Q2-base,
pkgsrc-2024Q2,
pkgsrc-2024Q1-base,
pkgsrc-2024Q1,
HEAD
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +10 -8
lines
security/signify: update to 0.13
# pkgsrc changes
* use patch to blank file instead of 'files' dir.
# upstream changes
* fix bug whereby a package with an exact numbers of 64K chunks would
produce a spurious error
* make sure that we got all the signed blocks at EOF
before exit(0)
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Aug 26 11:27:42 2023 UTC (19 months, 3 weeks ago) by vins
Branches: MAIN
CVS tags: pkgsrc-2023Q4-base,
pkgsrc-2023Q4,
pkgsrc-2023Q3-base,
pkgsrc-2023Q3
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +11 -9
lines
security/signify: honor CFLAGS/LDFLAGS.
Also switch to upstream official code repo instead of Github mirror.
Bump revision.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Dec 6 14:41:38 2022 UTC (2 years, 4 months ago) by vins
Branches: MAIN
CVS tags: pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2
lines
Reset maintainer for my packages to reflect new mail address.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Nov 21 18:20:44 2022 UTC (2 years, 5 months ago) by jperkin
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -1
lines
*: Re-apply SunOS linker argument removals.
These are currently duplicated in mk/platform/SunOS.mk but the generic
removals will be removed soon in favour of per-package removals, due to
flags getting leaked into installed files.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Nov 5 16:16:21 2022 UTC (2 years, 5 months ago) by pin
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2
lines
security/signify: update to 0.12.
The version number is kept consistent with that of outils.
Sources have been synced with upstream OpenBSD/src.
Changes relevant to signify:
- Unused variables moved under !VERIFYONLY
- In -C mode, the public key is optional since it can be deduced from
the untrusted comment. In this case, don't ignore -t but rather make
it work as expected.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Oct 8 11:30:27 2022 UTC (2 years, 6 months ago) by bsiegert
Branches: MAIN
New package for signify, from pkgsrc-wip
The signify utility creates and verifies cryptographic signatures.
A signature verifies the integrity of a message
This version of signify is part of outils, a portable collection of
non-standard OpenBSD tools.
CVSweb <webmaster@jp.NetBSD.org>