From nobody Sat Dec 04 21:29:18 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 871071891D7C; Sat, 4 Dec 2021 21:29:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4J62rZ1xmYz3lxy; Sat, 4 Dec 2021 21:29:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2272834DF; Sat, 4 Dec 2021 21:29:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1B4LTIHu026982; Sat, 4 Dec 2021 21:29:18 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1B4LTIvc026981; Sat, 4 Dec 2021 21:29:18 GMT (envelope-from git) Date: Sat, 4 Dec 2021 21:29:18 GMT Message-Id: <202112042129.1B4LTIvc026981@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Piotr Kubaj Subject: git: 8964276c1e29 - main - www/lighttpd: update to 1.4.63 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: pkubaj X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 8964276c1e29718969d67743838e89a2f7237ecd Auto-Submitted: auto-generated ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638653358; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=FEAnFUqYnnccgwDYOAmgtJzz26NdQ90IvWxuiI8EehM=; b=aiIpNv+oyJbuj9TcRFyr1wg/xvjv+bDmTzhS5+PSFr31QRhprVmgv0xH5BjEqjeXrmep9t na/IHmKBqmRgeUaKxOJVWU0yi9DeLvgVik4Ls/LyOcRa4qZKjxiMRE3c9yr78qu2ww+vW1 s+y9I1ow7lAswVwpDXcDoda4CgzHZxnwOnaM8ni9/FvonhVX/oLnFXGEtmm4JAmyeGQ8eq 8ehl6In/DzlGhZPSAHtHMTa7qXMRrcetz0yxZ3+VbWN+AZcrREzM/eJgYJR4Wr9JicS0m+ /hfhMOyGpWqp4gnO8rSO2t6H6akJhs+0FGM6qB/P5ZE0c0LeuDTIwSWf7IHn4A== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638653358; a=rsa-sha256; cv=none; b=kXacGl7Xs2atJhYhLpzZ2hBFALre6xUzjvxNaUBNyYPUiV3X7CFHZNO1nGgkY18PgsN5AU HlNa6d/2bplQ0Zr4Ce89JrSrdpsl0d/S4U8jLwIIqDYxVjfa1u22g//eCsrs3iL3Vb2VkY at8zDoWbjGtcKXacUauTm5t28/mPXe5NVvvRPNan1YRWwx3a1YeXKDyuSK9BIHxug8axCr uC6tIvAvR3FOG0mfHMlbQ89lJoUqca+7rEcWub08S8SaORFPa9es/QXmm935HU7SwPaiJw 3Pvbyg5WnZJ7l4mY9v8/cQysPvACQfWvXcPX6WiFoT3c0+hPPZpTCo/yVP9h8w== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=8964276c1e29718969d67743838e89a2f7237ecd commit 8964276c1e29718969d67743838e89a2f7237ecd Author: Piotr Kubaj AuthorDate: 2021-12-04 21:27:35 +0000 Commit: Piotr Kubaj CommitDate: 2021-12-04 21:27:35 +0000 www/lighttpd: update to 1.4.63 Changelog: https://www.lighttpd.net/2021/12/4/1.4.63/ --- www/lighttpd/Makefile | 2 +- www/lighttpd/distinfo | 6 +++--- www/lighttpd/files/lighttpd.in | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile index a868fd48e571..8441801f4cb4 100644 --- a/www/lighttpd/Makefile +++ b/www/lighttpd/Makefile @@ -1,7 +1,7 @@ # Created by: k@123.org PORTNAME?= lighttpd -PORTVERSION= 1.4.62 +PORTVERSION= 1.4.63 CATEGORIES?= www MASTER_SITES?= https://download.lighttpd.net/lighttpd/releases-1.4.x/ diff --git a/www/lighttpd/distinfo b/www/lighttpd/distinfo index d8ac4b9d5dc7..4335734e803f 100644 --- a/www/lighttpd/distinfo +++ b/www/lighttpd/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1638448213 -SHA256 (lighttpd-1.4.62.tar.xz) = 36cf483cf34a06f7c75c724a4237d8779b0d88ce208a1742763793d317114ab7 -SIZE (lighttpd-1.4.62.tar.xz) = 1017752 +TIMESTAMP = 1638652906 +SHA256 (lighttpd-1.4.63.tar.xz) = 2aef7f0102ebf54a1241a1c3ea8976892f8684bfb21697c9fffb8de0e2d6eab9 +SIZE (lighttpd-1.4.63.tar.xz) = 1023568 SHA256 (lighttpd-1.4.26_mod_h264_streaming-2.2.9.patch) = dc9bd6e26755cc2e3ccf6eaf8cc89e5d697f5a876f71318be67b28225368fd4e SIZE (lighttpd-1.4.26_mod_h264_streaming-2.2.9.patch) = 242037 diff --git a/www/lighttpd/files/lighttpd.in b/www/lighttpd/files/lighttpd.in index 1894d95c50e4..3ea8749e615e 100644 --- a/www/lighttpd/files/lighttpd.in +++ b/www/lighttpd/files/lighttpd.in @@ -47,7 +47,7 @@ fi command=%%PREFIX%%/sbin/lighttpd stop_postcmd=stop_postcmd -#restart_precmd="lighttpd_checkconfig" +restart_precmd="lighttpd_checkconfig" graceful_precmd="lighttpd_checkconfig" graceful_cmd="lighttpd_graceful" gracefulstop_cmd="lighttpd_gracefulstop"