pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2004Q4]: pkgsrc/net/tcpflow Pullup ticket 192 - requested by A...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b44b05aee986
branches:  pkgsrc-2004Q4
changeset: 485787:b44b05aee986
user:      salo <salo%pkgsrc.org@localhost>
date:      Wed Dec 29 15:54:55 2004 +0000

description:
Pullup ticket 192 - requested by Adrian Portelli
security fix for tcpflow

        Module Name:    pkgsrc
        Committed By:   adrianp
        Date:           Wed Dec 29 11:51:39 UTC 2004

        Modified Files:
                pkgsrc/net/tcpflow: Makefile distinfo
                pkgsrc/net/tcpflow/patches: patch-aa

        Log Message:
        - Update to 0.21
        - Security fix
          (http://www.atstake.com/research/advisories/2003/a080703-2.txt)
        - PPP interfaces supported

diffstat:

 net/tcpflow/Makefile         |  7 +++----
 net/tcpflow/distinfo         |  8 ++++----
 net/tcpflow/patches/patch-aa |  6 +++---
 3 files changed, 10 insertions(+), 11 deletions(-)

diffs (46 lines):

diff -r 16941f14ca52 -r b44b05aee986 net/tcpflow/Makefile
--- a/net/tcpflow/Makefile      Tue Dec 28 23:50:38 2004 +0000
+++ b/net/tcpflow/Makefile      Wed Dec 29 15:54:55 2004 +0000
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.3 2004/08/20 07:10:53 cjs Exp $
+# $NetBSD: Makefile,v 1.3.4.1 2004/12/29 15:54:55 salo Exp $
 #
 
-DISTNAME=      tcpflow-0.20
-PKGREVISION=   1
+DISTNAME=      tcpflow-0.21
 CATEGORIES=    net security
 MASTER_SITES=  http://www.circlemud.org/pub/jelson/tcpflow/
 
-MAINTAINER=    adrianp%stindustries.net@localhost
+MAINTAINER=    adrianp%NetBSD.org@localhost
 HOMEPAGE=      http://www.circlemud.org/~jelson/software/tcpflow/
 COMMENT=       Captures data transmitted as part of TCP connections
 
diff -r 16941f14ca52 -r b44b05aee986 net/tcpflow/distinfo
--- a/net/tcpflow/distinfo      Tue Dec 28 23:50:38 2004 +0000
+++ b/net/tcpflow/distinfo      Wed Dec 29 15:54:55 2004 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2004/08/25 07:56:18 cjs Exp $
+$NetBSD: distinfo,v 1.3.4.1 2004/12/29 15:54:55 salo Exp $
 
-SHA1 (tcpflow-0.20.tar.gz) = 833d369e36828fa132106df93c604cc1c42c23c7
-Size (tcpflow-0.20.tar.gz) = 72131 bytes
-SHA1 (patch-aa) = 20745c63984205324fa8f3ea17035376a1d10844
+SHA1 (tcpflow-0.21.tar.gz) = 08eeb8532e1f713db2587580d759ebad813a0b49
+Size (tcpflow-0.21.tar.gz) = 79369 bytes
+SHA1 (patch-aa) = afea3a5b0fb01ac9af87f63881fdf502dc082899
diff -r 16941f14ca52 -r b44b05aee986 net/tcpflow/patches/patch-aa
--- a/net/tcpflow/patches/patch-aa      Tue Dec 28 23:50:38 2004 +0000
+++ b/net/tcpflow/patches/patch-aa      Wed Dec 29 15:54:55 2004 +0000
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.2 2004/08/25 07:56:18 cjs Exp $
+$NetBSD: patch-aa,v 1.2.4.1 2004/12/29 15:54:55 salo Exp $
 
---- datalink.c.orig    1999-04-21 10:40:13.000000000 +0900
-+++ datalink.c 2004-08-20 16:02:02.000000000 +0900
+--- src/datalink.c.orig        1999-04-21 10:40:13.000000000 +0900
++++ src/datalink.c     2004-08-20 16:02:02.000000000 +0900
 @@ -64,7 +64,6 @@
  #ifndef DLT_NULL_BROKEN
    /* make sure this is AF_INET */



Home | Main Index | Thread Index | Old Index