summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2005-02-24Add RMD160 checksums.wiz297-301/+620
2005-02-24Update MASTER_SITES for ppc binary.wiz1-3/+2
2005-02-24Add RMD160 checksums except for one distfile, since archive.netscape.com is ↵wiz1-1/+7
unreachable.
2005-02-24Add RMD160 checksums except for one distfile, since archive.netscape.com is ↵wiz1-1/+6
unreachable.
2005-02-24Add RMD160 checksums for two of the three supported archs.wiz1-1/+3
Solaris tarball has changed checksum, so no RMD160 added.
2005-02-24Update MASTER_SITES and remove HOMEPAGE (company dead?).wiz1-7/+4
2005-02-24Update to 2.0.6, here's the diff:wiz2-6/+7
917c917 < if (r->finfo.st_size >= MMAP_THRESHOLD) { --- > if ((r->finfo.st_size >= MMAP_THRESHOLD) && (!r->header_only)) {
2005-02-24Update to 20050220, changes unknown.wiz2-5/+6
2005-02-24when using ${INSTALL_DATA_DIR} only specify 1 directory at a time.dmcmahill1-13/+9
Some systems (solaris 9) do not like multiple directories being listed at once.
2005-02-23Set PERL5_USES_MODULE_BUILD to make this build after p5-Module-Build update.wiz1-2/+2
2005-02-23Update to 1.33:wiz2-6/+8
o 1.33 - December 15, 2004 MacOSX docs tweaks [David Wheeler] fix Makefile.PL to properly skip the test suite if A-T requirements weren't satisfied [Stas] require Apache::Test 1.13 to run perl tests (need() was added at that version) [Stas] Fix `strEQ' redefined warnings in the perl build [Stas] Upgrade license to the Apache License Version 2.0. [davidw, joes] o 1.32 Fix mfd's Content-Type parser to deal with Opera 7.2's extra attributes. For details see http://marc.theaimsgroup.com/?l=apreq-dev&m=106606052700407&w=2 Bug first reported by Sven Geisler [joes]. o 1.31 - ongoing added a proper implementation of the ithreads support. At the same time it should resolve the problem with perl 5.8.2 under threaded applications, since it no longer relies on the implicit context and passes aTHX around. [Stas] o 1.30 - September 27, 2003 libapreq-1.3 is released. o 1.25 - August 23, 2003 Michael G. Schwern's "play it safe" patch to c/Makefile.PL (applied patch submitted by Steve Hay). See http://marc.theaimsgroup.com/?l=perl5-porters&m=105981649201380&w=2 http://marc.theaimsgroup.com/?l=apreq-dev&m=106146287323705&w=2 for details. [joes] o 1.24 - August 23, 2003 Applied Steve Hay's Request.pm doc patch explaining the tempnam() dependence for C<Apache::Request::new()>'s TEMP_DIR option. [joes] o 1.23 - July 10, 2003 Applied Graham Clark's patch to cleanup apache_request.h macros. Added missing doc credits for Steve Hay in Request.pm. [joes] o 1.22 - July 5, 2003 Open uploaded files with binary mode (relevant for Perl > 5.7), so as to be able to get the correct sizes on systems where such a mode makes a difference. Thanks to Steve Hay for first pointing out this problem. [randyk] o 1.21 - June 25, 2003 Fix memory access problem with TEMP_DIR - see http://marc.theaimsgroup.com/?l=apreq-dev&m=105647058517842&w=2 Thanks to Jay Buffington for the spot. [joes]
2005-02-23Update to 1.20:wiz2-7/+7
=item 1.20 - January 22, 2005 instead of trying to match various custom server name variations (each vendor seems to replace "Apache" in 'httpd -v' with their own name), just try to match the "/x.y" in "Foo-Apache-Bar/x.y.z" to figure out the server generation (rev). [Stas] extend Apache::TestConfig::which() to search under perl's bin directory (in the case of local perl install many utils get installed there, but won't be in PATH). [Stas] Apache::TestConfig::inherit_load_module handles .dll modules (previously was only .so) [Stas] Apache::TestConfig::should_skip_module now works with regex patterns. [Stas] =item 1.19 - January 5, 2005 Test for module.c instead of module.so for IfModule in find_and_load_module [Chia-Liang Kao <chialiang gmail.com>] Apache-Test/META.yml is excluded from mp2 distro to make PAUSE indexer happy, but then perl Makefile.PL complains about a missing META.yml, so autogenerate it if it wasn't in the distro [Stas] =item 1.18 - December 23, 2004 fix a bug in A-T config generation, when a vhost entry was in autogenerated httpd.conf (e.g. coming from .pm file) and another from extra.conf.in. We used to have a ports collision, since extra.conf wasn't reparsed and the same port was getting assigned to more than one vhost entry, preventing server startup: default_ VirtualHost overlap on port 8530, the first has precedence (98)Address already in use: make_sock: could not bind to address 0.0.0.0:8530 no listening sockets available, shutting down could be reproduced with t/TEST -conf followed by t/TEST -maxclients 1 in the mp2 test suite (or the new Apache-TestMe test suite, which now includes a special setup for this bug). [Stas] new TestConfig wrapper find_and_load_module [Chia-Liang Kao <chialiang gmail.com>] add Apache-TestItSelf and Apache-TestMe sub-projects. [Stas] add various straps to aid the new Apache-TestItSelf sub-project, which is used to test A-T config options [Stas] avoid entering endless loops when interactive config is used, by restarting the test suite with an explicit selected arguments for -httpd (and optionally -apxs) [Stas] META.yml is now locally maintained. we need to tell PAUSE indexer not to try to index HTTP::Request::Common and warnings packages, which happen to be used by A-T [Stas] =item 1.17 - December 11, 2004 Apache::TestHandler: need to load Apache::RequestIO for mp2 for puts() to work [Stas] new Apache::TestConfig wrapper untaint_path() [Randy Kobes] fix the config thaw() functionality (when top_dir wasn't in @INC the saved config won't be loaded and tests will blow) [Stas] new wrapper Apache::TestRequest::module2url to simplify handling of vhosts in the client. ["Christopher H. Laco" <apache-test chrislaco.com>] resolve -T taint issues: [Stas] - untaint $cmd in Apache::TestConfig::open_cmd - fix the tainting of @INC (by untaintinig top_dir variable) require Cwd 2.06 or higher (to solve File::Spec::rel2abs problems under -T). Enforce the modules version requirements for those who aren't running under CPAN/CPANPLUS shell) [Stas] Apache::TestTrace: don't export by default the 'todo' utility's symbol since it collides with Test::More [Stas] Tweak the handling of mp2 source build case in Apache::TestConfig::httpd_config(), apparently mp2 source build doesn't always know where httpd/apxs are, so we need to give a better error message in this particular case. [Stas] Add cookie jar tests ["Christopher H. Laco" <apache-test chrislaco.com>] Don't run interactive prompts when STDIN is closed [Stas] Add LockFile directive in the autogenerated httpd.conf, which points to t/logs, to handle the case where LockFile is hardcoded at compile time to some other directory on the system. [Stas]
2005-02-23Fix PLIST; Build::Module doesn't write a .packlist for us.wiz2-3/+6
2005-02-23Fix CPAN path and add a master site.wiz1-2/+3
2005-02-23Add missing dependencies. Bump PKGREVISION.wiz1-3/+5
2005-02-22Update to 3.2.5:jmmv3-18/+5
* Updated translations fr (Christophe Merlet) de (Hendrik Brandt) pl (Artur Flinta) nl (Vincent van Adrighem) sv (Christian Rose) ja (Takeshi AIHANA)
2005-02-22Update to 2.1pre16; new patch-ac from authors, will bewiz5-10/+102
in next release. Changes since 2.1pre15: Sat Jan 22 20:27:41 cet 2005 mikulas: Fixed empty lines in lists in graphics mode Sat Jan 22 04:40:28 cet 2005 mikulas: On OS/2 use 8.3 temp names, allowing DOS viewers Sat Jan 22 03:55:08 cet 2005 mikulas: Send Accept-Language Sat Jan 22 02:05:47 MET 2005 user: Display is scrolled to see the whole textarea when modifying it Wed Jan 19 02:57:56 MET 2005 Jakub Bogusz Updated Polish translation Wed Jan 19 01:39:44 MET 2005 mikulas: -dump url Completed option documentation in links -h Sun Jan 16 23:57:58 MET 2005 user: Fixed bug in svgalib accelerator (tested for different operations) Mon Jan 10 23:04:22 MET 2005 mikulas: Support for border on framebuffer (use -mode left,top,right,bottom) to set screen border Sun Jan 2 20:46:18 MET 2005 Dieter Fix warnings on 64-bit machines Sun Jan 2 20:39:51 MET 2005 Edward Rosten Block ad images Sun Jan 2 18:51:15 cet 2005 mikulas: Do not cache redirects if redirect loop is going to happen Wed Nov 17 15:16:01 MET 2004 user: Support for mms:// urls Tue Nov 16 15:18:55 MET 2004 mikulas: Send content-type when uploading files Tue Nov 9 00:12:05 MET 2004 user: ^O to go to next form field in braill mode Sun Oct 31 17:17:53 MET 2004 mikulas: Correct jump at tag if it points to position, that moves during loading Sat Oct 23 22:14:03 MET 2004 user: Disallow opening new windows in anonymous mode Fri Oct 22 22:31:20 MET DST 2004 mikulas: Fixed bugs discovered with mangleme: http://lcamtuf.coredump.cx/mangleme/mangle2.cgi memory leak with nested <select multiple name=n> tags integer overflow in frame widths causes an internal error internal error with base url only containing // internal error with base url containing javascript: fixed incorrect generating of title (does not cause crash, but excessive memory allocation) fixed some quadratic algorithms in title displaying internal error with invalid codebase attribute in OBJECT tag fixed quadratic algorithm in menu creating Fri Oct 22 20:12:05 MET DST 2004 mikulas: Cleaned up configure script, wrote some more replacements of non-present functions Fri Oct 22 20:11:56 MET DST 2004 mikulas: Fixed a lot of cases where overflowed integer arithmetic could cause memory allocation corruption Sat Oct 16 21:38:00 MET 2004 user: Allow browsing local and ftp files with '#' in filename Mon Oct 11 01:26:54 CEST 2004 Karel Karlik Fixed framebuffer in 15 and 16-bit modes Wed Oct 6 00:39:27 MET 2004 user: Improved parsing of ftp directories in Windows NT format Sun Oct 3 17:37:32 MET 2004 user: Correct reporting of error on ftp directories Sat Oct 2 04:29:40 MET 2004 user: Ctrl-U cuts into clipboard Fri Oct 1 15:51:37 MET 2004 user: Display the whole page when connection to an image stucks Thu Sep 23 18:47:11 MET 2004 user: Resolving of double '..' in references Fri Sep 10 04:23:24 cet 2004 mikulas: Correctly find file extension if '?' and ';' is in ftp file Fri Sep 3 03:07:52 MET DST 2004 Wojciech Puchar Portability fixes for SunOS Fri Sep 3 02:47:18 MET DST 2004 mikulas: Fixed memory leak in http authentication Wed Sep 1 19:08:46 MET DST 2004 Strahinya Radich Updated Serbian translation Sun Aug 29 17:43:39 MET DST 2004 mikulas: Fix crash when saving options in svgalib due to missing shell Thu Jul 29 13:03:07 MET 2004 user: Allowed dots in extensions (for example "ps.gz") Sun Jul 25 00:34:04 MET DST 2004 mikulas: Allow Ctrl-Z in framebuffer driver Sat Jul 24 14:56:13 MET DST 2004 mikulas: Fixed an error when signal interrupted another syscall Sat Jul 24 02:15:35 MET 2004 user: Fixed bad error codes because of errno modified by signal handler Fri Jul 23 21:29:22 MET 2004 user: Fixed links stuck after Ctrl-Z when one code path lasted more than 1 second (because of pagefault, too high cpu load or similar) Fri Jul 23 20:15:29 MET 2004 user: Fixed incorrectly displayed character entities (&) in attributes (img alt, etc.) Tue Jun 29 03:35:32 MET 2004 user: Fixed overflow when accessing local files >= 2G Mon Jun 28 01:34:45 MET 2004 user: Ctrl-K cuts current line Sat Jun 26 13:54:53 MET DST 2004 mikulas: Send Content-Type when uploading files Sat Jun 26 02:24:32 MET 2004 user: y and t move word forward and backward in braille terminal Sat Jun 26 00:35:17 MET 2004 user: Resolve dot-number IP address on systems when gethostbyname and gethostbyaddr can't resolve it Mon Jun 21 15:02:25 MDT 2004 mpat7421: Fixed compilation problems on Irix Sun Jun 20 18:49:53 MET DST 2004 mikulas: Posting of <option> fields in correct charset Sun Jun 20 15:58:08 MET DST 2004 Sam SDL graphics driver Sat Jun 19 18:10:05 MET 2004 user: Fixed case when '&' entities or special characters were in ftp or disk filenames Sat Jun 19 18:09:50 MET 2004 user: Fixed compilation problem on AIX Thu Jun 17 20:32:59 MET DST 2004 mikulas: Correct handling of Ctrl-Z when executing user viewer Fri Jun 11 03:17:20 MET 2004 user: Fixed incorrect error handling in smb Sun Jun 6 03:12:00 MET 2004 user: Allow '@' in ftp password in url Thu Jun 3 22:39:24 MET 2004 user: Allow characters >= 128 in ftp filenames Fri May 28 15:40:35 CEST 2004 mikulas Handling URLs in form http://host?params Mon May 17 17:10:22 MET DST 2004 Serge Winitzki Updated German and Russian localization
2005-02-21Fix BUILDLINK_DEPENDS.apache typo - ride initial importadrianp1-2/+2
2005-02-21+ ap2-auth-ldapadrianp1-1/+2
2005-02-21This is an authentication module for Apache that allows you toadrianp6-0/+69
authenticate HTTP clients using user entries in an LDAP directory.
2005-02-21Remove dependency to ruby-zlib and ruby-digest package since they aretaca1-9/+5
included in ruby18 (base) package. And miscellous clean up dependency to ruby18 package. Bump PKGREVISION.
2005-02-21Update to squid-2.5.8nb2;taca2-15/+21
Add new two patches: * 2005-02-20 19:11 (Cosmetic) GCC4 warnings * 2005-02-20 10:47 (Minor) Relax header parsing slightly again to work around broken web servers Reflect update of one patch: * 2005-02-20 11:03 (Cosmetic) Cross-platform format fixes Update DIST_SUBDIR.
2005-02-19Bump PKGREVISION because of libsoup change (removing gnutls support).wiz1-2/+2
2005-02-19Add and enable p5-HTTP-Cache-Transparent.wiz1-1/+2
2005-02-19Initial import of p5-HTTP-Cache-Transparent:wiz4-0/+28
HTTP::Cache::Transparent is an implementation of http get that keeps a local cache of fetched pages to avoid fetching the same data from the server if it hasn't been updated. The cache is stored on disk and is thus persistent between invocations. The http-headers If-Modified-Since and ETag are used to let the server decide if the version in the cache is up-to-date or not.
2005-02-19Complete move of p5-XML-YAWriter to p5-XML-Handler-YAWriter.wiz1-2/+2
2005-02-19Update to 1.10:wiz2-6/+5
1.10 [FIXES] * Fixed bug where images inside of links would not be found. * Fixed test failures because of Google changes. Thanks to Offer Kaye and others who sent in patches. [DOCUMENTATION] * More samples in the FAQ. Thanks to Joshua Gatcomb. [INTERNALS] * Added explanation of running live tests against Google in Makefile.PL. 1.08 Fri Dec 24 01:01:06 CST 2004 [ENHANCEMENTS] * Added find_image() and find_all_images(). 1.06 Wed Dec 8 14:58:39 CST 2004 [INTERNALS] * Now uses the base pragma instead of setting @ISA. 1.05_04 Fri Nov 5 23:35:38 CST 2004 [ENHANCEMENTS] * Added WWW::Mechanize::Image object for representing images. * Improved the regex on the URL for META tags. * Added --images flag to mech-dump. [FIXES] * When parsing urls out of meta refresh tags, "url" may now be uppercase (RT#8230) * Behavior of back() fixed in a number of cases (RT#8109 reported by Josh Purinton, patched by Dominique Quatravaux) [INTERNALS] * Mark figured out to how to prevent his text editor from putting tabs into the code. Andy's blood pressure dropped slightly. 1.05_03 Sun Oct 31 20:54:33 CST 2004 [ENHANCEMENTS] * click_button() has a new input option for HTML::Form::SubmitInput objects (DOMQ) * content() has new options to return the page formatted as text, with a <base href> added. (RT#8087, patch by Dominique Quatravaux) * update_html() method has been added, which can be used to modify the HTML that Mech parses. It should be sub-classed instead of _parse_html(), which has been deprecated. (RT#8087, patch by Dominique Quatravaux) * select() has new option to select an option by number (RT#5789, Scott Lanning) * WWW::Mechanize::Link now has support providing all the attributes of the link through a new attrs() method, which returns them as a hashref. This is a replacement for the alt() method, added in 1.05_01. It's not backwards compatible with that, but, hey, that's what developer releases are for. (RT#8092, Rob Casey and Mark Stosberg) [FIXES] * Upload <input type="file" ... > does not use the default value to prevent attacks, patch by Jan Pazdziora (RT #7843). [INTERNALS] * Improved tests and documentation for select() (RT#5789, Scott Lanning) * Improve taint-safeness on Perl 5.6.1 (RT#8042, patch by Dominique Quatravaux) * Added tests for click_button() (RT#8061, by Dominique Quatravaux) * Require URI 1.25, fixing bug which exposed itself in WWW::Mechanize (RT#3048) * Move select() to better location in docs. Document and test the return values. The return value is now "1" on success instead of the undocumented behavior of returning a form value. (RT#6138, spotted by MJD, patched by Mark Stosberg) * Possible matching tags for the find_link() 'tag_regex' attribute are now documented. (RT#2989, by Mark Stosberg) * refactored find_link() to avoid use of eval(). This should improve performance a bit and avoid potential security issues. (Mark Stosberg) 1.05_02 Sat Oct 2 16:55:59 CDT 2004 [ENHANCEMENTS] * Added the $mech->save_content( $filename ) function, so you can dump stuff to files easily. 1.05_01 Thu Sep 30 21:04:44 CDT 2004 [FIXES] * set_visible() doesn't stop setting values when it finds a zero. [ENHANCEMENTS] * WWW::Mechanize::Link has a new, easier to remember constructor interface. The old one is still supported. Support for including an 'alt' attribute was added, which is useful for <area> links. (RT #3317). Thanks to Mark Stosberg. * When links are extracted from <area> tags, the ALT attribute will be captured and become part of the WWW::Mechanize::Link object. (RT #3317). Patch by Mark Stosberg. [INTERNALS] * t/mech-dump.t is now more portable (RT #7690) * t/local/follow.t has new tests to confirm that 'follow*' functions work with characters like o-umlaut, even when the o-umlaut is encoded in the HTML, but not in the call to follow(). (RT #2416) By Mark Stosberg.
2005-02-18Update to 7.13.0:wiz3-26/+5
This release includes the following changes: o added --ftp-account and CURLOPT_FTP_ACCOUNT o added CURLOPT_SOURCE_URL and CURLOPT_SOURCE_QUOTE o obsoleted CURLOPT_SOURCE_HOST, CURLOPT_SOURCE_PATH, CURLOPT_SOURCE_PORT and CURLOPT_PASV_HOST o added --3p-url, --3p-user and --3p-quote o -Q "+[command]" was added o src/getpass.c license issue sorted (code was rewritten) o curl -w now supports 'http_connect' for the proxy's response to CONNECT o introducing "curl-config --protocols" This release includes the following bugfixes: o re-sending a request when retrying on a fresh connection with multi interface o improved valgrind report parser in the test suite o several valgrind reports o CURLOPT_FTPPORT and -P work when built ipv6-enabled o FTP third party transfers was much improved o proxy environment variables are now ignored when built HTTP-disabled o CURLOPT_PROXY can now disable HTTP proxy even when built HTTP-disabled o "curl dictionary.com" no longer assumes DICT protocol o re-invoke some system calls on EINTR o duplicate Host: when failed connection re-use o SOCKS5 version check o memory problem with cleaning up multi interface o SSL certificate name memory leak o -d with -G to multiple URLs crashed o double va_list access crash fixed o minor memory leak when "version" is set in a cookie header o builds fine on BeOS and NetBSD o builds and runs fine on FreeBSD
2005-02-18Remove ASCII art and drop some whitespace; |fmt.wiz1-16/+10
2005-02-18Unused after update to 2.8.22.wiz1-7/+0
2005-02-18Update to 2.8.22:wiz2-9/+7
Changes with mod_ssl 2.8.22 (22-Oct-2004 to 30-Oct-2004) *) Upgraded to Apache 1.3.33
2005-02-18English improvements.wiz1-5/+6
2005-02-18Update to 1.1.27:wiz3-8/+8
- Added new parameter borderOnThumbnails to change or remove the border of the thumbnail's image in the thumbnails page, in pixels. - Exit if target_dir is in source_dir since it will generate an infinite recursion. Correction from Ludovic Rousseau - Bug on tips popup when text contained double quotes has been corrected. Patch from Arthur de Jong - bugs on -e and -o custom options has been fixed. Patch from Adam Lackorzynski - Adding a check for Perl < 5.8 in bins_edit for utf-8 handling. Correction from Robert Funnell - Hungarian translation (hu) has been added. Thanks to Aurel Gabris - zh language code has been changed to zh_TW. - Correction in comments of binsrc. Patch from Robert Funnell - Added RCS directories in excludeDirs parameter of binsrc to shown regexp use. Suggestion from Ambrose Li The following changes have been made in bins-edit-gui by Mark W. Eichin: - Primitive "current album" editor. - Force LATIN1 if 7-bit ANSI is selected. Add charmap override box if either conversion fails. - Free server-side pixmap correctly (oops.) - Fix grey-out of filename box. - more error checks. - Update man page. - Also, shortcut for autofill has been corrected (now CTRL A). Correction from Ivan Daou
2005-02-18Update to 5.803:wiz2-7/+6
2004-12-11 Gisle Aas Release 5.803 HTTP::Message: $mess->decoded_content sometimes had the side effect of destroying $mess->content. HTTP::Message: $mess->decoded_content failed for "Content-Encoding: deflate" if the content was not in the zlib-format as specified for the HTTP protocol. Microsoft got this wrong, so we have to support raw deflate bytes as well. HTTP::Response->parse don't require the protocol to be specified any more. This allows HTTP::Response->parse($resp->as_string) to round-trip. Patch by Harald Joerg. HTTP::Response: $resp->base might now return undef. Previously it would croak if there was no associated request. Based on patch by Harald Joerg. HTML::Form now support <label> for check- and radio boxes. Patch contributed by Dan Kubb. Make HTTP::Daemon subclassable, patch by Kees Cook. lwp-download allow directory to save into to be specified. Patch by Radoslaw Zielinski lwp-download will validate filename derived from server controlled data and will fail if something looks not quite right. 2004-11-30 Gisle Aas Release 5.802 The HTTP::Message object now have a decoded_content() method. This will return the content after any Content-Encodings and charsets has been decoded. Compress::Zlib is now a prerequisite module. HTTP::Request::Common: The POST() function created an invalid Content-Type header for file uploads with no parameters. Net::HTTP: Allow Transfer-Encoding with trailing whitespace. <http://rt.cpan.org/Ticket/Display.html?id=3929> Net::HTTP: Don't allow empty content to be treated as a valid HTTP/0.9 response. <http://rt.cpan.org/Ticket/Display.html?id=4581> <http://rt.cpan.org/Ticket/Display.html?id=6883> File::Protocol::file: Fixup directory links in HTML generated for directories. Patch by Moshe Kaminsky Makefile.PL will try to discover misconfigured systems that can't talk to themselves and disable tests that depend on this. Makefile.PL will now default to 'n' when asking about whether to install the "GET", "HEAD", "POST" programs. There has been too many name clashes with these common names. 2004-11-12 Gisle Aas Release 5.801 HTTP::Message improved content/content_ref interaction. Fixes DYNAMIC_FILE_UPLOAD and other uses of code content in requests. HTML::Form: - Handle clicking on nameless image. - Don't let $form->click invoke a disabled submit button. HTTP::Cookies could not handle a "old-style" cookie named "Expires". HTTP::Headers work-around for thread safety issue in perl <= 5.8.4. HTTP::Request::Common improved documentation. LWP::Protocol: Check that we can write to the file specified in $ua->request(..., $file) or $ua->mirror. LWP::UserAgent clone() dies if proxy was not set. Patch by Andy Lester HTTP::Methods now avoid "use of uninitialized"-warning when server replies with incomplete status line. lwp-download will now actually tell you why it aborts if it runs out of disk space of fails to write some other way. WWW::RobotRules: only display warning when running under 'perl -w' and show which robots.txt file they correspond to. Based on patch by Bill Moseley. WWW::RobotRules: Don't empty cache when agent() is called if the agent name does not change. Patch by Ville Skyttä 2004-06-16 Gisle Aas Release 5.800 HTML::Form will allow individual menu entries to be disabled. This was needed to support <input type=radio disabled value=foo> and <select><option disabled>foo. HTML::Form now avoids name clashes between the <select> and <option> attributes. HTML::Form now implicitly close <select> elements when it sees another input or </form>. This is closer to the MSIE behaviour. HTML::Form will now "support" keygen-inputs. It will not calculate a key by itself. The user will have to set its value for it to be returned by the form. HTTP::Headers now special case field names that start with a ':'. This is used as an escape mechanism when you need the header names to not go through canonicalization. It means that you can force LWP to use a specific casing and even underscores in header names. The ugly $TRANSLATE_UNDERSCORE global has been undocumented as a result of this. HTTP::Message will now allow an external 'content_ref' to be set. This can for instance be used to let HTTP::Request objects pick up content data from some scalar variable without having to copy it. HTTP::Request::Common. The individual parts will no longer have a Content-Length header for file uploads. This improves compatibility with "normal" browsers. LWP::Simple doc patch for getprint. Contributed by Yitzchak Scott-Thoennes LWP::UserAgent: New methods default_header() and default_headers(). These can be used to set up headers that are automatically added to requests as they are sent. This can for instance be used to initialize various Accept headers. Various typo fixes by Ville Skyttä Fixed test failure under perl-5.005. LWP::Protocol::loopback: This is a new protocol handler that works like the HTTP TRACE method, it will return the request provided to it. This is sometimes useful for testing. It can for instance be invoked by setting the 'http_proxy' environment variable to 'loopback:'. 2004-04-13 Gisle Aas Release 5.79 HTML::Form now exposes the 'readonly' and 'disabled' attribute for inputs. This allows your program to simulate JavaScript code that modifies these attributes. RFC 2616 says that http: referer should not be sent with https: requests. The lwp-rget program, the $req->referer method and the redirect handling code now try to enforce this. Patch by Ville Skyttä WWW::RobotRules now look for the string found in robots.txt as a case insensitive substring from its own User-Agent string, not the other way around. Patch by Ville Skyttä HTTP::Headers: New method 'header_field_names' that return a list of names as suggested by its name. HTTP::Headers: $h->remove_content_headers will now also remove the headers "Allow", "Expires" and "Last-Modified". These are also part of the set that RFC 2616 denote as Entity Header Fields. HTTP::Headers: $h->content_type is now more careful in removing embedded space in the returned value. It also now returns all the parameters as the second return value as documented. HTTP::Headers: $h->header() now croaks. It used to silently do nothing. HTTP::Headers: Documentation tweaks. Documented a few bugs discovered during testing. Typo fixes to the documentation all over the place by Ville Skyttä Updated tests. 2004-04-07 Gisle Aas Release 5.78 Removed stray Data::Dump reference from test suite. Added the parse(), clear(), parts() and add_part() methods to HTTP::Message. The HTTP::MessageParts module of 5.77 is no more. Added clear() and remove_content_headers() methods to HTTP::Headers. The as_string() method of HTTP::Message now appends a newline if called without arguments and the non-empty content does not end with a newline. This ensures better compatibility with 5.76 and older versions of libwww-perl. Use case insensitive lookup of hostname in $ua->credentials. Patch by Andrew Pimlott 2004-04-06 Gisle Aas Release 5.77 LWP::Simple did not handle redirects properly when the "Location" header used uncommon letter casing. Patch by Ward Vandewege LWP::UserAgent passed the wrong request to redirect_ok(). Patch by Ville Skyttä https://rt.cpan.org/Ticket/Display.html?id=5828 LWP did not handle URLs like http://www.example.com?foo=bar properly. LWP::RobotUA construct now accept key/value arguments in the same way as LWP::UserAgent. Based on patch by Andy Lester LWP::RobotUA did not parse robots.txt files that contained "Disallow:" using uncommon letter casing. Patch by Liam Quinn WWW::RobotRules now allow leading space when parsing robots.txt file as suggested by Craig Macdonald We now also allow space before the colon. WWW::RobotRules did not handle User-Agent names that use complex version numbers. Patch by Liam Quinn Case insensitive handling of hosts and domain names in HTTP::Cookies. https://rt.cpan.org/Ticket/Display.html?id=4530 The bundled media.types file now match video/quicktime with the .mov extension, as suggested by Michel Koppelaar Experimental support for composite messages, currently implemented by the HTTP::MessageParts module. Based on ideas from Joshua Hoblitt Fixed libscan in Makefile.PL. Patch by Andy Lester The HTTP::Message constructor now accept a plain array reference as its $headers argument. The return value of the HTTP::Message as_string() method now better conforms to the HTTP wire layout. No additional "\n" are appended to the as_string value for HTTP::Request and HTTP::Response. The HTTP::Request as_string now replace missing method or URI with "-" instead of "[NO METHOD]" and "[NO URI]". We don't want values with spaces in them, because it makes it harder to parse.
2005-02-18Provide more details about creating an user for the admin group.xtraeme1-1/+9
2005-02-18Added www/blur6ex.xtraeme1-1/+2
2005-02-18Initial import of blur6ex-0.1.198.xtraeme5-0/+211
blur6ex is a simple, fast, and moderately feature-rich content system. It supports a blog, a simple content system for article publishing, RSS feed generation, CSS-based layouts (no tables at all), simple galleries for your photos and more.
2005-02-17Update squid package to 2.5.8nb1.taca3-10/+22
Apply four official fixes. * 2005-02-15 02:14 (Cosmetic) FTP URL cleanups * 2005-02-15 01:07 (Cosmetic) Allow high characters in generated FTP and Gopher directory listings * 2005-02-15 00:03 (Cosmetic) Cross-platform format fixes * 2005-02-13 05:58 (Major) Assertion failure on certain odd DNS responses Fixes PR pkg/29412 from Mike M. Volokhov.
2005-02-15Drop trailing whitespace.snj2-10/+10
2005-02-15Security fix for http://www.securityfocus.com/archive/1/390368.minskim4-5/+184
Patches from awstats CVS. Bump PKGREVISION.
2005-02-13Tweak CONFIGURE_ARGS so that ssl support actually works.zuntum1-2/+2
Fixes pkg/25486 by Aymeric Vincent <aymeric@netbsd.org>
2005-02-13Bump PKGREVISION due to distfile change.minskim2-5/+5
This fixes PR pkg/29210.
2005-02-12Update the description with a how-to taken from the Kwiki website.jlam1-1/+20
2005-02-12Add and enable p5-Kwiki-PagePrivacyjlam1-1/+2
2005-02-12Import p5-Kwiki-PagePrivacy-0.10 as www/p5-Kwiki-PagePrivacy. Thisjlam4-0/+24
is a Kwiki plugin to protect pages from viewing and editing.
2005-02-12Update www/p5-Kwiki-Scode to 0.03. Changes from version 0.02 includejlam2-6/+6
using the Hook class to use only one module instead of two, and to write out images in PNG, JPEG, or GIF depending on what's supported by GD.pm.
2005-02-11Update squid package to 2.5.8 (squid-2.5.STABLE8).taca4-109/+19
Most of these changes are already included in previous squid-2.5.7nb12. But last one is really new one. Changes to squid-2.5.STABLE8 (11 Feb 2005) - [Minor] 100% CPU usage on half-closed PUT/POST requests (Bug #354, #1096) - [Cosmetic] Document -v (protocol version) option to LDAP helpers - [Minor] The new req_header and resp_header acls segfaults immediately on parse of squid.conf (Bug #961) - [Minor] Failure to shut down busy helpers on -k rotate/reconfigure (Bug #1118) - [Minor] Don't use O_NONBLOCK on disk files. (Bug #1102) - [Minor] Squid fails to close TCP connection after blank HTTP response (Bug #1116) - [Minor security] Random error messages in response to malformed host name (Bug #1143) - [Minor] PURGE should not be able to delete internal objects (Bug #1112) - [Minor] httpd_accel_port 0 (virtual) not working correctly (Bug #1121) - [Minor] cachemgr vm_objects segfault (Bug #1149) - [Minor security] Confusing results on empty acl declarations (Bug #1166) - [Minor] Don't close all "other" filedescriptors on startup (Bug #1177) - [Minor] fakeauth_auth memory leak and NULL pointer access (Bug #1183) - [Security] buffer overflow bug in gopherToHTML() (Bug #1189) - [Medium security] Denial of service with forged WCCP messages (Bug #1190) - [Minor] DNS related memory leak on certain malformed DNS responses (Bug #1197) - [Minor] Internal DNS sometimes truncates host names in reverse (PTR) lookups (Bug #1136) - [Minor Security] Add sanity checks on LDAP user names (Bug #1187) - [Security] Harden Squid agains HTTP request smuggling attacks - [Minor] Icon URLs fails in non-anonymous FTP directory listings is short_icon_urls is on (Bug #1203) - [Security] Harden Squid agains HTTP response splitting attacks (Bug #1200) - [Medium security] Buffer overflow in WCCP recvfrom() call (Bug #1217) - [Security] Properly handle oversized reply headers (Bug #1216) - [Minor] LDAP helpers search fixed to properly ask for no attributes - [Minor] A sporadic segmentation fault when using ntlm authentication fixed (Bug #1127) - [Major] Segmentation fault on failed PUT/POST requests (Bug #1224) - [Medium] Persistent connection mismatch on failed PUT/POST request (Bug #1122) - [Minor] WCCP easily disturbed by forged packets (Bug #1225) - [Minor] Password management in ftp:// gatewaying improved (Bug #1226) - [Major] HTTP reply data corruption in certain situations involving reply headers split over multiple packets (Bug #1233)
2005-02-10add rcsid.salo1-0/+2
2005-02-10Upgrade ganglia-webfrontend to 3.0.0jschauma3-53/+37
2005-02-09bump pkgrevision for addition of dependency, as caught by wizd.jschauma3-3/+6