diff options
author | pettai <pettai@pkgsrc.org> | 2015-03-19 22:37:06 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2015-03-19 22:37:06 +0000 |
commit | 17bdb41372ce27841e31b44763c08c4b0bd6b47e (patch) | |
tree | b29b243a4cfea94f5e807be79b1a27b9de1a4547 /net/unbound | |
parent | 29f8ea63744a0f1be8955c43f3ca19110a1f6911 (diff) | |
download | pkgsrc-17bdb41372ce27841e31b44763c08c4b0bd6b47e.tar.gz |
Unbound 1.5.3
Bug Fixes:
* [bugzilla: 647 ] Fix #647 crash in 1.5.2 because pwd.db no longer
accessible after reload.
* [bugzilla: 645 ] Fix #645 Portability to Solaris 10, use AF_LOCAL.
* [bugzilla: 646 ] Fix #646 Portability to Solaris, -lrt for
getentropy_solaris.
* Use the getrandom syscall introduced in Linux 3.17
Diffstat (limited to 'net/unbound')
-rw-r--r-- | net/unbound/Makefile | 4 | ||||
-rw-r--r-- | net/unbound/distinfo | 8 | ||||
-rw-r--r-- | net/unbound/files/unbound.sh | 4 |
3 files changed, 8 insertions, 8 deletions
diff --git a/net/unbound/Makefile b/net/unbound/Makefile index 6a0a8a6d4dd..e1b26bae36d 100644 --- a/net/unbound/Makefile +++ b/net/unbound/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.35 2015/03/09 11:59:26 pettai Exp $ +# $NetBSD: Makefile,v 1.36 2015/03/19 22:37:06 pettai Exp $ -DISTNAME= unbound-1.5.2 +DISTNAME= unbound-1.5.3 CATEGORIES= net MASTER_SITES= http://www.unbound.net/downloads/ diff --git a/net/unbound/distinfo b/net/unbound/distinfo index 160944b632d..de459c44610 100644 --- a/net/unbound/distinfo +++ b/net/unbound/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.26 2015/02/21 10:53:40 pettai Exp $ +$NetBSD: distinfo,v 1.27 2015/03/19 22:37:06 pettai Exp $ -SHA1 (unbound-1.5.2.tar.gz) = 91c805af3fc702eb98ec2679a586cacd05fc4268 -RMD160 (unbound-1.5.2.tar.gz) = 7993ce1d6b9cfafa94611142732368e30575ef48 -Size (unbound-1.5.2.tar.gz) = 4822523 bytes +SHA1 (unbound-1.5.3.tar.gz) = 9ae0d8270df4591559d54ee4d61c550526521ca3 +RMD160 (unbound-1.5.3.tar.gz) = 37c7b000aee6ca260467b83168f4dd13b1bffc4f +Size (unbound-1.5.3.tar.gz) = 4821300 bytes diff --git a/net/unbound/files/unbound.sh b/net/unbound/files/unbound.sh index a249954bd57..8fa9ff24d38 100644 --- a/net/unbound/files/unbound.sh +++ b/net/unbound/files/unbound.sh @@ -1,6 +1,6 @@ #!@RCD_SCRIPTS_SHELL@ # -# $NetBSD: unbound.sh,v 1.3 2015/03/09 11:59:26 pettai Exp $ +# $NetBSD: unbound.sh,v 1.4 2015/03/19 22:37:06 pettai Exp $ # # PROVIDE: unbound # REQUIRE: DAEMON @@ -12,7 +12,7 @@ name="unbound" rcvar=${name} command=@PREFIX@/sbin/${name} -pidfile=/var/run/${name}.pid +pidfile=/var/run/${name}/${name}.pid required_files="@PKG_SYSCONFDIR@/unbound.conf" extra_commands="reload" start_precmd="unbound_precmd" |