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

Bug#983804: marked as done (ITA: ucspi-tcp -- command-line tools for building TCP client-server applications)



Your message dated Thu, 05 Jan 2023 15:35:10 +0000
with message-id <E1pDSGs-008OMM-2J@fasolo.debian.org>
and subject line Bug#983804: fixed in ucspi-unix 1.0-2
has caused the Debian Bug report #983804,
regarding ITA: ucspi-tcp -- command-line tools for building TCP client-server applications
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
983804: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=983804
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: normal

The current maintainer of ucspi-tcp has retired.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/index.html#howto-o
for detailed instructions how to adopt a package properly.

More information about this package:

https://tracker.debian.org/pkg/ucspi-tcp


Package: ucspi-tcp
Binary: ucspi-tcp, ucspi-tcp-ipv6
Version: 1:0.88-6
Maintainer: Dmitry Bogatov <KAction@debian.org>
Build-Depends: debhelper-compat (= 11)
Architecture: any
Standards-Version: 4.2.1
Format: 3.0 (quilt)
Files:
 62563fe8d6d79a9788232dbf06ff2a95 1906 ucspi-tcp_0.88-6.dsc
 39b619147db54687c4a583a7a94c9163 53019 ucspi-tcp_0.88.orig.tar.gz
 8ec0c5db0a852754aac9d71b3c32c51d 35100 ucspi-tcp_0.88-6.debian.tar.xz
Vcs-Browser: https://salsa.debian.org/debian/ucspi-tcp
Vcs-Git: https://salsa.debian.org/debian/ucspi-tcp.git
Checksums-Sha256:
 9c7cc1a0058a23a1c6fcad3c941e5823d12a712456b0388f3155a13040c88da4 1906 ucspi-tcp_0.88-6.dsc
 4a0615cab74886f5b4f7e8fd32933a07b955536a3476d74ea087a3ea66a23e9c 53019 ucspi-tcp_0.88.orig.tar.gz
 b37a5f2f13de873b237e67e525fa72633c20d764e9504e1af3ec301ad2a0443c 35100 ucspi-tcp_0.88-6.debian.tar.xz
Homepage: http://cr.yp.to/ucspi-tcp
Package-List: 
 ucspi-tcp deb net optional arch=any
 ucspi-tcp-ipv6 deb net optional arch=any
Directory: pool/main/u/ucspi-tcp
Priority: source
Section: net

Package: ucspi-tcp
Version: 1:0.88-6
Installed-Size: 365
Maintainer: Dmitry Bogatov <KAction@debian.org>
Architecture: amd64
Replaces: ucspi-tcp-doc
Depends: libc6 (>= 2.4)
Description-en: command-line tools for building TCP client-server applications
 tcpserver waits for incoming connections and, for each connection, runs a
 program of your choice. Your program receives environment variables showing
 the local and remote host names, IP addresses, and port numbers.
 .
 tcpserver offers a concurrency limit to protect you from running out of
 processes and memory. When you are handling 40 (by default) simultaneous
 connections, tcpserver smoothly defers acceptance of new connections.
 .
 tcpserver also provides TCP access control features, similar to
 tcp-wrappers/tcpd's hosts.allow but much faster. Its access control rules
 are compiled into a hashed format with cdb, so it can easily deal with
 thousands of different hosts.
 .
 This package includes a recordio tool that monitors all the input and output
 of a server.
 .
 tcpclient makes a TCP connection and runs a program of your choice. It sets
 up the same environment variables as tcpserver.
 .
 This package includes several sample clients built on top of tcpclient:
 who@, date@, finger@, http@, tcpcat, and mconnect.
 .
 tcpserver and tcpclient conform to UCSPI, the UNIX Client-Server Program
 Interface, using the TCP protocol. UCSPI tools are
 available for several different networks.
Description-md5: 82875864414a7b3635f3dd400c43801e
Homepage: http://cr.yp.to/ucspi-tcp
Tag: interface::commandline, interface::daemon, network::client,
 network::server, protocol::tcp, role::program
Section: net
Priority: optional
Filename: pool/main/u/ucspi-tcp/ucspi-tcp_0.88-6_amd64.deb
Size: 70272
MD5sum: c87ee9a46211b34c9beb650f7e579f6e
SHA256: b418c076ae419bb87e4b386e4769a1150021dccc556aa7e62219ae6f8e297d42

Package: ucspi-tcp-ipv6
Source: ucspi-tcp
Version: 1:0.88-6
Installed-Size: 382
Maintainer: Dmitry Bogatov <KAction@debian.org>
Architecture: amd64
Replaces: ucspi-tcp-doc
Provides: ucspi-tcp
Depends: libc6 (>= 2.4)
Conflicts: ucspi-tcp
Description-en: command-line tools for building TCP client-server applications (IPv6)
 ucspi-tcp-ipv6 is the ucspi-tcp package with IPv6 support added.
 .
 tcpserver waits for incoming connections and, for each connection, runs a
 program of your choice. Your program receives environment variables showing
 the local and remote host names, IP addresses, and port numbers.
 .
 tcpserver offers a concurrency limit to protect you from running out of
 processes and memory. When you are handling 40 (by default) simultaneous
 connections, tcpserver smoothly defers acceptance of new connections.
 .
 tcpserver also provides TCP access control features, similar to
 tcp-wrappers/tcpd's hosts.allow but much faster. Its access control rules
 are compiled into a hashed format with cdb, so it can easily deal with
 thousands of different hosts.
 .
 This package includes a recordio tool that monitors all the input and output
 of a server.
 .
 tcpclient makes a TCP connection and runs a program of your choice. It sets
 up the same environment variables as tcpserver.
 .
 This package includes several sample clients built on top of tcpclient:
 who@, date@, finger@, http@, tcpcat, and mconnect.
 .
 tcpserver and tcpclient conform to UCSPI, the UNIX Client-Server Program
 Interface, using the TCP protocol. UCSPI tools are
 available for several different networks.
Description-md5: e9df6ed58358be8741f9b0e390fece1f
Homepage: http://cr.yp.to/ucspi-tcp
Section: net
Priority: optional
Filename: pool/main/u/ucspi-tcp/ucspi-tcp-ipv6_0.88-6_amd64.deb
Size: 73512
MD5sum: ef0008fe558b6760948cc2e46b4afe66
SHA256: b0d98528cef9f7a0a827657d2b6bca2209b14b3d61d4a5624bcd211a0eaa9887

--- End Message ---
--- Begin Message ---
Source: ucspi-unix
Source-Version: 1.0-2
Done: Peter Pentchev <roam@debian.org>

We believe that the bug you reported is fixed in the latest version of
ucspi-unix, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 983804@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Peter Pentchev <roam@debian.org> (supplier of updated ucspi-unix package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 05 Jan 2023 17:12:42 +0200
Source: ucspi-unix
Architecture: source
Version: 1.0-2
Distribution: unstable
Urgency: medium
Maintainer: Peter Pentchev <roam@debian.org>
Changed-By: Peter Pentchev <roam@debian.org>
Closes: 983804 991774
Changes:
 ucspi-unix (1.0-2) unstable; urgency=medium
 .
   [ Dmitry Bogatov ]
   * Add a Gitlab CI config file.
 .
   [ Peter Pentchev ]
   * New maintainer. Closes: #983804
   * Only run the dietlibc build if possible. Closes: #991774
   * Add my debian/* copyright notice.
   * Bump the debhelper compat level from 11 to 13 with no changes.
   * Add an EditorConfig definitions file.
   * Add the line-buffered patch for unixserver to make sure that
     parent processes and log processors see each line as it comes.
   * Run a custom test suite at build time and as an autopkgtest.
   * Drop the versions in the dh-buildinfo and dietlibc-dev build
     dependencies, the constraints were satisfied even in oldstable.
   * Correct the Bug-Debian field of the fix-getopt-string patch.
   * Declare compliance with Policy 4.6.2 with no changes.
   * Add Rules-Requires-Root: no to the source control stanza.
   * Explicitly state dh-sequence-single-binary.
Checksums-Sha1:
 7f7463f5af757cedd56cc3c5e4a60304cb2be52b 2461 ucspi-unix_1.0-2.dsc
 3e0339350011152f71c2da864b3f00e8b81a767c 32600 ucspi-unix_1.0-2.debian.tar.xz
Checksums-Sha256:
 fefce6c30b95c70c4d41624433b1cb8223d72c5adc0ebe44d29f37bf8eff5562 2461 ucspi-unix_1.0-2.dsc
 7d4fe4d7f52b53fecb8ede948c7f411f49a68644444845cc727b83e88cb217f0 32600 ucspi-unix_1.0-2.debian.tar.xz
Files:
 6ec9de591b5d1ea405bac777a38341b2 2461 net optional ucspi-unix_1.0-2.dsc
 fc086272e2d8f1e4b8e13391a4539c5b 32600 net optional ucspi-unix_1.0-2.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQJEBAEBCgAuFiEELuenpRf8EkzxFcNUZR7vsCUn3xMFAmO26UAQHHJvYW1AZGVi
aWFuLm9yZwAKCRBlHu+wJSffEy/pEAC+dECv6PkvKqky52o3E/0DR3LWS8ghXxwa
dvo/Jyf+OdrG0GDN1hsq+jbKc94Uc5aQ5FR8K/Hxq0exWJ+mK7xqKd8yAUtwayi9
QnJu9hQEPToZh3xF9FZnp/igaz/6uTbOhIMpoUyzDnAkovpC8C6XTz7paXTnTcEi
deCuUyJEfCNQXjepFjMAk5FooINjFndROXJiBwQn7aQTjJSskcAddsqYQ9RojINH
CPx5NAZUfc1AXHez/H8MOG3tWvcGUKC9BTPoNI6D3k0KseIUVOJwU70aFY5NcJnc
WmTHUe6ou4sG90F6cc99vlTCGVUWkJFBb1z/T8Acu+Ir+Xd/+8ukDIrdYMuaGOVf
6rUhNXt/q9bpzjP0gJ3fihMLUsgvUIilJmQGeDMFZsI3RWvagpM5HGVRDznzyJT2
x29639kAkWkVseDP6GVAgO0ErG1zsBLhzCzqjJdH9ej4kaFd/e2HoH4Z+Q78OFQ9
M1PqwmHVW3rT7b4lJ259zb+3G+vqQxJoszoef/IPteXoGEiIoqNVBa+gSyvjN6jP
zpEvICC9qx6hXzwi3mrT02UzFZJj+OoOSqe4Q9PraZuctO7o/EVm8/rIrgjbuPxt
vuTXKg47Sgd0uXF/ICslDe2vvWmu5cLLVr/nqXEixM8v12EWnSS78un5iFc3G8Mm
X5DGLawFNA==
=UPN6
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: