diff options
author | mspo <mspo@pkgsrc.org> | 2011-07-09 11:13:20 +0000 |
---|---|---|
committer | mspo <mspo@pkgsrc.org> | 2011-07-09 11:13:20 +0000 |
commit | a2a4d20f1221f69e1a0b75ef5ec1609ee12742a8 (patch) | |
tree | 7c6d55e40894a931e860ecfb7ef1c99dba46fee4 /chat/bitlbee | |
parent | d0e41f414b2f170143317a32112627f95e3eb42f (diff) | |
download | pkgsrc-a2a4d20f1221f69e1a0b75ef5ec1609ee12742a8.tar.gz |
Version 3.0.3:
- Fixed Twitter compatibility. (The API call used to get the following list
was deprecated.)
- Twitter: Enable the show_ids setting to assign a two-digit short ID to
recent tweets to use for retweets and replies (so you can RT/reply to more
than just a person's last message).
- Some other Twitter fixes/improvements.
- "otr reconnect" command and some other fixes.
- GnuTLS 2.12 compatibility fix.
- Include "FLOOD=0/9999" in the 005/ISUPPORT line at login to hint the IRC
client that rate limiting is not required. (Next step: Get IRC clients to
parse it.)
- Other stuff too small to mention.
Finished 2 Jun 2011
Version 3.0.2:
- Fixed MSN login issues with @msn.com accounts.
- /CTCP support: You can CTCP VERSION Jabber contacts, and CTCP NUDGE MSN
contacts. More may come later, ideas are welcome.
- By default, leave Twitter turned on for libpurple builds.
- Allow using /OPER to identify/register as well. (Password security hack.)
- Fixed proxy support with libpurple.
- Some minor changes/fixes.
Diffstat (limited to 'chat/bitlbee')
-rw-r--r-- | chat/bitlbee/Makefile | 6 | ||||
-rw-r--r-- | chat/bitlbee/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/chat/bitlbee/Makefile b/chat/bitlbee/Makefile index 563382f1daf..42dbfbf40e1 100644 --- a/chat/bitlbee/Makefile +++ b/chat/bitlbee/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.51 2011/05/04 17:41:15 drochner Exp $ +# $NetBSD: Makefile,v 1.52 2011/07/09 11:13:20 mspo Exp $ # -DISTNAME= bitlbee-3.0.1 +DISTNAME= bitlbee-3.0.3 PKGREVISION= 1 CATEGORIES= chat MASTER_SITES= http://get.bitlbee.org/src/ @@ -74,7 +74,7 @@ RCD_SCRIPTS= bitlbee RCD_SCRIPT_SRC.bitlbee= ${FILESDIR}/bitlbee.sh # see https://savannah.gnu.org/support/index.php?107660 -BUILDLINK_ABI_DEPENDS.gnutls+= gnutls<2.12.0 +#BUILDLINK_ABI_DEPENDS.gnutls+= gnutls<2.12.0 .include "../../converters/libiconv/buildlink3.mk" .include "../../devel/glib2/buildlink3.mk" diff --git a/chat/bitlbee/distinfo b/chat/bitlbee/distinfo index b32509c2da0..400993bb3c0 100644 --- a/chat/bitlbee/distinfo +++ b/chat/bitlbee/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.26 2010/12/20 10:49:06 tonio Exp $ +$NetBSD: distinfo,v 1.27 2011/07/09 11:13:20 mspo Exp $ -SHA1 (bitlbee-3.0.1.tar.gz) = f3a0651d723b71b08f0dad3b5cb2843608d5c265 -RMD160 (bitlbee-3.0.1.tar.gz) = cc62179e807ef175db0c2351d9363f118e28f394 -Size (bitlbee-3.0.1.tar.gz) = 668353 bytes +SHA1 (bitlbee-3.0.3.tar.gz) = 4140eb7aaa2c6a39fa059d19f8fbaec0d7a1ebff +RMD160 (bitlbee-3.0.3.tar.gz) = 4b537871eef1bb5b6839105bc7bc9f2567e5b8e1 +Size (bitlbee-3.0.3.tar.gz) = 676417 bytes |