pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/bitlbee



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Jun  4 19:00:09 UTC 2019

Modified Files:
        pkgsrc/chat/bitlbee: Makefile distinfo

Log Message:
bitlbee: Update to 3.6

Version 3.6:

- irc/core:
  * Add server-time IRCv3 capability (blastrock)
  * Add PROXY command for haproxy/stunnel
  * Large performance improvements for large contact lists
  * Many UX/documentation improvements
  * Added built-in crash handler that writes to /var/lib/bitlbee/crash.log
  * Try to join long spaceless lines in paste_buffer without a newline. The
    main use case for this is pasting long URLs and not breaking them
  * Fix status message being set to null accidentally
  * Fix handling utf8 nick renames when loading configs (MaskRay)
  * Fix SSL's SNI with hostnames starting with a digit (CMB)
  * Show correct nick when `rename -del` is used (arcnmx)

- twitter:
  * Disable the stream setting by default. Filter streams still work.
  * Update default character limit to 280 chars (qyliss)
  * Fix quote tweet url display.

- jabber:
  * Try to join anyway after "Already present in chat"
  * Fix chat joins when ext_jid is provided for your own user.
    Seen with Biboumi (a gateway from XMPP to IRC)
  * Handle always_use_nicks more gracefully to reduce nick change noise

- otr:
  * Don't block attempts to connect/smp/smpq to "offline" users

- Removed dead protocols:
  * msn: Use the skypeweb purple plugin instead.
  * skype (the dbus based thing): ditto.
  * yahoo: It's so dead even the replacement protocol died.
  * oscar: AIM is dead, for ICQ use the icyque purple plugin instead.

- For plugin devs:
  * Add datadir to pkgconfig file and config.h (sm00th)
  * Add "bitlbee-set-account-password" purple signal (for hangouts)
  * Support libpurple 2.12.0's PURPLE_MESSAGE_REMOTE_SEND for groupchat
    self-messages (for slack)

- Packaging/distro specific stuff:
  * bitlbee@.service now sends stderr to syslog instead of the socket
  * debian: only enable bitlbee.service, not bitlbee.socket too
  * cygwin: portability fixes for plugins
  * Support OpenSSL 1.1 built without backwards compat (cotequeiroz)


To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 pkgsrc/chat/bitlbee/Makefile
cvs rdiff -u -r1.34 -r1.35 pkgsrc/chat/bitlbee/distinfo

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

Modified files:

Index: pkgsrc/chat/bitlbee/Makefile
diff -u pkgsrc/chat/bitlbee/Makefile:1.78 pkgsrc/chat/bitlbee/Makefile:1.79
--- pkgsrc/chat/bitlbee/Makefile:1.78   Thu Apr 25 07:32:37 2019
+++ pkgsrc/chat/bitlbee/Makefile        Tue Jun  4 19:00:09 2019
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.78 2019/04/25 07:32:37 maya Exp $
+# $NetBSD: Makefile,v 1.79 2019/06/04 19:00:09 nia Exp $
 
-DISTNAME=              bitlbee-3.5.1
-PKGREVISION=           2
+DISTNAME=              bitlbee-3.6
 CATEGORIES=            chat
 MASTER_SITES=          http://get.bitlbee.org/src/
 

Index: pkgsrc/chat/bitlbee/distinfo
diff -u pkgsrc/chat/bitlbee/distinfo:1.34 pkgsrc/chat/bitlbee/distinfo:1.35
--- pkgsrc/chat/bitlbee/distinfo:1.34   Sun May 14 11:39:32 2017
+++ pkgsrc/chat/bitlbee/distinfo        Tue Jun  4 19:00:09 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.34 2017/05/14 11:39:32 leot Exp $
+$NetBSD: distinfo,v 1.35 2019/06/04 19:00:09 nia Exp $
 
-SHA1 (bitlbee-3.5.1.tar.gz) = de0767facdb7729253ae4d6ef6e3637ebd54939a
-RMD160 (bitlbee-3.5.1.tar.gz) = f7c3c6154d3c28cb1e48ccb5f86dbb9141795cea
-SHA512 (bitlbee-3.5.1.tar.gz) = 4eb3b0d3a92910c8dd789cd23338cc6296bf40212c5244fcb27a88ede10e86424ea59c78e719841863701a7fdd8c61819f2775f7b58833e287d9110e49d036f3
-Size (bitlbee-3.5.1.tar.gz) = 680351 bytes
+SHA1 (bitlbee-3.6.tar.gz) = e3f7e0d7f49d4e8f56ff22bf3e2bb6ac907d823c
+RMD160 (bitlbee-3.6.tar.gz) = 9a02e95c5fd8c3bd43edf1c6e25dfe4f5bdc0b35
+SHA512 (bitlbee-3.6.tar.gz) = ccbf0f23e228de2de147241f36f59744b2256cba958e2fabfba0cfa60935e55bbb7d7e20fffa54da9a345e55ffa9ca82cb62e9b99dc738ba35c6e268c6561a8d
+Size (bitlbee-3.6.tar.gz) = 534961 bytes



Home | Main Index | Thread Index | Old Index