--- - branch: MAIN date: Thu Feb 20 10:07:35 UTC 2014 files: - new: '1.116' old: '1.115' path: pkgsrc/www/lynx/Makefile pathrev: pkgsrc/www/lynx/Makefile@1.116 type: modified - new: '1.14' old: '1.13' path: pkgsrc/www/lynx/PLIST pathrev: pkgsrc/www/lynx/PLIST@1.14 type: modified - new: '1.29' old: '1.28' path: pkgsrc/www/lynx/distinfo pathrev: pkgsrc/www/lynx/distinfo@1.29 type: modified - new: '1.7' old: '1.6' path: pkgsrc/www/lynx/patches/patch-af pathrev: pkgsrc/www/lynx/patches/patch-af@1.7 type: modified - new: '1.1' old: '0' path: pkgsrc/www/lynx/patches/patch-src_LYCurses.c pathrev: pkgsrc/www/lynx/patches/patch-src_LYCurses.c@1.1 type: added id: 20140220T100735Z.179134fa5065843353e4d359dd24c21bb067b773 log: "Update to 2.8.8rel1:\n\n2014-02-14 (2.8.8rel.1)\n2014-02-14 (2.8.8pre.5)\n* change quoting for fixup to help_files.sed in 2.8.8dev.17 to work around\n bug in cygwin's make/sed programs -TD\n* change quality value for application/xhtml+xml mime type added for Debian\n #184482, to ensure that it is offered as one of Lynx's internal types on\n an \"Accept:\" line sent to the server (Debian #725178) -TD\n* trim unexpected query-parameters from file: URIs when checking for their\n \ presentation and compression types. Not all browsers do this, etc. -TD\n* modify forms-submit to trim query-parameters from the action URI if it\n happens to be a file-URL. IE and some other browsers do this. The RFCs\n do not mention this since forms are an HTTP feature (Debian #738121) -TD\n* reviewed command-line options which were not provided in lynx.cfg; added\n others which could be useful for dumps (i.e., force_html, hiddenlinks,\n listonly, list_inline, localhost, short_url, with_backspaces) -TD:\n* add dont_wrap_pre to lynx.cfg (request by GV) -TD\n* use idn_free() rather than ordinary free (patch by GV)\n* build-fix when alt-bindings are disabled (patch by GV)\n* correct sense of --disable-alt-bindings option in configure script (prompted\n by report by GV) -TD\n\n2014-02-04 (2.8.8pre.4)\n* modify the LOCALE_CHARSET feature to provide a default value for the\n ASSUMED_CHARSET feature aka \"display-charset\" (Debian #737416) -TD\n* fix two bugs in print-to-file from 2.8.8dev.10 changes -TD\n + suggested filename suffix for text/html was \".html\" rather than \".txt\"\n + using ^U to clear the filename to print to did not cancel the prompt\n (report by Klaus-Peter Wegge)\n* disable EXP_JAPANESEUTF8_SUPPORT if the system has no iconv support -TD\n* modify makefiles to perform the src/chrtrans rules from the top-level rather\n than via the src-level, solving the issue of \"makefile races\" -TD\n* reviewed minor fixes from OpenBSD CVS for these issues:\n \ - fix makefile races [espie]\n - read/write result checking fixes to avoid unsigned comparisons vs -1 [krw]\n However, the former is not an improvement; kept only the latter -TD\n\n2014-01-11 (2.8.8pre.3)\n* apply analogous changes to tidytls.c interface -TD\n* apply openssl patch from openSUSE package for Lynx to modify the SSL options\n to omit the SSLv2 and compression features (report by BJP) -TD\n* add check for alternate package \"libssl\" also used with Fedora20 -TD\n* fix a check in configure-script for openssl subdirectory in includes. It\n \ happened to work in most cases due to a spurious blank in the pkg-config\n file; this was removed recently, e.g., for Fedora20 -TD\n* fill-in some dangling links in test-files -TD\n* build-fix for --disable-prettysrc (reported by Don Hsi-Yun Yang aka\n \"omoikane\") -TD\n* review/improve html helpfiles -TD\n* ensure that $(sysconfdir) exists in makefile as dependency of install-help\n rule -TD\n* update config.guess (2014-01-01), config.sub (2014-01-01)\n\n2013-12-17 (2.8.8pre.2)\n* change makefile.msc and lynx-slang.iss to use dll for slang -TD\n* change URL for HELPFILE in lynx.cfg, etc., to omit version-specifics -TD\n* update example of options menu shown in user-guide -TD\n* restore ^Z maxscreen-toggle for Windows, omitted in 2.8.8dev.17 cleanup -TD\n* typographical fixes for manpage (Bjarni I. Gislason, Debian #732236).\n* allow fallback sleep() function to be used for MinGW -GV\n* remove special case in configure.in which added \"-lcompat\" to $LIBS\n \ for OpenBSD, MirBSD and EkkoBSD (Christian Weisgerber, Thorsten Glaser).\n* build-fix for --disable-forms-options -TD\n* omit request for admin-access in NullSoft installer, since lynx could be\n installed in user's directory -TD\n* change Windows default for LYNX_LSS_FILE to not use a directory-path -TD\n\n2013-11-28 (2.8.8pre.1)\n2013-11-28 (2.8.8dev.17)\n* revise/update counts in README.metrics, using a script replacing a manual\n procedure -TD\n* amend check for magic header bytes from 2.8.8dev.3 for \"deflate\" to limit it\n to the 3-bit block header described in RFC-1951 -TD\n* install the sample-files in the dpkg test-script -TD\n* add configure option --with-cfg-path and environment variables LYNX_CFG_PATH\n \ to provide search-list capability for the \".cfg\" and \".lss\" files -TD\n* modify configuration of COLOR_STYLE value in lynx.cfg, allowing multiple\n filenames to be specified and providing those as choices in the O'ptions\n menu (Debian #404893) -TD\n* updates for lynx_help_main.html -TD\n* update URLs in about_lynx.html -TD\n* add internal URL \"LYNXEDITMAP:\", which is (like \"LYNXKEYMAP:\") generated,\n \ making that the primary page for field-editing help -TD\n* improve DOSPATH-related logic in HomeEnv(), making this work properly with\n Windows Vista and 7. The feature is needed to read Lynx's bookmarks file\n from the user's \"Personal\" shell-folder (report by Manuel Nunez) -TD\n* modify samples/*.bat to work when running in a directory whose pathname\n contains spaces -TD\n* reduce required privileges for installing in lynx.iss -TD\n* improve sed expression appended to help_files.sed to fix a case for the\n edit-helpfiles which left a \".gz.gz\" suffix for compressed filename URLs,\n overlooked since 2.8.1pre.3 -TD\n* modify logic in lkcstring_to_lkc() to allow named keys, e.g., from curses,\n to be used consistently in a KEYMAP directive -TD\n* add version-info to LYIcon.rc -TD\n* add symbols in Keysym_Strings[] and table in setup_vtXXX_keymap() for\n function keys 2-12, to improve keymap-configurability -TD\n* change extra-key #define's in LYStrings.h to enum -TD\n* cleanup pre-2.7 debris from LYStrings.c and LYStrings.h -TD\n* modify tables for key-bindings and edit-bindings to allow them to be reloaded\n \ to their initial values -TD\n* add check in get_connection() for ftp-connections to ensure that a password\n from a URL is non-empty -TD\n* add samples/oldlynx.bat to demonstrate how to use non-color-style -TD\n* add NSIS script, to allow building Windows installer via cross-compiling -TD\n* fixes to configure script and makefiles to work with empty $prefix, e.g.,\n as used in MSYS -TD\n* improve configure check for sleep() for cross-compiling to MinGW -TD\n* modify configure check for inet_addr() for cross-compiling to MinGW -TD\n* add configure check for Win32 flavor of PDCurses when cross-compiling to\n MinGW using the \"--with-screen=pdcurses\" option -TD\n* improve color-style simulation of old color scheme by coloring input fields\n with color #5 -TD\n* correct search logic to match links which are wrapped on the right margin.\n Previous fixes to highlight arbitrarily long links overlooked this case\n (Debian #546264) -TD\n* modify the INFO page, normally bound to \"=\", to show decoded strings for\n URLs, e.g., which use %xy hexadecimal encoding. \ The decoded strings are\n shown on the line following the encoded URLs if the strings are different.\n Also if display-charset is UTF-8, modify -dump \"References\" URLs to show\n the corresponding decoded strings for consistency with the text which is\n already in UTF-8. Other URLs such as that shown in the status area are\n shown in encoded form per previous discussion which recommending doing this\n to address phishing attempts (Debian #398274) -TD\n* simplify file-URLs shown in reference list of -dump by trimming unnecessary\n \"localhost\", e.g.,\n \ file://localhost/XXX\n becomes\n file:///XXX\n (Debian #334787) -TD\n* extend the \"Bad HTML\" warning feature to -dump option when the -stderr\n option is also set (Debian #398304) -TD\n* add -list_inline option, which modifies -dump output to put links inline with\n the text rather than in a list at the end of the dump (Debian #584080) -TD\n* add clarification in manpage regarding -force_html option versus -dump or\n -crawl (Debian #254603, Debian #295273) -TD\n* improve manpage descriptions of -reload, -get_data and -post_data (Debian\n #350853) -TD\n* modify manpage synopsis to make it clearer that Lynx accepts more than one\n path and/or URL on the command-line. The paragraph explaining this was\n \ added in 2.8.6dev.5 (Debian #350853) -TD\n* update COPYHEADER, clarifying license issues -TD\n* minor change to Content-Length logic from 2.8.8dev.13 to work with Amazon's\n cookies (Debian #720541) -TD\n* improve warning message for GNUTLS_CERT_SIGNER_NOT_FOUND (Debian #695653) -TD\n* ignore non-fatal return codes from gnutls_handshake introduced by SNI change\n in 2.8.8dev.15 (Debian #724812, patch by Hans Wurst).\n* updates for configure macros -TD\n + CF_ACVERSION_CHECK, fix from byacc for \"newer\" autoconf.\n + CF_ADD_LIB_AFTER, fix from xterm for problem with -Wl,xxx options\n \ + CF_CURSES_LIBS, modify to allow external script to set $cf_term_lib and/or\n \ $cf_curs_lib\n + CF_INTEL_COMPILER, $host_os needs AC_CANONICAL_HOST\n + CF_MIXEDCASE_FILENAMES, add msys / msysdll to known host/platform types\n + CF_RPATH_HACK, use sort and uniq rather than sort -u, to work with HPUX\n 11.11, etc.\n + CF_TRY_PKG_CONFIG, set variables for consistent usage of this macro\n + CF_XOPEN_SOURCE, add msys / msysdll to known host/platform types\n + CF_X_ATHENA, trim extra X libraries after updating lists, to work with ld\n --as-needed option which in effect uses only the first mention of the\n library. If that does not follow everything that depends on the library,\n ld will silently fail to resolve symbols.\n* update config.guess (2013-06-10), config.sub (2013-09-05)\n\n2013-07-29 (2.8.8dev.16)\n* build-fix for setmode() definition on Cygwin -TD\n* modify HTUtils.h to work around header conflict with Cygwin w32api and\n openssl 1.0.1e (prompted by report/patch by Supriyo Biswas) -TD\n* protect redefined errno values for Windows port from redefinition warnings\n when using MinGW build, since the WSAxxx values are what the configuration\n actually uses -TD\n* modify
tag to treat it like

when used within a list -TD\n* update fi.po from\n http://translationproject.org/latest/lynx\n* add on/off toggles to options menu for the color-style and default-colors\n features, to help deal with packages which enable default colors without\n adjusting the color-style settings to avoid having yellow text on a white\n background (report by Stephen Isard) -TD\n* add -default-colors command-line option to allow toggling the state of the\n DEFAULT_COLORS setting from lynx.cfg -TD\n* improve discussion of -dump and -force_html in manpage (Ubuntu #1112568) -TD\n* cleanup quoting and use of ASCII \"-\" versus hyphen in manpage -TD\n* add checks for zero-length strings in a few places to prevent infinite loop\n when the focus moves to a text-field which is past the right margin due to\n improper placement for the nested-tables configuration (report by Rajeev V\n Pillai) -TD\n* update doctype for html documentation to 4.01 strict -TD\n* correct handling of backslash in TrimCommand() function introduced in\n 2.8.6dev.4, used to process the commands for \"test=\" in mime-types -TD\n* correct 2.8.3dev.13 check for permissible place to split UTF-8 encoded text,\n reported by Coverity -TD\n* make DONT_TRACK_INTERNAL_LINKS logic configurable via lynx.cfg as\n TRACK_INTERNAL_LINKS; the configure script now sets the default value -TD\n* fix most issues found by clang 3.2 analyze -TD\n* fix most issues found by Coverity scan -TD\n\n2012-11-18 (2.8.8dev.15)\n* corrected position of highlighting from search/whereis function when using\n multibyte characters (Debian #673385) -TD\n* modify default case for HTLoadGopher() to use the file's suffix to obtain\n a MIME mapping rather than always storing unknown types to disk (suggested by\n Dario Niederman) -TD\n* modify ^X-e handling to not limit the result to the form field's length\n (report by Keith Bowes) -TD\n* modify the Inno Setup files to show lynx's version numbers. Development\n and prerelease versions are indicated in the numeric-only versions by\n prefixing a \"10\" or \"20\" -TD\n* ask for filesize when downloading via ftp, to use this in the read-progress\n ETA -TD\n* fix special case when -dont_wrap_pre option is used, to restore space between\n words which was lost when inserting a soft newline used to splice together\n segments of a long line (Ubuntu #806749) -TD\n* provide more readable ETA message as an option (prompted by patch by Joerg\n Hahn) -TD\n* add GNUTLS call to enable SNI (Server Name Indication) extension (Ubuntu\n \ #732177) -TD\n* correct typo for -bibhost option in manpage (Redhat #854574) -TD\n* revise nsl-fork logic for passing addrinfo and hostent data back to eliminate\n \ fixed limit on the number of records to return -TD\n* correct problem with loop logic in fill_addrinfo() exposed by multiple\n addresses from\n http://fbcdn-sphotos-d-a.akamaihd.net\n \ (report/analysis by TG) -TD\n* updates for configure script macros (TD):\n + add 3rd parameter to AC_DEFINE's to allow autoheader to run\n + remove unused macros\n* update nl.po from\n http://translationproject.org/latest/lynx\n* improve checking of certificates in the gnutls_certificate_verify_peers2()\n by handling special case where self-signed certificates should be reported\n (patch by Jamie Strandboge).\n* update config.guess (2012-09-25), config.sub (2012-08-18)\n\n2012-08-22 (2.8.8dev.14)\n* reset anchor's actual-length calculation at the end of pumpData() to handle\n scenario where this is used for internal data movement, i.e., for\n \ decompressing files (report by Owen Leibman, Debian #681214) -TD\n* drop two files overlooked in previous commit (TD):\n lynx.rsp and WWW/Library/Implementation/HTFWriter.c\n\n2012-08-15 (2.8.8dev.13)\n* make nsl-fork work for the DNS lookup using getaddrinfo, i.e., for IPv6\n configurations (report by FLWM) -TD\n* add U+0218, U+0219, U+021a, and U+021b to 0x53, 0x73, 0x54, and 0x74,\n respectively, for Romanian s/t with cedilla in def7_uni.tbl (Ralph Babel)\n* modify handling of \"set\" in -cmd_script option to try both cfg-file and\n rc-file settings (prompted by discussion with Andrew Watts) -TD\n* update configure script to add --datarootdir option, which changes the\n default for man-page from /usr/lib to /usr/share -TD\n* modify configure check for sizeof(time_t), sizeof(off_t) to help recover if\n it is run in a deficient environment such as busybox -TD\n* limit downloaded files by Content-Length if any, to match behavior of IE,\n Firefox and some other browsers; this is not addressed in RFC 2616 (Debian\n #681214) -TD\n For more information, see \"Content-Length in the Real World\" by Eric Law:\n http://blogs.msdn.com/b/ieinternals/archive/2011/03/09/browsers-accommodate-incorrect-http-content-length-and-sites-depressingly-depend-on-it.aspx\n* fix an unbounded loop in restrictions_fun() which could cause a core dump\n (Debian #616107) -TD\n* add LDFLAGS to top-level makefile.in, for consistency with other recursive\n options (suggested by Naomasa Maruyama) -TD\n* modify makefile.in and src/makefile.in to pass make-flags, e.g., \"-n\" for\n POSIX make -TD\n* updated configure macros (TD):\n + add check for clang warning options\n + check for tinfo library, which may be present\n + omit -Wpointer-arith check for pre-3.0 gcc\n + add check for 'make' programs ${MAKEFLAGS} versus ${MFLAGS}, for recursive\n \ operation.\n* updated list for \"$(TABLES)\" in src/makefile.in so that parallel builds work\n properly (patch by Diego Elio Petteno)\n* remove extra \"$(LDFLAGS)\" from src/makefile.in when linking lynx (patch by\n Josef Sontgen)\n* correct formatting of large file-sizes in directory listing (Debian\n #666213) -TD\n* improve checking of certificates in the gnutls_certificate_verify_peers2()\n (report by Martin Georgiev) -TD\n* update de.po eo.po sv.po vi.po from\n http://translationproject.org/latest/lynx\n* use PDCurses \"wide\" variation in makefile.msc -TD\n* modified quoting for parameter values passed to blat mailer to ensure that\n it handles embedded blanks (report by pfourier) -TD\n* fix regression introduced by changes for Debian #603648 -TD\n* modify makew32.bat and makefile.bcb to use GnuWin32 packages to simplify\n builds with Borland 5.51 C++ compiler (prompted by discussion with\n pfourier) -TD\n* add configure check for windres needed for mingw build if cross-compiling -TD\n\n2012-02-22 (2.8.8dev.12)\n* treat charsets ISO-8859-8-E and ISO-8859-8-I as aliases of ISO-8859-8\n \ (Owen Leibman)\n* amend the dev.10 change to HTLoadDocument(), which broke caching of forms,\n to limit it to just the case where the user has pressed ^R, etc (report by\n TG) -TD\n\n2012-02-19 (2.8.8dev.11)\n* correct help-message for -html5_charset option -Kihara Hideto\n* correct a typo in strtol change from dev.10 which caused hexadecimal numeric\n entities to be misrendered -TG\n* update eo.po, et.po and tr.po from\n http://translationproject.org/latest/lynx\n* correct dll name for bzip2 in lynx.iss package script -TD\n\n2012-02-12 (2.8.8dev.10)\n* updated po/lynx.pot; there are a few new messages -TD\n* add \"submit\" and \"reset\" commands (Debian #603645) -TD\n* add \"pwd\" command, to show current working directory in the statusline -TD\n* modify check in HText_endForm() when a form contains only a single input\n field, to allow a return in any text-like field other than textarea to cause\n the form to be submitted (Debian #603648) -TD\n* add bzlib to win32 makefile.msc -TD\n* define WIN32_LEAN_AND_MEAN in makefile.msc to accommodate naming conflict\n in recent Win32 SDKs, which otherwise include winsock.h in windows.h -TD\n* fixes for the dev.9 Win32 feature to toggle between normal/fullscreen,\n by checking the actual screensize after maximizing the display -TD\n* use ASCII apostrophe for 7-bit approximation to U+02bd as well -TD\n* use ASCII apostrophe 0x27 for 7-bit approximation to Unicode apostrophe\n U+02bc (suggested by Ralph Babel)\n* update LYLeaks.c / LYLeaks.h to include the bstring allocation, copy and free\n functions -TD\n* several fixes for the -find-leaks option, e.g., include LYLeaks.h in a few\n modules, modify the StrAllocVsprintf function to update the bookkeeping,\n etc -TD\n* move call to LYCanWriteFile into LYValidateOutput, to make prompts for\n download, print and upload more alike -TD\n* correct an old bug in send_file_to_file(), used when printing a page to a\n file, which prevented its check for appending to an existing file -TD\n* modify LYValidateFilename to use LYTildeExpand -TD\n* modify LYConvertToURL to use LYTildeExpand for Unix, and further modify\n LYTildeExpand to lookup given user's home directory, thereby making commands\n such as \"g ~root/tmp\" work as expected -TD\n* replaced most LYgetStr calls with LYgetBString, except for LYMail.c and\n LYNews.c since those do use LYgetStr's limits as it was designed. \ Other\n calls generally did not need those limits -TD\n* modify finish_ExtEditForm to eliminate wrapping when an edited line is longer\n than MAX_LINE. The user is still offered the choice of wrapping to the\n displayed size of a TEXTAREA, but if declined, the TEXTAREA's content will\n not be wrapped -TD\n* modify LYgetstr, making it call revised function LYgetBString which handles\n bstring's, and allows editing fields which can grow without fixed buffer\n limits. In particular, forms all use the same calls, which means that\n their result is no longer limited by MAX_LINE -TD\n* extend ^X-e editing of textarea's to include single-line fields -TD\n* modify comparison for splitting lines to allow for long preformatted lines,\n \ e.g., using  's to not wrap when the line-wrap mode is disabled -TD\n* modify cfg2html.pl to handle options which contain a digit, e.g.,\n HTML5_CHARSETS whose default value was not marked properly -TD\n* modify HTLoadDocument() to not retain a cached document if user is explicitly\n doing a refresh. This fixes the case for a #fragment url, which was\n otherwise treated as the same as the address without the #fragment -TD\n* clarify version of GPL used in README (request by Paul Menzel) -TD\n* modify HTLoad() to discard charset information before reloading a document,\n in case the server changes the content-type information between loads\n (report by Stanislav Brabec) -TD\n* use tidy to indent html documentation -TD\n* provide a way to substitute parameters in URLs for jumpfiles (adapted from\n \ patch by Mark Skilbeck -TD\n* ensure that button/input tags have a value for display, in case the tag is\n improperly terminated (report by Aki Helin) -TD\n* work around glibc bug in sscanf in SGML_character() using strtol() (report by\n \ Aki Helin) -TD\n* add check for charset attribute on meta element -Kihara Hideto\n* eliminate ON/OFF macros, using TRUE/FALSE both to work around breakage from\n \ zlib 1.2.5.1 changes as well as because they were unnecessary (GenToo\n #383113) -Nikos Chantziaras, TD\n* updated several configure script macros (TD):\n CF_ANSI_CC_CHECK, CF_CURSES_LIBS, CF_LD_RPATH_OPT, CF_NETLIBS,\n CF_XOPEN_SOURCE, CF_X_ATHENA_LIBS\n\n2011-06-12 (2.8.8dev.9)\n* modfy cfg2html to add \".url\" directive for referencing RFC's etc -TD\n* document blat/blatj usage in lynx.cfg -TD\n* add/use WriteStreamTitle(), to provide doctype for cookie-jar page, used to\n help validate the page -TD\n* improve readability of cookie-jar page by showing the unescaped cookie\n values, other minor formatting changes -TD\n* modify cookie domain-matching to accommodate RFC 6265, which states that a\n leading dot on a domain attribute should be discarded (report by Sebastien\n Hinderer) -TD\n* integrate most of the changes from patch in 2.8.6rel.4 package at\n\thttp://en.sourceforge.jp/project/lynx-win32-pata -TH, TD\n + provide toggle between normal/fullscreen\n + ifdef'd changes for FEP.\n \ + correct a message translation in ja.po\n + modify Xsystem.c to not use MinGW's system() call.\n + add three items to lynx.cfg\n\tconv_jisx0201kana\n\tmessage_language\n\twait_viewer_termination\n \ + replace ifdef's for CONV_JISX0201KANA_JISX0208KANA with configuration\n variable conv_jisx0201kana\n + modify makefile.bcb and lynx.rsp to use openssl and intl libraries.\n + add feature ifdef'd with USE_PROGRAM_DIR which adds fallback definitions\n \ for pathnames to use the directory of lynx.exe\n + add check for unsafe filenames in DOS/Windows, e.g., those that correspond\n to a device.\n* update command-line syntax for the blat mailer, to work with blat 2.6.2 -TD\n* change default in makelynx.bat to assume blat rather than blatj, because\n the latter does not provide a way to authenticate user/password on a mail\n server -TD\n* change #define's for addrlist-page and alt-bindings to reflect their\n non-experimental status -TD\n* change default for --enable-addrlist-page configure option to enabled -TD\n* modify blat/blatj configuration so that support for both is compiled-in\n for DOSPATH configurations. Add \"-altblat\" option to select blat vs blatj.\n Define USE_ALT_BLAT_MAILER to specify which is the default (prompted by\n report by LarryL) -TD\n* correct an interaction between LYCloseOutput() and LYRemoveTemp() as used in\n send_file_to_mail(), to allow a temporary file to be closed and used by\n external program before removing it -TD\n* modify lkcstring_to_lkc() to accept hex/octal values, allowing those in the\n KEYMAP configuration as suggested by the commented lines in lynx.cfg (report\n by Richie Wood) -TD\n* build-fix for DEC C 5.x with _DECC_V4_SOURCE defined, i.e., missing\n declaration of \"off_t\" (report/analysis by Rod Reiger) -TD\n* build-fixes for Alpha VMS V8.3 with C V7.1-015, based on lynx 2.8.7\n development snapshot (report/analysis by Scott Harrod) -TD\n* improve scripts/tbl2html.pl, to handle translation of octal escapes in the\n approximation comments -TD\n* amend implementation of \"readonly\" attribute from 2.8.7dev.10 to distinguish\n \ it from \"disabled\" (report by David Paschal) -TD\n* amend change to cookie prefix matching from Debian #460108. The discussion\n overlooked this definition from RFC 2109:\n Path Defaults to the path of the request URL that generated the\n Set-Cookie response, up to, but not including, the\n right-most /.\n In that context, lynx was correct to extract the default \"path\" attribute\n \ of\n http://jukebox/cgi-bin/disorder\n as\n /cgi-bin\n rather than\n \ /cgi-bin/disorder\n as asserted in the report. However, lynx warned unnecessarily (according to\n the bug report) about the given path attribute. Deciding whether to suppress\n this warning is under control of the user via the lynx.cfg setting\n \ COOKIE_QUERY_INVALID_DOMAINS since 2.8.2dev.16 (report by Owen Leibman) -TD\n* add eo.po (Esperanto) from\n http://translationproject.org/latest/lynx\n* modify format of ADVANCED_COOKIE_CONFIRMATION message in nl.po per guideline\n to allow localized single-letter responses to prompt (report by Jurgen\n Gaeremy) -TD\n* add configure check for , used in Debian package -TD\n* modify src/tidy_tls.c to use gnutls_priority_set_direct() in preference to\n various access functions, to eliminate deprecation warnings (report by\n Andreas Metzler) -TD\n* updated several configure script macros (TD):\n CF_CURSES_CPPFLAGS, CF_CURSES_FUNCS, CF_CURSES_HEADER, CF_CURSES_LIBS,\n CF_CURSES_TERM_H, CF_DISABLE_RPATH_HACK, CF_PDCURSES_X11, CF_PKG_CONFIG,\n CF_RPATH_HACK, CF_STRUCT_TERMIOS, CF_XOPEN_CURSES, CF_XOPEN_SOURCE,\n CF_X_ATHENA_LIBS\n* update config.guess (2011-01-01), config.sub (2011-04-01)\n\n2011-01-10 (2.8.8dev.8)\n* correct sense of menu-name parameter in add_item_to_list() from dev.7\n changes (report by Larry Hart) -TD\n* remove duplicate copy of CF_TRY_PKG_CONFIG added to aclocal.m4 in 2.8.8dev.4,\n which caused autoconf-2.13 to emit weird error messages about undefined\n symbols (report by TG) -TD\n\n2010-12-11 (2.8.8dev.7)\n* add PERSONAL_MAIL_NAME to options menu and .lynxrc (Debian #603647) -TD\n* remind user how to cancel message (Debian #292787) -TD\n* add HTML5_CHARSETS feature, which allows the user to choose whether to\n interpret pages without an explicit charset according to the HTML5\n \"compatibility\" feature (Debian #604466, Debian #514897) -TD\n* add EXTERNAL_MENU feature to lynx.cfg, which allows the user to customize the\n menu-entry shown, e.g., to suppress the display of the URL\n (Debian #603646) -TD\n* cleanup URLs in lynx documentation -DK\n* add check in getfile() when handling a \"mailto:\" url, to prevent it when the\n user has requested a dump (Debian #563308) -TD\n* improve configure check for IDNA library, which may depend upon intllib,\n e.g., building with mingw on cygwin -DK\n* modify autoconf macros which look for X libraries, e.g., for PDCurses, to\n accommodate ongoing changes in xorg package scripts -TD\n* reorganize autoconf macro CF_WITH_CURSES_DIR, to make it usable for both\n curses and ncurses -TD\n* several changes to autoconf macros to lessen use of legacy shell feature\n \ \"${name-value}\" in favor of \"${name:-value}\", since the former is broken in\n recent versions of bash -TD\n* apply overlooked patch from pre-2.8.5, makes RMDIR_PATH configurable\n (report/patch by Frank Heckenbach).\n* correct one of the places where link-number is formatted, for form input\n anchors. This was broken in dev.6 by the -unique_urls changes (report by\n DK) -TD\n* undo a cleanup change to link-types from dev.6 which broke some uses of\n input-anchors (report by FLWM) -TD\n* minor formatting improvements to sources using cindent 2.0-20101107 -TD\n* restore \\r to \\n conversion in HTML_put_character(), broken in gcc warning\n cleanup (report by FLWM) -TD\n* fix a double-free in make_argv() (report by FLWM) -TD\n* add a memset in RestoreSession(), fixes uninitialized memory reference for\n the VLINK section -PBM\n* update config.guess (2010-09-24), config.sub (2010-09-11)\n\n2010-10-04 (2.8.8dev.6)\n* amend change for Debian #514897 to exclude XML documents (Debian #592883) -TD\n* use HTParsePort() in a few places, e.g., HTFinger.c, to allow for IPv6\n addresses with colons (Debian #587330) -TD\n* modify option -dump so it is parsed in the first pass, using that to suppress\n requirement for lss file if lynx is used only to dump output -TD\n* add option -unique-urls (Debian #586762) -TD\n* fix most gcc type-conversion warnings -TD\n* add configure check for ctags/etags programs, needed for some BSD ports -TD\n* add configure --with-textdomain option to allow overriding the \"lynx\"\n \ NLS textdomain, to help ensure that Lynx's build-script does not conflict\n \ with alternative packages -TD\n* use AC_ARG_PROGRAM in configure script, to support --program-suffix, etc.,\n to help with packaging -TD\n* add Debian build script, for testing (adapted from lynx-cur package) -TD\n* add RPM build script, for testing -TD\n\n2010-08-25 (2.8.8dev.5)\n* modify convert_to_idna() to check for malformed urls (Debian #594300 reports\n this as CVE-2010-2810) -TD\n* correct typo in po/makefile.inn from removal of mkdirs.sh in dev.4 (Debian\n #592078) -TD\n* correct a sign-extension error in UpdateBoundary(), used for MIME boundary\n \ computation, broken in dev.4 compiler-warning fixes -TD\n\n2010-06-21 (2.8.8dev.4)\n* check for SSL error when reading response from \"GET\". This incidentally\n exposes a longstanding bug in GNUTLS:\n https://savannah.gnu.org/support/index.php?106987\n \ (google the message \"A TLS packet with unexpected length was received\")\n \ which prevents connection to\n https://www.mynortonaccount.com/amsweb/default.do\n \ (report by Ignac Vucko) -TD\n* fix ifdef/define's in LYMain.c to show GNUTLS version in user-agent when\n built with tidy_tls.c -TD\n* improve format of X509_NAME_oneline() in tidy_tls.c, making it compatible\n with the OpenSSL function so that no post-processing is needed -TD\n* correct typo in configure --enable-gnutls-compat option, which sometimes made\n it enabled as a side-effect of setting --with-gnutls -TD\n* add configure option --enable-wais, for test-compiles with freeWAIS -TD\n* fixes to build with VMS -Christoph J Gartmann\n + created [.src]multinet_ucx.opt with a single line\n multinet_root:[multinet.library]ucx$ipc/LIBRARY\n + modified build.com to have an additional option \"Multinet with\n UCX emulation\"\n \ + modified libmake.com for the same reason\n + modified [.www.library.implementation]www_tcp.h for the same reason\n + provide definition of IS_CJK_TTY for HTWAIS.c by adding include of\n LYStrings.h\n* fix typo in users's guide -PBM\n* drop mkdirs.sh and MKINSTALLDIRS symbol from makefiles, using \"mkdir -p\" -TD\n* limit parsed URIs with new config parameter MAX_URI_SIZE, default 8192\n (RedHat #605286, forwarded by Vincent Danen). For arbitrarily long URIs,\n alloca() could run out of stack space -TD\n* several changes to configure script, from ongoing work on xterm, etc -TD\n + workaround for broken \".pc\" file for X Toolkit, which omits the ICE\n library.\n + modify CF_NCURSES_CONFIG to use CF_CURSES_HEADER to pick out the particular\n flavor of ncurses.h, e.g., \n \ + add parameter to CF_CURSES_HEADER to allow looking for specific\n subdirectory ncurses/ncursesw/etc + restructured CF_X_ATHENA to use\n pkg-config, if available.\n \ + use CF_ADD_LIB/CF_ADD_LIBS\n + CF_GNUTLS eliminates duplicate libraries when configuring with pkg-config\n + modified several macros to quote params of ifelse()\n \ + CF_AR_FLAGS allows $ARFLAGS to override the choice of ar-flags, in\n particular check if a given choice is part of the current $ARFLAGS\n + workaround CF_XOPEN_CURSES for (temporary) problem with ncurses headers,\n which did not account for the fact that _XOPEN_SOURCE_EXTENDED may be\n defined in a system header.\n* remove redundant updates for CFLAGS and LIBS in configure script which are\n now done in CF_FIND_LINKAGE macro -TD\n* fix a problem with configure script which broke \"--with-gnutls=/usr\" (report\n by Atsuhito Kohda) -TD\n* resolve warnings from \"clang --analyze\", tested with Fedora 12 and clang\n 2.6-0.5.pre1.fc12, 2.7-1.fc12 -TD\n* further improvements to print_wwwfile_to_fd() -TD\n + corrected length used for radio/checkboxes.\n + fill in wrapped fields.\n\n2010-04-25 (2.8.8dev.3)\n* modify print_wwwfile_to_fd() to add field values to the printed form (Debian\n \ #574940) -TD\n* add check for magic (header bytes) before trying to decompress, since zlib\n does not provide this check (Redhat #503921) -TD\n* add workaround in CF_SSL configure macro for broken openssl pkg-config script\n on Redhat, CentOS -TD\n* add configure option --disable-rpath-hack -TD\n* allow IPv6 addresses without \"http://\" prefix (Redhat #425879, patch by Kamil\n Dudka)\n* build-fixes for OpenSolaris aka Solaris 11 -TD\n* add/use CF_RPATH_HACK, for constructing rpath references to libraries in\n nonstandard locations -TD\n* improve configure macros CF_CURSES_TERM_H and CF_FIND_LINKAGE -TD\n* add synopsis entries for -get_data and -post_data options to lynx.man\n (report by Dallas E. Legan II) -TD\n* fix a possible conflict between CF_HEADER_PATH and CF_LIBRARY_PATH by setting\n their respective target variables, not appending -TD\n* improve configure macro CF_XOPEN_SOURCE by removing rather than undefining\n preexisting symbols as they are added to the definitions -TD\n* add configure check for -lnetwork, from tin -TD\n* when renaming/copying a bookmark file, e.g., to delete a bookmark, modify\n its permissions for compatibility with IsOurFile() (Redhat #486070) -TD\n* fix most gcc writable-strings warnings -TD\n* update config.guess (2009-12-30), config.sub (2009-12-31)\n\n2009-11-25 (2.8.8dev.2)\n* modify trimming of URI in LYSetCookie() to eliminate trimming of final leaf\n (Debian #460108) -TD\n* document the various xxx_PATH settings in lynx.cfg -TD\n* modify cfg2html.pl to improve formatting of cattoc.html -TD\n* split-up top-level makefile install-html rule to allow generating the\n htmlized cfg without doing an install -TD\n* suppress positioning for editor when using it to edit files via dired -TD\n* modify samples/lynx-demo.cfg to suppress external file-utilities, since the\n intent is to make the installer work standalone, but allow extension -TD\n* add traces for builtin dired operations -TD\n* modify built-in \"touch\" for dired to use binary mode when opening file -TD\n* remove check from 2.8.5dev.11 which prevents user from moving a directory in\n dired unless the external program \"mv\" is provided -TD\n* regularize use of isEmpty(), non_empty() -BL\n* match built-in \"positionable\" editor names more liberally -BL\n* promote some experimental options to normal, tidy up related EXP_xxx vs\n \ USE_xxx symbols -TD\n EXP_ASCII_CTYPES is now USE_ASCII_CTYPES\n EXP_JUSTIFY_ELTS is now USE_JUSTIFY_ELTS\n EXP_CHARSET_CHOICE is now USE_CHARSET_CHOICE\n The scrollbar, progressbar, sessions and session-cache options are now\n enabled by default.\n* modify scanning in HTRules.c to only trim comments where '#' is either at\n the beginning of a line, or follows whitespace (patch by Kihara Hideto).\n* correct a place where LYStrExtent2 was used where byte-count is needed\n (patch by Bake Timmons).\n* modify LYExecv() in LYLocal.c to allow win32 applications to use this\n function -TD\n* modify ok_stat() in LYLocal.c to retry with \".\" appended when the path syntax\n indicates that it is probably a directory name -TD\n* fix an old typo in configure macro CF_CHECK_FUNCDECL -TD\n* change library dependency for gnutls from crypt to gcrypt, originally in\n 2.8.5dev.15 (Debian #555579) -TD\n* update de.po from\n http://translationproject.org/latest/lynx\n* fix some tidy- and linklint-warnings in help-files -TD\n* amend change from 2.8.7dev.14 to not use clrscr() function in stop_curses()\n if using PDCurses, since clrscr() is not in the win32 api -TD\n* modify configure script to check if linkage for bzlib and zlib succeeded,\n before defining symbol which makes the compiler uses these libraries -TD\n* update lynx_help_main.html to point to \"release/lynx2-8-7\" documentation -TD\n\n2009-08-28 (2.8.8dev.1)\n* add include in socklen_t configure check (from OpenBSD CVS)\n* eliminate UCPutUtf8ToBuffer() - redundant -TD\n* use memset's to simplify some initialization in HTML.c, extending a change\n \ made in 2.8.7dev.10 (prompted by issue in OpenBSD) -TD\n* add optional support for IDNA using GNU libidn (Debian #352596) -TD\n* ignore LEFT-TO-RIGHT-MARK (U+200E) in HTML files (Debian #408835) -TD\n* correct check for return-value from gnutls_certificate_verify_peers2(), which\n in conjunction with unclean internals of gnutls caused caused some sites to\n be treated as if they were version-1 X.509 CAs (Debian #231609,\n Ubuntu 293708) -TD\n* revise dired-mode's modify_tagged() function, correcting and extending the\n source-paths to validate against the target path. Before, lynx's current\n \ working directory was used to validate against target path, i.e., when moving\n \ all tagged files to a new location. Lynx's check to ensure that\n source/target paths are distinct prevented users from moving tagged files to\n the current directory (report by Jasper) -TD\n* change compiled-in default for SYSLOG_REQUESTED_URLS to false (prompted by\n Debian #537907) -TD\n* adjust ifdef in change_sug_filename() so that paths containing square\n brackets are trimmed on VMS only (report by Gaute Strokkenes) -TD\n* amend change to ifdef in LYMain.c (from 2.8.7dev.14), since it prevents build\n on NetBSD, whose libintl.h does not include locale.h (report by Thomas\n Klausner) -TD\n* modify configure macro CF_GCC_ATTRIBUTES to make it more self-contained -TD\n* improve configure check for _XOPEN_SOURCE for HPUX 11 to ensure mbstate_t is\n declared -TD\n* update config.guess (2009-08-19), config.sub (2009-08-19)\n" module: pkgsrc subject: 'CVS commit: pkgsrc/www/lynx' unixtime: '1392890855' user: wiz