pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/bitlbee Update to 0.83
details: https://anonhg.NetBSD.org/pkgsrc/rev/41be12187ad6
branches: trunk
changeset: 465498:41be12187ad6
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Wed Dec 31 13:02:42 2003 +0000
description:
Update to 0.83
# Version 0.83 (released 2003-12-31) hilights:
* Mainly bugfixes.
* Added some features especially useful for public servers.
(Like server-client pinging)
diffstat:
chat/bitlbee/Makefile | 4 ++--
chat/bitlbee/distinfo | 7 ++++---
chat/bitlbee/patches/patch-aa | 13 +++++++++++++
3 files changed, 19 insertions(+), 5 deletions(-)
diffs (42 lines):
diff -r d3ddbad11620 -r 41be12187ad6 chat/bitlbee/Makefile
--- a/chat/bitlbee/Makefile Wed Dec 31 12:29:16 2003 +0000
+++ b/chat/bitlbee/Makefile Wed Dec 31 13:02:42 2003 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2003/12/05 23:05:58 xtraeme Exp $
+# $NetBSD: Makefile,v 1.6 2003/12/31 13:02:42 xtraeme Exp $
#
-DISTNAME= bitlbee-0.82
+DISTNAME= bitlbee-0.83
CATEGORIES= chat
MASTER_SITES= http://get.bitlbee.org/src/
diff -r d3ddbad11620 -r 41be12187ad6 chat/bitlbee/distinfo
--- a/chat/bitlbee/distinfo Wed Dec 31 12:29:16 2003 +0000
+++ b/chat/bitlbee/distinfo Wed Dec 31 13:02:42 2003 +0000
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.2 2003/12/05 23:05:58 xtraeme Exp $
+$NetBSD: distinfo,v 1.3 2003/12/31 13:02:42 xtraeme Exp $
-SHA1 (bitlbee-0.82.tar.gz) = 68c4efba710db785158f35e71fe8ed35d0b08d0e
-Size (bitlbee-0.82.tar.gz) = 375607 bytes
+SHA1 (bitlbee-0.83.tar.gz) = f553b7b2f5dcc9d453602b99015a1573b3c63bad
+Size (bitlbee-0.83.tar.gz) = 380672 bytes
+SHA1 (patch-aa) = 981221178175c171914bf4ae6121633f4708a278
diff -r d3ddbad11620 -r 41be12187ad6 chat/bitlbee/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/bitlbee/patches/patch-aa Wed Dec 31 13:02:42 2003 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2003/12/31 13:02:42 xtraeme Exp $
+
+--- bitlbee.c.orig 2003-12-31 13:58:26.000000000 +0100
++++ bitlbee.c 2003-12-31 13:58:41.000000000 +0100
+@@ -50,7 +50,7 @@
+ memset( &sig, 0, sizeof( sig ) );
+ sig.sa_handler = sighandler;
+ sigaction( SIGPIPE, &sig, &old );
+- sig.sa_flags = SA_ONESHOT;
++ sig.sa_flags = SA_RESETHAND;
+ sigaction( SIGINT, &sig, &old );
+ sigaction( SIGILL, &sig, &old );
+ sigaction( SIGBUS, &sig, &old );
Home |
Main Index |
Thread Index |
Old Index