Name: | redir |
---|---|
Version: | 3.3 |
Release: | 3.el8 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 120807 |
License: | GPLv2+ |
RPM: | redir-3.3-3.el8.aarch64.rpm |
Source RPM: | redir-3.3-3.el8.src.rpm |
Build Date: | Thu Dec 16 2021 |
Build Host: | build-ol8-aarch64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/troglobit/redir |
Summary: | A TCP port redirector for UNIX |
Description: | This is a TCP port redirector for UNIX. It can be run under inetd or as standalone (in which case it handles multiple connections). It is 8 bit clean, not limited to line mode, is small and lightweight. If you want access control, run it under xinetd, or inetd with TCP wrappers. Redir listens for TCP connections on a given port, and, when it receives a connection, then connects to a given destination address:port, and pass data between them. It finds most of its applications in traversing firewalls, but, of course, there are other uses. |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
- Use make macros - https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
- Release 3.3 Redir was originally created by Sam Creasey and is now developed and maintained at GitHub by Joachim Nilsson. Use GitHub to file bug reports, clone, or send pull requests for bug fixes and extensions.
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
- add gcc into buildrequires - disable tcp_wrappers