My version bump PR for 2.1.3 was going to fix this, but now it has been rendered obsolete since 2.2.0 has been released since and it has been already added to the gentoo repository. My PR: https://github.com/gentoo/gentoo/pull/38765 commit that adds 2.2.0: https://gitweb.gentoo.org/repo/gentoo.git/commit/app-text/tree?id=63de15732fca16aece3f04a339e842055987eef1 The https://mama.indstate.edu/users/ice/tree/ website no longer exists and the mention of it has been removed from tree's README file. The new website is https://oldmanprogrammer.net/source.php?dir=projects%2ftree or, if you like / in URL query strings: https://oldmanprogrammer.net/source.php?dir=projects/tree Additionally, tree 2.2.1 has been released 13 hours ago, so I also request a version bump: https://gitlab.com/OldManProgrammer/unix-tree/-/tags/2.2.1 o/ emanuele6
Doing it. +Version 2.2.1 (11/25/2024) + - Yet another brown-paper bag release. I seem to like doing these. + - Fix regression where I free a pointer that should not have been freed due + to a variable renaming that wasn't completed. (Daniel Li / Landon Bourma) + - Put back, in a modified form, HTML href directory path fixing that was + removed in 2.1.2. If the "baseHREF" part after the -H begins with a dash + (-), the dash is removed and the lead directory name is removed from the + href, otherwise it is left as-is. It can be very difficult to know how to + handle the host and directory part given the plethora of protocols and + what-not, so hopefully this should give enough control over that to suit + most requirements.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09cb94577793ee0c9a5465e8a8416b39406eb5d2 commit 09cb94577793ee0c9a5465e8a8416b39406eb5d2 Author: Sam James <sam@gentoo.org> AuthorDate: 2024-12-06 10:52:25 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-12-06 10:52:25 +0000 app-text/tree: add 2.2.1 Closes: https://bugs.gentoo.org/945033 Signed-off-by: Sam James <sam@gentoo.org> app-text/tree/Manifest | 1 + app-text/tree/tree-2.2.1.ebuild | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) Additionally, it has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bd2caaccf5023fc5ac7bd02789625f1021cd245 commit 5bd2caaccf5023fc5ac7bd02789625f1021cd245 Author: Sam James <sam@gentoo.org> AuthorDate: 2024-12-06 10:54:23 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-12-06 10:54:23 +0000 app-text/tree: drop 2.2.0 It was a buggy release. Bug: https://bugs.gentoo.org/945033 Signed-off-by: Sam James <sam@gentoo.org> app-text/tree/Manifest | 1 - app-text/tree/tree-2.2.0.ebuild | 25 ------------------------- 2 files changed, 26 deletions(-) https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=248c6f0b57aa55148883d977ae6ea83e61d13793 commit 248c6f0b57aa55148883d977ae6ea83e61d13793 Author: Sam James <sam@gentoo.org> AuthorDate: 2024-12-06 10:54:13 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-12-06 10:54:13 +0000 app-text/tree: update HOMEPAGE Bug: https://bugs.gentoo.org/945033 Signed-off-by: Sam James <sam@gentoo.org> app-text/tree/tree-2.1.1-r1.ebuild | 2 +- app-text/tree/tree-2.2.0.ebuild | 2 +- app-text/tree/tree-2.2.1.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)