From owner-svn-ports-all@freebsd.org Thu Sep 20 15:57:11 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C431810A0F2A; Thu, 20 Sep 2018 15:57:11 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 72DFD72E17; Thu, 20 Sep 2018 15:57:11 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6C1CF2015E; Thu, 20 Sep 2018 15:57:11 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8KFvBTM086695; Thu, 20 Sep 2018 15:57:11 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8KFvAYF086693; Thu, 20 Sep 2018 15:57:10 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201809201557.w8KFvAYF086693@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Thu, 20 Sep 2018 15:57:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r480182 - branches/2018Q3/www/lighttpd X-SVN-Group: ports-branches X-SVN-Commit-Author: feld X-SVN-Commit-Paths: branches/2018Q3/www/lighttpd X-SVN-Commit-Revision: 480182 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2018 15:57:11 -0000 Author: feld Date: Thu Sep 20 15:57:10 2018 New Revision: 480182 URL: https://svnweb.freebsd.org/changeset/ports/480182 Log: MFH: r477242 - Security update to to 1.4.50 PR: 230595 Submitted by: Piotr Kubaj Security: https://www.lighttpd.net/2018/8/13/1.4.50/ Modified: branches/2018Q3/www/lighttpd/Makefile branches/2018Q3/www/lighttpd/distinfo branches/2018Q3/www/lighttpd/pkg-plist Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/www/lighttpd/Makefile ============================================================================== --- branches/2018Q3/www/lighttpd/Makefile Thu Sep 20 15:00:46 2018 (r480181) +++ branches/2018Q3/www/lighttpd/Makefile Thu Sep 20 15:57:10 2018 (r480182) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= lighttpd -PORTVERSION= 1.4.49 +PORTVERSION= 1.4.50 CATEGORIES?= www MASTER_SITES?= http://download.lighttpd.net/lighttpd/releases-1.4.x/ Modified: branches/2018Q3/www/lighttpd/distinfo ============================================================================== --- branches/2018Q3/www/lighttpd/distinfo Thu Sep 20 15:00:46 2018 (r480181) +++ branches/2018Q3/www/lighttpd/distinfo Thu Sep 20 15:57:10 2018 (r480182) @@ -1,3 +1,3 @@ -TIMESTAMP = 1520921563 -SHA256 (lighttpd-1.4.49.tar.xz) = aedf49d7127d9e4c0ea56618e9e945a17674dc46a37ac7990120f87dd939ce09 -SIZE (lighttpd-1.4.49.tar.xz) = 710964 +TIMESTAMP = 1534189436 +SHA256 (lighttpd-1.4.50.tar.xz) = 29378312d8887cbc14ffe8a7fadef2d5a08c7e7e1be942795142346ad95629eb +SIZE (lighttpd-1.4.50.tar.xz) = 718480 Modified: branches/2018Q3/www/lighttpd/pkg-plist ============================================================================== --- branches/2018Q3/www/lighttpd/pkg-plist Thu Sep 20 15:00:46 2018 (r480181) +++ branches/2018Q3/www/lighttpd/pkg-plist Thu Sep 20 15:57:10 2018 (r480182) @@ -56,6 +56,7 @@ lib/lighttpd/mod_scgi.so lib/lighttpd/mod_secdownload.so lib/lighttpd/mod_setenv.so lib/lighttpd/mod_simple_vhost.so +lib/lighttpd/mod_sockproxy.so lib/lighttpd/mod_ssi.so lib/lighttpd/mod_staticfile.so lib/lighttpd/mod_status.so