diff options
author | he <he@pkgsrc.org> | 2020-02-20 15:59:37 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2020-02-20 15:59:37 +0000 |
commit | e0e0281c71630ac24dc5b9225fd22aeeb66d7f5e (patch) | |
tree | 83ca85dad0f26e104a0af61f9c953a194623e453 | |
parent | a205a54cc0497674adfa5714f638b4f424763759 (diff) | |
download | pkgsrc-e0e0281c71630ac24dc5b9225fd22aeeb66d7f5e.tar.gz |
Sorry, the 1.10.0 update was mistakenly committed to pkgsrc-2019Q4
branch, reverted.
Thanks to leot@ for alerting me.
-rw-r--r-- | net/unbound/Makefile | 4 | ||||
-rw-r--r-- | net/unbound/distinfo | 12 | ||||
-rw-r--r-- | net/unbound/patches/patch-configure | 4 |
3 files changed, 10 insertions, 10 deletions
diff --git a/net/unbound/Makefile b/net/unbound/Makefile index fe1632c0adb..37d96ff096e 100644 --- a/net/unbound/Makefile +++ b/net/unbound/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.74.4.1 2020/02/20 14:40:46 he Exp $ +# $NetBSD: Makefile,v 1.74.4.2 2020/02/20 15:59:37 he Exp $ -DISTNAME= unbound-1.10.0 +DISTNAME= unbound-1.9.6 CATEGORIES= net MASTER_SITES= http://www.nlnetlabs.nl/downloads/unbound/ diff --git a/net/unbound/distinfo b/net/unbound/distinfo index e70f750a34e..f845071b416 100644 --- a/net/unbound/distinfo +++ b/net/unbound/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.56.4.1 2020/02/20 14:40:46 he Exp $ +$NetBSD: distinfo,v 1.56.4.2 2020/02/20 15:59:37 he Exp $ -SHA1 (unbound-1.10.0.tar.gz) = 2c175131f7f4c8f6fd2be4a03073d864596d0be6 -RMD160 (unbound-1.10.0.tar.gz) = 10742b2cb66be0965553e8461f1f5abdeb4b4593 -SHA512 (unbound-1.10.0.tar.gz) = a64514990f5d614d749045a11f5ce9bb33cf856cc31895b4db3503f2b05a98f1ca57945b17dd7ec5befbd0c356fc42a717d3e2bae3d3510a0507d0445b1f6d59 -Size (unbound-1.10.0.tar.gz) = 5727902 bytes -SHA1 (patch-configure) = a949bdb26b37950c0301946af4521c9d0e984cf9 +SHA1 (unbound-1.9.6.tar.gz) = b6af3dc87ec3b372f96390c2527140ab8679fc18 +RMD160 (unbound-1.9.6.tar.gz) = 91d58d5eb3e4341ae816612795cc546559914138 +SHA512 (unbound-1.9.6.tar.gz) = 39a60f51da912ed25d247bc1e882b1242d80a63b0c2b3f753d38ed558f3a24691267375136ff6d85e5945a98ca0c4ac87e43e131c97737a355374dde64259951 +Size (unbound-1.9.6.tar.gz) = 5680145 bytes +SHA1 (patch-configure) = eabd0c478e92ebe37adf143849389e0e792dc77f diff --git a/net/unbound/patches/patch-configure b/net/unbound/patches/patch-configure index 335985d4f38..b59c2963f99 100644 --- a/net/unbound/patches/patch-configure +++ b/net/unbound/patches/patch-configure @@ -1,11 +1,11 @@ -$NetBSD: patch-configure,v 1.3.12.1 2020/02/20 14:40:46 he Exp $ +$NetBSD: patch-configure,v 1.3.12.2 2020/02/20 15:59:37 he Exp $ Pretend expat.h is found: it is guaranteed by PkgSrc, but on Darwin it might be buried inside an SDK; we don't want the SDK path being exposed in CFLAGS. --- configure.orig 2017-07-09 07:41:42.000000000 +0000 +++ configure -@@ -19489,7 +19489,7 @@ fi +@@ -19030,7 +19030,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libexpat" >&5 $as_echo_n "checking for libexpat... " >&6; } |