Skip to content

?testing: s-postgray: (bugfix) update to v0.8.3

Steffen Nurpmeso requested to merge sdaoden/aports:s-postgray into master
  • FIX: configuration reload stripped wrong flag mask.
  • FIX: two timeout calculations could overflow 16-bit and cause faulty gray DB entry timeouts thus.
  • Because i liked having those, add new --gc-linger behaviour which never outdates elder entries except due to --limit excess.
  • Gray DB maintenance, when faced with the necessity to remove entries to keep within --limit's, more less dumb (and maybe more secure).
  • No longer auto-adjusts --limit when repeatedly in out-of-memory situations, only logs.
  • fix a race condition in !--untamed mode on FreeBSD and Linux.
  • Stuff: o Make it compile with C++ o Ported to Solaris (OpenIndiana) o Coverity.com defect density 0.00: https://scan.coverity.com/projects/s--postgray

Merge request reports