<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/www/apache, branch pkgsrc_2004Q4</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2004Q4</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2004Q4'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2004-12-19T04:02:43Z</updated>
<entry>
<title>when Apache is built with dlcompat present, the installed httpd/os.h</title>
<updated>2004-12-19T04:02:43Z</updated>
<author>
<name>grant</name>
<email>grant</email>
</author>
<published>2004-12-19T04:02:43Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=b4e7c5ba626d8e22fb65b7ca86b7b674596ad01f'/>
<id>urn:sha1:b4e7c5ba626d8e22fb65b7ca86b7b674596ad01f</id>
<content type='text'>
header file #includes &lt;dlfcn.h&gt;, so we need to include
dlopen.buildlink3.mk so that dlfcn.h can be found by packages which
use httpd/os.h.

XXX this is not entirely correct, but works around the problem
XXX sufficiently. the problem is that Darwin (7.7.x) has dlopen() and
XXX friends but does not provide prototypes in dlfcn.h (or anywhere else).
</content>
</entry>
<entry>
<title>Pass the DL_* flags to the compiler when building httpd so that dlopen</title>
<updated>2004-11-26T18:52:47Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2004-11-26T18:52:47Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=b9f196a835f8e7326399b710109e74b80e0752c5'/>
<id>urn:sha1:b9f196a835f8e7326399b710109e74b80e0752c5</id>
<content type='text'>
will work correctly on NetBSD-2.x.  This should fix PR pkg/29398.
</content>
</entry>
<entry>
<title>Replace USE_GCC_SHLIB with USE_LANGUAGES=c c++ and a nice big comment why</title>
<updated>2004-11-22T22:19:35Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2004-11-22T22:19:35Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=165c836518f9eedbc91e80862633ab5b8cf6aa90'/>
<id>urn:sha1:165c836518f9eedbc91e80862633ab5b8cf6aa90</id>
<content type='text'>
we add c++ to the variable.
</content>
</entry>
<entry>
<title>Regen after "patch-ai" was changed. (hi salo!)</title>
<updated>2004-11-16T08:23:45Z</updated>
<author>
<name>tron</name>
<email>tron</email>
</author>
<published>2004-11-16T08:23:45Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=567d6a14278e6280a81b1a74b5ba47ee09404589'/>
<id>urn:sha1:567d6a14278e6280a81b1a74b5ba47ee09404589</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert rev 1.9, do not expand @INSTALL@, it's done in post-patch. (hi abs!)</title>
<updated>2004-11-15T19:13:41Z</updated>
<author>
<name>salo</name>
<email>salo</email>
</author>
<published>2004-11-15T19:13:41Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=718ed11aa3f1b2826a5da797027b86ad22467d57'/>
<id>urn:sha1:718ed11aa3f1b2826a5da797027b86ad22467d57</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use ${VARBASE} instead of hardcoded /var.</title>
<updated>2004-11-15T15:05:34Z</updated>
<author>
<name>sketch</name>
<email>sketch</email>
</author>
<published>2004-11-15T15:05:34Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=1875913cef680fde22ac6542d84f4f83b565e70f'/>
<id>urn:sha1:1875913cef680fde22ac6542d84f4f83b565e70f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update apache to 1.3.33</title>
<updated>2004-10-29T13:48:31Z</updated>
<author>
<name>abs</name>
<email>abs</email>
</author>
<published>2004-10-29T13:48:31Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=1f19fe5722aa08524041af3b8951755442f51deb'/>
<id>urn:sha1:1f19fe5722aa08524041af3b8951755442f51deb</id>
<content type='text'>
The main security vulnerabilities addressed in 1.3.33 are:

    * CAN-2004-0940 (cve.mitre.org)
      Fix potential buffer overflow with escaped characters in SSI tag string.
    * CAN-2004-0492 (cve.mitre.org)
      Reject responses from a remote server if sent an invalid
      (negative) Content-Length.

New features

    * Win32: Improve error reporting after a failed attempt to
      spawn a piped log process or rewrite map process.
    * Added new compile-time flag: UCN_OFF_HONOR_PHYSICAL_PORT. It
      controls how UseCanonicalName Off determines the port value if
      the client doesn't provide one in the Host header. If defined
      during compilation, UseCanonicalName Off will use the physical
      port number to generate the canonical name. If not defined, it
      tries the current Port value followed by the default port for
      the current scheme.

The following bugs were found in Apache 1.3.31 (or earlier) and
have been fixed in Apache 1.3.33:

    * mod_rewrite: Fix query string handling for proxied URLs. PR 14518.
    * mod_rewrite: Fix 0 bytes write into random memory position. PR 31036.
    * mod_digest: Fix nonce string calculation since 1.3.31 which
      would force re-authentication for every connection if
      AuthDigestRealmSeed was not configured. PR 30920.
    * Fix trivial bug in mod_log_forensic that caused the child to
      seg fault when certain invalid requests were fired at it with
      forensic logging is enabled. PR 29313.
    * No longer breaks mod_dav, frontpage and others. Repair a
      patch in 1.3.31 which prevented discarding the request body
      for requests that will be keptalive but are not currently
      keptalive. PR 29237.
</content>
</entry>
<entry>
<title>Update "apache" package to version 1.3.32. Changes since version 1.3.31:</title>
<updated>2004-10-25T08:44:16Z</updated>
<author>
<name>tron</name>
<email>tron</email>
</author>
<published>2004-10-25T08:44:16Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=fbdda4b95a0e2527173e78f8ef149f426304ec07'/>
<id>urn:sha1:fbdda4b95a0e2527173e78f8ef149f426304ec07</id>
<content type='text'>
- mod_rewrite: Fix query string handling for proxied URLs. PR 14518.
  [michael teitler &lt;michael.teitler cetelem.fr&gt;,
   Jan Kratochvil &lt;rcpt-dev.AT.httpd.apache.org jankratochvil.net&gt;]
- mod_rewrite: Fix 0 bytes write into random memory position.
  PR 31036. [André Malo]
- mod_digest: Fix nonce string calculation since 1.3.31 which
  would force re-authentication for every connection if
  AuthDigestRealmSeed was not configured.  PR 30920.  [Joe Orton]
- Trigger an error when a LoadModule directive attempts to
  load a module which is built-in.  This is a common error when
  switching from a DSO build to a static build.
  [Jeff Trawick, Geoffrey Young]
- Fix trivial bug in mod_log_forensic that caused the child
  to seg fault when certain invalid requests were fired at it with
  forensic logging is enabled.  PR 29313.
  [Will Slater &lt;Will Slater orbisuk.com&gt;]
- Fix memory leak in the cache handling of mod_rewrite. PR 27862.
  [chunyan sheng &lt;shengperson yahoo.com&gt;, André Malo]
- mod_rewrite no longer confuses the RewriteMap caches if
  different maps defined in different virtual hosts use the
  same map name. PR 26462.  [André Malo]
- mod_setenvif: Remove "support" for Remote_User variable which
  never worked at all. PR 25725.  [André Malo]
- mod_usertrack: Escape the cookie name before pasting into the
  regexp.  [André Malo]
- Win32: Improve error reporting after a failed attempt to spawn a
  piped log process or rewrite map process.  [Jeff Trawick]
- SECURITY: CAN-2004-0492 (cve.mitre.org)
  Reject responses from a remote server if sent an invalid (negative)
  Content-Length.  [Mark Cox]
- Fix a bunch of cases where the return code of the regex compiler
  was not checked properly. This affects mod_usertrack and
  core. PR 28218.  [André Malo]
- No longer breaks mod_dav, frontpage and others.  Repair a patch
  in 1.3.31 which prevented discarding the request body for requests
  that will be keptalive but are not currently keptalive. PR 29237.
  [Jim Jagielski, Rasmus Lerdorf]
- COMPATIBILITY: Added new compile-time flag: UCN_OFF_HONOR_PHYSICAL_PORT.
  It controls how UseCanonicalName Off determines the port value if
  the client doesn't provide one in the Host header. If defined during
  compilation, UseCanonicalName Off will use the physical port number to
  generate the canonical name. If not defined, it tries the current Port
  value followed by the default port for the current scheme.
  [Jim Jagielski]
</content>
</entry>
<entry>
<title>Use "mod_ssl-2.8.20" sources for SSL hooks, bump package revision.</title>
<updated>2004-10-18T09:28:08Z</updated>
<author>
<name>tron</name>
<email>tron</email>
</author>
<published>2004-10-18T09:28:08Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=7a6362379ec10e038f6db16695051934b449aecb'/>
<id>urn:sha1:7a6362379ec10e038f6db16695051934b449aecb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Libtool fix for PR pkg/26633, and other issues.  Update libtool to 1.5.10</title>
<updated>2004-10-03T00:12:51Z</updated>
<author>
<name>tv</name>
<email>tv</email>
</author>
<published>2004-10-03T00:12:51Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=b5510d5a2d7f9a1406603d922ae5d8548950233c'/>
<id>urn:sha1:b5510d5a2d7f9a1406603d922ae5d8548950233c</id>
<content type='text'>
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
</content>
</entry>
</feed>
