Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Feb 2005 14:44:27 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/contrib/netcat nc.1 netcat.c src/usr.bin/nc Makefile src/sys/sys param.h
Message-ID:  <200502061444.j16EiRoO020877@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
delphij     2005-02-06 14:44:27 UTC

  FreeBSD src repository

  Modified files:
    contrib/netcat       nc.1 netcat.c 
    sys/sys              param.h 
  Added files:
    usr.bin/nc           Makefile 
  Log:
  Finish the import of nc(1) from OpenBSD.  This includes:
          - Bring IPsec support from the ports collection [1].
          - Bring -o ("once only") option from the ports
            collection [2].
          - Adopt the Makefile framework into
            usr.bin/nc/Makefile.
          - Add a knob to control whether to build nc(1),
            NO_NETCAT.
          - Bump __FreeBSD_version so ports collection can
            detect this change.
  
  Original patchset are contributed to the ports collection by:
  [1] nectar, [2] joerg.
  
  Note: WARNS?=6 patchset spined off in this commit, in order not
  to take too many files off the vendor branch.
  
  Revision  Changes    Path
  1.2       +31 -4     src/contrib/netcat/nc.1
  1.2       +88 -6     src/contrib/netcat/netcat.c
  1.222     +1 -1      src/sys/sys/param.h
  1.1       +11 -0     src/usr.bin/nc/Makefile (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502061444.j16EiRoO020877>