diff options
author | adrianp <adrianp> | 2007-06-14 16:29:42 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2007-06-14 16:29:42 +0000 |
commit | bd12b6924f21515a90cff81f5da0f2b186133514 (patch) | |
tree | a054da81ac05df1215239f5488b99b2dc2e6821b /sysutils/file/Makefile | |
parent | 6e8a7258bde3fe2d160ff866ecc5bed82fb1964a (diff) | |
download | pkgsrc-bd12b6924f21515a90cff81f5da0f2b186133514.tar.gz |
Update to 4.21
+2007-05-24 10:00 Christos Zoulas <christos@zoulas.com>
+
+ * Fix another integer overflow (Colin Percival)
+
+2007-03-26 13:58 Christos Zoulas <christos@zoulas.com>
+
+ * make sure that all of struct magic_set is initialized appropriately
+ (Brett)
+
+2007-03-25 17:44 Christos Zoulas <christos@zoulas.com>
+
+ * reset left bytes in the buffer (Dmitry V. Levin)
+
+ * compilation failed with COMPILE_ONLY and ENABLE_CONDITIONALS
+ (Peter Avalos)
+
+2007-03-15 10:51 Christos Zoulas <christos@zoulas.com>
+
+ * fix fortran and nroff reversed tests (Dmitry V. Levin)
+
+ * fix exclude option (Dmitry V. Levin)
Diffstat (limited to 'sysutils/file/Makefile')
-rw-r--r-- | sysutils/file/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/file/Makefile b/sysutils/file/Makefile index 99cd30924bd..a22f1ee9113 100644 --- a/sysutils/file/Makefile +++ b/sysutils/file/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2007/03/25 11:28:12 adrianp Exp $ +# $NetBSD: Makefile,v 1.15 2007/06/14 16:29:42 adrianp Exp $ -DISTNAME= file-4.20 +DISTNAME= file-4.21 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.gw.com/mirrors/pub/unix/file/ MASTER_SITES+= ftp://ftp.astron.com/pub/file/ |