diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2019-01-05 11:11:31 -0500 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2019-01-05 11:12:01 -0500 |
commit | 185658bff21832b12c76e6e74fe9a7d1c6ea71cf (patch) | |
tree | b2485da1d74c8c3662148753c0782d19e1c4fbac /mail-filter/amavisd-new | |
parent | mail-filter/amavisd-new: remove "unused" amavisd-new-2.11.1-r1.ebuild. (diff) | |
download | gentoo-185658bff21832b12c76e6e74fe9a7d1c6ea71cf.tar.gz gentoo-185658bff21832b12c76e6e74fe9a7d1c6ea71cf.tar.bz2 gentoo-185658bff21832b12c76e6e74fe9a7d1c6ea71cf.zip |
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@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'mail-filter/amavisd-new')
-rw-r--r-- | mail-filter/amavisd-new/amavisd-new-2.11.1-r3.ebuild (renamed from mail-filter/amavisd-new/amavisd-new-2.11.1-r2.ebuild) | 3 |
1 files changed, 1 insertions, 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 index 1767bdefc4a6..fb89008a1ca2 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 |