Package: netpipes / 4.2-5
Metadata
| Package | Version | Patches format |
|---|---|---|
| netpipes | 4.2-5 | 3.0 (quilt) |
Patch series
view the series file| Patch | 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. |
