diff options
author | cjs <cjs@pkgsrc.org> | 1998-10-05 19:55:27 +0000 |
---|---|---|
committer | cjs <cjs@pkgsrc.org> | 1998-10-05 19:55:27 +0000 |
commit | c8a278c9e3396d133cb8048d17c9e77f0dd5a18f (patch) | |
tree | f8783aba540d7ef04d9fb89c8ce0cd4921d73906 /www | |
parent | 1c537a3d92c6dbe8ee40b0c9e5801c958e7d296e (diff) | |
download | pkgsrc-c8a278c9e3396d133cb8048d17c9e77f0dd5a18f.tar.gz |
Add patch to fix serialized accept.
Also submitted to the Apache Group, gnats number os-netsd/3120.
Diffstat (limited to 'www')
-rw-r--r-- | www/apache-modssl/patches/patch-ad | 15 | ||||
-rw-r--r-- | www/apache/patches/patch-ad | 15 |
2 files changed, 30 insertions, 0 deletions
diff --git a/www/apache-modssl/patches/patch-ad b/www/apache-modssl/patches/patch-ad new file mode 100644 index 00000000000..3cf0d90769b --- /dev/null +++ b/www/apache-modssl/patches/patch-ad @@ -0,0 +1,15 @@ +$Id: patch-ad,v 1.1 1998/10/05 19:55:28 cjs Exp $ + +This patch is necessary for listening on multiple ports safely. It has +been submitted to the apache group, the gnats ID is os-netbsd/3120. + +--- src/include/ap_config.h~ Thu Sep 17 23:49:12 1998 ++++ src/include/ap_config.h Mon Oct 5 09:41:28 1998 +@@ -592,6 +592,7 @@ + #define HAVE_MMAP 1 + #define USE_MMAP_SCOREBOARD + #define USE_MMAP_FILES ++#define USE_FLOCK_SERIALIZED_ACCEPT + #endif + + #elif defined(UTS21) diff --git a/www/apache/patches/patch-ad b/www/apache/patches/patch-ad new file mode 100644 index 00000000000..c51bbd74788 --- /dev/null +++ b/www/apache/patches/patch-ad @@ -0,0 +1,15 @@ +$Id: patch-ad,v 1.1 1998/10/05 19:55:27 cjs Exp $ + +This patch is necessary for listening on multiple ports safely. It has +been submitted to the apache group, the gnats ID is os-netbsd/3120. + +--- src/include/ap_config.h~ Thu Sep 17 23:49:12 1998 ++++ src/include/ap_config.h Mon Oct 5 09:41:28 1998 +@@ -592,6 +592,7 @@ + #define HAVE_MMAP 1 + #define USE_MMAP_SCOREBOARD + #define USE_MMAP_FILES ++#define USE_FLOCK_SERIALIZED_ACCEPT + #endif + + #elif defined(UTS21) |