[amavisd-new] Replaced requirement to cpio by pax (upstream recommendation)

Robert Scheck robert at fedoraproject.org
Thu Feb 26 11:57:30 UTC 2015


commit feca78178de73b7b2fa33d2fca905faf5973a2d3
Author: Robert Scheck <robert at fedoraproject.org>
Date:   Thu Feb 26 12:57:09 2015 +0100

    Replaced requirement to cpio by pax (upstream recommendation)
    
    Amavisd-New reports otherwise: WARN: Using cpio instead of pax can be a security risk; please add:  $pax='pax';  to amavisd.conf and check that the pax(1) utility is available on the system!

 amavisd-new.spec | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/amavisd-new.spec b/amavisd-new.spec
index c847021..5013f94 100644
--- a/amavisd-new.spec
+++ b/amavisd-new.spec
@@ -3,7 +3,7 @@
 Summary:        Email filter with virus scanner and spamassassin support
 Name:           amavisd-new
 Version:        2.10.1
-Release:        1%{?prerelease:.%{prerelease}}%{?dist}
+Release:        2%{?prerelease:.%{prerelease}}%{?dist}
 # LDAP schema is GFDL, some helpers are BSD, core is GPLv2+
 License:        GPLv2+ and BSD and GFDL
 Group:          Applications/System
@@ -40,7 +40,7 @@ Requires:       altermime
 Requires:       arj
 Requires:       bzip2
 Requires:       cabextract
-Requires:       cpio
+Requires:       pax
 Requires:       file
 Requires:       freeze
 Requires:       gzip
@@ -312,6 +312,9 @@ systemctl start amavisd-clean-quarantine.timer >/dev/null 2>&1 || :
 %{_sbindir}/amavisd-snmp-subagent-zmq
 
 %changelog
+* Thu Feb 26 2015 Robert Scheck <robert at fedoraproject.org> 2.10.1-1
+- Replaced requirement to cpio by pax (upstream recommendation)
+
 * Mon Oct 27 2014 Juan Orti Alcaine <jorti at fedoraproject.org> 2.10.1-1
 - Update to 2.10.1
 - Patch5 merged upstream



More information about the perl-devel mailing list