Commit graph

6379 commits

Author SHA1 Message Date
Mateusz Piotrowski
930a818880 net-im/libsignal-client: Update to 0.8.2 2021-06-30 17:35:38 +02:00
Thierry Thomas
ca24a792c4 net-im/toxic: upgrade to v0.11.1
Release notes at <https://github.com/JFreegman/toxic/releases/tag/v0.11.1>.
2021-06-29 17:25:28 +02:00
Yuri Victorovich
eb545e060e net-im/tox_extension_messages: New port: Message extension library for tox 2021-06-28 18:17:11 -07:00
Yuri Victorovich
01e46eed8d net-im/toxext: New port: Extension library for tox 2021-06-28 18:17:10 -07:00
Piotr Kubaj
6718da31ba Mk/bsd.default-versions.mk: switch the default librsvg2 on powerpc to rust 2021-06-28 19:34:43 +00:00
Jimmy Olgeni
e4d8c7dfcd net-im/py-python-telegram-bot: add missing dependency on devel/py-apscheduler.
Reported by:	Gergely Czuczy <gergely.czuczy@harmless.hu>
2021-06-28 18:02:38 +02:00
Tobias Kortkamp
06dbc12f96
lang/rust: Rebuild consumers for 1.53.0 2021-06-27 07:39:51 +02:00
Adriaan de Groot
e0f0a32d50 net-im/nheko: add missing dependency
At runtime, qt5-graphicaleffects are needed to display anything
in the timeline (e.g. a conversation in a room). Even the loading-
spinner isn't shown without it. Demonstrated by trying to run
nheko in a "bare" machine with just XOrg and twm.

PR:		256839
Reported by:	Filipe da Silva Santos
2021-06-27 00:03:09 +02:00
Neel Chauhan
65673fb381 net-im/openfire: revert commit 1389482976
This commit broke the build.
2021-06-26 13:14:03 -07:00
Neel Chauhan
1389482976 net-im/openfire: Switch to USE_GITHUB
PR:		256748
Reported by:	Daniel Engberg <daniel.engberg.lists AT pyret DOT net>
2021-06-26 11:33:09 -07:00
Nikita Druba
3968e59f6c net-im/openfire: Update to 4.6.4
PR:	256748
2021-06-25 23:23:40 -07:00
Mateusz Piotrowski
b582063f09 net-im/zkgroup: Update to 0.7.3
Changes:	https://github.com/signalapp/zkgroup/releases/tag/v0.7.3
2021-06-25 16:20:26 +02:00
Rozhuk Ivan
04970170ce net-im/prosody-modules: update to 20210605
allow STUN/TURN work

PR:		256693
Approved by:	maintainer
2021-06-23 14:14:22 -07:00
Yuri Victorovich
0b9d5a5cba net-im/tdlib: Update 1.7.0-747 -> 1.7.4.20210520 2021-06-22 14:54:16 -07:00
Kevin Bowling
da3162c7c9 graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.

PR:		246767
Reviewed by:	manu, bapt
Approved by:	x11
Differential Revision:	https://reviews.freebsd.org/D30824
2021-06-22 11:53:08 -07:00
Mateusz Piotrowski
7734d779ae net-im/scli: Update to 0.6.3 2021-06-22 19:39:18 +02:00
Mateusz Piotrowski
deeec37651 net-im/signal-cli: Update to 0.8.4.1 2021-06-22 19:39:17 +02:00
Mateusz Piotrowski
1c77cf92a1 net-im/libsignal-client: Update to 0.8.1 2021-06-22 19:39:16 +02:00
Nikita Druba
a348ded19d net-im/openfire: update 4.6.2 -> 4.6.3
PR:		256719
Changes:	http://download.igniterealtime.org/openfire/docs/4.6.3/changelog.html
2021-06-20 14:17:31 +02:00
norrland
78aec37abd net-im/matterircd: Update to 0.24.2
PR:		256595
Approved by:	lwhsu (mentor, implicit)
2021-06-14 21:51:43 -04:00
Tobias C. Berner
896d87b6fb */*: Zpdate KDE Gear to 21.04.2
Thursday, 10 June 2021

Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneously as part of KDE Gear.

The full changelog can be found here:
	https://kde.org/announcements/changelogs/gear/21.04.2/
2021-06-13 08:06:29 +02:00
Adriaan de Groot
dc0f053cdf net-im/neochat: add missing dependency
Neochat won't run without itemmodels (although apparently it
will build). This is noticeable if you install it in a non-
KDE Plasma environment, like plain twm + xorg.
2021-06-11 23:14:13 +02:00
Jan Beich
afb3593eef devel/meson: update to 0.58.1
Changes:	https://mesonbuild.com/Release-notes-for-0-58-0.html
Reported by:	GitHub (watch releases)
PR:		255550
Exp-run by:	antoine
Approved by:	tcberner
2021-06-09 21:29:24 +00:00
Ashish SHUKLA
e43302a959
net-im/dino: update to 0.2.1
MFH:		2021Q2
Security:	fc1bcbca-c88b-11eb-9120-f02f74d0e4bd
         	CVE-2021-33896
2021-06-09 01:15:18 +05:30
Dimitry Andric
4572c48fc4 net-im/licq: apply googletest patches which fix null pointer accesses
During an exp-run for llvm 12 (see bug 255570), it turned out that
net-im/licq does not build with clang 12.0.0:

[ 92%] Running unit test
cd /wrkdirs/usr/ports/net-im/licq/work/.build/src && /usr/local/bin/ctest
Test project /wrkdirs/usr/ports/net-im/licq/work/.build/src
    Start 1: licq
1/1 Test #1: licq .............................***Exception: SegFault  0.03 sec

This is due to licq using a relatively ancient version of googletest,
which has a few issues with more modern compilers. In particular, it
does not handle mocking methods with move-only return types, and in the
case of this port, this leads to a null pointer access and consequently
a segfault.

To fix the null pointer accesses, apply a few upstream googletest
commits.

Approved by:	maintainer timeout (2 weeks)
PR:		255915
MFH:		2021Q2
2021-06-06 20:13:58 +02:00
Sascha Biberhofer
aa0c36b1aa net-im/py-matrix-synapse: Update to 1.35.1
ChangeLog: https://github.com/matrix-org/synapse/releases/tag/v1.35.0

PR:		256380
Approved by:	dbaio, garga (mentors, implicit)
2021-06-04 10:15:03 +01:00
Adriaan de Groot
de3a5d18a5 net-im/neochat: fix plist
Previous commit didn't bring in the new translations
2021-06-01 14:41:53 +02:00
Adriaan de Groot
dfd9173d28 net-im/neochat: update to 1.2.0, latest upstream
Release announcement at
	https://carlschwan.eu/2021/06/01/neochat-1.2-bubbles-better-text-editing-and-more/
with a great deal of new functionality and improved UI.
2021-06-01 13:31:30 +02:00
Po-Chuan Hsieh
e564cdff57
net-im/p5-Net-Stomp: Update to 0.61
Changes:	https://metacpan.org/changes/distribution/Net-Stomp
2021-05-31 03:55:00 +08:00
Tobias C. Berner
2f1ab8f854 net-im/kaidan: update to 0.8.0
Released: 2021-05-28

Features:
 * Add typing notifications (XEP-0085: Chat State Notifications) (jbb)
 * Add message history syncing (XEP-0313: Message Archive Management) (lnj)
 * Window size is restored (melvo)
 * The server's website link is displayed if account creation is disabled (melvo)
 * Use breeze theme on macOS (jbb)
 * Improved user strings & descriptions (melvo)
2021-05-29 11:17:27 +02:00
Ruslan Makhmatkhanov
04f0978e3d net-im/gajim: update to 1.3.2
Changes:
https://gajim.org/post/2021-04-24-gajim-1.3.2-released/

Add OPENGPG option (default on) to add dependency required
for GPG encryption plugin.

PR:		256073
Submitted by:	Alastair Hogge <agh@riseup.net>
2021-05-27 16:35:05 +03:00
Gleb Popov
e9f537f1a2 net-im/spectral: Update WWW. 2021-05-26 22:11:28 +03:00
Gleb Popov
81bb998e20 net-im/matterhorn: Adapt to recent USES=cabal changes 2021-05-19 17:13:51 +03:00
Mateusz Piotrowski
d6c9ad1f98 net-im/scli: Update to 0.8.3
Changes:	https://github.com/isamert/scli/releases/tag/v0.6.2
Changes:	https://github.com/isamert/scli/releases/tag/v0.6.1
2021-05-16 21:58:55 +02:00
Mateusz Piotrowski
0f9100dbc8 net-im/signal-cli: Update to 0.8.3
Changes:	https://github.com/AsamK/signal-cli/releases/tag/v0.8.3
2021-05-16 21:58:55 +02:00
Charlie Li
ec8a052e5d
net-im/telegram-desktop: fix build with GTK option (again)
Remove 48d70e5258,
as it depends on function changes from 1b949f5ca2

Reported by:	madpilot
Fixes:		80762637bb net-im/telegram-desktop: fix build with GTK option
Pointy hat to:	vishwin
Approved by:	Henry Hu <henry.hu.sh@gmail.com> (maintainer, implicit),
		arrowd (mentor, implicit), fluffy (mentor, implicit)
PR:		255719
2021-05-14 14:54:29 -04:00
Charlie Li
80762637bb
net-im/telegram-desktop: fix build with GTK option
Telegram now includes a WebView feature when GTK is enabled, which
uses www/webkit2-gtk3.

While here, fix the following minor items:
- allow building with Python newer than 3.7
- devel/dee is not needed for build, remove
- clean up USES= syntax in the GTK option

Obtained from:	0b4100d7ce
		48d70e5258
Approved by:	Henry Hu <henry.hu.sh@gmail.com> (maintainer),
		arrowd (mentor), fluffy (mentor)
PR:		255719
Differential Revision: https://reviews.freebsd.org/D30224
2021-05-13 22:48:39 -04:00
Thomas Morper
643a6a5bc1 net-im/prosody: Update to 0.11.9
PR:		255845
MFH:		2021Q2
Security:	fc75570a-b417-11eb-a23d-c7ab331fd711
2021-05-13 12:45:12 -07:00
Tobias C. Berner
3603155333 Update KDE Gear to 21.04.1
May 13, 2021. Over 120 individual programs plus dozens of programmer
libraries and feature plugins are released simultaneously as part of KDE
Gear

Today they all get new bugfix source releases.

Changelogs:
	https://kde.org/announcements/changelogs/releases/21.04.1/
2021-05-13 19:33:56 +02:00
Tobias Kortkamp
28e7a9334a
Rebuild lang/rust consumers after d8837418ea 2021-05-11 20:33:12 +02:00
Sascha Biberhofer
88da10f9e3 net-im/py-matrix-synapse: Update to 1.33.2
PR:		255791
MFH:		2021Q2
Security:	CVE-2021-29471
2021-05-11 08:19:59 -07:00
Henry Hu
c463b7d6bf net-im/telegram-desktop: Update to 2.7.4
PR:	255719
2021-05-10 09:15:48 -07:00
Sascha Biberhofer
ed349e276b net-im/py-matrix-synapse: Update to 1.33.1
Changelog: https://github.com/matrix-org/synapse/releases

PR:		255727

Co-authored-by: Rainer Hurling <rhurlin@FreeBSD.org>
2021-05-09 19:00:37 +02:00
Henry Hu
484ae4ecd9 net-im/tg_owt: upgrade to 0.0.20210422
PR:	255716
2021-05-08 20:39:05 -07:00
Rene Ladan
9aea1672b4 Remove expired ports:
2021-05-07 net-im/libqmatrixclient: Use libQuotient (devel/libquotient) instead
2021-05-08 22:45:49 +02:00
Adriaan de Groot
652165d533 KDE_INVENT: drop WRKSRC hack
When USE_GITLAB was changed to follow upstream GitLab's change
in the way tag-tarballs were delivered, a hack was added to
KDE_INVENT because **that** GitLab installation lagged behind
(by one minor revision, Ithink). Now KDE's installation has
been upgraded, it had the same tag-tarball layout as other
GitLabs and the hack is no longer needed.

The ports that use KDE_INVENT have their distinfo updated,
but the ports themselves do not change so I'm not bumping
PORTREVISION; it's the same git checkout, just with different
icing on top.
2021-05-07 14:33:22 +02:00
Bernard Spil
0039a044f7 net-im/nextcloud-talk: Update to 11.2.1 2021-05-07 11:49:43 +00:00
Yuri Victorovich
7f65c62bce New port: net-im/tdlib: Library for building Telegram clients 2021-05-06 15:12:12 -07:00
Mateusz Piotrowski
91a268c62d net-im/py-slixmpp: Update to 1.7.1 2021-05-05 22:06:44 +02:00
Rene Ladan
1d9f3bb0a7 *: reset kmoore's ports after safekeeping his ports bit.
Hat:	portmgr-secretary
2021-05-04 18:57:55 +02:00