- Update to new upstream release 2018.08.24

OBS-URL: https://build.opensuse.org/package/show/utilities/schily?expand=0&rev=36
This commit is contained in:
2018-08-29 08:48:39 +00:00
committed by Git OBS Bridge
parent df370654de
commit 9ff2d1c303
9 changed files with 134 additions and 462 deletions

View File

@@ -1,3 +1,32 @@
-------------------------------------------------------------------
Wed Aug 29 07:57:23 UTC 2018 - jengelh@inai.de
- Update to new upstream release 2018.08.24
* star: SELinux support has been added.
* star: dotdot atacks are now also detected if they are based
on DOS filesystem semantics.
* star: Added a new check for the exit code of the compress
program.
* star: A hard EOF on input now results in a non-zero exit code.
* star: Now defaults to use "ssh" for the remote tape interface.
* star: There is now a way to make -no-fsync the default
behavior to avoid slow operation on platforms with slow
buffer cache.
* librmt: added a way to configure the remote shell and the
remote tape server path.
* star: support for unlimited file path length.
* libschily: a new set of gt*() and fgt*() functions with
gettext() support have been added.
* Bourne Shell: avoid a core dump with missing HOME.
* libfind: added a new primary "-call" that allows to call back
into the program instead of calling exec().
* libfind: new primaries -newerat, -newermt, -newerct.
- Remove schily-2018-05-25_star_detect_gzip_failures.patch,
schily-2018-05-25_star_use_ssh_by_default.patch,
schily-2018-05-25_star_no_fsync.patch,
schily-2018-05-25_star_selinux.patch
(merged upstream)
-------------------------------------------------------------------
Wed Aug 29 07:45:44 UTC 2018 - jengelh@inai.de