commit: 185658bff21832b12c76e6e74fe9a7d1c6ea71cf Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Sat Jan 5 16:11:31 2019 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Sat Jan 5 16:12:01 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=185658bf
mail-filter/amavisd-new: new revision sans the app-arch/freeze dependency. The app-arch/freeze package fails to build with a modern compiler and glibc. It's probably time to lay this package to rest. The last upstream release is from circa 1999. Fedora has some patches against it, but an email from the author (in the Fedora RPM) suggests that even he thinks the package is dead. While it's fun to see a long list of supported file types in amavisd, I've never actually seen one of these archives in real life. The recent build failures are due to some code quality issues; so even if it's possible to patch them, one has to ask: do we want to be feeding this unmaintained program untrusted input from the network? With all things considered, its removal is for the best. Bug: https://bugs.gentoo.org/669206 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 .../{amavisd-new-2.11.1-r2.ebuild => amavisd-new-2.11.1-r3.ebuild} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mail-filter/amavisd-new/amavisd-new-2.11.1-r2.ebuild b/mail-filter/amavisd-new/amavisd-new-2.11.1-r3.ebuild similarity index 98% rename from mail-filter/amavisd-new/amavisd-new-2.11.1-r2.ebuild rename to mail-filter/amavisd-new/amavisd-new-2.11.1-r3.ebuild index 1767bdefc4a..fb89008a1ca 100644 --- a/mail-filter/amavisd-new/amavisd-new-2.11.1-r2.ebuild +++ b/mail-filter/amavisd-new/amavisd-new-2.11.1-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -23,7 +23,6 @@ RDEPEND="${DEPEND} app-arch/bzip2 app-arch/arc app-arch/cabextract - app-arch/freeze app-arch/lha app-arch/lrzip app-arch/lzop
