aboutsummaryrefslogtreecommitdiff
path: root/www
Commit message (Collapse)AuthorAgeFilesLines
* Add ja-trac-0.9.2 (translated version of www/trac).Jun Kuriyama2005-12-171-0/+1
| | | | | | | Repocopied by: marcus (ports/90472) Notes: svn path=/head/; revision=151411
* - Fix plist and improve dbd /mem_cache logicClement Laforet2005-12-172-14/+13
| | | | Notes: svn path=/head/; revision=151396
* - Remove some unneeded lines formally needed by 4.x (but breaks stuff now)Michael Johnson2005-12-161-9/+0
| | | | Notes: svn path=/head/; revision=151337
* Update to 1.9Sam Lawrance2005-12-162-3/+4
| | | | | | | | PR: ports/90422 Submitted by: Dryice Liu <dryice@hotpop.com> (maintainer) Notes: svn path=/head/; revision=151307
* Only directories that need to be writable by typo should be ownedSam Lawrance2005-12-161-1/+3
| | | | | | | | | | | by the www user. Bump PORTREVISION. PR: ports/90119 Submitted by: Vivek Khera <vivek@khera.org> Approved by: Jonathan Weiss <jw@innerewut.de> (maintainer) Notes: svn path=/head/; revision=151304
* Update pkg-descr with more current information.Sam Lawrance2005-12-161-3/+2
| | | | | | | | | PR: ports/89924 Submitted by: FX <gentoo@sbcglobal.net> Approved by: Josh Tolbert <hemi@puresimplicity.net> (maintainer) Notes: svn path=/head/; revision=151303
* Update to 3.2.35Sam Lawrance2005-12-163-6/+15
| | | | | | | | PR: ports/90337 Submitted by: Radim Kolar <hsn@netmag.cz> Notes: svn path=/head/; revision=151284
* - Grrrrr. mod_mem_cache needs threads-capable APRClement Laforet2005-12-151-1/+4
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=151266
* Change email address for all my ports.Andrey Slusar2005-12-151-2/+2
| | | | | | | Approved by: sem(mentor) Notes: svn path=/head/; revision=151262
* Update to 0.04Erwin Lansing2005-12-152-4/+4
| | | | | | | | PR: 90434 Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer) Notes: svn path=/head/; revision=151258
* Correct way to check WITH_PHP4_OPT and ${PHP_VER} == 4Marcus Alves Grando2005-12-152-4/+8
| | | | Notes: svn path=/head/; revision=151255
* Update to 1.03Erwin Lansing2005-12-152-4/+4
| | | | | | | | PR: 90433 Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer) Notes: svn path=/head/; revision=151253
* Only enable SVG support on 6.X and higher since it's still causing GCCJoe Marcus Clarke2005-12-156-6/+6
| | | | | | | errors with GCC 3.4.2. Notes: svn path=/head/; revision=151248
* - Update to 2.4Renato Botelho2005-12-152-3/+4
| | | | | | | | PR: ports/90421 Submitted by: maintainer Notes: svn path=/head/; revision=151232
* Fix dependency after removal of WANT_PHP_PEAR.Alex Dupre2005-12-151-2/+2
| | | | | | | Spotted by: pointyhat via kris Notes: svn path=/head/; revision=151222
* Remove expired ports.Sam Lawrance2005-12-1514-277/+0
| | | | Notes: svn path=/head/; revision=151214
* Upgrade to 3.0.9.Thierry Thomas2005-12-146-12/+12
| | | | | | | | This version fixes a showstopper bug in Horde_Form select fields (Bug #3123) introduced in 3.0.8. Notes: svn path=/head/; revision=151196
* More accurate info about auto_globals_jit and PHP versionMarcus Alves Grando2005-12-142-2/+2
| | | | Notes: svn path=/head/; revision=151194
* Fix PHP4 optimization with new apache versionsMarcus Alves Grando2005-12-142-30/+68
| | | | | | | | | | | Bump PORTREVISION Install apc.php in DOCSDIR Add message about APC and PHP >= 5.1 [1] Thanks to: Rasmus Lerdorf [1] Notes: svn path=/head/; revision=151186
* Add serendipity 0.9.1, PHP based weblog software.Aaron Dalton2005-12-1411-0/+3303
| | | | | | | | PR: ports/90342 Submitted by: babak@farrokhi.net Notes: svn path=/head/; revision=151173
* CVE-2005-3352Andrey A. Chernov2005-12-142-1/+36
| | | | Notes: svn path=/head/; revision=151170
* - Securitry FixDirk Meyer2005-12-142-1/+36
| | | | | | | | | SECURITY: CVE-2005-3352 (cve.mitre.org) Obtained from: ports Notes: svn path=/head/; revision=151169
* Mark BROKEN with PHP 5.1.Alex Dupre2005-12-141-2/+1
| | | | Notes: svn path=/head/; revision=151165
* - Patch cgi-script to use absolute URL without host:port in forms.Volker Stolz2005-12-142-4/+20
| | | | | | | | | | | | | This fixes problems where the hostname instead of the original host-part from the query will be used as target in forms (eg. in a FastCGI'd version). If you are for example accessing the webserver through localhost over an ssh-forwarded connection, the URLs would be rewritten to use the real hostname, thus becoming unusable. Bump PORTREVISION. - Do not require perl at build-time - Pet portlint Notes: svn path=/head/; revision=151161
* - bump PORTEPOCH for rolling back from 1.09 to 1.08 in previous commitYen-Ming Lee2005-12-141-0/+1
| | | | Notes: svn path=/head/; revision=151132
* - 1.09 is buggy and won't build. rollback to 1.08Yen-Ming Lee2005-12-132-4/+4
| | | | | | | Noticed by: tobez@ Notes: svn path=/head/; revision=151125
* - Fix envvars.d [1]Clement Laforet2005-12-138-30/+92
| | | | | | | | | | | | | | | | | | | | | - 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] Notes: svn path=/head/; revision=151123
* - assign maintainer to perl@Yen-Ming Lee2005-12-131-1/+1
| | | | Notes: svn path=/head/; revision=151119
* - update to 1.09Yen-Ming Lee2005-12-132-5/+6
| | | | | | | - relocate comment to make portlint happier Notes: svn path=/head/; revision=151118
* Add SA256 checksums.Joseph Koshy2005-12-131-0/+1
| | | | Notes: svn path=/head/; revision=151108
* - Fix typo (it's actually in apache SVN repo)Clement Laforet2005-12-132-2/+2
| | | | | | | Reported by: Matt Smith <matt@xtaz.co.uk> Notes: svn path=/head/; revision=151091
* Update to 0.20Erwin Lansing2005-12-132-4/+5
| | | | | | | | PR: 90324 Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer) Notes: svn path=/head/; revision=151088
* - mark broken on 4.xMichael Johnson2005-12-131-0/+4
| | | | Notes: svn path=/head/; revision=151073
* Remove from PATCHFILES things that are not patch filesSam Lawrance2005-12-121-2/+4
| | | | | | | | | | | (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) Notes: svn path=/head/; revision=151058
* SECURITY: CVE-2005-3352 (cve.mitre.org)Clement Laforet2005-12-124-2/+71
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=151045
* SECURITY: CVE-2005-3352 (cve.mitre.org)Clement Laforet2005-12-122-1/+36
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=151042
* SECURITY: CVE-2005-3352 (cve.mitre.org)Clement Laforet2005-12-124-1/+72
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=151041
* The distfile has been renamed.Thierry Thomas2005-12-126-12/+9
| | | | | | | | | | | | | | 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') ?> Notes: svn path=/head/; revision=151020
* This module provides Access Control List style path protection, withErwin Lansing2005-12-125-0/+48
| | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=151008
* This plugin uses "Authen::Htpasswd" to let your application useErwin Lansing2005-12-125-0/+48
| | | | | | | | | | | | ".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> Notes: svn path=/head/; revision=151002
* This plugin uses a DBIx::Class (or Class::DBI) object to authenticate a user.Erwin Lansing2005-12-125-0/+50
| | | | | | | | | | WWW: http://search.cpan.org/dist/Catalyst-Plugin-Authentication-Store-DBIC/ PR: ports/90273 Submitted by: Lars Balker Rasmussen <lars@balker.dk> Notes: svn path=/head/; revision=150996
* Role based access control is very simple: every user has a list ofErwin Lansing2005-12-125-0/+49
| | | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=150992
* The authentication plugin provides generic user support. It is the basisErwin Lansing2005-12-125-0/+59
| | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=150990
* Fix WWWErwin Lansing2005-12-121-1/+1
| | | | | | | | PR: 90270 Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer) Notes: svn path=/head/; revision=150980
* - update to 0.07Yen-Ming Lee2005-12-122-3/+4
| | | | | | | | PR: 90175 Submitted by: leeym Notes: svn path=/head/; revision=150957
* change maintainer email addressYing-Chieh Liao2005-12-121-1/+1
| | | | Notes: svn path=/head/; revision=150937
* Security upgrade to 3.0.8.Thierry Thomas2005-12-116-12/+15
| | | | | | | | | | 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 Notes: svn path=/head/; revision=150913
* - Autoindex2 requires php-session.Florent Thoumie2005-12-111-1/+1
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=150903
* - AutoIndex requires php-session.Florent Thoumie2005-12-111-1/+2
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=150891
* - Reword the BROKEN= if no gecko is found so it will be a little more clearMichael Johnson2005-12-101-1/+1
| | | | | | | that it was unable to find a supported gecko for a port. Notes: svn path=/head/; revision=150830