diff options
-rw-r--r-- | conf/checksums.ini | 8 | ||||
-rw-r--r-- | recipes/lighttpd/lighttpd.inc | 4 | ||||
-rw-r--r-- | recipes/lighttpd/lighttpd_1.4.25.bb (renamed from recipes/lighttpd/lighttpd_1.4.23.bb) | 2 |
3 files changed, 11 insertions, 3 deletions
diff --git a/conf/checksums.ini b/conf/checksums.ini index d043995b78..aa4b2fa481 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 ea627e2524..dd35db1f75 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 index 4e8a6a6511..04442ced17 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" |