Port details |
- courier-authlib-usergdbm Userdb support for the Courier authentication library
- 0.71.3 databases
=3 0.71.2Version 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: 2021-04-06 14:31:07
- Commit Hash: 305f148
- People watching this port, also watch:: courier-imap, courier-authlib-pgsql, courier-authlib-mysql, phpMyAdmin-php80
- 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 GDBM-based database file. This module also incorporates userdb-based
challenge-response authentication implementation.
WWW: http://www.Courier-MTA.org/authlib/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- For RUN/BUILD depends:
- courier-authlib-usergdbm>0:databases/courier-authlib-usergdbm
- For LIB depends:
- libauthuserdb.so:databases/courier-authlib-usergdbm
- Conflicts:
- CONFLICTS:
- courier-0.45*
- courier-authlib-userdb-0.*
- 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-usergdbm/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/courier-authlib-usergdbm
- pkg install courier-authlib-usergdbm
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: courier-authlib-usergdbm
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1618301142
SHA256 (courier-authlib-0.71.3.tar.bz2) = 9ae225cf51c72f3fbf7910402dd4a727e8d3d2ad657cc583b3894fbb4d796806
SIZE (courier-authlib-0.71.3.tar.bz2) = 2208794
- 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
- libgdbm.so : databases/gdbm
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- databases_courier-authlib-usergdbm
- USES:
- iconv gmake libtool localbase perl5 tar:bzip2
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
This is a slave port. You may also want to view the commits to the master port: security/courier-authlib |
Date | By | Description |
06 Apr 2021 14:31:07 0.71.2
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
22 Mar 2021 17:17:39
0.71.2
|
madpilot  |
Update courier-authlib to 0.71.2 |
22 Mar 2021 17:13:59
0.71.1_1
|
madpilot  |
- Update courier-unicode to 2.2.2
- Bump PORTREVISION of depdendent ports due to shlib version bum |
06 Jul 2017 11:56:27
0.68.0
|
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 |
07 Sep 2015 21:29:20
0.66.3_2
|
madpilot  |
- Update to devel/courier-unicode to 1.4
- Chase shlib bump |
02 Aug 2015 15:03:20
0.66.3_1
|
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 ) |
30 Apr 2015 09:14:47
0.66.2
|
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 |
07 Sep 2014 16:12:37
0.66.1_1
|
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 |
11 Jun 2014 16:32:47
0.66.1
|
oliver  |
add STAGE support |
20 Sep 2013 16:13:49
0.65.0
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
26 Apr 2005 19:17:32
0.55_2
|
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 |