netcat-openbsd 1.187-1 source package in Ubuntu

Changelog

netcat-openbsd (1.187-1) unstable; urgency=low

  * New upstream release (from OpenBSD 6.2)
  * debian/control: Bump Standards-Version to 4.1.1 (no changes necessary).
  * debian/patches/send-crlf.patch: clarify in the manpage that the "-C" flag
    (translate LF to CR+LF) only affects input data, and that LF characters
    that are already preceded with CR are not translated.  Closes: #861062.
  * Allow usage of -s with -l for consistency with netcat-traditional.  `nc -l
    -p 12345 -s ::1` now behave as `nc -l -p 12345 ::1` and `nc -l ::1 12345`.
    Closes: #879853.

 -- Guilhem Moulin <email address hidden>  Sun, 03 Dec 2017 23:01:07 +0100

Upload details

Uploaded by:
Aron Xu
Uploaded to:
Sid
Original maintainer:
Aron Xu
Architectures:
any
Section:
net
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release main net

Downloads

File Size SHA-256 Checksum
netcat-openbsd_1.187-1.dsc 1.9 KiB 24e33cd54f0c394749ab838eeefd959b8d5a6c988712d064f06add21d0195c59
netcat-openbsd_1.187.orig.tar.gz 21.7 KiB bc3f22529cb78c748c1211f00149a50247de984157631946faddc2630fedba6b
netcat-openbsd_1.187-1.debian.tar.xz 33.7 KiB 38112dbb3b47003cb20365d336ff9fd924f1db0a4bb185de97ad6f65746c8b4b

Available diffs

No changes file available.

Binary packages built by this source

netcat-openbsd: TCP/IP swiss army knife

 A simple Unix utility which reads and writes data across network
 connections using TCP or UDP protocol. It is designed to be a reliable
 "back-end" tool that can be used directly or easily driven by other
 programs and scripts. At the same time it is a feature-rich network
 debugging and exploration tool, since it can create almost any kind of
 connection you would need and has several interesting built-in
 capabilities.
 .
 This package contains the OpenBSD rewrite of netcat, including support
 for IPv6, proxies, and Unix sockets.

netcat-openbsd-dbgsym: debug symbols for netcat-openbsd