summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
Diffstat (limited to 'security')
-rw-r--r--security/pam_smb/Makefile1
-rw-r--r--security/pam_smb/files/patch-smbval::smbencrypt.c10
2 files changed, 11 insertions, 0 deletions
diff --git a/security/pam_smb/Makefile b/security/pam_smb/Makefile
index 505a0ab0a65c..1f5c71cd61a0 100644
--- a/security/pam_smb/Makefile
+++ b/security/pam_smb/Makefile
@@ -6,6 +6,7 @@
PORTNAME= pam_smb
PORTVERSION= 1.9.9
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://www.csn.ul.ie/~airlied/pam_smb/devel/
diff --git a/security/pam_smb/files/patch-smbval::smbencrypt.c b/security/pam_smb/files/patch-smbval::smbencrypt.c
new file mode 100644
index 000000000000..1097aff35269
--- /dev/null
+++ b/security/pam_smb/files/patch-smbval::smbencrypt.c
@@ -0,0 +1,10 @@
+--- smbval/smbencrypt.c.orig Tue Feb 19 10:34:51 2002
++++ smbval/smbencrypt.c Tue Feb 19 10:39:28 2002
+@@ -21,6 +21,7 @@
+ */
+=20
+ #include <string.h>
++#include <sys/types.h>
+ #include <arpa/inet.h>
+ #include <dirent.h>
+ #include <string.h>