Fri Nov 14 09:31:14 2014 UTC ()
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.


(markd)
diff -r1.75 -r1.76 pkgsrc/chat/konversation/Makefile
diff -r1.12 -r1.13 pkgsrc/chat/konversation/PLIST
diff -r1.14 -r1.15 pkgsrc/chat/konversation/distinfo

cvs diff -r1.75 -r1.76 pkgsrc/chat/konversation/Makefile (expand / switch to unified diff)

--- pkgsrc/chat/konversation/Makefile 2014/11/07 19:39:27 1.75
+++ pkgsrc/chat/konversation/Makefile 2014/11/14 09:31:14 1.76
@@ -1,20 +1,19 @@ @@ -1,20 +1,19 @@
1# $NetBSD: Makefile,v 1.75 2014/11/07 19:39:27 adam Exp $ 1# $NetBSD: Makefile,v 1.76 2014/11/14 09:31:14 markd Exp $
2# 2#
3 3
4DISTNAME= konversation-1.5 4DISTNAME= konversation-1.5.1
5PKGREVISION= 7 
6CATEGORIES= chat kde 5CATEGORIES= chat kde
7MASTER_SITES= ${MASTER_SITE_KDE:=konversation/1.5/src/} 6MASTER_SITES= ${MASTER_SITE_KDE:=konversation/1.5.1/src/}
8EXTRACT_SUFX= .tar.xz 7EXTRACT_SUFX= .tar.xz
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://konversation.kde.org/ 10HOMEPAGE= http://konversation.kde.org/
12COMMENT= KDE IRC Client 11COMMENT= KDE IRC Client
13LICENSE= gnu-gpl-v2 12LICENSE= gnu-gpl-v2
14 13
15BUILD_DEPENDS+= automoc4>=0.9.87:../../devel/automoc4 14BUILD_DEPENDS+= automoc4>=0.9.87:../../devel/automoc4
16 15
17USE_TOOLS+= perl msgfmt 16USE_TOOLS+= perl msgfmt
18USE_LANGUAGES= c c++ 17USE_LANGUAGES= c c++
19 18
20REPLACE_BASH+= data/scripts/* 19REPLACE_BASH+= data/scripts/*

cvs diff -r1.12 -r1.13 pkgsrc/chat/konversation/PLIST (expand / switch to unified diff)

--- pkgsrc/chat/konversation/PLIST 2014/03/12 19:49:02 1.12
+++ pkgsrc/chat/konversation/PLIST 2014/11/14 09:31:14 1.13
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.12 2014/03/12 19:49:02 wiedi Exp $ 1@comment $NetBSD: PLIST,v 1.13 2014/11/14 09:31:14 markd Exp $
2bin/konversation 2bin/konversation
3share/applications/kde4/konversation.desktop 3share/applications/kde4/konversation.desktop
4share/doc/kde/HTML/ca/konversation/common 4share/doc/kde/HTML/ca/konversation/common
5share/doc/kde/HTML/ca/konversation/index.cache.bz2 5share/doc/kde/HTML/ca/konversation/index.cache.bz2
6share/doc/kde/HTML/ca/konversation/index.docbook 6share/doc/kde/HTML/ca/konversation/index.docbook
7share/doc/kde/HTML/de/konversation/common 7share/doc/kde/HTML/de/konversation/common
8share/doc/kde/HTML/de/konversation/index.cache.bz2 8share/doc/kde/HTML/de/konversation/index.cache.bz2
9share/doc/kde/HTML/de/konversation/index.docbook 9share/doc/kde/HTML/de/konversation/index.docbook
10share/doc/kde/HTML/en/konversation/addchannel.png 10share/doc/kde/HTML/en/konversation/addchannel.png
11share/doc/kde/HTML/en/konversation/addnetwork_co.png 11share/doc/kde/HTML/en/konversation/addnetwork_co.png
12share/doc/kde/HTML/en/konversation/addserver_co.png 12share/doc/kde/HTML/en/konversation/addserver_co.png
13share/doc/kde/HTML/en/konversation/channel_screen_tour_co.png 13share/doc/kde/HTML/en/konversation/channel_screen_tour_co.png
14share/doc/kde/HTML/en/konversation/channellist_screen_co.png 14share/doc/kde/HTML/en/konversation/channellist_screen_co.png
@@ -188,32 +188,35 @@ share/locale/ca@valencia/LC_MESSAGES/kon @@ -188,32 +188,35 @@ share/locale/ca@valencia/LC_MESSAGES/kon
188share/locale/cs/LC_MESSAGES/konversation.mo 188share/locale/cs/LC_MESSAGES/konversation.mo
189share/locale/da/LC_MESSAGES/konversation.mo 189share/locale/da/LC_MESSAGES/konversation.mo
190share/locale/de/LC_MESSAGES/konversation.mo 190share/locale/de/LC_MESSAGES/konversation.mo
191share/locale/el/LC_MESSAGES/konversation.mo 191share/locale/el/LC_MESSAGES/konversation.mo
192share/locale/en_GB/LC_MESSAGES/konversation.mo 192share/locale/en_GB/LC_MESSAGES/konversation.mo
193share/locale/es/LC_MESSAGES/konversation.mo 193share/locale/es/LC_MESSAGES/konversation.mo
194share/locale/et/LC_MESSAGES/konversation.mo 194share/locale/et/LC_MESSAGES/konversation.mo
195share/locale/fi/LC_MESSAGES/konversation.mo 195share/locale/fi/LC_MESSAGES/konversation.mo
196share/locale/fr/LC_MESSAGES/konversation.mo 196share/locale/fr/LC_MESSAGES/konversation.mo
197share/locale/gl/LC_MESSAGES/konversation.mo 197share/locale/gl/LC_MESSAGES/konversation.mo
198share/locale/he/LC_MESSAGES/konversation.mo 198share/locale/he/LC_MESSAGES/konversation.mo
199share/locale/hu/LC_MESSAGES/konversation.mo 199share/locale/hu/LC_MESSAGES/konversation.mo
200share/locale/it/LC_MESSAGES/konversation.mo 200share/locale/it/LC_MESSAGES/konversation.mo
 201share/locale/ja/LC_MESSAGES/konversation.mo
201share/locale/kk/LC_MESSAGES/konversation.mo 202share/locale/kk/LC_MESSAGES/konversation.mo
202share/locale/km/LC_MESSAGES/konversation.mo 203share/locale/km/LC_MESSAGES/konversation.mo
 204share/locale/ko/LC_MESSAGES/konversation.mo
203share/locale/lt/LC_MESSAGES/konversation.mo 205share/locale/lt/LC_MESSAGES/konversation.mo
204share/locale/nb/LC_MESSAGES/konversation.mo 206share/locale/nb/LC_MESSAGES/konversation.mo
205share/locale/nds/LC_MESSAGES/konversation.mo 207share/locale/nds/LC_MESSAGES/konversation.mo
206share/locale/nl/LC_MESSAGES/konversation.mo 208share/locale/nl/LC_MESSAGES/konversation.mo
 209share/locale/pa/LC_MESSAGES/konversation.mo
207share/locale/pl/LC_MESSAGES/konversation.mo 210share/locale/pl/LC_MESSAGES/konversation.mo
208share/locale/pt/LC_MESSAGES/konversation.mo 211share/locale/pt/LC_MESSAGES/konversation.mo
209share/locale/pt_BR/LC_MESSAGES/konversation.mo 212share/locale/pt_BR/LC_MESSAGES/konversation.mo
210share/locale/ru/LC_MESSAGES/konversation.mo 213share/locale/ru/LC_MESSAGES/konversation.mo
211share/locale/si/LC_MESSAGES/konversation.mo 214share/locale/si/LC_MESSAGES/konversation.mo
212share/locale/sk/LC_MESSAGES/konversation.mo 215share/locale/sk/LC_MESSAGES/konversation.mo
213share/locale/sl/LC_MESSAGES/konversation.mo 216share/locale/sl/LC_MESSAGES/konversation.mo
214share/locale/sr/LC_MESSAGES/konversation.mo 217share/locale/sr/LC_MESSAGES/konversation.mo
215share/locale/sr@ijekavian/LC_MESSAGES/konversation.mo 218share/locale/sr@ijekavian/LC_MESSAGES/konversation.mo
216share/locale/sr@ijekavianlatin/LC_MESSAGES/konversation.mo 219share/locale/sr@ijekavianlatin/LC_MESSAGES/konversation.mo
217share/locale/sr@latin/LC_MESSAGES/konversation.mo 220share/locale/sr@latin/LC_MESSAGES/konversation.mo
218share/locale/sv/LC_MESSAGES/konversation.mo 221share/locale/sv/LC_MESSAGES/konversation.mo
219share/locale/tr/LC_MESSAGES/konversation.mo 222share/locale/tr/LC_MESSAGES/konversation.mo

cvs diff -r1.14 -r1.15 pkgsrc/chat/konversation/distinfo (expand / switch to unified diff)

--- pkgsrc/chat/konversation/distinfo 2014/03/12 19:49:02 1.14
+++ pkgsrc/chat/konversation/distinfo 2014/11/14 09:31:14 1.15
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.14 2014/03/12 19:49:02 wiedi Exp $ 1$NetBSD: distinfo,v 1.15 2014/11/14 09:31:14 markd Exp $
2 2
3SHA1 (konversation-1.5.tar.xz) = 3955a43758750b63d84299a9d9a5933b73e5492b 3SHA1 (konversation-1.5.1.tar.xz) = 1b69db93d2c0a38b631dd92065fa6e7490ffbfbe
4RMD160 (konversation-1.5.tar.xz) = 4dd9b418586da1cb7d702398e21041b46c96704b 4RMD160 (konversation-1.5.1.tar.xz) = 39344ae0934271669092bc4df826f73c69304360
5Size (konversation-1.5.tar.xz) = 3169284 bytes 5Size (konversation-1.5.1.tar.xz) = 3188288 bytes
6SHA1 (patch-src_dcc_dcccommon.cpp) = 59578bd54bd3f45eb03ddb43a8d3d3492d7a0ca6 6SHA1 (patch-src_dcc_dcccommon.cpp) = 59578bd54bd3f45eb03ddb43a8d3d3492d7a0ca6