diff options
author | clement <clement@FreeBSD.org> | 2008-09-01 07:00:27 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2008-09-01 07:00:27 +0800 |
commit | 96e29ac0686430ffa2d4eae87b1bbb75f93a677e (patch) | |
tree | 4330b971a8ecef5e6442ce19f40ce4cecc52120f /www/apache22/pkg-plist | |
parent | 55b1737f7c1b474299f4b5a2ef992f1b90017546 (diff) | |
download | freebsd-ports-gnome-96e29ac0686430ffa2d4eae87b1bbb75f93a677e.tar.gz freebsd-ports-gnome-96e29ac0686430ffa2d4eae87b1bbb75f93a677e.tar.zst freebsd-ports-gnome-96e29ac0686430ffa2d4eae87b1bbb75f93a677e.zip |
- Yet Another Plist Fix [1]
- Completely shut up rc.d script when no profiles are enabled
(add add support to disable profiles) [2]
- Fix CVE-2008-2939 for mod_proxy_ftp
(XSS attacks when using wildcards in the path of the FTP URL)
- Add "apache22_fib" to start apache22 prefixed by
"setfib -F ${apache22_fib}", so apache can use an alternate
network view (not carefully tested yet)
- Revert previous patch to "fix" missing rc.d scripts. It
actually breaks profiles.
- Bump PORTREVISION
PR: ports/126670 [1],
ports/116627 [2]
Submitted by: Joseph S. Atkinson [1],
Eygene Ryabinkin [2]
Security: CVE-2008-2939
Special thanks to: pgollucci@
Diffstat (limited to 'www/apache22/pkg-plist')
-rw-r--r-- | www/apache22/pkg-plist | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/apache22/pkg-plist b/www/apache22/pkg-plist index b9480906fead..123996632381 100644 --- a/www/apache22/pkg-plist +++ b/www/apache22/pkg-plist @@ -1,4 +1,5 @@ @comment $FreeBSD$ +%%APR_PORTS%%@exec mkdir -p %D/lib/apr-util-1 @exec mkdir -p %D/etc/apache22/extra 2> /dev/null @exec mkdir -p %D/etc/apache22/Includes 2> /dev/null || true @exec mkdir -p %D/etc/apache22/envvars.d 2> /dev/null || true @@ -533,7 +534,7 @@ www/apache22/icons/world2.png @dirrmtry www/apache22/cgi-bin @dirrm %%EXAMPLESDIR%%/extra @dirrm %%EXAMPLESDIR%% -@dirrm %%DOCSDIR%% +@dirrmtry %%DOCSDIR%% @dirrm share/apache22/build @dirrm share/apache22 %%APR_PORTS%%@dirrm include/apr-1 |