mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
nginx: Update to version 1.19.2
Several bugfixes and features has been integrated since version 1.17.8. A full overview of all changes are located in here --> https://github.com/nginx/nginx-releases/blob/master/CHANGES . Signed-off-by: Erik Kapfer <ummeegge@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
dba1a21403
commit
74a8a84316
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 1.17.8
|
||||
VER = 1.19.2
|
||||
|
||||
THISAPP = nginx-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.gz
|
||||
@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = nginx
|
||||
PAK_VER = 10
|
||||
PAK_VER = 11
|
||||
|
||||
###############################################################################
|
||||
# Top-level Rules
|
||||
@@ -42,7 +42,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = 29cd861a13aae69a058cbabaae86177b
|
||||
$(DL_FILE)_MD5 = 3dc55f6451ed6f819f1c796f4e5e9617
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user