diff options
author | Roman I Khimov <khimov@altell.ru> | 2010-07-01 19:21:10 +0400 |
---|---|---|
committer | Roman I Khimov <khimov@altell.ru> | 2010-07-12 08:47:46 +0400 |
commit | ac8b14020e0f6ea4cdfd94c1db971ac9f4895f4f (patch) | |
tree | 86d6d61c537aa5bab28be5eaa9f3cc7755603824 /recipes/corosync | |
parent | ed52cfe0580e6ddce08bd2c717aed1963f2d8737 (diff) |
corosync: update to version 1.2.6
* bug fix release, considered as safe upgrade
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Diffstat (limited to 'recipes/corosync')
-rw-r--r-- | recipes/corosync/corosync_1.2.6.bb (renamed from recipes/corosync/corosync_1.2.3.bb) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes/corosync/corosync_1.2.3.bb b/recipes/corosync/corosync_1.2.6.bb index 9aa1528163..0512148d2d 100644 --- a/recipes/corosync/corosync_1.2.3.bb +++ b/recipes/corosync/corosync_1.2.6.bb @@ -10,8 +10,9 @@ SRC_URI = " \ file://corosync.conf \ file://volatiles \ " -SRC_URI[md5sum] = "03b8cc311619c07ae1a84a5d59f13d0b" -SRC_URI[sha256sum] = "4dd2aa43d82bb22c9bfed146da4ea2e07134d413a42f164dff86da9f34719fc9" +SRC_URI[md5sum] = "82d91373585f0d48cb98a8599a237e48" +SRC_URI[sha256sum] = "ad41e3133659a5fb32e878aa85199aba6cc84aa5e0e913b4f6e31c4a4805f9d9" + inherit autotools_stage update-rc.d |