FreshPorts -- The Place For Ports Fri, 4 Jul 2008 11:28 PM BST
FreshPorts is now runing off the BETA server. Enjoy for now.
Port details
apache13-modperl 1.3.39 www on this many watch lists=9 search for ports that depend on this port An older version of this port was marked as vulnerable.
The Apache 1.3 webserver with a statically embedded perl interpreter
Maintained by: apache@FreeBSD.org search for ports maintained by this maintainer
Port Added: 05 Jun 2004 15:26:21
Also Listed In: perl5


A port to provide a static version of mod_perl and apache.  This is essentially
an amalgamation of www/apache13 and www/mod_perl.

The Apache HTTP Server Project is an effort to develop and maintain an
open-source HTTP server for modern operating systems including UNIX and Windows
NT. The goal of this project is to provide a secure, efficient and extensible
server that provides HTTP services in sync with the current HTTP standards.

mod_perl is the marriage of Apache and Perl.

WWW: http://www.apache.org/
WWW: http://perl.apache.org/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: www/p5-libwww, lang/perl5.8
Required To Run: www/p5-libwww, lang/perl5.8, lang/perl5.8
Required Libraries: textproc/expat2

To install the port: cd /usr/ports/www/apache13-modperl/ && make install clean
To add the package: pkg_add -r apache+mod_perl


Configuration Options
     No options to configure

Master Sites:
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 26

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
09 Sep 2007 17:57:14
Original commit files touched by this commit  1.3.39
clement search for other commits by this committer
- Update:
  * apache to 1.3.39
  * mod_perl to 1.30
04 Aug 2007 12:41:31
Original commit files touched by this commit  1.3.37_1
gabor search for other commits by this committer
- 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)
17 Jun 2007 17:59:27
Original commit files touched by this commit  1.3.37_1
anders search for other commits by this committer
Remove thttpd from conflicts list, it has a different name for its
passwd program now.

Approved by:    maintainers/erwin
14 Mar 2007 20:21:31
Original commit files touched by this commit  1.3.37_1
pav search for other commits by this committer
- Fix rc script to have overridable apache_flags and apache_pidfile

PR:             ports/104465
Reported by:    Andrey Alakozov <aa29@mail.ru>
Submitted by:   Volker <volker@vwsoft.com>
Approved by:    maintainer timeout (apache; 5 months)

- While here, modernize USE_RC_SUBR usage
04 Aug 2006 13:34:50
Original commit files touched by this commit  1.3.37
erwin search for other commits by this committer
Add support for DESTDIR part I.

This commit should largele be a NOOP as it only adds support
for DESTDIR undefined. This does allow us to start testing
ports with DESTDIR set, but this is as of yet not supported.

Although this has been extensively tested on pointyhat, this
is a very intrusive change and some cases may have been
overlooked. Please contact Gabor and me if you find any.

PR:             100555
Submitted by:   gabor
Sponsored by:   Google Summer of Code 2006
30 Jul 2006 10:12:41
Original commit files touched by this commit  1.3.37
clement search for other commits by this committer
- Update apache to 1.3.37
- Fix CONFLICTS
27 Jul 2006 21:26:29
Original commit files touched by this commit  1.3.36_1
clement search for other commits by this committer
- Fix security issue in mod_rewrite.
All people using mod_rewrite are strongly encouraged to update.

An off-by-one flaw exists in the Rewrite module, mod_rewrite.
Depending on the manner in which Apache httpd was compiled, this
software defect may result in a vulnerability which, in combination
with certain types of Rewrite rules in the web server configuration
files, could be triggered remotely.  For vulnerable builds, the nature
of the vulnerability can be denial of service (crashing of web server
processes) or potentially allow arbitrary code execution.
This issue has been rated as having important security impact
by the Apache HTTP Server Security Team

Updates to latest versions will follow soon.

Notified by:    so@ (simon)
Obtained from:  Apache Security Team
Security:       CVE-2006-3747
18 Jul 2006 09:19:54
Original commit files touched by this commit  1.3.36
 This port version is marked as vulnerable.
clement search for other commits by this committer
- update apache to 1.3.36
- bump HARD_SERVER_LIMIT to 2048
- drop broken WITH*_EXPAT support.
  we always depend on expat from ports (based on [1])

PR:             ports/81183 [1]
Submitted by:   Martin Nilsson <martin@svenskabutiker.se>
20 Feb 2006 20:47:50
Original commit files touched by this commit  1.3.34_3
 This port version is marked as vulnerable.
dougb search for other commits by this committer
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
30 Jan 2006 23:20:05
Original commit files touched by this commit  1.3.34_3
 This port version is marked as vulnerable.
kuriyama search for other commits by this committer
Chase shlib bump of libexpat.
24 Jan 2006 03:14:23
Original commit files touched by this commit  1.3.34_2
 This port version is marked as vulnerable.
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
22 Jan 2006 02:58:25
Original commit files touched by this commit  1.3.34_2
 This port version is marked as vulnerable.
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
07 Jan 2006 06:29:57
Original commit files touched by this commit  1.3.34_2
 This port version is marked as vulnerable.
dougb search for other commits by this committer
Now that new style rc.d scripts are being run as part of the
base rcorder, hard coded variable values in these scripts
are overriding the values in /etc/rc.conf[.local] (due to
the way that variables from the latter are read at boot time).

Therefore, change the boot scripts to set default values only
if the variable is unset in /etc/rc.conf[.local]. This will
allow the service to start at boot time if it's been enabled
as the user would expect.

This change will be a noop for users who have systems that
have not yet been upgraded to the new rc.d code in the base.

In many cases there are other variables in the scripts that
should get similar treatment, however I did not change
anything other than the _enable lines. I'll leave the rest
up to the maintainers to do as they see fit.

Bump PORTREVISION to make sure that users and packages
pick up this change.
12 Dec 2005 20:31:53
Original commit files touched by this commit  1.3.34_1
 This port version is marked as vulnerable.
clement search for other commits by this committer
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.
   [Mark Cox]

Reported by:    simon
01 Nov 2005 11:17:44
Original commit files touched by this commit  1.3.34
 This port version is marked as vulnerable.
clement search for other commits by this committer
- Update apache to 1.3.34
26 Jul 2005 14:57:42
Original commit files touched by this commit  1.3.33_3
 This port version is marked as vulnerable.
clement search for other commits by this committer
- Fix CAN-2005-2088

Obtained from:  Apache repository
14 Feb 2005 13:53:55
Original commit files touched by this commit  1.3.33_2
 This port version is marked as vulnerable.
clement search for other commits by this committer
- fix plist
08 Feb 2005 14:13:19
Original commit files touched by this commit  1.3.33_1
 This port version is marked as vulnerable.
clement search for other commits by this committer
- Let pkg_delete remove httpd.conf.bak.
It will be removed on ~ 01/07/2004.
08 Feb 2005 13:09:39
Original commit files touched by this commit  1.3.33_1
 This port version is marked as vulnerable.
clement search for other commits by this committer
- Add missing man page
- Don't create httpd.conf.bak
- Set MAINTAINER to apache@
26 Jan 2005 17:24:59
Original commit files touched by this commit  1.3.33
 This port version is marked as vulnerable.
erwin search for other commits by this committer
Reset maintainer

PR:             76720
Submitted by:   maintainer
06 Dec 2004 21:49:38
Original commit files touched by this commit  1.3.33
 This port version is marked as vulnerable.
clement search for other commits by this committer
- Update to 1.3.33
- Unmark as DEPRECATED

PR:             ports/74596
Submitted by:   Jonathan Pater <pater@cowboyneal.org> (maintainer)
24 Nov 2004 01:53:15
Original commit files touched by this commit  1.3.31
 This port version is marked as vulnerable.
sem search for other commits by this committer
- Standardize an EXPIRATION_DATE format.

Approved by:    krion
06 Nov 2004 12:38:55
Original commit files touched by this commit  1.3.31
 This port version is marked as vulnerable.
josef search for other commits by this committer
Mark this port deprecated as the maintainer stated in a private
mail.

With hat:       secteam
16 Jun 2004 20:32:49
Original commit files touched by this commit  1.3.31
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Obey WITHOUT_APACHE_EXPAT knob

PR:             ports/67974
Submitted by:   Alexey Mahotkin <alexm@w-m.ru>
Obtained from:  www/apache13 port
09 Jun 2004 07:16:07
Original commit files touched by this commit  1.3.31
 This port version is marked as vulnerable.
kris search for other commits by this committer
Don't remove www/ now that it is created by the system.
05 Jun 2004 15:25:19
Original commit files touched by this commit  1.3.31
 This port version is marked as vulnerable.
pav search for other commits by this committer
Add apache13-modperl, an Apache web server with mod_perl statically compiled in.

PR:             ports/67051
Submitted by:   Rod Taylor <ports@rbt.ca>

Number of commits found: 26

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
py-pylonsJul 04
freetype2Jul 03
fetchmailJul 01
squid*Jun 28
squid24*Jun 28
squid30*Jun 28
apache22Jun 24
php5-posix*Jun 22
firefox*Jun 21
firefox-devel*Jun 21
firefox10*Jun 21
firefox15*Jun 21
linux-firefox*Jun 21
linux-firefox-devel*Jun 21
linux-mozilla*Jun 21

10 vulnerabilities affecting 29 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
Traffic

Calculated hourly:
Port count 18745
Broken 146
Deprecated 98
Ignore 431
Forbidden 5
Restricted 363
No CDROM 126
Vulnerable 52
Expired 14
Set to expire 78
Interactive 79
new 24 hours 0
new 48 hours4
new 7 days38
new fortnight81
new month184

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.388 seconds.