Commit graph

26 commits

Author SHA1 Message Date
leot
41b3eeee4a Update www/links{,-gui} to 2.13
Changes:
=== RELEASE 2.13 ===
Sat Jun 18 14:15:55 CEST 2016 mikulas:
 Page up and page down scroll slightly less than a page

Fri Jun 17 23:57:23 CEST 2016 mikulas:
 Use domain list from publicsuffix.org to prevent setting cookies on
 public domains.
 Also fix a bug that existed in previous links versions:
 bla.com could register cookie for la.com or a.com

Sat Jun 11 17:59:17 CEST 2016 mikulas:
 Fixed non-working mouse wheel on Syllable
 Workaround for getaddrinfo bug on Syllable

Sat Jun 11 15:16:41 CEST 2016 mikulas:
 Support horizontal scroll wheel on Windows

Tue Jun  7 19:10:11 CEST 2016 mikulas:
 Fixed a bug in the X driver that characters with unicode codes 128-255
 could not be entered with some locales

Thu Jun  2 19:19:56 CEST 2016 mikulas:
 Security bug fixed: Use separate unix domain socket for anonymous
 instances, so that the anonymous instance won't connect to non-anonymous
 one

Sun May  8 21:20:38 CEST 2016 mikulas:
 <samp> element

Sun May  8 20:33:37 CEST 2016 mikulas:
 In case of certification verification failure, don't pop up multiple
 dialog windows asking for the same server

Sun Mar 13 19:10:27 CET 2016 mikulas:
 Do not lookup .onion addresses directly, as specified by rfc7686

Wed Jan 13 01:16:49 CET 2016 Jakub Bogusz <qboosh@pld-linux.org>:
 Updated Polish Translation

Wed Oct 21 19:25:09 CEST 2015 mikulas:
 Security enhancement: Warn if the SSL/TLS method was downgraded
2016-07-03 10:58:02 +00:00
dholland
c0b394ea70 Update www/links{,gui} to links-{,gui-}2.10.
From Leo Taccari in PR 50072.

pkgsrc changes:
o Convert all the old links-xz and links-zlib options to lzma and zlib2.
o Do not include the bzip2, xz and zlib buildlink3.mk files: they are
  handled in www/links/options.mk.
o Add "svg" option for links-gui (disabled by default) to reflect
  upstream change.

Changes:
o Fix "Counld not assing boundary" bug when posting a form
  The bug was found by Greg Cook
o SVG support using the rsvg library
o Attach to existing links instance instead of creating a new instance
o Detect image type based on the first few bytes rather than on
  content-type
o New glyphs taken from Volker's git
o Fixed a bug on Windows where dns lookup got stuck if we closed the
  primary instance (which resulted in fork) while the lookup was in
  progress
o Use OpenMP in the image scaler
o Fixed a bug where the output of font sharpening depended on data read
  from uninitialized memory
o Preallocate downloaded files on Linux
o Support libevent and libev
o Enable SSL SNI, some servers need it
o Test for RAND_* functions in configure because libressl doesn't have
  them
o Support keepalive on https connections
2015-07-20 23:03:24 +00:00
wiz
facceb80b1 Update to 2.9:
=== RELEASE 2.9 ===

Sun Dec 21 15:08:30 CET 2014 mikulas:

	Work around some screen-corruption bugs in the OpenVMS terminal driver

Sun Nov 30 18:57:30 CET 2014 mikulas:

	Support mouse wheel in framebuffer (unfortunatelly we can't support it
	in text mode because when we instruct gpm to send us the wheel event,
	gpm stops drawing the cursor when the mouse is moved).

Tue Nov 25 22:07:12 CET 2014 mikulas:

	Pring "^" and "_" for <sub> and <sup> tags in text mode

Wed Nov  5 20:11:12 CET 2014 mikulas:

	An option to fake Firefox in the HTTP header. It modifies User-Agent and
	several other options to be more Firefox-like. This option is also
	automatically turned on when "Connect only via proxies or Socks (useful
	for tor)" is selected. It makes it safer to use Links with tor.

Sat Jul 26 16:16:15 CEST 2014 mikulas:

	Fixed quadratic complexity in the text renderer when exteremely long
	lines were used

Tue Jun 24 22:26:47 CEST 2014 mikulas:

	Do not print the character 0x9b if the display character set doesn't
	have it, because it is interpreted as a control character on the Linux
	console

Sat May 17 16:51:18 CEST 2014 mikulas:

	An option to break long lines in <pre> sections

Thu May 15 20:02:52 CEST 2014 mikulas:

	Consume less memory when 8-bit gamma correction is used

Wed Apr 16 20:59:57 CEST 2014 mikulas:

	Updated the list of top level domains

Sat Apr  5 04:19:56 CEST 2014 mikulas:

	Use malloc_trim to return unused memory to the system

Thu Mar 27 02:25:09 CET 2014 mikulas:

	Support RFC5987 for filenames

Wed Mar 26 02:32:50 CET 2014 mikulas:

	Support StaticColor in the X-window driver

Tue Mar 25 03:58:45 cet 2014 mikulas:

	Fix crash on OS/2 if image is wider than 10921 pixels

Wed Mar 19 19:49:57 CET 2014 mikulas:

	Use clock_gettime if available

Sun Mar  2 03:54:47 CET 2014 mikulas:

	The ability to set screen margins for text mode and framebuffer

Mon Feb 24 18:15:08 CET 2014 mikulas:

	Fix palette corruption on framebuffer when links instance was terminated
	while it was not active

Sun Feb  2 21:50:48 CET 2014 mikulas:

	Improve the gif decoder to accept more images

Sun Feb  2 18:29:30 CET 2014 mikulas:

	Increase the amount of data read from the socket, it improves speed when
	loading big images

Fri Nov 29 01:22:43 CET 2013 mikulas:

	Accept "text/xml" as html type
2014-12-30 14:47:25 +00:00
wiz
e3cf9c3ec6 Update to 2.4:
=== RELEASE 2.4 ===

Sat Nov 19 01:21:25 MET 2011 mikulas:

	Do not translate '\' to '/' in HTTP requests

Sat Nov 19 01:19:12 MET 2011 mikulas:

	Do not test for existing strings when loading links history file
	=> avoid quadratic-complexity on startup

Sat Nov 19 01:18:59 MET 2011 mikulas:

	Fixed a possible memory leak on Windows

Wed Nov 16 17:59:49 MET 2011 mikulas:

	Fixed a crash on systems that don't have strerror

Fri Nov 11 23:22:25 CEST 2011 mikulas:

	Fixed a crash in Windows console code

Wed Oct 12 22:08:39 MET 2011 mikulas:

	Fixed a possible crash if the user changes socks dns append string
	while socks connection is in progress

Sun Sep 25 18:40:57 MET 2011 mikulas:

	Do not send '#' in the url when downloading

Sun Sep 18 16:57:38 CEST 2011 mikulas:

	Fixed crashes with libpng-1.5

Fri Sep 16 20:16:01 CEST 2011 mikulas:

	Fixed bugs in the directfb driver

Fri Sep 16 18:40:41 CEST 2011 mikulas:

	Workaround for icc optimization bug on framebuffer
	Don't clear the whole framebuffer, clear just an used area
		(fixes problems with Nvidia framebuffer)

Tue Sep 13 23:13:52 CEST 2011 mikulas:

	Make it compile with OpenWatcom for Linux
	Note: because of unimplemented "gethostbyname" function,
	it requires installed "host" command to do name lookups

Tue Sep 13 03:53:06 cet 2011 mikulas:

	Try to free internal caches when out of memory happens

Mon Sep 12 19:57:13 CEST 2011 mikulas:

	Fixed a crash when cache is flushed while auth dialog is displayed

Sun Sep 11 02:02:09 MET 2011 mikulas:

	Reduced memory consumption
	Don't reformat plain text if window size changes
2011-11-28 15:05:31 +00:00
wiz
d5deadcd2a Fix a bug in png handling using a patch from John Bowler <jbowler@acm.org>.
Addresses PR 44940.
Bump PKGREVISION for links-gui.
2011-05-11 16:46:15 +00:00
wiz
f5e24977fb Update to 2.3pre2:
=== RELEASE 2.3pre2 ===

So dub 16 20:19:07 CEST 2011 mikulas:

	Utf-8 text terminal support

Sat Mar 12 23:55:56 MET 2011 mikulas:

	Fixed a bug with gpm, if gpm closed a handle on its own,
	links would occasionaly close it again

Mon Aug  9 01:35:29 UTC 2010 mikulas:

	Don't report terminal size in User-Agent

Thu Aug  5 23:31:59 MET 2010 mikulas:

	Scan for header tags even in document body

Sat Jul 31 22:35:04 MET 2010 mikulas:

	link rel=prefetch

Sat Jul 31 22:24:06 MET 2010 mikulas:

	Interpret style="display:none"

Fri Jun 18 20:39:46 MET 2010 mikulas:

	Fixed crash when unknown Content-Enconding is returned by the server

Sat Apr 24 04:11:58 CEST 2010 mikulas:

	Fix an occasional lockup with Ctrl-Z, fg and framebuffer
2011-05-02 13:17:47 +00:00
wiz
aafd97eca4 Fix build with png-1.5. 2011-01-14 10:32:28 +00:00
is
458177cbd8 Patchfile no longer needed. 2008-08-31 18:43:29 +00:00
is
b2da672473 Patch no longer needed, besides failing for some boundary conditions.
Feature request/code had been submitted upstream "back then", and
apparently a different solution has been implemented upstream in the
meantime, but our package was upgraded without removing our patch.
2008-08-20 09:26:44 +00:00
bjs
b9ec78a644 update to 2.1pre37. Changes:
Sun Jun 22 17:07:20 cet 2008 mikulas:

	-dump and -source don't lockup on authentication failure

Sat Jun 21 19:58:53 MET 2008 mikulas

	Accept broken numbers in HTTP code

Sat Jun 21 18:00:54 cet 2008 mikulas:

	Allow '+' in command-line URLs

Thu Jun 12 03:34:53 cet 2008 mikulas:

	Erase clipboard on OS/2 before copying to it - this prevents bugs
	when copying to/from Mozilla

Mon Jun  9 02:34:24 MET 2008 mikulas:

	Process &#10; and &#9; in form entry "value" attribute

Tue Jun  3 00:22:49 CEST 2008 mikulas:

	Fixed various display glitches with 64-bit big endian systems

Sun May 18 21:47:46 CEST 2008 mikulas:

	Fixed display quirks on Sparc framebuffer console
	Fixed some quirks on 64-bit big endian systems
2008-07-24 01:38:13 +00:00
is
b45fd2b8d4 Drop trailing whitespace from interactively entered (e.g. cut'n'pasted)
URLs. This mimics the behaviour of other WWW browsers.
2006-04-20 18:34:07 +00:00
wiz
3e0a7e7de8 Update to 2.1.0.17:
Wed Feb 23 19:46:01 MET 2005 mikulas:

	Correct implementation of non-aggressive cache (i.e. allow more keywords
	in Cache-Control

Wed Feb 23 18:36:52 MET 2005 mikulas:

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

Wed Feb 23 16:31:56 MET 2005 Serge Winitzki <serge at cosmos dot phy dot tufts dot edu>:

	Updated Russian translation

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

	Allow cookies without a value

Mon Feb 14 13:15:00 MET 2005 user:

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

Tue Feb  1 18:22:11 MET 2005 user:

	Fixed non-working find next/previous in view menu

Thu Jan 27 19:09:46 CET 2005 mikulas:

	Fixed wrong prototypes causing compilation problem on MacOS X and some
	other systems

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

	Fixed configure failure on Solaris

Thu Jan 27 00:23:09 CET 2005 Brain

	javascript: set form action
2005-02-26 10:08:11 +00:00
wiz
4aed67e650 Update to 2.1pre16; new patch-ac from authors, will be
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-22 00:19:55 +00:00
wiz
70c2f91605 Update to 2.1pre11:
Correct parse_http_date (sponsored by Awite Bioenergie)
        Non-aggressive cache (sponsored by Awite Bioenergie)
        Refresh (sponsored by Awite Bioenergie)
        Support for 16-bit 565 RGB big endian (from dillo via pkgsrc)
        Fix for 24-bit RGB big endian (from dillo via pkgsrc)
2003-05-24 19:19:34 +00:00
wiz
b9392202ad Update to 2.1pre10:
HTML entities in bookmark file ["<>&=" only]
        Manual/automatic javascript action confirmation
        Cookies can contain whitespace (fixes bugzilla)
        Fixed cookie not used when parsing of expiration date fails
        Fixed image alt displayed in incorrect codepage
        Links icons
        Submit/clean form in link menu of form elements
2003-05-21 10:10:19 +00:00
is
bd42db7237 Fix client-side image maps to allow for non-integer coordinates.
By Mikulas Patocka, Twibright Labs.
2003-02-27 21:42:33 +00:00
tron
4b309107b6 Remove dead patch. 2003-02-26 16:33:02 +00:00
is
fba275f92e Patch for inlined xbm files, by Petr Kulhavy 2003-01-15 16:15:12 +00:00
wiz
82f7a84c2b Update to 2.1pre6; fixes compilation problem which patch-ad
also fixed.
2002-11-04 12:32:16 +00:00
wiz
03570fa18c Needed for 2.1pre5. 2002-11-03 12:42:39 +00:00
wiz
1452b90187 Downgrade to 2.1pre3.
2.1pre4's links -g has very annoying problems with control modifiers and
X events in general, and the maintainers don't feel the need to fix it.
2002-10-18 23:00:24 +00:00
jlam
6ce9e0b08a Remove some really annoying "ks=..." debugging output. 2002-10-18 14:40:23 +00:00
wiz
ea1a003afa Update to 2.1pre4.
* Polish translation update.
* SSL patch for Solaris and other systems without /dev/random
* Links-now button.
* Belarusian translation
* Swaped open and closed folder symbol in bookmarks.
* Fixed Solaris keyboard translation bug.
2002-10-14 09:31:18 +00:00
dillo
f5c9ce69d6 add support for big endian 16bit 5-6-5 rgb displays
(I still ride on the revision bump for the decode fix.)
2002-09-05 01:41:24 +00:00
dillo
3be9330b1b fix for big-endian 24 bit displays (if condition were in wrong order) 2002-09-04 23:19:49 +00:00
wiz
4513b797ed Fix annoying bug in command line parsing (+ was handled incorrectly).
Patch will be sent to maintainers in a minute.
Bump PKGREVISION.

Also, use common distinfo file and patch dir for links and links-gui.
2002-09-04 20:47:45 +00:00