CVS log for pkgsrc/security/xhash/Makefile
Up to [cvs.NetBSD.org] / pkgsrc / security / xhash
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Oct 20 16:31:43 2024 UTC (3 months, 2 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base,
pkgsrc-2024Q4,
HEAD
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -3
lines
xhash: update to 3.5.1.
Changelog:
- Update dependencies
- Update to Go 1.23
- Fix race condition with --all
- Major refactor and code tidying
From maintainer Ricardo Branco in PR 58765.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Sep 6 18:48:56 2024 UTC (5 months ago) by bsiegert
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base,
pkgsrc-2024Q3
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -1
lines
Revbump all Go packages after go122 update
Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Aug 19 15:14:35 2024 UTC (5 months, 2 weeks ago) by bsiegert
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -3
lines
xhash: update to 3.4.4
- add --base64 and -b options
- re-enable 224 and 384 sized hashes
Patch from Ricardo Branco in PR pkg/58267.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Aug 11 15:57:10 2024 UTC (5 months, 3 weeks ago) by bsiegert
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2
lines
Revbump all Go packages after update
Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Jul 3 06:59:31 2024 UTC (7 months ago) by bsiegert
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2
lines
Revbump all Go packages after go122 security update
Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Jun 13 13:47:08 2024 UTC (7 months, 3 weeks ago) by bsiegert
Branches: MAIN
CVS tags: pkgsrc-2024Q2-base,
pkgsrc-2024Q2
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2
lines
Revbump all Go packages after go122 update
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Jun 1 14:03:01 2024 UTC (8 months ago) by bsiegert
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2
lines
Revbump all Go packages, default Go version is now 1.22.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Apr 5 19:14:09 2024 UTC (10 months ago) by bsiegert
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1
lines
Revbump all Go packages after go121 update
Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Mar 1 15:51:25 2024 UTC (11 months, 1 week ago) by bsiegert
Branches: MAIN
CVS tags: pkgsrc-2024Q1-base,
pkgsrc-2024Q1
New package, xhash-3.3.2.
From Ricardo Branco in PR pkg/57963.
Closes NetBSD/pkgsrc#129.
This Go program uses goroutines to calculate multiple hashes on strings, files
and directories. The output format is fully configurable.
CVSweb <webmaster@jp.NetBSD.org>