Versions
v1.5.5-r5 :: 0 :: gentoo
- Modified
- License
- GPL-2
- Keywords
- x86 ~amd64
- USE flags
- authexternal debug flatfile gdbm ldap maildir mbox mysql offensive pam passwd perl postgres sha1 shadow ssl tcpd
USE flags
General
- authexternal
- Enable authentication by an external program
- debug
- Enable extra debug codepaths, like asserts and extra output. If you want to get meaningful backtraces see https://wiki.gentoo.org/wiki/Project:Quality_Assurance/Backtraces
- flatfile
- Enable authentication against /etc/passwd-style flat files
- gdbm
- Add support for sys-libs/gdbm (GNU database libraries)
- ldap
- Add LDAP support (Lightweight Directory Access Protocol)
- maildir
- Add support for maildir (~/.maildir) style mail spools
- mbox
- Add support for mbox (/var/spool/mail) style mail spools
- mysql
- Add mySQL Database support
- offensive
- Enable potentially offensive items in packages
- pam
- Add support for PAM (Pluggable Authentication Modules) - DANGEROUS to arbitrarily flip
- passwd
- Enable /etc/passwd authentication
- perl
- Add optional support/bindings for the Perl language
- postgres
- Add support for the postgresql database
- sha1
- Use OpenSSL for sha1 encrypted passwords.
- shadow
- Enable /etc/shadow authentication
- ssl
- Add support for SSL/TLS connections (Secure Socket Layer / Transport Layer Security)
- tcpd
- Add support for TCP wrappers
Dependencies
dev-db / mysql-connector-c : C client library for MariaDB/MySQL
dev-db / postgresql : PostgreSQL RDBMS
dev-lang / perl : Larry Wall's Practical Extraction and Report Language
dev-libs / openssl : Robust, full-featured Open Source Toolkit for the Transport Layer Security (TLS)
net-mail / mailbase : MTA layout package
net-nds / openldap : LDAP suite of application and development tools
sys-apps / tcp-wrappers : TCP Wrappers
sys-libs / gdbm : Standard GNU database libraries
sys-libs / pam : Linux-PAM (Pluggable Authentication Modules)
Runtime Dependencies
dev-db / mysql-connector-c : C client library for MariaDB/MySQL
dev-db / postgresql : PostgreSQL RDBMS
dev-lang / perl : Larry Wall's Practical Extraction and Report Language
dev-libs / openssl : Robust, full-featured Open Source Toolkit for the Transport Layer Security (TLS)
net-mail / mailbase : MTA layout package
net-nds / openldap : LDAP suite of application and development tools
sys-apps / tcp-wrappers : TCP Wrappers
sys-libs / gdbm : Standard GNU database libraries
sys-libs / pam : Linux-PAM (Pluggable Authentication Modules)
Bugs
- 692634
- net-mail/tpop3d-1.5.5-r5: auth_mysql.c:102:5: error: unknown type name my_bool
- 731282
- net-mail/tpop3d-1.5.5-r5 fails to compile: checking whether the C compiler works... no
- 897940
- net-mail/tpop3d-1.5.5-r5 fails to compile (MUSL-CLANG-SYSTEM): configure: error: backtrace enabled but cant find execinfo.h
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
net-mail/tpop3d: fix MissingSlotDep on postgresql
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
net-mail/tpop3d: add subslot dep on OpenLDAP
New OpenLDAP breaks ABI (changes SONAME) Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
net-mail/tpop3d: add missing libcrypt dependency
Fixes: c09ddf449b5ffde86c43712012b678d69bf7b10b Closes: https://bugs.gentoo.org/799728 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
net-mail/tpop3d: add missing libcrypt dependency, gdbm/perl dependencies
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
net-mail/tpop3d: remove old EAPI 4 ebuild
Bug: https://bugs.gentoo.org/739588 Closes: https://bugs.gentoo.org/666000 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Thomas Deutschmann · gentoo
net-mail/tpop3d: x86 stable (bug #739588)
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
net-mail/tpop3d: migrate to sys-libs/pam
Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Brian Evans · gentoo
net-mail/tpop3d: Revbump for EAPI and dependency change
Non-maintainer commit Bug: https://bugs.gentoo.org/666000 Package-Manager: Portage-2.3.61, Repoman-2.3.12 Signed-off-by: Brian Evans <grknight@gentoo.org> - Mike Gilbert · gentoo
net-mail/tpop3d: drop support for drac
mail-client/drac is masked for removal. Package-Manager: Portage-2.3.19_p2, Repoman-2.3.6_p36 - Sergei Trofimovich · gentoo
net-mail/tpop3d: change SRC_URI to use 'mirror://nongnu/'
Package-Manager: Portage-2.3.6, Repoman-2.3.2 - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - Mike Frysinger · gentoo
savannah: switch to https URLs - Robin H. Johnson · gentoo
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed