summaryrefslogtreecommitdiff
path: root/security/expiretable/files/patch-expiretable (follow)
Commit message (Collapse)AuthorAgeFilesLines
* security/expiretable: Fix build on 13+Renato Botelho2021-05-041-10/+0
| | | | | | | | | | | | | | get_states() is the reason it stopped building on FreeBSD 13 and newer. Retire this function since it's not used anywhere and get the build fixed. PR: 253547 Reported by: mike@sentex.net Reviewed by: kp Approved by: maintainer timeout (2 weeks) Obtained from: pfSense MFH: 2021Q2 Sponsored by: Rubicon Communications, LLC ("Netgate")
* Make the port work with FreeBSD 9.x and later.Raphael Kubo da Costa2013-06-221-0/+10
Due to changes in pf, expiretable wouldn't work on FreeBSD 9.x. PR: ports/175527 Submitted by: Cristiano Deana <cris@gufi.org> (maintainer) Notes: svn path=/head/; revision=321592