| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
| |
At runtime, qt5-graphicaleffects are needed to display anything
in the timeline (e.g. a conversation in a room). Even the loading-
spinner isn't shown without it. Demonstrated by trying to run
nheko in a "bare" machine with just XOrg and twm.
PR: 256839
Reported by: Filipe da Silva Santos
|
|
|
|
| |
This commit broke the build.
|
|
|
|
|
| |
PR: 256748
Reported by: Daniel Engberg <daniel.engberg.lists AT pyret DOT net>
|
|
|
|
| |
PR: 256748
|
|
|
|
| |
Changes: https://github.com/signalapp/zkgroup/releases/tag/v0.7.3
|
|
|
|
|
|
|
| |
allow STUN/TURN work
PR: 256693
Approved by: maintainer
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 256719
Changes: http://download.igniterealtime.org/openfire/docs/4.6.3/changelog.html
|
|
|
|
|
| |
PR: 256595
Approved by: lwhsu (mentor, implicit)
|
|
|
|
|
|
|
|
|
|
| |
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/
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
MFH: 2021Q2
Security: fc1bcbca-c88b-11eb-9120-f02f74d0e4bd
CVE-2021-33896
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
ChangeLog: https://github.com/matrix-org/synapse/releases/tag/v1.35.0
PR: 256380
Approved by: dbaio, garga (mentors, implicit)
|
|
|
|
| |
Previous commit didn't bring in the new translations
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Changes: https://metacpan.org/changes/distribution/Net-Stomp
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
| |
|
|
|
|
|
| |
Changes: https://github.com/isamert/scli/releases/tag/v0.6.2
Changes: https://github.com/isamert/scli/releases/tag/v0.6.1
|
|
|
|
| |
Changes: https://github.com/AsamK/signal-cli/releases/tag/v0.8.3
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
PR: 255845
MFH: 2021Q2
Security: fc75570a-b417-11eb-a23d-c7ab331fd711
|
|
|
|
|
|
|
|
|
|
|
| |
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/
|
| |
|
|
|
|
|
|
| |
PR: 255791
MFH: 2021Q2
Security: CVE-2021-29471
|
|
|
|
| |
PR: 255719
|
|
|
|
|
|
|
|
| |
Changelog: https://github.com/matrix-org/synapse/releases
PR: 255727
Co-authored-by: Rainer Hurling <rhurlin@FreeBSD.org>
|
|
|
|
| |
PR: 255716
|
|
|
|
| |
2021-05-07 net-im/libqmatrixclient: Use libQuotient (devel/libquotient) instead
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
|
|
|
| |
Hat: portmgr-secretary
|
|
|
|
| |
PR: 255585
|
| |
|
|
|
|
|
|
| |
See
https://keep.imfreedom.org/pidgin/pidgin/file/release-2.x.y/ChangeLog
for a list of changes in this release.
|
|
|
|
|
|
|
| |
Changelog: https://github.com/matrix-org/synapse/releases
PR: 255549
Submitted by: Sascha Biberhofer <ports@skyforge.at> (maintainer)
|
|
|
|
|
|
|
|
|
|
| |
- Fix typos
- Remove duplicate variables
- Remove nop variables
- Clean up commented PORTREVISION
- Add missing USES
Reported by: portscan
|
|
|
|
| |
Changes: https://github.com/isamert/scli/releases/tag/v0.6.0
|