[gnome-continuous-yocto/gnomeostree-3.28-rocko: 6787/8267] libbsd: 0.8.3 -> 0.8.5



commit 73fc26cfcd51575d24f13620c544edd8ec06994a
Author: Robert Yang <liezhi yang windriver com>
Date:   Tue Jul 11 06:38:36 2017 -0700

    libbsd: 0.8.3 -> 0.8.5
    
    * The LIC_FILES_CHKSUM is changed becauses the files updated the date, and added
      a BSD-3-clause-John-Birrell for man/timeradd.3bsd, this license is already
      there for other files.
    
    * Update 0002-Remove-funopen.patch
    
    * Remove 0003-Fix-build-breaks-due-to-missing-a.out.h.patch, the a.out
      code is gone in the source, so this patch is not needed any more.
    
    (From OE-Core rev: 1be785e420c838080ce5dc608192794e46961582)
    
    Signed-off-by: Robert Yang <liezhi yang windriver com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 .../libbsd/libbsd/0002-Remove-funopen.patch        |   21 ++--
 ...3-Fix-build-breaks-due-to-missing-a.out.h.patch |  130 --------------------
 .../libbsd/{libbsd_0.8.3.bb => libbsd_0.8.5.bb}    |    7 +-
 3 files changed, 12 insertions(+), 146 deletions(-)
---
diff --git a/meta/recipes-support/libbsd/libbsd/0002-Remove-funopen.patch 
b/meta/recipes-support/libbsd/libbsd/0002-Remove-funopen.patch
index 83ce7c8..60da15e 100644
--- a/meta/recipes-support/libbsd/libbsd/0002-Remove-funopen.patch
+++ b/meta/recipes-support/libbsd/libbsd/0002-Remove-funopen.patch
@@ -15,17 +15,17 @@ Upstream-Status: Inappropriate [musl specific]
  3 files changed, 3 deletions(-)
 
 diff --git a/man/Makefile.am b/man/Makefile.am
-index e4d6e4a..c701d94 100644
+index 28192c0..a22787d 100644
 --- a/man/Makefile.am
 +++ b/man/Makefile.am
-@@ -29,7 +29,6 @@ dist_man_MANS = \
-       flopen.3 \
-       fmtcheck.3 \
-       fparseln.3 \
+@@ -168,7 +168,6 @@ dist_man_MANS = \
+       fmtcheck.3bsd \
+       fparseln.3bsd \
+       fpurge.3bsd \
 -      funopen.3bsd \
-       getbsize.3 \
-       getmode.3 \
-       getpeereid.3 \
+       getbsize.3bsd \
+       getmode.3bsd \
+       getpeereid.3bsd \
 diff --git a/src/Makefile.am b/src/Makefile.am
 index ad83dbf..13225a3 100644
 --- a/src/Makefile.am
@@ -39,7 +39,7 @@ index ad83dbf..13225a3 100644
        getpeereid.c \
        hash/md5.c \
 diff --git a/test/Makefile.am b/test/Makefile.am
-index a75c8ff..e3a1d41 100644
+index d86539a..b32ed2e 100644
 --- a/test/Makefile.am
 +++ b/test/Makefile.am
 @@ -36,7 +36,6 @@ check_PROGRAMS = \
@@ -50,6 +50,3 @@ index a75c8ff..e3a1d41 100644
        fparseln \
        fpurge \
        md5 \
--- 
-2.10.2
-
diff --git a/meta/recipes-support/libbsd/libbsd_0.8.3.bb b/meta/recipes-support/libbsd/libbsd_0.8.5.bb
similarity index 85%
rename from meta/recipes-support/libbsd/libbsd_0.8.3.bb
rename to meta/recipes-support/libbsd/libbsd_0.8.5.bb
index e85ee21..6a6b669 100644
--- a/meta/recipes-support/libbsd/libbsd_0.8.3.bb
+++ b/meta/recipes-support/libbsd/libbsd_0.8.5.bb
@@ -30,7 +30,7 @@ HOMEPAGE = "http://libbsd.freedesktop.org/wiki/";
 # License: public-domain
 # License: public-domain-Colin-Plumb
 LICENSE = "BSD-4-Clause & ISC & PD"
-LIC_FILES_CHKSUM = "file://COPYING;md5=0b9c89d861915b86655b96e5e32fa2aa"
+LIC_FILES_CHKSUM = "file://COPYING;md5=08fc4e66be4526715dab09c5fba5e9e8"
 SECTION = "libs"
 
 SRC_URI = " \
@@ -40,11 +40,10 @@ SRC_URI = " \
 SRC_URI_append_libc-musl  = " \
     file://0001-Replace-__BEGIN_DECLS-and-__END_DECLS.patch \
     file://0002-Remove-funopen.patch \
-    file://0003-Fix-build-breaks-due-to-missing-a.out.h.patch \
 "
 
-SRC_URI[md5sum] = "e935c1bb6cc98a4a43cb1da22795493a"
-SRC_URI[sha256sum] = "934b634f4dfd865b6482650b8f522c70ae65c463529de8be907b53c89c3a34a8"
+SRC_URI[md5sum] = "f1a0dc285f5d21ea40ef5bfc9b647346"
+SRC_URI[sha256sum] = "7647d024f41389305272c263da933a6f2a978213c1801592f47e68d83ac05b28"
 
 inherit autotools pkgconfig
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]