summaryrefslogtreecommitdiff
path: root/security/cfs
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2005-09-08 22:37:53 +0000
committerabs <abs@pkgsrc.org>2005-09-08 22:37:53 +0000
commitf72dc9cd6589f349f4a49928531d322d9bc94fc1 (patch)
treeca610a49f52ca0c0a1eb5fd47b6dc4093323d294 /security/cfs
parent2564b261d804d66fee0cdc36816f92e44a3f0475 (diff)
downloadpkgsrc-f72dc9cd6589f349f4a49928531d322d9bc94fc1.tar.gz
Catch some NetBSD statvfs() checks phrased alternatively as > 200030000
rather than >= 200040000 and one enterprisingly hidden as > 200050000
Diffstat (limited to 'security/cfs')
-rw-r--r--security/cfs/distinfo4
-rw-r--r--security/cfs/patches/patch-ag4
2 files changed, 4 insertions, 4 deletions
diff --git a/security/cfs/distinfo b/security/cfs/distinfo
index 13064111ac8..df1ac1e2b54 100644
--- a/security/cfs/distinfo
+++ b/security/cfs/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.9 2005/03/21 18:08:31 wiz Exp $
+$NetBSD: distinfo,v 1.10 2005/09/08 22:37:54 abs Exp $
SHA1 (cfs-1.4.1.tar.gz) = be3f73b233149477b739456498c71b120d5f2fb5
RMD160 (cfs-1.4.1.tar.gz) = 0ced92fe9773c6ce6b6706e26de9e17e710e7e46
@@ -9,5 +9,5 @@ SHA1 (patch-ac) = 354290ff606fab97b73980e6e512f10ef1397f01
SHA1 (patch-ad) = 2ed5967d59d8f91948b2dd9ed4b18c5073d63615
SHA1 (patch-ae) = 68b440cda27353d1035bae3002a83d8131087a24
SHA1 (patch-af) = 19bbedcf0c37356dab747087c64617608ff91838
-SHA1 (patch-ag) = b9563e2bbade9008d044b9b869822013317f118d
+SHA1 (patch-ag) = 3c0236d65fbf01d68c590fcecc264ac269e66a7a
SHA1 (patch-ah) = 6426888cf462fcd4c0245cb32ae78b7520aaf2d5
diff --git a/security/cfs/patches/patch-ag b/security/cfs/patches/patch-ag
index 231795ed042..ff36d464ba7 100644
--- a/security/cfs/patches/patch-ag
+++ b/security/cfs/patches/patch-ag
@@ -1,4 +1,4 @@
-$NetBSD: patch-ag,v 1.2 2004/08/02 17:09:06 tv Exp $
+$NetBSD: patch-ag,v 1.3 2005/09/08 22:37:54 abs Exp $
--- cattach.c.orig 2004-07-25 21:55:56.000000000 +1000
+++ cattach.c
@@ -6,7 +6,7 @@ $NetBSD: patch-ag,v 1.2 2004/08/02 17:09:06 tv Exp $
struct fs_data sfb;
#define f_blocks fd_req.btot
#else
-+#if defined(__NetBSD_Version__) && __NetBSD_Version__ >= 200050000
++#if defined(__NetBSD_Version__) && __NetBSD_Version__ >= 299000900
+ struct statvfs sfb;
+#else
struct statfs sfb;