summaryrefslogtreecommitdiff
path: root/www/links-gui
AgeCommit message (Collapse)AuthorFilesLines
2022-05-29links-gui: update to 2.26.fcambus1-2/+2
=== RELEASE 2.26 === Wed Apr 6 18:13:16 CEST 2022 mikulas: Fix a display glitch if the list is empty and the user presses '*' Sat Mar 26 11:09:12 CET 2022 mikulas: Add a possibility to pass gopher:// URLs to an external program Sat Jan 1 14:46:06 CET 2022 Martin Michel <martin.famic.de>: Updated the German translation Updated the initial bookmarks Fri Dec 24 12:47:58 CET 2021 zinov@waifu.club: Fix a bug when form submit url contained '#' Sun Dec 5 18:17:11 CET 2021 mikulas: Support WEBP images Fri Dec 3 17:40:55 CET 2021 mikulas: Support DNS-over-HTTPS Sun Nov 21 11:36:45 CET 2021 mikulas: Try multiple IPv4 addresses on systems that don't have getaddrinfo Sun Nov 14 20:55:11 CET 2021 Timur Adamov <nbvec222@gmail.com>: Handle the "TD" tag outside "TR" the same way as in other browsers Tue Oct 19 18:42:50 CEST 2021 mikulas: Make it possible to bind a socket to a network interface It could be activated by specifying interface name in the "Bind to local IP address" box
2022-04-18revbump for textproc/icu updateadam1-1/+2
2022-01-23links-gui: update to 2.25.fcambus1-2/+1
=== RELEASE 2.25 === Fri Oct 1 18:27:25 CEST 2021 mikulas: Delete the expired Let's encrypt certificate from the builtin certificate store Thu Sep 30 21:45:10 CET 2021 mikulas: Set the flag X509_V_FLAG_TRUSTED_FIRST, so that Let's encrypt works with openssl-1.0.2 === RELEASE 2.24 === Mon Sep 13 18:31:27 CEST 2021 mikulas: Avoid a hang in the X driver if the program that converts a selection stops responding. Use 10 second timeout. Fri Sep 10 18:37:30 CEST 2021 mikulas: Fix a crash in the X driver if some window asks for clipboard and is closed before Links responds to this request Wed Sep 8 18:21:42 CEST 2021 mikulas: Fix a crash on OS/2 SMP systems - it was caused by a bug in OpenSSL Sun Sep 5 11:12:47 CEST 2021 mikulas: Workaround for a bug on Minix 3 - don't close signal pipe when spawning a shell Thu Aug 19 19:54:43 CEST 2021 Emir Yasin SARI <bitigchi@me.com>: Updated the Turkish translation Sun Jul 4 18:02:44 CEST 2021 mikulas: Support the "id" attribute on COLGROUP, COL, TR, THEAD, TBODY, TFOOT tags
2021-12-08revbump for icu and libffiadam1-1/+2
2021-06-29links-gui: update to 2.23.fcambus1-2/+1
=== RELEASE 2.23 === Tue May 18 20:35:55 CEST 2021 mikulas: Fix a bug that the user could set floating-point parameters to nan via command-line argument or config file option Tue May 18 20:22:35 CEST 2021 mikulas: Fix broken display if the user uses custom font and non-default aspect ratio Wed May 12 20:08:48 CEST 2021 mikulas: Fix a bug that the code incorrectly assumed that mktime returns UTC Sat May 1 17:56:50 CEST 2021 mikulas: Add an option that enables cookie saving
2021-04-21revbump for textproc/icuadam1-1/+2
2020-12-19links: Update to 2.21nia1-2/+1
=== RELEASE 2.21 === Sun Aug 2 15:26:02 cet 2020 mikulas: Workaround for a crash on OS/2 caused by gcc3 bug Thu Apr 16 18:17:39 CEST 2020 Emir Yasin SARI <bitigchi@me.com>: Updated Turkish translation Wed Jan 8 18:25:17 CET 2020 mikulas: Fix a bug that textarea was broken if it immediatelly followed a list Sun Nov 3 09:33:08 CET 2019 pluvano <me@pluvano.com>: Delete the 4-pixel border in Xwindow Tue Oct 8 20:26:47 CEST 2019 mikulas: Fix a bug that an image would not be properly resized sometimes
2020-11-15links gui will now work a bit depths lower than 4bpp.nat1-2/+2
Bump revision.
2020-11-05*: Recursive revbump from textproc/icu-68.1ryoon1-2/+2
2020-08-17*: revbump after fontconfig bl3 changes (libuuid removal)leot1-2/+2
2020-06-02Revbump for icuadam1-2/+2
2020-03-10librsvg: update bl3.mk to remove libcroco in rust casewiz1-2/+2
recursive bump for the dependency change
2020-03-08*: recursive bump for libffiwiz1-2/+2
2020-01-18*: Recursive revision bump for openssl 1.1.1.jperkin1-1/+2
2019-09-01links{,-gui}: Update to 2.20leot1-2/+1
Changes: 2.20 ---- - Security bug fixed: when links was connected to tor, it would send real dns requests outside the tor network when the displayed page contains <link rel="dns-prefetch" href="http://host.domain/">. This bug is present in links-2.15 to links-2.19. Found by Shi Tian. - Fix a crash if: * External fonts are used * Rendering is optimized for LCD * The document contains some characters with zero width - Accept file urls in the form file://localhost/usr/bin/ or file://hostname/usr/bin/ according to RFC 8089 - Report errors using dialog boxes on OS/2 and Windows because the standard output may not be visible - Fix an error "ERROR: select for write (5) failed: Bad file descriptor" that could happen if the master process was doing dns lookup while being suspended - Fixed a memory leak of the SSL structure - Try to open the file "/dev/input/mice" and use it instead of gpm. (the user must be in the "input" group) This results in smooth mouse movement on the framebuffer. - Report "Lynx/Links" user agent when searching on Google so that Google returns non-css page - Support the zstd compression algorithm - Haiku support - Fix mouse dragging not being reported in xterm - Use proper cookie expiry
2019-07-21*: recursive bump for gdk-pixbuf2-2.38.1wiz1-1/+2
2019-04-07links{,-gui}: Update to 2.19leot1-1/+3
pkgsrc changes: - Add fontconfig and freetype2 dependencies to links-gui in order to adjust per-upstream defaults Changes: 2.19 ---- - Disable high-DPI scaling on Windows - Links makes it possible to specify scaling of text and images in the dialog windows, so this should preferably be used instead of system-level scaling - Fixed a crash on invalid IDN URL, such as http://test,ï.com/ (found by lsxvdqe@gmail.com) - Make it possible to select other fonts, using fontconfig and freetype - Show certificate authority in the "Document info" box - Use international error messages - The -dump switch didn't report an error if write to stdout failed
2019-01-20links{,-gui}: Update to 2.18leot1-2/+1
Changes: === RELEASE 2.18 === - Compile links with graphics support on OpenVMS - Automatically enable tor mode when the socks port is 9050 - When we are in tor mode, invert the colors on the top line and bottom line, so that the user can immediatelly see it - Fix an incorrect shift in write_ev_queue that could cause spurious error if the socket for interprocess communication fills up. This bug was introduced in Links 2.15. - Fix 'runtime error: member access within null pointer' sanitizer warning - Add a menu entry to save and load a clipboard - Don't synchronize with the Xserver on every pixmap load It improves performance on remote connections - Fix a bug that in the "Network options" dialog box, the value in the field "Timeout when trying multiple addresses" incorrectly set the value "Timeout when unrestartable". - Fix a possible integer overflow in decoder_memory_expand - Work around a bug on OpenVMS where allocations larger than 0x77fffff0 are treated as if they had 16 bytes - Fix possible pointer arithmetics bugs if the operating system allocated memory few bytes below the limit 0xffffffff or 0xffffffffffffffff - Add a button to never accept invalid certificate for a given server - Fix incorrect strings -html-t-text-color, -html-t-link-color, -html-t-background-color, -html-t-ignore-document-color in the manual page and help (reported by Oliver Schode <oliver.schode@online.de>) - Windows 7 has a bug (or feature) that corrupts the screen when using the unaccelerated video driver - when a thread draws into window's device context and the user simultaneously drags the window, the device context coordinates may not be updated. Subsequent draws are done with incorrect coordinates. In order to work around this bug, we detect that a drawing operation possibly raced with window moving. If it did, we allocate a new DC (the old one is corrupted) and start a timer that asks the main thread to redraw the whole window using the new DC. - Add ascii replacement of Romanian S and T with comma Fix replacement of c with cedilla and a/i with grave accent a/o/u with diaeresis - Use static linking in the released binaries on OS/2 because the DLL names may clash with other programs - On OS/2, use AF_OS2 for interprocess communication because the loopback network device may not be properly configured. Fall back to 127.0.0.1 only if AF_OS2 in not installed. - Fixed a bug when IPv6 control connection to a ftp server fails and IPv4 control connection succeeds, links would incorrectly try to make the data connection using IPv6 (this bug was introduced in Links 2.15).
2018-11-14Revbump after cairo 1.16.0 update.kleink1-2/+2
2018-11-12Recursive revbump from hardbuzz-2.1.1ryoon1-1/+2
2018-04-30links-gui: reset PKGREVISION after updatewiz1-2/+1
2018-04-16Recursive bump for new fribidi dependency in pango.wiz1-2/+2
2018-03-12Recursive bumps for fontconfig and libzip dependency changes.wiz1-2/+2
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