[oe-commits] Holger Hans Peter Freyther : lighttpd: Upgrade to 1.4.26

git version control git at git.openembedded.org
Wed Mar 17 06:02:48 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 8d574e65a90bae4393ba20aee8f8a3a3f886d9c8
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8d574e65a90bae4393ba20aee8f8a3a3f886d9c8

Author: Holger Hans Peter Freyther <zecke at selfish.org>
Date:   Wed Mar 17 13:50:46 2010 +0800

lighttpd: Upgrade to 1.4.26

This should address CVE-2010-0295.

---

 conf/checksums.ini                  |   12 ------------
 recipes/lighttpd/lighttpd.inc       |    2 +-
 recipes/lighttpd/lighttpd_1.4.25.bb |    6 ------
 recipes/lighttpd/lighttpd_1.4.26.bb |    8 ++++++++
 4 files changed, 9 insertions(+), 19 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index df4eda7..c54ea74 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -17346,18 +17346,6 @@ sha256=97d0ac5957745eeaf311ec38ebbbf3b30a5316b01c320a759af47129c994c20c
 md5=5db3204d57436a032f899ff9dbce793f
 sha256=97d0ac5957745eeaf311ec38ebbbf3b30a5316b01c320a759af47129c994c20c
 
-[http://www.lighttpd.net/download/lighttpd-1.4.22.tar.gz]
-md5=949c33a81e83f7718a47280bef21b90c
-sha256=197bd2b57c5e2b9bfc30bb565a4c44fbea82daa20a31fa8ba490dd61dad69f2a
-
-[http://www.lighttpd.net/download/lighttpd-1.4.23.tar.gz]
-md5=41dfad5c366d34d83c3d2b46d4c08f5c
-sha256=8555db22ed7d429160701555611d8cd5eff42fc7e6e3ad3b050279c9b2145469
-
-[http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.25.tar.gz]
-md5=87e936ec272ddaba8a2fdfecd8c6b704
-sha256=0e71cd677a2282fff0ee0248a0e70a593a75e06f8a26411ca5314d0c01debbc3
-
 [http://twibble.org/dist/sh4/src/lilosh/lilo-21.tar.gz]
 md5=1e975d827ad96e1942df73f63512178e
 sha256=da2340aca2eaf451243d2e4c2bf66aa4b80cc0abaef96860da8daf5db1cae12f
diff --git a/recipes/lighttpd/lighttpd.inc b/recipes/lighttpd/lighttpd.inc
index dd35db1..20e85a8 100644
--- a/recipes/lighttpd/lighttpd.inc
+++ b/recipes/lighttpd/lighttpd.inc
@@ -12,7 +12,7 @@ RDEPENDS_${PN} += " \
 
 INC_PR = "r7"
 
-SRC_URI = "http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${PV}.tar.gz \
+SRC_URI = "http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${PV}.tar.gz;name=src \
 	   file://index.html \
 	   file://lighttpd.conf \
 	   file://lighttpd \
diff --git a/recipes/lighttpd/lighttpd_1.4.25.bb b/recipes/lighttpd/lighttpd_1.4.25.bb
deleted file mode 100644
index 04442ce..0000000
--- a/recipes/lighttpd/lighttpd_1.4.25.bb
+++ /dev/null
@@ -1,6 +0,0 @@
-require lighttpd.inc
-
-PR = "${INC_PR}.0"
-
-DEFAULT_PREFERENCE = "-1"
-
diff --git a/recipes/lighttpd/lighttpd_1.4.26.bb b/recipes/lighttpd/lighttpd_1.4.26.bb
new file mode 100644
index 0000000..071efc3
--- /dev/null
+++ b/recipes/lighttpd/lighttpd_1.4.26.bb
@@ -0,0 +1,8 @@
+require lighttpd.inc
+
+PR = "${INC_PR}.0"
+
+DEFAULT_PREFERENCE = "-1"
+
+SRC_URI[src.md5sum] = "3ce5be17a4dac3c384a8a452c664b840"
+SRC_URI[src.sha256sum] = "08fc11864a0ad6d2871f32e6d0b0eaeb070f78698a72959f812526173145986e"





More information about the Openembedded-commits mailing list