| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=150330
|
|
|
|
|
|
|
|
|
|
|
| |
While I'm here fix typo
PR: ports/89125
Submitted by: Ion-Mihai "IOnut" Tetcu
Pointy hat to: clement
Notes:
svn path=/head/; revision=150160
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=148323
|
|
|
|
|
|
|
| |
Now module selection in apache21 works properply
Notes:
svn path=/head/; revision=147001
|
|
|
|
|
|
|
|
| |
PR: ports/88281
Reported by: Lowell Gilbert <freebsd-bugs-local@be-well.ilk.org>
Notes:
svn path=/head/; revision=146848
|
|
|
|
|
|
|
|
|
|
| |
normally
PR: ports/86402
Submitted by: Jarrod Sayers <jarrod@netleader.com.au>
Notes:
svn path=/head/; revision=146772
|
|
|
|
|
|
|
| |
Approved by: MAINTAINER timeout (2 weeks)
Notes:
svn path=/head/; revision=146347
|
|
|
|
| |
Notes:
svn path=/head/; revision=145377
|
|
|
|
|
|
|
|
|
| |
from ports
Reported by: erwin
Notes:
svn path=/head/; revision=143197
|
|
|
|
| |
Notes:
svn path=/head/; revision=142346
|
|
|
|
|
|
|
|
| |
PR: ports/85457
Submitted by: Daniel Roethlisberger <daniel@roe.ch>
Notes:
svn path=/head/; revision=142344
|
|
|
|
|
|
|
|
|
| |
* modules/ssl/ssl_engine_kernel.c (ssl_hook_Access): Ensure that
renegotiation is performed for a transition from "SSLVerifyClient
optional" to "SSLVerifyClient require".
Notes:
svn path=/head/; revision=142187
|
|
|
|
|
|
|
| |
Submitted by: thomas, Jarrod <jarrod@netleader.com.au>
Notes:
svn path=/head/; revision=141999
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix memory leak in byterange stuff, which can lead to DoS.
http://issues.apache.org/bugzilla/show_bug.cgi?id=29962
Obtained from: Apache SVN repo
Reported by: simon
Approved by: portmgr (self)
Notes:
svn path=/head/; revision=140975
|
|
|
|
| |
Notes:
svn path=/head/; revision=140632
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
From Changelog:
*) SECURITY: CAN-2005-2088
core: If a request contains both Transfer-Encoding and Content-Length
headers, remove the Content-Length, mitigating some HTTP Request
Splitting/Spoofing attacks. [Paul Querna, Joe Orton]
- Rename previous patch to CVE ID
- bump PORTREVISION
Security: CAN-2005-2088
Obtained From: Apache repository
Notes:
svn path=/head/; revision=140136
|
|
|
|
|
|
|
| |
Reported by: thierry
Notes:
svn path=/head/; revision=140135
|
|
|
|
| |
Notes:
svn path=/head/; revision=136629
|
|
|
|
|
|
|
| |
It's a little bit experimental, but it works.
Notes:
svn path=/head/; revision=136628
|
|
|
|
| |
Notes:
svn path=/head/; revision=133542
|
|
|
|
| |
Notes:
svn path=/head/; revision=131528
|
|
|
|
|
|
|
|
|
|
|
| |
*) core_input_filter: Move buckets to a persistent brigade instead of
creating a new brigade. This stop a memory leak when proxying a
Streaming Media Server.
Obtained from: Apache httpd repository
Notes:
svn path=/head/; revision=131343
|
|
|
|
|
|
|
|
|
| |
Please use WITH_KQUEUE_SUPPORT instead.
Success story reported by: pav
Notes:
svn path=/head/; revision=130094
|
|
|
|
|
|
|
| |
Recent changes in bsd.port.mk prevent from using PORTDOCS= #
Notes:
svn path=/head/; revision=129657
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
I blindly committed a change from my dev tree. Since USE_APACHE design
is flacky, it had a very annoying impact.
PR: ports/77391 [1]
Also reported by: pointyhat via kris,
Scot Hetzel <swhetzel@gmail.com> [1]
Pointy hat to: clement
Notes:
svn path=/head/; revision=128525
|
|
|
|
| |
Notes:
svn path=/head/; revision=128320
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Download bz2'd tarball [1]
- Add print-closest-mirrors target.
It allows you to find the 6 (3 http/3 ftp) closest mirror,
base on http://www.apache.org/dyn/closer.cgi/httpd/
make print-closest-mirrors >> /etc/make.conf automatically add
the six closest mirror to the head of ${MASTER_SITE_APACHE_HTTPD}.
Requested by: delphij
Notes:
svn path=/head/; revision=128282
|
|
|
|
|
|
|
| |
Noticed by: Xavier Beaudouin <kiwi@oav.net>
Notes:
svn path=/head/; revision=127420
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
o Major change(s)
- in some cases, modules are still built as static modules, making
modules selection useless and generate a non-desired httpd
o Minor change(s)
- apxs detection is done only if port isn't a server one.
- Mark modules ports as IGNORED if apaxhe is built statically
- fix make show-modules when when WITH_ALL_STATIC_MODULES is defined
Most issues discovered by: Jason Mealins <jason_mealins@bigfix.com>
Notes:
svn path=/head/; revision=127400
|
|
|
|
|
|
|
|
|
| |
(it was still stuck with WITHOUT_<CATEGORY>)
Noticed by: Jason Mealins <jason_mealins@bigfix.com>
Notes:
svn path=/head/; revision=127300
|
|
|
|
|
|
|
|
|
|
|
| |
- rename files/patch-srclib:apr-utils:build:dbm.m4 to
files/patch-srclib:apr-util:build:dbm.m4
Based on PR: ports/76152 [1]
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> [1]
Notes:
svn path=/head/; revision=126664
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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]
Notes:
svn path=/head/; revision=126134
|
|
|
|
| |
Notes:
svn path=/head/; revision=125283
|
|
|
|
|
|
|
| |
Since www/mod_python3 needs envvars.d stuff to work.
Notes:
svn path=/head/; revision=124511
|
|
|
|
|
|
|
|
|
|
| |
to send its data, ad vitam eternam.
Noticed by: Didier Bringer <bringer at echo dot fr>
Patched by: Bruno Ducrot <ducrot at poupinou dot org>
Notes:
svn path=/head/; revision=124335
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add support for modular sbin/envvars
You can now put your own scripts you want to execute at envvars
stage in ${PREFIX}/etc/apache2/envvars.d
Only script ending by *.env are run.
Example:
/usr/local/etc/apache2/envvars.d/mod_python3.env
Discussed with: perky on -apache@
Notes:
svn path=/head/; revision=124322
|
|
|
|
| |
Notes:
svn path=/head/; revision=123912
|
|
|
|
|
|
|
|
| |
- Move examples config files to ${EXAMPLESDIR}
- Relax permissions on ${PREFIX}/www instead of ${PREFIX}/www/data
Notes:
svn path=/head/; revision=123807
|
|
|
|
| |
Notes:
svn path=/head/; revision=123715
|
|
|
|
|
|
|
| |
httpd.conf.bak file at deinstall time.
Notes:
svn path=/head/; revision=122743
|
|
|
|
| |
Notes:
svn path=/head/; revision=121524
|
|
|
|
|
|
|
|
| |
Reported by: josef
Obtained from: Apache CVS
Notes:
svn path=/head/; revision=121318
|
|
|
|
|
|
|
|
| |
PR: ports/73566
Submitted by: lev
Notes:
svn path=/head/; revision=121152
|
|
|
|
|
|
|
|
| |
Huge pointy hat to: me
Noticed by: Meno Abels <meno.abels@adviser.com>
Notes:
svn path=/head/; revision=120764
|
|
|
|
| |
Notes:
svn path=/head/; revision=120516
|
|
|
|
|
|
|
|
|
|
| |
Noticed by: many
Committed from: EuroBSDcon Hotel's bar.
Pointy hat to: me
Under supervision from: mat, thierry, erwin (former mentor)
Notes:
svn path=/head/; revision=120500
|
|
|
|
|
|
|
| |
So apply the official patch
Notes:
svn path=/head/; revision=120490
|
|
|
|
| |
Notes:
svn path=/head/; revision=119895
|
|
|
|
|
|
|
| |
Noticed by: Nicola Tiling <nti at w4w dot net>
Notes:
svn path=/head/; revision=119806
|
|
|
|
|
|
|
|
|
|
| |
- Add a note to UPDATING, to warn users they won't be able to build apache2
if they keep apr 0.9.x
Discussed with: Craig Rodrigues (apr maintainer), kuriyama
Notes:
svn path=/head/; revision=119592
|