diff options
| author | Yi Zhao <yi.zhao@windriver.com> | 2017-08-22 11:10:43 +0800 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-08-28 11:06:03 +0200 |
| commit | e11367b255f988ba0cdead7568739180549f751d (patch) | |
| tree | 623e5679573b13b98f93c312db829809019906ae | |
| parent | e11c66f01f46b1797ab909879fca22856c205248 (diff) | |
| download | meta-openembedded-e11367b255f988ba0cdead7568739180549f751d.tar.gz | |
sthttpd: update to 2.27.1
* Fix CVE-2017-10671: Heap-based buffer overflow in the de_dotdot
function in libhttpd.c
* Update SRC_URI because the original site can not access.
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| -rw-r--r-- | meta-webserver/recipes-httpd/sthttpd/sthttpd_2.27.1.bb (renamed from meta-webserver/recipes-httpd/sthttpd/sthttpd_2.27.0.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-webserver/recipes-httpd/sthttpd/sthttpd_2.27.0.bb b/meta-webserver/recipes-httpd/sthttpd/sthttpd_2.27.1.bb index 2125b24570..c9fe55b489 100644 --- a/meta-webserver/recipes-httpd/sthttpd/sthttpd_2.27.0.bb +++ b/meta-webserver/recipes-httpd/sthttpd/sthttpd_2.27.1.bb | |||
| @@ -6,13 +6,13 @@ LIC_FILES_CHKSUM = "file://src/thttpd.c;beginline=1;endline=26;md5=0c5762c2c34dc | |||
| 6 | 6 | ||
| 7 | DEPENDS += "base-passwd" | 7 | DEPENDS += "base-passwd" |
| 8 | 8 | ||
| 9 | SRC_URI = "http://opensource.dyc.edu/pub/sthttpd/sthttpd-${PV}.tar.gz \ | 9 | SRC_URI = "https://github.com/blueness/${BPN}/archive/v${PV}.tar.gz;downloadfilename=${BP}.tar.gz \ |
| 10 | file://thttpd.service \ | 10 | file://thttpd.service \ |
| 11 | file://thttpd.conf \ | 11 | file://thttpd.conf \ |
| 12 | file://init" | 12 | file://init" |
| 13 | 13 | ||
| 14 | SRC_URI[md5sum] = "f7dd2d506dc5fad2ad8794b1800d2634" | 14 | SRC_URI[md5sum] = "3cda1b6c8c8542b1510eadb8e540d8b6" |
| 15 | SRC_URI[sha256sum] = "97d660a881331e93818e872ce11536f461105d70a18dfc5de5895851c4b2afdb" | 15 | SRC_URI[sha256sum] = "a1ee2806432eaf5b5dd267a0523701f9f1fa00fefd499d5bec42165a41e05846" |
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/sthttpd-${PV}" | 17 | S = "${WORKDIR}/sthttpd-${PV}" |
| 18 | 18 | ||
