Use a single mutex for the certificate generation
[privoxy.git] / debian / patches / 32_bind_fixup.patch
index 317b6e0..aeff272 100644 (file)
@@ -1,10 +1,11 @@
-Author: Roland Rosenfeld <roland@debian.org>
-Description: Work around bind problems on startup (Closes: #534735)
-Bug-Debian: http://bugs.debian.org/534735
+From: Roland Rosenfeld <roland@debian.org>
+Date: Tue, 18 May 2010 10:14:18 +0200
+Subject: Work around bind problems on startup (Closes: #534735)
+Bug-Debian: https://bugs.debian.org/534735
 
 --- a/jbsockets.c
 +++ b/jbsockets.c
-@@ -867,20 +867,7 @@ int bind_port(const char *hostnam, int p
+@@ -975,20 +975,7 @@ int bind_port(const char *hostnam, int p
     }
  
     memset(&hints, 0, sizeof(struct addrinfo));