IABSD.fr/ports/sysutils/e2fsprogs/pkg

Branch :


Log

Author Commit Date CI Message
b1a765cb 2025-08-05 11:39:19 update to e2fsprogs-1.47.3
e76ec55f 2024-10-21 15:15:16 Update to e2fsprogs-1.47.1. Survived a bulk.
2b3700e3 2022-03-11 19:57:10 drop RCS Ids
5d114d50 2021-05-25 19:44:28 update to e2fsprogs-1.46.2
0b2c69e9 2014-11-10 20:38:50 - use arc4random in e2fsprogs' libuuid - disable uuidd, it wasn't properly enabled in the port anyway (and most situations where /dev/random would fail, the uuidd socket would also be inaccessible)
ec901133 2014-11-08 11:28:04 update to e2fsprogs 1.42.12
2519a0fa 2014-04-30 11:40:04 Update to e2fsprogs-1.42.9. ok sthen@
5f084edd 2014-04-22 10:21:13 Kerberos is going away. No need to statically link to our own libcom_err which made this package way bigger than it should. ok sthen@
604009e0 2013-08-12 15:04:59 Reinstall com_err.h, but this time under include/ext2fs/ since some ext2fs headers include it. Adjust those headers accordingly. Fixes sysutils/testdisk detection of ext2fs.. ok sthen@
2ae7734e 2013-06-21 22:35:51 Update e2fsprogs to 1.42.7, and rename the library back to libuuid now that ossp-uuid (devel/uuid) has been changed to use the alternative name libossp-uuid as used on various other OS. When third party software wants a uuid library, is is nearly always the one from e2fsprogs, so let's avoid patching for the common case. e2fsprogs has its own libcom_err (slightly different API to heimdal); previously we installed this under an alternative name; in this update I have changed to statically linking this instead as it is not used externally. The et/com_err.h header is no longer installed to avoid ports picking it up in preference to the proper heimdal header for this library in kerberosV/com_err.h. Fallout will be handled in the next couple of commits. ok ajacoutot@