Commit graph

27 commits

Author SHA1 Message Date
xtraeme
87f9eaa73b Update to 2.2.8, please check http://www.apache.org/dist/httpd/CHANGES_2.2.8
for the list of changes.
2008-01-21 15:07:10 +00:00
tnn
ad6ceadd25 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 05:06:18 +00:00
adam
707dd64033 db4 update related revision bump 2008-01-12 11:36:28 +00:00
abs
eda1229d25 Update www/apache to 2.2.6nb1
Add apache SVN revision 574884 to fix garbage characters in Server header
http://issues.apache.org/bugzilla/show_bug.cgi?id=43334

When it hits, this issue can completely screw up returned pages if the
Server header gets embedded newlines
2007-12-04 12:08:45 +00:00
tron
8c166fcf4a Remove duplicate entry for "share/httpd/icons/README.html".
Pointed out by Geert Hendrickx in private e-mail.
2007-09-10 20:36:40 +00:00
rillig
21d744075f Only fix the suexec permissions if the file exists. 2007-09-09 08:12:58 +00:00
rillig
40a4ea922e Disabled the use of rsync for faster installation. A path that will not
exist later had been embedded in config_vars.mk. PKGREVISION++
2007-09-08 18:48:18 +00:00
tron
84f5aa72f8 Update "apache22" package to version 2.2.6.
This update is a bug and security fix release. The following security
problem hasn't been fixed in "pkgsrc" before:
- CVE-2007-3847: mod_proxy: Prevent reading past the end of a buffer when
  parsing date-related headers.
2007-09-08 11:02:07 +00:00
jlam
07dd3147c6 Convert packages that test and use USE_INET6 to use the options framework
and to support the "inet6" option instead.

Remaining usage of USE_INET6 was solely for the benefit of the scripts
that generate the README.html files.  Replace:

	BUILD_DEFS+=	USE_INET6
with
	BUILD_DEFS+=	IPV6_READY

and teach the README-generation tools to look for that instead.

This nukes USE_INET6 from pkgsrc proper.  We leave a tiny bit of code
to continue to support USE_INET6 for pkgsrc-wip until it has been nuked
from there as well.
2007-09-07 22:12:10 +00:00
jnemeth
23ac004f25 PR/36855 - Michael -- don't create duplicate Listen directives 2007-08-28 23:56:26 +00:00
jlam
4390d56940 Make it easier to build and install packages "unprivileged", where
the owner of all installed files is a non-root user.  This change
affects most packages that require special users or groups by making
them use the specified unprivileged user and group instead.

(1) Add two new variables PKG_GROUPS_VARS and PKG_USERS_VARS to
    unprivileged.mk.  These two variables are lists of other bmake
    variables that define package-specific users and groups.  Packages
    that have user-settable variables for users and groups, e.g. apache
    and APACHE_{USER,GROUP}, courier-mta and COURIER_{USER,GROUP},
    etc., should list these variables in PKG_USERS_VARS and PKG_GROUPS_VARS
    so that unprivileged.mk can know to set them to ${UNPRIVILEGED_USER}
    and ${UNPRIVILEGED_GROUP}.

(2) Modify packages to use PKG_GROUPS_VARS and PKG_USERS_VARS.
2007-07-04 20:54:31 +00:00
lkundrak
31db872355 Fixes for security issues, PKGREVISION bump.
CVE-2007-3304 Denial of Service.
CVE-2006-5752 XSS in mod_status with ExtendedStatus on.
CVE-2007-1863 remote crash when mod_cache enabled.
2007-06-28 01:20:52 +00:00
wiz
5d4498b5fc PKGREVISION bump for db4 shlib name change. 2007-06-08 12:24:59 +00:00
lkundrak
840cbcb818 Bump apache22 to 2.2.4nb4 due to:
Security fix for CVE-2007-1862 sensitive information disclosure
http://issues.apache.org/bugzilla/show_bug.cgi?id=41551
http://issues.apache.org/bugzilla/attachment.cgi?id=20065
2007-06-05 01:43:44 +00:00
rillig
2b508ff00b The file httpd-languages.conf.in does not end with a newline character,
which causes nbsed on Solaris to create a file of unlimited size. Fixed
by appending a newline.
2007-05-30 18:06:38 +00:00
xtraeme
9ac67a4418 I don't have time to maintain packages that might be affected by
security vulnerabilities.
2007-05-22 10:53:20 +00:00
sborrill
d90f8ad563 apr-config is called apr-1-config now. 2007-02-25 00:02:35 +00:00
sborrill
25bac7e1a7 Correct path to apr-config in apxs.
Bump PKGREVISION
2007-02-02 18:06:27 +00:00
epg
e4f20d343c devel/apr:
Update to 1.2.8 (formerly in devel/apr1), no longer build from the
    httpd distfile.

devel/rapidsvn:
devel/subversion-base:
parallel/ganglia-monitor-core:
security/hydra:
www/apache2:
    Use devel/apr0.

www/apache22:
    Use devel/apr and devel/apr-util.
2007-01-24 19:46:45 +00:00
ghen
18677ff69b Fix perl interpreter path for libexec/cgi-bin/printenv. Bump PKGREVISION for
apache, apache2 and apache22.
2007-01-23 15:45:43 +00:00
xtraeme
455fe374b9 Do not use the external pcre library, looks like httpd has problems
with php if we use it, taking 100% cpu all the time.

For now restore previous behaviour (that works) and use the included
pcre.
2007-01-22 00:09:31 +00:00
xtraeme
f3d970469e Update www/apache22 to 2.2.4:
* Bugfixes, please see http://www.apache.org/dist/httpd/CHANGES_2.2

pkgsrc changes:

* Do not use the included pcre source in apache22.
* devel/apr1 now uses the apache22 version (increased to 1.2.8.2.2.4) to
  sync the source with the httpd distfile.
* Remove patches in devel/apr1 which were applied upstream.
2007-01-21 17:11:53 +00:00
abs
70f3468f8b Update apache22 to apache-2.2.3nb1
abs_srcdir in config_vars.mk is used during install so needs to reference
  the work dir path, and by other packages such as ap2-fastcgi after install,
  so we fix after install to reference the installed path
  - Fixes ap2-fastcgi build
2007-01-04 13:42:39 +00:00
obache
6781484439 mod_auth_ldap is now called authnz_ldap, pointed out in PR 35350. 2007-01-04 13:22:06 +00:00
xtraeme
c3c8edd6ef There's no need for CONFLICT between apache2 and apache22,
cube said so.
2006-12-09 00:51:21 +00:00
tron
8520124477 Juan Romero Pardines is the maintainer of this package. 2006-12-09 00:47:34 +00:00
xtraeme
0d915a97f3 Apache 2.2.3 - latest stable version.
Please see http://httpd.apache.org/docs/2.2/new_features_2_2.html
for the list of changes.
2006-12-08 23:31:52 +00:00