[oe-commits] [meta-openembedded] branch master-next updated: cryptsetup: upgrade 2.3.0 -> 2.3.1

git at git.openembedded.org git at git.openembedded.org
Thu Mar 12 23:49:56 UTC 2020


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

The following commit(s) were added to refs/heads/master-next by this push:
     new a76744d  cryptsetup: upgrade 2.3.0 -> 2.3.1
a76744d is described below

commit a76744d8ba6cf6be4a2131f79396ea3a9e1271bd
Author: Pierre-Jean Texier <pjtexier at koncepto.io>
AuthorDate: Thu Mar 12 23:00:49 2020 +0100

    cryptsetup: upgrade 2.3.0 -> 2.3.1
    
    This is a bug-fix release, see full changelog:
    
     - https://mirrors.edge.kernel.org/pub/linux/utils/cryptsetup/v2.3/v2.3.1-ReleaseNotes
    
    Signed-off-by: Pierre-Jean Texier <pjtexier at koncepto.io>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 .../cryptsetup/{cryptsetup_2.3.0.bb => cryptsetup_2.3.1.bb}           | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.0.bb b/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.1.bb
similarity index 96%
rename from meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.0.bb
rename to meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.1.bb
index 0e36ed4..ec375fe 100644
--- a/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.0.bb
+++ b/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.1.bb
@@ -21,8 +21,8 @@ RDEPENDS_${PN} = " \
 "
 
 SRC_URI = "${KERNELORG_MIRROR}/linux/utils/${BPN}/v${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}/${BP}.tar.xz"
-SRC_URI[md5sum] = "48be3bd7c557d051f638047d280e93ee"
-SRC_URI[sha256sum] = "395690de99509428354d3cd15cf023bed01487e6f1565b2181e013dc847bbc85"
+SRC_URI[md5sum] = "cef482c0579f34d9524311ac70c0875f"
+SRC_URI[sha256sum] = "92aba4d559a2cf7043faed92e0f22c5addea36bd63f8c039ba5a8f3a159fe7d2"
 
 inherit autotools gettext pkgconfig
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list