| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Bug: https://bugs.gentoo.org/552720
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
| |
Done via:
find -name metadata.xml -exec xml ed -P -L \
-a '/pkgmetadata/maintainer[substring(email,
string-length(email) - string-length("@gentoo.org") + 1)
!= "@gentoo.org"]' \
-t attr -n proxied -v yes {} +
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
|
|
|
|
|
|
| |
Done via:
find -name metadata.xml -exec xml ed -P -L \
-a '//maintainer[email="proxy-maint@gentoo.org"]' \
-t attr -n proxied -v proxy {} +
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
The no nonsense TFTP/FTP server.
An excellent choice for those of us who never wanted to learn every config file
format on this planet. uftpd has no configuration, and starts automatically
from the traditional UNIX inetd super server, neatly tcpwrapped for your
safety.
Hardcore Internet users and anyone concerned about security should probably
consider a seperate TFTP server and for FTP look at one of: sftpd, proftpd or
pure-ftpd.
Closes: https://bugs.gentoo.org/639564
Closes: https://github.com/gentoo/gentoo/pull/6540
Package-Manager: Portage-2.3.13, Repoman-2.3.3
|