Package: netpipes / 4.2-8.1
Metadata
Package | Version | Patches format |
---|---|---|
netpipes | 4.2-8.1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
01 cleanup_manpage.diff | (download) |
ssl-auth.1 |
1 0 + 1 - 0 ! |
misplaced new line separator in manpage. |
02 tailored_makefile.diff | (download) |
Makefile |
23 12 + 11 - 0 ! |
tailor makefile for debian packaging. Multiple alterations for the upstream makefile in order that a package can be built according to pactices of Debian policies. |
11 missing_include 1.diff | (download) |
timelimit.c |
1 1 + 0 - 0 ! |
missing prototype for strlen(). |
12 manpages_formatting.diff | (download) |
encapsulate.1 |
3 1 + 2 - 0 ! |
minor corrections to several manpages. |
20 socklen_typing.diff | (download) |
encapsulate.c |
3 2 + 1 - 0 ! |
use an unsigned integer type. In order to silence compiler warnings, the integer type 'int' is replaced with the correct 'socklen_t' for socket manipulations. |
22 manpage_width_error.diff | (download) |
sockdown.1 |
2 1 + 1 - 0 ! |
avoid a page width error by rewriting text. |
24 makefile_for_dh.diff | (download) |
Makefile |
6 3 + 3 - 0 ! |
let the makefile use destdir for compatibility. Ease the use of automatic build using debhelper. |
30 support_ipv6.diff | (download) |
/common.c |
135 100 + 35 - 0 ! |
implement support for ipv6. In addition to IPv6 code and address independ code, some select cleanup could not be avoided. . Every port number is internally handled in host byte order. All network byte order manipulations are hidden inside get_port() and set_port(). . UNIX sockets are distinguished as 'named', 'unnamed', or 'abstract'. This effects printout. |
32 newline_timelimit.diff | (download) |
timelimit.c |
9 6 + 3 - 0 ! |
insert some nl in printout. Improve error formatting. |
33 rename_timelimit.diff | (download) |
Makefile |
11 8 + 3 - 0 ! |
rename internal timelimit(1). There exists an independent and actively maintained service timelimit(1), which is an enhanced replacement for the program produced by this source. The in-house executable is therefore renamed `timelimit.netpipes`. . An old left-over, referencing `ssl-auth` in the manual page, is also removed from the page netpipes(1). The executable was never built by the Debian package. |
40 hardening.diff | (download) |
Makefile |
20 10 + 10 - 0 ! |
better use of compiler flags. The original source is neglecting the use of CPPFLAGS and LDFLAGS. They are needed for hardening. |
50 gcc 15.patch | (download) |
common.c |
31 10 + 21 - 0 ! |
fix build with gcc-15 |