pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/hexchat Update chat/hexchat to version 2.12.3
details: https://anonhg.NetBSD.org/pkgsrc/rev/a7e2defd8fab
branches: trunk
changeset: 360194:a7e2defd8fab
user: khorben <khorben%pkgsrc.org@localhost>
date: Tue Mar 28 16:18:25 2017 +0000
description:
Update chat/hexchat to version 2.12.3
2.12.3 (2016-10-22)
* fix crash with bad translations
* fix crash and leaks in mpcinfo plugin
* add mhop command
* change ping timeout to 60 by default
* update translations
2.12.2 (2016-10-08)
* fix input box theme with Adwaita 3.20
* fix return value of hexchat_pluginpref_get_int()
* fix tab color changing when print events are eaten
* fix network name not being sanitized for scrollback files
* fix building sysinfo on OS X <= 10.9
* fix resume with DCC GET
* fix possible assertion when decoding incoming text
* fix possible crashes when plugins modify the UI during context close
* add "chanmodes" to channel list in plugin api
* lua:
o add automatic return and = handling in console
o fix pluginpref usage
* fishlim:
o fix saving nicks containing [ or ]
o add commands: /topic+, /msg+, and /notice+
o add support for /me
o add /keyx command to do DH1080 key exchanges
* improve efficiency of various timers
* reduce updates of user count in titlebar/userlist
* download extra redist for perl on Windows
* update appdata file
* update translations
* update dependencies on Windows
This is a leaf package, and in preparation of a security fix.
"please commit" gdt@
diffstat:
chat/hexchat/Makefile | 5 ++---
chat/hexchat/distinfo | 10 +++++-----
chat/hexchat/options.mk | 9 +++------
3 files changed, 10 insertions(+), 14 deletions(-)
diffs (62 lines):
diff -r 2207108121da -r a7e2defd8fab chat/hexchat/Makefile
--- a/chat/hexchat/Makefile Tue Mar 28 12:50:26 2017 +0000
+++ b/chat/hexchat/Makefile Tue Mar 28 16:18:25 2017 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2017/02/12 06:25:08 ryoon Exp $
+# $NetBSD: Makefile,v 1.14 2017/03/28 16:18:25 khorben Exp $
-DISTNAME= hexchat-2.12.1
-PKGREVISION= 3
+DISTNAME= hexchat-2.12.3
CATEGORIES= chat
MASTER_SITES= http://dl.hexchat.net/hexchat/
EXTRACT_SUFX= .tar.xz
diff -r 2207108121da -r a7e2defd8fab chat/hexchat/distinfo
--- a/chat/hexchat/distinfo Tue Mar 28 12:50:26 2017 +0000
+++ b/chat/hexchat/distinfo Tue Mar 28 16:18:25 2017 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.3 2016/08/16 08:30:14 tnn Exp $
+$NetBSD: distinfo,v 1.4 2017/03/28 16:18:25 khorben Exp $
-SHA1 (hexchat-2.12.1.tar.xz) = 45281165322bf4c331cdb5047f9907fdc6526a09
-RMD160 (hexchat-2.12.1.tar.xz) = 877b00c61a2a32a9297babbaf7e0e8536f5d301f
-SHA512 (hexchat-2.12.1.tar.xz) = ef21029108f0c7de527186137a849540665878dab3dbd97993ba48977c81c3e5dc7e7a677e2aa11dcdf324f881659f7c2dcefa1bd092c83d9acad3b536d5a0af
-Size (hexchat-2.12.1.tar.xz) = 1585532 bytes
+SHA1 (hexchat-2.12.3.tar.xz) = 69c91e374eed4b869941d55a7d50362c667119bb
+RMD160 (hexchat-2.12.3.tar.xz) = b9340b949012f4f86e6d14b7b8c6e7794967bb0b
+SHA512 (hexchat-2.12.3.tar.xz) = 1ee8348b70ed27786874aebb136e78b9d3b24bc55b7cebb5c6a730970f6aa3ec690f8c7422003d7ace56987ca84c993694c8ab6b830ef39b620e544fc7353b04
+Size (hexchat-2.12.3.tar.xz) = 1577736 bytes
SHA1 (patch-configure) = 4b62af9f771c743c979dc1ad98d48ddaa5f3e50d
SHA1 (patch-osx_launcher.sh) = 7493430921809182898aca2ebb8fd1f493dbd9d3
SHA1 (patch-plugins_sysinfo_Makefile.in) = cd1d3b70a59ecd18b895a1633f59e6ab745c2e42
diff -r 2207108121da -r a7e2defd8fab chat/hexchat/options.mk
--- a/chat/hexchat/options.mk Tue Mar 28 12:50:26 2017 +0000
+++ b/chat/hexchat/options.mk Tue Mar 28 16:18:25 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2016/08/16 08:30:14 tnn Exp $
+# $NetBSD: options.mk,v 1.5 2017/03/28 16:18:25 khorben Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.hexchat
PKG_SUPPORTED_OPTIONS= dbus gtk2 inet6 libcanberra libnotify libpci libproxy
@@ -24,7 +24,7 @@
.include "../../x11/gtk2/buildlink3.mk"
PLIST.gtk2= yes
.else
-CONFIGURE_ARGS+= --disable-gtkfe --disable-gtktest
+CONFIGURE_ARGS+= --disable-gtkfe
.endif
.if empty(PKG_OPTIONS:Minet6)
@@ -101,11 +101,8 @@
.if !empty(PKG_OPTIONS:Mtests)
CONFIGURE_ARGS+= --enable-glibtest
-.if !empty(PKG_OPTIONS:Mgtk2)
-CONFIGURE_ARGS+= --enable-gtktest
-.endif
.else
-CONFIGURE_ARGS+= --disable-glibtest --disable-gtktest
+CONFIGURE_ARGS+= --disable-glibtest
.endif
.if !empty(PKG_OPTIONS:Mthemes)
Home |
Main Index |
Thread Index |
Old Index