2024-11-21 16:43:04 by Leonardo Taccari | Files touched by this commit (1) |
Log message:
entr: Use upstream configure
Stop rewriting the logic provided by upstream and instead directly use provided
configure.
Pointed out by <sjmulder> via pkgsrc-users@, thanks!
(Should also help Linux-es that has glibc 2.38 or newer that provide
strlcpy())
|
2024-08-11 11:56:20 by Leonardo Taccari | Files touched by this commit (2) |
Log message:
entr: Update to 5.6
Changes:
== 5.6: July 1, 2024
- Process exit status messages using background awk scripts
- Use min(OPEN_MAX, rl.rlim_max) to set rlim_cur on MacOS
- Detect and use native strlcpy(3)
- Always build with GNU_SOURCE set on Linux
|
2024-01-01 15:30:38 by Leonardo Taccari | Files touched by this commit (2) |
Log message:
entr: Update to 5.5
Changes:
5.5
---
- Report correct error if open(3) fails
- Use kern.maxfilesperproc to determine file open limit on MacOS
|
2023-08-13 21:21:07 by Leonardo Taccari | Files touched by this commit (2) |
Log message:
entr: Update to 5.4
Changes:
== 5.4: August 1, 2023
- 'make test' runs a quick smoketest, 'make check' runs regressions
- Set IN_CLOEXEC only for inotify_init, kqueue uses similar setting by default
- Unconditionally try to set soft file limit to 2^16 on MacOS
- Use non-reentrant calls sparingly in signal handlers
- configure: use TARGET_OS to override the output of uname(1)
|
2023-01-22 14:00:51 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
entr: update to 5.3.
== 5.3: January 20, 2023
- Symlink changes detected on Linux by setting 'ENTR_INOTIFY_SYMLINK'
- Use /dev/null rather then closed pipe for stdin in -r mode
- Utilize {O,FD}_CLOEXEC flag for unintentional leaks of descriptors to
executed utilities
- Remove C unit tests
- Only respond to attribute/inode changes on Linux
|
2023-01-19 15:37:25 by Thomas Klausner | Files touched by this commit (1) |
Log message:
entr: fix some pkglint
|
2022-07-23 17:42:14 by Leonardo Taccari | Files touched by this commit (2) |
Log message:
entr: Update to 5.2
Changes:
5.2
---
- Symlink changes detected on Linux by setting 'ENTR_INOTIFY_SYMLINK'
- Use /dev/null rather then closed pipe for stdin in -r mode
- Utilize {O,FD}_CLOEXEC flag for unintentional leaks of descriptors to
executed utilities
|
2022-01-08 16:41:31 by Leonardo Taccari | Files touched by this commit (2) |
Log message:
entr: Update to 5.1
Changes:
5.1
---
- Detect files moved to or from directories on Linux
- Allow detection of directory entries beginning with '.' by specifying '-d' twice
- Only reset terminal settings in exit handler if settings were changed
|
2021-10-26 13:20:30 by Nia Alarie | Files touched by this commit (630) |
Log message:
sysutils: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:58:44 by Nia Alarie | Files touched by this commit (630) |
Log message:
sysutils: Remove SHA1 hashes for distfiles
|