ports/opt (3.1): unbound: update to 1.5.4
commit eb18ec1a45e5d5b0368106c640ee113012dfdeb7 Author: Juergen Daubert <jue@jue.li> Date: Thu Jul 9 15:32:22 2015 +0200 unbound: update to 1.5.4 diff --git a/unbound/.md5sum b/unbound/.md5sum index cd1ac12..b940778 100644 --- a/unbound/.md5sum +++ b/unbound/.md5sum @@ -1,2 +1,2 @@ -4efc120538752183b95d997e92d1795e unbound -1e95fdcbaaf5dc87432d898006a5eb13 unbound-1.5.3.tar.gz +5bf1cabac23d0c2d89d2696039064d0a unbound +f85854baad15adc7ce8acefe6cda4cf8 unbound-1.5.4.tar.gz diff --git a/unbound/Pkgfile b/unbound/Pkgfile index e96cd97..f1f9b8d 100644 --- a/unbound/Pkgfile +++ b/unbound/Pkgfile @@ -4,7 +4,7 @@ # Depends on: openssl expat name=unbound -version=1.5.3 +version=1.5.4 release=1 source=(http://www.unbound.net/downloads/$name-$version.tar.gz unbound) diff --git a/unbound/unbound b/unbound/unbound index df0877d..7be40e3 100644 --- a/unbound/unbound +++ b/unbound/unbound @@ -22,7 +22,7 @@ restart) status) $SSD --status --pidfile $PID case $? in - 0) echo "$PROG is running" ;; + 0) echo "$PROG is running with pid $(cat $PID)" ;; 1) echo "$PROG is not running but the pid file $PID exists" ;; 3) echo "$PROG is not running" ;; 4) echo "Unable to determine the program status" ;;
participants (1)
-
crux@crux.nu