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 !
1 file changed, 1 deletion(-)

 misplaced new line separator in manpage.
02 tailored_makefile.diff | (download)

Makefile | 23 12 + 11 - 0 !
1 file changed, 12 insertions(+), 11 deletions(-)

 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 !
1 file changed, 1 insertion(+)

 missing prototype for strlen().
12 manpages_formatting.diff | (download)

encapsulate.1 | 3 1 + 2 - 0 !
faucet.1 | 2 1 + 1 - 0 !
getpeername.1 | 2 1 + 1 - 0 !
hose.1 | 4 2 + 2 - 0 !
sockdown.1 | 2 1 + 1 - 0 !
5 files changed, 6 insertions(+), 7 deletions(-)

 minor corrections to several manpages.
20 socklen_typing.diff | (download)

encapsulate.c | 3 2 + 1 - 0 !
faucet.c | 2 1 + 1 - 0 !
2 files changed, 3 insertions(+), 2 deletions(-)

 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 !
1 file changed, 1 insertion(+), 1 deletion(-)

 avoid a page width error by rewriting text.
24 makefile_for_dh.diff | (download)

Makefile | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 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 !
/common.h | 7 5 + 2 - 0 !
/encapsulate.c | 17 14 + 3 - 0 !
/faucet.c | 78 48 + 30 - 0 !
/getpeername.c | 84 42 + 42 - 0 !
/hose.c | 143 70 + 73 - 0 !
6 files changed, 279 insertions(+), 185 deletions(-)

 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.