diff options
author | Timur I. Bakeyev <timur@FreeBSD.org> | 2009-04-10 17:57:15 +0000 |
---|---|---|
committer | Timur I. Bakeyev <timur@FreeBSD.org> | 2009-04-10 17:57:15 +0000 |
commit | 8802eaddbe28ef738c330578466a86b954141692 (patch) | |
tree | e61f66c1c607a085fc60e19e6e5edfb810cfa502 /net/samba32/files/patch-libaddns__dns.h | |
parent | - Fix build on 7.x (diff) |
Bump port version to the 3.2.10.
In Samba 3.2.9, there is an issue while migrating passdb.tdb files from older
Samba versions (e.g. 3.2.8). That causes panics of smbd child processes until
the parent smbd is restarted once after converting the passdb.tdb file. This
issue is fixed in Samba 3.2.10.
Notes
Notes:
svn path=/head/; revision=232023
Diffstat (limited to 'net/samba32/files/patch-libaddns__dns.h')
-rw-r--r-- | net/samba32/files/patch-libaddns__dns.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/net/samba32/files/patch-libaddns__dns.h b/net/samba32/files/patch-libaddns__dns.h deleted file mode 100644 index 93f66b47be8f..000000000000 --- a/net/samba32/files/patch-libaddns__dns.h +++ /dev/null @@ -1,19 +0,0 @@ ---- ./libaddns/dns.h.orig 2008-12-19 13:57:33.000000000 +0000 -+++ ./libaddns/dns.h 2009-01-06 17:10:53.000000000 +0000 -@@ -81,12 +81,12 @@ - #include <krb5.h> - #endif - --#if HAVE_GSSAPI_H --#include <gssapi.h> -+#if HAVE_GSSAPI_GSSAPI_GENERIC_H -+#include <gssapi/gssapi_generic.h> - #elif HAVE_GSSAPI_GSSAPI_H - #include <gssapi/gssapi.h> --#elif HAVE_GSSAPI_GSSAPI_GENERIC_H --#include <gssapi/gssapi_generic.h> -+#elif HAVE_GSSAPI_H -+#include <gssapi.h> - #endif - - #if defined(HAVE_GSSAPI_H) || defined(HAVE_GSSAPI_GSSAPI_H) || defined(HAVE_GSSAPI_GSSAPI_GENERIC_H) |