summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2026-02-03chore: Update gitignore to include src directoryp741633
- Update gitignore to remove the src directory from ignored files.
2026-02-03chore: Add .gitignore for build artifacts and logsp741633
- Add a .gitignore file to exclude build artifacts and logs from version control.
2026-02-02fix: patch sfill opendir resource leakp741633
- Add a patch to fix sfill's opendir close issue and update package release version. - Bump package release to apply a patch fixing sfill's opendir resource leak. - Fix memory leak by ensuring closedir is called after opendir.
2026-02-02fix: patch inode wipe overflow vulnerabilityp741633
- Bump package release to include a patch fixing an inode wipe overflow vulnerability. - Fix a buffer overflow in inode wiping by properly calculating template size, allocating array elements with correct sizes, and handling file descriptors. - Increment package revision and apply a patch to fix an inode wipe overflow vulnerability.
2026-02-02chore: remove cleaner script installationp741633
- Remove the installation of the cleaner script from the package.
2026-02-02chore: update maintainer informationp741633
- Update maintainer information to reflect the new maintainer's details.
2026-02-02Initial AUR release: thc-secure-delete 3.1.1p741633
- Add .SRCINFO file for Arch Linux package metadata. - Add hardening linker flags to the build process for all executables. - Add sdel-lib.o as a dependency to all target executables in the Makefile. - Add Arch Linux PKGBUILD for THC secure deletion tools with patches for signal handling, warnings, Makefile dependencies, and hardening. - Add signal parameter to cleanup handlers for proper signal handling. - Fix compiler warnings by adding error handling for fread and getcwd calls and correcting the format specifier for st_nlink.