From owner-freebsd-ports@freebsd.org Mon Dec 7 11:14:20 2015 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6B91C9B973B for ; Mon, 7 Dec 2015 11:14:20 +0000 (UTC) (envelope-from pkubaj@riseup.net) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 547951788 for ; Mon, 7 Dec 2015 11:14:20 +0000 (UTC) (envelope-from pkubaj@riseup.net) Received: by mailman.ysv.freebsd.org (Postfix) id 54A129B9739; Mon, 7 Dec 2015 11:14:20 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 544269B9738 for ; Mon, 7 Dec 2015 11:14:20 +0000 (UTC) (envelope-from pkubaj@riseup.net) Received: from mx1.riseup.net (mx1.riseup.net [198.252.153.129]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3C8F21787 for ; Mon, 7 Dec 2015 11:14:19 +0000 (UTC) (envelope-from pkubaj@riseup.net) Received: from piha.riseup.net (unknown [10.0.1.163]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id BF3F41A2513; Mon, 7 Dec 2015 03:04:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1449486265; bh=KyfWaerYhMQ9XKtVxJUqxvXhEF+U3yIQrJ8drXM+hgU=; h=Subject:To:References:Cc:From:Date:In-Reply-To:From; b=knPVgMCLDb0cqB8JhF5vt3j1buDUNAgOWPjm3m1y+XgePTdhUH4S0Kb2Q/B4MM3Uk gfa0b2MD5bPpuSbUwB/3otcpzqnZGOSsWGE9sDUZ19yc8syMKusmJcY/pMJ3NBnr+i C8WnzANAZ9/SmvhsnElxvybk57xmWkBPMWjyadyQ= Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: pkubaj) with ESMTPSA id B462A1C04A9 Subject: Re: FreeBSD Port: lighttpd-1.4.37 To: Dutchman01 References: <000501d12fc4$e2a821a0$a7f864e0$@quicknet.nl> Cc: ports@FreeBSD.org From: Piotr Kubaj Message-ID: <566567B5.30406@riseup.net> Date: Mon, 7 Dec 2015 12:04:21 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: <000501d12fc4$e2a821a0$a7f864e0$@quicknet.nl> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Virus-Scanned: clamav-milter 0.98.7 at mx1.riseup.net X-Virus-Status: Clean X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Dec 2015 11:14:20 -0000 Could you test this diff? Index: Makefile =================================================================== --- Makefile (revision 403188) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= lighttpd -PORTVERSION= 1.4.37 +PORTVERSION= 1.4.38 CATEGORIES?= www MASTER_SITES?= http://download.lighttpd.net/lighttpd/releases-1.4.x/ Index: distinfo =================================================================== --- distinfo (revision 403188) +++ distinfo (working copy) @@ -1,5 +1,5 @@ -SHA256 (lighttpd-1.4.37.tar.xz) = 804e6f60567ca1da2b3927f92b7e9332b93aca9560f282ca135b86b7558979bd -SIZE (lighttpd-1.4.37.tar.xz) = 574020 +SHA256 (lighttpd-1.4.38.tar.xz) = 4912568b7befcf3f552ca4668bd7f38cd85f42a22944359d00816ec27eb1e504 +SIZE (lighttpd-1.4.38.tar.xz) = 578452 SHA256 (lighttpd-1.4.26_mod_h264_streaming-2.2.9.patch.gz) = d7c3704d5253c4f3c18459f89059063b311e50096cd2c38fc982cec683c32e61 SIZE (lighttpd-1.4.26_mod_h264_streaming-2.2.9.patch.gz) = 44695 SHA256 (lighttpd-1.4.26_mod_geoip.patch.gz) = db43cc0ed7c808b5eed3185d97346e70dea0f1ef4fa9ed436d08e4faff7f97e7 It builds fine on 10.2-RELEASE. On 12/06/15 02:24, Dutchman01 wrote: > We need lighttpd-1.4.38 as soon as possible because of fixed bug > > > > Can you please upgrade this port? > > > > Regards, > > Dutchman01 >