diff options
| author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2017-10-06 07:24:30 +0200 |
|---|---|---|
| committer | Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> | 2017-10-06 18:41:57 +0200 |
| commit | 1cff68251e6cd2fe8ed421d7b07813256342a150 (patch) | |
| tree | 3f159ae96addfe0f18b91a9908b8c17da3ab34ff /package/apache/apache.mk | |
| parent | eb4c089eaf365f1f8c7889bd371b588696604b0a (diff) | |
| download | buildroot-1cff68251e6cd2fe8ed421d7b07813256342a150.tar.gz buildroot-1cff68251e6cd2fe8ed421d7b07813256342a150.zip | |
package/apache: bump to version 2.4.28
Fix for CVE-2017-9798 is included in this release, so this patch is
removed.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
[Update commit log: not a security bump]
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Diffstat (limited to 'package/apache/apache.mk')
| -rw-r--r-- | package/apache/apache.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/apache/apache.mk b/package/apache/apache.mk index 857e538346..d8f8580036 100644 --- a/package/apache/apache.mk +++ b/package/apache/apache.mk @@ -4,7 +4,7 @@ # ################################################################################ -APACHE_VERSION = 2.4.27 +APACHE_VERSION = 2.4.28 APACHE_SOURCE = httpd-$(APACHE_VERSION).tar.bz2 APACHE_SITE = http://archive.apache.org/dist/httpd APACHE_LICENSE = Apache-2.0 |

