pkgsrc/www/htdig/PLIST

197 lines
5.1 KiB
Text
Raw Normal View History

@comment $NetBSD: PLIST,v 1.10 2011/12/05 10:18:17 wiz Exp $
bin/HtFileType
bin/htdb_dump
bin/htdb_load
bin/htdb_stat
Update to V3.1.5 because of security problems in 3.1.4. Changes: * Fixed a nasty security hole in htsearch, which would allow users to view any file on your site that had read permission. * Fixed a bug that could cause problems with 8-bit characters on some systems. * Made some attempts to get htsearch's output to be more HTML 4.0 compliant. It quotes all HTML tag parameters, and uses ";" instead of "&" as parameter separator in URLs for next pages. Reserved characters in parameters are now encoded. * Fixed handling of SGML entities: htdig will still decode them to store as single characters in the database, but htsearch now encodes some of them back for compliant results. * Added two new formats for variables in htsearch templates, $%(var), which escapes the variable for a URL, and $&(var), which HTML-escapes the variable as necessary. * Fixed htdig's handling of robots.txt, such that only the first applicable User-agent field bearing its name will be used, rather than only the last. * Fixed htdig's handling of servers that return 2-digit years. * Fixed handling of embedded quotes in quoted string lists. * Fixed handling of relative URLs with trailing ".." or leading "//". * Fixed handling of the valid_extensions attribute, which sometimes failed in the previous version. * Enhanced the handling of local filesystem indexing with the local_urls, local_user_urls or local_default_doc attributes, which now allow multiple directory or file names to be tried. * Added the build_select_lists attribute to allow the config file to specify <select> form elements in htsearch output as a template variable, much like $(SORT) and $(METHOD). * Added support for two additional configuration attributes: max_keywords, and nph. * A variety of other bug fixes, and many documentation updates. See the ChangeLog for details.
2000-03-01 00:31:32 +01:00
bin/htdig
Update htdig to 3.1.6. Many bug fixes, including one security-related fix. The following is from the web page: Release notes for htdig-3.1.6 1 Feb 2002 As with previous releases, this version cleans up some remaining bugs and adds a few heavily-requested features. As the latest stable release, it is recommended for all production servers. * Fixed another nasty security hole in htsearch, which would allow a denial of service attack or forcing htsearch to read in config files outside of the configuration directory. * Fixed some problems with htmerge, including problems with words beginning with special characters and merging multiple databases. * Fixed a bug in handling hopcounts. * Fixed problems in handling non-standard relative HTTP redirects. * Fixed bugs in external parsers support including being confused by charset information in the Content-Type header and handling binary output from external converters. * Fixed bugs in the default English endings database. (Under ispell, it wasn't quite intended for the accuracy needed for our usage.) * Fixed additional bugs in the endings fuzzy algorithm. * Fixed bugs with compiling with gcc-3.0 and later. * Fixed bugs compiling and running on Mac OS X. * Fixed problems with servers not returning a Last-Modified date--now assums indexing time as modification time. * Fixed a variety of bugs in the HTML parser to more flexibly handle non-standard HTML. * Fixed problems in the TCP connection code and will more reliably timeout when a connection hangs and will retry bad connections several times before giving up. * Added the -m "minimal" flag to htdig for only indexing a set list of URLs and made the -l (log) flag the default behavior so that htdig will stop and restart automatically. * Added htdump and htload programs for dumping ASCII representations of the databases and reloading the same. * Added support for htnotify to collect multiple URLs and allow easy customization of notification messages, including the new attributes htnotify_replyto, htnotify_webmaster, htnotify_prefix_file, and htnotify_suffix_file. * Added a new "accents" fuzzy algorithm to morph accents, including the new accents_db attribute. * Added a 'list all' feature to htsearch with a query of '*' or the current prefix_match_character. * Added date restricted searching to htsearch including relative dates. * Added documentation on running ht://Dig and the rundig script. * Added METADESCRIPTION and NSTARS variables to the htsearch templates as well as support for $=(var) template variable references. * Added new config attributes to htsearch for restrict and exclude which work like the normal htsearch form variables if the form variables are not set. * Added many new attributes, including ignore_dead_servers description_meta_tag_names, max_keywords, translate_latin1, url_rewrite_rules, search_rewrite_rules, anchor_target, ignore_alt_text, search_results_contenttype, boolean_keywords, boolean_syntax_errors, multimatch_method, maximum_page_buttons, max_excerpts, plural_suffix, any_keywords and use_doc_date. * Extended the build_select_lists attribute to support select multiple, radio boxes and checkboxes. * Revised the documentation to make it clearer in parts, including the url_part_aliases attribute. * Updated various contributed utilities including doc2html, xmlsearch, rundig.sh, htparsedoc, acroconv.pl, multidig, etc. * A variety of other bug fixes, and many documentation updates. See the ChangeLog for details.
2002-03-09 22:48:11 +01:00
bin/htdump
bin/htfuzzy
Update htdig to 3.1.6. Many bug fixes, including one security-related fix. The following is from the web page: Release notes for htdig-3.1.6 1 Feb 2002 As with previous releases, this version cleans up some remaining bugs and adds a few heavily-requested features. As the latest stable release, it is recommended for all production servers. * Fixed another nasty security hole in htsearch, which would allow a denial of service attack or forcing htsearch to read in config files outside of the configuration directory. * Fixed some problems with htmerge, including problems with words beginning with special characters and merging multiple databases. * Fixed a bug in handling hopcounts. * Fixed problems in handling non-standard relative HTTP redirects. * Fixed bugs in external parsers support including being confused by charset information in the Content-Type header and handling binary output from external converters. * Fixed bugs in the default English endings database. (Under ispell, it wasn't quite intended for the accuracy needed for our usage.) * Fixed additional bugs in the endings fuzzy algorithm. * Fixed bugs with compiling with gcc-3.0 and later. * Fixed bugs compiling and running on Mac OS X. * Fixed problems with servers not returning a Last-Modified date--now assums indexing time as modification time. * Fixed a variety of bugs in the HTML parser to more flexibly handle non-standard HTML. * Fixed problems in the TCP connection code and will more reliably timeout when a connection hangs and will retry bad connections several times before giving up. * Added the -m "minimal" flag to htdig for only indexing a set list of URLs and made the -l (log) flag the default behavior so that htdig will stop and restart automatically. * Added htdump and htload programs for dumping ASCII representations of the databases and reloading the same. * Added support for htnotify to collect multiple URLs and allow easy customization of notification messages, including the new attributes htnotify_replyto, htnotify_webmaster, htnotify_prefix_file, and htnotify_suffix_file. * Added a new "accents" fuzzy algorithm to morph accents, including the new accents_db attribute. * Added a 'list all' feature to htsearch with a query of '*' or the current prefix_match_character. * Added date restricted searching to htsearch including relative dates. * Added documentation on running ht://Dig and the rundig script. * Added METADESCRIPTION and NSTARS variables to the htsearch templates as well as support for $=(var) template variable references. * Added new config attributes to htsearch for restrict and exclude which work like the normal htsearch form variables if the form variables are not set. * Added many new attributes, including ignore_dead_servers description_meta_tag_names, max_keywords, translate_latin1, url_rewrite_rules, search_rewrite_rules, anchor_target, ignore_alt_text, search_results_contenttype, boolean_keywords, boolean_syntax_errors, multimatch_method, maximum_page_buttons, max_excerpts, plural_suffix, any_keywords and use_doc_date. * Extended the build_select_lists attribute to support select multiple, radio boxes and checkboxes. * Revised the documentation to make it clearer in parts, including the url_part_aliases attribute. * Updated various contributed utilities including doc2html, xmlsearch, rundig.sh, htparsedoc, acroconv.pl, multidig, etc. * A variety of other bug fixes, and many documentation updates. See the ChangeLog for details.
2002-03-09 22:48:11 +01:00
bin/htload
1999-09-20 04:40:46 +02:00
bin/htmerge
bin/htnotify
bin/htpurge
bin/htstat
1999-09-20 04:40:46 +02:00
bin/rundig
include/htdig/Configuration.h
include/htdig/Connection.h
include/htdig/DB2_db.h
include/htdig/Database.h
include/htdig/Dictionary.h
include/htdig/HtCodec.h
include/htdig/HtCookie.h
include/htdig/HtCookieInFileJar.h
include/htdig/HtCookieJar.h
include/htdig/HtCookieMemJar.h
include/htdig/HtDateTime.h
include/htdig/HtFTP.h
include/htdig/HtFile.h
include/htdig/HtHTTP.h
include/htdig/HtHTTPBasic.h
include/htdig/HtHTTPSecure.h
include/htdig/HtHeap.h
include/htdig/HtMaxMin.h
include/htdig/HtNNTP.h
include/htdig/HtPack.h
include/htdig/HtRandom.h
include/htdig/HtRegex.h
include/htdig/HtRegexList.h
include/htdig/HtRegexReplace.h
include/htdig/HtRegexReplaceList.h
include/htdig/HtTime.h
include/htdig/HtVector.h
include/htdig/HtVectorGeneric.h
include/htdig/HtVectorGenericCode.h
include/htdig/HtVector_String.h
include/htdig/HtVector_int.h
include/htdig/HtWordCodec.h
include/htdig/HtWordType.h
include/htdig/IntObject.h
include/htdig/List.h
include/htdig/Object.h
include/htdig/ParsedString.h
include/htdig/Queue.h
include/htdig/QuotedStringList.h
include/htdig/SSLConnection.h
include/htdig/Stack.h
include/htdig/StringList.h
include/htdig/StringMatch.h
include/htdig/Transport.h
include/htdig/WordBitCompress.h
include/htdig/WordCaseIsAStatements.h
include/htdig/WordContext.h
include/htdig/WordCursor.h
include/htdig/WordDB.h
include/htdig/WordDBCompress.h
include/htdig/WordDBInfo.h
include/htdig/WordDBPage.h
include/htdig/WordKey.h
include/htdig/WordKeyInfo.h
include/htdig/WordList.h
include/htdig/WordMonitor.h
include/htdig/WordRecord.h
include/htdig/WordRecordInfo.h
include/htdig/WordReference.h
include/htdig/WordStat.h
include/htdig/WordType.h
include/htdig/ber.h
include/htdig/clib.h
include/htdig/good_strtok.h
include/htdig/gregex.h
include/htdig/htString.h
include/htdig/htconfig.h
include/htdig/lib.h
include/htdig/libdefs.h
include/htdig/md5.h
include/htdig/mhash_md5.h
include/htdig/myqsort.h
include/htdig_db/btree.h
include/htdig_db/btree_auto.h
include/htdig_db/btree_ext.h
include/htdig_db/common_ext.h
include/htdig_db/crdel_auto.h
include/htdig_db/db.h
include/htdig_db/db_am.h
include/htdig_db/db_auto.h
include/htdig_db/db_config.h
include/htdig_db/db_dispatch.h
include/htdig_db/db_ext.h
include/htdig_db/db_int.h
include/htdig_db/db_join.h
include/htdig_db/db_page.h
include/htdig_db/db_shash.h
include/htdig_db/db_swap.h
include/htdig_db/debug.h
include/htdig_db/env_ext.h
include/htdig_db/hash.h
include/htdig_db/hash_auto.h
include/htdig_db/hash_ext.h
include/htdig_db/lock.h
include/htdig_db/lock_ext.h
include/htdig_db/log.h
include/htdig_db/log_auto.h
include/htdig_db/log_ext.h
include/htdig_db/mp.h
include/htdig_db/mp_ext.h
include/htdig_db/mutex.h
include/htdig_db/mutex_ext.h
include/htdig_db/os.h
include/htdig_db/os_ext.h
include/htdig_db/os_jump.h
include/htdig_db/qam.h
include/htdig_db/qam_auto.h
include/htdig_db/qam_ext.h
include/htdig_db/queue.h
include/htdig_db/region.h
include/htdig_db/shqueue.h
include/htdig_db/txn.h
include/htdig_db/txn_auto.h
include/htdig_db/txn_ext.h
include/htdig_db/xa.h
include/htdig_db/xa_ext.h
lib/htdig/libcommon.la
lib/htdig/libfuzzy.la
lib/htdig/libht.la
lib/htdig/libhtnet.la
lib/htdig/libhtword.la
lib/htdig_db/libhtdb.la
Update htdig to 3.1.6. Many bug fixes, including one security-related fix. The following is from the web page: Release notes for htdig-3.1.6 1 Feb 2002 As with previous releases, this version cleans up some remaining bugs and adds a few heavily-requested features. As the latest stable release, it is recommended for all production servers. * Fixed another nasty security hole in htsearch, which would allow a denial of service attack or forcing htsearch to read in config files outside of the configuration directory. * Fixed some problems with htmerge, including problems with words beginning with special characters and merging multiple databases. * Fixed a bug in handling hopcounts. * Fixed problems in handling non-standard relative HTTP redirects. * Fixed bugs in external parsers support including being confused by charset information in the Content-Type header and handling binary output from external converters. * Fixed bugs in the default English endings database. (Under ispell, it wasn't quite intended for the accuracy needed for our usage.) * Fixed additional bugs in the endings fuzzy algorithm. * Fixed bugs with compiling with gcc-3.0 and later. * Fixed bugs compiling and running on Mac OS X. * Fixed problems with servers not returning a Last-Modified date--now assums indexing time as modification time. * Fixed a variety of bugs in the HTML parser to more flexibly handle non-standard HTML. * Fixed problems in the TCP connection code and will more reliably timeout when a connection hangs and will retry bad connections several times before giving up. * Added the -m "minimal" flag to htdig for only indexing a set list of URLs and made the -l (log) flag the default behavior so that htdig will stop and restart automatically. * Added htdump and htload programs for dumping ASCII representations of the databases and reloading the same. * Added support for htnotify to collect multiple URLs and allow easy customization of notification messages, including the new attributes htnotify_replyto, htnotify_webmaster, htnotify_prefix_file, and htnotify_suffix_file. * Added a new "accents" fuzzy algorithm to morph accents, including the new accents_db attribute. * Added a 'list all' feature to htsearch with a query of '*' or the current prefix_match_character. * Added date restricted searching to htsearch including relative dates. * Added documentation on running ht://Dig and the rundig script. * Added METADESCRIPTION and NSTARS variables to the htsearch templates as well as support for $=(var) template variable references. * Added new config attributes to htsearch for restrict and exclude which work like the normal htsearch form variables if the form variables are not set. * Added many new attributes, including ignore_dead_servers description_meta_tag_names, max_keywords, translate_latin1, url_rewrite_rules, search_rewrite_rules, anchor_target, ignore_alt_text, search_results_contenttype, boolean_keywords, boolean_syntax_errors, multimatch_method, maximum_page_buttons, max_excerpts, plural_suffix, any_keywords and use_doc_date. * Extended the build_select_lists attribute to support select multiple, radio boxes and checkboxes. * Revised the documentation to make it clearer in parts, including the url_part_aliases attribute. * Updated various contributed utilities including doc2html, xmlsearch, rundig.sh, htparsedoc, acroconv.pl, multidig, etc. * A variety of other bug fixes, and many documentation updates. See the ChangeLog for details.
2002-03-09 22:48:11 +01:00
libexec/cgi-bin/htsearch
libexec/cgi-bin/qtest
man/man1/htdig-pdfparser.1
man/man1/htdig.1
man/man1/htdump.1
man/man1/htfuzzy.1
man/man1/htload.1
man/man1/htmerge.1
man/man1/htnotify.1
man/man1/htpurge.1
man/man1/htsearch.1
man/man1/htstat.1
man/man1/rundig.1
man/man8/htdigconfig.8
share/examples/htdig/HtFileType-magic.mime
share/examples/htdig/button1.gif
share/examples/htdig/button1.png
share/examples/htdig/button10.gif
share/examples/htdig/button10.png
share/examples/htdig/button2.gif
share/examples/htdig/button2.png
share/examples/htdig/button3.gif
share/examples/htdig/button3.png
share/examples/htdig/button4.gif
share/examples/htdig/button4.png
share/examples/htdig/button5.gif
share/examples/htdig/button5.png
share/examples/htdig/button6.gif
share/examples/htdig/button6.png
share/examples/htdig/button7.gif
share/examples/htdig/button7.png
share/examples/htdig/button8.gif
share/examples/htdig/button8.png
share/examples/htdig/button9.gif
share/examples/htdig/button9.png
share/examples/htdig/buttonl.gif
share/examples/htdig/buttonl.png
share/examples/htdig/buttonr.gif
share/examples/htdig/buttonr.png
share/examples/htdig/cookies.txt
share/examples/htdig/htdig.conf
share/examples/htdig/htdig.gif
share/examples/htdig/htdig.png
share/examples/htdig/mime.types
share/examples/htdig/search.html
share/examples/htdig/star.gif
share/examples/htdig/star.png
share/examples/htdig/star_blank.gif
share/examples/htdig/star_blank.png
1999-09-20 04:40:46 +02:00
share/htdig/common/bad_words
share/htdig/common/english.0
share/htdig/common/english.aff
share/htdig/common/footer.html
share/htdig/common/header.html
share/htdig/common/long.html
share/htdig/common/nomatch.html
share/htdig/common/short.html
1999-09-20 04:40:46 +02:00
share/htdig/common/synonyms
share/htdig/common/syntax.html
share/htdig/common/wrapper.html