Author: meand-guest Date: 2010-06-16 21:16:57 +0000 (Wed, 16 Jun 2010) New Revision: 11022
Removed: packages/trunk/nettoe/debian/patches/01-listen_socket.diff Modified: packages/trunk/nettoe/debian/ packages/trunk/nettoe/debian/changelog packages/trunk/nettoe/debian/patches/series Log: Prepare for new package release of nettoe. Property changes on: packages/trunk/nettoe/debian ___________________________________________________________________ Modified: svn-bp:origUrl - http://pkg-games.alioth.debian.org/tarballs/nettoe_1.3.1.orig.tar.gz + http://pkg-games.alioth.debian.org/tarballs/nettoe_1.3.2.orig.tar.gz Modified: packages/trunk/nettoe/debian/changelog =================================================================== --- packages/trunk/nettoe/debian/changelog 2010-06-13 15:37:38 UTC (rev 11021) +++ packages/trunk/nettoe/debian/changelog 2010-06-16 21:16:57 UTC (rev 11022) @@ -1,3 +1,11 @@ +nettoe (1.3.2-1) unstable; urgency=low + + * New upstream release. + + debian/patches/01-listen_socket.diff: Not needed, removed. + + debian/patches/series: Emptied. + + -- Mats Erik Andersson <[email protected]> Wed, 16 Jun 2010 22:22:26 +0200 + nettoe (1.3.1-2) unstable; urgency=low * debian/patches/01-listen_socket.diff: New file. Deleted: packages/trunk/nettoe/debian/patches/01-listen_socket.diff =================================================================== --- packages/trunk/nettoe/debian/patches/01-listen_socket.diff 2010-06-13 15:37:38 UTC (rev 11021) +++ packages/trunk/nettoe/debian/patches/01-listen_socket.diff 2010-06-16 21:16:57 UTC (rev 11022) @@ -1,24 +0,0 @@ -Description: Workaround for inconsistent address family detection. - The implementation of getaddrinfo() found in eglibc-2.10 is not - behaving the same way glibc-2.7 did. - . - The address families of the wildcard addresses returned by getaddrinfo() - come in differrent order for glibc-2.7 and eglibc-2.10 when AF_UNSPEC - is specified. - . - The workaround is to use AF_INET6. -Author: Mats Erik Andersson <[email protected]> -Forwarded: no -Last-Update: 2010-03-11 -diff -Naurp nettoe-1.3.1.orig/src/network.c nettoe-1.3.1/src/network.c ---- nettoe-1.3.1.orig/src/network.c -+++ nettoe-1.3.1/src/network.c -@@ -37,7 +37,7 @@ int establish_listening_socket(unsigned - int status; - - memset(&hints, 0, sizeof(hints)); -- hints.ai_family = AF_UNSPEC; -+ hints.ai_family = AF_INET6; - hints.ai_socktype = SOCK_STREAM; - #if __OpenBSD__ - hints.ai_flags = AI_PASSIVE; Modified: packages/trunk/nettoe/debian/patches/series =================================================================== --- packages/trunk/nettoe/debian/patches/series 2010-06-13 15:37:38 UTC (rev 11021) +++ packages/trunk/nettoe/debian/patches/series 2010-06-16 21:16:57 UTC (rev 11022) @@ -1 +1 @@ -01-listen_socket.diff +# Empty patch set _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

