| non port: www/apache22/Makefile |
|
CVSWeb
|
Number of commits found: 122 (showing only 100 on this page) 1 | 2 » |
|
Thu, 9 Feb 2012
|
[ 02:49 pgollucci ]
1.298 www/apache22/Makefile
1.12 www/apache22/files/apache22.in
- use $SYSCTL
- use full path setfib
PR: ports/153264
Submitted by: Jeremy Chadwick <freebsd@jdc.parodius.com>
With Hat: apache@
Sponsored by: Apache Software Foundation (ASF)
|
|
Wed, 8 Feb 2012
|
[ 22:49 pgollucci ]
1.297 www/apache22/Makefile
1.8 www/apache22/pkg-install
- Remove 0 length file breaking pkg
Reported by: glarkin
|
[ 04:35 pgollucci ]
1.296 www/apache22/Makefile
1.9 www/apache22/Makefile.options
1.2 www/apache22/files/patch-modules__proxy__mod_proxy_connect.c
1.7 www/apache22/pkg-install
- Convert to USERS/GROUPS [1]
- Resync proxy connect patch [2]
- Bump PORTREVISION since the proxy patch is unconditionally applied
which means we can remove that OPTION too
PR: ports/164698 [1], ports/164711 [2]
Submitted by: jgh@ [1], freebsd@nagilum.org [2]
With Hat: apache@
Sponsored by: RideCharge Inc. / TaxiMagic
|
|
Wed, 1 Feb 2012
|
[ 18:56 jgh ]
1.295 www/apache22/Makefile
1.16 www/apache22/Makefile.doc
1.87 www/apache22/distinfo
1.26 www/apache22/files/patch-Makefile.in
1.4 www/apache22/files/patch-docs__conf__extra__httpd-ssl.conf.in
- Update to 2.2.22
Addresses:
* SECURITY: CVE-2011-3607 (cve.mitre.org)
Integer overflow in the ap_pregsub function in server/util.c in the Apache HTTP
Server 2.0.x through 2.0.64 and 2.2.x through 2.2.21, when the mod_setenvif
module is enabled, allows local users to gain privileges via a .htaccess file
with a crafted SetEnvIf directive, in conjunction with a crafted HTTP request
header, leading to a heap-based buffer overflow.
* SECURITY: CVE-2012-0021 (cve.mitre.org)
The log_cookie function in mod_log_config.c in the mod_log_config module in the
Apache HTTP Server 2.2.17 through 2.2.21, when a threaded MPM is used, does not
properly handle a %{}C format string, which allows remote attackers to cause a
denial of service (daemon crash) via a cookie that lacks both a name and a(Only the first 15 lines of the commit message are shown above )
|
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ]
1.17 accessibility/accerciser/Makefile
1.11 accessibility/at-poke/Makefile
1.76 accessibility/at-spi/Makefile
1.4 accessibility/at-spi2-atk/Makefile
1.4 accessibility/at-spi2-core/Makefile
1.65 accessibility/atk/Makefile
1.4 accessibility/atkmm/Makefile
1.53 accessibility/dasher/Makefile
1.5 accessibility/eflite/Makefile
1.59 accessibility/gnome-mag/Makefile
(Only the first 10 of 2369 ports in this commit are shown above. )
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
|
|
Thu, 15 Sep 2011
|
[ 05:00 ohauer ]
1.293 www/apache22/Makefile
1.86 www/apache22/distinfo
- update to version 2.2.21
Addresses:
* SECURITY: CVE-2011-3348 (cve.mitre.org)
mod_proxy_ajp when combined with mod_proxy_balancer: Prevents
unrecognized HTTP methods from marking ajp: balancer members
in an error state, avoiding denial of service.
* SECURITY: CVE-2011-3192 (cve.mitre.org)
core: Further fixes to the handling of byte-range requests to use
less memory, to avoid denial of service. This patch includes fixes
to the patch introduced in release 2.2.20 for protocol compliance,
as well as the MaxRanges directive.
PR: ports/160743
Submitted by: Jason Helfman <jhelfman@experts-exchange.com>
|
|
Mon, 12 Sep 2011
|
[ 23:17 gabor ]
1.106 audio/gnome-media/Makefile
1.65 audio/pulseaudio/Makefile
1.65 audio/zinf/Makefile
1.144 devel/subversion-freebsd/Makefile
1.39 games/gnubg/Makefile
1.37 lang/moscow_ml/Makefile
1.60 lang/pike76/Makefile
1.19 lang/pike78/Makefile
1.48 lang/q/Makefile
1.75 mail/xfmail/Makefile
(Only the first 10 of 16 ports in this commit are shown above. )
- Track dependencies after databases/gdbm update
|
|
Fri, 2 Sep 2011
|
[ 06:18 ade ]
1.291 www/apache22/Makefile
1.85 www/apache22/distinfo
Emergency upgrade to 2.2.20 - CVE-2011-3192. Any complaints, talk to me.
PR: 160381
|
|
Wed, 29 Jun 2011
|
[ 17:28 ohauer ]
1.290 www/apache22/Makefile
- Close a race condition that sometimes resulted in configure.in
patches being ignored
|
|
Sun, 22 May 2011
|
[ 21:33 ohauer ]
1.12 www/apache22-peruser-mpm/Makefile
1.289 www/apache22/Makefile
1.84 www/apache22/distinfo
- update to httpd-2.2.19
Changes with Apache 2.2.19
*) Revert ABI breakage in 2.2.18 caused by the function signature change
of ap_unescape_url_keep2f(). This release restores the signature from
2.2.17 and prior, and introduces ap_unescape_url_keep2f_ex().
[Eric Covener]
commit with hat apache@
|
|
Fri, 13 May 2011
|
[ 23:02 ohauer ]
1.288 www/apache22/Makefile
1.83 www/apache22/distinfo
- update to version 2.2.18
Changes:
http://www.apache.org/dist/httpd/CHANGES_2.2.18
Changes with Apache 2.2.18
*) Log an error for failures to read a chunk-size, and return 408 instead
413 when this is due to a read timeout. This change also fixes some cases
of two error documents being sent in the response for the same scenario.
[Eric Covener] PR49167
*) core: Only log a 408 if it is no keepalive timeout. PR 39785
[Ruediger Pluem, Mark Montague <markmont umich.edu>]
(Only the first 15 lines of the commit message are shown above )
|
|
Mon, 18 Apr 2011
|
[ 20:32 ohauer ]
1.287 www/apache22/Makefile
- fix Ports with version numbers going backwards for www/apache22-peruser-mpm
- by changing PORTREVISION= to ?=
Issue reported by erwin@
|
|
Thu, 31 Mar 2011
|
[ 17:00 ohauer ]
1.286 www/apache22/Makefile
1.15 www/apache22/Makefile.doc
1.38 www/apache22/Makefile.modules
1.8 www/apache22/Makefile.options
1.2 www/apache22/files/mpm-itk-20090414-00
1.1 www/apache22/files/mpm-itk-20110321-01
1.1 www/apache22/files/mpm-itk-perdir-regex
1.100 www/apache22/pkg-plist
- update Apache 2 ITK MPM patch to version 20110321-01 [1]
- add additional patch for mpm-itk [2]
- add mod_substitute to apache22 [3]
- add some documentation into the mpm-itk* patches
- bump portrevision
Changes:
[1] apache2.2-mpm-itk 2.2.17-01, released 2011-03-21:
* Fixed CVE-2011-1176: If NiceValue was set, the default with no
AssignUserID was to run as root:root instead of the default Apache user
and group, due to the configuration merger having an incorrect default
configuration.
* Rebase against Apache 2.2.17.
* Fix an issue where users can sometimes get spurious 403s on persistent
connections, if the .htaccess files are not world readable.(Only the first 15 lines of the commit message are shown above )
|
|
Tue, 7 Dec 2010
|
[ 20:38 pgollucci ]
1.285 www/apache22/Makefile
- update conflicts
|
|
Sat, 4 Dec 2010
|
[ 07:34 ade ]
1.63 accessibility/atk/Makefile
1.58 accessibility/gnome-mag/Makefile
1.33 accessibility/kdeaccessibility/Makefile
1.34 archivers/arj/Makefile
1.17 archivers/kbackup/Makefile
1.10 archivers/kio_p7zip/Makefile
1.36 archivers/libcomprex/Makefile
1.16 archivers/libdynamite/Makefile
1.16 archivers/libmspack/Makefile
1.23 archivers/liborange/Makefile
(Only the first 10 of 1730 ports in this commit are shown above. )
Sync to new bsd.autotools.mk
|
|
Thu, 21 Oct 2010
|
[ 18:00 pgollucci ]
1.283 www/apache22/Makefile
1.10 www/apache22/files/apache22.in
- The previous update to the rc.d script didn't quite maintain the old behavior
correctly. This fixes the pid file name
PR: ports/151623
Submitted by: Vivek Khera <vivek@khera.org>
With Hat: apache@
Point hat to: myself (pgollucci)
|
|
Wed, 20 Oct 2010
|
[ 21:04 pgollucci ]
1.282 www/apache22/Makefile
1.81 www/apache22/distinfo
- Update to 2.2.17
**
* Note, no CVE affects the FREEBSD port. devel/apr1 was updated to
* apr-util 1.3.10 on 2010/10/06 05:32:24.
**
Changes: http://www.apache.org/dist/httpd/CHANGES_2.2
PR: ports/151594
Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
With Hat: apache@
<ChangeLog>
*) prefork MPM: Run cleanups for final request when process exits gracefully
to work around a flaw in apr-util. PR 43857. [Tom Donovan](Only the first 15 lines of the commit message are shown above )
|
|
Sat, 16 Oct 2010
|
[ 11:52 ade ]
1.33 archivers/arj/Makefile
1.74 archivers/gtar/Makefile
1.13 archivers/par2cmdline-tbb/Makefile
1.37 archivers/rpm5/Makefile
1.11 archivers/torrentzip/Makefile
1.33 astro/boinc-setiathome-enhanced/Makefile
1.13 astro/gpsbabel/Makefile
1.38 astro/orsa/Makefile
1.50 audio/audacity-devel/Makefile
1.9 audio/audiere/Makefile
(Only the first 10 of 445 ports in this commit are shown above. )
Punt autoconf267->autoconf268
|
|
Thu, 14 Oct 2010
|
[ 19:53 pgollucci ]
1.280 www/apache22/Makefile
1.8 www/apache22/files/apache22.in
- Allow overriding of the following on a profile basis.
pidfile
command
envvars
Without profiles, the old defaults remain unchanged. With profiles the old
defaults
remain unchanged.
Sponsored by: RideCharge Inc. / TaxiMagic
Tested by: RideCharge Inc. / TaxiMagic (> 1 yr in
production)
With Hat: apache@
|
|
Wed, 15 Sep 2010
|
[ 18:35 ade ]
1.100 CHANGES
1.2257 MOVED
1.55 arabic/kde3-i18n/Makefile
1.39 arabic/koffice-i18n/Makefile
1.32 archivers/arj/Makefile
1.73 archivers/gtar/Makefile
1.10 archivers/par2cmdline-tbb/Makefile
1.34 archivers/rpm5/Makefile
1.9 archivers/torrentzip/Makefile
1.30 astro/boinc-setiathome-enhanced/Makefile
(Only the first 10 of 652 ports in this commit are shown above. )
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
|
|
Mon, 26 Jul 2010
|
[ 01:28 kuriyama ]
1.278 www/apache22/Makefile
1.80 www/apache22/distinfo
1.5 www/apache22/files/patch-support__apxs.in
- Upgrade to 2.2.16.
Security: CVE-2010-1452 (mod_{cache,dev} remote DoS),
CVE-2010-2068 (mod_{proxy_{ajp,http},reqtimeout} related on some
platforms)
|
|
Fri, 21 May 2010
|
[ 16:28 pgollucci ]
1.277 www/apache22/Makefile
Bump PORTREVISION forgotten in last commit, by /home/ncvs lied to me.
- Fix misnamed patch that was unconditionally applied.
PR: ports/146789
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
With Hat: apache@
|
|
Thu, 20 May 2010
|
[ 21:43 pgollucci ]
1.276 www/apache22/Makefile
1.37 www/apache22/Makefile.modules
1.7 www/apache22/Makefile.options
1.23 Mk/bsd.apache.mk
1.99 www/apache22/pkg-plist
- Enable,build, and install mod_reqtimeout.so which mitigates solaris attacks.
- Default on, so bump PORTREVISION
Reuested by: Jonas Eckerman <jonas@fsdb.org> (via apache@)
With Hat: apache@
|
|
Tue, 18 May 2010
|
[ 04:58 pgollucci ]
1.275 www/apache22/Makefile
- Bump PORTREVISION
With Hat: apache@
|
[ 04:57 pgollucci ]
1.274 www/apache22/Makefile
- Whitespace only
With Hat: apache@
|
[ 04:55 pgollucci ]
1.273 www/apache22/Makefile
- file is only in devel/apr[01] now.
With Hat: apache@
|
[ 04:55 pgollucci ]
1.272 www/apache22/Makefile
1.2 www/apache22/files/patch-srclib__apr-util__Makefile.in
1.2 www/apache22/files/patch-srclib__apr-util__build__dbm.m4
1.2 www/apache22/files/patch-srclib__apr-util__buildconf
1.2 www/apache22/files/patch-srclib__apr-util__config.layout
1.2 www/apache22/files/patch-srclib__apr__Makefile.in
1.2 www/apache22/files/patch-srclib__apr__build__apr_hints.m4
1.2 www/apache22/files/patch-srclib__apr__build__buildcheck.sh
1.4 www/apache22/files/patch-srclib__apr__buildconf
1.2 www/apache22/files/patch-srclib__apr__config.layout
- remove apr/apr-util vestiges
- fullbuild not needed anymore
- buildconf not needed anymore
- scripts_env not needed anymore
With Hat: apache@
|
[ 04:53 pgollucci ]
1.271 www/apache22/Makefile
1.98 www/apache22/pkg-plist
- Remove WITH_APR_FROM_PORTS option. Always use devel/apr1 port now.
Bundled srclib/apr is never used now.
With Hat: apache@
|
[ 04:08 pgollucci ]
1.31 devel/c_c++_reference/Makefile
1.29 devel/cvs2svn/Makefile
1.11 devel/ditrack/Makefile
1.23 devel/esvn/Makefile
1.10 devel/hgsvn/Makefile
1.41 devel/horde-chora/Makefile
1.74 devel/kdesdk3/Makefile
1.90 devel/kdesdk4/Makefile
1.41 devel/kdesvn-kde4/Makefile
1.109 devel/kdevelop/Makefile
(Only the first 10 of 151 ports in this commit are shown above. )
- Chase devel/apr -> devel/apr1 shuffling
PR: ports/146553
Submitted by: myself (pgollucci@)
With Hat: apache@
|
[ 04:05 pgollucci ]
1.16 devel/log4cxx/Makefile
1.11 devel/rsvndump/Makefile
1.132 devel/subversion/Makefile
1.4 net-mgmt/ramond/Makefile
1.15 sysutils/ftwin/Makefile
1.36 sysutils/ganglia-monitor-core/Makefile
1.22 sysutils/ganglia-webfrontend/Makefile
1.15 textproc/rast/Makefile
1.269 www/apache22/Makefile
1.23 www/flood/Makefile
(Only the first 10 of 18 ports in this commit are shown above. )
- Convert ports/ to devel/apr1
PR: ports/146553
Submitted by: myself (pgollucci@)
With Hat: apache@
|
|
Fri, 14 May 2010
|
[ 05:03 pgollucci ]
1.268 www/apache22/Makefile
1.5 www/apache22/Makefile.options
1.1 www/apache22/files/patch-suexec_rsrclimit
By default suexec doesn't enforces different resource limitations configured in
login.conf(5). This is probably because resource limitations are handled
differently on various different platforms.
This modifies suexec behaviour to set resource limits for CGI's
from /etc/login.conf before execing the customers CGI script.
Doesn't affect default package, so no PORTREVISION bumps.
I will follow up at dev@httpd.apache.org to see about adding this
with #ifdefs.
PR: ports/136091
Submitted by: Alexey V.Degtyarev <alexey@renatasystems.org>
With Hat: apache@
|
|
Thu, 13 May 2010
|
[ 00:59 pgollucci ]
1.267 www/apache22/Makefile
1.4 www/apache22/files/patch-support__apxs.in
- Remove use of $] which is deprecated in perl and gone in perl 5.12
This is already being discussed at dev@httpd and will be committed upstream
Reported by: brad clawsie <clawsie@fastmail.fm> (on apache@ list)
With Hat: apache@
|
|
Fri, 7 May 2010
|
[ 21:46 pgollucci ]
1.266 www/apache22/Makefile
1.3 www/apache22/files/patch-support__apxs.in
1.97 www/apache22/pkg-plist
- Continuation of ports/133704
apxs -A comments out the LoadModule line
This adds custom FreeBSD mod to 'DELETE' the line so that it works with
our pkg-plists in packages.
- Remove -s form the cmp httpd.conf in pkg-plist to be blatant about why
it didn't get removed
- Tested with lang/php5
- Bump PORTREVISION
PR: ports/133704
With Hat: apache@
|
[ 20:53 pgollucci ]
1.265 www/apache22/Makefile
1.2 www/apache22/files/patch-support__apxs.in
- Fix -A and -a options for apxs to correctly ignore whitespace.
This will fix about 100 pkg-plist left overs for httpd.conf
- Bump PORTREVISION
- This will be in 2.2.16.
PR: ports/133704
Obtained from: http://svn.apache.org/viewvc?rev=942210&view=rev
Reported by: olli hauer <ohauer@gmx.de> (and very good pr!)
With Hat: apache@
|
[ 18:33 pgollucci ]
1.264 www/apache22/Makefile
- FreeBSD doesn't use EGD sockets. Also the option handling doesn't honor
without-egd.
Carry the devel/apr fix through
PR: ports/146376
Submitted by: Guido Fals
|
[ 05:56 pgollucci ]
1.263 www/apache22/Makefile
2/2: fix mod_auth_digest builds which needs EGD and DEVRANDOM.
This fixes both bundled apr using the port (devel/apr for
WITH_APR_FROM_PORTS)
PR: ports/134577
Requested by: Pascal Vizeli <pvizeli@yahoo.de>
With Hat: apache@
|
[ 05:16 pgollucci ]
1.262 www/apache22/Makefile
- silence this warning -- libtool: ignoring unknown tag CXX
With Hat: apache@
|
[ 05:14 pgollucci ]
1.261 www/apache22/Makefile
- fix ldap support (duplicate www/apache20 fix)
--with-ldap switches on LDAP library linking in apr-util
--enable-ldap option switches on the LDAP caching module
--enable-authnz-ldap option switches on the LDAP authentication module
[AAA was rewritten in 3 peices in 2.4.x, hence the option change]
- no custom patch, the linking was fixed in 2.2.x
- ldap is not in the default package, so no PORTREVISION bump
PR: ports/128079
Reported by: koitsu, skreuzer
With Hat: apache@
|
[ 03:15 pgollucci ]
1.260 www/apache22/Makefile
1.25 www/apache22/files/patch-Makefile.in
1.2 www/apache22/files/patch-support__Makefile.in
- Fix the owner to be root:wheel on files* when running sudo make ...
This doesn't affect the package b/c pointyhat/tb run as root
PR: ports/134456
With Hat: apache@
|
[ 01:46 pgollucci ]
1.259 www/apache22/Makefile
- Forced commit to note the following CVEs were fixed in 2.2.15
[from CHANGES file]
*) SECURITY: CVE-2009-3555 (cve.mitre.org)
mod_ssl: Comprehensive fix of the TLS renegotiation prefix injection
attack when compiled against OpenSSL version 0.9.8m or later. Introduces
the 'SSLInsecureRenegotiation' directive to reopen this vulnerability
and offer unsafe legacy renegotiation with clients which do not yet
support the new secure renegotiation protocol, RFC 5746.
[Joe Orton, and with thanks to the OpenSSL Team]
*) SECURITY: CVE-2009-3555 (cve.mitre.org)
mod_ssl: A partial fix for the TLS renegotiation prefix injection attack
for OpenSSL versions prior to 0.9.8l; reject any client-initiated
renegotiations. Forcibly disable keepalive for the connection if there(Only the first 15 lines of the commit message are shown above )
|
[ 00:06 pgollucci ]
1.258 www/apache22/Makefile
- Update CONFLICTS to make apr package names.
With Hat: apache@
|
[ 00:02 pgollucci ]
1.257 www/apache22/Makefile
1.2 www/apache22/files/opt-patch-modules:proxy:mod_proxy_connect.c
1.24 www/apache22/files/patch-Makefile.in
1.8 www/apache22/files/patch-config.layout
1.4 www/apache22/files/patch-configure.in
1.1 www/apache22/files/patch-docs__conf__extra__httpd-ssl.conf.in
1.1 www/apache22/files/patch-docs__conf__extra__httpd-userdir.conf.in
1.1 www/apache22/files/patch-docs__conf__httpd.conf.in
1.3 www/apache22/files/patch-docs_conf_extra_httpd-ssl.conf.in
1.2 www/apache22/files/patch-docs_conf_extra_httpd-userdir.conf.in
(Only the first 10 of 42 ports in this commit are shown above. )
- Regenerate patch files with make makepatch for they have
piled up and additional patches conflict.
This also will help when we try to syncronize www/apache20&www/apache22
- Unconditionally apply the mod_proxy_connect patch, you just may or may
not actually compile the file to save some logic in Makefile
With Hat: apache@
|
|
Wed, 5 May 2010
|
[ 22:20 pgollucci ]
1.256 www/apache22/Makefile
1.96 www/apache22/pkg-plist
- Install check_forensic script if mod_log_forensic is enabled
PR: ports/144292
Submitted by: Dan Mahoney <danm@prime.gushi.org>
With Hat: apache@
|
[ 22:18 pgollucci ]
1.255 www/apache22/Makefile
- move OPTION handling out of targets section [no-op]
With Hat: apache@
|
[ 22:17 pgollucci ]
1.254 www/apache22/Makefile
- whitespace only
With Hat: apache@
|
[ 22:12 pgollucci ]
1.253 www/apache22/Makefile
- fix /etc/ftpusers [really this time], bump PORTREVISION
- DISTFILES is not needed
- CFLAGS is already in CONFIGURE_ENV
- drop apache21 from CONFLICTS
- fix caudium CONFLICTS
|
[ 21:43 pgollucci ]
1.252 www/apache22/Makefile
1.79 www/apache22/distinfo
1.4 www/apache22/files/patch-srclib-apr-buildconf
1.2 www/apache22/files/patch-srclib__apr__buildconf
1.95 www/apache22/pkg-plist
2/5: Update to httpd 2.2.15, default to using devel/apr instead of bundled apr
PR: ports/146130
Approved by: portmgr (pav)
Tested by: -exp run (pav)
With Hat: apache@
|
|
Wed, 28 Apr 2010
|
[ 21:05 pgollucci ]
1.263 www/apache20/Makefile
1.251 www/apache22/Makefile
- Fix typo preventing install/deinstall when /etc/ftpusers was present
Note if you already have www/apache20 or www/apache22 installed this is
not worth updating for; however, you should verify your [if you use it]
${PREFIX}/etc/apacheXX/extra/httpd-userdir.conf:
DisableUser dir setting correct lists the users you don't want
to have the ~/dir visible via http requests.
PR: ports/144422
Reported by: several
With hat: apache@
|
|
Sat, 12 Dec 2009
|
[ 00:43 pgollucci ]
1.250 www/apache22/Makefile
1.1 www/apache22/files/patch-srclib__apr__buildconf
- Allow install by a user other then root
[Duplicate fix for devel/apr here in www/apache22 too]
PR: ports/13876 [based on]
Submitted by: Mel Flynn <mel at rachie.is-a-geek.net>
miwi@
|
|
Fri, 11 Dec 2009
|
[ 23:56 pgollucci ]
1.249 www/apache22/Makefile
whitespace fixes only
|
[ 23:43 pgollucci ]
1.248 www/apache22/Makefile
1.6 www/apache22/files/apache22.in
- envvars needs to be sourced before _all_ commands if it exists
PR: ports/138466 (based on)
Submitted by: Dmitry Pryanishnikov <lynx.ripe@gmail.com>
|
[ 23:37 pgollucci ]
1.247 www/apache22/Makefile
1.5 www/apache22/files/apache22.in
- Fix handling of apache22_http_accept_enable="YES|NO"
o Note, don't use required_modules you can not check the return value
to conditionalize the -DNOHTTPACCEPT flag
PR: ports/138373
Submitted by: Helmut Schneider <jumper99@gmx.de>
|
[ 22:57 pgollucci ]
1.246 www/apache22/Makefile
- Fix option WITH_PATCH_PROXY_CONNECT
PR: ports/138846
Submitted by: "George D." <gi@azagal.com>
|
|
Thu, 10 Dec 2009
|
[ 08:09 pgollucci ]
1.245 www/apache22/Makefile
1.34 www/apache22/Makefile.modules
1.4 www/apache22/Makefile.options
1.93 www/apache22/pkg-plist
- OPTIONS+= PROXY_SCGI
PR: ports/140137
Submitted by: olli hauer <ohauer@gmx.de>
|
|
Wed, 9 Dec 2009
|
[ 23:48 pgollucci ]
1.244 www/apache22/Makefile
1.78 www/apache22/distinfo
- Update to 2.2.14
- With hat apache@
Note: The 3 CVE's are a no-op for the FreeBSD port --
date: 2009/08/25 05:33:03; author: kuriyama; state: Exp; lines: +0 -0
(Forced commit)
- 2.2.13 (acutally 2.2.12) includes fixes for several CVEs. [1]
but in our ports tree, APR related ones (CVE-2009-0023,
CVE-2009-1955, CVE-2009-1956) were already backported in 2.2.11_5.
References: http://www.apache.org/dist/httpd/CHANGES_2.2.12 [1]
Changes: (Only the first 15 lines of the commit message are shown above )
|
|
Wed, 16 Sep 2009
|
[ 14:17 pav ]
1.243 www/apache22/Makefile
1.2 www/apache22/files/mpm-itk-20080727-00
1.1 www/apache22/files/mpm-itk-20090414-00
- Update MPM-ITK patch to 20090414-00
PR: ports/137953
Submitted by: Emil Mikulic <emikulic@gmail.com>
Feature safe: yes
|
|
Tue, 25 Aug 2009
|
[ 05:33 kuriyama ]
1.242 www/apache22/Makefile
(Forced commit)
- 2.2.13 (acutally 2.2.12) includes fixes for several CVEs. [1]
but in our ports tree, APR related ones (CVE-2009-0023,
CVE-2009-1955, CVE-2009-1956) were already backported in 2.2.11_5.
References: http://www.apache.org/dist/httpd/CHANGES_2.2.12 [1]
|
[ 04:58 kuriyama ]
1.241 www/apache22/Makefile
1.77 www/apache22/distinfo
1.2 www/apache22/files/patch-apr-fix-apr_xml-expat-attack
1.2 www/apache22/files/patch-apr-fix-brigade_vprintf_overflow
1.2 www/apache22/files/patch-apr-fix-strmatch-underflow
1.2 www/apache22/files/patch-libtool22
1.2 www/apache22/files/patch-server__mpm__prefork__prefork.c
1.3 www/apache22/files/patch-srclib-apr-buildconf
1.4 www/apache22/files/patch-srclib:apr:build:buildcheck.sh
- Upgrade to 2.2.13.
PR: ports/137651
Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
|
|
Sun, 2 Aug 2009
|
[ 19:36 mezz ]
1.1958 MOVED
1.58 accessibility/atk/Makefile
1.51 accessibility/gnome-mag/Makefile
1.30 accessibility/kdeaccessibility/Makefile
1.12 archivers/kbackup/Makefile
1.7 archivers/kio_p7zip/Makefile
1.33 archivers/libcomprex/Makefile
1.14 archivers/libdynamite/Makefile
1.13 archivers/libmspack/Makefile
1.21 archivers/liborange/Makefile
(Only the first 10 of 1514 ports in this commit are shown above. )
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr
|
|
Tue, 16 Jun 2009
|
[ 17:04 pgollucci ]
1.239 www/apache22/Makefile
- Change OPTION help text for WITH_APR_FROM_PORTS
beware -> preferred
In preparation for making it the default and dropping the option.
Discussed on: ports@, apache@
|
|
Fri, 12 Jun 2009
|
[ 17:24 pgollucci ]
1.238 www/apache22/Makefile
1.32 www/apache22/Makefile.modules
- Revert the bdb change in the last batch
- Reported by: Serveral
With Hat: apache@
|
[ 00:53 pgollucci ]
1.237 www/apache22/Makefile
- forced commit to note that previous message had an incorrect pr #
ports/135457 should have been ports/134457
|
[ 00:33 pgollucci ]
1.236 www/apache22/Makefile
1.31 www/apache22/Makefile.modules
1.3 www/apache22/Makefile.options
1.814 UPDATING
1.1 www/apache22/files/apache22.in
1.9 www/apache22/files/apache22.sh.in
1.1 www/apache22/files/htcacheclean.in
1.2 www/apache22/files/htcacheclean.sh.in
1.1 www/apache22/files/opt-patch-modules:proxy:mod_proxy_connect.c
1.1 www/apache22/files/patch-server__core.c
(Only the first 10 of 11 ports in this commit are shown above. )
- Drop .sh suffices on rc.d scripts, add note to UPDATING
- Commit the final part of the bdb patch improving the value passed
to --with-berkely-db [1]
- Silence the blasted warnings about accf [2]
(Will send this upstream)
- Address httpd issue 42829* - graceful restart with multiple listeners
using prefork MPM can result in hung processes [3]
- Address httpd issue 29744+ - CONNECT does not work over existing
SSL connection [4]
- Drop .sh suffices on rc.d scripts, add note to UPDATING [5]
- Bump PORTREVISION
PRs: ports/110651 [1], ports/132528 [2], ports/134457 [3]
ports/135478
Submitted by: "Timur I. Bakeyev" <timur@gnu.org> [1]
bz@ [2]
Alexander <freebsd@nagilum.org> [4]
myself (pgollucci@) [5]
Requested by: apache@ (several) [3]
Tested by: P6 TB (running live > 5 days)
RideCharge TB (running live > 3 days)
Apache Software Foundation (ASF) TB (running live > 1 day)
Sponosored by: RideCharge Inc.
|
|
Mon, 8 Jun 2009
|
[ 03:10 pgollucci ]
1.235 www/apache22/Makefile
1.1 www/apache22/files/patch-apr-fix-apr_xml-expat-attack
1.1 www/apache22/files/patch-apr-fix-brigade_vprintf_overflow
1.1 www/apache22/files/patch-apr-fix-strmatch-underflow
- Backport apr-util security fixes pending the 2.2.12 release (forthcomming)
Security:
http://www.vuxml.org/freebsd/eb9212f7-526b-11de-bbf2-001b77d09812
PR: ports/135310
Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
With Hat: apache
|
|
Sun, 17 May 2009
|
[ 07:24 pgollucci ]
1.21 www/apache-contrib/Makefile
1.65 www/apache13+ipv6/Makefile
1.23 www/apache13-modperl/Makefile
1.124 www/apache13-ssl/Makefile
1.188 www/apache13/Makefile
1.259 www/apache20/Makefile
1.234 www/apache22/Makefile
1.20 www/auth_ldap/Makefile
1.11 www/mod_access_identd/Makefile
1.16 www/mod_access_referer/Makefile
(Only the first 10 of 74 ports in this commit are shown above. )
- Mark SAFE apache@ ports MAKE_JOBS_SAFE=yes
|
|
Thu, 2 Apr 2009
|
[ 01:22 kuriyama ]
1.233 www/apache22/Makefile
1.1 www/apache22/files/patch-support:ab.c
- Add a patch to fix ab(1) fails to connect with "Operation already in
progress (37)" errno.
References: https://issues.apache.org/bugzilla/show_bug.cgi?id=44584
Obtained from:
http://svn.apache.org/viewvc/httpd/httpd/trunk/support/ab.c?r1=748396&r2=749438
Reviewed by: apache@ (pgollucci@)
|
|
Thu, 29 Jan 2009
|
[ 23:51 pgollucci ]
1.3 www/apache22-peruser-mpm/Makefile
1.232 www/apache22/Makefile
- www/apache22-peruser-mpm overwrites the apache22.tbz package in Latest/
due to the Master/Slave relationship
(Needs LATEST_LINK et al)
Discussed on: apache@
Reported by: John Hay <jhay@meraka.org.za>
Approved by: Jille Timmermans <jille@quis.cx>
With hat: apache
|
|
Mon, 19 Jan 2009
|
[ 19:08 pgollucci ]
1.231 www/apache22/Makefile
remove now unused option WITH_SVN
|
[ 19:05 pgollucci ]
1.230 www/apache22/Makefile
Chase devel/apr-svn removal
Reported by: tabthorpe
Pointyhat: me
|
|
Fri, 9 Jan 2009
|
[ 14:13 pgollucci ]
1.27 www/apache-jserv/Makefile
1.61 www/apache13+ipv6/Makefile
1.4 www/apache13-modssl+ipv6/Makefile
1.191 www/apache13-modssl/Makefile
1.184 www/apache13/Makefile
1.258 www/apache20/Makefile
1.229 www/apache22/Makefile
- Re-assign www/apache* ports to apache@
- Previous MATAINERs please welcome yourself to the apache@ team.
Approved by: portmgr (pav, flz), secteam (simon), clement
|
|
Tue, 6 Jan 2009
|
[ 16:53 wxs ]
1.4 www/abyssws/Makefile
1.257 www/apache20/Makefile
1.228 www/apache22/Makefile
1.17 www/cacheboy/Makefile
1.22 www/cacheboy15-devel/Makefile
1.203 www/firefox/Makefile
1.173 www/flock/Makefile
1.63 www/linuxpluginwrapper/Makefile
1.56 www/opera-devel/Makefile
1.84 www/opera/Makefile
(Only the first 10 of 20 ports in this commit are shown above. )
- Remove conditional checks for FreeBSD 5.x and older
Approved by: pav
|
|
Mon, 15 Dec 2008
|
[ 22:05 clement ]
1.227 www/apache22/Makefile
1.8 www/apache22/files/apache22.sh.in
1.76 www/apache22/distinfo
1.2 www/apache22/files/patch-CVE-2008-2939
1.5 www/apache22/files/patch-srclib:apr-util:build:dbm.m4
1.91 www/apache22/pkg-plist
- Update to 2.2.11
- Always depend on pcre from ports [1]
- Fix plist with LDAP/without apr-util DSO
- source envvars as late as possible [2]
Requested by: ale
Eygene Ryabinkin <rea-fbsd at codelabs dot ru> [2]
PR: ports/127418 [2]
|
|
Wed, 3 Sep 2008
|
[ 19:07 clement ]
1.226 www/apache22/Makefile
- Fix @comment string
Pointy hat to: clement
Reported by: Christer Solskogen
|
[ 13:19 clement ]
1.225 www/apache22/Makefile
1.29 www/apache22/Makefile.modules
1.90 www/apache22/pkg-plist
- Fix plist where apr_dbd is used
- Fix Postgresql build, don't trust pg_config
- Don't overwrite apr_dbd_mysql.c
- Bump PORTREVISION
No cookie for: clement
|
|
Tue, 2 Sep 2008
|
[ 12:26 clement ]
1.224 www/apache22/Makefile
1.28 www/apache22/Makefile.modules
1.1 www/apache22/files/mpm-itk-20080727-00
1.2 www/apache22/files/patch-mpm-itk-20070425-00
- Update MPM itk patch to 20080727-00 (it is actually a no op
on FreeBSD)
- Move mpm-itk patch to EXTRA_PATCHES to avoid conflicts with
alternative mpm patches [1]
- update PLIST_SUBS when SLAVE_PORT_MPM is defined
Requested by: Jille Timmermans [1]
|
[ 07:34 clement ]
1.223 www/apache22/Makefile
1.7 www/apache22/files/apache22.sh.in
- Fix incorrect redirection order in startup script
- Bump PORTREVISION
PR: ports/127038 [1]
Submitted by: edwin@ [1]
Reported by: Tod McQuillin
|
|
Sun, 31 Aug 2008
|
[ 23:00 clement ]
1.222 www/apache22/Makefile
1.6 www/apache22/files/apache22.sh.in
1.1 www/apache22/files/patch-CVE-2008-2939
1.89 www/apache22/pkg-plist
- 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@
|
[ 16:51 clement ]
1.221 www/apache22/Makefile
1.4 www/apache22/files/patch-srclib:apr-util:build:dbm.m4
1.88 www/apache22/pkg-plist
- Fix plist when NOPORTDOCS is defined [1]
- Add WITH_SVN knob. It enables BDB for apache22 port and
force dependency on dev/apr-svn when WITH_APR_FROM_PORTS is
defined. (should help fixing [2]).
Introduce APR_PORT.
- Add support for db-4.7 [3]
- Add mod_ldap OPTIONS fixup [4]
- Sometimes, rc scripts aren't included in package
Try to fix this. [5]
PR: ports/126053 [2], ports/125520 [3]
ports/124651 [4], ports/126670 [5] (partially)
Reported by: QA Tindy [1],
Crazig Leres [2],
Larry Rosenman [4]
Kirk Strauser [3],
Joseph S. Atkinson [5]
|
|
Thu, 21 Aug 2008
|
[ 06:18 rafan ]
1.4 accessibility/yasr/Makefile
1.15 archivers/advancecomp/Makefile
1.24 archivers/arj/Makefile
1.27 archivers/dact/Makefile
1.22 archivers/gzip/Makefile
1.10 archivers/libmspack/Makefile
1.3 archivers/libpar2/Makefile
1.37 archivers/lzo/Makefile
1.44 archivers/lzo2/Makefile
1.16 archivers/lzop/Makefile
(Only the first 10 of 1030 ports in this commit are shown above. )
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above )
|
|
Wed, 20 Aug 2008
|
[ 00:57 ade ]
1.1670 MOVED
1.23 archivers/arj/Makefile
1.62 archivers/gtar/Makefile
1.7 archivers/torrentzip/Makefile
1.8 astro/gpsbabel/Makefile
1.2 audio/audiere/Makefile
1.22 audio/bmp-faad/Makefile
1.10 audio/bmp-mac/Makefile
1.8 audio/bmp-musepack/Makefile
1.32 audio/faac/Makefile
(Only the first 10 of 398 ports in this commit are shown above. )
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin)
|
|
Mon, 23 Jun 2008
|
[ 21:11 clement ]
1.218 www/apache22/Makefile
1.649 UPDATING
1.75 www/apache22/distinfo
1.5 www/apache22/files/patch-srclib:apr-util:Makefile.in
1.1 www/apache22/files/patch-srclib__arp-util__Makefile.in
1.87 www/apache22/pkg-plist
- Update to 2.2.9
- Add a note to UPDATING about the forced build of subversion
because of apr/apu bumped version.
|
|
Sun, 20 Jan 2008
|
[ 11:29 clement ]
1.217 www/apache22/Makefile
1.12 www/apache22/Makefile.doc
1.26 www/apache22/Makefile.modules
1.576 UPDATING
1.74 www/apache22/distinfo
1.2 www/apache22/files/patch-docs_conf_httpd.conf.in
1.2 www/apache22/files/patch-srclib-apr-network_io-unix-multicast.c
- Update to 2.2.8
- Update documentation
- Use BDB from bsd.databases.mk instead of homebrew [1]
PR: ports/119711 [1]
Submitted by: mm [1]
|
|
Tue, 11 Dec 2007
|
[ 20:22 clement ]
1.216 www/apache22/Makefile
1.23 www/apache22/files/patch-Makefile.in
1.86 www/apache22/pkg-plist
- Fix slave ports [1]
- Fix plist [2]
- Fix CONFLICTS with devel/apr-svn [3]
- Fix install when index.html is modified
- Bump PORT_REVISION
PR: ports/118348 [1], ports/118338 [2],ports/117097 [2]
ports/90088 [3], ports/118349 [3]
Submitted by: Andrey Beresovsky <and at sfedu dot ru> [1],
Dimitry Andric <dimitry at andric dot com> [2],
YAMAMOTO Takao <yamamoto at computec dot co dot jp>
Melvyn Sopacua <melvyn atmelvyn dot homeunix dot org> [3],
Dominic Fandrey <lon_kamikaze at gmx dot de> [3]
|
|
Sun, 30 Sep 2007
|
[ 04:47 linimon ]
1.22 archivers/arj/Makefile
1.6 archivers/torrentzip/Makefile
1.17 audio/bmp-faad/Makefile
1.7 audio/bmp-mac/Makefile
1.4 audio/bmp-musepack/Makefile
1.29 audio/faac/Makefile
1.44 audio/faad/Makefile
1.9 audio/libtremor/Makefile
1.8 audio/lmms/Makefile
1.10 audio/mt-daapd/Makefile
(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, 23 Sep 2007
|
[ 10:22 clement ]
1.214 www/apache22/Makefile
1.24 www/apache22/Makefile.modules
- Make port more OPTIONS compliant (more OPTIONS workarounds)
- Add some IGNORE entries to warn users when the choose conflicting options
|
|
Thu, 20 Sep 2007
|
[ 08:04 clement ]
1.213 www/apache22/Makefile
- Fix PCRE_FROM_PORTS. it wasn't processed by OPTIONS stff [1]
(I forgot to re-apply the patch locally)
Reminded by: bland@
|
[ 07:57 clement ]
1.212 www/apache22/Makefile
1.22 www/apache22/files/patch-Makefile.in
1.85 www/apache22/pkg-plist
- Fix PCRE_FROM_PORTS. it wasn't processed by OPTIONS stff [1]
- Preserve index.html
- We no longer install images in default DocumentRoot (there're still in icons/)
- Various plist cleanup
- bump PORTREVISION since we are now safe with index.html
Reminded by: bland@
|
|
Wed, 19 Sep 2007
|
[ 21:05 clement ]
1.211 www/apache22/Makefile
1.23 www/apache22/Makefile.modules
1.2 www/apache22/Makefile.options
1.21 www/apache22/files/patch-Makefile.in
1.84 www/apache22/pkg-plist
- remove duplicate entry of mod_charset_lite [1]
- add PCRE_FROM_PORTS to OPTIONS
- use @dirrmtry for include/apache22
- workaround plist issues when upgrading, but it's not as safe as I
would expect, it requires more work.
Spotted by: bland@ [1]
|
|
Tue, 18 Sep 2007
|
[ 20:03 clement ]
1.210 www/apache22/Makefile
1.1 www/apache22/Makefile.options
1.543 UPDATING
1.5 www/apache22/files/apache22.sh.in
- Add experimental support of OPTIONS.
From UPDATING:
By popular request, OPTIONS support has been added. When actived
(default), these knobs are ignored:
* WITH_<CATEGORY>_MODULES
* WITHOUT_<CATEGORY>_MODULES
* WITH_CUSTOM_<CATEGORY>
* WITH_MODULES
* WITHOUT_MODULES
* WITH_STATIC_MODULES
However, you can disable OPTIONS by defining WITHOUT_APACHE_OPTIONS.
- move envvars support to the beginning of apache22_checkconfig() to be
sure we're using envvars during configtest [1]
PR: ports/116329 [1]
Submitted by: Ruud Althuizen <ruud@il.fontys.nl> [1]
|
|
Sun, 16 Sep 2007
|
[ 15:46 clement ]
1.209 www/apache22/Makefile
1.1 www/apache22/files/apr_dbd_mysql.c
- Import MySQL DBD backend
This will definitively fix checksum mismatches. Time to investigate...
Reported by: many
|
|
Mon, 10 Sep 2007
|
[ 19:15 clement ]
1.208 www/apache22/Makefile
1.22 www/apache22/Makefile.modules
1.2 www/apache22/files/patch-mpm-itk-20061030-01
1.1 www/apache22/files/patch-mpm-itk-20070425-00
1.83 www/apache22/pkg-plist
\
- Cleanup MPM selection
- Update mpm itk to 20070425-00
|
|
Sun, 9 Sep 2007
|
[ 14:55 clement ]
1.207 www/apache22/Makefile
1.4 www/apache22/files/apache22.sh.in
1.73 www/apache22/distinfo
1.20 www/apache22/files/patch-Makefile.in
1.2 www/apache22/files/patch-docs_conf_extra_httpd-ssl.conf.in
1.82 www/apache22/pkg-plist
- Update to 2.2.6
- Fix restart when profiles are used [1]
Submitted by: Jarrod Sayers <jarrod at netleader dot com dot au>
|
|
Sat, 4 Aug 2007
|
[ 11:41 gabor ]
1.13 archivers/9e/Makefile
1.30 archivers/bzip/Makefile
1.23 archivers/dact/Makefile
1.20 archivers/dpkg/Makefile
1.5 archivers/ecm/Makefile
1.7 archivers/gzrecover/Makefile
1.9 archivers/mar/Makefile
1.8 archivers/mscompress/Makefile
1.5 archivers/mtf/Makefile
1.11 archivers/unace/Makefile
(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, 22 Jul 2007
|
[ 11:03 clement ]
1.205 www/apache22/Makefile
1.1 www/apache22/files/htcacheclean.sh.in
1.2 www/apache22/files/patch-support:Makefile.in
1.81 www/apache22/pkg-plist
- Add htcacheclean startup script [1]
- Add support for PCRE from ports (WITH_PCRE_FROM_PORTS) [2]
- Install split-logfile [3]
Submitted by: Christopher Shumway <cshumway at titan-project dot org> [1]
Requested by: Gergely CZUCZY <phoemix at harmless dot hu>, [2]
many [3]
|
|
Sun, 17 Jun 2007
|
[ 16:59 anders ]
1.54 www/apache13+ipv6/Makefile
1.19 www/apache13-modperl/Makefile
1.182 www/apache13-modssl/Makefile
1.121 www/apache13-ssl/Makefile
1.245 www/apache20/Makefile
1.187 www/apache21/Makefile
1.204 www/apache22/Makefile
Remove thttpd from conflicts list, it has a different name for its
passwd program now.
Approved by: maintainers/erwin
|
|
Sat, 17 Mar 2007
|
[ 17:02 clement ]
1.203 www/apache22/Makefile
- backout OpenSSL part of previous commit.
Forcing -rpath can lead to strange side effects when using apxs
|
[ 16:03 clement ]
1.202 www/apache22/Makefile
1.3 www/apache22/files/apache22.sh.in
1.80 www/apache22/pkg-plist
- Ensure we use correct OpenSSL libs [1]
- Fix multiprofiles support in rc script [2]
PR: ports/100315 [1],
ports/109536 [2]
Submitted by: Jo Rhett <jrhett@svcolo.com> [1]
Eygene Ryabinkin <rea-fbsd@codelabs.ru> [2]
|
|
Sat, 13 Jan 2007
|
[ 12:13 clement ]
1.201 www/apache22/Makefile
1.20 www/apache22/Makefile.modules
1.2 www/apache22/files/apache22.sh.in
1.72 www/apache22/distinfo
1.79 www/apache22/pkg-plist
- Update to 2.2.4
- Add dumpio module
- Fix rcorder [1]
PR: ports/106429 [1]
Submitted by: Dmitry Pryanishnikov <dmitry@atlantis.dp.ua> [1]
|
|
Tue, 7 Nov 2006
|
[ 08:09 clement ]
1.200 www/apache22/Makefile
- Install correct apr_mysql_dbd revision
Spotted by: Tigran Azaryantz <tigercost@yahoo.com>
|
|
Sun, 5 Nov 2006
|
[ 10:49 clement ]
1.199 www/apache22/Makefile
1.10 www/apache22/Makefile.doc
1.19 www/apache22/Makefile.modules
1.71 www/apache22/distinfo
1.1 www/apache22/files/patch-mpm-itk-20061030-01
- Update MySQL apr_dbd to rev 57
- Add support for itk mpm
- Update doc [1]
Reported by: Volodymyr Kostyrko <arcade@synergetica.dn.ua> [1]
|
Number of commits found: 122 (showing only 100 on this page) 1 | 2 » |