Commit graph

20 commits

Author SHA1 Message Date
Tobias Nygren
d2ab3469b0 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 04:30:10 +00:00
Thomas Klausner
57d51c6b51 Drop maintainership. 2007-07-08 09:44:26 +00:00
Thomas Klausner
44469ee1c9 Update to 1.00pre20:
=== RELEASE 1.00pre20 ===

Sun Apr  8 21:02:15 CEST 2007 mikulas

	Terminal resize, window title and clipboard support for Cygwin
	Clipboard supports non-ascii characters badly, it is a limitation in
	Cygwin

Wed Apr  4 23:20:10 MET 2007 Carles Pina i Estany <carles@pina.cat>:

	Add more top-level domains

Wed Apr  4 14:32:47 MET DST 2007 mikulas:

	win32.c file removed because in each new version of windows it doesn't
	work. Don't even try to fix it unless you have computers with Windows
	NT, Window 2000, Windows XP and Windows Vista side by side.

	(new Cygwin emulates xterm-like mouse on the console, so it's not needed
	for mouse)

	Cygwin sometimes doesn't send SIGWINCH, it is its bug, so I didn't try
	to fix it in links. Press twice Alt-Enter if links doesn't notify window
	size change

Tue Feb  6 00:27:00 MET 2007 MIKULAS:

	Allow quotation marks in Refrfesh URL parameter --- fixes Google Picasa
2007-04-15 21:51:46 +00:00
Thomas Klausner
bf44b0e1e8 Update to 1.00pre19:
=== RELEASE 1.00pre19 ===

Tue Nov 28 23:15:20 MET 2006 mikulas:

	Fixed severe security bug: '"' and ';' in smb:// url could be used for
	remote command execution.

Wed Nov 22 22:24:38 MET 2006 Jakub Bogusz <qboosh@pld-linux.org>:

	Updated Polish translation
2006-12-17 19:32:21 +00:00
Thomas Klausner
5b8c3962a6 Update to 1.00.18:
=== RELEASE 1.00pre18 ===

Mon Nov  6 02:12:59 cet 2006 mikulas:

	Fixed incorrect page displayed when search string ended with space and
	the word was last on page

Fri Oct 27 17:15:15 cet 2006 mikulas:

	More strict parsing of ftp list, fixes ftp.su.se

Sun Oct 15 22:55:40 MET DST 2006 mikulas:

	Allow cookie path to point to file, not only directory

Wed Oct 11 00:17:54 MET DST 2006 mikulas:

	Fixed quirk with displaying of links in text mode

Mon Sep 11 02:41:05 MET DST 2006 mikulas:

	Test for socklen_t
	Work without PF_INET (for Minix 3)
	Cleaned up use of AF_ and PF_ constants
2006-11-18 19:08:28 +00:00
Thomas Klausner
b3e9384cf8 Update to 1.00pre17:
=== RELEASE 1.00pre17 ===

Fri Aug 25 00:51:50 MET 2006 user:

	Parsing ftp directories starts to be difficult because fixing one bug
	introduces other. Previous fix sometimes mistook size for year :-/

Sun Aug 20 05:07:20 cet 2006 mikulas:

	Correctly translate character set of "label" attribute

Mon Jul 31 00:33:13 MET 2006 user:

	More cygwin fixes

Sun Jul 16 16:36:26 cet 2006 mikulas:

	Link to "" redirects to current file rather than current directory
		(fixes some forms)

Sun Jul 16 00:07:54 cet 2006 mikulas:

	Better ftp directory parsing (process correctly file names starting with
		year)

Sat Jul 15 16:37:52 MET 2006 user:

	Bigger default textarea

Tue Jun 27 23:50:11 cet 2006 mikulas:

	Fixed display of multiple consecutive spaces when searching

Sun Jun 18 16:12:52 MET 2006 user:

	Command "kill background connections" aborts also keepalive connections

Sat Jun 17 21:08:44 cet 2006 mikulas:

	Fixed exponential memory consumption with table cell colspan/rowspan

Sat Jun 10 23:52:59 cet 2006 mikulas:

	Decode %AB sequences in position tags

Fri Jun  9 18:33:23 cet 2006 mikulas:

	Accept broken meta refresh tags (fixes www.seznam.cz)

Sat Jun  3 03:16:55 cet 2006 mikulas:

	Fixed mouse in Cygwin
	Allowed to run in xterm or rxvt in Cygwin
2006-09-03 21:36:18 +00:00
Aleksey Cheusov
35f82d29fc man is replaced with ${PKGMANDIR} 2006-04-20 13:36:34 +00:00
Thomas Klausner
8a9b15d69d Update to 1.00pre16:
=== RELEASE 1.00pre16 ===

Sun Apr  2 19:38:12 MET 2006 user:

	Fixed some quirks when URL contained multiple '#' characters
	Allow '#' in ftp password

Sun Apr  2 19:09:20 MET 2006 user:

	Better parsing of FTP directories (fixes Quick 'n Easy FTP Server)

Thu Mar 30 20:11:25 cet 2006 mikulas:

	Location: field in HTTP reply is now allowed to contain position
	specification '#'

Thu Mar 23 15:26:23 MET 2006 user:

	Do not send Accept-Language to a buggy Netscape-Enterprise server
	Do not send "en" language twice in Accept-Language

Thu Mar 23 15:26:15 MET 2006 user:

	Changes license to allow linking with OpenSSL

Sun Mar 19 03:07:56 MET 2006 mikulas:

	Support &#10;, &#13; and &#9;

Sat Mar 11 04:07:42 MET 2006 mikulas:

	An option to turn off IP type-of-service (some misconfigured firewalls
	drop packets with it)

Mon Mar  6 17:30:53 MET 2006 mikulas:

	When clicking on images with keyboard, submit point (1,1), not (0,0)
	(work around another bug on mail.centrum.cz)
	Submit value attribute with image

Sun Mar  5 20:48:08 MET 2006 mikulas:

	Make multipart boundary format compatible with Netscape (unfortunatelly
	there are buggy servers that depend on it --- for example
	mail.centrum.cz)
	Do not send Content-Type when there's no file to upload

Mon Feb 27 05:23:34 cet 2006 mikulas:

	Make textarea wrapping default (compatible with Mozilla, Netscape has
	default no wrapping)

Sat Feb 11 02:35:25 cet 2006 mikulas:

	More bug-compatible parsing of superfluous quotation marks

Mon Feb  6 21:27:13 MET 2006 mikulas:

	Fixed compile error because of strtonum name clash on current OpenBSD

Sun Feb  5 18:22:28 MET 2006 mikulas:

	Case-insensitive search of all characters

Mon Jan 23 18:26:24 MET 2006 mikulas:

	Fixed textarea content corruption due to overlapping areas in memcpy

Thu Jan 19 18:13:13 MET 2006 user:

	Disallow access to proxy:// urls from user interface
	(they are internal-only)

Sun Jan 15 05:51:49 MET 2006 user:

	Preserve config and history in case of IO error (including full disk)
	(bookmarks were already handled correcly)

Thu Dec 22 15:15:07 MET 2005 mikulas:

	Discard mouse events while user viewer is in foreground (but due to some
	quirks in gpm/svgalib, it may still produce spurious mouse-click events)
2006-04-09 14:02:45 +00:00
Thomas Klausner
4e143d14c5 Update to 1.00pre15:
=== RELEASE 1.00pre15 ===

Wed Dec  7 00:42:50 MET 2005 user:

	Fixed proper position after go-back if the file was not in cache
	Fixed incorrect initial position on some pages with long tables during
		viewing while loading
	-dump -html-numbered-links 1 prints links' locations

Tue Nov 29 00:30:12 MET 2005 mikulas:

	Do not load too big files on background (maximum size is cache size / 4)

Mon Nov 28 01:49:21 MET 2005 mikulas:

	Restore terminal attributes on fatal errors

Sun Nov 27 23:01:39 MET 2005 mikulas:

	Allowed download of files larger than 2G

Sat Nov 19 18:39:51 MET 2005 mikulas:

	Allow cookies with "secure" parameter
	Cookies without path act as if path was "/" instead of current directory

Mon Oct 24 16:36:01 MET DST 2005 mikulas:

	Recognise "title" attribute in <LINK> tag

Mon Oct 24 16:27:16 MET DST 2005 mikulas:

	Accept application/xhtml as html type

Fri Oct 21 16:01:46 MET DST 2005 mikulas:

	&quote;

Thu Oct 20 03:30:01 MET DST 2005 mikulas:

	Special handling for relative URLs beginning with '&' or '?'

Tue Oct 11 03:55:59 MET DST 2005 mikulas:

	Get indenting of TAB character in UTF-8 documents right

Fri Sep  9 00:40:44 MET 2005 user:

	Fix crash when directory disappeared while opening it

Tue Sep  6 16:15:07 MET 2005 user:

	HTTP 307 redirect (as equivalent of 302)

Mon Jun 20 15:57:00 cet 2005 mikulas:

	Do not make whitechar-elimination on invisible form entries

Sat Jun 18 18:17:43 MET 2005 user:

	Allow '#' in smb files and directories
2005-12-11 18:47:05 +00:00
Thomas Klausner
82125c884a Update to 1.00pre14:
=== RELEASE 1.00pre14 ===

Sun May  8 15:37:42 cet 2005 mikulas:

	Fix lockup with terminal height only 1 or 2 characters

Sun May  8 14:33:50 cet 2005 mikulas:

	Do not handle SIGTERM

Sat Apr  2 20:13:39 MET DST 2005 mikulas:

	Workaround for bug in Sun C compiler
2005-05-28 20:20:58 +00:00
Todd Vierling
5f60a41bb5 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:09:34 +00:00
Thomas Klausner
5d1d74960c Update to 1.00pre13:
=== RELEASE 1.00pre13 ===

Fri Apr  1 01:29:49 MET DST 2005 mikulas:

	Accept (and ignore) subject in mailto (backported from links 2)

Fri Apr  1 01:18:27 MET DST 2005 mikulas:

	Support for another smb client --- smbc by Martin Zlomek

Thu Mar 31 23:43:40 MET DST 2005 mikulas:

	Accept &#13; as line break in textarea (fixes bugzilla)

Wed Feb 23 18:38:47 MET 2005 mikulas:

	Allow typing only characters valid in current character set into form
	fields on web

Wed Feb 23 16:32:23 MET 2005 Serge Winitzki

	Updated Russian translation

Wed Feb 23 16:25:54 MET 2005 mikulas:

	Allow cookies without a value

Mon Feb 14 13:18:23 MET 2005 mikulas:

	When server returns cookie values as "deleted", delete it

Tue Feb  1 18:23:04 MET 2005 mikulas:

	Fixed non-working find next/previous in view menu

Thu Jan 27 16:28:23 MET 2005 mikulas:

	Fixed configure failure on Solaris

Sat Jan 22 20:47:26 MET 2005 mikulas:

	On OS/2 use 8.3 temp names, allowing DOS viewers

Sat Jan 22 04:41:31 cet 2005 mikulas:

	Send Accept-Language

Wed Jan 19 02:57:37 MET 2005 Jakub Bogusz

	Updated Polish translation

Wed Jan 19 02:57:21 MET 2005 mikulas:

	-codepage for -dump

Sun Jan  2 18:50:19 cet 2005 mikulas:

	Do not cache redirects if redirect loop is going to happen

Thu Nov 25 00:59:49 MET 2004 mikulas:

	Support for mms:// urls

Tue Nov 16 15:18:55 MET 2004 mikulas:

	Send content-type when uploading files

Sun Oct 31 16:56:37 MET 2004 mikulas:

	Correct jump at tag if it points to position, that moves during loading
2005-04-04 08:43:18 +00:00
Thomas Klausner
71f3339ae9 Update to 0.99.12:
Updated Polish translation
        Fixed TSL -> TLS typo
        Disallow opening new windows in anonymous mode
        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 //
        fixed incorrect generating of title (does not cause crash, but excessive
                memory allocation)
        fixed some quadratic algorithms
        Cleaned up configure script, wrote some more replacements of non-present
        functions
        Fixed a lot of cases where overflowed integer arithmetic could cause
        memory allocation corruption
        Allow browsing local and ftp files with '#' in filename
        Improved parsing of ftp directories in Windows NT format
        Correct reporting of error on ftp directories
        Resolving of double '..' in references
2004-10-29 10:13:07 +00:00
Thomas Klausner
d62355bba4 Update to 1.0pre11:
Portability fixes for SunOS
        Updated Serbian translation
        Removed a debug message when posting form
2004-09-06 10:48:10 +00:00
Thomas Klausner
49679abc85 Update to 1.00pre10:
Fixed master image stopped after Ctrl-Z and not responded to other
  images after 1.00pre9
Fixed slave images of links not terminating after previous change
Fixed an error when signal interrupted another syscall
Fixed bad error codes because of errno modified by signal handler
Fixed links stuck after Ctrl-Z when one code path lasted more than
  1 second (because of pagefault, too high cpu load or similar)
Fixed incorrectly displayed character entities (&) in attributes (img
  alt, etc.)
Fixed overflow when accessing local files >= 2G
2004-07-26 12:29:46 +00:00
Thomas Klausner
2a256143b6 Update to 1.00pre8:
Send Content-Type when uploading files
        Resolve dot-number IP address on systems when gethostbyname and
        gethostbyaddr can't resolve it
        Fixed crash when Ctrl-Z was pressed in non-main instance (sice 1.00pre6)
        Posting of <option> fields in correct charset
2004-06-27 08:11:49 +00:00
Thomas Klausner
aeb9d9ce61 Update to 1.00pre7:
Fixed case when '&' entities or special characters were in ftp or disk
	filenames
	Fixed compilation problem on AIX
	Correct handling of Ctrl-Z when executing user viewer
	Fixed incorrect error handling in smb
	Allow '@' in ftp password in url
	Fixed a bug that clicking on broken link after redirect five times
	displayed the redirect itself.
	Allow characters >= 128 in ftp filenames
	Fixed crash when selecting Hungarian translation
	Updated Estonian translation
2004-06-21 09:05:25 +00:00
Thomas Klausner
2b4559c1b7 Update to 1.00pre4:
Fixed crash when document changes under us and user presses 'd'
	SSL patch for Solaris and other systems without /dev/random
	Fixed crash when pressed '=' on page with incomplete frames
	Updated Russian translation
2004-03-04 13:29:35 +00:00
Thomas Klausner
aeed3a5bdf Update to 1.00pre3:
Do not strip filename when relative url begins with '?'
2004-02-24 10:39:17 +00:00
Thomas Klausner
13130dde6b Initial import of links1, the 1.0 branch of the text browser (still
maintained).

I'm importing it into pkgsrc-wip since I'm not sure it has any advantages
over the www/links package, and if we should import it -- it is ready for
pkgsrc in all other respects.

Comments welcome.
2004-02-18 16:10:20 +00:00