mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Upgrade to 1.3.28
This commit is contained in:
parent
e98057da52
commit
0ea69366dd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=85139
@ -6,14 +6,13 @@
|
||||
#
|
||||
|
||||
PORTNAME= apache
|
||||
PORTVERSION= 1.3.27
|
||||
PORTREVISION= 5
|
||||
PORTVERSION= 1.3.28
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD}
|
||||
DISTNAME= apache_${PORTVERSION}
|
||||
|
||||
#PATCH_SITES= ${MASTER_SITE_APACHE_HTTPD}
|
||||
#PATCH_SITE_SUBDIR= patches/apply_to_1.3.27/
|
||||
#PATCH_SITE_SUBDIR= patches/apply_to_1.3.28/
|
||||
#PATCHFILES=
|
||||
#PATCH_DIST_ARGS= -d ${WRKSRC}/src --forward --quiet -E ${PATCH_DIST_STRIP}
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (apache_1.3.27.tar.gz) = 65b89365a65dcad71d4402b4862beeaa
|
||||
MD5 (apache_1.3.28.tar.gz) = 2cdece7b4881d541e072de6a2b65db77
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- src/support/suexec.c.orig Thu Mar 14 00:05:37 2002
|
||||
+++ src/support/suexec.c Wed Sep 25 00:22:18 2002
|
||||
--- src/support/suexec.c.orig Wed Mar 5 18:50:29 2003
|
||||
+++ src/support/suexec.c Fri Jul 18 18:09:56 2003
|
||||
@@ -90,6 +90,9 @@
|
||||
#include <sys/types.h>
|
||||
|
||||
@ -10,32 +10,17 @@
|
||||
|
||||
#include "suexec.h"
|
||||
|
||||
@@ -296,11 +299,14 @@
|
||||
fprintf(stderr, " -D DOC_ROOT=\"%s\"\n", DOC_ROOT);
|
||||
#endif
|
||||
#ifdef GID_MIN
|
||||
- fprintf(stderr, " -D GID_MID=%d\n", GID_MIN);
|
||||
+ fprintf(stderr, " -D GID_MIN=%d\n", GID_MIN);
|
||||
#endif
|
||||
#ifdef HTTPD_USER
|
||||
fprintf(stderr, " -D HTTPD_USER=\"%s\"\n", HTTPD_USER);
|
||||
#endif
|
||||
+#ifdef LOGIN_CAP
|
||||
+ fprintf(stderr, " -D LOGIN_CAP\n");
|
||||
+#endif
|
||||
@@ -322,6 +325,9 @@
|
||||
#ifdef LOG_EXEC
|
||||
fprintf(stderr, " -D LOG_EXEC=\"%s\"\n", LOG_EXEC);
|
||||
#endif
|
||||
@@ -311,7 +317,7 @@
|
||||
fprintf(stderr, " -D SUEXEC_UMASK=%03o\n", SUEXEC_UMASK);
|
||||
+#ifdef LOGIN_CAP
|
||||
+ fprintf(stderr, " -D LOGIN_CAP\n");
|
||||
+#endif
|
||||
#ifdef SAFE_PATH
|
||||
fprintf(stderr, " -D SAFE_PATH=\"%s\"\n", SAFE_PATH);
|
||||
#endif
|
||||
#ifdef UID_MIN
|
||||
- fprintf(stderr, " -D UID_MID=%d\n", UID_MIN);
|
||||
+ fprintf(stderr, " -D UID_MIN=%d\n", UID_MIN);
|
||||
#endif
|
||||
#ifdef USERDIR_SUFFIX
|
||||
fprintf(stderr, " -D USERDIR_SUFFIX=\"%s\"\n", USERDIR_SUFFIX);
|
||||
@@ -461,7 +467,28 @@
|
||||
@@ -480,7 +486,28 @@
|
||||
|
||||
/*
|
||||
* Change UID/GID here so that the following tests work over NFS.
|
||||
@ -65,7 +50,7 @@
|
||||
* Initialize the group access list for the target user,
|
||||
* and setgid() to the target group. If unsuccessful, error out.
|
||||
*/
|
||||
@@ -469,6 +496,7 @@
|
||||
@@ -488,6 +515,7 @@
|
||||
log_err("emerg: failed to setgid (%ld: %s)\n", gid, cmd);
|
||||
exit(109);
|
||||
}
|
||||
|
@ -136,7 +136,7 @@ www/data-dist/index.html.ru.ucs2
|
||||
www/data-dist/index.html.ru.ucs4
|
||||
www/data-dist/index.html.ru.utf8
|
||||
www/data-dist/index.html.se
|
||||
www/data-dist/index.html.zh
|
||||
www/data-dist/index.html.zh-tw.big5
|
||||
share/doc/apache/LICENSE
|
||||
share/doc/apache/bind.html.en
|
||||
share/doc/apache/bind.html.fr
|
||||
@ -150,7 +150,9 @@ share/doc/apache/configuring.html.en
|
||||
share/doc/apache/configuring.html.fr
|
||||
share/doc/apache/configuring.html.html
|
||||
share/doc/apache/configuring.html.ja.jis
|
||||
share/doc/apache/content-negotiation.html
|
||||
share/doc/apache/content-negotiation.html.en
|
||||
share/doc/apache/content-negotiation.html.html
|
||||
share/doc/apache/content-negotiation.html.ja.jis
|
||||
share/doc/apache/custom-error.html.en
|
||||
share/doc/apache/custom-error.html.fr
|
||||
share/doc/apache/custom-error.html.html
|
||||
@ -235,6 +237,7 @@ share/doc/apache/misc/windoz_keepalive.html
|
||||
share/doc/apache/mod/core.html.en
|
||||
share/doc/apache/mod/core.html.fr
|
||||
share/doc/apache/mod/core.html.html
|
||||
share/doc/apache/mod/core.html.ja.jis
|
||||
share/doc/apache/mod/directive-dict.html.en
|
||||
share/doc/apache/mod/directive-dict.html.fr
|
||||
share/doc/apache/mod/directive-dict.html.html
|
||||
@ -261,11 +264,13 @@ share/doc/apache/mod/mod_actions.html.en
|
||||
share/doc/apache/mod/mod_actions.html.html
|
||||
share/doc/apache/mod/mod_actions.html.ja.jis
|
||||
share/doc/apache/mod/mod_alias.html.en
|
||||
share/doc/apache/mod/mod_alias.html.html
|
||||
share/doc/apache/mod/mod_alias.html.ja.jis
|
||||
share/doc/apache/mod/mod_asis.html.en
|
||||
share/doc/apache/mod/mod_asis.html.html
|
||||
share/doc/apache/mod/mod_asis.html.ja.jis
|
||||
share/doc/apache/mod/mod_auth.html.en
|
||||
share/doc/apache/mod/mod_auth.html.html
|
||||
share/doc/apache/mod/mod_auth.html.ja.jis
|
||||
share/doc/apache/mod/mod_auth_anon.html
|
||||
share/doc/apache/mod/mod_auth_db.html
|
||||
@ -297,7 +302,9 @@ share/doc/apache/mod/mod_info.html.ja.jis
|
||||
share/doc/apache/mod/mod_isapi.html
|
||||
share/doc/apache/mod/mod_log_agent.html
|
||||
share/doc/apache/mod/mod_log_common.html
|
||||
share/doc/apache/mod/mod_log_config.html
|
||||
share/doc/apache/mod/mod_log_config.html.en
|
||||
share/doc/apache/mod/mod_log_config.html.html
|
||||
share/doc/apache/mod/mod_log_config.html.ja.jis
|
||||
share/doc/apache/mod/mod_log_referer.html
|
||||
share/doc/apache/mod/mod_mime.html.en
|
||||
share/doc/apache/mod/mod_mime.html.html
|
||||
|
Loading…
Reference in New Issue
Block a user