summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)Author
2007-08-16Upgrade to the shnapshot of 13 August 2007.Thierry Thomas
Changelog: The configuration option merge-spans has been added.
2007-08-16Update to 0.6Tilman Keskinoz
2007-08-16Update to 0.6.7.Sergey A. Osokin
Update patch for nginx.conf. Rewrote pkg-plist as describe in FreeBSD Porter's Handbook, section 7.3 for fix package installation. (*) Problem found by: Denis Shaposhnikov dsh at vlink dot ru (*) <ChangeLog> *) Change: now the paths specified in the "include", "auth_basic_user_file", "perl_modules", "ssl_certificate", "ssl_certificate_key", and "ssl_client_certificate" directives are relative to directory of nginx configuration file nginx.conf, but no to nginx prefix directory. *) Change: the --sysconfdir=PATH option in configure was canceled. *) Change: the special make target "upgrade1" was defined for online upgrade of 0.1.x versions. *) Feature: the "server_name" and "valid_referers" directives support regular expressions. *) Feature: the "server" directive in the "upstream" context supports the "backup" parameter. *) Feature: the ngx_http_perl_module supports the $r->discard_request_body. *) Feature: the "add_header Last-Modified ..." directive changes the "Last-Modified" response header line. *) Bugfix: if an response different than 200 was returned to an request with body and connection went to the keep-alive state after the request, then nginx returned 400 for the next request. *) Bugfix: a segmentation fault occurred in worker process if invalid address was set in the "auth_http" directive. *) Bugfix: now nginx uses default listen backlog value 511 on all platforms except FreeBSD. Thanks to Jiang Hong. *) Bugfix: a worker process may got caught in an endless loop, if an "server" inside "upstream" block was marked as "down"; bug appeared in 0.6.6. *) Bugfix: now Solaris sendfilev() is not used to transfer the client request body to FastCGI-server via the unix domain socket. </ChangeLog>
2007-08-16Update to 0.5.31.Sergey A. Osokin
Rewrote pkg-plist as describe in FreeBSD Porter's Handbook, section 7.3 for fix package installation. (*) Problem found by: Denis Shaposhnikov dsh at vlink dot ru (*) <ChangeLog> *) Feature: named locations. *) Feature: the "proxy_store" and "fastcgi_store" directives. *) Feature: the "proxy_store_access" and "fastcgi_store_access" directives. </ChangeLog>
2007-08-15Fix for "make install"; logic in cgiwrap's autoconf file for --with-cgiwrapdJeremy Chadwick
and --without-cgiwrapd is broken (always assumes cgiwrapd will be used). Will submit fix upstream. Reviewed by: philip Approved by: philip
2007-08-15Updating cgiwrap from 3.9 to 4.0. Tested on RELENG_6.Jeremy Chadwick
Reviewed by: philip Approved by: philip
2007-08-15Update to 9.23, see ChangeLog for details:Jeremy Messenger
http://www.opera.com/docs/changelogs/linux/923/ Security: http://www.opera.com/support/search/view/865/
2007-08-15This patch updates www/opera to version 9.23. This is a security update.Ion-Mihai Tetcu
Changelog: http://www.opera.com/docs/changelogs/freebsd/923/ PR: ports/115543 Submitted by: Arjan van Leeuwen (maintainer) Security: http://www.vuxml.org/freebsd/df4a7d21-4b17-11dc-9fc2-001372ae3ab9.html
2007-08-15- Update to 0.9.12.1Cheng-Lung Sung
Changelog prewikka 0.9.12.1: - Implement an Auto-Refresh system (fix #231). (including code from Paul Robert Marino <prmarino1@gmail.com>). - Ability to filter on missing/offline/online/unknown agents. Make more easier to read each agent status in collapsed mode. - Fix filter load/save/delete issue with translation. - New 'My account' tabs, under the Settings section (fix #241). - New messageid and analyzerid parameters, allowing link to a Prewikka alert from an external tool (previously required a database query in order to retrieve the database event id). - Don't redirect to user listing once an user preference are recorded. Fix changing of another user language by an user with PERM_USER_MANAGEMENT. Display target user language rather than current user language. - Improve the timeline control table layout. - Fix translation of string possibly using plural. - Fix a template compilation problem with certain version of Cheetah (Giandomenico De Tullio <ghisha at email.it>) PR: ports/115234 Submitted by: maintainer (Robin Gruyters)
2007-08-15- Update to 0.30Cheng-Lung Sung
2007-08-15- Update to 0.69Cheng-Lung Sung
2007-08-15Upgrade to 0.12.Vanilla I. Shu
2007-08-14Update to 2.11.1.Joe Marcus Clarke
2007-08-14- Update to 1.07.3Rong-En Fan
- Add some knobs to change sbox settings, like UID_MIN, GID_MIN, SAFE_PATH, and LOGFILE. These values are not the same as distribution default, but the same as bsd.apache.mk. - Remove dependency on Apache as this is only a CGI. This will fix brokenness for sysutils/dtc (conflict dependency). - Refine COMMENT from author's version of this port - Add WWW entry
2007-08-14Update to 3.5b18Johan van Selst
2007-08-14- Update to version 4.1.2Cheng-Lung Sung
PR: ports/115440 Submitted by: maintainer (Gerrit Beine)
2007-08-14- Update to 2.147Cheng-Lung Sung
2007-08-14- unbreakCheng-Lung Sung
- cgi_multipart_eof_fix-2.2 rerolled, bump PORTREVISION
2007-08-14 - Update to 2.6.STABLE14 plus three patches (seeXin LI
http://www.squid-cache.org/Versions/v2/2.6/changesets/ for details) - Add two new authentication helpers: DB and squid_kerb_auth - Add the website mirrors to the list of download sites as a last resort in case the distfiles do not make it to the FTP mirrors in time - Update the mirror server list a bit after checking with the official list at http://www.squid-cache.org/Download/mirrors.dyn - Stop handling the "WITH_DEBUG" case: bsd.port.mk handles this just fine - Add a new rc configuration variable "squid_pidfile" that defaults to $PREFIX/squid/logs/squid.pid, use this variable for $pidfile in the rc script and document it in the Squid default/example configuration - Update the ICAP-2.6-bootstrap patch to reflect changes in the Squid sources Submitted by: maintainer PR: ports/115453 (in followup)
2007-08-14- Update to 0.6.10Cheng-Lung Sung
2007-08-13Update to 1.03Lars Balker Rasmussen
2007-08-13Update to 5.7008Lars Balker Rasmussen
2007-08-13Update to 1.07Erwin Lansing
2007-08-13- Introduce lynx.cfg.sample and lynx.lss.sampleMartin Matuska
- Do not delete/overwrite lynx.lss if changed PR: ports/112863 Patch by: mm Approved by: maintainer (timeout), garga (mentor, implicit)
2007-08-13It would appear to make sense to let the author of mathopd, MichielAnton Berezin
Boland, to take over maintaining this port.
2007-08-12Revert previous commit, I lost the race with the distinfo fix.Kris Kennaway
2007-08-12- Update to 1.2.0Rong-En Fan
PR: ports/115280 Submitted by: Tobias Roth <ports at fsck.ch> (maintainer)
2007-08-12Fix build with gcc42Tilman Keskinoz
2007-08-11- Correct COMMENTRong-En Fan
PR: ports/115376, ports/115377 Submitted by: Geoff Glasson <g_glasson at jimali.dyndns.org> (maintainer)
2007-08-11- Update to 0.0.1r20070801Rong-En Fan
- Fix build after autotools changes PR: ports/115229 Submitted by: Phillip Neumann <pneumann at gmail.com> (maintainer)
2007-08-10Update to 5.700704Lars Balker Rasmussen
2007-08-10- Update to 0.92Cheng-Lung Sung
2007-08-09BROKEN: size mismatchKris Kennaway
2007-08-09- Update to 0.11.2Andrew Pantyukhin
2007-08-08Fix pkg-plist.Sergey Skvortsov
Pointed by: pointyhat (kris)
2007-08-08Fix build on 64 bit platformsTilman Keskinoz
2007-08-08- Update to 0.11.1+1Andrew Pantyukhin
2007-08-08add py-html5lib 0.9Ying-Chieh Liao
A Python based HTML parser based on the HTML5 spec
2007-08-07Add p5-Catalyst-Action-REST 0.50, automated REST Method Dispatching forSergey Skvortsov
Catalyst.
2007-08-07- Update to 0.9.0.2Andrew Pantyukhin
2007-08-07- Update to 1.6.3.1Andrew Pantyukhin
2007-08-07- Update to 0.61Andrew Pantyukhin
2007-08-07upgrade to 1.14Ying-Chieh Liao
2007-08-07- Update to 0.87Cheng-Lung Sung
PR: ports/115167 Submitted by: maintainer <hideo_AT_lastamericanempire dot com>
2007-08-07- Hide cgi_multipart_eof_fix's warning in rc.d scriptCheng-Lung Sung
after recent rubygem-mongrel update. - bump PORTREVISION PR: ports/115102 Submitted by: Alexander Logvinov <ports_AT_logvinov dot com>
2007-08-06Upgrade to 2.8.7dev7Andrey A. Chernov
2007-08-06 - update to 0.5.1Alexander Botero-Lowry
- take maintainer ship [1] Approved by: anholt [1]
2007-08-06Attempt to fix build of sunbird on !i386Michael Johnson
Reported by: pointyhat via kris
2007-08-06Add flickcurl, it's a c library for the Flickr API.Vanilla I. Shu
2007-08-06- Update to 1.1.4Andrew Pantyukhin