pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/unbound Unbound 1.5.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ca879f0ad591
branches:  trunk
changeset: 648816:ca879f0ad591
user:      pettai <pettai%pkgsrc.org@localhost>
date:      Thu Mar 19 22:37:06 2015 +0000

description:
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:

 net/unbound/Makefile         |  4 ++--
 net/unbound/distinfo         |  8 ++++----
 net/unbound/files/unbound.sh |  4 ++--
 3 files changed, 8 insertions(+), 8 deletions(-)

diffs (45 lines):

diff -r c30fe0104f7e -r ca879f0ad591 net/unbound/Makefile
--- a/net/unbound/Makefile      Thu Mar 19 22:15:52 2015 +0000
+++ b/net/unbound/Makefile      Thu Mar 19 22:37:06 2015 +0000
@@ -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 -r c30fe0104f7e -r ca879f0ad591 net/unbound/distinfo
--- a/net/unbound/distinfo      Thu Mar 19 22:15:52 2015 +0000
+++ b/net/unbound/distinfo      Thu Mar 19 22:37:06 2015 +0000
@@ -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 -r c30fe0104f7e -r ca879f0ad591 net/unbound/files/unbound.sh
--- a/net/unbound/files/unbound.sh      Thu Mar 19 22:15:52 2015 +0000
+++ b/net/unbound/files/unbound.sh      Thu Mar 19 22:37:06 2015 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index