that converts the test results into a html document. Ship the build
log so that compiler and linker errors can be reported. Rework
installing the source files so that they are complete. Install the
buildonly programs. Copy source files and logs to result directory
for better reports. Use colon consistently as separator in build
log.
OK pirofti@
Comment:
open POSIX test suite
Description:
The Open POSIX Test Suite is a test suite for POSIX 2001 APIs, not
tied to specific implementations. It provides conformance, functional,
and stress testing. Initial focus is on Threads, Clocks & Timers,
Signals, Message Queues, and Semaphores.
To run POSIX test suite on a regular basis as a OpenBSD regression
test, compile the software as a port. All files needed to run the
tests are installed as package. The port specific tool posixtestsuite
creates a run time environment, runs the tests, and stores the
results in the current directory.
be an extra step. Rework generating and reading test lists, now
it is one item per line. Move list creation from post-build to
pre-build. Document how installed files work in package description.
OK sthen@
Prepare to run os-test on a regular basis as a OpenBSD regression
test by providing the software as a port. As it was not designed
to be installed as a package, implement the runtime environment in
do-install. The port specific tool os-test uses the installed files
from /usr/local to run the tests and creates the html output in the
current directory.
Comment:
test suites for POSIX operating systems
Description:
os-test is a set of test suites for POSIX operating systems designed
to make it easy to compare differences between operating systems
and to find operating system bugs. It consists of test suites that
focus on different operating system areas.
how to remove this in the pkg-readme file if needed.
Upstream wiki says "Memcached does not spend much, if any, effort in
ensuring its defensibility from random internet connections. So you
must not expose memcached directly to the internet, or otherwise any
untrusted users. Using SASL authentication here helps, but should not be
totally trusted."
memcached normally listens to both TCP and UDP. In particular the UDP
means that unfirewalled instances are a big DoS amplification risk.
ok giovanni@ (maintainer) kili@ jca@