[oe-commits] [openembedded-core] 07/08: libsolv: upgrade 0.7.2 -> 0.7.3

git at git.openembedded.org git at git.openembedded.org
Fri Feb 1 18:19:59 UTC 2019


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

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 3e787f47ff02b3c6761ae36fad758723dfe8588b
Author: Alejandro del Castillo <alejandro.delcastillo at ni.com>
AuthorDate: Fri Feb 1 11:06:55 2019 -0600

    libsolv: upgrade 0.7.2 -> 0.7.3
    
    from NEWS:
    
    - selected bug fixes:
      * fixed a couple of null pointer derefs and potential memory
        leaks
      * made disfavoring recommended packages work if strong recommends
        is enabled
      * no longer disable infarch rules when they don't conflict with
        the job
    - new features:
      * do favor evaluation before pruning allowing to (dis)favor
        specific package versions
    
    Signed-off-by: Alejandro del Castillo <alejandro.delcastillo at ni.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-extended/libsolv/{libsolv_0.7.2.bb => libsolv_0.7.3.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-extended/libsolv/libsolv_0.7.2.bb b/meta/recipes-extended/libsolv/libsolv_0.7.3.bb
similarity index 95%
rename from meta/recipes-extended/libsolv/libsolv_0.7.2.bb
rename to meta/recipes-extended/libsolv/libsolv_0.7.3.bb
index 6e3993b..7321d63 100644
--- a/meta/recipes-extended/libsolv/libsolv_0.7.2.bb
+++ b/meta/recipes-extended/libsolv/libsolv_0.7.3.bb
@@ -12,7 +12,7 @@ SRC_URI_append_libc-musl = " file://0001-Add-fallback-fopencookie-implementation
                              file://0002-Fixes-to-internal-fopencookie-implementation.patch \
                            "
 
-SRCREV = "1c0141962a9eef7f4bc1fdcac7099f3f6a95ec23"
+SRCREV = "dc7d0f1c3113f2c8217563166906bef3eb5d1ee1"
 UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
 
 S = "${WORKDIR}/git"

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


More information about the Openembedded-commits mailing list