summaryrefslogtreecommitdiff
path: root/www/mod_ntlm2
diff options
context:
space:
mode:
Diffstat (limited to 'www/mod_ntlm2')
-rw-r--r--www/mod_ntlm2/Makefile23
-rw-r--r--www/mod_ntlm2/distinfo2
-rw-r--r--www/mod_ntlm2/files/patch-Makefile20
-rw-r--r--www/mod_ntlm2/files/patch-mod_ntlm.c11
-rw-r--r--www/mod_ntlm2/files/patch-smbval-rfcnb-util.inc.c11
-rw-r--r--www/mod_ntlm2/files/patch-smbval-session.inc.c11
-rw-r--r--www/mod_ntlm2/files/patch-smbval-smbencrypt.inc.c12
-rw-r--r--www/mod_ntlm2/files/patch-smbval-smblib-util.inc.c11
-rw-r--r--www/mod_ntlm2/files/patch-smbval-smblib.inc.c25
-rw-r--r--www/mod_ntlm2/pkg-descr11
-rw-r--r--www/mod_ntlm2/pkg-plist3
11 files changed, 0 insertions, 140 deletions
diff --git a/www/mod_ntlm2/Makefile b/www/mod_ntlm2/Makefile
deleted file mode 100644
index a6f8c26e535f..000000000000
--- a/www/mod_ntlm2/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# Created by: Alex "lissyara" Keda <admin@lissyara.su>
-# $FreeBSD$
-
-PORTNAME= mod_ntlm2
-PORTVERSION= 0.1
-PORTREVISION= 4
-CATEGORIES= www
-MASTER_SITES= SF/modntlm/modntlm2/${PORTNAME}-${PORTVERSION}
-PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= joneum@FreeBSD.org
-COMMENT= NTLM authentication module for the Apache2 webserver
-
-USES= apache:2.2 samba:build
-MAKE_ENV= APXS=${APXS}
-
-do-install:
- ${MKDIR} ${STAGEDIR}${PREFIX}/${APACHEMODDIR}
- ${APXS} -i -n 'ntlm' -S LIBEXECDIR=${STAGEDIR}${PREFIX}/${APACHEMODDIR} ${WRKSRC}/mod_ntlm.la
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${APACHEMODDIR}/mod_ntlm.so
-
-.include <bsd.port.mk>
diff --git a/www/mod_ntlm2/distinfo b/www/mod_ntlm2/distinfo
deleted file mode 100644
index fa30ba03d7f1..000000000000
--- a/www/mod_ntlm2/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (mod_ntlm2-0.1.tgz) = 156add771495f0321824c978d8da748de7446687c15a9cd5ba6c88d7a8cf97f6
-SIZE (mod_ntlm2-0.1.tgz) = 41247
diff --git a/www/mod_ntlm2/files/patch-Makefile b/www/mod_ntlm2/files/patch-Makefile
deleted file mode 100644
index 9245b0677a3a..000000000000
--- a/www/mod_ntlm2/files/patch-Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
---- Makefile.orig Tue Feb 25 14:25:42 2003
-+++ Makefile Wed Sep 26 13:29:56 2007
-@@ -6,7 +6,7 @@
-
- # the used tools
- APXS=apxs
--APACHECTL=/etc/rc.d/apache
-+APACHECTL=${PREFIX}/sbin/apachectl
-
- # the default target
- all: mod_ntlm.so
-@@ -17,7 +17,7 @@
-
- # install the shared object file into Apache
- install: all
-- $(APXS) -i -a -n 'ntlm' mod_ntlm.so
-+ $(APXS) -i -a -n 'ntlm' .libs/mod_ntlm.so
-
- # cleanup
- clean:
diff --git a/www/mod_ntlm2/files/patch-mod_ntlm.c b/www/mod_ntlm2/files/patch-mod_ntlm.c
deleted file mode 100644
index 63e7a7d2ef66..000000000000
--- a/www/mod_ntlm2/files/patch-mod_ntlm.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- mod_ntlm.c.orig 2003-02-23 17:58:02.000000000 +0200
-+++ mod_ntlm.c 2008-10-06 16:34:55.000000000 +0300
-@@ -587,7 +587,7 @@
- return NULL;
- }
-
-- apr_pool_sub_make(&sp,p,NULL);
-+ apr_pool_create_ex(&sp,p,NULL,NULL);
-
- while (!(ap_cfg_getline(l, MAX_STRING_LEN, f))) {
- if ((l[0] == '#') || (!l[0]))
diff --git a/www/mod_ntlm2/files/patch-smbval-rfcnb-util.inc.c b/www/mod_ntlm2/files/patch-smbval-rfcnb-util.inc.c
deleted file mode 100644
index f4add85dc3ba..000000000000
--- a/www/mod_ntlm2/files/patch-smbval-rfcnb-util.inc.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- smbval/rfcnb-util.inc.c.orig Wed Sep 26 12:46:02 2007
-+++ smbval/rfcnb-util.inc.c Wed Sep 26 12:47:13 2007
-@@ -21,7 +21,7 @@
- * 675 Mass Ave, Cambridge, MA 02139, USA. */
-
- #include <string.h>
--#include <malloc.h>
-+#include <stdlib.h>
-
- #include "std-includes.h"
- #include "rfcnb-priv.h"
diff --git a/www/mod_ntlm2/files/patch-smbval-session.inc.c b/www/mod_ntlm2/files/patch-smbval-session.inc.c
deleted file mode 100644
index 71b7d6814c47..000000000000
--- a/www/mod_ntlm2/files/patch-smbval-session.inc.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- smbval/session.inc.c.orig Wed Sep 26 12:40:51 2007
-+++ smbval/session.inc.c Wed Sep 26 12:41:45 2007
-@@ -21,7 +21,7 @@
- * with this program; if not, write to the Free Software Foundation, Inc.,
- * 675 Mass Ave, Cambridge, MA 02139, USA. */
-
--#include <malloc.h>
-+#include <stdlib.h>
- #include <string.h>
-
- static int RFCNB_errno = 0;
diff --git a/www/mod_ntlm2/files/patch-smbval-smbencrypt.inc.c b/www/mod_ntlm2/files/patch-smbval-smbencrypt.inc.c
deleted file mode 100644
index 195b05a414f7..000000000000
--- a/www/mod_ntlm2/files/patch-smbval-smbencrypt.inc.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- smbval/smbencrypt.inc.c.orig Wed Sep 26 12:43:32 2007
-+++ smbval/smbencrypt.inc.c Wed Sep 26 12:45:29 2007
-@@ -19,7 +19,8 @@
- #include <arpa/inet.h>
- #include <dirent.h>
- #include <string.h>
--#include <sys/vfs.h>
-+#include <sys/param.h>
-+#include <sys/mount.h>
- #include <netinet/in.h>
-
- #include "smblib-priv.h"
diff --git a/www/mod_ntlm2/files/patch-smbval-smblib-util.inc.c b/www/mod_ntlm2/files/patch-smbval-smblib-util.inc.c
deleted file mode 100644
index dc6a199fdf4f..000000000000
--- a/www/mod_ntlm2/files/patch-smbval-smblib-util.inc.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- smbval/smblib-util.inc.c.orig Wed Sep 26 12:47:37 2007
-+++ smbval/smblib-util.inc.c Wed Sep 26 12:47:57 2007
-@@ -21,7 +21,7 @@
- * 675 Mass Ave, Cambridge, MA 02139, USA. */
-
- #include "smblib-priv.h"
--#include <malloc.h>
-+#include <stdlib.h>
-
- #include "rfcnb.h"
-
diff --git a/www/mod_ntlm2/files/patch-smbval-smblib.inc.c b/www/mod_ntlm2/files/patch-smbval-smblib.inc.c
deleted file mode 100644
index 69b926c42998..000000000000
--- a/www/mod_ntlm2/files/patch-smbval-smblib.inc.c
+++ /dev/null
@@ -1,25 +0,0 @@
---- smbval/smblib.inc.c.orig 2008-07-03 01:44:33.000000000 +0400
-+++ smbval/smblib.inc.c 2008-07-03 01:45:18.000000000 +0400
-@@ -20,10 +20,10 @@
- * with this program; if not, write to the Free Software Foundation, Inc.,
- * 675 Mass Ave, Cambridge, MA 02139, USA. */
- #include <stdio.h>
--#include <malloc.h>
-+#include <stdlib.h>
-
--static int SMBlib_errno;
--static int SMBlib_SMB_Error;
-+int SMBlib_errno;
-+int SMBlib_SMB_Error;
- #define SMBLIB_ERRNO
- #define uchar unsigned char
- #include "smblib-priv.h"
-@@ -32,7 +32,7 @@
-
- #include <signal.h>
-
--static SMB_State_Types SMBlib_State;
-+SMB_State_Types SMBlib_State;
-
- /* Initialize the SMBlib package */
- static int
diff --git a/www/mod_ntlm2/pkg-descr b/www/mod_ntlm2/pkg-descr
deleted file mode 100644
index 3f27133579c9..000000000000
--- a/www/mod_ntlm2/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-NTLM is an authentication protocol used by Microsoft Internet
-Informations Server(tm) and Microsoft Internet Explorer(tm). While it
-is not really secure, it offers background authentication (the
-workstation logon credentials of users are passed through to the web
-server). This feature is widely used in intranets based on these
-Microsoft products.
-
-This module is implementing NTLM authentication for Apache2 on Unix
-platforms.
-
-WWW: http://modntlm.sourceforge.net/
diff --git a/www/mod_ntlm2/pkg-plist b/www/mod_ntlm2/pkg-plist
deleted file mode 100644
index 34ccd570d95c..000000000000
--- a/www/mod_ntlm2/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-@unexec %D/sbin/apxs -e -A -n ntlm %D/%%APACHEMODDIR%%/mod_ntlm.so
-%%APACHEMODDIR%%/mod_ntlm.so
-@exec %D/sbin/apxs -e -a -n ntlm %D/%f