summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/apache-modssl/patches/patch-ad15
-rw-r--r--www/apache/patches/patch-ad15
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)