View | Details | Raw Unified | Return to bug 71907
Collapse All | Expand All

(-)amavisd-new/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
# Based on amavisd ports makefile.
7
# Based on amavisd ports makefile.
8
8
9
PORTNAME=	amavisd-new
9
PORTNAME=	amavisd-new
10
PORTVERSION=	2.1.1
10
PORTVERSION=	2.1.2
11
PORTEPOCH=	1
11
PORTEPOCH=	1
12
CATEGORIES=	security
12
CATEGORIES=	security
13
MASTER_SITES=	http://www.ijs.si/software/amavisd/ \
13
MASTER_SITES=	http://www.ijs.si/software/amavisd/ \
(-)amavisd-new/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (amavisd-new-2.1.1.tar.gz) = 85f1dff7d1f3add4c7556269daee15d9
1
MD5 (amavisd-new-2.1.2.tar.gz) = d24bafbe84668dec71a38a074b6bb920
2
SIZE (amavisd-new-2.1.1.tar.gz) = 462664
2
SIZE (amavisd-new-2.1.2.tar.gz) = 464713
(-)amavisd-new/files/patch-amavisd (-12 / +3 lines)
Lines 1-15 Link Here
1
--- amavisd.orig	Tue Aug 24 16:25:52 2004
1
--- amavisd.orig	Mon Sep  6 20:30:58 2004
2
+++ amavisd	Wed Aug 25 17:54:10 2004
2
+++ amavisd	Sun Sep 19 09:43:03 2004
3
@@ -371,7 +371,7 @@
3
@@ -7452,7 +7452,7 @@
4
   !defined($var) ? [] : !ref($var) ? [$var] : $var;
5
 }
6
7
-$myversion = 'amavisd-new-2.1.0';
8
+$myversion = 'amavisd-new-2.1.1';
9
10
 $eol = "\n";  # native record separator in files: LF or CRLF or even CR
11
 $unicode_aware = $]>=5.008 && length("\x{263a}")==1 && eval { require Encode };
12
@@ -7409,7 +7409,7 @@
13
 $Amavis::Conf::log_recip_templ = $1
4
 $Amavis::Conf::log_recip_templ = $1
14
   if $Amavis::Conf::log_recip_templ=~/^(.*?)[\r\n]+\z/s;
5
   if $Amavis::Conf::log_recip_templ=~/^(.*?)[\r\n]+\z/s;

Return to bug 71907