Port details |
- libntlm Library that implement Microsoft's NTLM authentication
- 1.6 security =8 1.6Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2003-10-19 10:08:50
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: pcre, libidn, p5-Net-SSLeay, libgpg-error, expat
- License: LGPL21+
- WWW:
- https://www.nongnu.org/libntlm/
- Description:
- Libntlm is a library that implement Microsoft's NTLM authentication.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libntlm>0:security/libntlm
- To install the port:
- cd /usr/ports/security/libntlm/ && make install clean
- To add the package, run one of these commands:
- pkg install security/libntlm
- pkg install libntlm
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libntlm
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1587445358
SHA256 (libntlm-1.6.tar.gz) = f2376b87b06d8755aa3498bb1226083fdb1d2cf4460c3982b05a9aa0b51d6821
SIZE (libntlm-1.6.tar.gz) = 688608
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- This port is required by:
- for Libraries
-
- security/libgsasl
- sysutils/gkrellm2
Configuration Options:
- No options to configure
- Options name:
- security_libntlm
- USES:
- cpe libtool pathfix pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.6 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.6 20 Jul 2022 14:22:56 |
Tobias C. Berner (tcberner) |
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.6 21 Sep 2021 12:57:58 |
Bernhard Froehlich (decke) |
security/libntlm: Add CPE information
Approved by: portmgr (blanket) |
1.6 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.6 21 Apr 2020 19:35:07 |
sunpoet |
Update to 1.6
- Update MASTER_SITES
- Remove DOCS option
- Update WWW
Changes: https://gitlab.com/jas/libntlm/-/blob/master/NEWS
Security: 0f798bd6-8325-11ea-9a78-08002728f74c
MFH: 2020Q2 |
1.5 07 Mar 2020 22:26:23 |
sunpoet |
Take maintainership |
1.5 06 Mar 2020 18:12:27 |
joneum |
back to pool
Sponsored by: Netzkommune GmbH |
1.5 11 Sep 2018 08:34:16 |
joneum |
Update to 1.5
Changelog: http://www.nongnu.org/libntlm/
Sponsored by: Netzkommune GmbH |
1.4 10 Sep 2018 13:14:52 |
mat |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
1.4 16 May 2017 13:37:51 |
joneum |
- Update maintainer address
Reviewed by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D10755 |
1.4 09 Aug 2016 10:13:15 |
koobs |
security/libntlm: Update MAINTAINER address
PR: 211521
Submitted by: Jochen Neumeister <joneum bsdproject de> (maintainer, new email)
Approved by: Jochen Neumeister <jochen daten-chaos de> (maintainer, old email)
MFH: 2016Q3 |
1.4 24 Mar 2016 16:39:08 |
amdmi3 |
- Update to 1.4
- While here, fix license and silence mkdir
PR: 207787
Submitted by: jochen@jochen-neumeister.de (supposedly maintainer) |
1.3_2 02 Aug 2015 15:03:20 |
tijl |
By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do. On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).
Bump PORTREVISION on all ports where the build log contains -export-symbols.
audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions. Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to. Fix a number of other issues in the same (Only the first 15 lines of the commit message are shown above ) |
1.3_1 03 Jun 2014 13:59:25 |
amdmi3 |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket |
1.3 05 Feb 2014 08:27:00 |
miwi |
- Stage support |
1.3 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
1.3 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
1.3 23 Apr 2013 14:20:28 |
bapt |
Finish converting the whole ports tree to USES=pkgconfig |
1.3 19 Mar 2013 13:04:31 |
eadler |
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.
PR: ports/177081
Reviewed by: bapt
Approved by: portmgr (miwi) |
1.3 16 Feb 2013 19:31:24 |
pawel |
- Update to version 1.3
- Remove leading article from COMMENT
- Add LICENSE, support DOCS option
- Update WWW: line
PR: ports/174785
Submitted by: nemysis <nemysis@gmx.ch>
Approved by: maintainer timeout |
1.2 11 Aug 2011 19:20:17 |
kwm |
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
1.2 24 Jan 2011 12:35:44 |
ehaupt |
Update to 1.2
PR: 153486
Approved by: maintainer timeout (jochen@daten-chaos.de; > 14d)
Feature safe: yes |
1.1 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
1.1 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
1.1 20 May 2009 13:58:45 |
amdmi3 |
- Update to 1.1
- Pass maintainership to submitter
PR: 134644
Submitted by: Jochen Neumeister <jochen@daten-chaos.de> |
1.0 24 Mar 2009 16:21:59 |
mm |
- Mark MAKE_JOBS_SAFE for SMP compilation |
1.0 25 Apr 2008 15:48:14 |
miwi |
- Update to 1.0
PR: 122763
Submitted by: Ports Fury |
0.4.2 13 Mar 2008 20:56:37 |
miwi |
- Update to 0.4.2
PR: 121622
Submitted by: Ports Fury |
0.3.6_1 28 Jan 2007 09:07:47 |
kris |
Use libtool port instead of included one to avoid objformat a.out botch |
0.3.6_1 15 Aug 2006 01:04:55 |
clsung |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include security/ sysutils/ textproc/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
0.3.6_1 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
0.3.6 25 Nov 2005 18:01:16 |
pav |
- Add SHA256 |
0.3.6 15 Nov 2005 06:52:12 |
ade |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
0.3.6 12 Oct 2004 12:20:54 |
krion |
Update to version 0.3.6
PR: ports/72328
Submitted by: Ports Fury |
0.3.2 14 Aug 2004 21:57:56 |
oliver |
take care of $PREFIX/libdata/pkgconfig |
0.3.2 09 Jul 2004 17:43:11 |
marcus |
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet |
0.3.2 17 Mar 2004 18:29:46 |
trevor |
SIZEify. |
0.3.2 14 Mar 2004 06:17:56 |
ade |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
0.3.2 19 Oct 2003 11:02:39 |
ijliao |
NME -> NAME
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> |
0.3.2 19 Oct 2003 10:19:24 |
ijliao |
fix pkgconfig file path |
0.3.2 19 Oct 2003 10:07:29 |
ijliao |
add libntlm 0.3.2
A library that implement Microsoft's NTLM authentication |