[oe-commits] [meta-openembedded] 29/37: krb5: 1.13.6 -> 1.15.1

git at git.openembedded.org git at git.openembedded.org
Mon Apr 24 09:22:59 UTC 2017


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

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

commit 5067fbacc94a39d2338e5e6800b98a8eebba5a90
Author: Huang Qiyu <huangqy.fnst at cn.fujitsu.com>
AuthorDate: Mon Apr 24 15:46:38 2017 +0800

    krb5: 1.13.6 -> 1.15.1
    
    1) Upgrade krb5 from 1.13.6 to 1.15.1.
    2) License checksum changed,since the copyright years were updated.
    3) Fix error in the step of do_configure.
       | ERROR: krb5-1.15.1-r0 do_package: QA Issue: krb5: Files/directories were installed but not shipped in any package:
       |  /usr/lib/krb5/plugins/preauth/test.so
    
    Signed-off-by: Huang Qiyu <huangqy.fnst at cn.fujitsu.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 .../recipes-connectivity/krb5/{krb5_1.13.6.bb => krb5_1.15.1.bb}  | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/meta-oe/recipes-connectivity/krb5/krb5_1.13.6.bb b/meta-oe/recipes-connectivity/krb5/krb5_1.15.1.bb
similarity index 96%
rename from meta-oe/recipes-connectivity/krb5/krb5_1.13.6.bb
rename to meta-oe/recipes-connectivity/krb5/krb5_1.15.1.bb
index 656a02f..61cdd60 100644
--- a/meta-oe/recipes-connectivity/krb5/krb5_1.13.6.bb
+++ b/meta-oe/recipes-connectivity/krb5/krb5_1.15.1.bb
@@ -14,7 +14,7 @@ DESCRIPTION = "Kerberos is a system for authenticating users and services on a n
 HOMEPAGE = "http://web.mit.edu/Kerberos/"
 SECTION = "console/network"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://${S}/../NOTICE;md5=c6f37efad53b098e420f45e7ab6807dc"
+LIC_FILES_CHKSUM = "file://${S}/../NOTICE;md5=3e12b8a065cca25dfdcac734fb3ec0b9"
 DEPENDS = "ncurses util-linux e2fsprogs e2fsprogs-native"
 
 inherit autotools-brokensep binconfig perlnative systemd update-rc.d
@@ -31,8 +31,8 @@ SRC_URI = "http://web.mit.edu/kerberos/dist/${BPN}/${SHRT_VER}/${BP}.tar.gz \
            file://krb5-kdc.service \
            file://krb5-admin-server.service \
 "
-SRC_URI[md5sum] = "6164ca9c075b4ecc68eadd6d13040417"
-SRC_URI[sha256sum] = "9c0a46b8918237a53916370d2e02298c2b294f55f0351f9404e18930bc26badc"
+SRC_URI[md5sum] = "8022f3a1cde8463e44fd35ef42731f85"
+SRC_URI[sha256sum] = "437c8831ddd5fde2a993fef425dedb48468109bb3d3261ef838295045a89eb45"
 
 S = "${WORKDIR}/${BP}/src"
 
@@ -107,7 +107,7 @@ PACKAGES =+ "${PN}-admin-server \
              libkrb5support \
              libverto"
 
-FILES_${PN} = ""
+FILES_${PN} = "${libdir}/krb5/plugins/preauth/test.so"
 FILES_${PN}-doc += "${datadir}/examples"
 FILES_${PN}-dbg += "${libdir}/krb5/plugins/*/.debug"
 

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


More information about the Openembedded-commits mailing list