Bug 282225 - security/xhash: Update to v3.5.1
Summary: security/xhash: Update to v3.5.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Koichiro Iwao
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-10-20 11:48 UTC by Ricardo Branco
Modified: 2024-11-01 01:53 UTC (History)
1 user (show)

See Also:


Attachments
0001-security-xhash-Update-to-v3.5.1.patch (3.45 KB, patch)
2024-10-20 11:48 UTC, Ricardo Branco
rbranco: maintainer-approval+
Details | Diff
Update to v3.5.2 (3.52 KB, patch)
2024-10-26 17:58 UTC, Ricardo Branco
rbranco: maintainer-approval+
Details | Diff
Hopefully final patch (3.52 KB, patch)
2024-10-31 16:57 UTC, Ricardo Branco
rbranco: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ricardo Branco 2024-10-20 11:48:52 UTC
Created attachment 254395 [details]
0001-security-xhash-Update-to-v3.5.1.patch

I'm the maintainer.

Changelog:
- Update dependencies
- Update to Go 1.23
- Fix race condition with --all
- Major refactor and code tidying
Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2024-10-20 11:48:52 UTC
Maintainer informed via mail
Comment 2 Koichiro Iwao freebsd_committer freebsd_triage 2024-10-22 09:05:12 UTC
(In reply to Ricardo Branco from comment #0)
Could you update MAINTAINER to suse.com? Either suse.com or suse.de is fine but I recommend to use the same email address for Bugzilla account and port MAINTAINER,
Comment 3 Ricardo Branco 2024-10-26 17:58:38 UTC
Created attachment 254539 [details]
Update to v3.5.2

Fixed maintainer e-mail.

Changelog vs previous patch:

- Fix -L option description
- Fix --size option when used with -s
- Drop 224 & 384 hashes
- Fix deep copy of chosen algorithm list
Comment 4 Ricardo Branco 2024-10-31 16:57:28 UTC
Created attachment 254822 [details]
Hopefully final patch

Changelog:

- Escape like coreutils md5sum
Comment 5 commit-hook freebsd_committer freebsd_triage 2024-11-01 01:41:44 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c2a8a5e07ecb31ad1235780858e8d849462fc09d

commit c2a8a5e07ecb31ad1235780858e8d849462fc09d
Author:     Ricardo Branco <rbranco@suse.de>
AuthorDate: 2024-10-20 11:41:24 +0000
Commit:     Koichiro Iwao <meta@FreeBSD.org>
CommitDate: 2024-11-01 01:40:07 +0000

    security/xhash: Update to v3.5.3

    While here,

    - Sync MAINTAINER to maintainer's Bugzilla email

    PR:             282225

 security/xhash/Makefile | 14 +++++++-------
 security/xhash/distinfo | 20 +++++++++++---------
 2 files changed, 18 insertions(+), 16 deletions(-)
Comment 6 Koichiro Iwao freebsd_committer freebsd_triage 2024-11-01 01:53:53 UTC
Committed, thanks!