Package: udptunnel / 1.1-4

Metadata

Package Version Patches format
udptunnel 1.1-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 multicast.diff | (download)

udptunnel.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix issue where udptunnel was failing to receive packets sent to a multicast address. (see #254834).
02 strlen prototype.diff | (download)

host2ip.c | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 include string.h header for strlen prototype for gcc 4.4. compatibility.