summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-10-02fix previous. need. sleep.dillo1-3/+4
2002-10-02use automake.mkdillo1-5/+4
2002-10-02make use of new automake.mkdillo3-12/+25
2002-10-02Use automake.mk.wiz1-8/+9
2002-10-02add makefile fragments for packages that need automake / autoconf to build.dillo2-0/+61
2002-10-02Works with texinfo-4.0 too, and we don't have any newer version anyway ;)wiz1-2/+2
2002-10-02Use buildlink2seb1-5/+3
Use perl5/module.mk
2002-10-02buildlink1 -> buildlink2seb1-6/+3
Use perl5/module.mk
2002-10-02buildlink1 -> buildlink2seb1-6/+3
Use perl5/module.mk
2002-10-02buildlink1 -> buildlink2seb1-6/+3
Use perl5/module.mk
2002-10-02buildlink1 -> buildlink2seb3-18/+9
Use perl5/module.mk
2002-10-02note xfstt update.grant1-1/+2
2002-10-02note apache and apache6 update.grant1-1/+3
2002-10-02Fix apache2 update to 2.0.40 - s/apache/apache2/grant1-2/+2
2002-10-02note socks5 update.grant1-1/+2
2002-10-02add rc script and use bsd.pkg.install.mk.grant3-2/+22
bump PKGREVISION.
2002-10-02www/apache2itojun1-1/+2
2002-10-02upgrade to 2.0.42.itojun3-26/+124
--- Changes with Apache 2.0.42 *) mod_dav: Check for versioning hooks before using them. [Greg Stein] Changes with Apache 2.0.41 *) The protocol version (eg: HTTP/1.1) in the request line parsing is now case insensitive. [Jim Jagielski] *) Allow AddOutputFilterByType to add multiple filters per directive. [Justin Erenkrantz] *) Remove warnings with Sun's Forte compiler. [Justin Erenkrantz] *) Fixed mod_disk_cache's generation of 304s [Kris Verbeeck <Kris.Verbeeck@ubizen.com>] *) Add support for using fnmatch patterns in the final path segment of an Include statement (eg.. include /foo/bar/*.conf). and remove the noise on stderr during config dir processing. [Joe Orton <jorton@redhat.com>] *) mod_cache: cache_storage.c. Add the hostname and any request args to the key generated for caching. This provides a unique key for each virtual host and for each request with unique args. [Paul J. Reder, args code provided by Kris Verbeeck] *) mod_cache: Do not cache responses to GET requests with query URLs if the origin server does not explicitly provide an Expires header on the response (RFC 2616 Section 13.9) [Kris Verbeeck krisv@be.ubizen.com] *) Fix memory leak in core_output_filter. [Justin Erenkrantz] *) Update OpenSSL detection to work on Darwin. [Sander Temme <sctemme@covalent.net>] *) Update the xslt and css to give the documentation a more modern style. [André Malo <nd@perlig.de>, Gernot Winkler <greh@o3media.de>] *) Fix some bucket memory leaks in the chunking code [Joe Schaefer <joe+apache@sunstarsys.com>] *) Add ModMimeUsePathInfo directive. [Justin Erenkrantz] *) mod_cache: added support for caching streamed responses (proxy, CGI, etc) with optional CacheMaxStreamingBuffer setting [Brian Pane] *) Add image/x-icon to httpd.conf PR 10993. [Ian Holsman, Peter Bieringer <pb@bieringer.de>] *) Fix FileETags none operation. PR 12207. [Justin Erenkrantz, Andrew Ho <andrew@tellme.com>] *) Restored the experimental leader/followers MPM to working condition and converted its thread synchronization from mutexes to atomic CAS. [Brian Pane] *) Fix Logic on non-html file removal in mod_deflate [Kris Verbeeck <Kris.Verbeeck@ubizen.com>] *) Fix "ab -g"'s truncated year: the last digit was cut off. [Leon Brocard <acme@astray.com>] *) mod_rewrite can now sets cookies in err_headers, uses the correct expiry date, and can now set the path as well PR 12132,12181,12172. [Ian Holsman / Rob Cromwell <apachechangelog@robcromwell.com>] *) The content-length filter no longer tries to buffer up the entire output of a long-running request before sending anything to the client. [Brian Pane] *) Win32: Lower the default stack size from 1MB to 256K. This will allow around 8000 threads to be started per child process. 'EDITBIN /STACK:size apache.exe' can be used to change this value directly in the apache.exe executable. [Bill Stoddard] *) Win32: Implement ThreadLimit directive in the Windows MPM. [Bill Stoddard] *) Remove CacheOn config directive since it is set but never checked. No sense wasting cycles on unused code. Besides, the only truly bug free code is deleted code. :) [Paul J. Reder] *) BufferLogs are now run-time enabled, and the log_config now has 2 new callbacks to allow a 3rd party module to actually do the writing of the log file [Ian Holsman] *) Correct ISAPIReadAheadBuffer to default to 49152, per mod_isapi docs. [André Malo, Astrid Keßler <kess@kess-net.de>] *) Fix Segfault in mod_cache. [Kris Verbeeck <Kris.Verbeeck@ubizen.com>] *) Fix a null pointer dereference in the merge_env_dir_configs function of the mod_env module. PR 11791 [Paul J. Reder] *) New option to ServerTokens 'maj[or]'. Only show the major version Also Surfaced this directive in the standard config (default FULL) [Ian Holsman] *) Change mod_rewrite to use apr-util's dbm support for dbm rewrite maps. The dbm type (e.g., ndbm, gdbm) can be specified on the RewriteMap directive. PR 10644 [Jeff Trawick] *) Fixed mod_rewrite's RewriteMap prg: support so that request/response pairs will no longer get out of sync with each other. PR 9534 [Cliff Woolley] *) Fixes required to get quoted and escaped command args working in mod_ext_filter. PR 11793 [Paul J. Reder] *) mod-proxy: handle proxied responses with no status lines [JD Silvester <jsilves@uwo.ca>, Brett Huttley <brett@huttley.net>] *) Fix bug where environment or command line arguments containing non-ASCII-7 characters would cause the Win32 child process creation to fail. PR 11854 [William Rowe] *) Bug #11213.. make module loading error messages more informative [Ian Darwin <Ian779@darwinsys.com>] *) thread safety & proxy-ftp [Alexey Panchenko alexey@liwest.ru, Ian Holsman] *) mod_disk_cache works much better. This module should still be considered experimental. [Eric Prud'hommeaux] *) Performance improvement for keepalive requests: when setting aside a small file for potential concatenation with the next response on the connection, set aside the file descriptor rather than copying the file into the heap. [Brian Pane]
2002-10-02buildlink1 -> buildlink2markd2-6/+20
Expand on the DESCR. Partially addresses pkg/18374
2002-10-02buildlink1 -> buildlink2markd2-7/+26
Expand on the DESCR. Partially addresses pkg/18374
2002-10-02Fix typo in last entry for the "vmware-module" package.tron1-2/+2
2002-10-02Our libtool + buildlink2 avoids the usual libtool bug with uninstalledjlam3-13/+35
libtool archives.
2002-10-02Use gcc/buildlink2.mk instead of Makefile.gcc.jlam2-14/+4
2002-10-02Note upgrade of lang/gauche package.minoura1-1/+2
Release 0.5.5 : Feature enchancements. * New module math.mt-random : implements Mersenne-Twister random number generator. * New module srfi-19: supports SRFI-19 (Time data types and procedures). * New procedure pa$ (partial apply), compose, and some combinator-like procedures like map$, for-each$. See "Combinators" section of the reference manual for details. * New procedures copy-file, move-file, touch-file and find-file-in-paths in file.util module. * New procedures arity, procedure-arity-includes?, arity-at-least-value to query procedure's arity. See "Procedure arity" section of the reference manual. * New syntax define-constant, set!-values, begin0, let1. * New module math.const : provides some useful constants like pi and e. * New system procedure sys-utime. * New built-in type <time>, a SRFI-compatible time representation. SRFI-18 procedures current-time, time->seconds and seconds->time are also provided. * Built-in sort function is improved for the worst case. Release 0.5.6 : Bug fix and feature enchancements. * Supports JIS X 0213:2000 japanese character set. * SRFI-27 (Source of random bits) is supported. * Added macro dolist; I couldn't regist the temptation. * Fixed a bug that caused active objects in DLL to be garbage-collected on cygwin platform. * Fixed a bug that char->integer returned wrong number (thanks for Sven Hartrumpf). * Fixed gosh's usage message (thanks for Sven Hartrumpf). * vector-fill! takes optional start/end argument (parallel to SRFI-13 string-fill!). Release 0.5.7 * Updated Boehm GC to version 6.1alpha5. * Characters can be written in Unicode, as #\uXXXX or #\uXXXXXXXX, or embedded in literal strings as \uXXXX or \UXXXXXXXX. If Gauche's internal character encoding is not UTF-8, they are converted to internal encoding by the reader. Procedures char->ucs and ucs->char are also provided. * Added SRFI-25 (multi-dimensional arrays) support as gauche.array module. See "Arrays" section of the reference manual for details. * Added SRFI-26 (cut and cute macros for specializing parameters) support. See "Making procedures" section of the reference manual. * Added SRFI-28 (basic format strings) support by simply extending the existing format to allow to omit the port argument. * Renamed module srfi-4 to gauche.uvector and added lots of arithmetic operations on the homogeneous numeric vectors. The old module srfi-4 still works as an alias of gauche.uvector. * Fixed a bug in the UTF8 to EUC_JP conversion routine in gauche.charconv module. * Added make target 'uninstall'. Release 0.6 * Multithread support * Now info documents are created and installed by default. * On-line documentation. * Several bug fix and cleanup in signal handling. Added set-signal-handler!, get-signal-handler and get-signal-handlers. Added sys-sigmask and sys-sigsuspend. Fixed sys-pause that had missed some signals to catch. * In gauche.net module, allow socket-bind and make-server-socket to accept 0 as port number and let the system assign the port. (Thanks to ODA Hideo for a patch). * Bug fix in eqv? and equal? : (eqv? 1 1.0) should be #f, but it returned #t. So as equal?. * Bug fix in call/cc and dynamic-wind handling. When you assigned continuation to the top-level variable and re-invoked it later, dynamic-wind stack wasn't called properly in certain situations. * Bug fix in reading library path from the environment variable (thanks to Alex Shinn). * Bug fix in gauche.uvector code that caused random crash with s64vector/u64vector. * Bug fix in gosh that didn't flush buffered ports when it is used non-interactively and Scheme's main function returns. (thanks to Fujii-san). Release 0.6.1 : minor fixes. * Bug fix: fixed the stack trace in the default error message which was broken since the last release. * Bug fix: gosh sometimes went into an infinite loop or dumped core when used as a slave process of Emacs and the Emacs is killed. (Thanks to Sakae for pointing this out). * The stub generator script is improved. The new format allows more compact notation. It is not fully compatible with the older versions. Gauche release 0.6.2 : * Module inheritance: modules can be inherited now. You can extend the existing modules, or bind them togehter into one module, using module inheritance. See the extended "Modules" section of the reference manual. * Added nested block comment #| ... |#. This is defined in SRFI-30 and compatible among lots of popular Scheme implementations. * Added debug stub feature (#?=). See "Debugging" section of the reference manual. * Bug fix: when SIGINT handler was installed and read was interrupted, the read procedure returned EOF. (Thanks to Julian Fondren for reporting this). * Bug fix: enable-debug hasn't been working for some time. * Bug fix: regexp worked incorrectly for patterns like #/a|(b)|c/ (thanks to Alex Shinn for reporting this). * The default signal handler for SIGHUP, SIGQUIT and SIGTERM now terminates the interpreter. So gosh terminates properly when run under Emacs and the Scheme buffer is killed. * New procedures: fixnum?, bignum?, string-pointer-copy, string-pointer-byte-index (these two are contributed by Alex Shinn), keyword->string, read-eval-print-loop, sys-nanosleep. * New procedures in util.queue: queue-length, list-&gtqueue, queue->list, find-in-queue, remove-from-queue!. Gauche release 0.6.3 : * Improved the compiler and the VM. Call-intensive applications may observe 5%-10% performance improvement. * Object-apply hook: if non-procedure object is 'applied', a generic method object-apply is implicitly invoked. * Regexp improvements: * Charset reader improvement: you can include POSIX character class notations, such as [:alpha:], in the literal character set, e.g. #[[:alpha:]]. * Syntax for literal incomplete strings are changed from #"..." to #*"...". The old one is still recognized, but its use is deprecated; eventually the #"..." syntax will be taken by string interpolation feature, so please move to the new syntax if you're using the old one. * Added module: gauche.syslog - syslog(3) API. * gauche.logger improvements: now <log-drain> object accepts procedures to generate prefix. The log can be directed to system logger by specifying symbol syslog as the logfile path. * Bug fix in file.util: directory-fold signalled an error when the directory had a dangling symlink. * Added module: rfc.quoted-printable * Bug fix in math.mt-random: the DSO file is linked with :export-symbols #t, so that other extension modules that use C API of math.mt-random can work. * Bug fix in configure.in : changed autoconf variable GZIP to GZIP_PROGRAM, for the former interferes gzip's operation.
2002-10-02Upgrade lang/gauche package to 0.6.3.minoura7-46/+218
2002-10-02buildlink1 -> buildlink2jlam1-18/+6
2002-10-02We shouldn't need the plugins when building software, only when runningjlam1-6/+1
software.
2002-10-02Trivially use buildlink2.jlam1-1/+2
2002-10-02Note that this package is part of a Qt3 build.jlam1-1/+2
2002-10-02Bracket passing QTDIR to the make and configure environments so that theyjlam1-3/+6
aren't used when building Qt3 itself, as Qt3 expects QTDIR=${WRKSRC}, which is handled by qt3-libs/Makefile.common.
2002-10-02buildlink1 -> buildlink2markd2-6/+6
Expand on the DESCR. Partially addresses pkg/18374
2002-10-02Note update of vmware-module 1.0nb1. Patch for the new devsw framework.uebayasi1-1/+2
2002-10-02Deal with LKM incompatibility introduced by gehenna-devsw merge.uebayasi8-11/+101
Patch supplied by Maekawa-san <gehhena at netbsd dot org> as PR#18337.
2002-10-02buildlink1 -> buildlink2markd1-5/+4
2002-10-02buildlink1 -> buildlink2markd2-6/+12
Expand on the DESCR. Partially addresses pkg/18374
2002-10-02Remove conditional include of bsd.prefs.mk as it immediately followsmarkd2-10/+30
an unconditional one. buildlink1 -> buildlink2 Expand on the DESCR. Partially addresses pkg/18374
2002-10-02Note update of pan to 0.11.4rh1-1/+2
2002-10-02Update pan to 0.11.4, the last GNOME version of pan. Changes include tonsrh4-15/+21
of bugfixes, plus NEW FEATURES * Added the ability to specify which characters are recognized as quote prefix characters, so nonconformists not using '>' to quote text will still have their articles colored right in Pan. * Added "Go to previous article" navigation button. * Added support for decoding yenc-encoded attachments! UPDATES * Add a new preference option, dictating whether failed tasks should be removed from the Task Manager. Unconditionally clearing the queue didn't go down too well with some of the leechers. * Added support for mime articles which explicitly specify a Content-Transfer-Encoding of x-uuencode. * Make sure that the default window size is large enough that a full line, up to the default number of wrap characters and with the default font, will fit without scrolling. * The 'Download Articles' dialog now switches the articlelist to the group when the headers have been downloaded. Since this dialog is mostly used to sample a (potentially large) group, this seems the more intuitive approach. * Added Message-ID to Find Article's search criteria. * If an article no longer exists on the news server, tasks to read that article are now automatically removed from the Task Manager.
2002-10-02Note downgrade of pan to 0.11.2nb2 and re-import of pan-0.13.0 as gtk2-panrh1-1/+3
2002-10-02Add and enable gtk2-panrh1-1/+2
2002-10-02Re-import of pan-0.13.0, a Newsreader for GTK2, as gtk2-pan.rh6-0/+138
2002-10-02Back out pan update and revert back to 0.11.2nb2. It appears that PTL2 isrh5-61/+79
too unstable to warrant a wholesale update from 0.11 (gnome) to 0.13 (gtk2) pan-0.13.0 to be re-imported as gtk2-pan.
2002-10-02buildlink1 -> buildlink2markd1-14/+14
2002-10-02Prefix distinfo files and PLISTs with ${PKGDIR}.jschauma3-8/+7
This should fix PR pkg/18494
2002-10-01Add a blurb to sysctl -w net.inet6.ip6.v6only=0 if inet6 is enabled.jschauma1-1/+4
Netscape 7 will not work otherwise.
2002-10-01Belated bump to nb2, following fixes to dlsym return checks to work properly ↵chris1-2/+2
against -current.
2002-10-01Fix RCS Id.jlam1-1/+1
2002-10-01* Use EXPORT_DYNAMIC_LDFLAGS instead of hard-coding "-Wl,-export..."jlam1-12/+8
* Checking the gcc version is unnecessary when using gcc/buildlink2.mk" * buildlink2 allows the configure script to detect xml-config on its own; we don't need to tell the script where it is through XML_CONFIG=...
2002-10-01Make the following variables publicly readable:jlam1-11/+16
GCC_VERSION is the version number of the gcc detected. EGCS gcc is considered to be "gcc-2.8.1" so that it will match "gcc>=2.8.0". GCC_PKG is the package name "gcc-${GCC_VERSION} for the gcc detected.
2002-10-01add a bunch of Zope Productsdrochner1-1/+8