1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
Commit Graph

6941 Commits

Author SHA1 Message Date
Mina Galić
f9b48e6be6 net-im/gotosocial: upgrade to 0.3.7
ChangeLog:
https://github.com/superseriousbusiness/gotosocial/releases/tag/v0.3.7

PR:	265036
Reported by:	me@igalic.co
MFH:	2022Q3 (bugfixes)
2022-07-07 07:45:35 +02:00
Mikael Urankar
35b24ed925 net-im/signal-desktop: Update to 5.48.0
Changes:
  https://github.com/signalapp/Signal-Desktop/releases/tag/v5.48.0
2022-07-02 16:30:42 +02:00
Mikael Urankar
b990f5d663 net-im/signal-desktop: Fix build on aarch64
- patch-package can't patch sqlite3 on aarch64, patch the yarn cache instead
 - Delete ${WRKDIR}/electron${ELECTRON_VER_MAJOR}, as it may already contains
   electron19 (in case of a build failure)
 - Update electron-builder patch file
2022-07-02 16:17:59 +02:00
Mikael Urankar
a50372b91f lang/rust: Bump revisions after 1.62.0 2022-07-02 15:47:05 +02:00
Ashish SHUKLA
7908ee7e36
net-im/dendrite: Update to 0.8.9 2022-07-01 14:14:56 +00:00
Mikael Urankar
ac5e87b928 net-im/libsignal-node: Fix build on aarch64
Two crates uses unstable features, unlock them with RUSTC_BOOTSTRAP

While here remove an extra space
2022-07-01 10:54:05 +02:00
Mikael Urankar
81f87a9e41 net-im/libsignal-node: Fix packaging on i386 2022-07-01 10:54:05 +02:00
Mikael Urankar
f68f810de8 net-im/signal-desktop: mark as only for aarch64 and amd64
esbuild is only available on aarch64 and amd64
2022-07-01 10:54:05 +02:00
Mateusz Piotrowski
b5097ef596 net-im/libsignal-client: Mark as broken on aarch64 2022-07-01 10:41:24 +02:00
Piotr Kubaj
b4056c50ab net-im/libsignal-node: fix build on powerpc64*
Properly set CARGO_ARCH. Since nodejs sets ppc64 target_arch for both powerpc64* architectures,
create separate patches for both.

Also modify do-install target to account for powerpc64*.
2022-07-01 08:17:09 +02:00
Rene Ladan
fbefc97282 cleanup: Remove expired ports:
2022-06-30 www/py-rackspace-monitoring: Python compatibility upto 3.2 and last release was 3 years ago
2022-06-30 devel/py-apns2: Use devel/py-aioapns
2022-06-30 www/py-hyper: Project abandoned use www/py-httpx
2022-06-30 irc/py-fishcrypt: Abandoned, unmaintained, requires Python 2 and depends on deprecated pycrypto
2022-06-30 devel/py-stsci.distutils: Upstream abandoned in 2013
2022-06-30 devel/py-docker-py: Use devel/py-docker
2022-06-30 net-im/py-slackclient: Use net-im/py-slack-sdk
2022-06-30 22:11:14 +02:00
Mikael Urankar
65b9346db9 net-im/signal-desktop: Update to 5.47.0
Changes:
  https://github.com/signalapp/Signal-Desktop/releases/tag/v5.47.0
2022-06-30 10:55:09 +02:00
Mikael Urankar
e34cdc0822 net-im/libsignal-desktop: Update to 0.17.0
Changes:
  https://github.com/signalapp/libsignal/releases/tag/v0.17.0
2022-06-30 10:55:09 +02:00
Sascha Biberhofer
c4501a5030
net-im/py-matrix-synapse: Update to 1.61.1
This minor update contains a security fix for GHSA-22p3-qrh9-cx32 /
CVE-2022-31052.

While we're at it, switch to pypi as package source. This not only
follows general python port guidelines but also eliminates the
need for poetry2setup, hopefully fixing #264178[0].

Changes: https://github.com/matrix-org/synapse/releases/tag/v1.61.1

Signed-off-by: Sascha Biberhofer <sascha.biberhofer@skyforge.at>
PR:		264178
MFH:		2022Q2
Security:	07c0d782-f758-11ec-acaa-901b0e9408dc
Security:	CVE-2022-31052
2022-06-29 04:14:17 +00:00
Sergey A. Osokin
6de0d4af42 net-im/telegram-desktop: update to 4.0.2
ChangeLog:	https://desktop.telegram.org/changelog?setln=en
2022-06-27 22:09:57 -04:00
Sergey A. Osokin
87b81cc983 net-im/tg_owt: update to the recent commit
Apply the following patch to fix the build:
fb12b4bdfc.patch
2022-06-27 22:09:56 -04:00
Baptiste Daroussin
9c9ea91650 net-im/libnice*: update to 0.1.19
While here remove gtk_doc to be consistent with most of the other
gnome ports
2022-06-25 22:54:50 +02:00
Ashish SHUKLA
d67f638da0
net-im/conduit: Update to 0.4.0 2022-06-23 13:45:02 +00:00
Mikael Urankar
603ce8033b signal-desktop: replace ECHO with ECHO_CMD
The "echo" command has to be used here
See Mk/bsd.commands.mk (ECHO_CMD) for details

Reported by:	0mp
2022-06-23 14:23:57 +02:00
Mikael Urankar
30709f1635 net-im/signal-desktop: Add new port
Signal is a cross-platform centralized encrypted messaging service developed
by the Signal Technology Foundation and Signal Messenger LLC.
It uses the Internet to send one-to-one and group messages, which can include
files, voice notes, images and videos. It can also be used to make one-to-one
and group voice and video calls,[16][17] and the Android version can optionally
function as an SMS app

WWW: https://signal.org/

Special thanks to: tagattie@ for maintaining the electron ports
2022-06-23 13:38:17 +02:00
Mikael Urankar
342f6a12f5 net-im/libsignal-node: Add new port
libsignal contains platform-agnostic APIs used by the official Signal clients
and servers, exposed as a Java, Swift, or TypeScript library.
The underlying implementations are written in Rust:

 - libsignal-protocol: Implements the Signal protocol, including the
   Double Ratchet algorithm. A replacement for libsignal-protocol-java and
   libsignal-metadata-java.
 - signal-crypto: Cryptographic primitives such as AES-GCM. We use RustCrypto's
   where we can but sometimes have differing needs.
 - device-transfer: Support logic for Signal's device-to-device transfer
   feature.
 - attest: Functionality for remote attestation of SGX enclaves and
   server-side HSMs.
 - zkgroup: Functionality for zero-knowledge groups and related features
   available in Signal.
 - poksho: Utilities for implementing zero-knowledge proofs (such as those used
   by zkgroup); stands for "proof-of-knowledge, stateful-hash-object".

WWW: https://github.com/signalapp/libsignal
2022-06-23 13:38:17 +02:00
Mikhail T
9f11bc02a6 net-im/pidgin: Update to 2.4.10
See
594d723693/ChangeLog
for a list of changes in this release.
2022-06-23 03:10:51 -04:00
Mina Galić
2282a2c6c2 net-im/gotosocial: Update to 0.3.6
PR:	264814
2022-06-21 20:30:20 -07:00
Po-Chuan Hsieh
b42e7a0d4f
security/libgsasl: Update to 2.0.0
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://gitlab.com/gsasl/gsasl/-/blob/master/NEWS
2022-06-22 04:57:59 +08:00
Rene Ladan
1bc65972ef cleanup: Remove expired ports:
2022-06-20 net-im/licq: Abandonware, project is dead

Remove these ports too which were part of net-im/licq:
- net-im/licq-icq
- net-im/licq-jabber
- net-im/licq-osd
- net-im/licq-qt-gui
2022-06-21 12:55:15 +02:00
Adriaan de Groot
d0bdbf1877 net-im/ruqola: update to 1.7.2, latest upstream
Ruqola has no release notes, description in the release
tag, or up-to-date website. Release was announced on
the kde-announce list without describing what's new.
2022-06-19 14:02:42 +02:00
Michael Gmelin
6bbcfea9bc net-im/jitsi-srtp-native: New port: Native libraties to speed up jitsi-srtp
Native libraries required to speed-up Jitsi SRTP.

WWW: https://github.com/jitsi/jitsi-srtp/tree/master/src/main/native
PR:		264243
2022-06-18 01:57:16 -05:00
Muhammad Moinur Rahman
fed73b6947 net-im/py-slack-sdk: Update version 3.17.0=>3.17.1
Relnotes: https://github.com/slackapi/python-slack-sdk/releases/tag/v3.17.1
2022-06-16 16:48:33 -05:00
Ashish SHUKLA
817e9c1c4a
net-im/py-matrix-synapse: Update to 1.61.0
- Remove pynacl dependency

Co-authored-by: Sascha Biberhofer <sascha.biberhofer@skyforge.at>
Signed-off-by:  Sascha Biberhofer <sascha.biberhofer@skyforge.at>
Approved by:	Sascha Biberhofer <sascha.biberhofer@skyforge.at>
2022-06-16 12:16:27 +00:00
Muhammad Moinur Rahman
214a6c5f5a */*: Ignore with php82 2022-06-12 19:08:05 -05:00
Thomas Morper
1089efbe6e net-im/prosody: Update to 0.12.1
- switch to DISTVERSION

ChangeLog: https://prosody.im/doc/release/0.12.1

PR:		264581
2022-06-10 21:45:28 +01:00
Tobias C. Berner
8747d18a3b KDE: Update KDE Gear to 22.04.2 (June bugfix release)
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 with updated translations, including:

 *   ark: Support ‘7zip’ as well as ‘p7zip’.
 *   konsole: Fix scroll position jumps regression.
 *   okular: Fix crash while undoing with the menu on an empty
     annotation.

Distro and app store packagers should update their application packages.

Full Changelog:	https://kde.org/announcements/changelogs/gear/22.04.2/
2022-06-10 22:06:27 +02:00
Robert Clausecker
8f513bd478 net-im/gotktrix: Add new port
Matrix client in Go and GTK4 implementing a large part of the feature
set the Matrix protocol supports.

WWW: https://github.com/diamondburned/gotktrix

PR:		264541
2022-06-09 16:27:49 -05:00
Ashish SHUKLA
5a461a2acc
net-im/dendrite: Update to 0.8.8 2022-06-09 13:28:46 +00:00
Baptiste Daroussin
e06d74dcb6 pidgin: fix last minute typo 2022-06-08 16:13:32 +02:00
Baptiste Daroussin
00f1472c6a pidgin: drop gconf references entirely
Given how the port evolved USE_GNOME=gconf2 was never set anyway,
just remove it entirely, and add the configure argument to ensure
it will never come back even by accident
2022-06-08 16:06:25 +02:00
Dmitri Goutnik
309cdeccd8 */*: Bump port revisons after lang/go{117,118} update 2022-06-07 16:56:10 -05:00
Dmitri Goutnik
b16eb860cc */*: Repair after switching to versioned Go ports
- Add 1.17 to USES=go for ports that still need go117, remove GO_PORT;
- Add missing ${SETENV} ${MAKE_ENV} to repair BINARY_ALIAS;
- Remove explicit dependencies on lang/go.

PR:		264336
Reviewed by:	ygy jwb yuri mikael drtr0jan@yandex.ru decke mat
Differential Revision:	https://reviews.freebsd.org/D35346
2022-06-06 13:19:10 -05:00
Muhammad Moinur Rahman
ce235616ca net-im/py-slack-sdk: Update version 3.16.2=>3.17.0
Relnotes:
https://github.com/slackapi/python-slack-sdk/releases/tag/v3.17.0
2022-06-05 11:33:59 -05:00
Ashish SHUKLA
b19cffd58a
net-im/py-matrix-synapse: Update to 1.60.0
Approved by:	Sascha Biberhofer <ports@skyforge.at> (maintainer)
2022-06-04 18:29:09 +00:00
Po-Chuan Hsieh
7cada104d8
net-im/rubygem-lita: Change RUN_DEPENDS from rubygem-faraday to rubygem-faraday1
- Bump PORTREVISION for dependency change
2022-06-04 07:36:54 +08:00
Ashish SHUKLA
bed1b2a9ec
net-im/dendrite: Update to 0.8.7
MFH:		2022Q2 (highly recommended update as per upstream)
2022-06-01 11:32:34 +00:00
Rene Ladan
ff85533faf cleanup: Remove expired ports:
2022-06-01 net-im/jabber.el: is marked as broken: fails to build: jabber-chat.el:25:1: Error: Wrong number of arguments: (3 . 3), 2
2022-06-01 10:38:58 +02:00
Mikael Urankar
e9a35a1c50 lang/rust: Bump revisions after 1.61.0 2022-05-31 15:06:17 +02:00
Bernhard Froehlich
4b2de40664
net-im/jitsi-prosody-plugins: Add CPE information
Approved by:	portmgr (blanket)
2022-05-28 19:01:56 +00:00
Bernard Spil
ba379c4e93 net-im/nextcloud-talk: Update to 14.0.2 2022-05-27 20:26:07 +00:00
Mina Galić
cd404e643f net-im/gotosocial: Update to 0.3.4
Changes:	https://github.com/superseriousbusiness/gotosocial/releases/tag/v0.3.4

PR:		263267
2022-05-26 17:57:16 -05:00
Ashish SHUKLA
fee84f10c2
net-im/dendrite: Update to 0.8.6 2022-05-26 16:29:44 +00:00
Lewis Cook
25ed459357 net-im/tut: Update to 1.0.9 2022-05-25 23:50:00 +01:00
Jose Alonso Cardenas Marquez
395d57a73b net-im/jitsi-videobridge: update to 2.1-681
- Add config samples
- Now jitsi-videobridge is init using jvb user
- Modify pkg-message file
PR:		257232
Reported by:	grembo
2022-05-23 21:56:52 -05:00
Jose Alonso Cardenas Marquez
99b4710438 net-im/jicofo: update to 1.0-877
- Add config samples
- Now jicofo daemon is init using jicofo user
- Modify pkg-message file
PR:		257232
Reported by:	grembo
2022-05-23 21:47:00 -05:00
Jose Alonso Cardenas Marquez
e69f2a21e5 net-im/jitsi-meet-full: New port: All components to run Jitsi Meet video conferencing
This is a metaport to install all dependencies to run Jitsi Meet,
a set of Open Source projects which empower users to use and deploy video
conferencing platforms with state-of-the-art video quality and features.

WWW: https://jitsi.org/jitsi-meet/
PR:		257232
Reported by:	grembo
2022-05-23 21:44:00 -05:00
Jose Alonso Cardenas Marquez
1e3948c05c net-im/jitsi-prosody-plugins: New port: Prosody plugins for Jitsi Meet
Prosody modules for jitsi-meet.

WWW: https://github.com/jitsi/jitsi-meet/
PR:		257232
Reported by:	grembo
2022-05-23 21:39:56 -05:00
Sascha Biberhofer
6365ec4a92
net-im/py-matrix-synapse: Update to 1.59.1 2022-05-23 08:59:27 +00:00
Dima Panov
b082b3d13e devel/boost-all: bump all library consumers after boost upgrade
PR:	246106
2022-05-22 23:17:16 +03:00
Dima Panov
6bf64f0f21 net-im/licq: mark as BROKEN and DEPRECATED, project is dead
PR:	246106
2022-05-22 23:17:13 +03:00
Muhammad Moinur Rahman
3182054f87 net-im/py-slack-sdk: Update version 3.16.0=>3.16.2
Relnotes: https://github.com/slackapi/python-slack-sdk/releases/tag/v3.16.2
2022-05-21 15:18:03 -05:00
Corey Halpin
ec324a89a4 net-im/matterircd: Update to 0.25.1
ChangeLog: https://github.com/42wim/matterircd/blob/master/changelog.md

PR:		264126
2022-05-21 17:09:20 +01:00
Ashish SHUKLA
d44192b04e
net-im/ejabberd: Update to 22.05
- Remove unneeded dependencies
- Add upgrade note to pkg-message
- Add a patch from upstream for a bug related to packaging
2022-05-19 18:58:38 +00:00
Loïc Bartoletti
2d34c2bfea devel/cmake: Update to 3.23.0
Update to 3.23.0.
Fix pkg-plist: using the default share/man location

Release Notes:
  https://cmake.org/cmake/help/v3.23/release/3.23.html

PR:		262886
Exp-run by:	antoine
2022-05-16 08:49:43 +02:00
Ashish SHUKLA
b59b129a87
net-im/dendrite: Update to 0.8.5
- Sample monolith configuration is renamed at upstream so follow that
- Update pkg-plist
2022-05-13 15:23:38 +00:00
Tobias C. Berner
f177104d29 KDE: Update KDE Gear to 22.04.1 (bug fix & translation release)
Thursday, 12 May 2022. 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 with updated translations,
including:

 * dolphin: The terminal panel will keep in sync with quick folder
   changes now
 * kate: Fix crash on session restore
 * kalendar: Fix ’next week’ button in the week’s view

The full changelog can be found at
https://kde.org/announcements/changelogs/gear/22.04.1/
2022-05-13 14:33:03 +02:00
Sascha Biberhofer
5f0906db0f
net-im/py-matrix-synapse: Update to 1.58.1 2022-05-11 13:52:45 +00:00
Ashish SHUKLA
2079cbf86a
net-im/dendrite: Update to 0.8.4 2022-05-10 14:36:45 +00:00
Ashish SHUKLA
54bec5c552
net-im/dendrite: Update to 0.8.3 2022-05-10 02:22:45 +00:00
Kevin Bowling
db78da8f8b devel/libffi: Bump deps PORTREVISION for shlib change
PR:		263764
Reported by:	VVD <vvd@unislabs.com>
2022-05-09 12:23:51 -07:00
Muhammad Moinur Rahman
a55c962336 net-im/py-slack-sdk: Update version 3.15.2=>3.16.0
Relnotes:
https://github.com/slackapi/python-slack-sdk/releases/tag/v3.16.0
2022-05-07 16:37:45 -05:00
Bernard Spil
017b24b440 net-im/nextcloud-talk: Update to 14.0.0 2022-05-05 11:25:07 +00:00
Adriaan de Groot
776ba29e57 net-im/ruqola: update Rocket Chat client to latest release
Ruqola doesn't do release notes, their Debian changelog
entry says "urgency=low".
2022-05-05 11:57:59 +02:00
Tobias Kortkamp
57c3caaa6c
lang/rust: Relink ports after the Rust 1.60.0 update 2022-05-03 10:00:34 +02:00
Joe Marcus Clarke
4d3a301d94 net-im/libpurple: Revert gstreamer reversion
My commit and Tobias' crossed like ships in the night.
2022-05-01 14:55:27 -04:00
Joe Marcus Clarke
3b08c201f6 net-im/libpurple: Update to 2.14.9
See
f729a2939e/ChangeLog
for a list of changes in this release.
2022-05-01 13:30:12 -04:00
Adriaan de Groot
5fcb375cfd net-im/nheko: bump PORTREVISION for spdlog-update
PR:		263666
2022-04-30 14:06:44 +02:00
Tobias C. Berner
ca3f925d6e framework: convert bsd.gstreamer.mk to Uses/gstreamer.mk
- convert bsd.gstreamer.mk to Uses/gstreamer.mk
- convert ports tree to make use of USES=gstreamer
- remove duplicate dependency lines from the tree

Differential Revision: https://reviews.freebsd.org/D35097
2022-04-30 10:03:20 +02:00
Sergey A. Osokin
5ececa5cde net-im/telegram-desktop: update to 3.7.3 2022-04-28 16:33:17 -04:00
Sergey A. Osokin
7a9327c6be net-im/tg_owt: fix the package list 2022-04-28 16:33:17 -04:00
Sergey A. Osokin
07388bf676 net-im/t*: update to the recent versions
- net-im/telegram-desktop from 3.7.1 to 3.7.2;
- net-im/tg_owt to the recent commit.
2022-04-28 16:33:17 -04:00
Sergey A. Osokin
85212af156 net-im/tg_owt: update to the recent version 2022-04-28 16:33:17 -04:00
Sergey A. Osokin
bc5de8f43c net-im/telegram-desktop: update to 3.7.1
There are several patches have been added.

- d4921ccf5f.patch
- 2fbd71cd75/debian/patches/Compatible-setScreen.patch
2022-04-28 16:33:16 -04:00
Ashish SHUKLA
2a9c563ecb
net-im/dendrite: Update to 0.8.2 2022-04-27 17:55:59 +00:00
Neel Chauhan
4da51d1d0e net-im/folks: Update to 0.15.5 2022-04-26 14:45:26 -07:00
Ashish SHUKLA
45f1b93676
net-im/py-matrix-synapse: Update to 1.57.1
- Move py-idna dependency to TEST_DEPENDS
- Add a dependency for Python < 3.8

PR:		263430
Approved by:	Sascha Biberhofer <ports@skyforge.at> (maintainer)
2022-04-25 13:05:56 +00:00
Adriaan de Groot
147ed11cab net-im/neochat: update to 22.04, latest upstream
NeoChat doesn't do release notes or changelog, so just "it's new!"
2022-04-24 23:50:12 +02:00
Muhammad Moinur Rahman
45f2648965 net-im/py-slackclient: Update version 2.9.3=>2.9.4
Relnotes: https://pypi.org/project/slackclient/2.9.4/
2022-04-23 19:35:52 -05:00
Piotr Kubaj
9bac5e56fa net-im/libaccounts-glib: remove not necessary CFLAGS_powerpc64 2022-04-21 17:11:01 +00:00
Tobias C. Berner
e250aeb4a1 KDE: Update KDE Gear to 22.04
Thursday, 21 April 2022

Welcome to KDE Gear ⚙️ 22.04!

Skip to What’s New

KDE Gear ⚙️ 22.04 brings you all the updates added to a long list of KDE
apps over the last four months. KDE programs allow you to work, create
and play without having to submit yourself to extortionate licenses and
intrusive advertising, or surrender your privacy to unscrupulous
corporations.

Below you will discover a selection of the changes added in the last
four months to software designed to make your life better. But remember,
there is much, much more: games, social media apps, utilities for
communicating, developing and creating stuff… All these things have been
worked on to give you more stability and boost your productivity.

If you want to see a full list of everything we have done, check out the
complete changelog.

WARNING: There’s a lot!

All the details can be found here:
	https://kde.org/announcements/gear/22.04.0/
2022-04-21 13:26:44 +02:00
Thierry Thomas
a80e46e547 net-im/tox: upgrade to v0.2.18
Release notes at <https://github.com/TokTok/c-toxcore/releases/tag/v0.2.18>.

Note: an optimization (increase the size of the send and receive UDP
buffers) has been disabled, because it caused failure. Waiting for a
better solution.
2022-04-20 18:37:14 +02:00
WHR
45125c023d net-im/sshout: fix optimization compiling option and update optional dependency
This update fixes the followings:
  - The current upstream Makefile appends '-O1' to CFLAGS, which would
    inadvertently override any previous optimization option that passed by the user.
  - www/elinks has recently been updated to a supported version
    add optional dependency to it, and remove the related note in 'pkg-message'.

PR:	263391
2022-04-19 08:36:02 +02:00
Adriaan de Groot
018f827b41 net-im/{gomuks,mtxclient,nheko}: bump consumers of olm 2022-04-18 00:19:26 +02:00
Piotr Kubaj
75daaee216 net-im/libaccounts-glib: drop unnecesary CFLAGS for powerpc64le 2022-04-17 13:05:53 +02:00
Antoine Brodin
fa565c4ead nextcloud: unbreak bulk -a 2022-04-17 07:05:20 +00:00
Po-Chuan Hsieh
735ea04b67
graphics/jasper: Bump PORTREVISION of dependent ports for shlib change after cdcedd316d 2022-04-17 04:55:37 +08:00
Po-Chuan Hsieh
036883999a
net-im/py-unmessage: Fix build with setuptools 58.0.0+
With hat:	python
2022-04-16 12:19:53 +08:00
Po-Chuan Hsieh
10d211b655
devel/protobuf: Update to 3.20.0
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
2022-04-16 12:19:07 +08:00
Mikhail Teterin
5262fb1ba2 net-im/telegram-purple: Upgrade from 1.4.3 to 1.4.7
Approved by:	maintainer timeout
2022-04-13 11:05:39 -04:00
Ashish SHUKLA
6fb996fd12
net-im/py-matrix-synapse: Fix pkg-message 2022-04-13 14:03:50 +00:00
Ashish SHUKLA
76ad2b55b7
net-im/py-matrix-synapse: Update to 1.56.0
- Mention important changes related to the upgrade to UPDATING
- Update the dependency constraints

Co-authored-by:	Sascha Biberhofer <ports at skyforge dot at>
PR:		263193
Approved by:	Sascha Biberhofer <ports at skyforge dot at> (maintainer)
2022-04-13 13:58:07 +00:00
Emanuel Haupt
fa4b531894 net-im/gomuks: Fix runtime within a tmux session
An upstream change [1] made it a requirement to have `infocmp` installed
for parsing terminal capabilities within a tmux session.

While ncurses from base works perfectly fine with gomuks, base does not
ship with `infocmp` thus creating a hard dependency to devel/ncurses.

Patch port to revert upstream change.

[1] aef08b1413
    bb9a2b9b19/terminfo/dynamic/dynamic.go (L121)

PR:		263213
Upstream issue:	https://github.com/tulir/gomuks/issues/363
Reported by:	parakleta@darkreality.org
2022-04-12 15:01:54 +02:00
Charlie Li
d63665f7cd
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.

PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
2022-04-10 15:11:41 -04:00
Bernard Spil
cc9e7c4955 net-im/nextcloud-talk: Update to 13.0.5 2022-04-08 17:40:44 +00:00
Jan Beich
756470b467 net-im/dino: restore indentation after 268cee3b02
PR:		262654
2022-04-08 04:34:44 +00:00
Joseph Mingrone
eed9cf3ad2
net-im/jabber.el: All flavors are broken; set expiration
Sponsored by:	The FreeBSD Foundation
2022-04-07 19:14:09 -03:00
Joseph Mingrone
d9dcd9c687
Emacs ports: Bump PORTREVISION after Emacs 28.1
Reviewed by:	ashish
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D34781
2022-04-07 19:12:44 -03:00
Ashish SHUKLA
67990463e4
net-im/dendrite: Update to 0.8.1 2022-04-07 18:05:37 +00:00
Gleb Popov
8192d94773 net-im/neochat: Update to 22.02 2022-04-07 19:28:59 +03:00
Jan Beich
268cee3b02 devel/icu: update to 71.1
Changes:	https://github.com/unicode-org/icu/releases/tag/release-71-1
Reported by:	GitHub (watch releases)
PR:		262654
Exp-run by:	antoine
Approved by:	fluffy
2022-04-07 00:39:10 +00:00
Joe Marcus Clarke
aa21c3d996 net-im/libpurple: Point to the cert directory with .pem files
The code looks for a .pem extension, but all of the extracted certs in
/etc/ssl/certs use .0.

PR:		262858
2022-04-05 12:06:47 -04:00
Mateusz Piotrowski
dd6b5d297c net-im/scli: Update to 0.7.1
Changes:	https://github.com/isamert/scli/releases/tag/v0.7.1
2022-04-05 16:26:51 +02:00
Ashish SHUKLA
77801d198f
net-im/profanity: Update to 0.12.1
MFH:		2022Q2 (fixes a segmentation fault)
2022-04-04 20:41:25 +00:00
Mina Galić
f24a2c5daf net-im/gotosocial: update to 0.2.2 2022-04-04 20:27:32 +00:00
Mina Galić
73ee63cede net-im/gotosocial: new port
With GoToSocial, you can keep in touch with your friends, post, read,
and share images and articles. All without being tracked or advertised
to!

GoToSocial provides a lightweight, customizable, and safety-focused
entryway into the Fediverse, and is comparable to (but distinct from)
existing projects such as Mastodon, Pleroma, Friendica, and PixelFed.

WWW: https://docs.gotosocial.org/en/latest/
2022-04-04 12:50:50 +00:00
Tobias C. Berner
c8c511ec42 net-im/ruqola: update to 1.7.0 2022-04-02 20:12:06 +02:00
Dmitry Marakasov
7b4d1f0b36 */*: fix trailing whitespace in pkg-descr's
Approved by:	portmgr blanket
2022-04-01 18:09:49 +03:00
Rene Ladan
97cf09b1df cleanup: Remove expired ports:
2022-03-31 security/revealrk: Deprecate, marked BROKEN on 12+ in 2018
2022-03-31 devel/apache-commons-modeler: Abandoned upstream, last release in 2013
2022-03-31 security/afl: Abandoned upstream, no new release since 2017. Please consider using security/afl++ instead
2022-03-31 www/mod_line_edit: Abandoned upstream, last release in 2006, Apache includes mod_sed
2022-03-31 www/myfaces: Unsupported by upstream, released in 2005
2022-03-31 www/mod_backtrace: Abandoned upstream in 2012 (version 2.0)
2022-03-31 security/base: Broken with PHP 7+, forked here https://github.com/NathanGibbs3/BASE/
2022-03-31 security/find-zlib: Deprecated, no longer relevant
2022-03-31 security/razorback-clamavNugget: Abandonware, last release in 2012 and listed as alpha quality by upstream
2022-03-31 security/shimmer: Abandonware, last release in 2008
2022-03-31 security/kripp: Abandonware, upstream returns 404 and last release was back in 2007
2022-03-31 security/ipfilter2dshield: Abandonware, no word of it on upstream web site
2022-03-31 security/sha: Obsolete, we have tools in base
2022-03-31 security/gputty: Unfetchable, dead upstream
2022-03-31 java/apache-commons-discovery: Abandoned upstream, last release in 2006
2022-03-31 www/geronimo: Port outdated, unsupported upstream and depends on deprecated software
2022-03-31 security/isakmpd: 15+ years old and broken on multiple versions
2022-03-31 security/razorback-swfScanner: Abandonware, last release in 2012 and listed as alpha quality by upstream
2022-03-31 devel/hadoop: Outdated, unsupported upstream
2022-03-31 java/apache-commons-primitives: Abandoned upstream, last release in 2003
2022-03-31 security/l5: Abandonware, broken on amd64 for 10+ years
2022-03-31 security/unicornscan: Very outdated and abandoned, current version in tree was released in 2004 and last release by upstream in Aug 2013. Please consider using security/nmap or security/rustscan
2022-03-31 security/gringotts: Abandonware, upstream dead and last release in 2009
2022-03-31 security/axTLS: Very outdated and abandoned, current version in tree was released in 2013 and last by upstream in 2019
2022-03-31 security/shttpscanner: Abandonware, last release in 2006
2022-03-31 security/sniff: Abandonware, last release around 2000 and dead upstream. Please consider using net/wireshark
2022-03-31 security/razorback-archiveInflate: Abandonware, last release in 2012 and listed as alpha quality by upstream
2022-03-31 security/scanssh: Abandonware, last release in 2005. Please consider using security/nmap or security/rustscan
2022-03-31 security/symbion-sslproxy: Abandonware, last release in 2009 and inactive upstream
2022-03-31 security/manipulate_data: Abandonware, unsupported upstream
2022-03-31 security/vinetto: Obsolete, targets deprecated Windows operating systems such as XP and 2003 Server
2022-03-31 security/pbnj: Abandonware, last release in 2006 and reported broken upstream in 2017 upstream
2022-03-31 databases/jasperreports: Unsupported by upstream, released in 2013
2022-03-31 security/retranslator: Deprecated upstream (EOL)
2022-03-31 security/cp2fwb: Abandonware, used with deprecated software Firewall Builder.
2022-03-31 security/webscarab: Deprecated by upstream in 2014
2022-03-31 security/pscan: Abandonware, last release in 2000
2022-03-31 security/vnccrack: Outdated and abandoned, last release in 2008. Upstream is at 2.1 while version in ports is 1.0.0
2022-03-31 security/doscan: Abandonware, last release in 2014. Please consider using security/masscan or sysutils/pnscan
2022-03-31 security/radamsa: Abandonware, last release in 2017 and marked as BROKEN in late 2020
2022-03-31 security/trinokiller: Abandonware, dead upstream
2022-03-31 security/spybye: Abandonware, last release in 2008 and no upstream development
2022-03-31 security/razorback-officeCat: Abandonware, last release in 2012 and listed as alpha quality by upstream
2022-03-31 textproc/crimson: Deprecated by upstream 2010-08-06
2022-03-31 security/tripwire-131: Deprecated, please consider using security/tripwire instead
2022-03-31 security/bruteforceblocker: Abandonware, please consider using security/sshguard
2022-03-31 security/razorback-fsMonitor: Abandonware, last release in 2012 and listed as alpha quality by upstream
2022-03-31 security/tlswrap: Abandonware, last release in 2007 and dead upstream
2022-03-31 security/sslsniffer: Abandonware, last release in 2001. Please consider using security/sslsplit or security/sslproxy
2022-03-31 security/strobe: Abandonware, last release around 2000 and dead upstream. Please consider using security/nmap or security/rustscan
2022-03-31 security/amap: Abandoned upstream, no new release for 10+ years. Please consider using security/nmap or security/rustscan
2022-03-31 security/ppars: Abandonware, no word of it on upstream web site
2022-03-31 security/zebedee: Abandonware, last release in 2005 and runtime issues reported upstream
2022-03-31 security/matrixssl: Abandonware, dead upstream
2022-03-31 security/razorback-virusTotal: Abandonware, last release in 2012 and listed as alpha quality by upstream
2022-03-31 security/stud: Abandonware, marked BROKEN on 12+ in 2019
2022-03-31 security/sslwrap: Abandonware, marked BROKEN on 12+ in 2019
2022-03-31 security/dcetest: Targets deprecated protocol by Microsoft in favour of .NET
2022-03-31 security/l0phtcrack: Obsolete, Microsoft LANMAN and NT password hashes are deprecated
2022-03-31 security/slurpie: Abandonware, last release around 2000 and dead upstream
2022-03-31 security/ike: Abandonware, last release in 2013 and IKEv1 is considered to be insecure
2022-03-31 security/mussh: Abandonware, last release in 2011 please consider using security/teleport
2022-03-31 security/razorback-fsWalk: Abandonware, last release in 2012 and listed as alpha quality by upstream
2022-03-31 security/hackbot: Abandonware, last release in 2003. Please consider using security/nmap or security/rustscan
2022-03-31 security/phpsecinfo: Abandonware, last release in 2006
2022-03-31 security/libpreludedb: Very outdated, current version in tree was released back in 2015 and upstream is still active
2022-03-31 security/ipfw2dshield: Abandonware, no word of it on upstream web site
2022-03-31 security/razorback-fileInject: Abandonware, last release in 2012 and listed as alpha quality by upstream
2022-03-31 security/gwee: Abandonware, last release 15+ years ago and dead upstream
2022-03-31 security/pktsuckers: Abandonware, last release from somewhere around 1999
2022-03-31 security/slush: Obsolete, listed as alpha quality, last release around 2000 and dead upstream
2022-03-31 security/integrit: Abandonware, last release in 2003
2022-03-31 security/razorback-pdfFox: Abandonware, last release in 2012 and listed as alpha quality by upstream
2022-03-31 security/razorback-yaraNugget: Abandonware, last release in 2012 and listed as alpha quality by upstream
2022-03-31 security/hlfl: Abandonware, last release in 2003
2022-03-31 security/jbrofuzz: Abandonware, no word of it on upstream web site and last release was 10 years ago
2022-03-31 security/libpwstor: Abandonware, last release in 2008
2022-03-31 security/smtpscan: Abandonware, last release in 2003 and dead upstream. Please consider using security/nmap
2022-03-31 security/cisco-torch: Abandonware, dead upstream
2022-03-31 security/amavis-stats: Abandoned, upstream is dead and last release was back in 2005
2022-03-31 textproc/lucene4: Unsupported by upstream, released in 2015
2022-03-31 java/apache-commons-discovery: Abandoned upstream, last release in 2006
2022-03-31 devel/liballium: Abandonware, last release in 2014 and upstream is dead
2022-03-31 www/sakai: Depends on expired www/tomcat7
2022-03-31 graphics/deegree-wpvs: Depends on expired www/tomcat7
2022-03-31 graphics/deegree-igeoportal: Depends on expired www/tomcat7
2022-03-31 www/jspwiki: Depends on expired www/tomcat7
2022-03-31 graphics/deegree-wcs: Depends on expired www/tomcat7
2022-03-31 graphics/deegree-csw: Depends on expired www/tomcat7
2022-03-31 graphics/deegree-wms: Depends on expired www/tomcat7
2021-12-31 www/tomcat7: Tomcat 7 is EOL on 2021-03-31. Please upgrade to a later version
2022-03-31 devel/gitblit: Depends on expired www/tomcat7
2022-03-31 graphics/barbecue: Depends on expired www/tomcat7
2022-03-31 graphics/deegree-wfs: Depends on expired www/tomcat7
2022-03-31 graphics/deegree-wps: Depends on expired www/tomcat7
2022-03-31 sysutils/rubygem-smart_proxy_chef: Depends on expired sysutils/rubygem-chef-api
2021-12-31 sysutils/rubygem-chef-api: The chef-api gem is no longer maintained. Please use the supported Chef::ServerAPI library from the Chef gem
2022-03-31 databases/redis5: EOLed upstream
2022-03-31 security/outguess: Abandonware, dead upstream and last release in 2001
2022-01-15 devel/maven3: Outdated, unsupported upstream
2022-01-15 devel/maven33: Outdated, unsupported upstream
2022-03-31 devel/monotone: Abandoned upstream, no release since 2014
2022-03-31 security/botan110: Deprecated upstream, users are recommended to migrate to 2.x
2022-03-31 net/hping: Deprecated upstream, please consider using net/hping3 instead
2022-03-31 sysutils/autopsy: Very outdated, current version in tree was released back in 2010 and upstream is still active
2022-03-31 java/cryptix-jce: Abandonware, last release in 2005 and listed as dead upstream
2022-03-31 net-mgmt/netustad: Abandonware, dead upstream, unfetchable and is marked BROKEN for 13+
2022-03-31 www/paros: Abandonware, last release in 2006 and dead upstream
2022-03-31 net/queso: Abandonware and obsolete, last release back in 1998. Please consider using security/nmap instead
2022-03-31 mail/rlytest: Abandonware, last release in 2003 and dead upstream
2022-03-31 net/ssvnc: Abandonware, last release in 2011 and broken functionality reported upstream
2022-03-31 sysutils/webjob: Abandonware, last release in 2012 and broken on multiple architectures
2022-03-31 dns/bundy: Project is in hibernation and not recommended to use in production
2022-03-31 lang/ruby26: Use newer version of Ruby. Ruby 2.6 will reach its EoL on March 31, 2022
2022-03-31 textproc/kibana6: Uses expired www/node10
2021-04-30 www/node10: Node.js v10.x reaches end-of-life on 2021-04-30, see https://github.com/nodejs/Release
2022-03-31 comms/zssh: Abandonware, last release in 2003. Please consider using scp or net/croc instead
2022-03-31 devel/py-dataclasses: Included in Python 3.7 or later
2022-03-31 net-im/diligent: Abandoned upstream, users also confirms port to be non working
2022-03-31 www/typo3-9: Mainstream support ended 2021-09-30
2022-03-31 databases/adodb: Unsupported upstream, cannot be used with PHP 8.0+
2022-03-31 audio/clementine-player: Last release in 2016, many issue reports upstream and little to no development for years. Please consider using audio/strawberry
2022-03-31 security/libprelude: Very outdated, current version in tree was released back in 2015 and upstream is still active
2022-03-31 www/crp: Abandonware, last release in 2003 and upstream refers to PHP 4.x and is dead
2022-03-31 devel/fb-adb: Last release in 2016 and deprecated by upstream, please consider using devel/android-tools-adb instead
2022-03-31 comms/o2sms: Abandonware, last release in 2010 and upstream is dead
2022-03-31 comms/p5-SMS-Send-TW-Qma: QMA service provider is no longer around
2022-03-31 comms/p5-SMS-Send-TW-ShareSMS: Service provider is no longer around
2022-03-31 comms/yaps: Service providers are no longer around and/or are no longer providing this service
2022-03-31 security/arirang: Abandoned upstream and last release was back in 2011
2022-03-31 security/openvpn-mbedtls: mbedTLS only has a minimum viable TLSv1.3 implementation, and OpenVPN-mbedtls does not work on FreeBSD 14-CURRENT
2022-03-31 www/mod_proxy_xml: Abandoned upstream, last release in 2004
2022-03-31 www/mod_xmlns: Abandoned upstream, last release in 2004
2022-03-31 www/mod_authnz_crowd: Abandoned upstream in 2014, doesn't work with Apache 2.4+
2022-03-31 security/razorback-scriptNugget: Abandonware, last release in 2012 and listed as alpha quality by upstream
2022-03-31 dns/bind911: End of life, please migrate to a newer version of BIND9
2022-03-31 www/grafana6: EOLed upstream, unfixed vulnerabilities
2022-03-31 security/govpn: Deprecated upstream, reference: http://www.govpn.info/
2022-03-31 22:31:14 +02:00
Ashish SHUKLA
38c6eab258
net-im/profanity: Update to 0.12.0 2022-03-30 21:16:15 +00:00
Ashish SHUKLA
f7f7924701
net-im/libstrophe: Take maintainership
MFH:		2022Q1
2022-03-30 21:15:48 +00:00
Guangyuan Yang
d690b5102f */*: Bump PORTREVISION after lang/go 1.18 update 2022-03-30 03:01:44 -04:00
Adriaan de Groot
7a6e0c9623 net-im/nheko: update to 0.9.3, latest upstream
Release notes are at
    https://github.com/Nheko-Reborn/nheko/releases/tag/v0.9.3
Various improvements and new upload features.
2022-03-28 16:23:56 +02:00
Neel Chauhan
3975ae7916 net-im/cawbird: Update to 1.5 2022-03-27 13:25:58 -07:00
Sascha Biberhofer
6e79c8a268
net-im/py-matrix-synapse: Fix rc.d script
rc.d script doesn't use synapse_user variable in start_precmd

PR:		262692
Reported by:	Marcin Gryszkalis <mg at fork dot pl>
2022-03-26 15:44:32 +00:00
Sascha Biberhofer
ac83da8f0f
net-im/py-matrix-synapse: Update to 1.55.2 2022-03-26 15:44:25 +00:00
Matthias Fechner
247c7db751 textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd7
2022-03-26 09:27:27 +01:00
Ashish SHUKLA
6b4bc615d4
net-im/dendrite: Update to 0.7.0 2022-03-25 15:26:38 +00:00
Po-Chuan Hsieh
01b222ef58
net-im/py-punjab: Fix build with setuptools 58.0.0+
With hat:	python
2022-03-25 21:38:17 +08:00
Ivan Rozhuk
abbecf0fc7 net-im/prosody-modules: Update to 20220319
PR:		262727
2022-03-24 04:00:56 -04:00
Thomas Morper
7a96631d53 net-im/prosody: Update to 0.12.0
PR:	262667
2022-03-22 10:27:30 -07:00
Yuri Victorovich
5308f4b529 net-im/toxext: Add test target
Only build tests when tests are run.
2022-03-21 10:51:15 -07:00
Jan Beich
e7dba0b822 net-im/cawbird: unbreak build with Meson 0.62.0
data/meson.build:9:5: ERROR: Program 'msgfmt' not found or not executable

PR:		262465
Reported by:	antoine (via exp-run)
Regressed by:	https://github.com/mesonbuild/meson/commit/8b573d7dc65b
2022-03-20 18:15:56 +00:00
Bernhard Froehlich
b1acb27f2c
net-im/tox: Update deprecated CPE vendor
Approved by:	portmgr (blanket)
2022-03-18 16:01:20 +00:00
Sergey A. Osokin
10235d29c8 net-im/telegram-desktop: update from 3.6.0 to 3.6.1
Approved by:	glebius (maintainer)
2022-03-18 07:40:03 -04:00
Bernard Spil
3024ae5e39 net-im/nextcloud-talk: Update to 13.0.4 2022-03-18 11:38:29 +00:00
Mikael Urankar
e255ac5487 lang/rust: Bump revisions after 1.59.0 2022-03-15 10:51:58 +01:00
Sergey A. Osokin
7efd3e6f6d net-im/tg_owt: update the main distribution name
No any functional changes.

PR:	262546
2022-03-14 12:07:13 -04:00
Muhammad Moinur Rahman
6c7d0e9789 net-im/py-slackclient: Update version 2.1.0=>2.9.3
- Mark DEPRECATED as upstream hasstalled develeopment in lieu of
  slack-client which is in the ports tree now
- Set EXPIRATION_DATE to 2022-06-30
- Disable test as GH repo is no longer available and PyPi sdist do not
  contain tests

Relnotes: https://pypi.org/project/slackclient/2.9.3/#history
2022-03-14 05:32:35 -05:00
Muhammad Moinur Rahman
2969348f1e net-im/py-slack-sdk: New PORT
The Slack platform offers several APIs to build apps. Each Slack API
delivers part of the capabilities from the platform, so that you can
pick just those that fit for your needs. This SDK offers a corresponding
package for each of Slack’s APIs. They are small and powerful when used
independently, and work seamlessly when used together, too.

WWW: https://slack.dev/python-slack-sdk/
2022-03-14 05:32:34 -05:00
Gleb Smirnoff
8ca3734c07 net-im/telegram-desktop: update to 3.6.0 2022-03-13 11:16:03 -04:00
Gleb Smirnoff
5d638973c3 net-im/tg_owt: update to 16 February 2022 snapshot
Not a functional change, just keeping up with upstream, which
added compilation fixes for OpenBSD.
2022-03-13 11:16:03 -04:00
Ashish SHUKLA
094ff86238
net-im/dino: Add missed options related to RTP
PR:		262355
Reported by:	Ivan Rozhuk <rozhuk dot im at gmail dot com>
2022-03-13 12:19:24 +00:00
Emanuel Haupt
28a8f69621 net-im/pidgin-bot-sentry: Rename pidgin-bs to pidgin-bot-sentry
The plugin was always called pidgin-bot-sentry. The fact that the
tarball is called pidgin-bs is the reason why it was originally
added under this name.

Comparing the project name at repology [1] confirms that error
nicely:

https://repology.org/project/pidgin-bot-sentry/versions
https://repology.org/project/pidgin-bs/versions

While here:

USE_LDCONFIG is not needed for .so that's installed in the pidgin
plugin directory.

Pacify portlint/portclippy, apply portfmt.
2022-03-13 10:17:41 +01:00
Adriaan de Groot
1a59a0d196 net-im/nheko: update to 0.9.2, latest upstream
Upstream has released a new mtxclient, and nheko chases that.
New dependency during build is asciidoc for the manpage.

Release notes are at:
	https://github.com/Nheko-Reborn/mtxclient/releases/tag/v0.7.0
	https://github.com/Nheko-Reborn/nheko/releases/tag/v0.9.2

It's a handful of bugfixes in mtxclient, and some UI changes in nheko.
2022-03-11 21:02:15 +01:00
Piotr Kubaj
c5a04cf7b8 net-im/tg_owt: fix build on powerpc64*
Port patches from audio/webrtc-audio-processing.
2022-03-09 16:10:32 +00:00
Yuri Victorovich
2931cdab1e net-im/qTox: Update 1.17.4 -> 1.17.6
Reported by:	portscout
2022-03-08 13:04:34 -08:00
Muhammad Moinur Rahman
bc808e2bff */*: Take maintainership 2022-03-07 20:09:57 -06:00
Rene Ladan
3d89f95e2f all: return koobs' ports to the pool after safekeeping his commit bit. 2022-03-07 20:07:39 +01:00
Loïc Bartoletti
2d8f857316 devel/py-qt5, devel/py-sip: Update versions
- Update sip to 6.5.1
- Update PyQt5 to 5.15.6
- Update PyQtChart, PyQtNetworkAuth and PyQtWebengine to 5.15.5
- Update PyQtSip to 12.9.1
- Update PyQtBuilder to 1.12.2
- Add ${_MAKE_JOBS} for pyqt.mk (reported by Tatsuki Makino)

PR:		261685
Exp-run by:	antoine
2022-03-07 18:39:13 +01:00
Koichiro Iwao
448cf74451 net-im/mikutter: Update to 5.0.4 2022-03-07 14:03:55 +09:00
Thierry Thomas
c1b223c448 net-im/tox: upgrade to v0.2.17
Release notes at
	<https://github.com/TokTok/c-toxcore/releases/tag/v0.2.17>.
2022-03-06 21:56:53 +01:00
Ashish SHUKLA
d21befbec6
net-im/dino: Improve audio/video calling support
Add couple more dependencies which were missing, but seem to be
necessary for audio/video calls. Many thanks to Goran for helping
test this.

PR:		262055
Reported by:	Goran Mekić <meka at tilda dot center>
Tested by:	Goran Mekić <meka at tilda dot center>
2022-03-04 17:49:13 +00:00
Ashish SHUKLA
53e8aafe82
net-im/dendrite: Update to 0.6.5 2022-03-04 17:39:05 +00:00
Tobias C. Berner
d01e18bd21 KDE: Update KDE Gear to 21.12.3
Thursday, 3 March 2022

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 with updated translations,
including:

   * kcron: Improve temporary file handling
   * kio-extras: SFTP can use random access
   * kontact: Fix Manager Crash when clicking New

Distro and app store packagers should update their application packages.

Changelog:
	https://kde.org/announcements/changelogs/gear/21.12.3/
Release Notes:
	https://community.kde.org/KDE_Gear/21.12_Release_notes
2022-03-03 17:33:45 +01:00
Po-Chuan Hsieh
f7e42ce5d5
devel/protobuf: Update to 3.19.4
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
2022-02-28 20:46:46 +08:00
Adriaan de Groot
e9a76fe1ef net-im/ruqola: update to 1.6.3, latest upstream
I can't tell if there are any release notes for this.
2022-02-27 22:32:40 +01:00
Adriaan de Groot
6326bd4468 net-im/mtxclient: update to latest release
This goes together with the update to nheko to avoid
a crash when the matrix server is updated.

Release notes at
	https://github.com/Nheko-Reborn/mtxclient/releases/tag/v0.6.2
2022-02-25 11:44:10 +01:00
Ashish SHUKLA
177c860967
net-im/py-matrix-synapse: Update to 1.53.0
PR:		262126
Approved by:	Sascha Biberhofer <ports at skyforge dot at> (maintainer)
2022-02-24 15:34:36 +00:00
Fernando Apesteguía
7c49399434 net-im/openfire: Update to 4.7.1
ChangeLog: http://download.igniterealtime.org/openfire/docs/4.7.1/changelog.html

PR:	262166
Reported by:	nikita@druba.su (maintainer)
MFH:	2022Q1	many bugfixes
2022-02-24 15:07:37 +01:00
Ashish SHUKLA
d7eaad2d65
net-im/dendrite: Update to 0.6.4 2022-02-22 17:21:21 +00:00
Dan Langille
7b279c9e09 devel/ruby-gems: Update to 3.3.7
These are fixes Ruby 3.0

Changes were compiled against all dependencies of devel/ruby-gems and
they all built cleanly.

There are five known build failures, all prexisting:

* devel/rubygem-xdg5: requires Ruby 3.0
* devel/rubygem-xdg: requires Ruby 3.1
* graphics/rubygem-objectdetect: port explicitly marked broken
* mail/rubygem-tmail: port explicitly marked broken
* science/cdcl: marked broken, unfetchable

Plus, science/rubygem-ruby-dcl gets skipped because of science/cdcl

PR:		258108
Approved by:	ruby (zi@)
2022-02-20 13:06:12 +00:00
Thierry Thomas
3fa87743f9 net-im/tox: upgrade to v0.2.16
Release notes at <https://github.com/TokTok/c-toxcore/releases/tag/v0.2.16>.
2022-02-19 19:16:40 +01:00
Emanuel Haupt
ca4a6878f4 net-im/Makefile: connect net-im to the tree 2022-02-19 10:24:23 +01:00
Emanuel Haupt
f3ad5309b7 net-im/gomuks: Add new port
A terminal based Matrix client written in Go.
2022-02-18 21:22:49 +01:00
Adriaan de Groot
5b0382bf56 net-im/libquotient: update to latest release (+consumers)
Jump a couple of releases with libquotient, a Matrix-client-library.
- URL mangling bugfix (0.6.11)
- Missing invites bugfix (0.6.10)
- Assertion failure (0.6.9)
2022-02-18 16:00:37 +01:00
Mateusz Piotrowski
73a2a836f3 net-im/scli: Update to 0.7.0
Changes:	https://github.com/isamert/scli/releases/tag/v0.7.0
2022-02-17 14:55:08 +01:00
Muhammad Moinur Rahman
3631728c2a net-im/pecl-stomp2: Mark DEPRECATED
- Set EXPIRATION_DATE on 2022-11-28

Last upstream release was on Mid 2018.

PR:		261623
Approved by:	dbaio (maintainer-timeout)
2022-02-15 12:33:16 -06:00
Tobias C. Berner
5e141ead8c net-im/libaccounts-qt5: fix DOCS-plist
Plist regressed by doxygen update in bc0e8a774f .

PR:		261923
Reported by:	jbeich
2022-02-13 14:52:58 +01:00
Ashish SHUKLA
69d57b6f1e
net-im/dino: Fix dependencies
- Add directly referenced dependencies which were missed in the earlier
  commit

- Reorder pkg-plist
2022-02-13 07:45:03 +00:00
Ashish SHUKLA
819e1b7098
net-im/dino: Update to 0.3.0
- Add RTP, and ICE options for audio/video call support
 - Add dependency on gspell

Changes:	https://dino.im/blog/2022/02/dino-0.3-release/
2022-02-12 23:14:36 +00:00
Daniel Engberg
6c0118fda7 net-im/diligent: Mark BROKEN, deprecate and expiration date to 2022-03-31
Abandoned upstream and no longer works as intended

PR:		236871
Reported by:	Christopher Hall <hsw@bitmark.com>
2022-02-12 10:38:33 +01:00
Gleb Smirnoff
f84d096d5c net-im/telegram-desktop: update to 3.5.2 2022-02-10 12:46:39 -05:00
Gleb Smirnoff
5825c04b0f net-im/tg_owt: update to 9 February 2022 snapshot 2022-02-10 12:46:39 -05:00
Ashish SHUKLA
019a78dec7
net-im/dendrite: Update to 0.6.3 2022-02-10 14:22:22 +00:00
Sascha Biberhofer
ee166a9c98
net-im/py-matrix-synapse: Update to 1.52.0
- Update dependencies patch to relax constraint on prometheus-client
   dependency, as the current version in ports is beyond the constraints

PR:		261836
2022-02-09 18:38:35 +00:00
Mateusz Piotrowski
d5b556da34 net-im/signal-cli: Fix service signal_cli runcli
runcli_precmd got committed by mistake.

PR:		261754
Reported by:	mikael
Fixes:		1d21db50cb net-im/signal-cli: Include patches bringing B-Bus support
MFH:		2022Q1
2022-02-09 11:04:49 +01:00
Bernard Spil
0a2c6dce75 net-im/nextcloud-talk: Update to 13.0.3 2022-02-08 15:18:29 +00:00
Tobias C. Berner
dde0691a02 net-im/ruqola: update to 1.6.2 2022-02-07 19:18:12 +01:00
Tobias C. Berner
e6e9fd72c4 KDE: Update KDE Gear to 21.12.2 (bug fix release)
Thursday, 3 February 2022

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 with updated translations.

Full changelog:
	https://kde.org/announcements/changelogs/gear/21.12.2/
2022-02-07 17:33:10 +01:00
Thierry Thomas
30b75b8683 net-im/tox: upgrade to v0.2.15
Release notes at <https://github.com/TokTok/c-toxcore/releases/tag/v0.2.14>
and <https://github.com/TokTok/c-toxcore/releases/tag/v0.2.15>.
2022-02-06 14:42:40 +01:00
Ashish SHUKLA
3ea847d381
net-im/conduit: Update to 0.3.0 2022-02-04 21:59:52 +00:00
Ashish SHUKLA
662b59f636
net-im/dendrite: Update to 0.6.2 2022-02-04 18:03:51 +00:00
Ashish SHUKLA
36276004d9
net-im/dendrite: Update to 0.6.1
- Remove the patch, not applicable anymore
2022-02-04 16:23:23 +00:00
Thomas Morper
03607b157e
net-im/prosody: Update to 0.11.13
ChangeLog: https://blog.prosody.im/prosody-0.11.13-released/

PR:		261450
2022-02-04 05:53:00 +08:00
Tobias Kortkamp
d64a2a380f
lang/rust: Relink consumers
PR:		261449
Security:	ee26f513-826e-11ec-8be6-d4c9ef517024
2022-02-03 15:02:32 +01:00
Ashish SHUKLA
17637ebbd4
net-im/dendrite: Unbreak on 32-bit platforms
- Import a patch from upstream of a dependency[0] to unbreak on 32-bit
  platforms

[0] a51d20aa57

Reported by:	pkg-fallout
2022-02-02 22:12:55 +00:00
Ashish SHUKLA
13323032df
net-im/dendrite: Update to 0.6
- Add UPDATING entry for required configuration change
2022-01-28 21:08:54 +00:00
Mateusz Piotrowski
d4fdbaebb4 net-im/telegram-cli: Return to the pool 2022-01-28 13:56:54 +01:00
Tijl Coosemans
b93e64d3c3 security/mbedtls: Update to 2.28.0 and fix make test
Also bump dependent ports for library version change.

PR:		255084
2022-01-28 13:14:09 +01:00
Sascha Biberhofer
fca1c35b5e
net-im/py-matrix-synapse: Update to 1.51.0
PR:		261511
2022-01-27 13:29:53 +00:00
Loïc Bartoletti
4f0a5e1540 PyQt: Update sip to 6.5.0, reintroduce sip4 and simplify PyQt framework.
SIP:
As mentioned in the update from sip to sip5, this is a transitional version
to remove what is deprecated in sip4.
Sip6 completely removes the deprecated parts.
Unfortunately, some ports — mostly cura things — can not use sip6, so we
reintroduce sip4.

PyQt:
At the same time, we took the opportunity to simplify PyQT and propose only one
package as for devel/pyside2. */py-qt5-* have been merged — excepted chart,
networkauth and webengine — into devel/py-qt5-pyqt.

This allows us to be in adequacy with the packages that the author of these
libraries proposes, namely:

PyQt - devel/py-qt5-pyqt
PyQt-Charts - x11-toolkits/py-qt5-chart
PyQt-NetworkAuth – net/py-qt5-networkauth
PyQt-WebEngine – www/py-qt5-webengine
SIP – devel/py-sip
py-sip - devel/py-qt5-sip
PyQt-builder - devel/py-qtbuilder
Qscintilla - devel/py-qt5-qscintilla2

Reviewed by:	diizzy, kde
Tested by:	kai, rhurlin, arrowd, madpilot
Approved by:	makc, tcberner, kde
Differential Revision:	https://reviews.freebsd.org/D33237
Exp-run by:	antoine
2022-01-27 07:12:26 +01:00
Marius Strobl
8c30deb681 devel/libconfig: update to 1.7.3
- Chase shared library bump across dependant ports.
- Fetch releases rather than tags from GitHub. [1]
- Properly depend on makeinfo, adding an INFO knob.
- Refresh pkg-descr and COMMENT accordingly.

PR:		261062
Reported by:	dizzy [1]
Approved by:	maintainer timeout
2022-01-26 08:46:25 +01:00
Bernard Spil
c366660ceb net-im/nextcloud-talk: Update to 13.0.2 2022-01-25 11:07:55 +00:00
Loïc Bartoletti
45ab80b9df archivers/minizip*: Add minizip-ng and zlib-ng and create USES=minizip
Import minizip-ng and zlib-ng

Minizip was originally developed in 1998. It was first included in the zlib
distribution as an additional code contribution starting in zlib 1.1.2. Since
that time, it has been continually improved upon and contributed to by many
people.

+ Creating and extracting zip archives.
+ Adding and removing entries from zip archives.
+ Read and write raw zip entry data.
+ Reading and writing zip archives from memory.
+ Zlib, BZIP2, LZMA, and ZSTD compression methods.
+ Password protection through Traditional PKWARE and WinZIP AES encryption.
+ Buffered streaming for improved I/O performance.

some ports bundle it, some ports allow building against a systemwide
one, some ports bundle/rely on an incompatible version - all those will be
fixed in following commits.

Mk/Uses: Introduce USES=minizip[:ng]

To simplify, the LIB_DEPENDS part a new USES tag is added.

USES=minizip will add a LIB_DEPENDS on legacy minizip and
USES=minizip:ng will add a LIB_DEPENDS on minizip-ng.

minizip [1]:

    databases/spatialite
    databases/spatialite-tools
    devel/collada-dom
    games/mrboom
    games/oolite
    graphics/comical
    misc/xiphos
    science/libkml
    textproc/sigil
    www/domoticz
    deskutils/anydesk
    emulators/mupen64plus-core
    multimedia/assimp
    multimedia/vlc
    net-im/psi
    net-im/telegram-desktop

minizip-ng:

    devel/axmldec

[1] Some are known to work with minizip-ng but have to be patched.

Approved by:	tcberner (portmgr)
Differential Revision:	https://reviews.freebsd.org/D33771
2022-01-25 07:35:22 +01:00
Ashish SHUKLA
0d1d216c83
net-im/py-matrix-synapse: Update to 1.50.2
PR:		261430
Approved by:	Sascha Biberhofer <ports at skyforge dot at> (maintainer)
MFH:		2022Q1
2022-01-24 17:15:40 +00:00
Jan Beich
a1ad671b4a net-im/fractal: unbreak build with Meson 0.61.0
fractal-gtk/res/meson.build:5:0: ERROR: Function does not take positional arguments.

PR:		260943
Reported by:	antoine (via exp-run)
Regressed by:	https://github.com/mesonbuild/meson/commit/61f2866a9fa1
2022-01-24 12:35:08 +00:00
Mateusz Piotrowski
637bc533bc net-im/scli: Update to 0.6.6
Changes:	https://github.com/isamert/scli/releases/tag/v0.6.6
2022-01-23 22:54:08 +01:00
Rene Ladan
48d98ef918 cleanup: remove transitive py27 deprecation (www/qt5-webengine) 2022-01-23 21:56:25 +01:00
Sascha Biberhofer
c54c79c82d
net-im/py-matrix-synapse: Update to 1.150.1
- Updated USES to python:3.7+ since upstream has removed python 3.6
  from the supported python versions
- Removed the test dependency on py-mock in sync with upstream
  requirements
- Added a new dependency on devel/py-matrix-common, a new port that
  provides code shared by most matrix.org projects, inlcuding synapse

PR:		260502
2022-01-20 13:42:59 +00:00
Sascha Biberhofer
e51b5b8609
net-im/py-matrix-synapse: Unbreak the port
- Remove the dependency constraint added by upstream for problem
  on Debian GNU/Linux, which does not occur on FreeBSD

PR:		261232
2022-01-18 17:47:40 +00:00
Tobias Kortkamp
835bd57330
lang/rust: Bump revisions after 1.58.0 2022-01-17 12:57:45 +01:00
Thomas Zander
73a52bb768
net-im/prosody: Update to upstream release 0.11.12
Details:
- Changelog see https://blog.prosody.im/prosody-0.11.12-released
- Fixes a denial of service vulnerability (CVE-2022-0217)

PR:		261209
Reported by:	thomas@beingboiled.info (maintainer)
MFH:		2022Q1
Security:	CVE-2022-0217
2022-01-16 08:08:49 +01:00
Danilo G. Baio
0290f284f4 Change a few ports to use the most recent version of pyjwt
Reviewed by:	olgeni, yuri, sunpoet, ultima and kai
Differential Revision: https://reviews.freebsd.org/D33797
2022-01-13 10:52:37 -03:00
Nikita Druba
ba15454f17 net-im/openfire: Update to 4.6.7
ChangeLog: http://download.igniterealtime.org/openfire/docs/4.6.7/changelog.html

PR:	261084
Reported by:	nikita@druba.su (maintainer)
2022-01-10 16:33:47 +01:00