Date: Tue, 07 Apr 2026 12:32:33 +0000 From: Adriaan de Groot <adridg@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 92bb44a5f467 - main - net-im/nheko: update to 0.12.1, latest upstream Message-ID: <69d4f961.31ca0.4a00767@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by adridg: URL: https://cgit.FreeBSD.org/ports/commit/?id=92bb44a5f467b26f4ca0c840fbbae235f527ccde commit 92bb44a5f467b26f4ca0c840fbbae235f527ccde Author: Adriaan de Groot <adridg@FreeBSD.org> AuthorDate: 2026-04-07 12:32:03 +0000 Commit: Adriaan de Groot <adridg@FreeBSD.org> CommitDate: 2026-04-07 12:32:03 +0000 net-im/nheko: update to 0.12.1, latest upstream Release-notes are at https://github.com/Nheko-Reborn/nheko/releases/tag/v0.12.1 There's a couple of encoding-bugs (labeled "security") in this release, as well as a bunch of general improvements. It's still a release from August 2025, so the patch (in FreeBSD ports, picked from a merged-fix upstream) for Qt 6.10 compatibility remains. Reported-By: makc@ --- net-im/nheko/Makefile | 9 ++------ net-im/nheko/distinfo | 6 +++--- net-im/nheko/files/patch-git-g8ff2824527 | 37 -------------------------------- 3 files changed, 5 insertions(+), 47 deletions(-) diff --git a/net-im/nheko/Makefile b/net-im/nheko/Makefile index 0b1ec8c789ca..7d2e7fa556b2 100644 --- a/net-im/nheko/Makefile +++ b/net-im/nheko/Makefile @@ -1,7 +1,6 @@ PORTNAME= nheko DISTVERSIONPREFIX= v -DISTVERSION= 0.12.0 -PORTREVISION= 5 +DISTVERSION= 0.12.1 CATEGORIES= net-im PATCH_SITES= https://github.com/Nheko-Reborn/nheko/commit/ @@ -34,8 +33,7 @@ USES= cmake compiler:c++20-lang desktop-file-utils \ USE_GITHUB= yes GH_ACCOUNT= Nheko-Reborn GH_TUPLE= hoytech:lmdbxx:029fb681213af3020f5e3a86045445552bd024c5:lmdb/deps/lmdb -USE_QT= base declarative multimedia \ - svg \ +USE_QT= base declarative multimedia svg \ tools:build translations:build # There is one external dependency: lmdb++ @@ -45,8 +43,6 @@ CMAKE_ARGS= -DLMDBXX_INCLUDE_DIR=${WRKSRC}/deps/lmdb \ CFLAGS+= -DSPDLOG_FMT_EXTERNAL=1 LDFLAGS+= -L${LOCALBASE}/lib -lfmt -PATCH_STRIP= -p1 - OPTIONS_DEFINE= VOIP OPTIONS_DEFAULT= @@ -56,5 +52,4 @@ VOIP_USES= gstreamer gettext-runtime xorg gnome VOIP_USE= gstreamer=bad,dtls,srtp,webrtc xorg=xcb gnome=glib20 VOIP_CMAKE_BOOL= VOIP - .include <bsd.port.mk> diff --git a/net-im/nheko/distinfo b/net-im/nheko/distinfo index b0ef03578bef..8a701ab9f5a1 100644 --- a/net-im/nheko/distinfo +++ b/net-im/nheko/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1763630399 -SHA256 (Nheko-Reborn-nheko-v0.12.0_GH0.tar.gz) = a3a7578bd9386a0b9a4188fa1296fdddb7df0f846c39728b80a998f9d06f36d1 -SIZE (Nheko-Reborn-nheko-v0.12.0_GH0.tar.gz) = 2094339 +TIMESTAMP = 1775479401 +SHA256 (Nheko-Reborn-nheko-v0.12.1_GH0.tar.gz) = 81cc613ee2420b1289c9cc7aeee81cae69a153971fd3112225e48d1c7b224ea5 +SIZE (Nheko-Reborn-nheko-v0.12.1_GH0.tar.gz) = 2143800 SHA256 (hoytech-lmdbxx-029fb681213af3020f5e3a86045445552bd024c5_GH0.tar.gz) = f1d048d7ec720667a3ea091ed44f06eb79171e77d646a59dac45b9e5ff75f33b SIZE (hoytech-lmdbxx-029fb681213af3020f5e3a86045445552bd024c5_GH0.tar.gz) = 52468 SHA256 (af2ca72030deb14a920a888e807dc732d93e3714.patch) = 6ec0a7f9e727fbb5969169905b3fb50e796360f363c7faf2112b083a47ac4021 diff --git a/net-im/nheko/files/patch-git-g8ff2824527 b/net-im/nheko/files/patch-git-g8ff2824527 deleted file mode 100644 index a70f007e77b4..000000000000 --- a/net-im/nheko/files/patch-git-g8ff2824527 +++ /dev/null @@ -1,37 +0,0 @@ -diff --git a/src/RegisterPage.cpp b/src/RegisterPage.cpp -index 93e2cf1bb..562d2c82a 100644 ---- a/src/RegisterPage.cpp -+++ b/src/RegisterPage.cpp -@@ -4,6 +4,8 @@ - - #include <set> - -+#include <fmt/ranges.h> -+ - #include <mtx/responses/common.hpp> - #include <mtx/responses/register.hpp> - #include <mtx/responses/version.hpp> -diff --git a/src/Utils.cpp b/src/Utils.cpp -index 3e7340f44..99d337c4d 100644 ---- a/src/Utils.cpp -+++ b/src/Utils.cpp -@@ -26,6 +26,7 @@ - #include <QWindow> - #include <QXmlStreamReader> - -+#include <fmt/ranges.h> - #include <nlohmann/json.hpp> - - #include <cmark.h> -diff --git a/src/encryption/DeviceVerificationFlow.cpp b/src/encryption/DeviceVerificationFlow.cpp -index cb595df0e..0757d88cb 100644 ---- a/src/encryption/DeviceVerificationFlow.cpp -+++ b/src/encryption/DeviceVerificationFlow.cpp -@@ -9,6 +9,7 @@ - #include <QDateTime> - #include <QTimer> - -+#include <fmt/ranges.h> - #include <nlohmann/json.hpp> - - #include "Cache.h"home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69d4f961.31ca0.4a00767>
