Browse Source
Merge pull request #13055 from micmac1/apa2446
apache: security bump to 2.4.46
lilik-openwrt-22.03
Rosen Penev
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
3 deletions
-
net/apache/Makefile
|
|
@ -8,13 +8,13 @@ |
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=apache |
|
|
|
PKG_VERSION:=2.4.43 |
|
|
|
PKG_RELEASE:=2 |
|
|
|
PKG_VERSION:=2.4.46 |
|
|
|
PKG_RELEASE:=1 |
|
|
|
PKG_SOURCE_NAME:=httpd |
|
|
|
|
|
|
|
PKG_SOURCE:=$(PKG_SOURCE_NAME)-$(PKG_VERSION).tar.bz2 |
|
|
|
PKG_SOURCE_URL:=@APACHE/httpd/ |
|
|
|
PKG_HASH:=a497652ab3fc81318cdc2a203090a999150d86461acff97c1065dc910fe10f43 |
|
|
|
PKG_HASH:=740eddf6e1c641992b22359cabc66e6325868c3c5e2e3f98faf349b61ecf41ea |
|
|
|
|
|
|
|
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_SOURCE_NAME)-$(PKG_VERSION) |
|
|
|
|
|
|
|