./www/apache, Apache HTTP (Web) server

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.3.42, Package name: apache-1.3.42, Maintainer: pkgsrc-users

The Apache HTTP Server Project is a collaborative software development
effort aimed at creating a robust, commercial-grade, featureful, and
freely-available source code implementation of an HTTP (Web) server.


Required to run:
[textproc/expat] [devel/libmm]

Required to build:
[lang/perl5]

Master sites: (Expand)

SHA1: b3f8575d855132bc243d79af59ae2a318e7e2c53
RMD160: a1573bd04e17cad5d67388cfe08b7f26e06a9ee1
Filesize: 2598.868 KB

Version history: (Expand)


CVS history: (Expand)


   2010-02-20 15:58:46 by Joerg Sonnenberger | Files touched by this commit (29)
Log message:
DESTDIR support for various Apache modules.
   2010-02-09 08:22:06 by David A. Holland | Files touched by this commit (2) | Package updated
Log message:
Update to 1.3.42, fixing CVE-2010-0010. Note: this package is now EOL
upstream. The next security bug probably won't get patched, so if you're
still using this, it's time to migrate to 2.x.
   2009-07-25 21:55:11 by Roy Marples | Files touched by this commit (4)
Log message:
Avoid collision with system getline(3).
   2009-06-15 00:00:42 by Joerg Sonnenberger | Files touched by this commit (316)
Log message:
Convert @exec/@unexec to @pkgdir or drop it.
   2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252)
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
   2008-02-23 06:26:01 by OBATA Akio | Files touched by this commit (1)
Log message:
Add DESTDIR support.
   2008-02-17 21:15:07 by Tobias Nygren | Files touched by this commit (1)
Log message:
Fix use of obsolete tail(1) syntax which coreutils 6.10 doesn't grok.
   2008-02-03 15:07:40 by Tobias Nygren | Files touched by this commit (1)
Log message:
Fix check interpreter warnings.