Summary: | devel/ammonite Update to 2.5.6 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Jens Grassel <freebsd-ports> | ||||
Component: | Individual Port(s) | Assignee: | Fernando Apesteguía <fernape> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | CC: | fernape, fluffy, ports-secteam | ||||
Priority: | --- | Flags: | fluffy:
merge-quarterly+
|
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
^Triage: If there is a changelog or release notes URL available for this version, please add it to the URL field. ^Triage: Please set the maintainer-approval attachment flag (to +) on patches for ports you maintain to signify approval. -- Attachment -> Details -> maintainer-approval [+] Thanks! Comment on attachment 239417 [details]
Patch to update devel/ammonite to version 2.5.6
Setting maintainer approval on patch
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=0e2dea2d2cd1116cf374b530bac403d72604d3f2 commit 0e2dea2d2cd1116cf374b530bac403d72604d3f2 Author: Jens Grassel <freebsd-ports@jan0sch.de> AuthorDate: 2023-01-13 09:43:14 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2023-01-14 17:18:17 +0000 devel/ammonite: Update to 2.5.6 * Update coursier to 2.1.0-RC1 which also closes some potential security vulnerabilities * Improved Scala 3 support including @main annotation support * Added support for Scala 3.2.1 PR: 268900 Reported by: freebsd-ports@jan0sch.de MFH: 2023Q1 (security fix) devel/ammonite/Makefile | 2 +- devel/ammonite/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) Committed and merged to 2023Q1, Thanks! A commit in branch 2023Q1 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=2f9446b86fe2c2fbe98d8fa1aa9f6556bbce7daf commit 2f9446b86fe2c2fbe98d8fa1aa9f6556bbce7daf Author: Jens Grassel <freebsd-ports@jan0sch.de> AuthorDate: 2023-01-13 09:43:14 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2023-01-14 17:19:14 +0000 devel/ammonite: Update to 2.5.6 * Update coursier to 2.1.0-RC1 which also closes some potential security vulnerabilities * Improved Scala 3 support including @main annotation support * Added support for Scala 3.2.1 PR: 268900 Reported by: freebsd-ports@jan0sch.de MFH: 2023Q1 (security fix) (cherry picked from commit 0e2dea2d2cd1116cf374b530bac403d72604d3f2) devel/ammonite/Makefile | 2 +- devel/ammonite/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) |
Created attachment 239417 [details] Patch to update devel/ammonite to version 2.5.6 Hi, I've created a patch to update devel/ammonite to version 2.5.6. This update includes a fix for a potential security issue (see Changelog). Changelog ========= - Update coursier to 2.1.0-RC1 which also closes some potential security vulnerabilities - Improved Scala 3 support including @main annotation support - Added support for Scala 3.2.1 Kind regards, Jens