Versions
v1.4.3 :: 0 :: gentoo
- Modified
- License
- BSD GPL-2
- Keywords
- amd64 arm arm64 ppc ppc64 x86 ~alpha ~hppa ~loong ~m68k ~mips ~riscv ~s390 ~sparc
- USE flags
- debug kerberos pam selinux static-libs tcpd upnp
v1.4.1-r6 :: 0 :: gentoo
- Modified
- License
- BSD GPL-2
- Keywords
- amd64 arm arm64 hppa ppc ppc64 sparc x86 ~alpha ~loong ~m68k ~mips ~riscv ~s390
- USE flags
- debug kerberos pam selinux static-libs tcpd upnp
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
- kerberos
- Add kerberos support
- pam
- Add support for PAM (Pluggable Authentication Modules) - DANGEROUS to arbitrarily flip
- selinux
- !!internal use only!! Security Enhanced Linux support, this must be set by the selinux profile or breakage will occur
- static-libs
- Build static versions of dynamic libraries as well
- tcpd
- Add support for TCP wrappers
- upnp
- Enable UPnP port mapping support
Dependencies
app-alternatives / lex : lex symlinks
app-alternatives / yacc : yacc symlinks
net-libs / miniupnpc : UPnP client library and a simple UPnP client
sys-apps / shadow : Utilities to deal with user accounts
sys-apps / tcp-wrappers : TCP Wrappers
sys-libs / pam : Linux-PAM (Pluggable Authentication Modules)
Runtime Dependencies
acct-group / sockd : A group for net-proxy/dante
acct-user / sockd : A user for net-proxy/dante
net-libs / miniupnpc : UPnP client library and a simple UPnP client
sec-policy / selinux-dante : SELinux policy for dante
sys-apps / shadow : Utilities to deal with user accounts
sys-apps / tcp-wrappers : TCP Wrappers
sys-libs / pam : Linux-PAM (Pluggable Authentication Modules)
Depending packages
dev-lang / ruby : An object-oriented scripting language
net-ftp / lftp : A sophisticated ftp/sftp/http/https/torrent client and file transfer program
net-ftp / tnftp : NetBSD FTP client with several advanced features
net-ftp / yafc : Console ftp client with a lot of nifty features
net-mail / fetchmail : the legendary remote-mail retrieval and forwarding utility
net-nntp / tin : A threaded NNTP and spool based UseNet newsreader
net-vpn / vtun : Create tunnels over TCP/IP networks with shaping, encryption, and compression
Bugs
- 691342
- net-proxy/dante sockd from init script should not try to create a pid file
- 861857
- net-proxy/dante-1.4.1-r6 fails to compile (lto): sockd.c:1234:27: error: type of module_redirect_keyv does not match original declaration [-Werror=lto-type-mismatch]
- 943718
- net-proxy/dante-1.4.3 +debug fails to compile: sockd.c:1673:4: error: implicit declaration of function doconfigtest [-Wimplicit-function-declaration]
- 945722
- net-proxy/dante-1.4.3 fails to compile: sockd.h:1626:4: error: unknown type name cpu_set_t
- 949368
- net-proxy/dante-1.4.3 stablereq
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
net-proxy/dante: Stabilize 1.4.3 amd64, #949368
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
net-proxy/dante: Stabilize 1.4.3 x86, #949368
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
net-proxy/dante: Stabilize 1.4.3 ppc64, #949368
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
net-proxy/dante: Stabilize 1.4.3 ppc, #949368
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
net-proxy/dante: Stabilize 1.4.3 arm, #949368
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
net-proxy/dante: Stabilize 1.4.3 arm64, #949368
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Conrad Kostecki · gentoo
net-proxy/dante: add fix for >=miniupnpc-2.2.8
Closes: https://bugs.gentoo.org/943787 Signed-off-by: Conrad Kostecki <conikost@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Robin H. Johnson · gentoo
net-proxy/dante: version bump
Closes: https://bugs.gentoo.org/908548 Closes: https://bugs.gentoo.org/900280 Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
*/*: unkeyword ~ia64
Change was created by running the following command:: ekeyword ^ia64 */*/*.ebuild Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
net-proxy/dante: sys-devel/bison -> app-alternatives/yacc
All of these will be using app-alternatives/yacc anyway as they're not unsetting YACC or LEX, so make the dep reflect reality. (Included both YACC and LEX out of conservatism.) Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
net-proxy/dante: sys-devel/flex -> app-alternatives/lex
All of these will be using app-alternatives/lex anyway as they're not unsetting YACC or LEX, so make the dep reflect reality. (Included both YACC and LEX out of conservatism.) Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - WANG Xuerui · gentoo
net-proxy/dante: keyword 1.4.1-r6 for ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - orbea · gentoo
net-proxy/dante: Fix build with slibtool
Removing -all-dynamic is the easiest choice as nothing seems to actually provide that argument. GNU libtool of course will ignore the issue. Bug: https://bugs.gentoo.org/780039 Signed-off-by: orbea <orbea@riseup.net> Closes: https://github.com/gentoo/gentoo/pull/25349 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
net-proxy/dante: remove userland_GNU
Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Marek Szuba · gentoo
net-proxy/dante: keyword 1.4.1-r6 for ~riscv
Signed-off-by: Marek Szuba <marecki@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
net-proxy/dante: add missing libcrypt dependency
Closes: https://bugs.gentoo.org/798954 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Conrad Kostecki · gentoo
net-proxy/dante: drop old version
Closes: https://bugs.gentoo.org/801412 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Conrad Kostecki <conikost@gentoo.org> - Conrad Kostecki · gentoo
net-proxy/dante: add group (GLEP 81)
Closes: https://bugs.gentoo.org/801412 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Conrad Kostecki <conikost@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Conrad Kostecki · gentoo
net-proxy/dante: drop old version
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Conrad Kostecki <conikost@gentoo.org> - Conrad Kostecki · gentoo
net-proxy/dante: bump to EAPI=7
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Conrad Kostecki <conikost@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Conrad Kostecki · gentoo
net-proxy/dante: drop old version
Closes: https://bugs.gentoo.org/781461 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Conrad Kostecki <conikost@gentoo.org> - Conrad Kostecki · gentoo
net-proxy/dante: migrate to GLEP 81
Closes: https://bugs.gentoo.org/781461 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Conrad Kostecki <conikost@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Conrad Kostecki · gentoo
net-proxy/dante: drop deprecated ltprune eclass
Signed-off-by: Conrad Kostecki <conikost@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
net-proxy/dante: drop s390 to ~s390 (unstable)
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matt Turner · gentoo
*/*: Drop stable ia64 keywords
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
*/*: Discontinue Gentoo SuperH port
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --ignore-arches Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
net-proxy/dante: migrate to sys-apps/shadow
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: Bump copyright on files touched this year
Update the copyright notice on all files that were touched since January 1st but did not have the notice updated. Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matt Turner · gentoo
*/*: Drop stable alpha keywords
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
net-proxy/dante: 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 - Michał Górny · gentoo
net-proxy: Remove *-fbsd KEYWORDS
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
net-proxy/dante: mark s390 stable
Package-Manager: Portage-2.3.40, Repoman-2.3.9 - Tim Harder · gentoo
net-proxy/dante: use https for HOMEPAGE and SRC_URI - Tim Harder · gentoo
net-proxy/dante: remove old - Tim Harder · gentoo
net-proxy/dante: use ltprune instead of eutils - Michael Weber · gentoo
net-proxy/dante: arm64 stable.
Package-Manager: Portage-2.3.4, Repoman-2.3.2 RepoMan-Options: --include-arches="arm64" - Michael Weber · gentoo
net-proxy/dante: arm stable (bug 597980).
Package-Manager: Portage-2.3.4, Repoman-2.3.2 - Michael Weber · gentoo
net-proxy/dante: add ~arm64 keyword.
Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="amd64 arm arm64 ppc ppc64" - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - T. Malfatti · gentoo
media-libs/portaudio: Version bump - Agostino Sarubbo · gentoo
net-proxy/dante: ia64 stable wrt bug #597980
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Jeroen Roovers · gentoo
net-proxy/dante: Stable for HPPA (bug #597980).
Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --ignore-arches - Agostino Sarubbo · gentoo
net-proxy/dante: sparc stable wrt bug #597980
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
net-proxy/dante: ppc64 stable wrt bug #597980
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
net-proxy/dante: x86 stable wrt bug #597980
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
net-proxy/dante: ppc stable wrt bug #597980
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Tobias Klausmann · gentoo
net-proxy/dante-1.4.1-r1: stable on amd64
Gentoo-Bug: 597980 - Tobias Klausmann · gentoo
net-proxy/dante-1.4.1-r1: stable on alpha
Gentoo-Bug: 597980 - Pacho Ramos · gentoo
net-proxy/dante: Drop old
Package-Manager: portage-2.3.2 RepoMan-Options: --force - Pacho Ramos · gentoo
net-proxy/dante: Apply Debian patch to fix compilation on alpha and other arches (#517528 by Tobias Klausmann), apply opensuse patch to fix compilation with newer miniupnpc (#564680 by Rion), use proper configure option (#596198 by Xiami).
Package-Manager: portage-2.3.2 RepoMan-Options: --force - 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