summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorpettai <pettai>2015-03-19 22:37:06 +0000
committerpettai <pettai>2015-03-19 22:37:06 +0000
commite6d5bb7cc15d0c418af8618a90c7b5d2a7acca28 (patch)
treeb29b243a4cfea94f5e807be79b1a27b9de1a4547 /net
parent07cc7ef6ce20c6aa5b0bc54eb42494f928ba6a93 (diff)
downloadpkgsrc-e6d5bb7cc15d0c418af8618a90c7b5d2a7acca28.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')
-rw-r--r--net/unbound/Makefile4
-rw-r--r--net/unbound/distinfo8
-rw-r--r--net/unbound/files/unbound.sh4
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"