notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: www/apache13-modperl/Makefile

Number of commits found: 30

Sunday, 1 Jan 2012
19:30 ohauer search for other commits by this committer
- remove apache13 and ports depending on apache13 from portstree
  ( EXPIRATION_DATE=2012-01-01 )

with hat apache@
Original commit
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- 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
Original commit
Wednesday, 7 Sep 2011
03:00 pgollucci search for other commits by this committer
- Set EXPIRATION_DATE to an actual date (9.0 is behind, so guess 2 months from
now).
- This can be changed later as needed, if at all, either way we won't remove
them
  until after 9.0 is released.

With Hat:   apache@
Reported by:    dvl via freshports
Original commit
Saturday, 27 Aug 2011
09:54 ohauer search for other commits by this committer
- set EXPIRATION_DATE to "one week after FreeBSD 9.0-RELEASE-p0"

with hat apache@
Original commit
Sunday, 28 Mar 2010
21:45 dougb search for other commits by this committer
2 more RC_SUBR[_PREFIX] stragglers
Original commit
Wednesday, 3 Feb 2010
22:30 pgollucci search for other commits by this committer
- Update to 1.3.42

Security:   http://www.vuxml.org/freebsd/cae01d7b-110d-11df-955a-00219b0fc4d8
With hat:   apache
Original commit
Wednesday, 22 Jul 2009
16:27 pgollucci search for other commits by this committer
- lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks

PR:             ports/135398
Tested by:      2 -exp runs by pav
Approved by:    portmgr (pav)
Original commit
Sunday, 17 May 2009
07:24 pgollucci search for other commits by this committer
- Mark SAFE apache@ ports MAKE_JOBS_SAFE=yes
Original commit
Tuesday, 2 Sep 2008
16:56 clement search for other commits by this committer
- Update apache to 1.3.41
Original commit
Sunday, 9 Sep 2007
16:57 clement search for other commits by this committer
- Update:
  * apache to 1.3.39
  * mod_perl to 1.30
Original commit
Saturday, 4 Aug 2007
11:41 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)
Original commit
Sunday, 17 Jun 2007
16:59 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
Original commit
Wednesday, 14 Mar 2007
20:21 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
Original commit
Friday, 4 Aug 2006
12:34 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
Original commit
Sunday, 30 Jul 2006
09:12 clement search for other commits by this committer
- Update apache to 1.3.37
- Fix CONFLICTS
Original commit
Thursday, 27 Jul 2006
20:26 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
Original commit
Tuesday, 18 Jul 2006
08:19 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>
Original commit
Monday, 30 Jan 2006
23:20 kuriyama search for other commits by this committer
Chase shlib bump of libexpat.
Original commit
Saturday, 7 Jan 2006
06:29 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.
Original commit
Monday, 12 Dec 2005
20:31 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
Original commit
Tuesday, 1 Nov 2005
11:17 clement search for other commits by this committer
- Update apache to 1.3.34
Original commit
Tuesday, 26 Jul 2005
13:57 clement search for other commits by this committer
- Fix CAN-2005-2088

Obtained from:  Apache repository
Original commit
Monday, 14 Feb 2005
13:53 clement search for other commits by this committer
- fix plist
Original commit
Tuesday, 8 Feb 2005
13:09 clement search for other commits by this committer
- Add missing man page
- Don't create httpd.conf.bak
- Set MAINTAINER to apache@
Original commit
Wednesday, 26 Jan 2005
17:24 erwin search for other commits by this committer
Reset maintainer

PR:             76720
Submitted by:   maintainer
Original commit
Monday, 6 Dec 2004
21:49 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)
Original commit
Wednesday, 24 Nov 2004
01:53 sem search for other commits by this committer
- Standardize an EXPIRATION_DATE format.

Approved by:    krion
Original commit
Saturday, 6 Nov 2004
12:38 josef search for other commits by this committer
Mark this port deprecated as the maintainer stated in a private
mail.

With hat:       secteam
Original commit
Wednesday, 16 Jun 2004
19:32 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
Original commit
Saturday, 5 Jun 2004
14:25 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>
Original commit

Number of commits found: 30