Versions
v2.2.22-r3 :: 0 :: gentoo
- Modified
- License
- GPL-2
- Keywords
- x86 ~amd64
- USE flags
- debug ldap mysql nfconntrack nfqueue pam plaintext postgres prelude static syslog test unicode
USE flags
General
- 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
- ldap
- Add LDAP support (Lightweight Directory Access Protocol)
- mysql
- Add mySQL Database support
- nfconntrack
- Use netfilter_conntrack
- nfqueue
- Use NFQUEUE instead of QUEUE
- pam
- Add support for PAM (Pluggable Authentication Modules) - DANGEROUS to arbitrarily flip
- pam_nuauth
- Add support for pam nufw from PAM
- plaintext
- Add support for authentication with plaintext files
- postgres
- Add support for the postgresql database
- prelude
- Add support/bindings for the Prelude Intrusion Detection System
- static
- !!do not set this during bootstrap!! Causes binaries to be statically linked instead of dynamically
- syslog
- Enable support for syslog
- test
- Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
- unicode
- Add support for Unicode
Dependencies
app-portage / elt-patches : Collection of patches for libtool.eclass
dev-db / mysql-connector-c : C client library for MariaDB/MySQL
dev-db / postgresql : PostgreSQL RDBMS
dev-libs / cyrus-sasl : The Cyrus SASL (Simple Authentication and Security Layer)
dev-libs / glib : The GLib library of C routines
dev-libs / libgcrypt : General purpose crypto library based on the code used in GnuPG
dev-libs / libprelude : Prelude-SIEM Framework Library
dev-libs / libressl : Free version of the SSL/TLS protocol forked from OpenSSL
dev-libs / openssl : full-strength general purpose cryptography library (including SSL and TLS)
dev-python / ipy : Class and tools for handling of IPv4 and IPv6 addresses and networks
net-firewall / iptables : Linux kernel (2.4+) firewall, NAT and packet mangling tools
net-libs / gnutls : A secure communications library implementing the SSL, TLS and DTLS protocols
net-libs / libnetfilter_conntrack : programming interface (API) to the in-kernel connection tracking state table
net-libs / libnetfilter_queue : API to packets that have been queued by the kernel packet filter
net-libs / libnfnetlink : the low-level library for netfilter related kernel/userspace communication
net-nds / openldap : LDAP suite of application and development tools
sys-devel / autoconf : Used to create autoconfiguration files
sys-devel / automake : Used to generate Makefile.in from Makefile.am
sys-devel / libtool : A shared library tool for developers
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-libs / cyrus-sasl : The Cyrus SASL (Simple Authentication and Security Layer)
dev-libs / glib : The GLib library of C routines
dev-libs / libgcrypt : General purpose crypto library based on the code used in GnuPG
dev-libs / libprelude : Prelude-SIEM Framework Library
dev-python / ipy : Class and tools for handling of IPv4 and IPv6 addresses and networks
net-firewall / iptables : Linux kernel (2.4+) firewall, NAT and packet mangling tools
net-libs / gnutls : A secure communications library implementing the SSL, TLS and DTLS protocols
net-libs / libnetfilter_conntrack : programming interface (API) to the in-kernel connection tracking state table
net-libs / libnetfilter_queue : API to packets that have been queued by the kernel packet filter
net-libs / libnfnetlink : the low-level library for netfilter related kernel/userspace communication
net-nds / openldap : LDAP suite of application and development tools
sys-libs / pam : Linux-PAM (Pluggable Authentication Modules)
Bugs
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
net-firewall/nufw: [QA] inherit ltprune.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jeroen Roovers · gentoo
net-firewall/nufw: Set CFLAGS+=-fcommon
Package-Manager: Portage-2.3.87, Repoman-2.3.20 Closes: https://bugs.gentoo.org/show_bug.cgi?id=707818 Signed-off-by: Jeroen Roovers <jer@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jeroen Roovers · gentoo
net-firewall/nufw: Depend on dev-db/mysql-connector-c
Package-Manager: Portage-2.3.71, Repoman-2.3.17 Fixes: https://bugs.gentoo.org/show_bug.cgi?id=665972 Signed-off-by: Jeroen Roovers <jer@gentoo.org> - Jeroen Roovers · gentoo
net-firewall/nufw: Old
Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Jeroen Roovers <jer@gentoo.org> - Agostino Sarubbo · gentoo
net-firewall/nufw: x86 stable wrt bug #612358
Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Alon Bar-Lev · gentoo
net-firewall/nufw: support gnutls-3.4 + eapi bump
Bug: 583608 Package-Manager: Portage-2.3.3, Repoman-2.3.1 - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - 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