From nobody@FreeBSD.org  Wed May 14 01:02:46 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 7BEA21065671
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 14 May 2008 01:02:46 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 6A01C8FC0A
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 14 May 2008 01:02:46 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m4E11cPd005234
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 14 May 2008 01:01:38 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m4E11c3C005233;
	Wed, 14 May 2008 01:01:38 GMT
	(envelope-from nobody)
Message-Id: <200805140101.m4E11c3C005233@www.freebsd.org>
Date: Wed, 14 May 2008 01:01:38 GMT
From: bf <bf2006a@yahoo.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH]www/links: update to 2.1pre36
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         123645
>Category:       ports
>Synopsis:       [PATCH]www/links: update to 2.1pre36
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    demon
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 14 01:10:01 UTC 2008
>Closed-Date:    Mon May 19 15:45:56 UTC 2008
>Last-Modified:  Mon May 19 15:50:03 UTC 2008
>Originator:     bf
>Release:        7-STABLE i386
>Organization:
-
>Environment:
>Description:
I have not tried to integrate this with the changes suggested in PR ports/123311,  but it should not be difficult.  Cumulative changes:

        -Fixed crash that was introduced with Sun May 4 20:13:21 MET 2008 fix
        -Blacklist another broken HTTP/1.1 server - Apache Sausalito
        -Take downloaded file name from Content-Type; name argument, if it
         exists
        -Also, get encoding information from Content-Type/Content-Disposition
        filename
        -The fix from Sun May 4 20:13:21 MET 2008 broke loading of animated gifs
        -Allow displaying large images in xwindow (that do not fit into xserver
         memory)
        -Fixed image was sometimes not redrawn, when connection was interrupted
         in the middle and resumed
        -Don't change Xwindow class
        -Updated French translation
        -Fixed crash in text mode with small window height and bookmarks
        -Accept </> as an empty tag
        -Accept alternate description attributes for image buttons
        -Fixed the bug that when displaying source, some html entities were
         erroneously translated
        -Added fallback for &#8209; entity
        -Allow multiple WWW-Authenticate headers


>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN links.orig/Makefile links/Makefile
--- links.orig/Makefile	2008-05-13 16:35:04.355365006 -0400
+++ links/Makefile	2008-05-13 16:35:16.376051154 -0400
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	links
-DISTVERSION=	2.1pre33
+DISTVERSION=	2.1pre36
 PORTEPOCH=	1
 CATEGORIES?=	www
 MASTER_SITES=	http://links.twibright.com/download/
diff -ruN links.orig/distinfo links/distinfo
--- links.orig/distinfo	2008-05-13 16:35:04.355365006 -0400
+++ links/distinfo	2008-05-13 16:35:16.376051154 -0400
@@ -1,3 +1,3 @@
-MD5 (links-2.1pre33.tar.bz2) = 99cdbd1194579eea6d857168a57e0d74
-SHA256 (links-2.1pre33.tar.bz2) = 1f6be6db54eb5fb2947926b5214879c260030da9909c1d189d053d8dc3357f98
-SIZE (links-2.1pre33.tar.bz2) = 3817630
+MD5 (links-2.1pre36.tar.bz2) = 6b0d3fca0c557fdfacf9d723b3c345a6
+SHA256 (links-2.1pre36.tar.bz2) = 1d8963e748e26414b4de2877bdd75f74c6af0b64b1407f26b6131cc92eb58c04
+SIZE (links-2.1pre36.tar.bz2) = 3824394


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->demon 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed May 14 01:10:07 UTC 2008 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=123645 
State-Changed-From-To: open->closed 
State-Changed-By: demon 
State-Changed-When: Mon May 19 15:45:38 UTC 2008 
State-Changed-Why:  
Port updated, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=123645 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/123645: commit references a PR
Date: Mon, 19 May 2008 15:45:41 +0000 (UTC)

 demon       2008-05-19 15:45:29 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/links            Makefile distinfo 
   Log:
   Update to 2.1pre36
   
   PR:             123645
   Submitted by:   bf <bf2006a@yahoo.com>
   
   Revision  Changes    Path
   1.52      +1 -1      ports/www/links/Makefile
   1.24      +3 -3      ports/www/links/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
