summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2002-01-28Update www/p5-CGI to version 2.79. This closes pkg/15342 by Allen Briggsjlam3-11/+11
<briggs@ninthwonder.com>. If you use CGI.pm, then this update is highly recommended. Changes from version 2.75.2 include: * Changes to CGI::Carp to avoid "subroutine redefined" error messages. * Default DTD is now XHTML 1.0 Transitional * Patches to support all HTML4 tags. * Added ability to change encoding in <?xml> assertion. * Fixed the old escapeHTML('CGI') ne "CGI" bug * In accordance with XHTML requirements, there are no longer any minimized attributes, such as "checked". --> Patched bug which caused file uploads of exactly 4096 bytes to be truncated to 4094 (thanks to Kevin Mahony) * New tests and fixes to CGI::Pretty (thanks to Michael Schwern). * New esc.t regression test for EBCDIC translations courtesy Peter Prymmer. * Patches from James Jurach to make compatible with FCGI-ProcManager * Additional fields passed to header() (like -Content_disposition) now honor initial capitalization. * Patch from Andrew McNaughton to handle utf-8 escapes (%uXXXX codes) in URLs.
2002-01-25Set path in skipstone script to X11BASE -- that's where mozilla is installed;wiz1-3/+2
skipstone doesn't have to be installed there, too, then, so remove USE_X11BASE.
2002-01-25USE_X11BASE so this actually compiles without xpkgwedge.rh1-1/+2
2002-01-24Utilize apache's buildlink.mk rather than BUILD_LINK.taca1-2/+2
2002-01-24Add BUILD_DEPENDS to perl since apache's apxs utility is perl script.taca1-1/+2
2002-01-24Update to 0.7.8. Compiles with 0.9.7 mozilla, thus fixingwiz7-57/+82
bulk build problem. Changes since 0.7.4: 0.7.8 ----- - use putenv instead of setenv for sun systems. - Added a FavIcon plugin, requires GdkPixbuf and will only work with current CVS skipstone and 0.7.8 or higher releases. Introduces a new plugin position (PLUGIN_IN_TOOLBAR_BEFORE_ENTRY) some of you may have to recompile your plugins. - Fixed title setting for notebook window and added a check for null titles in adding go menu items. - Patch from Ashie, to fix copy/paste between notebook tabs. - Fix to the reload menu as I was not returning what gtk was expecting, it was causing a reload hangup - Lots of Improvements to the Throb plugin thanks to M.R. Muthu Kumar. Now Throbbers should be placed in ~/.skipstone/plugins/throbbers - Thanks to "M.R.Muthu Kumar" <m_muthukumar@users.sourceforge.net> for noticing a bug when closing the config window with plugins that wants its stuff saved, that crashes skip. Fixed now. - Fix titles so that they are not shortened in the window title of the notebook interface, if the notebook label itself is shortened. - Added an option to disable annoying popups, in mozilla node check disable popups to activate. - Applied a patch with changes from Petr Blahos <pblahos@suse.cz> so that hitting alt-l does not open the url entry dialog if the navigation bar is on, rather just grabs focus on the entry, otherwise default behavior is kept if the navigation toolbar is off. - Fix crash recovery some more! it was dying out too fast because of the recent changes. - make cvsmozilla=1 for those of you using CVS mozilla as of 9th of dec. update since an API had changed. people using <= 0.96 should just do a make as usual - Applied a patch from : "M.R.Muthu Kumar" <m_muthukumar@users.sourceforge.net> That loads a pixmap for bookmark link in the bookmark toolbar and another one for the bookmark folder. mini_folder.xpm and mini_link.xpm. Those are added to the default theme ofcourse, now people are more than welcome to draw other ones for the rest of the themes :) - Added an option to toggle the use of HTTP version 1.0, as i found out that my intenet junkbuster proxy does not like http version 1.1 - so if you are seeing weird behavior using jb with skipstone, check use 1.0 in mozilla config section. - updated japanese translations from ashie. - Changed the way the titles are handled since the new patch didn't play well with windowed mode. - Another Patch from ashie@home.ne.jp for internationlizing copy/paste. - Set title on window even on notebook mode and on switch of notebook. - Use g_get_home_dir() instead of getenv("HOME"); - Patch from ashie@home.ne.jp that enables title encoding so that japanese, chinese and other chars display correctly in bookmarks and titles. - Add SkipStone's version to the user_agent string. - Fixed a crash for confirmEx dialog temporarly until I finish the implementation. - Applied a patch for bookmarks from ashie@home.ne.jp that fixes dropping of bookmarks onto the root of another bookmark and also adds the ability to autoscroll when you are dropping a bookmark further down the ctree. 0.7.7 ----- - Fixed a condition where mozilla embedding components could be faulty and would still cause crash recovery to respawn even though we are trapping the respawning. Now skipstone should print the message about the fast respawning and just quit. - Added skipstone-desk.png and skipstone-now.png one for your desktop and one to promote skipstone :) Thanks to Jenn <spam@neurodreams.net> for the skipstone-now icon - I lost the email which I got the skipstone.png desktop icon so if the user who made it can email me again so I can give him appropriate credit. - crash fix when closing a detabbed tab, thanks to Dam <damien@mandrakesoft.com> for noticing that one. - Patch from Dam's <damien@mandrakesoft.com> to shorten the spaces in the toolbars. - Ben Winslow <rain@bluecherry.net> sent in a patch that reported exact progress if known, I modified it to do a progerss_all instead displaying the site name and also calculates estimated speed in bps. Anyone else is welcome to do timed calcuations if they like. - Now SkipStone can be compiled with a debug=1 flag that will enable function calls to be displayed for debugging purposes, if you are having problems with skipstone its a good idea to recompile with make debug=1 and run skipstone > debugout then send me the latest lines from debugout - helps. - Added webbrowserpersist to include according to new mozilla include dirs - Renamed read_config() to read_skipstone_config() and the same for write_config(), read_config() was causing CrossOver plugin problems. Appearntly they were using the same or something went wrong with both Skip and the plugin so the easiest solution was to rename our functions. Thanks to Martin Wulffeld <tranquil@mail.dk> for doing all the detective work with this, he came up with the answer and emailed me about it. - More renaming for CrossOver stuff. I wonder why all those conflicts. - Updated nl.po by Francois Duprez. 0.7.6 ----- - A new AutoComplete plugin, install it and hit tab on the entry location to get a list of possible completions when typing a url. - Mozilla 0.9.5 and CVS Mozilla compatibility. - Added Escape as a key handler to destroy the windows in history, bookmarks print, open location, config, and error dialogs. Basically all the windows will be destroyed when hitting escape except for skipstone window which stop load when hitting escape. - Patch from Petr Blahos <pblahos@suse.cz> Adds directory locations for SUSE distros to skipstone startup script, fixes the previous tab menuitem which was calling the next function! and adds a new fixed tab size feature. - Patch from Mike Meyer <mwm@mired.org> to config.mk so that PREFIX can be passed and used in INCLUDE and LIB locations instead of only installtion location, helps with FreeBSD port maintaince. - Disable all warnings for submit/enter secure/leave secure site by default if crypto is compiled in until I file a bug about not being prompted to stop this behavior by mozilla prompt service. - avoid potential crash when appending an entry to go menu and location is null. - Added a new position to plugins, PLUGIN_IN_TOOLBAR_START which causes plugins to be loaded before skipstone's control buttons (back, forward, etc) and added two examples that use that .. a button that when clicked creates a new skipstone page or notebook tab and if pasted on, it'll create a page with the buffer loaded on. There are two versions of this plugin, a text only version for people without Imlib2 and an Imlib enhanced version that can load a graphical image that can be set via the config (it can be disabled also in the imlib version to remain text only) - Set the image file from its config section in skipstone's config. You may want to recompile all your plugins and skipstone ofcourse. 0.7.5 ----- - Fix to compile with 0.93 and keep backward compatibility with 0.92 calls. - Added an option to control underlining of links in the Appearance section. - Originally patch from Mike Meyer <mwm@mired.org> for adding an option to disable use of web page colors, I put that in its own Appearance node in prepration to make the colors configurable from skipstone also, rather than using the default mozilla colors. - Fixed an odd crash when setting the title sometimes. - Patch from Mike Meyer <mwm@mired.org> to fix SIGUSR1 in ipc for BSD users. - Spec file fixed from IKEUCHI Hiroki <e5215@icsc.maizuru-ct.ac.jp> - Patch from Takuro Ashie <ashie@homa.ne.jp> to add support for changing fonts for multiple languages instead of western only. Also adds Cursive and Fantasy fonts settings. -Another patch from Takuro, adds _() internatilization around strings in skipstone-prompter and skipdownload.
2002-01-24regen (patch-a[acd] don't exist, it seems -- forgot to commit?)wiz1-4/+1
2002-01-22Fix last commit (package was already at PKGREVISION 1, addingwiz1-3/+3
nb1 to the PKGNAME made it go nb1nb1...). Bump to PKGREVISION 2.
2002-01-22use buildlink file for python, but keep tied to version 2.0drochner4-11/+14
because of some dependencies
2002-01-21Fix depends line. Reported in pkg/15322 by Anne Bennett. Might also fix bulkwiz1-2/+2
build failure.
2002-01-19Unwildcard jpeg dependency.wiz1-2/+2
2002-01-19Update ap-ruby package (mod_ruby) to 0.9.5. Quote from ChangeLogtaca3-17/+20
is below. Thu Dec 27 15:27:02 2001 Shugo Maeda <shugo@modruby.net> * version 0.9.5 released. Mon Dec 17 16:29:30 2001 Shugo Maeda <shugo@modruby.net> * mod_ruby.c (ruby_startup): save Apache's signal handlers. Tue Oct 30 14:56:22 2001 Neil Conway <nconway@klamath.dyndns.org> * connection.c (connection_aborted): new method. Wed Oct 17 15:03:34 2001 Shugo Maeda <shugo@modruby.net> * version 0.9.4 released. Mon Oct 15 12:25:28 2001 Shugo Maeda <shugo@modruby.net> * mod_ruby.c (ruby_startup): call Init_stack(). * request.c (cleanup_request_object): free RDATA(reqobj)->data. * request.c (request_headers_in): allow non-auth handlers to access Authorization header fields. * request.c (request_get_basic_auth_pw): allow non-auth handlers. Fri Oct 12 17:48:57 2001 Shugo Maeda <shugo@modruby.net> * apachelib.h (DEFINE_ATTR_READER): raise exception if data == NULL. * apachelib.h (DEFINE_ATTR_WRITER): ditto. * mod_ruby.c (per_request_cleanup): set r->main to rb_request if r is a sub_request. * request.c (request_mark): return immediately if data == NULL. Fri Oct 12 12:35:12 2001 Miles Egan <miles@pixar.com> * configure.rb.in: chomp output of apxs. Wed Oct 10 12:15:16 2001 Shugo Maeda <shugo@modruby.net> * ruby_config.c (ruby_cmd_output_mode): new directive RubyOutputMode. * request.c (apache_request_new): save request objects to r->request_config. * request.c (cleanup_request_object): new function. Thu Aug 30 18:28:46 2001 Sean Chittenden <sean-apache-modruby@chittenden.org> * request.c (rb_apache_request_flush): call ap_rflush(). * request.c: allow the path_info for the request to be changed. Fri Aug 24 11:24:38 2001 Shugo Maeda <shugo@modruby.net> * version 0.9.3 released. Fri Aug 24 11:20:56 2001 Shugo Maeda <shugo@modruby.net> * lib/apache/eruby-run.rb (postrun): do not overwrite r.content_type. Thu Aug 23 19:59:41 2001 Shugo Maeda <shugo@modruby.net> * mod_ruby.c (ruby_require): handle SystemExit correctly. Mon Aug 20 15:22:10 2001 Shugo Maeda <shugo@modruby.net> * request.c (request_method_number): new method. * apachelib.c: new constants M_GET, M_PUT, .... Tue Aug 14 14:58:56 2001 Shugo Maeda <shugo@modruby.net> * configure.rb: rebuild with autoconf.rb 0.2.3 for Solaris. Mon Aug 13 11:25:13 2001 Shugo Maeda <shugo@modruby.net> * version 0.9.2 released. Sun Aug 12 18:19:51 2001 Shugo Maeda <shugo@modruby.net> * mod_ruby.c (ruby_require): initialize $:. Mon Aug 6 14:38:39 2001 Shugo Maeda <shugo@modruby.net> * version 0.9.1 released. Mon Aug 6 14:36:20 2001 Shugo Maeda <shugo@modruby.net> * changed license for Apache. Mon Aug 6 14:09:20 2001 Shugo Maeda <shugo@modruby.net> * mod_ruby.c (ruby_handler): flush rb_request only in RubyHandler. * server.c (server_document_root): new method. Thanks to Sean Chittenden. Sat Jul 28 19:16:44 2001 Shugo Maeda <shugo@modruby.net> * mod_ruby.c (ruby_trans_handler): renamed translate_uri2file to translate_uri. Fri Jul 27 13:44:14 2001 Shugo Maeda <shugo@modruby.net> * mod_ruby.c (per_request_cleanup): do not restore rb_stdout. Mon Jul 23 11:16:05 2001 Aristarkh A Zagorodnikov <xm@w3d.ru> * request.c (request_the_request): new method. Fri Jul 6 14:26:34 2001 Shugo Maeda <shugo@modruby.net> * version 0.9.0 released. Mon Jul 2 15:26:47 2001 Shugo Maeda <shugo@modruby.net> * request.c (request_sent_http_header): new method. Mon Jul 2 12:42:54 2001 Shugo Maeda <shugo@modruby.net> * request.c (request_set_content_type): accept nil. * request.c (request_set_content_encoding): ditto. * request.c (request_set_content_languages): ditto. Fri Jun 29 16:05:06 2001 Shugo Maeda <shugo@modruby.net> * mod_ruby.c (per_request_init): set rb_stdin, rb_stdout, rb_defout to rb_request. * mod_ruby.c (per_request_cleanup): flush rb_request. * request.c (request_output_buffer): new method. * lib/apache/cgi-support.rb: removed. * lib/apache/eruby-run.rb: use tempfile. * lib/apache/erb-run.rb: ditto.
2002-01-19Update bluefish to 0.7mjl6-106/+134
- numerous small updates and improvements - more translations - the custom menu now is extended for custom search and replace macro's - some small memory leaks fixed - better handling for file history
2002-01-18Update p5-URI to 1.18.mjl2-5/+5
- Added support for ssh: URIs - URI::Escape: Make sure cache is not set when the RE wouldn't compile - Don't try to come up with the e-mail address of the user as the anonymous password. Fixes PR/15101 by Shell Hung.
2002-01-18Update p5-CGI-Application to 2.1.mjl2-5/+5
- Enhanced capabilities for creating general superclasses for your projects. - All run modes may be referenced by method name, in addition to subref. - Created cgiapp_init() hook to allow for inherited common behaviors. - Added ability to set mode_param() to use a call-back instance method (specified by subref) instead of a CGI parameter. - HTML::Template is now only loaded if load_tmpl() is called. - Run-modes may now return scalar-refs in addition to scalars. - Added new run-mode of last resort: "AUTOLOAD". See POD for usage. - The param() method has been extended to allow multiple parameters to be set at one time, via a hash (or hashref). - Fixed bug in run() method where a null-string run-mode would be considered valid. A zero-length run-mode will now result in the start_mode() being called. - The run_mode() method now may be called a subsequent time to amend the list of run-modes. - Bug fixed and documentation updated Fixes PR/15221 by Shell Hung.
2002-01-18Update p5-HTML-Table to 1.13.mjl2-5/+5
- Added methods to set the style attribute of tables, rows, cols and cells - setRowBGColor and setRowAlign are now more efficient - Added method to set the rules and align attributes for tables - Changed all tags and attributes to print in lowercase. - Changed faulty behaviour of numeric parameters to the new method - All attribute values are now surounded by quotes - getTable was returning 0 (zero) for an empty table, now just plain return - Added getTableRows and getTableCols - Added methods setCellFormat, setRowFormat and setColFormat - More bugs fixed - Documentation Updated Fixes PR/15203 by Shell Hung.
2002-01-17Updated gtkhtml to 1.0.1 (list of changes is unknown, the ChangeLog filemartti7-42/+45
doesn't say anything useful).
2002-01-14Fix an incorrect usage of ${MAKE_ENV} which was keeping cocoon from buildingjwise1-2/+2
on systems (such as the bulk build system) where ${JAVA_HOME} was not set in the invoker's environment.
2002-01-14Fix hidden assumption that ${JAVA_HOME}/bin was in invoking users path.jwise3-3/+14
Should fix bulk build.
2002-01-14Fix configure script gmake detection to be more resilient.jwise2-13/+15
2002-01-14Added a couple of official mirror sites as per PR 15102.seb1-2/+4
2002-01-14Update to version 7.9.2. PR 15102 by Shell Hung <shell@shellhung.org>seb3-5/+19
Trivial patch on configure which fixes compilation on NetBSD/!i386 added. Fixed in 7.9.2 - compiles and builds on the good old Mac OS (in addition to Mac OS X) - bugfixed persistant connections over proxy with multiple protocols - --disable-epsv is a new option to the curl command line tool - bugfixed verbose ftp output on Tru64 unix - added CURLOPT_FTP_USE_EPSV - passive ftp download works with IPv6 - always return proper error code on failed connects - bugfixed FTP response reader - bugfixed verbose telnet - added CURLINFO_STARTTRANSFER_TIME - bugfixed conditional HTTP fetches based on time - multiple calls to curl_global_init() is now treated better - bugfixed multiple ftp requests - made -p/--proxytunnel work for plain HTTP as well - "current speed" progress meter bugfix - improved the name resolver configure check - libcurl now restores signal handlers and timeouts properly - improved SSL over HTTP-proxy when using weird proxies(!) - added the -1/--TLSv1 option - bugfixed LDAP transfers
2002-01-13Update the cadaver package to version 0.19.0.agc2-10/+7
Provided in PR 15223 by "Eric Gillespie, Jr." <epg@pretzelnet.org> Changes since previous version (0.17.0): + Use the neon package (also from "Eric Gillespie, Jr." <epg@pretzelnet.org>) + Changes from 0.17 to 0.19.0: * Remote filename completion from Sean Treadway. * Cosmetic and bug fixes for 'steal' and 'discover' commands. * Added 'propdel' command to remove properties. * Added 'overwrite', 'lockdepth', 'lockscope' options. * Fix for resolving paths passed to 'ls' command (e.g. ".."). * Retry authentication once if it fails. * Fixes for readline 4.2 compatibility: * may have broken readline 2 compatibility; please shout if so! * Add mkstemp() replacement for platforms where necessary. * Incorporate RPM spec file changes from Red Hat (by Nalin Dahyabhai). * Updated to neon 0.18: * timezone handling fixes in date parsing on some platforms * fixes for lock handling * portability fixes * Added 'logout' command, to clear cached authentication details. * Added 'propnames' command. * Added 'utf8' option, to presume terminal I/O is UTF-8. e.g. xterm -u8 mode. * Handle UTF-8 encoding/decoding of property names/values better when not in utf8 mode. * Added FAQ entry on how to read your HotMail e-mail using cadaver. * Updated to neon 0.16: * libxml2, expat2 support (can force with --with-libxml[12]) * Untested SOCKSv5 support (--with-socks) * Fix 'ls' listing the 'executable' property. * Disable i18n support by default to prevent portability problems. * Added FAQ entry on using 'edit' with gvim.
2002-01-13Add and enable neon.agc1-1/+2
2002-01-13Initial import of neon-0.18.3 into the NetBSD Packages Collection.agc5-0/+113
neon is an HTTP and WebDAV client library. It provides lower-level interfaces which directly implement new HTTP methods, and higher-level interfaces so that you don't have to worry about the lower-level stuff. Provided in PR 15222 by "Eric Gillespie, Jr." <epg@pretzelnet.org>. The only modification was to use pkgsrc's libtool.
2002-01-11Remove references to the example php.ini files. The recommended one isjlam1-7/+1
automatically installed, and the example files are in the obvious place.
2002-01-10Remove non-existing patch-aa from distinfo.wiz1-2/+1
2002-01-10Remove non-existing patch-a[ab] from distinfo.wiz1-3/+1
2002-01-10The PHP3 module packages have dispersed into more relevant categories, sojlam23-228/+1
remove them from the www directory.
2002-01-10Use new PHP3 Makefile framework and buildlinkify.jlam2-24/+12
2002-01-10Implement new framework to handle PHP3 modules, based on the way PHP4jlam13-3284/+504
modules are handled. Also buildlinkify, honor ${PKG_SYSCONFDIR}, and use the general INSTALL scripts to handle the php3.ini config file. Become the maintainer since the changes to the package structure are fairly large. The new framework should make creating new PHP3 modules simpler, and makes buildlinkifying those modules simpler as well.
2002-01-10Update adzap to version 20020110 - only change is that the wrapzap scriptsimonb3-10/+10
now exports STUBURL_WEBBUGJS properly.
2002-01-10Fix hand-patch botch.simonb2-4/+4
2002-01-10Update adzap to version 20020107. Adds support for javascript counters,simonb5-23/+36
plus more ads to be zapped. Needs a new variable in adzap.conf - STUBURL_COUNTERJS.
2002-01-06Update www/php4 to 4.1.1. Changes from version 4.1.0 include:jlam2-5/+5
- Fixed bug that caused crashes or error notices on shutdown on threaded platforms. (Zeev) - Fixed bug in gmmktime() which was one hour off during standard time - bug #9878. Patch by bfoddy@mediaone.net. (jmoore) - Fixed a bug where the is_file() family of functions would in-correctly give an error when they were given filenames that didn't exist. (Sterling) - Fixed a bug in the strtotime() function where it was incorrectly recognizing GMT +0100 and GMT -0100. (Derick)
2002-01-05Remove duplicate "with".wiz1-2/+2
2002-01-05New sablotron needs iconv to be linked in as well.jwise3-6/+6
Dependency is picked up via the sablotron package, so just add to link. Bump version to nb1, as old version will build correctly, but fail to link into apache.
2002-01-05Clarify reason for brokennesstsarna1-2/+2
2002-01-04Updated to the latest beta version 2.0.28martti11-357/+601
- a lot of bug fixes - fix pkg/14509 (conflict with expat) Open issues: - I had to change "sbindir:" in config.layout to "$prefix/bin" or apachectl wasn't able to locate httpd - http://mail-index.netbsd.org/tech-pkg/2001/11/08/0009.html
2002-01-02Don't include security/openssl/buildlink.mk, as no package thatfredb1-2/+1
depends on libwww currently requires openssl. If one ever does, it can just include the openssl buildlink file in it's "Makefile".
2002-01-02Don't install a duplicate control panel.fredb3-3/+18
2002-01-01shorten COMMENTabs1-2/+2
2002-01-01Fix installation so that existing config files are preserved when buildingjlam2-29/+4
from source instead of installing from a binary package (problem noted in private email by George Coulouris <george@coulouris.org>.
2002-01-01Move ownership of SSL-related config directories from www/apache to thisjlam1-22/+21
package.
2002-01-01Fix installation so that existing config files are preserved when buildingjlam3-85/+22
from source instead of installing from a binary package (problem noted in private email by George Coulouris <george@coulouris.org>. Also move the ownership of SSL-related config directories to the www/ap-ssl package.
2001-12-31Adapt to the new Zend API from php-4.1.0.jlam3-3/+28
2001-12-31Update www/ap-php4 to 4.1.0. Changes from version 4.0.6 include:jlam1-3/+3
- Fixed a bug which caused set_time_limit() to affect all subsequent requests to running Apache child process. (Zeev) - Added peak memory logging. Use --enable-memory-limit to create a new Apache 1.x logging directive "{mod_php_memory_usage}n" which will log the peak amount of memory used by the script. (Thies)
2001-12-31Update www/php4 to 4.1.0. Major changes from version 4.0.6 include:jlam11-94/+88
- Introduced a new $_REQUEST array, which includes any GET, POST or COOKIE variables. Like the other new variables, this variable is also available regardless of the context. - Introduced $_GET, $_POST, $_COOKIE, $_SERVER and $_ENV variables, which deprecate the old $HTTP_*_VARS arrays. In addition to be much shorter to type - these variables are also available regardless of the scope, and there's no need to import them using the 'global' statement. Other relevant changes include: - Bug fixes to prevent crashes on unexpected input. - Huge performance improvements, especially in thread-safe code. - Introduced extension version numbers. - Added support for single dimensional SafeArrays and Enumerations. Added an is_enum() function to check if a component implements an enumeration. - Improved speed of the serializer/deserializer. - Floating point numbers are better detected when converting from strings. - Added import_request_variables(), to allow users to safely import form variables to the global scope - Add config option (always_populate_raw_post_data) which when enabled will always populate $HTTP_RAW_POST_DATA regardless of the post mime type - Added getmygid() and safe_mode_gid ini directive to allow safe mode to do a gid check instead of a uid check. - Assigning to a string offset beyond the end of the string now automatically increases the string length by padding it with spaces, and performs the assignment.
2001-12-31Make sure we don't install the CHANGES.orig left-over.fredb1-1/+4
2001-12-31Add all the mirrors sites from <URI:http://lynx.isc.org/mirrors.html>,fredb1-2/+5
which have the distfile, and which I can reach right now.