rinetd 0.73-2 source package in Ubuntu

Changelog

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.

 -- Sven Geuer <email address hidden>  Sat, 01 Jun 2024 15:47:02 +0200

Upload details

Uploaded by:
Sven Geuer
Uploaded to:
Sid
Original maintainer:
Sven Geuer
Architectures:
any
Section:
net
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe net

Downloads

File Size SHA-256 Checksum
rinetd_0.73-2.dsc 1.8 KiB 63c35b89f0c2e62b4d9dafc5a339e7f8fd89c8026d3a2cc4a3ef4ce448fea975
rinetd_0.73.orig.tar.gz 136.8 KiB e3980aaa3feb7649440abf0e1d616d7d42f06de0c43ecc25332bb21418c07fc4
rinetd_0.73-2.debian.tar.xz 8.0 KiB 43332df9c7a6ef5ace542c73ab94e7007dac6ff4528d7e4915aa091d8ce928df

Available diffs

No changes file available.

Binary packages built by this source

rinetd: Internet TCP/UDP redirection server

 rinetd redirects TCP or UDP 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.

rinetd-dbgsym: debug symbols for rinetd