aboutsummaryrefslogtreecommitdiff
path: root/net-im
Commit message (Collapse)AuthorAgeFilesLines
* net-im/matterircd: Update to 0.24.2norrland2021-06-152-4/+4
| | | | | PR: 256595 Approved by: lwhsu (mentor, implicit)
* */*: Zpdate KDE Gear to 21.04.2Tobias C. Berner2021-06-1325-47/+73
| | | | | | | | | | 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/
* net-im/neochat: add missing dependencyAdriaan de Groot2021-06-111-1/+2
| | | | | | 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.
* devel/meson: update to 0.58.1Jan Beich2021-06-091-0/+17
| | | | | | | | 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
* net-im/dino: update to 0.2.1Ashish SHUKLA2021-06-082-5/+4
| | | | | | MFH: 2021Q2 Security: fc1bcbca-c88b-11eb-9120-f02f74d0e4bd CVE-2021-33896
* net-im/licq: apply googletest patches which fix null pointer accessesDimitry Andric2021-06-066-1/+377
| | | | | | | | | | | | | | | | | | | | | | | | 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
* net-im/py-matrix-synapse: Update to 1.35.1Sascha Biberhofer2021-06-043-7/+8
| | | | | | | ChangeLog: https://github.com/matrix-org/synapse/releases/tag/v1.35.0 PR: 256380 Approved by: dbaio, garga (mentors, implicit)
* net-im/neochat: fix plistAdriaan de Groot2021-06-011-0/+6
| | | | Previous commit didn't bring in the new translations
* net-im/neochat: update to 1.2.0, latest upstreamAdriaan de Groot2021-06-013-8/+7
| | | | | | 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.
* net-im/p5-Net-Stomp: Update to 0.61Po-Chuan Hsieh2021-05-302-5/+6
| | | | Changes: https://metacpan.org/changes/distribution/Net-Stomp
* net-im/kaidan: update to 0.8.0Tobias C. Berner2021-05-293-7/+6
| | | | | | | | | | | | 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)
* net-im/gajim: update to 1.3.2Ruslan Makhmatkhanov2021-05-272-7/+8
| | | | | | | | | | | 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>
* net-im/spectral: Update WWW.Gleb Popov2021-05-261-1/+1
|
* net-im/matterhorn: Adapt to recent USES=cabal changesGleb Popov2021-05-191-2/+1
|
* net-im/scli: Update to 0.8.3Mateusz Piotrowski2021-05-162-4/+4
| | | | | Changes: https://github.com/isamert/scli/releases/tag/v0.6.2 Changes: https://github.com/isamert/scli/releases/tag/v0.6.1
* net-im/signal-cli: Update to 0.8.3Mateusz Piotrowski2021-05-163-21/+20
| | | | Changes: https://github.com/AsamK/signal-cli/releases/tag/v0.8.3
* net-im/telegram-desktop: fix build with GTK option (again)Charlie Li2021-05-141-10/+1
| | | | | | | | | | | | Remove https://github.com/desktop-app/lib_webview/commit/48d70e5258754b2415b07c88f0376212596e09a7, as it depends on function changes from https://github.com/desktop-app/lib_base/commit/1b949f5ca250a47cd1261dd27fd83c174665f8fb Reported by: madpilot Fixes: 80762637bb7d 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
* net-im/telegram-desktop: fix build with GTK optionCharlie Li2021-05-143-8/+36
| | | | | | | | | | | | | | | | | 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: https://github.com/desktop-app/lib_webview/commit/0b4100d7cecc4e748c51f3f51ebfd1392ec3978a https://github.com/desktop-app/lib_webview/commit/48d70e5258754b2415b07c88f0376212596e09a7 Approved by: Henry Hu <henry.hu.sh@gmail.com> (maintainer), arrowd (mentor), fluffy (mentor) PR: 255719 Differential Revision: https://reviews.freebsd.org/D30224
* net-im/prosody: Update to 0.11.9Thomas Morper2021-05-132-4/+4
| | | | | | PR: 255845 MFH: 2021Q2 Security: fc75570a-b417-11eb-a23d-c7ab331fd711
* Update KDE Gear to 21.04.1Tobias C. Berner2021-05-1315-45/+45
| | | | | | | | | | | 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/
* Rebuild lang/rust consumers after d8837418ea743776Tobias Kortkamp2021-05-114-3/+4
|
* net-im/py-matrix-synapse: Update to 1.33.2Sascha Biberhofer2021-05-112-5/+5
| | | | | | PR: 255791 MFH: 2021Q2 Security: CVE-2021-29471
* net-im/telegram-desktop: Update to 2.7.4Henry Hu2021-05-103-46/+5
| | | | PR: 255719
* net-im/py-matrix-synapse: Update to 1.33.1Sascha Biberhofer2021-05-093-12/+12
| | | | | | | | Changelog: https://github.com/matrix-org/synapse/releases PR: 255727 Co-authored-by: Rainer Hurling <rhurlin@FreeBSD.org>
* net-im/tg_owt: upgrade to 0.0.20210422Henry Hu2021-05-092-5/+5
| | | | PR: 255716
* Remove expired ports:Rene Ladan2021-05-085-153/+0
| | | | 2021-05-07 net-im/libqmatrixclient: Use libQuotient (devel/libquotient) instead
* KDE_INVENT: drop WRKSRC hackAdriaan de Groot2021-05-071-3/+3
| | | | | | | | | | | | | | 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.
* net-im/nextcloud-talk: Update to 11.2.1Bernard Spil2021-05-073-4/+5
|
* New port: net-im/tdlib: Library for building Telegram clientsYuri Victorovich2021-05-065-0/+68
|
* net-im/py-slixmpp: Update to 1.7.1Mateusz Piotrowski2021-05-052-4/+4
|
* *: reset kmoore's ports after safekeeping his ports bit.Rene Ladan2021-05-041-1/+1
| | | | Hat: portmgr-secretary
* net-im/libpurple: Actually stage the distinfo file for 2.14.4.Joe Marcus Clarke2021-05-041-3/+3
| | | | PR: 255585
* net-im/libpurple: Re-enable the GEvolution plugin (for pidgin)Joe Marcus Clarke2021-05-031-6/+6
|
* net-im/[libpurple,pidgin]: Update to 2.14.4.Joe Marcus Clarke2021-05-033-5/+4
| | | | | | See https://keep.imfreedom.org/pidgin/pidgin/file/release-2.x.y/ChangeLog for a list of changes in this release.
* net-im/py-matrix-synapse: Update to 1.32.2Rainer Hurling2021-05-022-5/+4
| | | | | | | Changelog: https://github.com/matrix-org/synapse/releases PR: 255549 Submitted by: Sascha Biberhofer <ports@skyforge.at> (maintainer)
* Clean up some thingsTobias Kortkamp2021-05-012-2/+1
| | | | | | | | | | - Fix typos - Remove duplicate variables - Remove nop variables - Clean up commented PORTREVISION - Add missing USES Reported by: portscan
* net-im/scli: Update to 6.0.0Mateusz Piotrowski2021-04-262-5/+4
| | | | Changes: https://github.com/isamert/scli/releases/tag/v0.6.0
* net-im/nheko: update to latest 0.8.2 releaseAdriaan de Groot2021-04-263-77/+9
| | | | | | | | nheko is a Matrix IM client. Release notes at https://github.com/Nheko-Reborn/nheko/releases/tag/v0.8.2 they are quite extensive as this is a big feature release.
* net-im/mtxclient: update to latest upstreamAdriaan de Groot2021-04-264-4/+7
| | | | | | | | | | Release notes at https://github.com/Nheko-Reborn/mtxclient/releases Since we skipped 0.5.0: supports edits, API changes, TLS support, sticker packs and emotes and all that rich-IM-drip. This isn't compatible with the nheko version in ports, though, waiting for an update there.
* Remove expired ports:Rene Ladan2021-04-245-144/+0
| | | | | | | 2021-04-22 net/samba411: Security Support ends on 03 Dec 2020 2021-04-22 net-im/cordless: Unmaintained and dead upstream, uses the old Discord API which notably has got users banned 2021-04-18 news/plor: listed as "Alpha-release" but last update in 2001; unmaintained 2021-04-20 security/certificate-transparency: Broken for more than 6 months
* Update KDE Gear to 21.04Tobias C. Berner2021-04-2217-46/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | KDE Gear 21.04 Thursday, 22 April 2021 Welcome to KDE Gear ⚙️ 21.04! KDE produces literally dozens of apps for work, play, education, and creativity. Kontact, for example, gives you control over all your email, contact, and agenda; Itinerary keeps you up to date with everything you need regarding your trips; the KAlgebra graphing calculator works equally well on your desktop and your phone; Cantor provides you with an intuitive way of analyzing data and graphing the results; and Kdenlive makes cutting and building sophisticated-looking videos not only easy, but fun as well. These are but a few of the apps releasing new updates today. When combined with the KDE’s powerful Plasma desktop, they provide you with most, if not all, the tools you need to be productive in a versatile and flexible Linux^WFreeBSD environment. But you don’t even need to run Linux! Many of the apps in this announcement work on Windows, macOS, and Android as well. This is what convergent means for KDE: use your favorite apps anywhere, on any system, on your work computer, mobile or even on your TV! And, remember: KDE’s apps, the Plasma desktop, Plasma Mobile, Plasma BigScreen and all the rest of KDE’s software are free and open source. No licensing, no hidden costs, no spying. Share them with your friends, install them at work, or use them in your school lab. It is your software to enjoy where and how you want. Full announcement and changelogs: https://kde.org/announcements/gear/21.04/
* net-im/scli: Update to the most recent commitsMateusz Piotrowski2021-04-222-5/+5
|
* KDE not-Applications: chase doctoolsAdriaan de Groot2021-04-221-1/+3
| | | | | | These ports use KDE Frameworks and require kdoctools to build. Since that is no longer an implicit build & run dependency, (re)introduce it explicitly as a build-time dependency.
* KDE Applications: sanitize DOCS optionAdriaan de Groot2021-04-221-2/+0
| | | | | | | | | | | | | | | | If a port has no documentation, it doesn't need a DOCS option (which turns on, or off, exactly an empty set of documentation). This is now handled correctly by kde.mk since ports 620d7678c8. KDE **applications** with a DOCS option get doctools_build added for free; this covers the majority of KDE-things-with documentation. Note that DOCS isn't expected to **change** anything: most of the ports that have (or had) that option didn't do anything with it and always built the docs anyway. PR: 255260 Reported by: Naram Qashat
* net-im/libpurple: Bump Python version.Joe Marcus Clarke2021-04-211-3/+3
| | | | | | Pidgin now wants Python 3 so be explicit about that. It also changed the argument to find the Python command. PR: 255280
* net-im/scli: Update distfilesMateusz Piotrowski2021-04-212-5/+5
| | | | Upstream rewrote recent history.
* Bump USES=cabal ports after 12837690ed0cTobias Kortkamp2021-04-211-0/+1
|
* net-im/libpurple: Fix LICENSE typo.Joe Marcus Clarke2021-04-201-1/+1
| | | | | This prompts me to think I need to have portlint check validity. PR: 255279
* net-im/libpurple: Make SASL default enabled.Joe Marcus Clarke2021-04-201-1/+6
| | | | | | The 2.14.2 (un-ported) release made SASL enable by default, so respect that here. While here, add a LICENSE. Reported by: olgeni
* Update to 2.14.3.Joe Marcus Clarke2021-04-194-32/+8
| | | | | See https://keep.imfreedom.org/pidgin/pidgin/file/v2.14.3/ChangeLog for a list of changes in this release.