packages/net/unbound
Eric Luehrsen f1d1530f48 unbound: replace obsolete test expressions
Expressions '-o', '-a', and '\( \)' within test or '[ ]' are obsolete.
POSIX allows few arguments to test, so long expressions are not
portable. '[ p -a q ]' can be replaced with '[ p ] && [ q ]' instead.

Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
2019-05-28 09:52:47 +08:00
..
files unbound: replace obsolete test expressions 2019-05-28 09:52:47 +08:00
patches unbound: update to 1.9.1 and remove upstream patches 2019-03-12 20:02:34 -04:00
Makefile unbound: fix local dns synthesis corner cases 2019-04-29 22:34:08 -04:00