[oe-commits] [meta-openembedded] 06/15: nbd: Upgrade to nbd 3.17

git at git.openembedded.org git at git.openembedded.org
Fri Sep 14 04:50:39 UTC 2018


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

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

commit 5028479bffdf81c265a108409d9fbbdf12454bb9
Author: Andrew Bresticker <abrestic at waymo.com>
AuthorDate: Wed Sep 12 13:35:27 2018 -0700

    nbd: Upgrade to nbd 3.17
    
    Upgrade to a more recent version of nbd that supports listening on
    multiple IP addresses.
    
    Signed-off-by: Andrew Bresticker <abrestic at waymo.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-networking/recipes-support/nbd/{nbd_3.11.bb => nbd_3.17.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-networking/recipes-support/nbd/nbd_3.11.bb b/meta-networking/recipes-support/nbd/nbd_3.17.bb
similarity index 78%
rename from meta-networking/recipes-support/nbd/nbd_3.11.bb
rename to meta-networking/recipes-support/nbd/nbd_3.17.bb
index 2ad75bd..3560236 100644
--- a/meta-networking/recipes-support/nbd/nbd_3.11.bb
+++ b/meta-networking/recipes-support/nbd/nbd_3.17.bb
@@ -7,8 +7,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 DEPENDS = "glib-2.0"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.xz"
-SRC_URI[md5sum] = "73d11644a28b9f335292cdb3bdc4b74b"
-SRC_URI[sha256sum] = "14420f74cb16dc609a9302ed1efd653064bed7a8357e9d73daabc33608e3f2a0"
+SRC_URI[md5sum] = "98b74c655ed94a66686c5ba19480d98e"
+SRC_URI[sha256sum] = "d95c6bb1a3ab33b953af99b73fb4833e123bd25433513b32d57dbeb1a0a0d189"
 
 inherit autotools pkgconfig
 

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


More information about the Openembedded-commits mailing list