tengine: 2.3.4 -> 2.4.0

https://github.com/alibaba/tengine/releases/tag/2.4.0
This commit is contained in:
Mario Rodas 2023-02-11 04:20:00 +00:00
parent b71a0e4f1b
commit 37e3c5d085
2 changed files with 5 additions and 7 deletions

View file

@ -2,13 +2,11 @@ diff --git a/auto/unix b/auto/unix
index a38c12dc..025a4899 100644
--- a/auto/unix
+++ b/auto/unix
@@ -1072,9 +1072,7 @@ ngx_feature_test='int fd;
@@ -1072,7 +1072,5 @@ ngx_feature_test='int fd;
# Auto read nameserver from /etc/resolv.conf.
# Tengine: auto read nameserver from /etc/resolv.conf.
- if [ -f "/etc/resolv.conf" ]; then
have=NGX_RESOLVER_FILE
value=\"/etc/resolv.conf\"
. auto/define
have=NGX_RESOLVER_FILE value="\"/etc/resolv.conf\"" . auto/define
-fi

View file

@ -10,14 +10,14 @@
with lib;
stdenv.mkDerivation rec {
version = "2.3.4";
version = "2.4.0";
pname = "tengine";
src = fetchFromGitHub {
owner = "alibaba";
repo = pname;
rev = version;
sha256 = "sha256-0xue5XDvK9U64+rka8GRNv2lX62zcrYA1Tz7DrsA0ts=";
hash = "sha256-h/eSa2wCPvnX29wdtDHNQh8r1No1/YGinZNYU2MnsTM=";
};
buildInputs =