summaryrefslogtreecommitdiff
path: root/net/samba/patches/patch-af
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2001-05-10 09:00:23 +0000
committerabs <abs@pkgsrc.org>2001-05-10 09:00:23 +0000
commit7226c7476e379433077a1b2469a455d5964603a9 (patch)
tree0d0b25ab97eb1e07a20bc7ea67184d34c50bc2bf /net/samba/patches/patch-af
parentc061069c34ad978835d73b18c3e53da4fdb2acf5 (diff)
downloadpkgsrc-7226c7476e379433077a1b2469a455d5964603a9.tar.gz
Update samba to 2.0.9:
Samba 2.0.9 is a security bugfix release which correctly fixes the problem 2.0.8 was supposed to address. (A bug in the handling of temporary files that allowed local users to destroy data on local devices).
Diffstat (limited to 'net/samba/patches/patch-af')
-rw-r--r--net/samba/patches/patch-af35
1 files changed, 0 insertions, 35 deletions
diff --git a/net/samba/patches/patch-af b/net/samba/patches/patch-af
deleted file mode 100644
index bda5fdc5778..00000000000
--- a/net/samba/patches/patch-af
+++ /dev/null
@@ -1,35 +0,0 @@
-$NetBSD: patch-af,v 1.3 2000/09/03 09:17:00 kei Exp $
-
---- include/includes.h.orig Sat Jul 15 01:52:58 2000
-+++ include/includes.h Sun Sep 3 06:23:10 2000
-@@ -832,20 +832,20 @@
- #define ULTRIX_AUTH 1
- #endif
-
--#ifdef HAVE_LIBREADLINE
--# ifdef HAVE_READLINE_READLINE_H
--# include <readline/readline.h>
--# ifdef HAVE_READLINE_HISTORY_H
--# include <readline/history.h>
-+#ifdef HAVE_READLINE
-+# ifdef HAVE_READLINE_H
-+# include <readline.h>
-+# ifdef HAVE_HISTORY_H
-+# include <history.h>
- # endif
- # else
--# ifdef HAVE_READLINE_H
--# include <readline.h>
--# ifdef HAVE_HISTORY_H
--# include <history.h>
-+# ifdef HAVE_READLINE_READLINE_H
-+# include <readline/readline.h>
-+# ifdef HAVE_READLINE_HISTORY_H
-+# include <readline/history.h>
- # endif
- # else
--# undef HAVE_LIBREADLINE
-+# undef HAVE_READLINE
- # endif
- # endif
- #endif