summaryrefslogtreecommitdiff
path: root/chat/konversation/Makefile
diff options
context:
space:
mode:
authormarkd <markd>2014-11-14 09:31:14 +0000
committermarkd <markd>2014-11-14 09:31:14 +0000
commitc1a97de7be769813ca6550d2536b9ab8efac84d2 (patch)
tree2c8f83b51557254665ad0b097c107bc8269b43f9 /chat/konversation/Makefile
parent4fb693fe2698628633d0ac453cc15263c6fdc038 (diff)
downloadpkgsrc-c1a97de7be769813ca6550d2536b9ab8efac84d2.tar.gz
Update konversation to 1.5.1
* Fixed a bug causing wildcards in command alias replacement patterns not to be expanded. * Fixed a bug causing auto-joining of channels not starting in # or & to sometimes fail because the auto-join command was generated before we got the CHANTYPES pronouncement by the server. * Added a size sanity check for incoming Blowfish ECB blocks. The blind assumption of incoming blocks being the expected 12 bytes could lead to a crash or up to 11 byte information leak due to an out-of-bounds read. This fixes CVE-2014-8483. * Enabling SSL/TLS support for connections will now advertise the protocols Qt considers secure by default, instead of being hardcoded to TLSv1. * Fixed the bundled 'sysinfo' script not coping with empty lines in /etc/os-release. * Made disk space info in the bundled 'sysinfo' script more robust by forcing the C locale for 'df'. * Added an audio player type hint for Cantata to the bundled 'media' script. * Fixed some minor comparison logic errors turned up by static analysis. * Konversation now depends on KDE Platform v4.9.0 or higher.
Diffstat (limited to 'chat/konversation/Makefile')
-rw-r--r--chat/konversation/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/chat/konversation/Makefile b/chat/konversation/Makefile
index 6f0e8f70c30..f7b4cdfa781 100644
--- a/chat/konversation/Makefile
+++ b/chat/konversation/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.75 2014/11/07 19:39:27 adam Exp $
+# $NetBSD: Makefile,v 1.76 2014/11/14 09:31:14 markd Exp $
#
-DISTNAME= konversation-1.5
-PKGREVISION= 7
+DISTNAME= konversation-1.5.1
CATEGORIES= chat kde
-MASTER_SITES= ${MASTER_SITE_KDE:=konversation/1.5/src/}
+MASTER_SITES= ${MASTER_SITE_KDE:=konversation/1.5.1/src/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org