Commit graph

11346 commits

Author SHA1 Message Date
Yen-Ming Lee
3a7f2dd35d - bump PORTEPOCH for rolling back from 1.09 to 1.08 in previous commit 2005-12-14 03:18:56 +00:00
Yen-Ming Lee
f753632795 - 1.09 is buggy and won't build. rollback to 1.08
Noticed by:	tobez@
2005-12-13 22:54:37 +00:00
Clement Laforet
1343a99fc9 - Fix envvars.d [1]
- Add apache22_http_accept_enable to load accf_http kernel module [2]
  Additionnally, if it's not defined, we drop accept filter support
- Drop obsolete apache22ssl_enable rc.conf option
- Sync apache22.sh behavior with apachectl
  Add graceful and graceful-stop targets
- Rework categories (add CACHE_MODULES)
- Add support for apr_dbd: MySQL, PostgrSQL and SQLite3 backends are supported
  It adds mod_auth_dbd and mod_dbd automatically

more fixes to come soon...

PR:             ports/90309 [1],
                ports/90103 [2]
Submitted by:   Simun Mikecin <sime@data.home.hr> [1],
                Melvyn Sopacua <melvyn@melvyn.homeunix.net> [2]
2005-12-13 22:26:57 +00:00
Yen-Ming Lee
045f4dc5ae - assign maintainer to perl@ 2005-12-13 20:32:36 +00:00
Yen-Ming Lee
21990a189f - update to 1.09
- relocate comment to make portlint happier
2005-12-13 20:32:02 +00:00
Joseph Koshy
67404331b5 Add SA256 checksums. 2005-12-13 16:23:44 +00:00
Clement Laforet
153589a262 - Fix typo (it's actually in apache SVN repo)
Reported by:	 Matt Smith <matt@xtaz.co.uk>
2005-12-13 10:51:41 +00:00
Erwin Lansing
74004705ed Update to 0.20
PR:		90324
Submitted by:	Lars Balker Rasmussen <lars@balker.dk> (maintainer)
2005-12-13 09:20:08 +00:00
Michael Johnson
cdc46e62cb - mark broken on 4.x 2005-12-13 01:59:14 +00:00
Sam Lawrance
c0cec89a6f Remove from PATCHFILES things that are not patch files
(thusly avoiding "I can't seem to find a patch in there" messages).

PR:		ports/89729
Submitted by:	Scot W. Hetzel <swhetzel@gmail.com>
Approved by:	jharris@widomaker.com (maintainer, timeout 14 days)
2005-12-12 21:33:23 +00:00
Clement Laforet
db0466bc1e 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
2005-12-12 20:55:14 +00:00
Clement Laforet
19784a80b9 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
2005-12-12 20:35:19 +00:00
Clement Laforet
f22b2cf232 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
2005-12-12 20:31:53 +00:00
Thierry Thomas
c2e3e8efef The distfile has been renamed.
No change excepted:

diff -urN horde-h3-3.0.8/lib/version.php horde-3.0.8/lib/version.php
--- horde-h3-3.0.8/lib/version.php      Sun Dec 11 20:25:55 2005
+++ horde-3.0.8/lib/version.php Sun Dec 11 20:47:56 2005
@@ -1 +1 @@
-<?php define('HORDE_VERSION', 'H3 (3.0.8)') ?>
+<?php define('HORDE_VERSION', '3.0.8') ?>
2005-12-12 18:22:50 +00:00
Erwin Lansing
628e258503 This module provides Access Control List style path protection, with
arbitrary rules for Catalyst applications. It operates only on the
Catalyst private namespace, at least at the moment.

WWW: http://search.cpan.org/dist/Catalyst-Plugin-Authorization-ACL/

PR:		ports/90275
Submitted by:	Lars Balker Rasmussen <lars@balker.dk>
2005-12-12 16:16:16 +00:00
Erwin Lansing
2e0fa777e6 This plugin uses "Authen::Htpasswd" to let your application use
".htpasswd" files for it's authentication storage.

WWW: http://search.cpan.org/dist/Catalyst-Plugin-Authentication-Store-Htpasswd/

PR:		ports/90274
Submitted by:	Lars Balker Rasmussen <lars@balker.dk>
2005-12-12 15:02:41 +00:00
Erwin Lansing
59ae0e5fee This plugin uses a DBIx::Class (or Class::DBI) object to authenticate a user.
WWW: http://search.cpan.org/dist/Catalyst-Plugin-Authentication-Store-DBIC/

PR:		ports/90273
Submitted by:	Lars Balker Rasmussen <lars@balker.dk>
2005-12-12 14:34:56 +00:00
Erwin Lansing
733e654220 Role based access control is very simple: every user has a list of
roles, which that user is allowed to assume, and every restricted part
of the app makes an assertion about the necessary roles.

If the user is a member in all of the required roles access is granted.
Otherwise, access is denied.

WWW: http://search.cpan.org/dist/Catalyst-Plugin-Authorization-Roles

PR:		ports/90272
Submitted by:	Lars Balker Rasmussen <lars@balker.dk>
2005-12-12 14:22:06 +00:00
Erwin Lansing
4558cc5511 The authentication plugin provides generic user support. It is the basis
for both authentication (checking the user is who they claim to be), and
authorization (allowing the user to do what the system authorises them
to do).

WWW: http://search.cpan.org/dist/Catalyst-Plugin-Authentication/

PR:		ports/90271
Submitted by:	Lars Balker Rasmussen <lars@balker.dk>
2005-12-12 14:12:10 +00:00
Erwin Lansing
16db558ec7 Fix WWW
PR:		90270
Submitted by:	Lars Balker Rasmussen <lars@balker.dk> (maintainer)
2005-12-12 11:46:22 +00:00
Yen-Ming Lee
58697e3a13 - update to 0.07
PR:		90175
Submitted by:	leeym
2005-12-12 07:41:42 +00:00
Ying-Chieh Liao
d860e6e516 change maintainer email address 2005-12-12 01:24:34 +00:00
Thierry Thomas
101ce9caab Security upgrade to 3.0.8.
Full changelog at
<http://cvs.horde.org/diff.php/horde/docs/CHANGES?r1=1.515.2.167.2.7&r2=1.515.2.167.2.14&ty=h>

Security:	VuXML 01356ccc-6a87-11da-b96e-000fb586ba73
2005-12-11 21:56:23 +00:00
Florent Thoumie
c558d4c3f2 - Autoindex2 requires php-session.
Submitted by:	maintainer
2005-12-11 18:29:41 +00:00
Florent Thoumie
2aed00f598 - AutoIndex requires php-session.
Submitted by:	maintainer
2005-12-11 17:39:41 +00:00
Michael Johnson
28a056573f - Reword the BROKEN= if no gecko is found so it will be a little more clear
that it was unable to find a supported gecko for a port.
2005-12-10 20:46:50 +00:00
Florent Thoumie
81507302c5 - Update to 1.3.
PR:		ports/90207
Submitted by:	maintainer
2005-12-10 19:15:03 +00:00
Lars Thegler
d139b1a7d5 Update to 0.680 2005-12-10 14:47:00 +00:00
Clement Laforet
05897ea19c - Convert to new USE_APACHE and use AP_* 2005-12-10 14:41:04 +00:00
Alex Dupre
cd2ef5080a Update to 1.9.1 release. 2005-12-10 14:25:43 +00:00
Clement Laforet
a172725741 - Fix plist (forgot when I add mod_filter) [1]
- workaround apr detection. Now apache22 build his own apr, even if apr
  is installed, unless you define WITH_APR_FROM_PORTS.

Reported by:    pointyhat via kris [1]
2005-12-10 12:03:11 +00:00
Clement Laforet
266ad05559 - Don't forget to add USE_BUNDLED_APR to CONFIGURE_ENV 2005-12-10 11:53:01 +00:00
Clement Laforet
fd90671f79 - Fix plist (forgot when I add mod_filter) [1]
- workaround apr detection. Now apache22 build his own apr, even if apr
  is installed, unless you define WITH_APR_FROM_PORTS.

Reported by:	pointyhat via kris [1]
2005-12-10 11:39:40 +00:00
Yen-Ming Lee
e3c3ae3bca - up to 0.10
PR:		90165
Submitted by:	Lars Balker Rasmussen <lars@balker.dk>
2005-12-10 07:58:59 +00:00
Yen-Ming Lee
6b4d7fe76a - up to 0.10
PR:		90164
Submitted by:	Lars Balker Rasmussen <lars@balker.dk>
2005-12-10 07:56:01 +00:00
Alex Dupre
0edcc40029 Finally update to PHP 5.1.1 release! (And remove unsupported extensions) 2005-12-09 19:41:41 +00:00
Alex Dupre
4e3717ee4f Remove pear ports obsolated by devel/pear and switch
dependencies of all the other pear ports.

Discussed with:	thierry, antonio@php.net
2005-12-09 19:24:52 +00:00
Michael Johnson
687fa2a3b4 - Add a patch to fix history DoS vulnerability
Obtained from:	https://bugzilla.mozilla.org/show_bug.cgi?id=319004
2005-12-09 04:52:14 +00:00
Michael Johnson
b18644ed80 - Only support mozilla and thunderbird on 4.x to fix many builds or
mark them BROKEN
2005-12-09 03:15:07 +00:00
Jeremy Messenger
a762891c30 Improvement on example in bsd.gecko.mk.
Reviewed by:	ahze
2005-12-09 03:00:30 +00:00
Jeremy Messenger
08a4dd8ea8 - Use an awsome new USE_GECKO.
- Firefox is no longer part of option, because it doesn't build with new
  Firefox 1.5. So... Current, it only has Mozilla. If it works with the other
  gecko-based such as Seamonkey, Thunderbird or so, then let me know and I
  shall add it in the list.
2005-12-09 02:19:59 +00:00
Michael Johnson
0e7c62b0ef - Mark BROKEN with new firefox 1.5. 2005-12-09 01:39:43 +00:00
Michael Johnson
8b11f86f7e - Fix build in tinderbox 2005-12-08 23:58:02 +00:00
Erwin Lansing
19c89afcfd Update to 0.10 2005-12-08 12:52:26 +00:00
Erwin Lansing
ae8e0dcc5a Bundle::Catalyst has been replaced by Task::Catalyst. Mark for
deprecation in two months.

Submitted by:	Lars Balker Rasmussen <lars@balker.dk> (maintainer)
2005-12-08 11:22:00 +00:00
Dmitry Sivachenko
0da2455aa9 Update to 3.48.
PR:		90083
Submitted by:	leeym
2005-12-08 11:12:08 +00:00
Emanuel Haupt
b97c9968cc Add p5-CGI-Application-Plugin-DBH, a module for easy DBI access from CGI::Application
PR:		89835
Submitted by:	Espen Tagestad <espen@tagestad.no>
2005-12-08 09:39:27 +00:00
Anton Berezin
49b88710ec Update to 3.15. 2005-12-08 08:47:53 +00:00
Joe Marcus Clarke
4b2865e296 Update to 3.17. 2005-12-08 05:20:08 +00:00
Clement Laforet
d744e83391 - Add forgotten mod_filter
Spotted by:		Cheese Lottery <cheeselottery@gmail.com>
2005-12-07 20:54:42 +00:00