summaryrefslogtreecommitdiff
path: root/www/links-gui
AgeCommit message (Collapse)AuthorFilesLines
2017-02-12Recursive revbump from fonts/harfbuzzryoon1-2/+2
2017-02-06Recursive bump for harfbuzz's new graphite2 dependency.wiz1-1/+2
2016-11-28links*: update to 2.14.0.wiz1-4/+1
Remove manual CONFLICTS, pkg_add does this automatically. === RELEASE 2.14 === Thu Nov 3 19:45:34 CET 2016 mikulas: Enable DECC$EFS_CHARSET on OpenVMS, so that we can browser files and directories with extended names Wed Nov 2 20:35:31 CET 2016 mikulas: Limit keepalive of ciphers with 64-bit block size to mitigate the SWEET32 attack Wed Nov 2 19:14:33 CET 2016 mikulas: Disable SSL compression to avoid the CRIME attack Fri Oct 28 22:52:49 CEST 2016 mikulas: On Windows, add an entry to programs in control panel, that allows uninstalling Links Fri Oct 28 21:25:28 CEST 2016 mikulas: Report home directory in the "Version" window Sat Oct 22 13:17:04 CEST 2016 mikulas: On Windows, preload font data in a background thread, to minimize a stall when viewing SVG image for the first time. Sat Oct 8 17:14:59 CEST 2016 mikulas: Improved tor hardening - when the user toggles the "Only Proxies" option (i.e. when connecting to tor), we reset certain other options to their default values, so that it is not possible to identify user behind tor based on the selected options. Thu Oct 6 14:39:26 CEST 2016 mikulas: Use keys 'P' and 'L' to scroll up and down Thu Sep 29 23:40:34 CEST 2016 Juhani Haverinen <juhani.haverinen@gmail.com>: Fix a memory leak when copying the current url to clipboard (the bug was introduced in Links 2.13) Sat Sep 3 20:02:26 CEST 2016 mikulas: Fix crash when the user pressed Ctrl-G on a form field (the bug was introduced in Links 2.13) Fri Aug 19 22:35:54 CEST 2016 mikulas: Workaround for a bug in librsvg that makes mathematics on Wikipedia unreadable Fri Aug 19 19:05:55 CEST 2016 mikulas: Support fourth and fifth mouse button in gpm and framebuffer Thu Aug 18 19:34:47 CEST 2016 mikulas: Fixed bugs when downgrading SSL connection while https proxy or socks proxy is used Tue Aug 16 18:53:53 CEST 2016 mikulas: Security bug fixed: Don't load or render the content of "407 Proxy Authentication Required" reply when using https proxy. This avoids the FalseCONNECT attack. Also, don't allow 401 and 407 responses to set cookies. Wed Jul 27 21:38:37 CEST 2016 mikulas: Pop openssl error stack on every error - make sure that SSL errors on one connection do not affect other connections Sun Jul 17 21:10:12 CEST 2016 mikulas: Use libc tree functions from <search.h> for searching the cache Thu Jul 7 19:39:15 CEST 2016 mikulas: Set the GD_NOAUTO flag for the directfb driver, so that this driver is never selected automatically. The directfb subsystem is buggy, it can corrupt graphics or even cause system crash, so select this driver only if the user explicitly requests it with '-driver directfb'
2016-08-03Revbump after graphics/gd updateadam1-1/+2
2016-07-03Update www/links{,-gui} to 2.13leot1-2/+1
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-03-05Bump PKGREVISION for security/openssl ABI bump.jperkin1-1/+2
2015-07-20Update www/links{,gui} to links-{,gui-}2.10.dholland1-2/+11
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
2014-12-30Update to 2.9:wiz1-2/+1
=== 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-02-12Recursive PKGREVISION bump for OpenSSL API version bump.tron1-1/+2
2013-10-06Update links and links-gui to 2.8:wiz1-3/+1
=== RELEASE 2.8 === Sat Sep 14 22:42:15 CEST 2013 mikulas: Fixed a memory leak if TIFF download was interrupted Sat Aug 24 17:59:01 cet 2013 mikulas: DOS DJGPP port Sun Jul 14 23:35:49 CEST 2013 mikulas: Do not save lines starting with space to URL history on the disk (idea by Volker Schatz) Sun Jul 14 23:35:28 CEST 2013 Volker Schatz <linksbrowser@volkerschatz.com> Do not misreport Date header value as last-modified date in the info box popping up on "=". New graphics glyphs Wed May 15 00:44:53 CEST 2013 Samuli Suominen <ssuominen@gentoo.org>: Fixed file 045e.png. It was not compatible with libpng-1.6 Wed May 15 00:43:27 CEST 2013 mikulas: Test integers addition for overflow. This fixes possible crashes due to overflows, they could possibly be security-sensitive. Sat Apr 6 19:00:07 CEST 2013 mikulas: Fixed a bug in Xwindow driver when images larger than 65536 pixels were used Fixed some integer overflows when scaling images larger than 65536 pixels Wed Jan 2 02:07:43 CET 2013 mikulas: OpenVMS port Wed Dec 12 04:52:33 MET 2012 mikulas: Fixed invalid pointer comparison (comparing if NULL is smaller than non-NULL pointer) that could result in failures with certain compilers Wed Nov 7 22:43:45 CET 2012 mikulas: Fixed IPv6 detection on OpenBSD Sat Sep 22 03:01:58 CEST 2012 mikulas: Fixed an internal error in decompressed file cache if Links was running out of memory and was freeing cached data Wed Sep 19 22:40:04 MET 2012 mikulas: An option that allows the user not to save URL history Sat Sep 1 18:26:50 CEST 2012 mikulas: An option to send do not track request Thu Aug 16 04:19:58 CEST 2012 mikulas: Reduced CPU consumption when downloading big files Tue Aug 14 21:52:43 CEST 2012 mikulas: Fixed a crash if the user selects "Save as" and the document has no header (the bug was introduced in Links 2.7pre1) Tue Aug 14 21:01:39 CEST 2012 mikulas: Parse FTP directories on VMS FTP server Mon Aug 13 21:39:09 CEST 2012 mikulas: Use a blocking pipe when communicating with the dns process, it fixes a possible error when system pipe buffer is too small Mon Aug 6 23:31:44 CEST 2012 mikulas: Workaround for bugs on GNU Hurd Sat Jul 28 01:21:18 CEST 2012 mikulas: data: url Fri Jul 20 19:00:30 MET 2012 mikulas: Accept color in #xxx format (besides usual #xxxxxx) Tue Jul 10 22:45:19 CEST 2012 mikulas: Fixed an infinite retry loop when the server terminates connection prematurely Sun Jul 8 20:23:43 CEST 2012 mikulas: Fixed some races in the framebuffer driver that could result in display corruption if the user is switching virtual consoles too quickly Thu Jul 5 22:35:57 CEST 2012 mikulas: Don't save URLs with password to history file on a disk Sat Jun 30 17:32:11 CEST 2012 mikulas: Fixed a rare bug where image alpha channel was not applied correctly
2013-02-16Recursive bump for png-1.6.wiz1-1/+2
2012-04-10Update to 2.6:wiz1-2/+1
=== RELEASE 2.6 === Sat Apr 7 03:54:41 CEST 2012 mikulas: Fixed reads and writes out of memory in the xbm decoder It may have security implications Mon Apr 2 05:34:15 CEST 2012 mikulas: Fixed character set in the window title in X11 Fri Mar 30 05:10:32 CEST 2012 mikulas: Check EINTR after each syscall to work around non-working SA_RESTART on some old Unices Wed Mar 28 22:11:23 CEST 2012 mikulas: Fixed access out of allocated memory in the graphics renderer. It may have security implications --- although just two characters ('-' and 0) were written to the unallocated area. Tue Mar 27 21:49:38 CEST 2012 mikulas: Fixed an infinite loop in usemap when invalid html tag was processed Sun Mar 25 04:46:43 CEST 2012 mikulas: Fixed a crash if the user runs links with pipe on stdin Sun Mar 25 02:42:11 MET 2012 mikulas: Fixed inefficiency when moving or dragging mouse over big documents Sat Mar 24 01:26:05 CET 2012 mikulas: Fixed inefficiency when displaying documents with long lines Wed Mar 7 23:02:27 CET 2012 mikulas: Fix copy and paste of Unicode characters to/from Xwindow clipboard Tue Feb 28 21:04:51 CET 2012 mikulas: Fixed visual glitches in the select box in text-mode UTF-8 Sun Feb 26 18:31:17 MET 2012 mikulas: Use key ' to move forward Thu Feb 23 23:13:35 CET 2012 mikulas: Fixed access out of memory when pasting too long string from a clipboard Thu Feb 23 00:52:09 CET 2012 mikulas: The NSS encryption library can cause browser lockup. Add a warning. The user should use OpenSSL instead of NSS. Wed Feb 22 23:11:45 CET 2012 mikulas: Fix for big endian Xserver Tue Feb 21 03:03:33 MET 2012 mikulas: Restrict textarea and input field width to screen size minus margins Tue Feb 21 00:29:09 CET 2012 mikulas: Fixed saving formatted document when UTF-8 is used Sun Feb 19 22:24:20 MET 2012 mikulas: Fixed a crash if the user selected "Frame at full-screen" in the menu and there was no page displayed in the current frame Mon Feb 13 19:35:07 MET 2012 mikulas: Reload bookmarks if some other Links instance changes them Mon Feb 13 18:37:41 MET 2012 mikulas: Fixed some messages about decompression errors when http authentication and compression was used at the same time Sun Feb 12 18:32:26 MET 2012 mikulas: Display filename and percentage in the download menu Sun Feb 12 17:50:01 MET 2012 mikulas: Fixed divide-by-zero crash in the download code Sun Feb 12 15:22:12 MET 2012 mikulas: Continue downloads to partially downloaded file Tue Feb 7 07:13:49 MET 2012 mikulas: Add information about versions of libraries Tue Feb 7 00:39:28 cet 2012 mikulas: Fixed visual glitches in the list editor Sun Feb 5 20:35:43 cet 2012 mikulas: Fixed integer overflows if file cache has more than 2GB Mon Jan 23 21:54:19 MET 2012 mikulas: Don't compact <br> tags inside <pre> (fixes line numbers in source code viewer on github) Mon Jan 23 03:23:07 CET 2012 mikulas: Support non-english keyboard in the Xwindow driver Sun Jan 15 01:42:59 cet 2012 mikulas: When opening a new window, copy html options from the existing session Sat Jan 14 22:59:53 cet 2012 mikulas: Support #! translation according to Google specification Thu Jan 5 02:43:42 CET 2012 mikulas: Fixed reading of a freed memory if the user deletes a user program while a query box with user programs is displayed Fri Dec 30 15:34:11 MET 2011 mikulas: Allow the user to set local IP address Thu Dec 29 18:41:51 MET 2011 mikulas: Allow the user to change colors
2012-02-06Revbump forwiz1-2/+2
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2012-01-27Add links-xz option to www/links and www/links-gnusbd1-1/+2
Bump PKGREVISIONs
2011-11-28Update to 2.4:wiz1-2/+1
=== 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-05-11Fix a bug in png handling using a patch from John Bowler <jbowler@acm.org>.wiz1-1/+2
Addresses PR 44940. Bump PKGREVISION for links-gui.
2011-05-02Update to 2.3pre2:wiz1-2/+1
=== 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-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz1-1/+2
2010-12-02Update to 2.3pre1, set LICENSE.wiz1-3/+2
=== RELEASE 2.3pre1 === Sun Aug 16 06:17:03 MET 2009 mikulas: Accept cookies for domains with two parts, such as xxxx.yy, where "xxxx" has at least 4 chars. This likely won't be generic domain such as "co.tw", so accepting the cookie is safe. Sun May 17 22:29:43 MET DST 2009 mikulas: Support encryption with NSS (GPL fanatics don't like OpenSSL, grrr) Sun May 17 18:51:07 cet 2009 mikulas: Ignore textarea that is not inside form (for Google) Sun Jan 18 19:27:56 CET 2009 mikulas: Avoid quadratic complexity when parsing long forms Thu Jan 1 14:04:38 CET 2009 mikulas: UTF-8 text mode terminal support Sun Sep 14 01:02:06 MET 2008 mikulas: Decode '%' in downloaded file names Tue Sep 9 23:13:20 MET 2008 mikulas: Do not add another '?' or '&' if already present at the end of form submit URL Sun Aug 24 17:19:32 MET 2008 Christian Biere <christianbiere@gmx.de>: magnet: URL support Wed Aug 20 23:03:10 cet 2008 mikulas: More strict check for invalid GIF header (catches some misgenerated images that reported too big size and overflowed the memory allocator) Sun Aug 17 23:30:34 MET 2008 mikulas: Check for too big images Wed Aug 13 00:24:41 CEST 2008 mikulas: Fixed occasional drawing after VT switch on framebuffer Mon Aug 4 18:53:52 cet 2008 mikulas: Don't submit disabled form entries (this is compatible with Mozilla/MSIE; Netscape and Lynx do submit them) Sun Aug 3 02:40:58 MET 2008 mikulas: Handle restart with servers that send 206 but don't send Content-Range
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz1-2/+2
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-01-18Second try at jpeg-8 recursive PKGREVISION bump.wiz1-2/+2
2009-08-26bump revision because of graphics/jpeg updatesno1-2/+2
2008-08-20Patch no longer needed, besides failing for some boundary conditions.is1-1/+2
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-07-24update to 2.1pre37. Changes:bjs1-2/+2
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-05-21Update to 2.1pre36:wiz1-2/+2
=== RELEASE 2.1pre36 === Tue May 13 04:04:47 MET 2008 mikulas: Fixed crash that was introduced with Sun May 4 20:13:21 MET 2008 fix Mon May 12 23:26:51 MET 2008 mikulas: Blacklist another broken HTTP/1.1 server - Apache Sausalito Fri May 9 04:06:47 MET 2008 mikulas: Take downloaded file name from Content-Type; name argument, if it exists Also, get encoding information from Content-Type/Content-Disposition filename === RELEASE 2.1pre35 === Mon May 5 20:06:19 MET 2008 mikulas: The fix from Sun May 4 20:13:21 MET 2008 broke loading of animated gifs === RELEASE 2.1pre34 === Sun May 4 21:18:15 MET 2008 mikulas: Allow displaying large images in xwindow (that do not fit into xserver memory) Sun May 4 20:13:21 MET 2008 mikulas: Fixed image was sometimes not redrawn, when connection was interrupted in the middle and resumed Sun May 4 17:52:29 MET 2008 Ben Secrest <blsecres@gmail.com>: Don't change Xwindow class Wed Apr 16 03:10:02 cet 2008 Didier Mequignon <didiermequignon@wanadoo.fr>: Updated French translation Wed Mar 26 20:50:32 MET 2008 mikulas: Fixed crash in text mode with small window height and bookmarks Sat Mar 22 22:01:15 MET 2008 mikulas: Accept </> as an empty tag Thu Mar 20 22:47:09 CET 2008 mikulas: Accept alternate description attributes for image buttons Thu Mar 20 04:36:45 MET 2008 mikulas: Fixed the bug that when displaying source, some html entities were errorneously translated Thu Mar 20 04:30:52 MET 2008 mikulas: Added fallback for &#8209; entity Thu Mar 13 22:43:48 CET 2008 mikulas: Allow multiple WWW-Authenticate headers
2008-03-04Update links* to 2.1.0.33:wiz1-3/+2
=== RELEASE 2.1pre33 === Thu Jan 31 21:11:40 MET 2008 mikulas: Fixed memory leak when there was an error in decompression Thu Dec 27 23:37:03 MET 2007 mikulas: Support few more keycodes on ANSI terminal (PAGE UP, PAGE DOWN and few F* keys) Wed Dec 26 03:43:35 cet 2007 mikulas: Disable smb:// URLs on OS/2, fork+threads can cause crashes in EMX Besides, there's no usable smb client program anyway Tue Dec 25 01:44:28 MET 2007 mikulas (sponsored by Dondor Ltd.): A .nsi file to make Windows installer with Nullsoft scriptable install Mon Dec 24 01:44:11 MET 2007 mikulas: Fixed a bug that strings with spaces could not be passed from command line Mon Dec 24 00:43:57 MET 2007 mikulas: Socks 4A support (so that Links can be used with tor without intermediate proxy) Thu Dec 20 05:40:22 cet 2007 mikulas: The previous Windows fix broke opening new windows on OS/2
2008-01-21Update PKGNAME for links-gui as well after recent ../../www/links update.ghen1-2/+2
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn1-2/+2
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2007-11-08Update to 2.1pre31:wiz1-3/+2
=== RELEASE 2.1pre31 === Sat Oct 27 02:52:07 CEST 2007 mikulas: Some newer Linuxes unfortunatelly do not send SIGCONT when running process is brougt to foreground with 'fg' command. So implement 0.5s polling to test if we're on foreground. Wed Oct 24 03:41:19 MET 2007 mikulas: Do not request compression for files with .Z, .gz or .bz2 suffix --- some servers will compress them again Wed Oct 24 03:16:43 MET 2007 mikulas: Support HTTP/0.9 (without header) Mon Oct 22 18:35:16 MET 2007 mikulas: In case of non-restartable connection, proceed with the connection even if the server is on blacklist Mon Oct 22 02:00:13 MET 2007 mikulas: An option to disallow non-proxy connections (for anonymization via tor or similar services) Sat Oct 20 22:08:02 MET 2007 mikulas: Turn off compression if the server closes the connection prematurely Some servers errorneously send the size of uncompressed data Sat Oct 13 18:19:45 MET 2007 mikulas: An option to disable compression. Disable compression automatically for a given server if links receives errorneous compressed data Mon Sep 17 03:59:33 CEST 2007 mikulas: Break ansi aliasing on ICC 10 with -ipo Empty function call was not enough to break it Fri Sep 7 00:00:29 MET 2007 mikulas: When the connection dies after the last received byte, do not send "Range:" header in retry request --- servers don't like "Range" pointing after the last byte
2007-10-16Add bzip2/zlib support to links. Add destdir support. Bump rev.bjs1-1/+2
2007-08-29Update to 2.1pre30:wiz1-2/+2
=== RELEASE 2.1pre30 === Mon Aug 6 04:01:05 MET 2007 PROGMAN: Fixed security bug in pre29 (not in any previous versions): special characters in URL could be passed to a shell when spawning user viewer Sat Jul 28 02:28:15 MET 2007 PROGMAN: Fixed needlessly large selection boxes in graphics mode Mon Jul 16 02:41:18 MET 2007 mikulas: Release mouse when spawning OS shell or user viewers
2007-07-19Update to 2.1.0.29:wiz1-2/+2
=== RELEASE 2.1pre29 === Sun Jul 8 01:05:08 MET DST 2007 mikulas: Fixed bad redraw of X window when Expose event come for some area while scrolling different area Sat Jul 7 04:06:52 cet 2007 mikulas: Accept drive letters without file: prefix in OS/2 and Win32 Sat Jul 7 03:50:27 cet 2007 mikulas: Use _getcwd2 on OS/2 --- it returns path including the driver letter Sat Jul 7 02:19:35 cet 2007 mikulas: Set extension of downloaded or viewed files according to content-type, not according to URL extension Sun May 27 17:15:00 MET 2007 mikulas: Fixed bad displaying of jpeg images on machines where memcpy operates in different order Sun May 27 14:06:41 MET DST 2007 mikulas: Fixed crash on invalid jpeg files (found by Michael Scherer <misc@zarb.org> with http://fusil.hachoir.org/) Wed May 23 00:41:53 MET 2007 mikulas: Do not send If-Modified-Since or Range in HTTP request if cached page has an error code Tue May 15 23:15:21 MET 2007 mikulas: Fixed some quirks with download file handling --- when each terminal had different CWD, downloaded files were not deleted When getting EFBIG error (file size exceeded), continue download in another file Fri May 11 22:39:02 MET 2007 mikulas: A possibility to pass HTTP or FTP URLs directly to external programs (programs such as mpg321, ogg123, mplayer can play directly from the network) Thu May 10 23:07:47 cet 2007 mikulas: Fixed inability to display images compressed on the fly by the server (it is pointless to try to compress already compressed images, but some servers do it anyway) Wed May 9 00:32:17 CEST 2007 mikulas: Escape Referer: correctly Wed May 9 00:32:09 CEST 2007 mikulas: Fixed bug that it couldn't be compiled without optimization without javascript Mon Apr 30 03:48:40 cet 2007 mikulas: Blacklist FORPSI server --- do not send Range: to it Mon Apr 16 01:49:07 MET DST 2007 mikulas: Javascript was removed. The reason is that it is very buggy, Martin Pergel doesn't have time to develop it and code is so messy that no one else can understand it. If you use links for special purposes (embedded devices, etc.), you can bring javascript back by copying javascript files from previous release, removing "dnl javascript" lines from configure.in, adding *.c and *.h files to Makefile.am and re-running automake and autoconf. Javascript hooks from main code were not removed --- they just won't be maintained.
2007-04-15Update to 2.1.0.28:wiz1-2/+2
=== RELEASE 2.1pre28 === Wed Apr 11 01:39:36 cet 2007 mikulas: Fixed a bug in decompression and javascript document.write introduced in previous release (compressed data were displayed after document.write) (BTW. because the javascript interpreter has bugs, Martin Pergel has not time for it and the code is so messy that it couldn't be understand by anyone else, javascript will likely be removed in next release) === RELEASE 2.1pre27 === Sat Apr 7 02:43:28 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:19:00 MET 2007 Carles Pina i Estany <carles@pina.cat>: Add more top-level domains Sat Mar 31 03:02:40 CEST 2007 student: 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 Sun Mar 25 22:26:41 MET 2007 mikulas: Fixed bad behaviour of scrollbars on very large documents due to integer overflow Wed Mar 21 22:15:25 MET 2007 mikulas: Support for zlib, gzip and bzip2 files Wed Mar 21 04:37:42 MET 2007 mikulas: Limit image scaling to prevent allocation overflow Tue Feb 6 00:23:43 MET 2007 mikulas: Allow quotation marks in Refresh URL parameter --- fixes Google Picasa
2007-02-15Modular Xorg support.joerg1-2/+5
2006-12-05Update to 2.1pre26:wiz1-2/+2
=== RELEASE 2.1pre26 === Tue Nov 28 23:13:38 MET 2006 mikulas: Fixed severe security bug: '"' and ';' in smb:// url could be used for remote command execution. === RELEASE 2.1pre25 === Wed Nov 22 23:55:21 MET 2006 mikulas: DirectFB no longer causes internal error on unsupported color depth. Normal error reporting and trying other drivers is be done. Wed Nov 22 22:26:58 MET 2006 Jakub Bogusz <qboosh@pld-linux.org>: Updated Polish Translation Sun Nov 12 17:23:46 MET 2006 user: Fixed memory leak in http authentication
2006-11-18Update to 2.1.0.24:wiz1-2/+2
=== RELEASE 2.1pre24 === Mon Nov 6 02:13:48 cet 2006 mikulas: Fixed incorrect page displayed when search string ended with space and the word was last on page Thu Oct 26 16:10:01 MET 2006 user: More strict parsing of ftp list, fixes ftp.su.se Sun Oct 15 22:55:28 MET DST 2006 mikulas: Allow cookie path to point to file, not only directory Wed Oct 11 00:17:27 MET DST 2006 mikulas: Fixed quirk with displaying of links in text mode Mon Oct 9 23:33:03 MET 2006 Jakub Bogusz <qboosh@pld-linux.org>: Updated Polish translation Mon Oct 9 21:55:24 MET 2006 Jindrich Makovicka <makovick@gmail.com>: Fixed memory corruption when redirecting URLs with user:password Mon Sep 11 02:43:32 MET DST 2006 mikulas: Test for socklen_t Work without PF_INET (for Minix 3) Cleaned up use of AF_ and PF_ constants Sat Sep 9 00:05:16 MET 2006 user: Fixed double-to-string conversion for config files Fri Aug 25 00:48:05 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:06:57 cet 2006 mikulas: Correctly translate character set of "label" attribute Thu Aug 17 19:57:34 MET 2006 user: Fixed incremental loading of XBM images Mon Aug 7 05:11:47 CEST 2006 Matthew Fischer <futhark@mchsi.com>: Fixed Japanese fonts Mon Jul 31 00:32:58 MET 2006 user: More cygwin fixes
2006-09-03Update to 2.1pre23:wiz1-3/+3
Thu Jul 27 04:53:01 CEST 2006 mikulas: Fixed pagedown and search bugs in braille terminal introduced in links-2.1pre20 Sun Jul 16 16:35:54 cet 2006 mikulas: Link to "" redirects to current file rather than current directory (fixes some forms) Sun Jul 16 00:08:30 cet 2006 mikulas: Better ftp directory parsing (process correctly file names starting with year) Sat Jul 15 16:37:36 MET 2006 user: Bigger default textarea Mon Jul 10 22:53:09 MET DST 2006 mikulas: Use pkg-config to search for libpng and pcre Tue Jun 27 23:50:43 cet 2006 mikulas: Fixed display of multiple consecutive spaces when searching Tue Jun 27 23:14:35 cet 2006 mikulas: View &nbsp; as space when searching Sun Jun 18 16:11:57 MET 2006 user: Command "kill background connections" aborts also keepalive connections Sat Jun 17 21:43:01 cet 2006 mikulas: Removed SDL support until someone fixes it. Remaining bugs: palette not installed with 256-color svgalib support drawing doesn't synchronize with softcursor (seen on svgalib) stupid keyboard handling (SDL has the ability to query operating system keymap and translate keys to unicode but this driver didn't use it) doesn't support virtual devices with Alt-1 ... Alt-0, like svgalib and framebuffer reportedly crashes with sdl-1.2.10 If you want SDL support continued, take file sdl.c from previous version of links, fix the above issues and resubmit it. Sat Jun 17 21:08:04 cet 2006 mikulas: Fixed exponential memory consumption with table cell colspan/rowspan Sat Jun 17 20:30:49 cet 2006 mikulas: Do not try to interpret <script src=...> if server returns HTTP error Sat Jun 10 23:52:00 cet 2006 mikulas: Decode %AB sequences in position tags Fri Jun 9 18:32:55 cet 2006 mikulas: Accept broken meta refresh tags (fixes www.seznam.cz) Fri Jun 9 02:14:42 MET 2006 user: Shift-Q exits without question Sat Jun 3 21:47:19 cet 2006 mikulas: Fixed a bug that <body onload=...> was not processed when there were no other scripts on that page Sat Jun 3 19:31:35 CEST 2006 mikulas: Fixed crash in javascript regular expressions Wed May 31 18:25:32 CEST 2006 mikulas Fixed mouse in Cygwin Allowed to run in xterm or rxvt in Cygwin
2006-06-11Update to 2.1pre22:wiz1-3/+2
Wed May 24 20:03:59 MET DST 2006 mikulas: sponsored by Alex Poylisher Use 8-bit gamma correction on machines with slow FPU (or with FPU emulation) --- this significantly reduces startup time Fri May 12 04:23:58 MET DST 2006 Lech Lorens: Optional scrollbars in frames Sat Apr 29 18:06:05 CEST 2006 clock: Implemented porn mode (bare image autoscaling aka fullscreen). Sat Apr 29 12:45:07 CEST 2006 clock: Fixed ignorance of aspect ratio for images where only one dimension is specified. Thu Apr 27 03:08:27 MET 2006 user: Fixed crash when deleting item at the top of the window in bookmarks or associations or extensions Thu Apr 20 18:27:07 MET 2006 user: Ignore space at the end of url Wed Apr 5 04:28:09 cet 2006 mikulas: Fixed memory leak on image with no src attribute and usemap attribute Tue Apr 4 00:37:49 MET 2006 user: Support 4th and 6th mouse button on svgalib
2006-04-20Drop trailing whitespace from interactively entered (e.g. cut'n'pasted)is1-2/+2
URLs. This mimics the behaviour of other WWW browsers.
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz1-1/+2
2006-04-09Update to 2.1pre21:wiz1-3/+2
=== RELEASE 2.1pre21 === Sun Apr 2 19:37:50 MET 2006 user: Fixed some quirks when URL contained multiple '#' characters Sun Apr 2 19:08:45 MET 2006 user: Better parsing of FTP directories (fixes Quick 'n Easy FTP Server) Sun Apr 2 17:10:30 CEST 2006 mikulas: Fixed javascript memory leak on www.ebay.com The bug was due to namespace containing reference to itself PerM is really a programmer pig. After writing namespace allocation and initialization 39 times, he didn't even consider making it function :-( Thu Mar 30 20:36:39 cet 2006 mikulas: Location: field in HTTP reply is now allowed to contain position specification '#' Thu Mar 23 15:20:22 CET 2006 mikulas: Do not send Accept-Language to a buggy Netscape-Enterprise server Do not send "en" language twice in Accept-Language Mon Mar 20 01:14:58 MET 2006 user: Changes license to allow linking with OpenSSL Sun Mar 19 03:07:32 MET 2006 mikulas: Support &#10;, &#13; and &#9; Sat Mar 11 04:08:15 MET 2006 mikulas: An option to turn off IP type-of-service (some misconfigured firewalls drop packets with it) Mon Mar 6 17:27:27 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 21:07:38 MET 2006 mikulas: Ignore percentual height specification in html (links took it relatively to the height of the screen while other browsers interpreted it relatively to the height of a table cell) Sun Mar 5 20:47:23 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 Wed Mar 1 01:01:36 MET 2006 Andrei Paskevich Fix tokenizer of javascript when it encounters 0xff character Tue Feb 28 01:46:18 cet 2006 mikulas: OS/2 Pmshell gui: Ignore mouse-move events if mouse position stays the same. Mozilla is somehow generating these events when its javascript runs and it disrupts links Mon Feb 27 05:24:28 cet 2006 mikulas: Make textarea wrapping default (compatible with Mozilla, Netscape has default no wrapping) Sat Feb 11 02:26:24 cet 2006 mikulas: More bug-compatible parsing of superfluous quotation marks Sun Feb 5 21:11:49 MET 2006 mikulas: Fixed some quirks when searching in associations or extensions --- search sometimes didn't find anything (depending on random memory) and window was not properly redrawn Sun Feb 5 20:15:38 MET 2006 mikulas: Fixed crash when bookmarks window was opened after changing bookmarks charset Sun Feb 5 18:54:52 MET 2006 mikulas: Case-insensitive search of all characters Wed Jan 25 16:26:35 MET 2006 user: Fixed some quirks in graphics user interface: selection didn't work when javascript was not compiled in right mouse button didn't display menu when text was selected serch text temporarily disappeared when user clicked on it middle button didn't click on scrollbars Wed Jan 25 05:18:08 CET 2006 mikulas: Updated manpage Mon Jan 23 18:22:41 MET 2006 user: Fixed textarea content corruption due to overlapping areas in memcpy Thu Jan 19 18:13:52 MET 2006 user: Disallow access to proxy:// urls from user interface (they are internal-only) Thu Jan 19 17:57:13 MET 2006 user: Accept urls http://host.domain#position Sun Jan 15 16:29:19 MET 2006 mikulas: Find X-window in X11R7 directory Sun Jan 15 05:51:13 MET 2006 user: Preserve config, history and bookmarks in case of IO error (including full disk) Fri Dec 30 17:31:26 MET 2005 user: Guess content-type by extension on misconfigured servers that return text/plain or application/octet-stream Thu Dec 29 23:35:32 MET 2005 Jakub Bogusz Updated Polish translation Thu Dec 22 15:14:00 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) Thu Dec 22 13:36:38 MET 2005 user: Fixed bug with downloads and cyclic redirects (now, as when loading real documents, it turns off cache and displays error if it doesn't help)
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-12-11Update to 2.1pre20:wiz1-2/+2
=== RELEASE 2.1pre20 === Wed Dec 7 21:21:18 MET 2005 E. Rosten Blocklist blocks all accesses, not only images Wed Dec 7 00:41:09 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 Fixed some quirks with Braille terminal and jumping by words -dump -html-numbered-links 1 prints links' locations Tue Nov 29 00:36:24 MET 2005 mikulas: Do not load too big files on background (maximum size is cache size / 4) Mon Nov 28 01:49:54 MET 2005 mikulas: Restore terminal attributes on fatal errors Sun Nov 27 22:35:25 CET 2005 mikulas: Allowed download of files larger than 2G Thu Nov 24 18:17:38 MET 2005 Konstantin Regular expressions for javascript Sat Nov 19 18:57:04 MET 2005 mikulas: Allow cookies with "secure" parameter Cookies without path act as if path was "/" instead of current directory Sat Nov 12 23:34:13 cet 2005 mikulas: Remove username and password from referer An option to send real referer only to the same server Sat Nov 12 20:37:06 MET 2005 user: Allow user and password in http url --- http://user:password@host/ Wed Nov 9 20:20:45 MET 2005 user: In graphics mode, prefer "title" to "alt" in <img> tag Thu Nov 3 00:22:18 MET 2005 user: Status line is redrawn only when it changes --- prevents cursor flicker Wed Nov 2 15:36:17 MET 2005 user: Do not use HTTP/1.1 on lighttpd server Mon Oct 24 22:19:33 CEST 2005 mikulas: Account document.write content to javascript memory quota Print javascript memory in "memory info" dialog window Mon Oct 24 16:32:40 MET 2005 user: Recognise "title" attribute in <LINK> tag Mon Oct 24 16:23:41 MET 2005 user: Accept application/xhtml as html type Sun Oct 23 03:38:48 cet 2005 mikulas: Allow usemap and ismap on images simultaneously Sat Oct 22 17:16:52 MET 2005 Rezzie Updated Indonesian translation Fri Oct 21 15:58:56 MET 2005 user: &quote; Thu Oct 20 03:30:48 MET DST 2005 mikulas: Special handling for relative URLs beginning with '&' or '?' Wed Oct 12 13:27:52 MET 2005 Jakub Bogusz Updated Polish translation Tue Oct 11 17:23:26 MET 2005 user: An optional retry on internal server errors Tue Oct 11 03:48:52 MET DST 2005 mikulas: Get indenting of TAB character in UTF-8 documents right Tue Oct 11 02:40:17 MET DST 2005 mikulas: Better glob match that does not cause stack overflow
2005-10-20Update to 2.1pre19:wiz1-2/+2
Fri Sep 9 00:37:42 CEST 2005 mikulas: Fix crash when directory disappeared while opening it Tue Sep 6 16:14:26 MET 2005 user: HTTP 307 redirect (as equivalent of 302) Sun Aug 21 19:18:34 MET 2005 user: (sponsored by Knapp Systems) Keyboard handlers in javascript Inverted text Tue Aug 9 16:06:38 MET DST 2005 Jakub Bogusz Updated Polish translation Tue Aug 9 16:05:04 MET DST 2005 Jakub Bogusz Fixed memory corruption when passing parameters to framebuffer driver Thu Aug 4 18:11:37 CEST 2005 mikulas: Fixed compilation problem without javascript
2005-08-06Update to 2.1pre18:wiz1-2/+2
=== Release 2.1pre18 Sat Jul 30 00:01:55 MET DST 2005 mikulas: Fixed reverse numbering of form fields in javascript Fri Jul 29 22:45:30 MET 2005 user: Fixed cursor position in bookmarks after HOME, END, PAGE UP, PAGE DOWN Thu Jun 23 04:05:45 cet 2005 mikulas: <sub>, <sup> and alignment images to top and middle of line Wed Jun 22 18:15:11 MET 2005 user: Implemented <hr> in graphics mode Mon Jun 20 15:57:00 cet 2005 mikulas: Do not make whitechar-elimination on invisible form entries Sat Jun 18 18:16:24 MET 2005 user: Allow '#' in smb files and directories Fri Jun 17 23:10:24 MET 2005 Simen Graaten Updated Norwegian translation Mon Jun 6 18:47:37 MET 2005 user: Do not respond to unknown authentication methods with basic response Sun May 29 05:43:58 cet 2005 mikulas: Do always use cache when going back Sun May 22 21:03:16 MET 2005 user: Allow '#' in ftp password Wed May 18 01:18:58 cet 2005 mikulas: Allow image map elements without href and only with javascript Thu May 12 04:15:43 MET 2005 user: Fixed crash with -anonymous and "frame at full-screen" in menu Sun May 8 15:37:22 cet 2005 mikulas: Fix lockup with terminal height only 1 or 2 characters Fri May 6 20:06:50 MET 2005 user: Make '*' work in graphics mode too Fixed badly displayed images when image displaying was toggled Thu Apr 21 21:52:28 cet 2005 mikulas: Do not count time that connection waits in queue Fri Apr 15 17:37:51 MET 2005 user: Do not parse <TITLE> inside <SCRIPT> Sat Apr 2 20:32:01 MET DST 2005 mikulas: Workaround for bug in Sun C compiler Fri Apr 1 00:21:39 MET DST 2005 mikulas: Accept &#13; as line break in textarea (fixes bugzilla) Thu Mar 24 04:06:53 MET 2005 Federico G. Schwindt <fgsch@lodoss.net>: Use MD5 functions from libc when available Mon Mar 7 22:36:45 MET 2005 user: Support for another smb client --- smbc by Martin Zlomek Wed Mar 2 23:39:30 CET 2005 mikulas: Fixed crash of javascript with debuglevel<2 (uninitialized memory) Fixed possible touching of data beyond allocated space in javascript
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam1-2/+2
Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
2005-02-26Update to 2.1.0.17:wiz1-2/+2
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-22Update to 2.1pre16; new patch-ac from authors, will bewiz1-3/+3
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
2004-12-28Bump PKGREVISIONs due to libtiff update.reed1-2/+2
Some BUILDLINK_RECOMMENDED bumps done also. (If I missed any, please let me know -- and let me know a good way to automate this.)
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.