update to links+ 2.7

Changes since 2.6
* Fixed a bug that horizontal line <hr> was not displayed when
  terminal was set to utf-8
* Fixed bad palette in framebuffer on TGA on Alpha
* Fixed a bug that \001 was displayed instead of a non-breaking space
  when converting to ascii
* Support IPv6
  Support multiple addresses (try to connect to all of them)
* Fix memory leak in ftp
* Fixed incorrect display when aspect ratio was changed
  while multiple windows were open
* Fixed a bug that blocked URLs didn't work if proxy was used
* Support extended coordinates in xterm mouse reporting,
  avoid previous limit 222 on maximum possible coordinate
* Use enter to scale image
* PMshell driver was hacked to support also Win32 api
* HTTPS proxy

ok ajacoutot@
This commit is contained in:
rpe 2013-01-05 11:06:39 +00:00
parent ea7801691a
commit fdc6e8ea54
2 changed files with 5 additions and 9 deletions

View File

@ -1,9 +1,8 @@
# $OpenBSD: Makefile,v 1.46 2012/09/17 10:28:42 bluhm Exp $
# $OpenBSD: Makefile,v 1.47 2013/01/05 11:06:39 rpe Exp $
COMMENT= graphics and text browser
VER= 2.6
REVISION= 1
VER= 2.7
DISTNAME= links-${VER}
PKGNAME= links+-${VER}
@ -11,7 +10,7 @@ CATEGORIES= www
HOMEPAGE= http://links.twibright.com/
# GPL
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes

View File

@ -1,5 +1,2 @@
MD5 (links-2.6.tar.gz) = hKHRS1E6fsnoDx+TjHHjjQ==
RMD160 (links-2.6.tar.gz) = in1t91BFmVNBoGj5glqp4mT4R4I=
SHA1 (links-2.6.tar.gz) = tOcDEaxVfbuS4vyHpM0b9GjcyZM=
SHA256 (links-2.6.tar.gz) = xyBhOAT7HL+fU7z/pKshn/I/MBXfCgiGS8D9KZDLvjk=
SIZE (links-2.6.tar.gz) = 4248788
SHA256 (links-2.7.tar.gz) = L/T0v6XuHRHV4u7TkxGCTWWqBhDaY7Ir9LFHk8j0iqU=
SIZE (links-2.7.tar.gz) = 4258441