mail/mblaze: Update to 0.5.1

2019-03-06 Thread sunil+ports
Hi, This is a minor update with the following changelog... * mdeliver: preserve mtime in mrefile * mdirs: add -0 to separate folders by NUL characters * Fixes for buffer-overflows, found by fuzzing. * Fixes for memleaks. PS: Upstream has renamed github account, using the new GH_ACCOUNT prevents

lang/clojure: update to 1.10

2019-02-04 Thread sunil+ports
Hi, The changelog... https://github.com/clojure/clojure/blob/master/changes.md#changes-to-clojure-in-version-110 Comments? Index: Makefile === RCS file: /cvs/ports/lang/clojure/Makefile,v retrieving revision 1.31 diff -u -p -r1.31 M

security/sshlockout: use DIOCADDADDRS and remove "proc exec" from pledge.

2017-11-12 Thread sunil+ports
Hi, This diff replaces a system(3) call to insert an address into a pf table with ioctl(DIOCADDADDRS) which allows removal of "proc exec" from the pledge promises. Updated patch-sshlockout.c follows. Please share suggestions/feedback. Index: sshlockout.c --- sshlockout.c.orig +++ sshlockout.c @@