diff --git a/build/fd/build.sh b/build/fd/build.sh index a4dc29d4d..98363de4a 100755 --- a/build/fd/build.sh +++ b/build/fd/build.sh @@ -17,7 +17,7 @@ . ../../lib/build.sh PROG=fd -VER=10.0.0 +VER=10.1.0 PKG=ooce/util/fd SUMMARY="find utility" DESC="fd is a simple, fast and user-friendly alternative to find" diff --git a/build/fd/patches/Cargo.toml.patch b/build/fd/patches/Cargo.toml.patch deleted file mode 100644 index f79b4acc0..000000000 --- a/build/fd/patches/Cargo.toml.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -wpruN --no-dereference '--exclude=*.orig' a~/Cargo.toml a/Cargo.toml ---- a~/Cargo.toml 1970-01-01 00:00:00 -+++ a/Cargo.toml 1970-01-01 00:00:00 -@@ -93,3 +93,7 @@ use-jemalloc = ["jemallocator"] - completions = ["clap_complete"] - base = ["use-jemalloc"] - default = ["use-jemalloc", "completions"] -+ -+[patch.crates-io] -+users = { git = "https://github.com/papertigers/rust-users", branch = "illumos" } -+argmax = { git = "https://github.com/omniosorg/argmax", branch = "illumos" } diff --git a/build/fd/patches/do-not-strip-symbol-table.patch b/build/fd/patches/do-not-strip-symbol-table.patch new file mode 100644 index 000000000..47ccd65c2 --- /dev/null +++ b/build/fd/patches/do-not-strip-symbol-table.patch @@ -0,0 +1,12 @@ +diff -wpruN --no-dereference '--exclude=*.orig' a~/Cargo.toml a/Cargo.toml +--- a~/Cargo.toml 1970-01-01 00:00:00 ++++ a/Cargo.toml 1970-01-01 00:00:00 +@@ -84,7 +84,7 @@ test-case = "3.3" + + [profile.release] + lto = true +-strip = true ++#strip = true + codegen-units = 1 + + [features] diff --git a/build/fd/patches/series b/build/fd/patches/series index b9dc3fa41..bb790b0f3 100644 --- a/build/fd/patches/series +++ b/build/fd/patches/series @@ -1 +1 @@ -Cargo.toml.patch +do-not-strip-symbol-table.patch diff --git a/doc/packages.md b/doc/packages.md index 89258cd70..7d11da7d5 100644 --- a/doc/packages.md +++ b/doc/packages.md @@ -237,7 +237,7 @@ | ooce/util/diffr | 0.1.5 | https://github.com/mookid/diffr/tags | [omniosorg](https://github.com/omniosorg) | ooce/util/direnv | 2.34.0 | https://github.com/direnv/direnv/releases | [omniosorg](https://github.com/omniosorg) | ooce/util/dtc | 1.7.0 | https://git.kernel.org/pub/scm/utils/dtc/dtc.git/refs/ | [omniosorg](https://github.com/omniosorg) -| ooce/util/fd | 10.0.0 | https://github.com/sharkdp/fd/releases/ | [omniosorg](https://github.com/omniosorg) +| ooce/util/fd | 10.1.0 | https://github.com/sharkdp/fd/releases/ | [omniosorg](https://github.com/omniosorg) | ooce/util/gh | 2.49.0 | https://github.com/cli/cli/releases/ | [omniosorg](https://github.com/omniosorg) | ooce/util/htmlq | 0.4.0 | https://github.com/mgdm/htmlq/releases/ | [omniosorg](https://github.com/omniosorg) | ooce/util/hyperfine | 1.18.0 | https://github.com/sharkdp/hyperfine/releases/ | [omniosorg](https://github.com/omniosorg)