./devel/libopensmtpd, Library for creating opensmtpd filters

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.8, Package name: libopensmtpd-0.8, Maintainer: vins

libopensmtpd is an libevent based library which allows for easy writing
of opensmtpd filter applications in C.


Master sites:

Filesize: 34.938 KB

Version history: (Expand)


CVS history: (Expand)


   2025-02-11 20:03:18 by Paolo Vincenzo Olivo | Files touched by this commit (3) | Package updated
Log message:
devel/libopensmtpd: update to 0.8

# noteworthy changes
 - prevent growth of kevent array in libevent
 - add osmtpd_register_report_aut and friends.
 - Export osmtpd_filter_rewrite
 - Introduced osmtpd_warn and osmtpd_warnx
 - disconnect remote if session/message local memory callback fails
 - Add support for tx-reset
   2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298)
Log message:
*: bump for openssl 3
   2023-09-21 12:57:40 by Paolo Vincenzo Olivo | Files touched by this commit (4)
Log message:
devel/libopensmtpd: fix build on SunOS and bump revision.
   2023-09-05 15:22:43 by Paolo Vincenzo Olivo | Files touched by this commit (1)
Log message:
libopensmtpd: enable backward-compatibility for OpenBSD funcs on Linux.

Required for glibc < 2.24, as it lacks reallocarray() and
explicit_bzero().
   2023-09-03 12:07:33 by Paolo Vincenzo Olivo | Files touched by this commit (1)
Log message:
devel/libopensmtpd: simplify Makefile.
   2023-09-02 23:32:11 by Paolo Vincenzo Olivo | Files touched by this commit (8)
Log message:
devel/libopensmtpd:	import libopensmtpd-0.7

libopensmtpd is an libevent based library which allows for easy writing
of opensmtpd filter applications in C.