pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/hexchat



Module Name:    pkgsrc
Committed By:   khorben
Date:           Tue Mar 28 16:18:25 UTC 2017

Modified Files:
        pkgsrc/chat/hexchat: Makefile distinfo options.mk

Log Message:
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@


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/chat/hexchat/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/chat/hexchat/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/chat/hexchat/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/chat/hexchat/Makefile
diff -u pkgsrc/chat/hexchat/Makefile:1.13 pkgsrc/chat/hexchat/Makefile:1.14
--- pkgsrc/chat/hexchat/Makefile:1.13   Sun Feb 12 06:25:08 2017
+++ pkgsrc/chat/hexchat/Makefile        Tue Mar 28 16:18:25 2017
@@ -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

Index: pkgsrc/chat/hexchat/distinfo
diff -u pkgsrc/chat/hexchat/distinfo:1.3 pkgsrc/chat/hexchat/distinfo:1.4
--- pkgsrc/chat/hexchat/distinfo:1.3    Tue Aug 16 08:30:14 2016
+++ pkgsrc/chat/hexchat/distinfo        Tue Mar 28 16:18:25 2017
@@ -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

Index: pkgsrc/chat/hexchat/options.mk
diff -u pkgsrc/chat/hexchat/options.mk:1.4 pkgsrc/chat/hexchat/options.mk:1.5
--- pkgsrc/chat/hexchat/options.mk:1.4  Tue Aug 16 08:30:14 2016
+++ pkgsrc/chat/hexchat/options.mk      Tue Mar 28 16:18:25 2017
@@ -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 @@ CONFIGURE_ARGS+=      --disable-dbus
 .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 @@ CONFIGURE_ARGS+=   --enable-python=no
 
 .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