From: Wang Mingyu <wan...@fujitsu.com>

Changelog:
==========
- Mostly a brown-paper bag release to fix the below regression and add a
  feature I forgot to add.
- Fix regression in search() function that broke --fromfile
- Allow the -L option to accept its parameter immediately (with no space)
  instead of requiring it be the next option word.
- Fix issue where --gitignore does not think a pattern with a singular
  terminal '/' (indicating it matches only directories,) is a relative path.
- Don't emit the error 'recursive, not followed' if when using -L, the depth
  would prevent descending anyway. This also fixes up a JSON output error
  (missing comma) when this happens.
- Don't prematurely sort files/directories with --from*file.
- Various seg-faults fixed (Hanqin Guan (The OSLab of Peking University)):
  - Make doubly sure that there is actually a previous path entry when reading
    from a tabbed file.
  - Make sure there is actually a file entity when applying the link info to
    it when reading fromfile using --fflinks.
  - Increase space for the path a little in listdir(), just to be sure.
  - Make sure that there is no topsort (--dirsfirst / --filesfirst) if there
    is no basesort (-U).
  - Make sure gittrim() function can handle a null string.
- Update email address to steve.baker....@gmail.com from i...@mama.indstate.edu
  which has been permanently disabled.

Signed-off-by: Wang Mingyu <wan...@fujitsu.com>
---
 meta-oe/recipes-support/tree/{tree_2.1.1.bb => tree_2.1.3.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/tree/{tree_2.1.1.bb => tree_2.1.3.bb} (87%)

diff --git a/meta-oe/recipes-support/tree/tree_2.1.1.bb 
b/meta-oe/recipes-support/tree/tree_2.1.3.bb
similarity index 87%
rename from meta-oe/recipes-support/tree/tree_2.1.1.bb
rename to meta-oe/recipes-support/tree/tree_2.1.3.bb
index 1eaea6a22..79e0d5e10 100644
--- a/meta-oe/recipes-support/tree/tree_2.1.1.bb
+++ b/meta-oe/recipes-support/tree/tree_2.1.3.bb
@@ -5,7 +5,7 @@ LICENSE = "GPL-2.0-only"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=393a5ca445f6965873eca0259a17f833"
 
 SRC_URI = "https://oldmanprogrammer.net/tar/tree/${BP}.tgz";
-SRC_URI[sha256sum] = 
"d3c3d55f403af7c76556546325aa1eca90b918cbaaf6d3ab60a49d8367ab90d5"
+SRC_URI[sha256sum] = 
"c24c9bfbbb3bd31a43b16898f74fd338cfcf348e914de81438ddfcf052076ff4"
 
 # tree's default CFLAGS for Linux
 CFLAGS += "-Wall -DLINUX -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64"
-- 
2.34.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#111354): 
https://lists.openembedded.org/g/openembedded-devel/message/111354
Mute This Topic: https://lists.openembedded.org/mt/107228047/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to