Bug 224938 - [MAINTAINER] www/links: update to latest version (2.14)
Summary: [MAINTAINER] www/links: update to latest version (2.14)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Tobias Kortkamp
URL:
Keywords: easy, patch, patch-ready
Depends on:
Blocks:
 
Reported: 2018-01-05 18:06 UTC by Chris Hutchinson
Modified: 2018-01-05 19:47 UTC (History)
1 user (show)

See Also:


Attachments
svn diff for www/links: updates files/patch-default.c files/types.c, and ports Makefile (3.77 KB, patch)
2018-01-05 18:06 UTC, Chris Hutchinson
portmaster: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Hutchinson 2018-01-05 18:06:49 UTC
Created attachment 189448 [details]
svn diff for www/links: updates files/patch-default.c files/types.c, and ports Makefile

Update www/links to newest version (2.14)
Upstream Changelog:
=== 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.


Tested good on
FreeBSD devbox 12.0-CURRENT FreeBSD 12.0-CURRENT #0:
Wed Dec 13 06:07:59 PST 2017
root@devbox:/usr/obj/usr/src/amd64.amd64/sys/DEVBOX amd64

portlint doesn't like diff(1)
makepatch is *not* better than diff.
time to replace portlint!

That's it!

Thanks!

--Chris
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-01-05 19:38:05 UTC
A commit references this bug:

Author: tobik
Date: Fri Jan  5 19:37:52 UTC 2018
New revision: 458166
URL: https://svnweb.freebsd.org/changeset/ports/458166

Log:
  www/links: Update to 2.14

  While here:

  - Remove redundant option descriptions
  - Add LICENSE_FILE

  Changes:	http://links.twibright.com/download/ChangeLog
  PR:		224938
  Submitted by:	portmaster@BSDforge.com (maintainer)

Changes:
  head/www/links/Makefile
  head/www/links/distinfo
  head/www/links/files/patch-default.c
Comment 2 Tobias Kortkamp freebsd_committer freebsd_triage 2018-01-05 19:41:24 UTC
Committed. Thanks!

Please use the tools provided by the ports framework i.e. 'make makepatch' to
generate patches and 'make makesum' to generate distinfo so that they have
the proper format.  This isn't optional.

The pre-commit hook prevented me from committing the distinfo change at first
because it was missing TIMESTAMP.
Comment 3 Chris Hutchinson 2018-01-05 19:47:57 UTC
(In reply to Tobias Kortkamp from comment #2)
> Committed. Thanks!
> 
> Please use the tools provided by the ports framework i.e. 'make makepatch' to
> generate patches and 'make makesum' to generate distinfo so that they have
> the proper format.  This isn't optional.
> 
> The pre-commit hook prevented me from committing the distinfo change at first
> because it was missing TIMESTAMP.

Crap! I forgot about the TIMESTAMP. I've never
forgotten that before. Sorry.

Thanks!

--Chris