<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/www/apache2/PLIST, branch pkgsrc_2008Q2</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2008Q2</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2008Q2'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2008-07-10T15:18:23Z</updated>
<entry>
<title>Fix abs_srcdir definition as done in apache22. Also install</title>
<updated>2008-07-10T15:18:23Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2008-07-10T15:18:23Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=bccf8bdd068433a6968a2e7b412a5677488303a2'/>
<id>urn:sha1:bccf8bdd068433a6968a2e7b412a5677488303a2</id>
<content type='text'>
mkdir.sh as expected e.g. by www/ap2-fcgid. Bump revision.
</content>
</entry>
<entry>
<title>Convert to use PLIST_VARS instead of manually passing "@comment "</title>
<updated>2008-04-12T22:42:57Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2008-04-12T22:42:57Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=84db467ec7c8386066718011f8d47775d5608811'/>
<id>urn:sha1:84db467ec7c8386066718011f8d47775d5608811</id>
<content type='text'>
through PLIST_SUBST to the plist module.
</content>
</entry>
<entry>
<title>Update "apr" package to version 0.9.16.2.0.61 and "apache2" package</title>
<updated>2007-09-07T23:11:40Z</updated>
<author>
<name>tron</name>
<email>tron</email>
</author>
<published>2007-09-07T23:11:40Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=ed3c28a288d92fde51b7346bd01db12afe7e282b'/>
<id>urn:sha1:ed3c28a288d92fde51b7346bd01db12afe7e282b</id>
<content type='text'>
to version 2.0.61.

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.
</content>
</entry>
<entry>
<title>Make sure that the directory "share/httpd/manual/style/lang" is created</title>
<updated>2006-07-28T13:35:37Z</updated>
<author>
<name>tron</name>
<email>tron</email>
</author>
<published>2006-07-28T13:35:37Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=0282369b7e5465fbb4f049f16df9578af9f8d696'/>
<id>urn:sha1:0282369b7e5465fbb4f049f16df9578af9f8d696</id>
<content type='text'>
when installing a binary package. Problem pointed out by Lubomir Sedlacik
in private e-mail.

Bump package revision because of this fix.
</content>
</entry>
<entry>
<title>Update "apr" package to version 0.9.12.2.0.58 and "apache" package</title>
<updated>2006-05-07T12:35:27Z</updated>
<author>
<name>tron</name>
<email>tron</email>
</author>
<published>2006-05-07T12:35:27Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=cfffd5af95f8fefc987bfaf1f1300b097bd2032c'/>
<id>urn:sha1:cfffd5af95f8fefc987bfaf1f1300b097bd2032c</id>
<content type='text'>
to version 2.0.58. Change since Apache relase 2.0.55:
- Legal: Restored original years in copyright notices.
- mod_cgid: run the get_suexec_identity hook within the request-handler
  instead of within cgid. Apache#36410.
- core: Prevent read of unitialized memory in ap_rgetline_core.
  Apache#39282.
- mod_proxy: Report the proxy server name correctly in the "Via:" header,
  when UseCanonicalName is Off. Apache#11971.
- mod_isapi: Various trivial code-fixes to permit mod_isapi to load and
  run on Unix.
- HTML-escape the Expect error message.  Not classed as security as
  an attacker has no way to influence the Expect header a victim will
  send to a target site.  Reported by Thiago Zaninotti
  &lt;thiango nstalker.com&gt;.
- SECURITY: CVE-2005-3357 (cve.mitre.org)
  mod_ssl: Fix a possible crash during access control checks if a
  non-SSL request is processed for an SSL vhost (such as the
  "HTTP request received on SSL port" error message when an 400
  ErrorDocument is configured, or if using "SSLEngine optional").
  Apache#37791.
- 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.
- Add APR/APR-Util Compiled and Runtime Version numbers to the
  output of 'httpd -V'.
- Ensure that the proper status line is written to the client, fixing
  incorrect status lines caused by filters which modify r-&gt;status without
  resetting r-&gt;status_line, such as the built-in byterange filter.
- Default handler: Don't return output filter apr_status_t values.
  Apache#31759.
- mod_speling: Stop crashing with certain non-file requests.
- keep the Content-Length header for a HEAD with no response body.
  Apache#18757
- Modify apr[util] .h detection to avoid breakage on VPATH builds
  using Solaris make (amoung others) and avoid breakage in ./buildconf
  when srclib/apr[-util] are symlinks rather than directories proper.
- Avoid server-driven negotiation when a CGI script has emitted an
  explicit "Status:" header. Apache#38070.
- mod_log_config now logs all Set-Cookie headers if the %{Set-Cookie}o
  format is used. Apache#27787.
- mod_cache: Correctly handle responses with a 301 status. Apache#37347.
- mod_proxy_http: Prevent data corruption of POST request bodies when
  client accesses proxied resources with SSL. Apache#37145.
- Elimiated the NET_TIME filter, restructuring the timeout logic.
  This provides a working mod_echo on all platforms, and ensures any
  custom protocol module is at least given an initial timeout value
  based on the &lt;VirtualHost &gt; context's Timeout directive.
- mod_ssl: Correct issue where mod_ssl does not pick up the
  ssl-unclean-shutdown setting when configured. Apache#34452.
- Document the ReceiveBufferSize change done in r157583.
- mod_deflate: Merge the Vary header, instead of Setting it. Fixes
  applications that send the Vary Header themselves. Apache#37559.
- mod_dav: Fix a null pointer dereference in an error code path during the
  handling of MKCOL.
- mod_mime_magic: Handle CRLF-format magic files so that it works with
  the default installation on Windows.
- Write message to error log if AuthGroupFile cannot be opened.
  Apache#37566.
- Add ReceiveBufferSize directive to control the TCP receive buffer.
- mod_cache: Fix 'Vary: *' behavior to be RFC compliant. Apache#16125.
- Remove the base href tag from proxy_ftp, as it breaks relative
  links for clients not using an Authorization header.
- http_request.c: Add missing va_end call.
- Add httxt2dbm to support/ for creating RewriteMap DBM Files.
- support/check_forensic: Fix temp file usage
- Chunk filter: Fix chunk filter to create correct chunks in the case that
  a flush bucket is surrounded by data buckets.
- mod_cgi(d): Remove block on OPTIONS method so that scripts can
  respond to OPTIONS directly rather than via server default.
  Apache#15242
- Added new module mod_version, which provides version dependent
  configuration containers.
- Add core version query function (ap_get_server_revision) and
  accompanying ap_version_t structure (minor MMN bump).
</content>
</entry>
<entry>
<title>Add missing manpage to PLIST.  Bump PKGREVISION for binary package change.</title>
<updated>2005-10-23T20:14:43Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2005-10-23T20:14:43Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=80ce310fe9c2c2283749039b05cbcde45cf9350d'/>
<id>urn:sha1:80ce310fe9c2c2283749039b05cbcde45cf9350d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update "apache2" package to version 2.0.55.</title>
<updated>2005-10-17T10:37:11Z</updated>
<author>
<name>tron</name>
<email>tron</email>
</author>
<published>2005-10-17T10:37:11Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f00d32dffa323ebff8a758119fbb5375cd574131'/>
<id>urn:sha1:f00d32dffa323ebff8a758119fbb5375cd574131</id>
<content type='text'>
Patches supplied by Ben Collver. Addresses PR pkg/31817 by Zafer Aydogan.
</content>
</entry>
<entry>
<title>RCD_SCRIPTS_EXAMPLEDIR is no longer customizable.</title>
<updated>2005-05-02T20:33:57Z</updated>
<author>
<name>reed</name>
<email>reed</email>
</author>
<published>2005-05-02T20:33:57Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=22c4e451098bcb1ffee496c70c2b37805278db1a'/>
<id>urn:sha1:22c4e451098bcb1ffee496c70c2b37805278db1a</id>
<content type='text'>
And always is defined as share/examples/rc.d
which was the default before.

This rc.d scripts are not automatically added to PLISTs now also.
So add to each corresponding PLIST as required.

This was discussed on tech-pkg in late January and late April.

Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere
and remove the RCD_SCRIPTS_EXAMPLEDIR itself.
</content>
</entry>
<entry>
<title>Changes 2.0.54:</title>
<updated>2005-04-25T09:13:02Z</updated>
<author>
<name>adam</name>
<email>adam</email>
</author>
<published>2005-04-25T09:13:02Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=630862dd753dd59d05851604ed479e9d975f8353'/>
<id>urn:sha1:630862dd753dd59d05851604ed479e9d975f8353</id>
<content type='text'>
  *) mod_cache: Add CacheIgnoreHeaders directive.
  *) mod_ldap: Added the directive LDAPConnectionTimeout to configure
     the ldap socket connection timeout value.
  *) Correctly export all mod_dav public functions.
  *) Add a build script to create a solaris package.
  *) worker MPM: Fix a problem which could cause httpd processes to
     remain active after shutdown.
  *) Unix MPMs: Shut down the server more quickly when child processes are
     slow to exit.
  *) Remove formatting characters from ap_log_error() calls.  These
     were escaped as fallout from CAN-2003-0020.
  *) mod_ssl: If SSLUsername is used, set r-&gt;user earlier.
  *) htdigest: Fix permissions of created files.
  *) 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.
  *) mod_win32: Ignore both PATH_INFO as well as PATH_TRANSLATED to avoid
     hiccups from additional path information passed in non-utf-8 format.
</content>
</entry>
<entry>
<title>Install mkcert to help with certificate creation. The script was</title>
<updated>2005-04-11T18:56:05Z</updated>
<author>
<name>martti</name>
<email>martti</email>
</author>
<published>2005-04-11T18:56:05Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=e121e6189c555c92914ad9e47ea754853447f1ee'/>
<id>urn:sha1:e121e6189c555c92914ad9e47ea754853447f1ee</id>
<content type='text'>
taken from the ap-ssl package (which is for apache 1.3.x).
</content>
</entry>
</feed>
