]> git.pld-linux.org Git - packages/amavisd-new.git/commitdiff
- mysql 2.6.2 by Eero Hänninen auto/ac/amavisd-new-2_6_2-1 auto/th/amavisd-new-2_6_2-1 auto/ti/amavisd-new-2_6_2-1
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 8 Jan 2009 12:57:06 +0000 (12:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    amavisd-new-config.patch -> 1.27
    amavisd-new.spec -> 1.120

amavisd-new-config.patch
amavisd-new.spec

index c28de920ce581c4a633e4ff46e462874663213f0..37580e87ae93280e06ea9ecea02f6e2ac6a1d625 100644 (file)
 -# ['ClamAV-clamd',
 -#   \&ask_daemon, ["CONTSCAN {}\n", "/var/run/clamav/clamd"],
 -#   qr/\bOK$/, qr/\bFOUND$/,
 -# ['ClamAV-clamd',
 -#   \&ask_daemon, ["CONTSCAN {}\n", "/var/run/clamav/clamd"],
 -#   qr/\bOK$/, qr/\bFOUND$/,
--#   qr/^.*?: (?!Infected Archive)(.*) FOUND$/ ],
+-#   qr/^.*?: (?!Infected Archive)(.*) FOUND$/m ],
 -# # NOTE: run clamd under the same user as amavisd, or run it under its own
 -# #   uid such as clamav, add user clamav to the amavis group, and then add
 -# #   AllowSupplementaryGroups to clamd.conf;
 -# # NOTE: run clamd under the same user as amavisd, or run it under its own
 -# #   uid such as clamav, add user clamav to the amavis group, and then add
 -# #   AllowSupplementaryGroups to clamd.conf;
 -  ### http://mks.com.pl/english.html
 -  ['MkS_Vir for Linux (beta)', ['mks32','mks'],
 -    '-s {}/*', [0], [1,2],
 -  ### http://mks.com.pl/english.html
 -  ['MkS_Vir for Linux (beta)', ['mks32','mks'],
 -    '-s {}/*', [0], [1,2],
--    qr/--[ \t]*(.+)/ ],
+-    qr/--[ \t]*(.+)/m ],
 +#  Moved to secondary scanner
 +#  ### http://mks.com.pl/english.html
 +#  ['MkS_Vir for Linux (beta)', ['mks32','mks'],
 +#    '-s {}/*', [0], [1,2],
 +#  Moved to secondary scanner
 +#  ### http://mks.com.pl/english.html
 +#  ['MkS_Vir for Linux (beta)', ['mks32','mks'],
 +#    '-s {}/*', [0], [1,2],
-+#    qr/--[ \t]*(.+)/ ],
++#    qr/--[ \t]*(.+)/m ],
  
    ### http://mks.com.pl/english.html
    ['MkS_Vir daemon', 'mksscan',
 @@ -2298,6 +2302,10 @@
  # ],
  
    ### http://mks.com.pl/english.html
    ['MkS_Vir daemon', 'mksscan',
 @@ -2298,6 +2302,10 @@
  # ],
- # # other options to consider: -mime -oe -idedir=/usr/local/sav
+ # # other options to consider: -idedir=/usr/local/sav
  
 +  ['MkS_Vir for Linux (beta)', ['mks32','mks'],
 +      '-s {}/*', [0], [1,2],
  
 +  ['MkS_Vir for Linux (beta)', ['mks32','mks'],
 +      '-s {}/*', [0], [1,2],
-+      qr/--[ \t]*(.+)/ ],
++      qr/--[ \t]*(.+)/m ],
 +
 +
- # always succeeds (uncomment to consider mail clean if all other scanners fail)
- # ['always-clean', sub {0}],
+ # Always succeeds and considers mail clean.
+ # Potentially useful when all other scanners fail and it is desirable
  
  
index 02f69c179ca4c505a11094748aa99273407ca0d6..a132df57d3d0877bf718355e79309e7ef4c313e5 100644 (file)
@@ -6,13 +6,13 @@
 Summary:       A Mail Virus Scanner with SpamAssassin support - daemon
 Summary(pl.UTF-8):     Antywirusowy skaner poczty elektronicznej z obsługą SpamAssasina - demon
 Name:          amavisd-new
 Summary:       A Mail Virus Scanner with SpamAssassin support - daemon
 Summary(pl.UTF-8):     Antywirusowy skaner poczty elektronicznej z obsługą SpamAssasina - demon
 Name:          amavisd-new
-Version:       2.6.1
-Release:       2
+Version:       2.6.2
+Release:       1
 Epoch:         1
 License:       GPL
 Group:         Applications/Mail
 Source0:       http://www.ijs.si/software/amavisd/%{name}-%{version}.tar.gz
 Epoch:         1
 License:       GPL
 Group:         Applications/Mail
 Source0:       http://www.ijs.si/software/amavisd/%{name}-%{version}.tar.gz
-# Source0-md5: 2474d4c034f96a58e5b8af91af514689
+# Source0-md5: 0b3b0ef8771af8e4a950e7381d42adbd
 Source1:       %{name}.init
 Source2:       %{name}-milter.init
 Source3:       %{name}.tmpwatch
 Source1:       %{name}.init
 Source2:       %{name}-milter.init
 Source3:       %{name}.tmpwatch
This page took 0.092311 seconds and 4 git commands to generate.