Re: git: de61b0ce4344 - main - devel/jujutsu: upgrade to 0.28.1
- In reply to: Stefan_Eßer : "Re: git: de61b0ce4344 - main - devel/jujutsu: upgrade to 0.28.1"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 06 Apr 2025 20:49:03 UTC
Am 06.04.25 um 22:45 schrieb Stefan Eßer: > Am 06.04.25 um 22:19 schrieb Daniel Engberg: >> On 2025-04-06 21:52, Stefan Eßer wrote: >>> The branch main has been updated by se: >>> >>> URL:https://cgit.FreeBSD.org/ports/commit/? >>> id=de61b0ce4344c0e49891bfd2b68b1a6d1dccc360 >>> >>> commit de61b0ce4344c0e49891bfd2b68b1a6d1dccc360 >>> Author: Siva Mahadevan<me@svmhdvn.name> >>> AuthorDate: 2025-04-06 16:13:42 +0000 >>> Commit: Stefan Eßer<se@FreeBSD.org> >>> CommitDate: 2025-04-06 19:51:04 +0000 >>> >>> devel/jujutsu: upgrade to 0.28.1 >>> This upgrade contains the functional changes introduced in >>> version 0.28.0 and the fix for the security issue that had >>> been introduced in that version. >>> The dependency on libzstd.so has been removed. >>> See the release notes for a list of fixes and changes: >>> https://github.com/martinvonz/jj/releases/tag/v0.28.0 >>> https://github.com/martinvonz/jj/releases/tag/v0.28.1 >>> PR: 276648 >> >> Hi, >> >> |GH_ACCOUNT in Makefile should be updated Can this also be fixed? >> CARGO_CRATES=openssl-src-300.3.2+3.3.2 (a vendored copy of OpenSSL) from the >> build, e.g., by patching Cargo.toml appropriately. Best regards, Daniel | > > Thank you for pointing out the new GH_ACCOUNT. Since the previous > account still works, I have locally patched the Makefile, but do > not want to commit the updated Makefile until there is some other > change (i.e.. version update). > > Best regards, STefan Regarding the depenency on openssl-src-300.3.2+3.3.2: I tried to removed that dependency, but this lead to dependency issues and I have not been able to resolve those in the time I was willing to spend. TLS seems to work, therefore I'd think that the warning can be ignored. A patch that removes the warning would be appreciated. Best regards, STefan