Mon May 2 13:17:47 2011 UTC ()
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


(wiz)
diff -r1.51 -r1.52 pkgsrc/www/links/Makefile.common
diff -r1.53 -r1.54 pkgsrc/www/links/distinfo
diff -r1.62 -r1.63 pkgsrc/www/links-gui/Makefile
diff -r1.6 -r1.7 pkgsrc/www/links/patches/patch-aa

cvs diff -r1.51 -r1.52 pkgsrc/www/links/Makefile.common (expand / switch to unified diff)

--- pkgsrc/www/links/Makefile.common 2011/01/14 10:37:21 1.51
+++ pkgsrc/www/links/Makefile.common 2011/05/02 13:17:47 1.52
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile.common,v 1.51 2011/01/14 10:37:21 wiz Exp $ 1# $NetBSD: Makefile.common,v 1.52 2011/05/02 13:17:47 wiz Exp $
2# used by www/links/Makefile 2# used by www/links/Makefile
3# used by www/links-gui/Makefile 3# used by www/links-gui/Makefile
4 4
5DISTNAME= links-2.3pre1 5DISTNAME= links-2.3pre2
6CATEGORIES= www 6CATEGORIES= www
7MASTER_SITES= http://links.twibright.com/download/ 7MASTER_SITES= http://links.twibright.com/download/
8EXTRACT_SUFX= .tar.bz2 8EXTRACT_SUFX= .tar.bz2
9 9
10MAINTAINER= wiz@NetBSD.org 10MAINTAINER= wiz@NetBSD.org
11HOMEPAGE= http://links.twibright.com/ 11HOMEPAGE= http://links.twibright.com/
12LICENSE= gnu-gpl-v2 # including special OpenSSL paragraph 12LICENSE= gnu-gpl-v2 # including special OpenSSL paragraph
13 13
14PKG_INSTALLATION_TYPES= overwrite pkgviews 14PKG_INSTALLATION_TYPES= overwrite pkgviews
15PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
16 16
17GNU_CONFIGURE= YES 17GNU_CONFIGURE= YES
18 18

cvs diff -r1.53 -r1.54 pkgsrc/www/links/distinfo (expand / switch to unified diff)

--- pkgsrc/www/links/distinfo 2011/01/14 10:37:21 1.53
+++ pkgsrc/www/links/distinfo 2011/05/02 13:17:47 1.54
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.53 2011/01/14 10:37:21 wiz Exp $ 1$NetBSD: distinfo,v 1.54 2011/05/02 13:17:47 wiz Exp $
2 2
3SHA1 (links-2.3pre1.tar.bz2) = 6d420a5c4514b45ee245fd3933d2a8cfa6eae76d 3SHA1 (links-2.3pre2.tar.bz2) = 5bc210f746559725565bec1d4748b5c56b263ee5
4RMD160 (links-2.3pre1.tar.bz2) = f0cfc8c48c7d5fb759ac58b7f7a00275480ac3de 4RMD160 (links-2.3pre2.tar.bz2) = 800032cf852382b70aa29e6f9a0c2b86bde5b74f
5Size (links-2.3pre1.tar.bz2) = 3832651 bytes 5Size (links-2.3pre2.tar.bz2) = 3832710 bytes
6SHA1 (patch-aa) = b2a6d47767e7d132c6903a044e9aeeb4b35f0eb6 6SHA1 (patch-aa) = 45b6a12bcef9a229cf1b7f2b777c14786b3c5b81
7SHA1 (patch-ab) = a2d461c9d8b6300469ab6195886830fdd63be837 7SHA1 (patch-ab) = a2d461c9d8b6300469ab6195886830fdd63be837

cvs diff -r1.62 -r1.63 pkgsrc/www/links-gui/Makefile (expand / switch to unified diff)

--- pkgsrc/www/links-gui/Makefile 2011/01/13 13:39:39 1.62
+++ pkgsrc/www/links-gui/Makefile 2011/05/02 13:17:47 1.63

cvs diff -r1.6 -r1.7 pkgsrc/www/links/patches/Attic/patch-aa (expand / switch to unified diff)

--- pkgsrc/www/links/patches/Attic/patch-aa 2011/01/14 10:37:22 1.6
+++ pkgsrc/www/links/patches/Attic/patch-aa 2011/05/02 13:17:47 1.7
@@ -1,45 +1,45 @@ @@ -1,45 +1,45 @@
1$NetBSD: patch-aa,v 1.6 2011/01/14 10:37:22 wiz Exp $ 1$NetBSD: patch-aa,v 1.7 2011/05/02 13:17:47 wiz Exp $
2 2
3Fix build with png-1.5. 3Fix build with png-1.5.
4 4
5--- png.c.orig 2008-08-18 01:14:38.000000000 +0000 5--- png.c.orig 2011-04-19 15:17:49.000000000 +0000
6+++ png.c 6+++ png.c
7@@ -48,7 +48,11 @@ void img_my_png_warning(png_structp a, p 7@@ -38,7 +38,11 @@ static void img_my_png_warning(png_struc
8 /* Error for from-web PNG images. */ 8 /* Error for from-web PNG images. */
9 void img_my_png_error(png_structp png_ptr, png_const_charp error_string) 9 static void img_my_png_error(png_structp png_ptr, png_const_charp error_string)
10 { 10 {
11+#if (PNG_LIBPNG_VER < 10500) 11+#if (PNG_LIBPNG_VER < 10500)
12 longjmp(png_ptr->jmpbuf,1); 12 longjmp(png_ptr->jmpbuf,1);
13+#else 13+#else
14+ png_longjmp(png_ptr,1); 14+ png_longjmp(png_ptr,1);
15+#endif 15+#endif
16 } 16 }
17  17
18 void png_info_callback(png_structp png_ptr, png_infop info_ptr) 18 static void png_info_callback(png_structp png_ptr, png_infop info_ptr)
19@@ -204,7 +208,7 @@ void png_start(struct cached_image *cimg 19@@ -196,7 +200,7 @@ void png_start(struct cached_image *cimg
20 #ifdef DEBUG 20 #ifdef DEBUG
21 if (!info_ptr) internal ("png_create_info_struct failed\n"); 21 if (!info_ptr) internal ("png_create_info_struct failed\n");
22 #endif /* #ifdef DEBUG */ 22 #endif /* #ifdef DEBUG */
23- if (setjmp(png_ptr->jmpbuf)){ 23- if (setjmp(png_ptr->jmpbuf)){
24+ if (setjmp(png_jmpbuf(png_ptr))){ 24+ if (setjmp(png_jmpbuf(png_ptr))){
25 error: 25 error:
26 png_destroy_read_struct(&png_ptr, &info_ptr, 26 png_destroy_read_struct(&png_ptr, &info_ptr,
27 (png_infopp)NULL); 27 (png_infopp)NULL);
28@@ -214,7 +218,7 @@ error: 28@@ -206,7 +210,7 @@ error:
29 png_set_progressive_read_fn(png_ptr, NULL, 29 png_set_progressive_read_fn(png_ptr, NULL,
30 png_info_callback, png_row_callback, 30 png_info_callback, png_row_callback,
31 png_end_callback); 31 png_end_callback);
32- if (setjmp(png_ptr->jmpbuf)) goto error; 32- if (setjmp(png_ptr->jmpbuf)) goto error;
33+ if (setjmp(png_jmpbuf(png_ptr))) goto error; 33+ if (setjmp(png_jmpbuf(png_ptr))) goto error;
34 decoder=mem_alloc(sizeof(*decoder)); 34 decoder=mem_alloc(sizeof(*decoder));
35 decoder->png_ptr=png_ptr; 35 decoder->png_ptr=png_ptr;
36 decoder->info_ptr=info_ptr; 36 decoder->info_ptr=info_ptr;
37@@ -233,7 +237,7 @@ void png_restart(struct cached_image *ci 37@@ -225,7 +229,7 @@ void png_restart(struct cached_image *ci
38 png_ptr=((struct png_decoder *)(cimg->decoder))->png_ptr; 38 png_ptr=((struct png_decoder *)(cimg->decoder))->png_ptr;
39 info_ptr=((struct png_decoder *)(cimg->decoder))->info_ptr; 39 info_ptr=((struct png_decoder *)(cimg->decoder))->info_ptr;
40 end_callback_hit=0; 40 end_callback_hit=0;
41- if (setjmp(png_ptr->jmpbuf)){ 41- if (setjmp(png_ptr->jmpbuf)){
42+ if (setjmp(png_jmpbuf(png_ptr))){ 42+ if (setjmp(png_jmpbuf(png_ptr))){
43 img_end(cimg); 43 img_end(cimg);
44 return; 44 return;
45 } 45 }