FreshPorts -- The Place For Ports notbug Mon, 28 May 2012 3:59 AM BST
Port details
mod_ntlm 0.4 www Deleted on this many watch lists=1 search for ports that depend on this port
Deprecated DEPRECATED: apache13 is deprecated, migrate to 2.2.x+ now
Expired This port expired on: 2012-01-01
NTLM authentication module for the Apache webserver
Was Maintained by: skv@FreeBSD.org search for ports maintained by this maintainer
Port Added: 04 Jul 2004 17:33:22
License: not specified in port


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 Apache on Unix
platforms.

WWW: http://modntlm.sourceforge.net/
CVSWeb : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: www/apache13
Required To Run: www/apache13
There are no ports dependent upon this port

No installation instructions: this port has been deleted.

The package name of this deleted port was: ap13-mod_ntlm


Configuration Options
     No options to configure

Master Sites:
http://heanet.dl.sourceforge.net/project/modntlm/modntlm/0.4/
http://sunet.dl.sourceforge.net/project/modntlm/modntlm/0.4/
http://iweb.dl.sourceforge.net/project/modntlm/modntlm/0.4/
http://switch.dl.sourceforge.net/project/modntlm/modntlm/0.4/
http://surfnet.dl.sourceforge.net/project/modntlm/modntlm/0.4/
http://kent.dl.sourceforge.net/project/modntlm/modntlm/0.4/
http://freefr.dl.sourceforge.net/project/modntlm/modntlm/0.4/
http://voxel.dl.sourceforge.net/project/modntlm/modntlm/0.4/
http://jaist.dl.sourceforge.net/project/modntlm/modntlm/0.4/
http://osdn.dl.sourceforge.net/project/modntlm/modntlm/0.4/
http://nchc.dl.sourceforge.net/project/modntlm/modntlm/0.4/
http://ncu.dl.sourceforge.net/project/modntlm/modntlm/0.4/
http://transact.dl.sourceforge.net/project/modntlm/modntlm/0.4/
http://softlayer.dl.sourceforge.net/project/modntlm/modntlm/0.4/
http://internode.dl.sourceforge.net/project/modntlm/modntlm/0.4/
http://ufpr.dl.sourceforge.net/project/modntlm/modntlm/0.4/
http://waix.dl.sourceforge.net/project/modntlm/modntlm/0.4/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
Port Moves
  • port moved to www/mod_ntlm2 on 2012-01-01
    REASON: Has expired: Depends on expired www/apache13

Number of commits found: 19

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
01 Jan 2012 19:30:58
Original commit files touched by this commit  0.4
ohauer search for other commits by this committer
- remove apache13 and ports depending on apache13 from portstree
  ( EXPIRATION_DATE=2012-01-01 )

with hat apache@
02 Nov 2011 03:43:45
Original commit files touched by this commit  0.4
pgollucci search for other commits by this committer
- sync apache13 related EXPIRATION_DATE

With Hat:       apache@
07 Sep 2011 03:00:51
Original commit files touched by this commit  0.4
pgollucci search for other commits by this committer
- Set EXPIRATION_DATE to an actual date (9.0 is behind, so guess 2 months from
now).
- This can be changed later as needed, if at all, either way we won't remove
them
  until after 9.0 is released.

With Hat:   apache@
Reported by:    dvl via freshports
27 Aug 2011 09:54:40
Original commit files touched by this commit  0.4
ohauer search for other commits by this committer
- set EXPIRATION_DATE to "one week after FreeBSD 9.0-RELEASE-p0"

with hat apache@
20 Aug 2011 19:00:12
Original commit files touched by this commit  0.4
ohauer search for other commits by this committer
- USE_APACHE=  /1.3/13/  /2.0/20/ /2.2/22/
19 Mar 2011 12:38:54
Original commit files touched by this commit  0.4
miwi search for other commits by this committer
- Get Rid MD5 support
06 Jun 2010 05:00:32
Original commit files touched by this commit  0.4
pgollucci search for other commits by this committer
- use %%AP_MODULE%% PLIST_SUB var in pkg-plist s

PR:             ports/147143
Submitted by:   pgollucci@ (myself)
Reviewed by:    portmgr (pav)
27 May 2010 21:27:03
Original commit files touched by this commit  0.4
pgollucci search for other commits by this committer
- 2/3:
     - consistently use APACHE PLIST_SUB var %%AP_NAME%% in pkg-plists

PR:             ports/147142
Reviewed by:    portmgr (pav)
With Hat:       apache@
27 May 2010 21:19:17
Original commit files touched by this commit  0.4
pgollucci search for other commits by this committer
- 1/3:
    - apxs -a is install
    - apxs -A is uninstall

PR:             ports/147139
Reviewed by:    portmgr (pav)
With Hat:       apache@
25 May 2010 20:17:37
Original commit files touched by this commit  0.4
  Sanity Test Failure
pgollucci search for other commits by this committer
Mk/bsd.apache.mk can not sufficiently alter things before Mk/bsd.options.mk
in Mk/bsd.ports.mk due to ordering in Mk/bsd.port.mk.  This causes OPTIONSFILE
to be incorrectly set during some make phases as a result of the recent
PKGNAMEPREFIX for apache ports.

'Revert' some of the PKGNAMEPREFIX changes for apXX-.
   - Must be manually requested in tbe port Makefile either by
     a) AP_FAST_BUILD=yes
     b) PKGNAMEPREFIX=${APACHE_PKGNAMEPREFIX}
   - Going forward, we will only do this for ports where WITH_APACHE
       is NOT optional, but required.  mod_* ports are a good fit.

141 ports are mod_ ports
  80 of those use AP_FAST_BUILD and thus are auto hooked by this patch [a].
  61 remaining are then patched to mirror the other $lang frameworks [b].

PR:             ports/146956
Reported by:    Hans F. Nordhaug <Hans.F.Nordhaug@hiMolde.no>, several
Discussed with: pav, itectu on #bsdports
Tested by:      P6 TB run
Approved by:    portmgr (pav)
22 Aug 2009 00:38:34
Original commit files touched by this commit  0.4
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with W
31 May 2009 18:34:18
Original commit files touched by this commit  0.4
pgollucci search for other commits by this committer
use AP %%var%% in pkg-plist

PR:             ports/134606
Approved by:    maintainer timeout (skv; 2 weeks)
Submitted by:   me
21 May 2009 20:45:34
Original commit files touched by this commit  0.4
pgollucci search for other commits by this committer
- Mark remaining mod_* ports MAKE_JOBS_SAFE=yes

PR:             ports/134611
Approved by:    pav (#bsdports)
12 Apr 2009 19:54:37
Original commit files touched by this commit  0.4
skv search for other commits by this committer
Style cleanup.

PR:             ports/133644
Submitted by:   pgollucci
12 Dec 2007 23:29:17
Original commit files touched by this commit  0.4
skv search for other commits by this committer
Unbreak build with GCC 4.2

PR:             ports/117540
Submitted by:   pluknet xx gmail.com
30 Sep 2007 09:35:55
Original commit files touched by this commit  0.4
linimon search for other commits by this committer
Mark broken with gcc4.2.
13 May 2006 04:41:22
Original commit files touched by this commit  0.4
edwin search for other commits by this committer
Remove USE_REINPLACE from categories starting with W
24 Jan 2006 03:14:23
Original commit files touched by this commit  0.4
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
04 Jul 2004 17:32:53
Original commit files touched by this commit  0.4
skv search for other commits by this committer
Add mod_ntlm 0.4,
NTLM authentication module for the Apache
webserver.

Number of commits found: 19

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23676
Broken 193
Deprecated 147
Ignore 737
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 44
Set to expire 188
Interactive 54
new 24 hours 4
new 48 hours6
new 7 days60
new fortnight184
new month252

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.204 seconds.