diff mbox series

[meta-oe,34/38] tree: upgrade 2.1.1 -> 2.1.3

Message ID 1721034151-540-34-git-send-email-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-oe,01/38] botan: upgrade 3.4.0 -> 3.5.0 | expand

Commit Message

Mingyu Wang (Fujitsu) July 15, 2024, 9:02 a.m. UTC
From: Wang Mingyu <wangmy@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.llc@gmail.com from ice@mama.indstate.edu
  which has been permanently disabled.

Signed-off-by: Wang Mingyu <wangmy@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 mbox series

Patch

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"