git: b03a64bcb126 - 2023Q1 - net/eternalterminal: Update to 6.2.4
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 23 Jan 2023 12:58:01 UTC
The branch 2023Q1 has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=b03a64bcb12603f43a425b51a58c1a014e7b9b42 commit b03a64bcb12603f43a425b51a58c1a014e7b9b42 Author: Will Tisdale <willtisdale@gmail.com> AuthorDate: 2023-01-21 16:57:51 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2023-01-23 12:53:49 +0000 net/eternalterminal: Update to 6.2.4 ChangeLog: https://github.com/MisterTea/EternalTerminal/compare/et-v6.2.1...et-v6.2.4 * CVE-2022-48257, CVE-2022-48258 remedied * fix readme regarding port forwarding * Fix test failures that started appearing in CI * Add documentation for the EternalTerminal protocol * ssh-et: apply upstream updates * docs: write gpg key to trusted.gpg.d for APT * Support for ipv6 addresses (with or without port specified) * ipv6 abbreviated address support * Fix launchd plist config to remove daemonization. * Explicitly set verbosity from cxxopts value. * Remove daemon flag in systemd config * Format all source with clang-format. * Fix tunnel parsing exception handling. * Fix SIGTERM behavior that causes systemd control of etserver to timeout. * Parse telemetry ini config as boolean and make telemetry opt-in. * Logfile open mode and permission plus location configurability. PR: 269079 Reported by: willtisdale@gmail.com (maintainer) MFH: 2023Q1 (security fixes) Security: CVE-2022-48257, CVE-2022-48258 (cherry picked from commit 2a6cc6635b837b263eef5058ecc822b82d23ceb8) --- net/eternalterminal/Makefile | 3 +-- net/eternalterminal/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/net/eternalterminal/Makefile b/net/eternalterminal/Makefile index 67e464c15d8e..68e107f6b238 100644 --- a/net/eternalterminal/Makefile +++ b/net/eternalterminal/Makefile @@ -1,7 +1,6 @@ PORTNAME= eternalterminal DISTVERSIONPREFIX= et-v -DISTVERSION= 6.2.1 -PORTREVISION= 1 +DISTVERSION= 6.2.4 CATEGORIES= net MAINTAINER= willtisdale@gmail.com diff --git a/net/eternalterminal/distinfo b/net/eternalterminal/distinfo index 535d7e16a7b3..7ff558accb1c 100644 --- a/net/eternalterminal/distinfo +++ b/net/eternalterminal/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1651782303 -SHA256 (MisterTea-EternalTerminal-et-v6.2.1_GH0.tar.gz) = fdf68a51cb8b62b3dbbacd1d2aeba5d5491e5142e65c97713c2f1ce61d4fdbed -SIZE (MisterTea-EternalTerminal-et-v6.2.1_GH0.tar.gz) = 22307167 +TIMESTAMP = 1674292212 +SHA256 (MisterTea-EternalTerminal-et-v6.2.4_GH0.tar.gz) = 95cfb79bc2f25d19eb84ca3c28dba860bb52b3750334d373adeb2cd061de6ba6 +SIZE (MisterTea-EternalTerminal-et-v6.2.4_GH0.tar.gz) = 22825824