pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/comms/binkd Update to 0.9.8. Fix MAINTAINER. Changelog:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d88837d20a95
branches:  trunk
changeset: 484681:d88837d20a95
user:      tv <tv%pkgsrc.org@localhost>
date:      Mon Nov 29 00:58:08 2004 +0000

description:
Update to 0.9.8.  Fix MAINTAINER.  Changelog:

0.9.5   (Thu Sep 04 2003 18:18:04)
-----
        64-bit integer fix (Tobias Ernst 2:2476/418).

        Allow '-' and '_' in domain names (Tobias Ernst 2:2476/418).

        "defnode" was not work correctly in 0.9.4.

        binkd/win: run() fix for no inherit open files (i.e. *.bsy).
        @command - run in background (Dima Afanasiev <da%4u.net@localhost>)

        binkd/os2-emx: run() fix

        binkd/os2: don't send hidden files from filebox

        New command-line parameter '-m' - do not use MD5 authorization.

        If remote requests file offset more then file size, touch
        the file and drop session for send it from 0 next session.

        binkd/unix: run as daemon (Alex Semenyaka <alexs%snark.rinet.ru@localhost>).

        New option skipmask in binkd.cfg - don't receive (destructive skip)
        files by specified wildcards.

        getfree() bug if free space >4G fixed.

        NTLM proxy authotization (Dima Afanasiev <da%4u.net@localhost>).

        New option bindaddr in binkd.cfg - bind to specified interface
        (Dima Afanasiev <da%4u.net@localhost>).

        Run by-file events with the same command-line once after session.

        Bugfix in ftrans (thanks to Aleksey I Zavilohin <villain%ems.ru@localhost>).

        New option inboundcase in binkd.cfg - set case style for received files
        (Kostya Falkov 2:5014/33@fidonet)

        New option deletedirs in binkd.cfg - delete empty point dirs in BSO.

        Do not send empty (60-bytes) pkt files.

        New option overwrite in binkd.cfg - overwrite older file by newer.

        Run as service under win9x (Alexander Reznikov 2:4600/220@fidonet).

        Check free space on inbox if defined.

        Fix security vulernability (DoS) (andrew clarke <mail%ozzmosis.com@localhost>).

        Assume default domain for remote 4D address.

        Do not resolve hosts if proxy or socks5 using.

        Do not give unsecure mail to secure link when send-if-pwd.

        Amiga Style Outbound (ASO) support.

        New option -sip in node string: strict IP check; host need to
        be specified, resolved and matched. For -ip option unresolved
        host is ok.

        Crypt traffic, new option -r (disable crypt).

        NR- and ND-modes can be asymmetric now, options -nr and -nd
        sets mode only for receiving files from this node.

0.9.6   (Fri Oct 28 06:02:25 EET 2003)
-----
        Memory leak in event processing (Roman Trunov).

        Bugfixes in NT service exit (Stas Degteff).

        Some minor bugfixes.

0.9.7   (Sun Jun 15 08:22:58 EET 2004)
-----
        Fix in client manager (poll nodes queue).

0.9.8   (Mon Nov 08 12:47:00 EET 2004)
-----
        Fix signal handling, binkd sometimes hangs under glibc 2.3.

        Fixed memory leak.

        Fixed compilation under SuSe and OS2-emx.

diffstat:

 comms/binkd/Makefile         |   6 +++---
 comms/binkd/PLIST            |   5 +++--
 comms/binkd/distinfo         |   8 ++++----
 comms/binkd/patches/patch-aa |  19 +++++--------------
 4 files changed, 15 insertions(+), 23 deletions(-)

diffs (79 lines):

diff -r af5628acf3c9 -r d88837d20a95 comms/binkd/Makefile
--- a/comms/binkd/Makefile      Mon Nov 29 00:44:29 2004 +0000
+++ b/comms/binkd/Makefile      Mon Nov 29 00:58:08 2004 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.18 2004/11/13 21:28:27 jlam Exp $
+# $NetBSD: Makefile,v 1.19 2004/11/29 00:58:08 tv Exp $
 #
 
-DISTNAME=              binkd094
-PKGNAME=               binkd-0.9.4
+DISTNAME=              binkd098
+PKGNAME=               binkd-0.9.8
 PKGREVISION=           1
 CATEGORIES=            comms
 MASTER_SITES=          http://www.corbina.net/~maloff/binkd/ \
diff -r af5628acf3c9 -r d88837d20a95 comms/binkd/PLIST
--- a/comms/binkd/PLIST Mon Nov 29 00:44:29 2004 +0000
+++ b/comms/binkd/PLIST Mon Nov 29 00:58:08 2004 +0000
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.2 2002/12/24 18:10:53 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.3 2004/11/29 00:58:08 tv Exp $
 man/man8/binkd.8
 sbin/binkd
-sbin/binkd-0.9.4
+sbin/${PKGNAME}
 share/examples/binkd/binkd.conf
+@dirrm share/examples/binkd
diff -r af5628acf3c9 -r d88837d20a95 comms/binkd/distinfo
--- a/comms/binkd/distinfo      Mon Nov 29 00:44:29 2004 +0000
+++ b/comms/binkd/distinfo      Mon Nov 29 00:58:08 2004 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2002/12/24 18:10:53 jmmv Exp $
+$NetBSD: distinfo,v 1.4 2004/11/29 00:58:08 tv Exp $
 
-SHA1 (binkd094.zip) = 189c460fc53eec7cd865da0d9c4b8287acf9e2d4
-Size (binkd094.zip) = 175478 bytes
-SHA1 (patch-aa) = cd824b00b303b39ef8af7a4e6bc82867a3782892
+SHA1 (binkd098.zip) = 8ebb73c822c1c6fbcfaa8ca0506d1d747448de1e
+Size (binkd098.zip) = 306884 bytes
+SHA1 (patch-aa) = 88356eefd5f2ddad26474f57ce29e533c885b0dd
diff -r af5628acf3c9 -r d88837d20a95 comms/binkd/patches/patch-aa
--- a/comms/binkd/patches/patch-aa      Mon Nov 29 00:44:29 2004 +0000
+++ b/comms/binkd/patches/patch-aa      Mon Nov 29 00:58:08 2004 +0000
@@ -1,17 +1,8 @@
-$NetBSD: patch-aa,v 1.3 2002/12/24 18:10:53 jmmv Exp $
+$NetBSD: patch-aa,v 1.4 2004/11/29 00:58:09 tv Exp $
 
---- Makefile.in.orig   Tue Dec 24 19:03:56 2002
+--- Makefile.in.orig   2004-11-28 19:45:33.000000000 -0500
 +++ Makefile.in
-@@ -13,7 +13,7 @@ OBJS=${SRCS:.c=.o} 
- AUTODEFS=@DEFS@
- AUTOLIBS=@LIBS@
- DEFINES=$(AUTODEFS) -DHTTPS -DHAVE_FORK -DUNIX -DOS="\"UNIX\""
--CFLAGS=$(DEFINES) -Wall
-+CFLAGS=@CFLAGS@ $(DEFINES) -Wall
- LIBS=$(AUTOLIBS)
- 
- all: compile banner
-@@ -33,9 +33,8 @@ banner:
+@@ -34,9 +34,8 @@ banner:
        @echo "        do not something criminal during the installation;   "
        @echo "     2. \`su' to root;                                       "
        @echo "     3. Run \`make install' to install Binkd.                "
@@ -23,7 +14,7 @@
        @echo
        @echo " If you want to put the files into some other directory just "
        @echo " run \`configure --prefix=/another/path' and go to step 1.   "
-@@ -52,8 +51,8 @@ install: compile .version
+@@ -53,8 +52,8 @@ install: compile .version
        ln -s $(PREFIX)/sbin/$(APPL)-`cat .version` $(PREFIX)/sbin/$(APPL)
        ./mkinstalldirs $(PREFIX)/man/man8
        $(INSTALL) -m 644 $(APPL).8 $(PREFIX)/man/man8/$(APPL).8
@@ -33,4 +24,4 @@
 +      $(INSTALL) -m 644 $(APPL).cfg $(PREFIX)/share/examples/$(APPL)/$(APPL).conf
  
  clean:
-       rm -f *.[bo] unix/*.[bo] *.BAK *.core *.obj *.err 
+       rm -f *.[bo] unix/*.[bo] ntlm/*.[bo] *.BAK *.core *.obj *.err 



Home | Main Index | Thread Index | Old Index