diff options
author | pettai <pettai> | 2013-03-27 12:03:55 +0000 |
---|---|---|
committer | pettai <pettai> | 2013-03-27 12:03:55 +0000 |
commit | 464f6888ef1c290a8aa657b0c3e6b63e5021254a (patch) | |
tree | 01ad08973e7e3b2b6da3223b7d9ebf6bb59585ef /net/bind99 | |
parent | 3c0cf5018e0912f79ae0cccadda63a6b8e97b9ec (diff) | |
download | pkgsrc-464f6888ef1c290a8aa657b0c3e6b63e5021254a.tar.gz |
Also update the corresponding RRL patch + distinfo file
Diffstat (limited to 'net/bind99')
-rw-r--r-- | net/bind99/distinfo | 8 | ||||
-rw-r--r-- | net/bind99/options.mk | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/bind99/distinfo b/net/bind99/distinfo index a2a725fa1c1..e3b8615c58a 100644 --- a/net/bind99/distinfo +++ b/net/bind99/distinfo @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.13 2013/03/26 22:12:14 taca Exp $ +$NetBSD: distinfo,v 1.14 2013/03/27 12:08:24 pettai Exp $ SHA1 (bind-9.9.2-P2.tar.gz) = 3aadeaf64164a31a1cf22737ff2eea706792b68d RMD160 (bind-9.9.2-P2.tar.gz) = 3fd39bc8a572ac2c888ce6fc71454a8034cd9b68 Size (bind-9.9.2-P2.tar.gz) = 7277958 bytes -SHA1 (rl-9.9.2-P1.patch) = 60bf003124a16c6dcfc297fc2ad8da2c916b568f -RMD160 (rl-9.9.2-P1.patch) = d7bbb95e7fe864d776747e05043c90d5c4e887a2 -Size (rl-9.9.2-P1.patch) = 100497 bytes +SHA1 (rl-9.9.2-P2.patch) = f1a9514ed3777f2c7eed3f705f62b77a5167858e +RMD160 (rl-9.9.2-P2.patch) = ccbc7dd5ed7270bf24a2c60082d582c4133627f3 +Size (rl-9.9.2-P2.patch) = 100619 bytes SHA1 (patch-bin_dig_Makefile.in) = d2c2a0b137be7e31fdc15438d107116fc38a38b9 SHA1 (patch-bin_dig_dighost.c) = 186cdc70605242afb0211dc8802ec75677a65614 SHA1 (patch-bin_nsupdate_Makefile.in) = 42b39d60468ffa8ed13f77259755b217966de664 diff --git a/net/bind99/options.mk b/net/bind99/options.mk index 6f09f23053f..94a92bda960 100644 --- a/net/bind99/options.mk +++ b/net/bind99/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.5 2013/02/09 00:14:34 pettai Exp $ +# $NetBSD: options.mk,v 1.6 2013/03/27 12:08:24 pettai Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.bind99 PKG_SUPPORTED_OPTIONS= bind-dig-sigchase bind-xml-statistics-server @@ -55,7 +55,7 @@ CONFIGURE_ARGS+= --with-dlz-filesystem .endif .if !empty(PKG_OPTIONS:Mrrl) -PATCHFILES=rl-9.9.2-P1.patch +PATCHFILES=rl-9.9.2-P2.patch PATCH_SITES=http://ss.vix.su/~vjs/ .endif |