Browse Source

Refresh patch queue

Christoph Biedl 3 years ago
parent
commit
ca8a74f54b
2 changed files with 0 additions and 18 deletions
  1. 0 17
      debian/patches/fix-ipv6-only-buildhost.patch
  2. 0 1
      debian/patches/series

+ 0 - 17
debian/patches/fix-ipv6-only-buildhost.patch

@@ -1,17 +0,0 @@
-Subject: Fix race in testsuite
-Author: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
-Date: 2020-07-25
-Bug-Debian: https://bugs.debian.org/964276
-Forwarded: https://github.com/ngircd/ngircd/issues/281
-
---- a/src/ngircd/resolve.c
-+++ b/src/ngircd/resolve.c
-@@ -246,7 +246,7 @@
- 	static struct addrinfo hints;
- 
- #ifdef AI_ADDRCONFIG	/* glibc has this, but not e.g. netbsd 4.0 */
--	hints.ai_flags = AI_ADDRCONFIG;
-+/*	hints.ai_flags = AI_ADDRCONFIG; */
- #endif
- 	hints.ai_socktype = SOCK_STREAM;
- 	hints.ai_protocol = IPPROTO_TCP;

+ 0 - 1
debian/patches/series

@@ -1,3 +1,2 @@
 # patches that should go upstream
 fix-race-in-testsuite.patch
-fix-ipv6-only-buildhost.patch