Age | Commit message (Collapse) | Author | Files | Lines |
|
the old "configure" hack of adding "-ltermcap" to LIBS wasn't working
(configure's too smart for that), so hack "configure" directly.
|
|
|
|
storage in arbitrary backing stores.
|
|
|
|
longer available from the lynx download side. More bugfixes - see
http://lynx.isc.org/current/CHANGES for a complete list of changes.
|
|
from Frederick Bruckman. I verified that all three (curses,
ncurses and slang) now work.
|
|
|
|
and delivery system.
|
|
|
|
Quanta Plus is a web development tool for the K Desktop Environment. Quanta is
designed for quick web development and is rapidly becoming a mature editor
with a number of great features.
Package provided by Jared Mc Neill <jmcneill@invisible.yi.org>
in pkg/12464
|
|
|
|
|
|
the declaration to the proper location.
|
|
version 5.0 beta 6 is not available.
|
|
The t/heuristic.t test relied on the fact that 'www.perl.no'
was not registered in DNS. This is no longer true.
The penguins at Bouvet Island will hopefully be ignorant
of Perl forever.
|
|
o fix bug introduced in 0.57
o don't flush unbound request
o add example remote.fpl
o provide access to the Request parameters
o add IsFastCGI method
o fix warn handler
|
|
|
|
of jakarta-tomcat-3.2.1.
This package installs the servlet.jar archive, which is used to develop
both servlets themselves and servlet container applications such as tomcat.
|
|
Add ghttp_flush_reponse_buffer API call to gnome-http, so that
apps who don't want to buffer the entire HTTP response can fetch
chunks of it at a time.
* ghttp.h/ghttp.c: New function ghttp_get_header_names() that
allows you to get a list of the headers that a server returned
with its response.
* http_hdrs.h/http_hdrs.c: New function http_hdr_get_headers() to
support the api in ghttp.c.
* http_req.c: (http_req_send): Minor fix that
John Trowbridge contributed.
* http_date.c (month_from_string_short): Use strncmp instead of
memcmp when comparing strings to avoid reading memory we do not
own. Thanks Purify!
* http_uri.c (http_uri_parse): ditto
* configure.in:
Checking in Ben Taylor's Solaris patch for lib configuration.
|
|
<abs@netbsd.org> in private message. Some bugs found in previous package
was fixed also.
Change list is available on its home page (in Japanese).
htmllint.pm
2.36 2001/03/14 Supported iMode 3.0.
2.35 2001/03/05 Warn about non-blank text following <FIELDSET>.
2.34 2001/02/24 Support various ristrictions noted in comment of DTD by
ISO/IEC 15545. As this, several warning are added.
Character entity references are now considered when
counting length for title, etc.
2.33 2001/02/13 Under some circumstances, <NOFRAMES> outside of <FRAMESET>
warns inconsitently.
htmllint.cgi
1.01 2001/03/08 Couldn't get resource properly when ommitting trailing '/'
such as http://host
1.00 2001/02/01 Couldn't get resource properly when the URL contains
authenticate information.
As you already know, '2.36' is a version of htmllint.pm.
|
|
|
|
Another HTML-Lint is another HTML checker written in Perl. This package
includes individual command and CGI gateway. Invokng htmllint without any
argument puts the usage string.
It supports various HTML versions and variants. From usage string:
HTML1.0, HTML2.0, HTML2.x, HTML+, HTML3.0, HTML3.2, HTML4.0 Strict,
HTML4.0 Transitional, HTML4.0 Frameset, HTML4.0 Mobile, HTML4.01 Strict,
HTML4.01 Transitional, HTML4.01-frameset, XHTML1.0 Strict, XHTML1.0
Transitional, XHTML1.0 Frameset, XHTML1.1, XHTML Basic, ISO/IEC 15545,
Netscape Navigator (2.0, 3.0, 4.0), Microsoft Internet Explorer (3.0
beta, 3.0, 4.0, 5.0, 5.5), IBM WebExplorer 1.1, Compact HTML, NTT DoCoMo
iMode (1.0, 2.0), J-SkyWeb, J-SkyWeb Station, TTNet dot-i, HTML variant
for patent application in Japan
|
|
Changes since cocoon-1.8 (the last pkgsrc version):
Release Notes for Cocoon 1.8.2
------------------------------
This is a minor bugfix release. Among other things, Cocoon works on JDK1.1 again,
as it should, and the XInclude processor should work correctly at any stage in the
pipeline (previously it would do nothing if invoked after certain processors).
Also, in the last two versions, optional connectors for XT, JNDI etc. were left out by
mistake from the build. This has now been fixed.
Release Notes for Cocoon 1.8.1
------------------------------
This is mainly a bugfix release - a large number of fixes and updates
have been made.
As usual, changes since previous releases are documented in docs/changes.html
Major improvements include:
* First official release of the esql logicsheet for database access in Cocoon.
Esql, which was previously an undocumented experimental feature, supports
features like integration with other logicsheets, prepared statements, and
multiple encodings. Esql now supercedes both the sql taglib and the sql
processor. IMPORTANT NOTE: Although the esql syntax has changed since Cocoon 1.8
(see the documentation), it is now expected to be fairly stable.
* The much-maligned Internet Explorer PDF bug, which caused so much gnashing of
teeth, has finally been "fixed" in Cocoon! (We think.)
See the FAQ for full details - see also samples/fo for practical examples.
* Updated installation instructions for a number of servlet engines, including Tomcat.
Cocoon now comes with walk-through installation instructions for a greater range of
platforms than ever before! This is very useful because Cocoon is a complex servlet
and therefore quite complicated to install.
* Support for FOP 0.15 (though not later versions).
Unfortunately this is rather inefficient - Cocoon 2 will address this.
FOP is an XML-to-PDF converter based at xml.apache.org. FOP 0.15 supports more
features and fixes many bugs, but it is based on a newer XSL:FO
specification than FOP 0.13, so some pages may need changing. FOP Samples
have been updated accordingly.
Other highlights include:
* New LinkEncodingProcessor to encode all links on a page
- no more messing about with response.encodeUrl all over the place
or unportable XSLT extensions!
* sax-bugfix.jar that allows you to see line numbers in parsing errors. See Installing.
* Documentation has been tweaked and improved in many places.
* Of interest to JServ users - You can now override options in cocoon.properties,
in web.xml or zone.properties.
* User-agent support for command-line mode.
* Slightly better encoding and CLASSPATH support for XSP.
* More informative error information in places.
* Numerous other bugfixes, including a workaround for a Websphere bug that prevented
Cocoon from working.
Also new since the last release is a Bug Database and a Patch Queue on the Cocoon website.
If you've posted us a bugfix and it hasn't been acted on yet, please feel free to file
a bug report - it helps us keep track! (To file a report you need to first
register, and then login.) Of course, we would like to see as much information
as possible in bug reports, as this aids in tracking down bugs and testing bugfixes.
As usual, if upgrading from an earlier release, you need to replace your
cocoon.properties file with the one supplied in
src/org/apache/cocoon/cocoon.properties,
(then make any site-specific adjustments if you have any),
or Cocoon will very likely not work at all.
Again, it may cause errors if you use old samples with a new Cocoon.
If you use the ESQL taglib, the syntax has changed between Cocoon 1.8 and Cocoon 1.8.1.
See the documentation for more details.
|
|
a security fix for a buffer overflow problem. The fix was provided in
private email by Anil Madhavapeddy <anil@recoil.org>.
|
|
support. Fix suggested in pkg/12199 by Olaf Seibert
<rhialto@polderland.nl>.
|
|
update work with apache-1.3.19.
|
|
config.layout file instead of specifying every directory as on option to
the Apache configure script. This layout file might be useful later when
we package Apache 2.x. I also reordered a few lines so that it's easier
to diff apache/Makefile and apache6/Makefile (hi itojun!). Also build
the mod_define shared module from the mod_ssl sources.
Relevant changes from version 1.3.17.1 include:
*) Rewrite ap_unparse_uri_components() to make it safer and more readable
*) Under certain circumstances, Apache did not supply the
right response headers when requiring authentication.
*) Clean up some end-of-loop not reached warnings
*) Add the correct language tag for interoperation with the Taiwanese
versions of MSIE and Netscape.
*) Workaround enabled for a core dump which appeared in broken
NameVirtualHost configurations.
*) Sporadic core dump in ap_default_port_for_scheme() with
internal requests
*) SECURITY: The default installation could lead to mod_negotiation
and mod_dir/mod_autoindex displaying a directory listing instead of
the index.html.* files, if a very long path was created artificially
by using many slashes. Now a 403 FORBIDDEN is returned.
*) Trailing slashes (if they exist) are now removed from ServerRoot,
because there were known problems with them.
*) TPF startup/shutdown fixes.
*) Correct a typo in httpd.conf.
*) Get the correct IP address if ServerName isn't set and we can't
find a fully-qualified domain name at startup.
*) Fix pointer arithmetic in mod_rewrite map expansion.
*) Fixed a problem with file extensions being truncated during
the call to ap_os_canonical_filename().
|
|
|
|
* use CC, not gcc
|
|
Bug Fixes:
Fix crash with invalid entries in config file. Handle some invalid URL
encodings that servers/clients use. Stop crashes when monitoring illegal
refresh URLs. Handle malformed headers better. Check the DontGet section of
the configuration file when doing SSL. Print error messages when starting on
stderr. Read the configuration file if using wwwoffle-write. Fix bug with
form argument parsing. Set fetch-stylesheets to true in the default config
file. Bug fixes for modifying HTML with meta refresh tags. Stop duplicated
items in the configuration file.
Win32 Bug Fixes:
Fixed logfile opening problem. Added a fchdir() function for cygwin.
Workaround cygwin socket closing problem. Change the makefile for cygwin
installation (don't auto install .dll or .bat).
Documentation
Updated the Welcome.html page to include more links to useful information.
Include an HTML version of README.CONF in the html directory.
Updated several README files and INSTALL file.
*NOTE* The default location of the replacement .gif file for the DontGet section
has changed, upgrade-config.pl should fix wwwoffle.conf automatically.
*NOTE* If upgrading from a version < 2.6 then see the notes for version 2.6.
NetBSD package changes:
- - Install upgrade-config-2.x-2.5.pl (as wwwoffle-upgrade-config-2.x-2.5.pl).
- - Protect convert-cache the same way as upgrade-config -- prefix with wwwoffle-.
- - Update MESSAGE file accordingly.
|
|
|
|
- - Add a new-style rc.d script.
- - Fix the included "htdig" scripts to work with packaged "htdig".
("htdig" remains optional.)
- - Install the convert-cache and upgrade-config-pl tools to make
upgrading less painful. Run convert-cache automatically for binary
package install, but only suggest to for source install.
- - Expand the MESSAGE text to explain how to use all this.
|
|
Changes:
If a handler triggered by flushing text at eof called the
eof method then infinite recursion occurred. Fixed.
Bug discovered by Jonathan Stowe <gellyfish@gellyfish.com>.
Allow <!doctype ...> to be parsed as declaration.
HTML::TokeParser's get_tag() method now takes multiple
tags to match. Hopefully the documentation is also a bit clearer.
#define PERL_NO_GET_CONTEXT: Should speed up things for thread
enabled versions of perl.
Quote some more entities that also happens to be perl keywords.
This avoids warnings on perl-5.004.
Unicode entities only triggered for perl-5.7.0 or higher.
The unbroken_text option now works across ignored tags.
Fix casting of pointers on some 64 bit platforms.
Fix decoding of Unicode entities. Only optionally available for
perl-5.7.0 or better.
Expose internal decode_entities() function at the Perl level.
Reindented some code.
The 3.16 release broke MULTIPLICITY builds. Fixed.
There was a C++ style comment left in util.c. Strict C
compilers do not like that kind of stuff.
Avoid the entity2char global. That should make the module
more thread safe. Patch by Gurusamy Sarathy <gsar@ActiveState.com>.
|
|
by Emmanuel Dreyfus. Since this package lacks bookmak file, I didn't add 'nb1'
suffix to powerpc version. Tested on macppc.
communicator/pkg/DESCR.linux-powerpc:
Communicator is a WWW and ftp browser, mail client, newsgroup reader,
web page editor and address book organizer. This is the distributed
version from linuxppc.org, not Netscape. A Newer version of the
Netscape browser is available in pkgsrc as 'mozilla'.
|
|
|
|
a little hostile to anyone who is actually using tomcat and would prefer
to not have their apps nuked on package update.
Tomcat wipes webapps/ROOT, webapps/examples, and webapps/test directories
on install anyway, so replace the above with entries for those directories.
This allows anyone using other directories in webapps to keep their apps on
package update.
|
|
the NetBSD package version number "nbX". This fixes installing this
package after the recent updates of communicator and navigator. Also use
the variables MOZILLA_HOME and NS_PLUGIN_DIR in the PLISTs to isolate
references to the same directory to one location.
|
|
shell expression, or an arithmetic inequality, for binary packages to work
properly: add one to ns-flash (>4.0).
|
|
www/navigator PLISTs for Linux/i386 and Sparc Solaris.
|
|
No ChangeLog found.
|
|
Update package number to 4.76nb1
|
|
using the newest PNG library won't work on system with an older one. To
prevent such problems with precompiled binary packages require at least
"png-1.0.9nb1" in all dependences.
|
|
|
|
|
|
the php4 modules. The rule is that php4 modules depend on php-${PHP_VERS}, but
they are allowed to have their own ${PHP_BASE_VERS}nbX package version numbers.
|
|
|
|
|
|
--- from apache/Announcements
Apache 1.3.19 Major changes
The primary security fix is:
* The default installation could lead mod_negotiation and mod_dir or
mod_autoindex to display a directory listing instead of the
multiview'ed index.html.* files, if a very long path was created
artificially by using many slashes. Now 403 FORBIDDEN is returned.
The bug fixes are:
* The ServerRoot directive now removes trailing slashes.
* Restore functionality broken by the mod_rewrite security fix:
The mod_rewrite string arithmetic is corrected for rewrite map.
* Some possible segfault conditions have been fixed.
* Under certain circumstances, Apache did not supply the
right response headers when requiring authentication.
The main new features include:
* New configuration error reporting if the UserDir argument is set
to a relative path on Win32 or Netware [which do not support home
directories], or a relative path on any platform if that path
includes the '*' username substitution.
Selected new features that relate to Windows platforms:
* Apache on Win9x now ensures the service is stopped before removal.
* Test httpd.conf (-t) now holds the console open on "SYNTAX OK".
* Apache/Win32 no longer holds open the console on error unless
it was invoked from a shortcut with the -w option.
* mod_user was significantly refactored to assure that the UserDir
directive is parsed effectively the same across platforms, fixing
a UserDir bug introduced in 1.3.17 on the Win32 platform.
Selected new features relating to other platforms:
* Netware problems with file extension truncatation are resolved.
* Netware recognizes the SERVER/VOLUME:/PATH/FILE filename pattern.
* Netware mod_tls properly disables nagle for SSL connections,
and properly negotiates SSL based on the port.
* Startup and Shutdown issues were addressed on TPF.
|
|
been added already)
|
|
|