[oe-commits] Dirk Opfer : lighttpd: 1.4.23 -> 1.4.25

git version control git at git.openembedded.org
Wed Jan 6 18:12:56 UTC 2010


Module: openembedded.git
Branch: martin_jansa/srcpv
Commit: c644b2395fe090f43e54d821a4b44927bfca95f5
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c644b2395fe090f43e54d821a4b44927bfca95f5

Author: Dirk Opfer <dirk at opfer-online.de>
Date:   Wed Jan  6 10:54:54 2010 +0100

lighttpd: 1.4.23 -> 1.4.25
- Fix SRC_URI

---

 conf/checksums.ini                                 |    8 ++++++++
 recipes/lighttpd/lighttpd.inc                      |    4 ++--
 .../{lighttpd_1.4.23.bb => lighttpd_1.4.25.bb}     |    2 +-
 3 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index d043995..aa4b2fa 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -17238,6 +17238,10 @@ sha256=98f980e8971fa4d04a589215c3b90d2eaf317ed70fd0d4988089e0fe5808c853
 md5=d775d6478391b95d841a1018c8db0b95
 sha256=62d5997fdb41afa9400adcdb040d04a1f5fa950045df96e3e3f593e8f0de5739
 
+[http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.18.tar.gz]
+md5=5db3204d57436a032f899ff9dbce793f
+sha256=97d0ac5957745eeaf311ec38ebbbf3b30a5316b01c320a759af47129c994c20c
+
 [http://www.lighttpd.net/download/lighttpd-1.4.18.tar.gz]
 md5=5db3204d57436a032f899ff9dbce793f
 sha256=97d0ac5957745eeaf311ec38ebbbf3b30a5316b01c320a759af47129c994c20c
@@ -17250,6 +17254,10 @@ sha256=197bd2b57c5e2b9bfc30bb565a4c44fbea82daa20a31fa8ba490dd61dad69f2a
 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 ea627e2..dd35db1 100644
--- a/recipes/lighttpd/lighttpd.inc
+++ b/recipes/lighttpd/lighttpd.inc
@@ -10,9 +10,9 @@ RDEPENDS_${PN} += " \
                     lighttpd-module-staticfile \
                   "
 
-INC_PR = "r6"
+INC_PR = "r7"
 
-SRC_URI = "http://www.lighttpd.net/download/lighttpd-${PV}.tar.gz \
+SRC_URI = "http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${PV}.tar.gz \
 	   file://index.html \
 	   file://lighttpd.conf \
 	   file://lighttpd \
diff --git a/recipes/lighttpd/lighttpd_1.4.23.bb b/recipes/lighttpd/lighttpd_1.4.25.bb
similarity index 72%
rename from recipes/lighttpd/lighttpd_1.4.23.bb
rename to recipes/lighttpd/lighttpd_1.4.25.bb
index 4e8a6a6..04442ce 100644
--- a/recipes/lighttpd/lighttpd_1.4.23.bb
+++ b/recipes/lighttpd/lighttpd_1.4.25.bb
@@ -1,6 +1,6 @@
 require lighttpd.inc
 
-PR = "${INC_PR}.1"
+PR = "${INC_PR}.0"
 
 DEFAULT_PREFERENCE = "-1"
 





More information about the Openembedded-commits mailing list