update to Unbound 1.4.19, ok jakob@
This commit is contained in:
parent
3a96856ab4
commit
08db44bfae
@ -1,9 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.45 2012/11/23 20:49:33 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.46 2012/12/12 16:00:34 sthen Exp $
|
||||
|
||||
COMMENT= validating DNS resolver
|
||||
|
||||
DISTNAME= unbound-1.4.18
|
||||
REVISION= 0
|
||||
DISTNAME= unbound-1.4.19
|
||||
CATEGORIES= net
|
||||
|
||||
MASTER_SITES= http://www.unbound.net/downloads/
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (unbound-1.4.18.tar.gz) = sg9F/5C5RPMG/Bh1CEr47Lpoyg2xaJUUgojUPOwiW40=
|
||||
SIZE (unbound-1.4.18.tar.gz) = 3592485
|
||||
SHA256 (unbound-1.4.19.tar.gz) = R+aBzySJzbrZyWh9V56bBS3Oraj5pyC6RHaJJGqu6t0=
|
||||
SIZE (unbound-1.4.19.tar.gz) = 3601992
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-Makefile_in,v 1.16 2012/08/04 20:43:54 sthen Exp $
|
||||
--- Makefile.in.orig Mon Jul 23 13:27:04 2012
|
||||
+++ Makefile.in Sat Aug 4 09:56:48 2012
|
||||
@@ -472,7 +472,6 @@ install: all $(PYTHONMOD_INSTALL) $(PYUNBOUND_INSTALL)
|
||||
$OpenBSD: patch-Makefile_in,v 1.17 2012/12/12 16:00:34 sthen Exp $
|
||||
--- Makefile.in.orig Mon Oct 8 13:31:16 2012
|
||||
+++ Makefile.in Wed Dec 12 10:05:52 2012
|
||||
@@ -484,7 +484,6 @@ install: all $(PYTHONMOD_INSTALL) $(PYUNBOUND_INSTALL)
|
||||
if test ! -e $(DESTDIR)$(configfile); then $(INSTALL) -d `dirname $(DESTDIR)$(configfile)`; $(INSTALL) -c -m 644 doc/example.conf $(DESTDIR)$(configfile); fi
|
||||
$(LIBTOOL) --mode=install cp $(srcdir)/libunbound/unbound.h $(DESTDIR)$(includedir)/unbound.h
|
||||
$(LIBTOOL) --mode=install cp libunbound.la $(DESTDIR)$(libdir)
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-doc_example_conf_in,v 1.10 2012/08/04 20:43:54 sthen Exp $
|
||||
--- doc/example.conf.in.orig Thu Aug 2 08:26:14 2012
|
||||
+++ doc/example.conf.in Sat Aug 4 10:19:00 2012
|
||||
@@ -191,7 +191,7 @@ server:
|
||||
$OpenBSD: patch-doc_example_conf_in,v 1.11 2012/12/12 16:00:34 sthen Exp $
|
||||
--- doc/example.conf.in.orig Wed Dec 12 08:45:28 2012
|
||||
+++ doc/example.conf.in Wed Dec 12 10:05:52 2012
|
||||
@@ -193,7 +193,7 @@ server:
|
||||
# chroot: "@UNBOUND_CHROOT_DIR@"
|
||||
|
||||
# if given, user privileges are dropped (after binding port),
|
||||
@ -10,7 +10,7 @@ $OpenBSD: patch-doc_example_conf_in,v 1.10 2012/08/04 20:43:54 sthen Exp $
|
||||
# If you give "" no privileges are dropped.
|
||||
# username: "@UNBOUND_USERNAME@"
|
||||
|
||||
@@ -483,7 +483,7 @@ python:
|
||||
@@ -485,7 +485,7 @@ python:
|
||||
remote-control:
|
||||
# Enable remote control with unbound-control(8) here.
|
||||
# set up the keys and certificates with unbound-control-setup.
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.8 2011/03/06 09:24:41 jakob Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.9 2012/12/12 16:00:34 sthen Exp $
|
||||
@newgroup _unbound:601
|
||||
@newuser _unbound:601:601:daemon:Unbound Daemon:/var/unbound:/sbin/nologin
|
||||
%%SHARED%%
|
||||
@ -7,6 +7,36 @@ lib/libunbound.a
|
||||
lib/libunbound.la
|
||||
@man man/man1/unbound-host.1
|
||||
@man man/man3/libunbound.3
|
||||
@man man/man3/ub_cancel.3
|
||||
@man man/man3/ub_ctx.3
|
||||
@man man/man3/ub_ctx_add_ta.3
|
||||
@man man/man3/ub_ctx_add_ta_file.3
|
||||
@man man/man3/ub_ctx_async.3
|
||||
@man man/man3/ub_ctx_config.3
|
||||
@man man/man3/ub_ctx_create.3
|
||||
@man man/man3/ub_ctx_data_add.3
|
||||
@man man/man3/ub_ctx_data_remove.3
|
||||
@man man/man3/ub_ctx_debuglevel.3
|
||||
@man man/man3/ub_ctx_debugout.3
|
||||
@man man/man3/ub_ctx_delete.3
|
||||
@man man/man3/ub_ctx_get_option.3
|
||||
@man man/man3/ub_ctx_hosts.3
|
||||
@man man/man3/ub_ctx_print_local_zones.3
|
||||
@man man/man3/ub_ctx_resolvconf.3
|
||||
@man man/man3/ub_ctx_set_fwd.3
|
||||
@man man/man3/ub_ctx_set_option.3
|
||||
@man man/man3/ub_ctx_trustedkeys.3
|
||||
@man man/man3/ub_ctx_zone_add.3
|
||||
@man man/man3/ub_ctx_zone_remove.3
|
||||
@man man/man3/ub_fd.3
|
||||
@man man/man3/ub_poll.3
|
||||
@man man/man3/ub_process.3
|
||||
@man man/man3/ub_resolve.3
|
||||
@man man/man3/ub_resolve_async.3
|
||||
@man man/man3/ub_resolve_free.3
|
||||
@man man/man3/ub_result.3
|
||||
@man man/man3/ub_strerror.3
|
||||
@man man/man3/ub_wait.3
|
||||
@man man/man5/unbound.conf.5
|
||||
@man man/man8/unbound-anchor.8
|
||||
@man man/man8/unbound-checkconf.8
|
||||
|
Loading…
Reference in New Issue
Block a user