From owner-svn-ports-head@freebsd.org Wed Aug 15 17:23:23 2018 Return-Path: Delivered-To: svn-ports-head@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 436901069690; Wed, 15 Aug 2018 17:23:23 +0000 (UTC) (envelope-from dinoex@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 EA81B97972; Wed, 15 Aug 2018 17:23:22 +0000 (UTC) (envelope-from dinoex@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 CD2765912; Wed, 15 Aug 2018 17:23:22 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7FHNMAg057520; Wed, 15 Aug 2018 17:23:22 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7FHNM5x057518; Wed, 15 Aug 2018 17:23:22 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201808151723.w7FHNM5x057518@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Wed, 15 Aug 2018 17:23:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477242 - head/www/lighttpd X-SVN-Group: ports-head X-SVN-Commit-Author: dinoex X-SVN-Commit-Paths: head/www/lighttpd X-SVN-Commit-Revision: 477242 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Aug 2018 17:23:23 -0000 Author: dinoex Date: Wed Aug 15 17:23:21 2018 New Revision: 477242 URL: https://svnweb.freebsd.org/changeset/ports/477242 Log: - Security update to to 1.4.50 PR: 230595 Submitted by: Piotr Kubaj MFH: 2018Q3 Security: https://www.lighttpd.net/2018/8/13/1.4.50/ Modified: head/www/lighttpd/Makefile head/www/lighttpd/distinfo head/www/lighttpd/pkg-plist Modified: head/www/lighttpd/Makefile ============================================================================== --- head/www/lighttpd/Makefile Wed Aug 15 17:13:32 2018 (r477241) +++ head/www/lighttpd/Makefile Wed Aug 15 17:23:21 2018 (r477242) @@ -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: head/www/lighttpd/distinfo ============================================================================== --- head/www/lighttpd/distinfo Wed Aug 15 17:13:32 2018 (r477241) +++ head/www/lighttpd/distinfo Wed Aug 15 17:23:21 2018 (r477242) @@ -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: head/www/lighttpd/pkg-plist ============================================================================== --- head/www/lighttpd/pkg-plist Wed Aug 15 17:13:32 2018 (r477241) +++ head/www/lighttpd/pkg-plist Wed Aug 15 17:23:21 2018 (r477242) @@ -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