Skip to content

Commit

Permalink
irc/quassel: update to 0.14-rc2 release (+)
Browse files Browse the repository at this point in the history
Switch to author's provided src tarball instead of GitHub auto-generated.

Changes since -rc1:

* Don't silently fall back to unencrypted client/core communication if certificate cannot be loaded
* Properly escape LDAP usernames to prevent injection or bypassing authentication
* Strip format codes in ignore list rules (this might affect pre-existing rules)
* Improve window handling under Wayland
* Update bundled iconsets and application icons
* Update default network and documentation to point to our new home Libera IRC (since Freenode killed itself)
  • Loading branch information
fluffykhv committed Oct 16, 2021
1 parent 3822416 commit 75e374f
Show file tree
Hide file tree
Showing 3 changed files with 678 additions and 132 deletions.
11 changes: 7 additions & 4 deletions irc/quassel/Makefile
@@ -1,8 +1,9 @@
# Created by: Martin Wilke <miwi@FreeBSD.org>

PORTNAME= quassel
DISTVERSION= 0.14-rc1
DISTVERSION= 0.14-rc2
CATEGORIES= irc
MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/${DISTVERSION}/

MAINTAINER= fluffy@FreeBSD.org
COMMENT?= Qt 5 based distributed IRC client (client and monolithic binary)
Expand All @@ -12,8 +13,10 @@ LICENSE_FILE= ${WRKSRC}/COPYING

BUILD_DEPENDS= ${LOCALBASE}/include/boost/optional.hpp:devel/boost-libs

USES= cmake compiler:c++11-lib cpe pkgconfig qca qt:5 tar:bzip2
USE_GITHUB= yes
USES= cmake compiler:c++11-lib cpe pkgconfig qca qt:5 tar:xz
USE_GITHUB= nodefault
#GH_ACCOUNT= ${PORTNAME}
#GH_PROJECT= ${PORTNAME}
USE_OPENLDAP= yes
USE_QT= buildtools_build core network qmake_build

Expand Down Expand Up @@ -72,7 +75,7 @@ PGSQL_USE= qt=sql-pgsql

SQLITE3_USE= qt=sql-sqlite3_run

_LIBVERSION= 0.13.90
_LIBVERSION= 0.13.92
PLIST_SUB= LIBVERSION=${_LIBVERSION}

.include <bsd.port.options.mk>
Expand Down
6 changes: 3 additions & 3 deletions irc/quassel/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1629209900
SHA256 (quassel-quassel-0.14-rc1_GH0.tar.gz) = b3863e07748a1e8d452702837cd13d336653636b96b027fa124b2538607bb289
SIZE (quassel-quassel-0.14-rc1_GH0.tar.gz) = 5873009
TIMESTAMP = 1634384345
SHA256 (quassel-0.14-rc2.tar.xz) = a7e10b5a8fb242ed84cfd593dfb7a90861498eeb0d584e3a7e7f5639cd7f588b
SIZE (quassel-0.14-rc2.tar.xz) = 3986792

0 comments on commit 75e374f

Please sign in to comment.