Port details |
- courier-authlib-userdb Userdb support for the Courier authentication library
- 0.71.6 databases
=7 Version of this port present on the latest quarterly branch. NOTE: Slave port - quarterly revision is most likely wrong. - Maintainer: madpilot@FreeBSD.org
 - Port Added: 2005-04-26 19:18:10
- Last Update: 2022-07-20 14:21:07
- Commit Hash: d076ad9
- People watching this port, also watch:: courier-authlib-base, courier-imap, razor-agents
- Also Listed In: mail
- License: not specified in port
- Description:
- This package installs the userdb support for the Courier authentication
library. Userdb is a simple way to manage virtual mail accounts using
a BDB-based database file. This module also incorporates userdb-based
challenge-response authentication implementation.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- courier-authlib-userdb>0:databases/courier-authlib-userdb
- Conflicts:
- CONFLICTS:
- courier-0.45*
- courier-authlib-usergdbm-0.*
- CONFLICTS_INSTALL:
- Conflicts Matches:
-
There are no Conflicts Matches for this port. This is usually an error.
- To install the port:
- cd /usr/ports/databases/courier-authlib-userdb/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/courier-authlib-userdb
- pkg install courier-authlib-userdb
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: courier-authlib-userdb
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1668435956
SHA256 (courier-authlib-0.71.6.tar.bz2) = 23e95a3b29a01fcf3281b5a5daf37e51ce7f71a53f60948314168ced58d3c8dd
SIZE (courier-authlib-0.71.6.tar.bz2) = 2273736
Packages (timestamps in pop-ups are UTC):
- Master port: security/courier-authlib
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- courierauthconfig : security/courier-authlib-base
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Library dependencies:
-
- libltdl.so : devel/libltdl
- libcourier-unicode.so : devel/courier-unicode
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- databases_courier-authlib-userdb
- USES:
- iconv gmake libtool localbase perl5 tar:bzip2
- 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) |
This is a slave port. You may also want to view the commits to the master port: security/courier-authlib |
Commit | Credits | Log message |
0.71.5 20 Jul 2022 14:21:07
    |
Tobias C. Berner (tcberner)  |
databases: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* "Mahdi Mokhtari <mokhi64@gmail.com>"
* "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
* <hvo.pm@xs4all.nl>
* <jsmith@resonatingmedia.com>
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Snelson <Alan@Wave2.org> (Only the first 15 lines of the commit message are shown above ) |
0.71.5 29 Jun 2022 15:57:40
    |
Stefan Eßer (se)  |
Fix CONFLICTS_INSTALL in the databases category
Approved by: portmgr (implicit) |
0.71.2 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.71.2 22 Mar 2021 17:17:39
  |
madpilot  |
Update courier-authlib to 0.71.2 |
0.71.1_1 22 Mar 2021 17:13:59
  |
madpilot  |
- Update courier-unicode to 2.2.2
- Bump PORTREVISION of depdendent ports due to shlib version bum |
0.68.0 06 Jul 2017 11:56:27
  |
madpilot  |
- Update devel/courier-unicode to 2.0
- Update mail/cone to 0.96
- Update mail/courier-imap to 4.18.0 [1]
- Update mail/maildrop to 2.9.0
- Update mail/sqwebmail to 5.9.0 [1]
- Update security/courier-authlib (and slaves) to 0.68.0 [1]
On request from oliver@, take maintainership of the courier-authlib
ports and the courier-imap port.
Approved by: oliver@ (maintainer) [1]
Differential Revision: https://reviews.freebsd.org/D11467 |
0.66.3_2 07 Sep 2015 21:29:20
  |
madpilot  |
- Update to devel/courier-unicode to 1.4
- Chase shlib bump |
0.66.3_1 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 ) |
0.66.2 30 Apr 2015 09:14:47
  |
madpilot  |
- Update courier-unicode to 1.2
- Update courier-imap to 4.16.1
- Update maildrop to 2.8.2
- Update sqwebmail to 5.8.2
- Update courier-authlib to 0.66.2
- Some plist and Makefile modernization
Approved by: oliver@ (as maintainer of various of these ports)
Differential Revision: https://reviews.freebsd.org/D2391 |
0.66.1_1 07 Sep 2014 16:12:37
  |
tijl  |
*/courier-authlib*:
- Add USES=libtool
- Remove USE_LDCONFIG, not needed for modules
- Disable static modules
- Remove install-configure from INSTALL_TARGET, no impact with staging
- Add manpages to pkg-plist
- Use @sample
- Replace pkg-(de)install and pre-install target with USERS and GROUPS
- Create /var/run/authdaemond at package installation instead of in rc
script |
0.66.1 11 Jun 2014 16:32:47
  |
oliver  |
add STAGE support |
0.65.0 20 Sep 2013 16:13:49
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
0.55_2 26 Apr 2005 19:17:32
 |
oliver  |
move mail/courier-authlib to security/courier-authlib which is a meta-port now.
Submitted by: Yarema <yds@CoolRat.org>
In corporation with: Jose M Rodriguez <josemi@freebsd.jazztel.es>, Milan
Obuch <ports@dino.sk>, myself |