pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/konversation Update konversation to 1.5.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/09a870692e65
branches:  trunk
changeset: 641643:09a870692e65
user:      markd <markd%pkgsrc.org@localhost>
date:      Fri Nov 14 09:31:14 2014 +0000

description:
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:

 chat/konversation/Makefile |  7 +++----
 chat/konversation/PLIST    |  5 ++++-
 chat/konversation/distinfo |  8 ++++----
 3 files changed, 11 insertions(+), 9 deletions(-)

diffs (56 lines):

diff -r a65468d1e2a1 -r 09a870692e65 chat/konversation/Makefile
--- a/chat/konversation/Makefile        Fri Nov 14 09:10:37 2014 +0000
+++ b/chat/konversation/Makefile        Fri Nov 14 09:31:14 2014 +0000
@@ -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@localhost
diff -r a65468d1e2a1 -r 09a870692e65 chat/konversation/PLIST
--- a/chat/konversation/PLIST   Fri Nov 14 09:10:37 2014 +0000
+++ b/chat/konversation/PLIST   Fri Nov 14 09:31:14 2014 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2014/03/12 19:49:02 wiedi Exp $
+@comment $NetBSD: PLIST,v 1.13 2014/11/14 09:31:14 markd Exp $
 bin/konversation
 share/applications/kde4/konversation.desktop
 share/doc/kde/HTML/ca/konversation/common
@@ -198,12 +198,15 @@
 share/locale/he/LC_MESSAGES/konversation.mo
 share/locale/hu/LC_MESSAGES/konversation.mo
 share/locale/it/LC_MESSAGES/konversation.mo
+share/locale/ja/LC_MESSAGES/konversation.mo
 share/locale/kk/LC_MESSAGES/konversation.mo
 share/locale/km/LC_MESSAGES/konversation.mo
+share/locale/ko/LC_MESSAGES/konversation.mo
 share/locale/lt/LC_MESSAGES/konversation.mo
 share/locale/nb/LC_MESSAGES/konversation.mo
 share/locale/nds/LC_MESSAGES/konversation.mo
 share/locale/nl/LC_MESSAGES/konversation.mo
+share/locale/pa/LC_MESSAGES/konversation.mo
 share/locale/pl/LC_MESSAGES/konversation.mo
 share/locale/pt/LC_MESSAGES/konversation.mo
 share/locale/pt_BR/LC_MESSAGES/konversation.mo
diff -r a65468d1e2a1 -r 09a870692e65 chat/konversation/distinfo
--- a/chat/konversation/distinfo        Fri Nov 14 09:10:37 2014 +0000
+++ b/chat/konversation/distinfo        Fri Nov 14 09:31:14 2014 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2014/03/12 19:49:02 wiedi Exp $
+$NetBSD: distinfo,v 1.15 2014/11/14 09:31:14 markd Exp $
 
-SHA1 (konversation-1.5.tar.xz) = 3955a43758750b63d84299a9d9a5933b73e5492b
-RMD160 (konversation-1.5.tar.xz) = 4dd9b418586da1cb7d702398e21041b46c96704b
-Size (konversation-1.5.tar.xz) = 3169284 bytes
+SHA1 (konversation-1.5.1.tar.xz) = 1b69db93d2c0a38b631dd92065fa6e7490ffbfbe
+RMD160 (konversation-1.5.1.tar.xz) = 39344ae0934271669092bc4df826f73c69304360
+Size (konversation-1.5.1.tar.xz) = 3188288 bytes
 SHA1 (patch-src_dcc_dcccommon.cpp) = 59578bd54bd3f45eb03ddb43a8d3d3492d7a0ca6



Home | Main Index | Thread Index | Old Index