]> git.pld-linux.org Git - packages/amavisd-new.git/commitdiff
- updated to 2.12.2
authorMarcin Krol <hawk@tld-linux.org>
Sun, 3 Apr 2022 10:51:46 +0000 (12:51 +0200)
committerMarcin Krol <hawk@tld-linux.org>
Sun, 3 Apr 2022 10:51:46 +0000 (12:51 +0200)
amavisd-new-config.patch
amavisd-new-tools-dbdir.patch
amavisd-new.spec

index 667308c4b5ac6487c58e3f2e21f9b5fd2991cc37..14a02572a174602822da6557ed3de1a1e7cea46c 100644 (file)
@@ -1,6 +1,7 @@
---- amavisd-new-2.7.0/amavisd.conf~    2011-07-01 19:21:01.000000000 +0300
-+++ amavisd-new-2.7.0/amavisd.conf     2011-08-08 13:03:11.992905314 +0300
-@@ -10,32 +10,32 @@
+diff -urp amavis-v2.12.1.orig/amavisd.conf amavis-v2.12.1/amavisd.conf
+--- amavis-v2.12.1.orig/amavisd.conf   2020-11-13 13:55:37.000000000 +0100
++++ amavis-v2.12.1/amavisd.conf        2021-01-24 21:25:54.841592502 +0100
+@@ -10,32 +10,32 @@ use strict;
  # COMMONLY ADJUSTED SETTINGS:
  
  # @bypass_virus_checks_maps = (1);  # controls running of anti-virus code
@@ -42,7 +43,7 @@
  #NOTE: create directories $MYHOME/tmp, $MYHOME/var, $MYHOME/db manually
  
  $log_level = 0;              # verbosity 0..5, -d
-@@ -51,7 +51,8 @@
+@@ -55,7 +55,8 @@ $enable_dkim_signing = 1;    # load DKIM
  @mynetworks = qw( 127.0.0.0/8 [::1] [FE80::]/10 [FEC0::]/10
                    10.0.0.0/8 172.16.0.0/12 192.168.0.0/16 );
  
@@ -52,8 +53,8 @@
                 # option(s) -p overrides $inet_socket_port and $unix_socketname
  
  $inet_socket_port = 10024;   # listen on this local TCP port(s)
-@@ -370,16 +371,15 @@
- #   qr/^(?:310|420)[,\s]*(?:.* <<< )?(.+?)(?: ; |$)/m
+@@ -382,16 +383,15 @@ $banned_filename_re = new_RE(
+ #   qr/^(?:310|420)[,\s]*(?:.* <<< )?(.+?)(?: ; |$)/m ],
  # settings for the SAVAPI3.conf: ArchiveScan=1, HeurLevel=2, MailboxScan=1
  
 -# ### http://www.clamav.net/
@@ -78,7 +79,7 @@
  
  # ### http://www.clamav.net/ and CPAN  (memory-hungry! clamd is preferred)
  # # note that Mail::ClamAV requires perl to be build with threading!
-@@ -566,16 +566,21 @@
+@@ -580,16 +580,21 @@ $banned_filename_re = new_RE(
      # NOTE: requires suid wrapper around inocmd32; consider flag: -mod reviewer
      # see http://marc.theaimsgroup.com/?l=amavis-user&m=109229779912783
  
index b60072a6782c5eefa7c424db89240717de7e2bb5..4fe74d1c77cfbca566c6ede885fb0dbe8943e7d2 100644 (file)
@@ -1,6 +1,7 @@
---- amavisd-new-2.6.0/amavisd-agent.orig    2008-04-10 21:47:12.000000000 +0300
-+++ amavisd-new-2.6.0/amavisd-agent    2008-05-07 13:48:25.000000000 +0300
-@@ -50,7 +50,7 @@
+diff -urp amavis-v2.12.1.orig/amavisd-agent amavis-v2.12.1/amavisd-agent
+--- amavis-v2.12.1.orig/amavisd-agent  2020-11-13 13:55:37.000000000 +0100
++++ amavis-v2.12.1/amavisd-agent       2021-01-24 21:28:13.409592502 +0100
+@@ -53,7 +53,7 @@ use BerkeleyDB;
  
  my($dbfile) = 'snmp.db';
  my($db_home) =  # DB databases directory
@@ -9,9 +10,10 @@
  
  my($wakeuptime) = 10;  # -w, sleep time in seconds, may be fractional
  my($repeatcount);      # -c, repeat count (when defined)
---- amavisd-new-2.6.0/amavisd-nanny.orig    2008-03-29 00:55:02.000000000 +0200
-+++ amavisd-new-2.6.0/amavisd-nanny    2008-05-07 13:49:19.000000000 +0300
-@@ -58,7 +58,7 @@
+diff -urp amavis-v2.12.1.orig/amavisd-nanny amavis-v2.12.1/amavisd-nanny
+--- amavis-v2.12.1.orig/amavisd-nanny  2020-11-13 13:55:37.000000000 +0100
++++ amavis-v2.12.1/amavisd-nanny       2021-01-24 21:28:13.409592502 +0100
+@@ -61,7 +61,7 @@ my($activettl) = 10*60; # stuck active c
  
  my($dbfile) = 'nanny.db';
  my($db_home) =  # DB databases directory
@@ -20,4 +22,3 @@
  my($wakeuptime) = 2;  # -w, sleep time in seconds, may be fractional
  my($repeatcount);     # -c, repeat count (when defined)
  
-
index b9130f0f9e120518bef4ee1736dbf609b3f92935..35b324e193a77d0d0bd1bdd9c5745119d8ddc931 100644 (file)
@@ -3,16 +3,17 @@
 # - Add polish info mail templates
 # - move amavis part of tmpwatch configuration from tmpwatch.spec
 #
+%define        _debugsource_packages   0
 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.12.0
+Version:       2.12.2
 Release:       1
 Epoch:         1
 License:       GPL
 Group:         Applications/Mail
 Source0:       https://gitlab.com/amavis/amavis/-/archive/v%{version}/amavis-v%{version}.tar.bz2
-# Source0-md5: 67cdd043d5d7046ec5995564444ec10f
+# Source0-md5: d2ccce027ff4e8502326638e9ef2142b
 Source1:       %{name}.init
 Source2:       %{name}.tmpfiles
 Source3:       %{name}.tmpwatch
This page took 0.108051 seconds and 4 git commands to generate.