Update to 1.8.0:
* Added an experimental --fromfile option (suggested by several people.)
This may eventually be replaced or supplimented by a --fromjson option.
* Added support for BSD's CLICOLOR and CLICOLOR_FORCE environment variables.
(Suggested by Alyssa Ross)
* Use strftime() exclusively when formatting date/time to respect locale.
* Some man page fixes and cleanups curtsey of Kirill Kolyshkin
* Update BINDIR in Makefile for MacOS X -- It is not allowed to install
programs to /usr/bin on MacOS X any longer due to System Integrity
Protection (SIP) (Shawn Mehan)
* Misc patches from Jacob Wahlgren:
- Improved command line switch error reporting.
- Symbolic links not displayed if a -P pattern is active
- Missing argument error reporting fixes on long format switches.
* Fixed JSON output hanging commas (John Lane, Tad, others)
* JSON size output ignored -h/--si flags (Wagner Camarao)
* Fixed issue with malformed multibyte string handling. (Mantas
Mikulėnas)
* Fixed issue where mbstowcs() fails to null terminate the string due to
improper UTF-8 encoding leading to garbage being printed. (Nick Craig-Wood)
* Found a bug where the wrong inode (and device) information would be printed
for symbolic links. (Stephan Gabert)
- adjust tree-makefile.patch
OBS-URL: https://build.opensuse.org/request/show/656844
OBS-URL: https://build.opensuse.org/package/show/Base:System/tree?expand=0&rev=18
- Update to 1.7.0:
* Allow user/group names up to 32 characters before clipping.
* Made -i compress XML and JSON output as much as possible by eliminating
extraneous whitespace.
* Added --caseinsensitive (renamed --ignore-case ala grep) flag so patterns
match without regard to case, courtesy of Jason A Donenfeld.
* Added --matchdirs option courtesy of Brian Mattern & Jason A. Donenfeld
<Jason@zx2c4.com>.
* Fixed possible buffer overflow on large uid/gids w/o user names/group
names (Alexandre Wendling <alexandrerw@celepar.pr.gov.br>)
* Added JSON support courtesy of Florian Sesser <fs@it-agenten.com>.
* Fixed formatting error with HTML output when -L 1 specified. (Sascha Zorn
<sascha.zorn@gmail.com>)
* Added file size sorting (Philipp M?ller <philippausmuensing@googlemail.com>)
* Added '--sort[=]<name>' option, ala ls.
* Fixed OS X makefile problems (Ryan Hollis <theryanhollis@gmail.com>)
* Fixed possible memory overflow in read_dir (path/lbuf not equal in size
to pathsize/lbufsize.) (Han Hui <hanhui03@163.com>)
* Fix S_ISDOOR/S_IFDOOR spelling mistake for Solaris. (Tim Mooney
<Tim.Mooney@ndsu.edu>)
* Make tree more reliably detect UTF-8 locales. (Mantas Mikulnas
<grawity@gmail.com> and others.)
* Return non-zero exit status on option errors, print usage to stdout when
not an error, add the posix '--' option terminator, Change -S description
to mean CP437 (console) output codes, not ASCII. (Ivan Shmakov
<oneingray@gmail.com>)
- Use upstream tarball instead of a custom one
- Adjust the makefile patch accordingly:
- Rename it from -donstrip to makefile, since the upstream makefile does not
include the strip flag anymore in that line
- Fix the CFLAGS and LDFLAGS accordingly
- Run spec-cleaner
OBS-URL: https://build.opensuse.org/request/show/241574
OBS-URL: https://build.opensuse.org/package/show/Base:System/tree?expand=0&rev=15