Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Aug 2011 21:33:33 GMT
From:      Pedro Giffuni <giffunip@tutopia.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/160159: Update www/trafficserver to version 3.0.1
Message-ID:  <201108242133.p7OLXX4V074838@red.freebsd.org>
Resent-Message-ID: <201108242140.p7OLeBA8069726@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         160159
>Category:       ports
>Synopsis:       Update www/trafficserver to version 3.0.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 24 21:40:11 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Pedro Giffuni
>Release:        9.0-current (pre BETA1)
>Organization:
>Environment:
$ uname -a
FreeBSD mogwai.giffuni.net 9.0-CURRENT FreeBSD 9.0-CURRENT #6: Sat Apr 30 01:37:57 PDT 2011     root@build9x64.pcbsd.org:/usr/obj/pcbsd-build90/fbsd-source/9.0/sys/PCBSD  amd64
>Description:
Minor fixes:
* [TS-842] - remove uninstall target from build system
* [TS-868] - build fails with --as-needed.
* [TS-860] - Built in error for host not found looks like Internet Explorer's
* [TS-875] - TSFetchRestpGet(), TSFetchPageResptGet() and TSFetchUrl() have incorrect asserts
* [TS-834] - InactivityCop::check_inactivity crash
* [TS-826] - TSHttpTxnErrorBodySet() can leak memory.
* [TS-833] - Continuation::handleEvent deadbeef fix. This fixes most of the dns related crashes
* [TS-828] - Various memory leaks and uninitialized values.
* [TS-839] - Build problems when specifying lmza location.
* [TS-840] - Regression checks fail (again) due to faulty assert use.
* [TS-847] - Bad timeout when using CONNECT method.

While here I added some history to the pkg-descr.

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN trafficserver.orig/Makefile trafficserver/Makefile
--- trafficserver.orig/Makefile	2011-08-24 15:11:29.000000000 +0000
+++ trafficserver/Makefile	2011-08-24 15:11:47.000000000 +0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	trafficserver
-PORTVERSION=	3.0.0
+PORTVERSION=	3.0.1
 CATEGORIES=	www
 MASTER_SITES=	APACHE/${PORTNAME}
 
diff -ruN trafficserver.orig/distinfo trafficserver/distinfo
--- trafficserver.orig/distinfo	2011-08-24 15:11:29.000000000 +0000
+++ trafficserver/distinfo	2011-08-24 15:12:10.000000000 +0000
@@ -1,2 +1,2 @@
-SHA256 (trafficserver-3.0.0.tar.bz2) = 70d3abda009719d272bc87288bf47beaa5966cb964c9dfbb5fd32c602ac1354e
-SIZE (trafficserver-3.0.0.tar.bz2) = 2418416
+SHA256 (trafficserver-3.0.1.tar.bz2) = 5aab91d4993a27bdb9650157ace4a41edc03ef9735cd25e7c917c8fffb23d0b2
+SIZE (trafficserver-3.0.1.tar.bz2) = 2417978
diff -ruN trafficserver.orig/pkg-descr trafficserver/pkg-descr
--- trafficserver.orig/pkg-descr	2011-08-24 15:11:29.000000000 +0000
+++ trafficserver/pkg-descr	2011-08-24 16:28:55.000000000 +0000
@@ -3,4 +3,10 @@
 by caching frequently-accessed information at the edge
 of the network. 
 
+Formerly a commercial product created by Inktomi and
+later acquired by  Yahoo! in 2002. Yahoo! maintained
+the source until its open source release in August
+2009, Today Traffic Server is now a top-level project
+at the Apache Software Foundation.
+
 WWW:	http://trafficserver.apache.org/


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201108242133.p7OLXX4V074838>