Date: Tue, 6 Apr 2021 11:35:03 GMT 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: 7143d361cb6b - main - Update net-im/libquotient to 0.6.6 (latest upstream) Message-ID: <202104061135.136BZ3iT065449@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by adridg: URL: https://cgit.FreeBSD.org/ports/commit/?id=7143d361cb6b3f351e3b630f127034465eb84c4e commit 7143d361cb6b3f351e3b630f127034465eb84c4e Author: Adriaan de Groot <adridg@FreeBSD.org> AuthorDate: 2021-04-06 11:32:34 +0000 Commit: Adriaan de Groot <adridg@FreeBSD.org> CommitDate: 2021-04-06 11:32:34 +0000 Update net-im/libquotient to 0.6.6 (latest upstream) libQuotient is a Matrix-client library used by several Matrix clients in the ports tree. 0.6.6 fixes a crash that can be triggered remotely. Bump two consumers to make them rebuild. net-im/spectral isn't bumped because it doesn't see any development, needs a specific bundled git hash, etc .. While here mark the old-old name of libQuotient as deprecated; I don't think it has any consumers. --- net-im/libqmatrixclient/Makefile | 3 +++ net-im/libquotient/Makefile | 2 +- net-im/libquotient/distinfo | 6 +++--- net-im/neochat/Makefile | 3 ++- net-im/quaternion/Makefile | 3 ++- 5 files changed, 11 insertions(+), 6 deletions(-) diff --git a/net-im/libqmatrixclient/Makefile b/net-im/libqmatrixclient/Makefile index 5151c9217194..3efd9b1e0926 100644 --- a/net-im/libqmatrixclient/Makefile +++ b/net-im/libqmatrixclient/Makefile @@ -7,6 +7,9 @@ CATEGORIES= net-im MAINTAINER= adridg@FreeBSD.org COMMENT= Matrix IM support library using Qt technologies +DEPRECATED= Use libQuotient (devel/libquotient) instead +EXPIRATION_DATE= 2021-05-07 + LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/net-im/libquotient/Makefile b/net-im/libquotient/Makefile index 248925c89b90..0afd279e865b 100644 --- a/net-im/libquotient/Makefile +++ b/net-im/libquotient/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libquotient -DISTVERSION= 0.6.4 +DISTVERSION= 0.6.6 CATEGORIES= net-im MAINTAINER= adridg@FreeBSD.org diff --git a/net-im/libquotient/distinfo b/net-im/libquotient/distinfo index 9b8c8bbde380..b54b8971abe6 100644 --- a/net-im/libquotient/distinfo +++ b/net-im/libquotient/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1610901700 -SHA256 (quotient-im-libQuotient-0.6.4_GH0.tar.gz) = 4c43a68c144d41e3826f2e1ce006760129694b79d8d7f302dea81328c6a663ce -SIZE (quotient-im-libQuotient-0.6.4_GH0.tar.gz) = 559830 +TIMESTAMP = 1617662971 +SHA256 (quotient-im-libQuotient-0.6.6_GH0.tar.gz) = 33d3da5a7045bbe2611dd73104279986dd8356b24de339dd10874c1a9417bba7 +SIZE (quotient-im-libQuotient-0.6.6_GH0.tar.gz) = 560130 diff --git a/net-im/neochat/Makefile b/net-im/neochat/Makefile index f24fecf09168..0d57888ece6d 100644 --- a/net-im/neochat/Makefile +++ b/net-im/neochat/Makefile @@ -2,6 +2,7 @@ PORTNAME= neochat DISTVERSION= 1.1.1 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION} @@ -13,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSES/GPL-3.0-only.txt LIB_DEPENDS= libcmark.so:textproc/cmark \ libqt5keychain.so:security/qtkeychain -BUILD_DEPENDS= libquotient>=0.6.4:net-im/libquotient \ +BUILD_DEPENDS= libquotient>=0.6.6:net-im/libquotient \ kquickimageeditor>=0.1.2:graphics/kquickimageeditor # Quotient is a static lib RUN_DEPENDS= kquickimageeditor>=0.1.2:graphics/kquickimageeditor diff --git a/net-im/quaternion/Makefile b/net-im/quaternion/Makefile index a64ce389b338..706612d9e55f 100644 --- a/net-im/quaternion/Makefile +++ b/net-im/quaternion/Makefile @@ -2,6 +2,7 @@ PORTNAME= Quaternion DISTVERSION= 0.0.95-beta3 +PORTREVISION= 1 CATEGORIES= net-im MAINTAINER= adridg@FreeBSD.org @@ -12,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libqt5keychain.so:security/qtkeychain \ libsecret-1.so:security/libsecret -BUILD_DEPENDS= libquotient>=0.6.4:net-im/libquotient +BUILD_DEPENDS= libquotient>=0.6.6:net-im/libquotient USES= cmake compiler:c++17-lang gettext-runtime gnome \ localbase:ldflags qt:5 tar:xz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104061135.136BZ3iT065449>