summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2002-11-28update to 0.3.2.1 (w3m-0.3.2.1-m17n-20021127).itojun3-12/+14
full changelog is too long to be included here. most important fix is below: > From: Fumitoshi UKAI <ukai@debian.or.jp> > w3m 0.3.2.1 is stable update of w3m 0.3.2. > Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp> found a security vulnerability > in w3m 0.3.2 that w3m will miss to escape html tag in frame contents, > so malicious frame html will deceive you to access your local files, cookies > and so on.
2002-11-27update to 1.2.1drochner6-22/+15
changes: -preparation for zope-2.6 -look-&-feel changes -bugfixes
2002-11-27update to 1.5.0drochner3-8/+10
changes: -New feature: standard_object_list = the AbracadabraObjectBox will be filled with the returned object-ids; -standard_object_list can be a python-script which returns id dependent on the context; VERY, VERY USEFUL FEATURE! -refactored CharacterMapping into own file for easier custom modifications -redesigned the code for auto_id; added a auto_id-feature for all non integer and string-type-properties as current timestamp -refactored code for AbracadabraObjectBox; you can call insert the AbracadabraObjectBox with into your manage_methods.
2002-11-27update to 1.3.0drochner3-7/+18
changes: -XML serialization of forms added -bugfixes
2002-11-27update to 0.6drochner3-10/+11
changes: -comment management added -bugfixes
2002-11-26Add RCS tag.cjep12-0/+12
2002-11-26the ssl command line argument has changed -- fix to pullin ssl supportdrochner1-2/+2
again
2002-11-26Make this package install its configuration file in the examples directoryjmmv5-11/+44
and use PKG_SYSCONFDIR stuff to copy it to the right place. Bump PKGREVISION to 1. Approved by wiz.
2002-11-25Update to 0.23.5, needed by to-be-committed subversion update.wiz4-10/+25
Excerpt of changes (+portability and bug fixes): * Add support for `--la-file' argument to neon-config, which prints the full path of the installed libneon.la file. * Improved address resolver (ne_addr_*) replacing ne_name_lookup(): - use getaddrinfo() if found; include support for IPv6 (based on work by Noriaki Takamiya) * For a hostname with multiple addresses, each address is tried in turn until a connection is made. * RFC2818 compliance for certificate identity checks in SSL: - use `dNSname' values in subjectAltName extension if present - hostname comparison fixed to not be case-sensitive * Added NE_DBG_SSL debug channel. * ne_strerror changed to return the passed-in buffer. * Added ne_strnzcpy macro to ne_string.h. * Added reference documentation: - ne_sock_init, ne_addr_*. * Remove the const qualifier from the reason_phrase field in ne_status. - ne_parse_statusline() now strdup's the reason_phrase * Remove the status_line argument from ne_207_end_propstat and _end_response * Change ne_session_create, ne_session_proxy, ne_sock_connect, and the 'port' field of the ne_uri structure to use an unsigned int for port numbers * ne_uri_defaultport returns unsigned and '0' on an unknown port (not -1). * Changes to hooks interface: - pass an ne_request pointer to per-request hooks - replace "accessor" hooks with ne_{get,set}_{request,session}_private * Authentication changes: - the hooks changes fix a segfault if auth is enabled for an SSL session through a proxy server - fix ne_forget_auth segfault if either proxy or server auth are not used * Improvements to persistent connection retry logic and error handling in request code; fixing some cases where some errors where incorrectly treated as a persistent connection timeout - a TCP RST at the appropriate time is now treated as a persistent connection timeout. - handle persistent connection timeouts on SSL connections * Changes to SSL support: - improved error handling - fix for proxy CONNECT tunnelling with some proxies (e.g. Traffic-Server) - fix potential segfault if client cert. provider callback is used - fix to use supplied password callback for PEM-encoded client certificates (Daniel Berlin) * Remove ne_read_file(). * ne_version_match replaces ne_version_minimum (semantics changed slightly). * XML request bodies use a content-type of "application/xml" now; applications can use NE_XML_MEDIA_TYPE from ne_xml.h
2002-11-25Switch ppc to suse emulation packages instead of linuxppc_lib.wiz1-2/+3
2002-11-25Nit in last.wiz1-2/+2
2002-11-25Put comment at begin of line so that make recognizes it.wiz1-2/+2
2002-11-25Update MASTER_SITES for ppc version.wiz1-2/+4
2002-11-25Update squid package to squid-2.5.1nb2.taca3-7/+8
- Apply disabled official patch since the patch's content has corrected. * Impossible to define acls with spaces in them - Remove "@unexec ${RMDIR} %D/etc/squid ..." line from PLIST since there is already removing directory line which use more generic PKG_SYSCONFDIR variable.
2002-11-25pull in http://lynx.isc.org/current/lynx2.8.4rel.1d.patch.gz.itojun3-28/+6
* correct inverted logic of restrictions table which made "-restrict=default" provide incorrect values for several items. This was broken in 2.8.4dev.19 (reported by Jeff Long <long@ukans.edu> and RobertM <robm@bob.bofh.org>) -TD * correct check for calling endwin() to allow for curses implementations without newterm (report/patch by Brett Lymn).
2002-11-25List Takahiro Kambe as new maintainer of this package.tron1-2/+2
2002-11-24Update squid 2.5.1STABLE1nb1.taca2-4/+54
Apply official patches: * Small typo in dnsserver error message on DNS overload * Filter out unproxyable authentication schemes * cachemgr login & password revealed in HTTP server log files * make uninstall removes squid.conf * Segmentation fault if a external_acl helper exits prematurely * Squid rejects GET/HEAD with request entities claimint error 411 * external_acl.c compilation failure * memory leak of acl structures on "squid -k reconfigure" * Occasional corruption of objects when using aufs * Cachemgr "Total accounted:" memory statistics always report "-1" * WCCP hash assignment can sometimes be missed by the router * external_acl helper problem with spaces * --enable-async-io or --with-storeio=aufs fails to automatically enable --with-pthreads * "make addlang" fails * Specifying LDAP servers last on the command line does not work * Referer log not closed on shutdown * Many files missing from the contrib directory But the most recent patch isn't included since it content seems to be broken. * Impossible to define acls with spaces in them
2002-11-22Backout last change. It makes PHP unusable with Apache 1.3.x.tron1-7/+1
2002-11-22Update www/tidy to latest version released on November 8th, 2002 usingjschauma3-18/+20
patches provided by (wolfgang at wsrcc dot com) in PR pkg/19126. Minor changes by me: new homepage is at sourceforge, shut up pkglint. An official changelog does not seem to be available, but according to the PR, this version ``has prettier (more structured) output'' and ``produce[s] nice-looking xhtml''.
2002-11-22Update htmllint to latest version of 20021103. This addresses the checksumjschauma4-14/+19
mismatch pointed out in PR pkg/19129. If I was able to read Japanese, I would probably also have been able to provide a list of changes since the last version. Maybe somebody who does speak Japanese could post the list of changes if available?
2002-11-20When testing if /usr/sbin/sendmail exists, don't try do use /usr/lib/sendmailbouyer2-4/+5
when it does.
2002-11-20BUGFIX: an glitch got into one if the patch files of the updated libwww ...reinoud2-5/+6
please update for gmake can get into an endless loop
2002-11-19Update www/ap2-perl to 1.99.7. Changes from version 1.99.5 include:jlam4-31/+117
* Using a stable distfile instead of the daily snapshot. * add $r->add_config method to add dynamic configuration at request time * add Apache::DIR_MAGIC_TYPE constant * add support for directive handlers * add Apache::Server->add_config method to add dynamic configuration at server startup time * add Apache::Directive->to_string method * add support for pluggable <Perl> sections * fix the filehandle leak in APR::PerlIO * fix compilation if apache/apr do not have thread support
2002-11-19As per discussion in pkg/18854, remove support for apache_start.conf asjlam2-38/+14
the precedence of the contents of this file changes depending on whether it's started at boot time or started manually, and it's not really necessary to add the extra complexity since it's valid (and easier) to just set apache_start in /etc/rc.conf.
2002-11-19As per discussion in pkg/18854, remove support for apache_start.conf asjlam1-19/+19
the precedence of the contents of this file changes depending on whether it's started at boot time or started manually, and it's not really necessary to add the extra complexity since it's valid (and easier) to just set apache_start in /etc/rc.conf. Also make the script more verbose.
2002-11-19Bump PKGREVISION of ap-ssl: no longer install apache_start.conf; Apache/SSLjlam4-15/+16
users should just add: apache_start="startssl" to /etc/rc.conf.
2002-11-19Fix this to match the reality of which headers and libraries are installedjlam1-3/+4
by apache2.
2002-11-19Remove "nb1" after recent update to 5.4.0.jlam2-4/+3
2002-11-19Update the Amaya package from version 5.3 to 6.4. Main advantages are SVGreinoud8-267/+653
graphics rendering bonus and its more stable on my Alpha. There are some issues with libPNG file loading but those are the same the old version had; probably related to running on the Alpha.
2002-11-19Update of the libwww package to the w3c-libwww-5.4.0 distro as found onreinoud7-85/+66
w3c.org. It features some bug fixes and new function calls that are used in the new Amaya f.e. Tested on Alpha
2002-11-19Pullup revisions 1.114 and 1.115 from www/apache/Makefile:martti1-3/+3
Use "${NONBINMODE}" instead of mode "0" so that "pkg_admin check" still works for a normal user. Also invoke "chmod" only once because fork() and exec() is expensive on certain platforms.
2002-11-19Use wildcard dependence on "db" package.tron1-3/+2
2002-11-18Fix glitch in last commit.tron1-2/+2
2002-11-18Use "${NONBINMODE}" instead of mode "0" so that "pkg_admin check" stilltron1-3/+3
works for a normal user. Also invoke "chmod" only once because fork() and exec() is expensive on certain platforms.
2002-11-18Fix chmod (PR#19093 by Adrian Portelli). Bump PKGREVISION.martti2-6/+8
2002-11-18Fix BUILDLINK_DEPENDS.apachemartti1-2/+2
2002-11-15add zope25-ZMySQLDAdrochner1-1/+2
2002-11-15add zope-mysql adapter, submitted as PR pkg/19058 by mlh@goathill.org,drochner4-0/+60
with some fixes/cleanup by me
2002-11-15Updated apache6 to 1.3.27nb1martti1-1/+2
chmod 0 libexec/cgi-bin/{printenv,test-cgi} (to make nessus happy).
2002-11-15Updated apache to 1.3.27nb2martti1-2/+2
chmod 0 libexec/cgi-bin/{printenv,test-cgi} (to make nessus happy).
2002-11-15chmod 0 libexec/cgi-bin/{printenv,test-cgi} (to make nessus happy).martti2-2/+4
2002-11-14add zopeeditdrochner1-1/+3
2002-11-14client side helper application for zope25-ExternalEditordrochner4-0/+52
2002-11-14Zope product to allow editing objects with "any" editordrochner4-0/+53
2002-11-14add new zope stuffdrochner1-1/+9
2002-11-14a complete CMF (content management framework) on Zopedrochner4-0/+688
2002-11-14another product to manage a photo collectiondrochner4-0/+67
2002-11-14a tag which displays METAR datadrochner4-0/+74
(not really mature but looks nice...)
2002-11-14import MetaPublisher-1.2.8, a data table and access form tooldrochner4-0/+428
2002-11-14similar to PropertyObject, to be used as template in conjunction withdrochner4-0/+47
PropertyObject and AbracadabraObject