7 Commits

Author SHA256 Message Date
c8187fe1ea Accepting request 1164524 from filesystems
- update to 1.6:
  * Eliminated the dependency on `pandoc` for installing the
    manual page.
  * Updated the documentation to reflect recent kernel changes,
    including the kernel adding support for more Merkle tree
    block sizes, IMA adding support for fs-verity, and btrfs
    adding support for fs-verity.
  * Updated the documentation to refer to the new fsverity
    mailing list.
  * Fixed a C++ compatibility issue in `libfsverity.h`.
  * `fsverity measure` now follows standard command line syntax
    for arguments beginning with hyphens.  I.e.,
    `fsverity measure --foo` now treats `--foo` as
  * an (unsupported) option, not a filename.  To operate on a
    file actually named `--foo`, use `fsverity measure -- --foo`.

OBS-URL: https://build.opensuse.org/request/show/1164524
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fsverity-utils?expand=0&rev=3
2024-04-04 20:26:32 +00:00
88f02d8f89 - update to 1.6:
* Eliminated the dependency on `pandoc` for installing the
    manual page.
  * Updated the documentation to reflect recent kernel changes,
    including the kernel adding support for more Merkle tree
    block sizes, IMA adding support for fs-verity, and btrfs
    adding support for fs-verity.
  * Updated the documentation to refer to the new fsverity
    mailing list.
  * Fixed a C++ compatibility issue in `libfsverity.h`.
  * `fsverity measure` now follows standard command line syntax
    for arguments beginning with hyphens.  I.e.,
    `fsverity measure --foo` now treats `--foo` as
  * an (unsupported) option, not a filename.  To operate on a
    file actually named `--foo`, use `fsverity measure -- --foo`.

OBS-URL: https://build.opensuse.org/package/show/filesystems/fsverity-utils?expand=0&rev=6
2024-04-04 08:56:00 +00:00
7b990d0713 Accepting request 1118055 from filesystems
OBS-URL: https://build.opensuse.org/request/show/1118055
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fsverity-utils?expand=0&rev=2
2023-10-16 21:01:35 +00:00
David Sterba
ce59057f3f Accepting request 1118030 from home:dmdiss:fsverity_jiraid
Add Jira tag to track SLE submission (jsc#PED-7094)

OBS-URL: https://build.opensuse.org/request/show/1118030
OBS-URL: https://build.opensuse.org/package/show/filesystems/fsverity-utils?expand=0&rev=4
2023-10-16 15:02:08 +00:00
f2e4f73dcb Accepting request 1107160 from filesystems
fs-verity is a Linux kernel filesystem feature that does transparent
on-demand verification of the contents of read-only files using Merkle
trees.

openSUSE Tumbleweed (ext4 + btrfs) and Leap (15.[45] ext4 only) ship
with kernel support, but until now the corresponding user-space tools
(fsverity-utils) have not been provided. These tools can be used to
enable fs-verity on files, retrieve the digests of fs-verity files, and
sign files for use with fs-verity (among other things).

Links:
https://lists.opensuse.org/archives/list/factory@lists.opensuse.org/message/EM5HFHAYDOJ554OAPXLP27Z57AW27HBX/
https://git.kernel.org/pub/scm/fs/fsverity/fsverity-utils.git
https://www.kernel.org/doc/html/latest/filesystems/fsverity.html

OBS-URL: https://build.opensuse.org/request/show/1107160
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fsverity-utils?expand=0&rev=1
2023-08-28 15:18:13 +00:00
David Sterba
a432810870 Accepting request 1106281 from home:dmdiss:ksmbd
A few minor changes following Factory review:
- Don't package static library
- Rename libfsverity-devel -> fsverity-utils-devel

OBS-URL: https://build.opensuse.org/request/show/1106281
OBS-URL: https://build.opensuse.org/package/show/filesystems/fsverity-utils?expand=0&rev=2
2023-08-28 11:51:30 +00:00
David Sterba
edae385d8a Accepting request 1105877 from home:dmdiss:ksmbd
Userspace utilities for fs-verity

OBS-URL: https://build.opensuse.org/request/show/1105877
OBS-URL: https://build.opensuse.org/package/show/filesystems/fsverity-utils?expand=0&rev=1
2023-08-24 15:48:47 +00:00