non port: www/apache21/Makefile |
SVNWeb
|
Number of commits found: 36 |
Tue, 11 Dec 2007
|
[ 21:03 clement ] (Only the first 10 of 34 ports in this commit are shown above. )
- As scheduled, retire apache 2.1.x
Its support in bsd.apache.mk will be kept few monthes more
|
Sun, 30 Sep 2007
|
[ 04:47 linimon ] (Only the first 10 of 300 ports in this commit are shown above. )
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe
|
Sun, 9 Sep 2007
|
[ 16:22 clement ]
- Mark www/apache21 as DEPRECATED (at last!)
|
Sat, 4 Aug 2007
|
[ 11:41 gabor ] (Only the first 10 of 291 ports in this commit are shown above. )
- Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav)
|
Sun, 17 Jun 2007
|
[ 16:59 anders ]
Remove thttpd from conflicts list, it has a different name for its
passwd program now.
Approved by: maintainers/erwin
|
Thu, 27 Jul 2006
|
[ 20:26 clement ]
- Fix security issue in mod_rewrite.
All people using mod_rewrite are strongly encouraged to update.
An off-by-one flaw exists in the Rewrite module, mod_rewrite.
Depending on the manner in which Apache httpd was compiled, this
software defect may result in a vulnerability which, in combination
with certain types of Rewrite rules in the web server configuration
files, could be triggered remotely. For vulnerable builds, the nature
of the vulnerability can be denial of service (crashing of web server
processes) or potentially allow arbitrary code execution.
This issue has been rated as having important security impact
by the Apache HTTP Server Security Team
Updates to latest versions will follow soon.
Notified by: so@ (simon)
Obtained from: Apache Security Team
Security: CVE-2006-3747
|
Sat, 13 May 2006
|
[ 04:41 edwin ] (Only the first 10 of 105 ports in this commit are shown above. )
Remove USE_REINPLACE from categories starting with W
|
Thu, 23 Feb 2006
|
[ 10:40 ade ] (Only the first 10 of 2514 ports in this commit are shown above. )
Conversion to a single libtool environment.
Approved by: portmgr (kris)
|
Mon, 30 Jan 2006
|
[ 23:20 kuriyama ] (Only the first 10 of 67 ports in this commit are shown above. )
Chase shlib bump of libexpat.
|
Tue, 17 Jan 2006
|
[ 09:40 clement ]
- Finish cleanups and fix build with threads enables.
|
Sun, 15 Jan 2006
|
[ 18:58 clement ]
Cleanups and fixes
- remove useless options (and fix thread stuff) [1]
- move print-closest-mirror to bsd.apache.mk
- move threads configure options out of Makefile.modules
- Fix stupid logic to disable v4mapped address [2]
- and more...
Submitted/spotted by: many, Hirohisa Yamaguchi <umq@ueo.co.jp> [1]
ume[2]
PR: ports/91813 [1]
|
Mon, 12 Dec 2005
|
[ 20:55 clement ]
SECURITY: CVE-2005-3352 (cve.mitre.org)
mod_imap: Escape untrusted referer header before outputting in HTML
to avoid potential cross-site scripting. Change also made to
ap_escape_html so we escape quotes. Reported by JPCERT.
[Mark Cox]
Reported by: simon
|
Sat, 10 Dec 2005
|
[ 12:03 clement ]
- Fix plist (forgot when I add mod_filter) [1]
- workaround apr detection. Now apache22 build his own apr, even if apr
is installed, unless you define WITH_APR_FROM_PORTS.
Reported by: pointyhat via kris [1]
|
Sun, 4 Dec 2005
|
[ 14:59 clement ]
- Various package fixes
- Bump PORTREVISION
|
[ 00:18 clement ] (Only the first 10 of 50 ports in this commit are shown above. )
- prepare removal of www/apache2 in favor of www/apache20 for naming
consistency
- add entries in UPDATING (for apache22 too)
PR: ports/78119
Repocopied by: marcus
|
Wed, 30 Nov 2005
|
[ 00:13 pav ]
- Update to 2.1.9
PR: ports/88707
Submitted by: dikshie <dikshie@lapi.itb.ac.id>
Approved by: maintainer timeout (clement; 3 weeks)
|
Tue, 15 Nov 2005
|
[ 06:52 ade ] (Only the first 10 of 1438 ports in this commit are shown above. )
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
|
Wed, 2 Nov 2005
|
[ 09:13 clement ]
- Backport WANT_APACHE= common21 from development version of bsd.apache.mk
Now module selection in apache21 works properply
|
Sun, 30 Oct 2005
|
[ 20:39 clement ] (Only the first 10 of 14 ports in this commit are shown above. )
- Update to 2.1.8
Not all new cool stuff is supported but it will be when 2.2.0
comes out.
|
Mon, 1 Aug 2005
|
[ 10:04 clement ]
- make sure SSL dependency doesn't exists if WITHOUT_MODULES_SSL is defined
|
Thu, 17 Mar 2005
|
[ 20:32 clement ]
- Update to 2.1.4
Once more, you have to rebuild all apache modules.
|
Wed, 23 Feb 2005
|
[ 10:59 clement ]
- Update to 2.1.3
If you can't fetch the distfile, fetch
http://httpd.apache.org/dev/dist/httpd-2.1.3-alpha.tar.bz2
into ${PORTSDIR}/distfiles/apache21
|
Sat, 5 Feb 2005
|
[ 18:26 clement ]
- Fix envvar.d stuff
|
Tue, 11 Jan 2005
|
[ 13:45 clement ]
o startup script:
- Use apache{2,21}flags variable in apache{2,21}_checkconfig().
It fixes restart when apache2ssl_enable is set to YES in rc.conf
and httpd.conf is "old" (i.e. non -DSSL safe) [1]
o Makefile
- split post-install target to add install-startup-script:
User can now upgrade startup script without reinstalling apache2.
NOTE: this is NOT package-safe and NOT supported, even if in most of
cases they're no risk.
Noticed by: many [1]
|
Tue, 21 Dec 2004
|
[ 08:35 clement ]
- Add forgotten patch in previous commit. This fix installation of
stalled ${PREFIX}/sbin/envvar-std
Noticed by: our wonderful ports janitor pseudo-bot
Huge Pointy Hat to: me
|
Sat, 18 Dec 2004
|
[ 11:09 clement ]
- Sync with www/apache2:
- mod_ssl fix
- make envvars modular
- Try to make pointyhat happy [1]
Obtained from: devel/apr [1]
|
Thu, 16 Dec 2004
|
[ 08:25 clement ]
- Remove 2 apr related directory
Reported by: pointyhat via kris
Huge pointyhat to: me
|
Mon, 13 Dec 2004
|
[ 18:48 clement ]
- Move standard configuration files to ${EXAMPLESDIR} to not get
dist config files installed in ${PREFIX}/etc/apache21
- Add support for Event MPM and add backport from apr to support
APR_POLLSET_THREADSAFE (needed by Event MPM and forgotten @ release
time) [1]
- misc cleanups
- Bump PORTREVISION to reflect all cool changes which occured today ;)
Obtained from: apr svn repository
|
[ 10:29 clement ]
- Fix SHLIB stuff
|
[ 10:26 clement ]
- Sync apache-apr layout with devel/apr one (to avoid another hack for
subversion)
- Add support for APR_FROM_PORTS
|
Sun, 12 Dec 2004
|
[ 20:01 clement ]
- Add a missing build dependency on python
Reported by: pointyhat via kris
|
Sat, 11 Dec 2004
|
[ 18:06 clement ] (Only the first 10 of 30 ports in this commit are shown above. )
- Add apache 2.1.2
This is a development version, awaiting for 2.2
|
Wed, 17 Mar 2004
|
[ 08:41 clement ] (Only the first 10 of 18 ports in this commit are shown above. )
- Move apache21 to Attic.
Will be back soon ;-)
Suggested by: kris
|
Sun, 14 Mar 2004
|
[ 07:58 kuriyama ] (Only the first 10 of 46 ports in this commit are shown above. )
o Bump $LIB_DEPENDS line to chase expat's shlib version.
o Bump $PORTREVISION.
|
[ 06:17 ade ] (Only the first 10 of 945 ports in this commit are shown above. )
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
|
Thu, 11 Mar 2004
|
[ 18:48 eik ]
Sync FORBIDDEN tags with the FreeBSD VuXML database, please refer to the
individual database entries for details. Report errors and omissions in the
database to the FreeBSD Security Officer <security-officer@FreeBSD.org>
bump PORTREVISON for x11/linux-XFree86-libs, since the vulnerabilites are
fixed.
|
Number of commits found: 36 |