netcat-openbsd 1.225-1ubuntu1 source package in Ubuntu

Changelog

netcat-openbsd (1.225-1ubuntu1) mantic; urgency=medium

  * Merge from Debian unstable (LP: #2025666). Remaining changes:
    - Don't build-depend on strace on i386 where it's unavailable.

netcat-openbsd (1.225-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster (oldstable):
    + netcat-openbsd: Drop versioned constraint on netcat in Replaces.
    + netcat-openbsd: Drop versioned constraint on netcat in Breaks.

  [ Guilhem Moulin ]
  * New upstream release (from OpenBSD 7.3).
    + In UDP mode, do not test the connection (by writing "XXX" junk) when
      ‘-z’ is unset and the standard input is not a TTY.  This slightly
      improves the situation with respect to #747646.
  * Update standards version to 4.6.2, no changes needed.
  * d/README.source:
    + rsync: Replace ‘-v’ flag with ‘-P’.
    + Advertize use of gbp-dch(1).
    + Use a secondary parent in the upstream branch.  (This is useful to track
      upstream activity.)
  * Refresh d/patches.
  * d/p/udp-scan-timeout.patch: Call connection_info() and udptest() call when
    ‘-z’ flag is set.  This is the upstream behavior.
  * d/checks/04-kflag-udp: Pass ‘-z’ in the UDP reconnection test.

 -- Danilo Egea Gondolfo <email address hidden>  Mon, 03 Jul 2023 17:30:27 +0100

Upload details

Uploaded by:
Danilo Egea Gondolfo
Sponsored by:
Benjamin Drung
Uploaded to:
Mantic
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
net
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release main net

Downloads

File Size SHA-256 Checksum
netcat-openbsd_1.225.orig.tar.gz 22.5 KiB ab3f2e789160e3f46a1fdff6465d20efa1e40c505a8262e1121adbf1adf79d65
netcat-openbsd_1.225-1ubuntu1.debian.tar.xz 51.9 KiB f4b26ae5c886da1251efb5170ff11aa8667a702d60bf50d405cbf327ee572f29
netcat-openbsd_1.225-1ubuntu1.dsc 2.1 KiB ab9ac1f3659a995fe71327a4a84d0dc5d27ac7874e13235ea15e1ad057e89353

Available diffs

View changes file

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