aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-08-28 02:28:06 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-08-28 02:28:06 +0800
commit0a99920bfe76c0bf656cf74c81da9d4533e18d08 (patch)
treeae6595118e83832cb9261b6df7aa009f572a3865 /camel/providers
parent16daf75376145e9d64973f413667441767135ebc (diff)
downloadgsoc2013-evolution-0a99920bfe76c0bf656cf74c81da9d4533e18d08.tar.gz
gsoc2013-evolution-0a99920bfe76c0bf656cf74c81da9d4533e18d08.tar.zst
gsoc2013-evolution-0a99920bfe76c0bf656cf74c81da9d4533e18d08.zip
s/IMAPv4/IMAP
2001-08-27 Jeffrey Stedfast <fejj@ximian.com> * providers/imap/camel-imap-provider.c: s/IMAPv4/IMAP svn path=/trunk/; revision=12485
Diffstat (limited to 'camel/providers')
-rw-r--r--camel/providers/imap/camel-imap-provider.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/providers/imap/camel-imap-provider.c b/camel/providers/imap/camel-imap-provider.c
index 35163cdf8d..d3448a0156 100644
--- a/camel/providers/imap/camel-imap-provider.c
+++ b/camel/providers/imap/camel-imap-provider.c
@@ -60,7 +60,7 @@ CamelProviderConfEntry imap_conf_entries[] = {
static CamelProvider imap_provider = {
"imap",
- N_("IMAPv4"),
+ N_("IMAP"),
N_("For reading and storing mail on IMAP servers."),
n class='column1'>| | | | | | | 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-271-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-172-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-173-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-151-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-142-4/+4 | | | | | | PR: 255845 MFH: 2021Q2 Security: fc75570a-b417-11eb-a23d-c7ab331fd711 * Update KDE Gear to 21.04.1Tobias C. Berner2021-05-1415-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-124-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-113-46/+5 | | | | PR: 255719 * net-im/py-matrix-synapse: Update to 1.33.1Sascha Biberhofer2021-05-103-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-095-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-075-0/+68 | * net-im/py-slixmpp: Update to 1.7.1Mateusz Piotrowski2021-05-062-4/+4 | * *: reset kmoore's ports after safekeeping his ports bit.Rene Ladan2021-05-051-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-041-6/+6 | * net-im/[libpurple,pidgin]: Update to 2.14.4.Joe Marcus Clarke2021-05-043-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-032-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-022-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-2317-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-211-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-204-32/+8 | | | | | See https://keep.imfreedom.org/pidgin/pidgin/file/v2.14.3/ChangeLog for a list of changes in this release. * net-im/scli: Update to the latest commitMateusz Piotrowski2021-04-182-4/+5 | | | | | There were some problems with the stability of version 0.5.0. They are gone when we apply the latest patches. * net-im/scli: Update to 0.5.0Mateusz Piotrowski2021-04-152-4/+4 | | | | | Release notes: https://github.com/isamert/scli/releases/tag/v0.5.0 * net-im/zkgroup: Update to 0.7.2Mateusz Piotrowski2021-04-152-5/+4 | * net-im/nextcloud-talk: Update to 11.1.2Bernard Spil2021-04-133-6/+6 | * net-im/py-matrix-synapse: Update to 1.31.0Neel Chauhan2021-04-133-4/+15 | | | | | | | Changes: https://github.com/matrix-org/synapse/releases/tag/v1.31.0 PR: 254944 Submitted by: Sascha Biberhofer <ports AT skyforge DOT at> (maintainer) * net-im/ejabberd: Update to 21.04Ashish SHUKLA2021-04-113-88/+90 | | | | - Add LUA option for importing from Prosody * Regenerate all distfiles using gitlab as source.Matthias Fechner2021-04-105-19/+19 | | | | | | | | | | | | This regeneration is required as the new gitlab version changed the address and the directory the source files can be downloaded. This commit also applies some small fixes to make sure all ports using gitlab are buildable. Reviewed by: mat Approved by: portmgr Differential Revision: https://reviews.freebsd.org/D29628 * devel/icu: update to 69.1Jan Beich2021-04-091-0/+1 | | | | | Changes: https://github.com/unicode-org/icu/releases/tag/release-69-1 Reported by: GitHub (watch releases) * net-im/coyim: Applies the correct fix for gotk3 from upstream.Santhosh Raju2021-04-081-13/+121 | | | | | | | | | | | | | | | | As of Golang 1.16, the cgo tool will no longer try to translate C struct bitfields into Go struct fields, even if their size can be represented in Go. The order in which C bitfields appear in memory is implementation dependent, so in some cases the cgo tool produced results that were silently incorrect. In this case "accel_flags" is the bitwise field in question. A new declaration for GtkAccelKey structure that does not explicitly access to 'accel_flags' has been addressed in the patch. https://github.com/gotk3/gotk3/pull/730 Patch will be removed when vendor library will be updated. * net-im/coyim: Fixes the broken build.Santhosh Raju2021-04-072-1/+23 | | | | Remove the missing accel_flags for now from gotk3 vendor library. * One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-0786-86/+0 | | | | Reported by: lwhsu * net-im/kaidan: fix plistAdriaan de Groot2021-04-072-1/+8 | | | | Some orphaned files, detected by poudriere bulk -t * all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-0618-39/+4 | * Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-06184-185/+0 | * net-im/uTox: fix build on powerpc64lePiotr Kubaj2021-04-061-1/+1 | | | | Use correct emulation. * Update net-im/libquotient to 0.6.6 (latest upstream)Adriaan de Groot2021-04-065-6/+11 | | | | | | | | | | | 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. * Update LIB_DEPENDSSunpoet Po-Chuan Hsieh2021-03-311-1/+2 | | | | - Bump PORTREVISION for dependency change * Rebuild lang/rust consumers after r569489Tobias Kortkamp2021-03-304-3/+4 | * net-im/matterircd: Update to 0.24.0Rainer Hurling2021-03-292-4/+4 | | | | | | | | Changelog: https://github.com/42wim/matterircd/releases/tag/v0.24.0 PR: 254545 Submitted by: Corey Halpin <chalpin@cs.wisc.edu> Approved by: norrland@nullbyte.se (maintainer) * net-im/libsignal-client: Do not depend on rust-nightlyTobias Kortkamp2021-03-271-7/+5 | | | | | | | Add RUSTC_BOOTSTRAP=1 to enable required nightly features to build with stable Rust. With hat: rust * editors/emacs: Update to 27.2Joseph Mingrone2021-03-261-1/+1 | | | | | | | | | This is a bug-fix release with no new features. https://www.gnu.org/software/emacs/news/NEWS.27.2 Reviewed by: ashish Differential Revision: https://reviews.freebsd.org/D27700 * Added new ports required for gitlab-ce 13.10 upgrade.Matthias Fechner2021-03-254-0/+29 | * Mark ports recursively depending on Python 2.7 for expiration on June 23.Rene Ladan2021-03-244-0/+12 | | | | | | | | | | | For ports optionally dependending on Python 2.7, just mark those options as expired. Remove konquerer from the x11/kde-baseapps metaport and bump its PORTREVISION. Submitted by: rene Reviewed by: portmgr, adridg, ehaupt, lme, madpilot, pizzamig, se, sunpoet, yuri Approved by: portmgr Differential Revision: https://reviews.freebsd.org/D28665 * Fix spelling mistakes, typos, poor wording, hyphenation, jargonisms,Alexey Dokuchaev2021-03-221-1/+1 | | | | | contractions, "<portname> is ..." cases, missing Oxford commas, and other miscellaneous style bugs in the COMMENT line. * - Update to version 3.5.1, unbreak, respect CXXFLAGSAlexey Dokuchaev2021-03-217-89/+41 | | | | | | - Written in C++17 and does not need Vala since v3.5.0 - mbedTLS is used instead of libcurl since v3.3.0 - Now graphic-wise depends only on jpeg and libpng * - Belatedly update to version 1.5Alexey Dokuchaev2021-03-203-16/+5 | | | | - Adjust LICENCE (GPLv2 or later) * Update net-im/kaidan to latest upstream releaseAdriaan de Groot2021-03-193-7/+6 | | | | | | | | | | | Upstream switched where it places the tarballs (from "stable/" to "unstable/" even while releasing stability-fixes), so this wasn't spotted earlier. While here, update the WWW to point to an actual site, rather than the unofficial GitHub mirror of the source code. Release notes at: https://www.kaidan.im/2020/08/20/kaidan-0.6.0/ https://www.kaidan.im/2021/02/02/kaidan-0.7.0/ * net-im/gajim: update to 1.3.1-2Ruslan Makhmatkhanov2021-03-182-6/+5 | | | | | | | | upstream reuploaded the release with plugin installer included. Plugins list/install was broken in 1.3.1 PR: 248559 Reported by: Alastair Hogge <agh@riseup.net> * Update net-im/qxmpp-qt5 to latest upstream releaseAdriaan de Groot2021-03-173-5/+7 | | | | | | | | | | | The release notes are here: https://github.com/qxmpp-project/qxmpp/releases/tag/v1.4.0 With: - Qt6 readiness - Some new features - Bind IQ errors are now handled properly Reported by: portscout * PyQt5: Update PyQt5 to 5.15.4 and py-qtbuilder to 1.9.1Loïc Bartoletti2021-03-161-1/+1 | | | | | PR: 254218 Exp-run by: antoine * net-im/py-matrix-synapse: Update to 1.29.0Chris Rees2021-03-152-4/+4 | | | | | | | | Synapse now requires forwarded-for headers when running behind a reverse proxy, but it will warn the user if those are missing. PR: ports/254277 Submitted by: Sascha Biberhofer <ports@skyforge.at> (maintainer) * net-im/nextcloud-spreed-signaling: Fix build on aarch64Mikael Urankar2021-03-121-0/+24 | | | | Approved by: portmgr (tier-2 blanket) * net-im/gajim: add missing dependency upon libsoupRuslan Makhmatkhanov2021-03-121-0/+2 | | | | | | | and bump PORTREVISION PR: 254217 Submitted by: p5B2E9A8F@t-online.de * net-im/gajim: remove duplicate dependenciesRuslan Makhmatkhanov2021-03-111-3/+1 | | | | | | They were a last minute addition despite they already were presented in Makefile. Not bumping PORTREVISION, because actual dependencies list is not changed. * net-im/gajim: update to 1.3.1Ruslan Makhmatkhanov2021-03-112-12/+15 | | | | | | | | | | | https://gajim.org/post/2021-02-08-gajim-1.3.0-released/ https://gajim.org/post/2021-03-01-gajim-1.3.1-released/ Thank you Goran Mekić for help with testing! PR: 248559 Submitted by: yzrh@noema.org (based on) Tested by: Goran Mekić <meka@tilda.center> * net-im/py-nbxmpp: update to 2.0.2Ruslan Makhmatkhanov2021-03-112-7/+8 | * net-im/jitsi-videobridge: enable on powerpc64lePiotr Kubaj2021-03-111-1/+1 | * net-im/jitsi-videobridge: enable on powerpc64Piotr Kubaj2021-03-111-1/+1 | * net-im/tg_owt: Mark port BROKEN on 11 with base OpenSSLLewis Cook2021-03-101-3/+9 | | | | | | | | | While here, pet both portclippy and portfmt. PR: 254150 Submitted by: Henry Hu <henry.hu.sh@gmail.com> (maintainer) Approved by: fernape (mentor) Differential Revision: https://reviews.freebsd.org/D29184 * Update the libpurple Slack module to a more recent version, which chases the ↵Nathan Whitehorn2021-03-102-7/+6 | | | | | | | recent deprecation of older Slack APIs used, for example, to fetch room members in multi-user chats. PR: ports/253957 Approved by: nc * Remove occurrences of %%LUA_LIBDIR%%.Mathieu Arnold2021-03-091-214/+214 | | | | Differential Revision: https://reviews.freebsd.org/D29138 * net-im/telegram-desktop: update to 2.6.1Fernando Apesteguía2021-03-093-31/+18 | | | | | | | | | ChangeLog: https://github.com/telegramdesktop/tdesktop/releases/tag/v2.6.1 While here, pet linters PR: 254123 Submitted by: henry.hu.sh@gmail.com (maintainer) * PyQt5: Update PyQt5 to 5.15.3, QScintilla2 to 2.12.0, py-qtbuilder to 1.9.0Loïc Bartoletti2021-03-081-1/+1 | | | | | | | | | | | | | | | | | | | | | | | * PyQt5: update to 5.15.3 This is a minor feature and bug-fix release. There are corresponding releases of the other PyQt5-related packages. - Added the missing QImage.setAlphaChannel(). - Support for the QtNetworkAuth library has been moved to a separate PyQtNetworkAuth package. - Wheels no longer bundle the corresponding Qt libraries and instead automatically install them from an external wheel. * QScintilla2: update to 2.12.0 This adds support for Qt6 and removes support for Qt4. - Change the new distname (again)i due to a conflict - Use the new sip-build system * devel/py-qtbuilder: update to 1.9.0 * devel/py-sip: fix flavor for sip-distinfo PR: 253865 Exp-run by: antoine * net-im/nextcloud-spreed-signaling: fix build on go1.16Jesper Schmitz Mouridsen2021-03-081-1/+3 | * Update to 0.8.1Mateusz Piotrowski2021-03-074-250/+32 | | | | | | | | | | | - Switch to depending on upstream tarballs for all the JAR files this port needs. Since 0.8.0, the upstream switched to a Kotlin-based Gradle file, which broke the Gradle dependency resolution mechanism implemented in files/build.gradle.in. It is unproductive to fix that script. Let's just use the provided JAR files. - Java is no longer used to during build, so set JAVA_RUN=jre. - Release notes: https://github.com/AsamK/signal-cli/blob/v0.8.1/CHANGELOG.md * Add net-im/libsignal-clientMateusz Piotrowski2021-03-075-0/+633 | | | | | | | | | libsignal-client is an implementation of the Signal client protocol in Rust. It is under heavy development at the moment and subject to change without notice. Its use outside Signal is not yet recommended. WWW: https://github.com/signalapp/libsignal-client * - Update to 0.3.11Ashish SHUKLA2021-03-072-73/+70 | | | | Reported by: portscout * Update KDE Release-Service releases to 20.12.3Tobias C. Berner2021-03-0515-45/+45 | | | | | | 20.12.3 Releases Over 120 individual programs plus dozens of programmer libraries and feature plugins are released simultaneously as part of KDE’s release service. * net-im/nextcloud-talk: Update to 11.1.1Bernard Spil2021-03-053-4/+8 | * net-im/matterhorn: Update to 50200.12.0Gleb Popov2021-03-022-23/+30 | * net-im/matterircd: Update to 0.23.1Rainer Hurling2021-03-022-7/+5 | | | | | | | Changelog: https://github.com/42wim/matterircd/blob/master/changelog.md PR: 253940 Submitted by: Corey Halpin <chalpin@cs.wisc.edu> * www/nextcloud: Mark 21 PHP 8.0 compatibleBernard Spil2021-02-271-1/+0 | | | | * NOTE: Not all apps are compatible (yet) * Update net-im/neochat to latest upstream releaseAdriaan de Groot2021-02-263-4/+9 | | | | | | | | neochat is a Matrix client supporting multiple accounts, multiple servers, and generally being a nice modern client for IM. There is a release announcement at https://carlschwan.eu/2021/02/23/neochat-1.1/ * net-im/py-matrix-synapse: Update to 1.27.0Neel Chauhan2021-02-263-12/+8 | | | | | | | Changes: https://github.com/matrix-org/synapse/releases/tag/v1.27.0 PR: 253823 Submitted by: Sascha Biberhofer <ports AT skyforge DOT at> (maintainer) * net-im/cordless: Mark DEPRECATEDLewis Cook2021-02-231-0/+4 | | | | | Approved by: fernape (mentor) Differential Revision: https://reviews.freebsd.org/D28855 * net-im/nextcloud-talk: Update to 11.0.0Bernard Spil2021-02-223-5/+22 | * net-im/nextcloud-talk: Update to 10.1.2Bernard Spil2021-02-223-12/+6 | * Switch to GO_MODULE after r566063Dmitri Goutnik2021-02-202-6/+7 | * - Update to 0.3.10Ashish SHUKLA2021-02-192-15/+7 | * Update to 0.4.0Mateusz Piotrowski2021-02-192-5/+4 | | | | | Changelog: https://github.com/isamert/scli/releases/tag/v0.4.0 * Update to 0.11.8.Vanilla I. Shu2021-02-183-31/+29 | | | | | PR: 253549 Submitted by: maintainer * Mark BROKEN in 13/14 (via latest llvm update).Mark Linimon2021-02-181-0/+3 | * net-im/py-matrix-synapse: Update to 1.26.0Neel Chauhan2021-02-182-6/+5 | | | | | | | | | Changes: https://github.com/matrix-org/synapse/releases/tag/v1.26.0 Also, remove a contiguous blank line. PR: 253522 Submitted by: Sascha Biberhofer <ports AT skyforge DOT at> (maintainer) * net-im/openfire: update 4.6.1 -> 4.6.2Kurt Jaeger2021-02-173-11/+25 | | | | | | PR: 253534 Submitted by: Nikita Druba <nikita@druba.su> (maintainer) Relnotes: http://download.igniterealtime.org/openfire/docs/4.6.2/changelog.html * lang/rust: Update to 1.50.0Mikael Urankar2021-02-143-3/+3 | | | | | | | | | | | | - Use bundled libgit/libssh, the versions in ports are too old - Update lang/rust-nightly to 2021-02-12 - Update devel/racer to 2.1.41 - Import upstream patch to fix build issue for Firefox and related ports (https://bugzilla.mozilla.org/show_bug.cgi?id=1684261) Changes: https://github.com/rust-lang/rust/releases/tag/1.50.0 Tested by: mikael, pkubaj Differential Revision: https://reviews.freebsd.org/D28616