diff options
author | pettai <pettai@pkgsrc.org> | 2014-01-27 21:25:21 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2014-01-27 21:25:21 +0000 |
commit | b73aa77738a2c3c8421b98d660433a6e14e3bdc6 (patch) | |
tree | 1c6abf1a2bfb72ac61bcaa022fe9a2112ebfcfe2 | |
parent | 136b7015799d20b5202421881fccf47eaf0f65ed (diff) | |
download | pkgsrc-b73aa77738a2c3c8421b98d660433a6e14e3bdc6.tar.gz |
Update distfile to reflect the new rrl patch
-rw-r--r-- | net/bind98/distinfo | 8 | ||||
-rw-r--r-- | net/bind98/options.mk | 4 |
2 files changed, 7 insertions, 5 deletions
diff --git a/net/bind98/distinfo b/net/bind98/distinfo index d5f3b2d418b..175594c4ffc 100644 --- a/net/bind98/distinfo +++ b/net/bind98/distinfo @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.26 2014/01/13 17:28:22 taca Exp $ +$NetBSD: distinfo,v 1.27 2014/01/27 21:25:21 pettai Exp $ SHA1 (bind-9.8.6-P2.tar.gz) = c2c513621019d14fd9e13caad86a4e13198d5e77 RMD160 (bind-9.8.6-P2.tar.gz) = 11384ed47a19d9bfd32b1f00f0d5e879c76d396c Size (bind-9.8.6-P2.tar.gz) = 7275835 bytes -SHA1 (rl-9.8.6rc1.patch) = cacea695ab57cc44f0b79bef1e42ba4f787ca96f -RMD160 (rl-9.8.6rc1.patch) = 13ac5bb0c5b0129b560026861dd4be5d17801055 -Size (rl-9.8.6rc1.patch) = 103557 bytes +SHA1 (rl-9.8.6.patch) = 16d0231ab1fda38ff02ce1ff1393242feece34c7 +RMD160 (rl-9.8.6.patch) = 4c98ae1b11e770626ff10e6904b62ef034033c29 +Size (rl-9.8.6.patch) = 103547 bytes SHA1 (patch-bin_dig_dighost.c) = f76d4a3a3e521a9ff691e12b9f7c63299b15c74d SHA1 (patch-bin_tests_system_Makefile.in) = 650ac962464e23f6c4278e7025f55f282789f9c9 SHA1 (patch-config.threads.in) = 045531d8378a88c654ab98ba6ea65786c8cf4e2b diff --git a/net/bind98/options.mk b/net/bind98/options.mk index 40a071c45a3..927ff9b70b1 100644 --- a/net/bind98/options.mk +++ b/net/bind98/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.8 2014/01/27 16:44:27 pettai Exp $ +# $NetBSD: options.mk,v 1.9 2014/01/27 21:25:21 pettai Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.bind98 PKG_SUPPORTED_OPTIONS= bind-dig-sigchase bind-xml-statistics-server @@ -54,6 +54,8 @@ CONFIGURE_ARGS+= --with-dlz-ldap=${BUILDLINK_PREFIX.openldap-client} CONFIGURE_ARGS+= --with-dlz-filesystem .endif +# The RRL patches available here +# http://ss.vix.su/~vjs/rrlrpz.html .if !empty(PKG_OPTIONS:Mrrl) PATCHFILES=rl-9.8.6.patch PATCH_SITES=http://ss.vix.su/~vjs/ |