Received: from smtp.gtmp.org (smtp.gtmp.org [212.129.49.89]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTP id 4763C780781 for ; Mon, 1 Nov 2021 04:35:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gtmp.org (Postfix) with ESMTP id 090BA1803A9 for ; Mon, 1 Nov 2021 05:26:58 +0100 (CET) X-Virus-Scanned: Moulin Dancing Machine Received: from smtp.gtmp.org ([127.0.0.1]) by localhost (gtmp.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id boczZg2_7EF9; Mon, 1 Nov 2021 05:26:55 +0100 (CET) Received: from amd (82-65-203-214.subs.proxad.net [82.65.203.214]) by smtp.gtmp.org (Postfix) with ESMTPSA id 028B0180063; Mon, 1 Nov 2021 05:26:55 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=gtmp.org; s=mail; t=1635740815; bh=CbRuy0LSw8T8zwH/RjHGMJutX9bRy42yrCe7FcfZNPI=; h=From:To:Cc:Subject:Date:From; b=WXzi8tvh44XHEPdXQnltxc7aA2rQ5b286V34rDjGTfbgEIV55J4REsKlfowSv/JFD yNQZK7cFpWrcydlhW8OmzhzQVjhzzwmNwbj72IzO1TwuXZJ3tRXGlFFw6aKIyvPg38 haJsq4wLG9rbaPtXlTeUkqPpTh9XOx1jp7KOy6Pw= Received: by amd (Postfix, from userid 1000) id BE484D00A29; Mon, 1 Nov 2021 05:26:54 +0100 (CET) From: Alexandre Jousset To: alpine-aports@lists.alpinelinux.org Cc: Alexandre Jousset Subject: [PATCH] main/nginx: add patch for nginx-dav-ext-module to fix hidden files listing Date: Mon, 1 Nov 2021 05:26:53 +0100 Message-Id: <20211101042653.843894-1-mid@gtmp.org> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit See https://github.com/arut/nginx-dav-ext-module/pull/62 --- main/nginx/APKBUILD | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main/nginx/APKBUILD b/main/nginx/APKBUILD index d3d0ff289c..7e8e5f3f5e 100644 --- a/main/nginx/APKBUILD +++ b/main/nginx/APKBUILD @@ -67,6 +67,7 @@ source="https://nginx.org/download/$pkgname-$pkgver.tar.gz $pkgname-tests-$_tests_hgrev.tar.gz::https://hg.nginx.org/nginx-tests/archive/$_tests_hgrev.tar.gz $pkgname-njs-$_njs_ver.tar.gz::https://hg.nginx.org/njs/archive/$_njs_ver.tar.gz nginx-dav-ext-module~pr-56.patch::https://github.com/arut/nginx-dav-ext-module/pull/56.patch + nginx-dav-ext-module~pr-62.patch::https://github.com/arut/nginx-dav-ext-module/pull/62.patch nginx-module-vts~01-938c19d.patch::https://github.com/vozlt/nginx-module-vts/commit/938c19d2e49d5f3355df5375725982d15f1270c4.patch nginx-module-vts~02-ad40022.patch::https://github.com/vozlt/nginx-module-vts/commit/ad4002262c19e81390f518a14f99bb594862c575.patch nginx-module-vts~03-c08781c.patch::https://github.com/vozlt/nginx-module-vts/commit/c08781c5095d9e6090c47176bdea322ce983ecb6.patch @@ -445,6 +446,7 @@ sha512sums=" f396879582a7bc17e8823457d3b0ce390dc71a3dbfe0ae5ead7e7c832615f6ba07dce153a2e12dd29180520b37126c871693b8a7fb7c404469050e5070a12031 nginx-tests-feb754918372.tar.gz e8894b010b51c282bcfa1c167727ef337d1e4db1189af0e748cb07e6c6132d443b1c32157d4985e9fd7ab776864fb6025e6ffc3018aef56f9ea0c8bfa17c7742 nginx-njs-0.7.0.tar.gz 4c7a94aaebbb69599b0067e74f9f3db54ec383ca9499292fec5b875bb0b5859aa11dc14cef5664c94dd54aba231f31e85feacddc49f7622aa4d0fdb38709b6e1 nginx-dav-ext-module~pr-56.patch +fdd66e433126e194a3ef22737993191a04fcc4c8caa044b27cb22bea0e7f16c8fdbc900553507d2bb541cdb82b542845a297db2a48c2460a38dd772d0ebfca9d nginx-dav-ext-module~pr-62.patch fa96e91f495e9891c03730bcafd948e597e7c5d74f2d30df0a8483ae04f7b30c89065a994a0baa5245470f8991db5844b26da925b23ff26c178a384f5f1a887c nginx-module-vts~01-938c19d.patch 1c37e58921478325bb4dd608900588cda49d608e859127f45a1df73176b228b060bf71d9530dc1ad434a287c7a3225e8fe307fcf1bd15758f327436283db6fb9 nginx-module-vts~02-ad40022.patch 9f9cda2f3f163654100adf9cde892b26f80d3de30ffec9fcdb0b3c1a42856f9219ebb024fd4c156fd8c4c4a6c7b17faca89e16916128da232d9f3bc825d716ff nginx-module-vts~03-c08781c.patch -- 2.30.2