diff options
author | Andrea Cocito <andrea@cocito.eu> | 2025-05-07 08:56:00 +0000 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2025-05-13 13:22:15 +0300 |
commit | e788fbf4300d6a78ccf680b943d16c26e0cee8c7 (patch) | |
tree | 9724450d8c8e7495d056c54cf1832f1361d10351 /security/tpm2-abrmd/files/patch-src_util.c | |
parent | security/fakeroot: Update to 1.37.1.2 (diff) |
security/tpm2-abrmd: Assorted improvements to the port
* Fix name collision on function write_all():
* Stop installing tpm2-abrmd-devd.conf as it is useless and does not work
* Use "wheel" as FreeBSD does not have the "root" group
* Fix inconsistent naming of the rc script
PR: 286218
Approved by: maintainer
Pull Request: https://github.com/freebsd/freebsd-ports/pull/391
Diffstat (limited to 'security/tpm2-abrmd/files/patch-src_util.c')
-rw-r--r-- | security/tpm2-abrmd/files/patch-src_util.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/tpm2-abrmd/files/patch-src_util.c b/security/tpm2-abrmd/files/patch-src_util.c new file mode 100644 index 000000000000..32c36126c75b --- /dev/null +++ b/security/tpm2-abrmd/files/patch-src_util.c @@ -0,0 +1,11 @@ +--- src/util.c.orig 2025-02-22 21:59:15 UTC ++++ src/util.c +@@ -68,7 +68,7 @@ ssize_t + /** Write as many of the size bytes from buf to fd as possible. + */ + ssize_t +-write_all (GOutputStream *ostream, ++g_write_all (GOutputStream *ostream, + const uint8_t *buf, + const size_t size) + { |