- Remove dependencies: bincimap can be used in multitude of configurations,
supervise/tcpserver and xinetd are two of them, but not the only ones.
For example, it can be used with inetd(8) in the base system, too. [1]
- Install configuration samples into EXAMPLESDIR
Requested by: Paul-Andrew Joseph Miseiko <esoteric@teardrop.ca> [1]
- Remove cert Makefile target - the code does not work properly
on FreeBSD yet; it will be revisited later
PR: 57455
Submitted by: Sergei Kolobov <sergei@kolobov.com> (maintainer)
- Update to 1.2.1 (see ChangeLog for list of changes)
- Add distribution patch
- Add Makefile target for creating SSL certificates for the port
PR: ports/56550
Submitted by: Sergei Kolobov <sergei@kolobov.com>
- Update MASTER_SITES to include official mirrors
- Introduce two compile-time knobs:
- WITH_XINETD Use xinetd instead of the default daemontools/ucspi-tcp
- WITHOUT_OPENSSL Disable OpenSSL support (enabled by default)
- Install all sample configs into ${PREFIX}/etc/bincimap instead of
${EXAMPLESDIR}
PR: 52904
Submitted by: Sergei Kolobov <sergei@kolobov.com>