diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2017-10-23 21:14:36 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2017-10-24 08:00:12 +0200 |
commit | 386ca343c514b4c7e30217ee688eb2d273585661 (patch) | |
tree | 8ff7939d6306e9d082e6768c6c34bbc1e64c7f14 /package/apache | |
parent | f82b1edd6ab8f8f500f7849063f77bd0d02898a2 (diff) | |
download | buildroot-386ca343c514b4c7e30217ee688eb2d273585661.tar.gz buildroot-386ca343c514b4c7e30217ee688eb2d273585661.zip |
package/apache: bump version to 2.4.29
Changelog: http://www.apache.org/dist/httpd/CHANGES_2.4.29
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/apache')
-rw-r--r-- | package/apache/apache.hash | 4 | ||||
-rw-r--r-- | package/apache/apache.mk | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/package/apache/apache.hash b/package/apache/apache.hash index d5e985f678..6471c38b62 100644 --- a/package/apache/apache.hash +++ b/package/apache/apache.hash @@ -1,2 +1,2 @@ -# From http://www.apache.org/dist/httpd/httpd-2.4.28.tar.bz2.sha256 -sha256 c1197a3a62a4ab5c584ab89b249af38cf28b4adee9c0106b62999fd29f920666 httpd-2.4.28.tar.bz2 +# From http://www.apache.org/dist/httpd/httpd-2.4.29.tar.bz2.sha256 +sha256 777753a5a25568a2a27428b2214980564bc1c38c1abf9ccc7630b639991f7f00 httpd-2.4.29.tar.bz2 diff --git a/package/apache/apache.mk b/package/apache/apache.mk index d8f8580036..e1b1a209cb 100644 --- a/package/apache/apache.mk +++ b/package/apache/apache.mk @@ -4,7 +4,7 @@ # ################################################################################ -APACHE_VERSION = 2.4.28 +APACHE_VERSION = 2.4.29 APACHE_SOURCE = httpd-$(APACHE_VERSION).tar.bz2 APACHE_SITE = http://archive.apache.org/dist/httpd APACHE_LICENSE = Apache-2.0 |