Bug 269155 - devel/simdjson: update to 3.1.0
Summary: devel/simdjson: update to 3.1.0
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: Fernando Apesteguía
URL: https://github.com/simdjson/simdjson/...
Keywords: needs-qa
Depends on:
Blocks:
 
Reported: 2023-01-25 19:44 UTC by Oleg Ginzburg
Modified: 2023-01-27 16:51 UTC (History)
2 users (show)

See Also:


Attachments
devel/simdjson: update to 3.1.0 (1.48 KB, patch)
2023-01-25 19:44 UTC, Oleg Ginzburg
no flags Details | Diff
devel/simdjson: update to 3.1.0 (update CRC) (1.48 KB, patch)
2023-01-27 08:38 UTC, Oleg Ginzburg
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Oleg Ginzburg 2023-01-25 19:44:39 UTC
Created attachment 239705 [details]
devel/simdjson: update to 3.1.0

Update to 3.1.0
Comment 1 Fernando Apesteguía freebsd_committer freebsd_triage 2023-01-26 18:33:17 UTC
^Triage: Please set the maintainer-approval attachment flag (to +) on patches for ports you maintain to signify approval.
--
Attachment -> Details -> maintainer-approval [+]

^Triage: Maintainer-feedback flag (+) not required unless requested (?) first.

Thanks!
Comment 2 Fernando Apesteguía freebsd_committer freebsd_triage 2023-01-26 18:51:28 UTC
fetch: https://codeload.github.com/simdjson/simdjson/tar.gz/v3.1.0?dummy=/simdjson-simdjson-v3.1.0_GH0.tar.gz: size of remote file is not known
simdjson-simdjson-v3.1.0_GH0.tar.gz                   1594 kB 4969 kBps    00s
=> Fetched file size mismatch (expected 1632854, actual 1632837)

Is this upstream re-rolling the release or is this something else?
Comment 3 Daniel Engberg freebsd_committer freebsd_triage 2023-01-27 00:29:02 UTC
I'm going to guess it's because of this commit
https://github.com/simdjson/simdjson/commit/7500d7bb4fa7323e6776ed47ca7e5e9b0084d2fc
Comment 4 Oleg Ginzburg 2023-01-27 08:38:16 UTC
Created attachment 239739 [details]
devel/simdjson: update to 3.1.0 (update CRC)

update CRC for 3.1.0
Comment 5 Oleg Ginzburg 2023-01-27 08:40:41 UTC
Indeed, the archive was re-packed. I updated the patch according to changes. Thanks.
Comment 6 Fernando Apesteguía freebsd_committer freebsd_triage 2023-01-27 11:27:53 UTC
Oh boy... that is so wrong.

Thanks for the updated patch!
Comment 7 commit-hook freebsd_committer freebsd_triage 2023-01-27 16:45:32 UTC
A commit in branch main references this bug:

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

commit 6fc345e93b6e99209ef178fcc2720e5e29580cf2
Author:     Oleg Ginzburg <olevole@olevole.ru>
AuthorDate: 2023-01-27 11:22:06 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2023-01-27 16:40:22 +0000

    devel/simdjson: update to 3.1.0

    ChangeLog: https://github.com/simdjson/simdjson/releases

     * Disabling fallback kernel on systems where it is not needed.
     * Testing and fixing log issues.
     * complete number_in_string for documents, stringify the version macro and
       improving trailing content errors.

    PR:             269155
    Reported by:    olevole@olevole.ru (maintainer)

 devel/simdjson/Makefile  | 2 +-
 devel/simdjson/distinfo  | 6 +++---
 devel/simdjson/pkg-plist | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)
Comment 8 Fernando Apesteguía freebsd_committer freebsd_triage 2023-01-27 16:51:49 UTC
Committed,

Thanks!