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

Bug#1011571: marked as done (ITA: rinetd -- Internet TCP/UDP redirection server)



Your message dated Sat, 01 Jun 2024 14:57:54 +0000
with message-id <E1sDQB8-00Ekhh-Bd@fasolo.debian.org>
and subject line Bug#1011571: fixed in rinetd 0.73-2
has caused the Debian Bug report #1011571,
regarding ITA: rinetd -- Internet TCP/UDP redirection server
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.)


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

The current maintainer of rinetd, Sam Hocevar <sho@debian.org>,
is apparently not active anymore.  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/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: rinetd
Binary: rinetd
Version: 0.62.1sam-1.1
Maintainer: Sam Hocevar <sho@debian.org>
Build-Depends: debhelper (>= 9.0), dh-autoreconf
Architecture: any
Standards-Version: 3.9.6
Format: 3.0 (quilt)
Files:
 2848490a1633f63ed987cb3f53843499 1715 rinetd_0.62.1sam-1.1.dsc
 9bfd549eda816d7ca05ef33d1db663c7 115120 rinetd_0.62.1sam.orig.tar.gz
 69ea4a30e05002b7717e8cb53e2aa0aa 4024 rinetd_0.62.1sam-1.1.debian.tar.xz
Checksums-Sha256:
 72a4e225232ad1e7847dcf2ba10e685a1295a5572efbdcac4bd3da3fb9d90c3e 1715 rinetd_0.62.1sam-1.1.dsc
 fd04fd75d0035349c6210957d1cf964c22e8daac58f96e4e7cdbc3d4795699fb 115120 rinetd_0.62.1sam.orig.tar.gz
 8382179cfcaad05283de1b729e2662d3cc2548a2f4942f5d2a6d79690b970083 4024 rinetd_0.62.1sam-1.1.debian.tar.xz
Package-List: 
 rinetd deb net optional arch=any
Directory: pool/main/r/rinetd
Priority: source
Section: net

Package: rinetd
Version: 0.62.1sam-1.1
Installed-Size: 73
Maintainer: Sam Hocevar <sho@debian.org>
Architecture: amd64
Depends: libc6 (>= 2.15)
Description-en: Internet TCP redirection server
 rinetd redirects TCP connections from one IP address and port to another,
 with basic IP-based access control.
 .
 rinetd is a single-process server which handles any number of connections
 to the address/port pairs specified in the file /etc/rinetd.conf. Since
 rinetd runs as a single process using nonblocking I/O, it is able to
 redirect a large number of connections without a severe impact on the
 machine. This makes it practical to run services on machines inside an IP
 masquerading firewall.
Description-md5: c779dc6fda8c28eb8fd8878f71d69c09
Tag: interface::daemon, network::server, network::service, role::program,
 use::proxying
Section: net
Priority: optional
Filename: pool/main/r/rinetd/rinetd_0.62.1sam-1.1_amd64.deb
Size: 22236
MD5sum: 6f7740540f0f94422188f7d8608fec29
SHA256: ea7462047c7b3fa7e694bbfebb5f3832af6201947ec35d9bba4c61cd9756a552


-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for principles than to live up to them.

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: rinetd
Source-Version: 0.73-2
Done: Sven Geuer <sge@debian.org>

We believe that the bug you reported is fixed in the latest version of
rinetd, 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 1011571@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sven Geuer <sge@debian.org> (supplier of updated rinetd 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: Sat, 01 Jun 2024 15:47:02 +0200
Source: rinetd
Architecture: source
Version: 0.73-2
Distribution: unstable
Urgency: medium
Maintainer: Sven Geuer <sge@debian.org>
Changed-By: Sven Geuer <sge@debian.org>
Closes: 1011571
Changes:
 rinetd (0.73-2) unstable; urgency=medium
 .
   * d/watch:
     - Refactor the watch file to make it functional again.
   * d/t/*:
     - Introduce autopkgtest.
   * d/control:
     - Adopt package setting Maintainer to myself (Closes: #1011571).
     - Drop lsb-base from Depends, the essential package sysvinit-utils
       provides the lsb-base functionality.
     - Bump Standards-Version to 4.7.0.
     - Add Rules-Requires-Root with value "no".
     - Add fields Vcs-Browser and Vcs-Git.
     - Apply 'wrap-and-sort -at'.
   * d/rules:
     - Add DH_VERBOSE commented out.
     - Enable all hardening options available for ELF binaries.
     - Drop unneeded override_dh_installchangelogs.
     - Exclude index.html from docs, it only duplicates the manual page.
   * d/rinetd.service:
     - Harden systemd unit file.
   * d/NEWS:
     - Communicate restrictions regarding placing the logfile.
   * d/rinetd.ppp.ip-up:
     - Use "service" instead of calling the Sys-V init script directly.
   * d/rinetd.logrotate:
     - Drop empty line.
   * d/s/lintian-overrides:
     - Override source-is-missing.
   * d/u/metadata:
     - Add upstream metadata file.
   * d/p/*:
     - Add a patch to correct a typo in the manual page.
   * d/copyright:
     - Add missing paragraph regarding debian/*.
     - Remove X-Debianized-* fields, the debian/* paragraph now covers this
       information.
   * d/salsa-ci.yml:
     - Introduce a Salsa-Ci configuration file.
   * d/gbp.conf:
     - Introduce a gbp configuration file.
Checksums-Sha1:
 14c95c5c2de34151cfffc03e5d594a0d482fe1a9 1873 rinetd_0.73-2.dsc
 5fffe65f61151f6de3dd6d5f2cc50389f92e7d04 8160 rinetd_0.73-2.debian.tar.xz
 04ea3bc3617242f5559be0a6f1b620460e4ab14b 5675 rinetd_0.73-2_amd64.buildinfo
Checksums-Sha256:
 63c35b89f0c2e62b4d9dafc5a339e7f8fd89c8026d3a2cc4a3ef4ce448fea975 1873 rinetd_0.73-2.dsc
 43332df9c7a6ef5ace542c73ab94e7007dac6ff4528d7e4915aa091d8ce928df 8160 rinetd_0.73-2.debian.tar.xz
 004270d990abeecc2b517085c7675f2adb4117774414b02e13a71cb49daf520c 5675 rinetd_0.73-2_amd64.buildinfo
Files:
 e24f17a27ff5c734682e88f5a2a0d727 1873 net optional rinetd_0.73-2.dsc
 18e12ca1b95451235ee140cbf42b7fef 8160 net optional rinetd_0.73-2.debian.tar.xz
 07a5c1ba9ea1068e8857318f023fb099 5675 net optional rinetd_0.73-2_amd64.buildinfo

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

iQJDBAEBCgAtFiEEPfXoqkP8n9/QhvGVrfUO2vit1YUFAmZbJ+kPHHNnZUBkZWJp
YW4ub3JnAAoJEK31Dtr4rdWFIk8P/2yQYDFMfp7giHtNAiJIgLVzZAMm5aL6pozK
SWKDOt856uUVDBru7Ptph+7fALz1JSPBO4MkIIDg00jEVFWZTLkwuTY/dCr15zQu
VhRvMkbbAqbn0i4RUg0m0kbSTKQfdyYN/15jA14oCq4b4ojU7HQ81ctfVpf4wFbz
FkYdo9WSiGbhV825+jl9252IP1mIWTL90mPFE9Eg3ud/F/ThKhC64YowxvF8j007
o54hycM/uUkvQxkSdVekjXJf17oeuRACI5SCQTVXgwyh2lRDza+wSUK3tAz/TVqc
o+oG1Q1WsgxWEKaKHgCtOBH5vM+5/rpVj7AwpK9vSN1A9/hekX7Zj1b/qbMr2c4k
LWXIJU9XJW5a1sTn81npwMkAq43gOrzgCQ8xE6OhC+MRachlrqwijagtOi95EoVz
scSW9TN8FBBWDGb/Yi9FoO2tjB7X0ioyXlI7/zPGf1mhXcFbFdK2Pn0LOHMplaz1
HE/HRiQSv1JjByl5cGzbGiu8A0JPbh49/hSyTg0r7SC3t9P0be5o63cDc1/dJzkD
4sFXHBVA1YUr6q5T6x0V9H+1mxuN9BnLqVDRxxGp7rGS9jGBTJgoN/aOGxdoyuDP
GiwmkLf7azKBU3vmMqOMLv4FzQhArXJMZ+7EDqZtmpLaPwEi6lNUqRBQwNnF+GTv
OGDNMady
=IE2t
-----END PGP SIGNATURE-----

Attachment: pgpxu9NNxLagm.pgp
Description: PGP signature


--- End Message ---

Reply to: