Add the author's patch to fix broken handling of queue_list_requires_admin
and the -bpc flag. Bump PORTREVISION to reflect the change. Obtained from: exim-users@exim.org Message-Id: Pine.SOL.4.33.0110301326040.24148-100000@virgo.cus.cam.ac.uk
This commit is contained in:
parent
0c85b2532d
commit
312a1adc00
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=49488
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
PORTNAME= exim
|
PORTNAME= exim
|
||||||
PORTVERSION= 3.33
|
PORTVERSION= 3.33
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= mail
|
CATEGORIES= mail
|
||||||
MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/ \
|
MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/ \
|
||||||
http://www.exim.org/ftp/ \
|
http://www.exim.org/ftp/ \
|
||||||
|
12
mail/exim-devel/files/patch-src::exim.c
Normal file
12
mail/exim-devel/files/patch-src::exim.c
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
--- src/exim.c.orig Wed Aug 15 13:09:09 2001
|
||||||
|
+++ src/exim.c Fri Nov 2 12:22:38 2001
|
||||||
|
@@ -2197,7 +2197,8 @@
|
||||||
|
|
||||||
|
if (!admin_user)
|
||||||
|
{
|
||||||
|
- if (deliver_give_up || daemon_listen || count_queue ||
|
||||||
|
+ if (deliver_give_up || daemon_listen ||
|
||||||
|
+ (count_queue && queue_list_requires_admin) ||
|
||||||
|
(list_queue && queue_list_requires_admin) ||
|
||||||
|
(queue_interval >= 0 && prod_requires_admin))
|
||||||
|
{
|
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
PORTNAME= exim
|
PORTNAME= exim
|
||||||
PORTVERSION= 3.33
|
PORTVERSION= 3.33
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= mail
|
CATEGORIES= mail
|
||||||
MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/ \
|
MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/ \
|
||||||
http://www.exim.org/ftp/ \
|
http://www.exim.org/ftp/ \
|
||||||
|
12
mail/exim-old/files/patch-src::exim.c
Normal file
12
mail/exim-old/files/patch-src::exim.c
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
--- src/exim.c.orig Wed Aug 15 13:09:09 2001
|
||||||
|
+++ src/exim.c Fri Nov 2 12:22:38 2001
|
||||||
|
@@ -2197,7 +2197,8 @@
|
||||||
|
|
||||||
|
if (!admin_user)
|
||||||
|
{
|
||||||
|
- if (deliver_give_up || daemon_listen || count_queue ||
|
||||||
|
+ if (deliver_give_up || daemon_listen ||
|
||||||
|
+ (count_queue && queue_list_requires_admin) ||
|
||||||
|
(list_queue && queue_list_requires_admin) ||
|
||||||
|
(queue_interval >= 0 && prod_requires_admin))
|
||||||
|
{
|
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
PORTNAME= exim
|
PORTNAME= exim
|
||||||
PORTVERSION= 3.33
|
PORTVERSION= 3.33
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= mail
|
CATEGORIES= mail
|
||||||
MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/ \
|
MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/ \
|
||||||
http://www.exim.org/ftp/ \
|
http://www.exim.org/ftp/ \
|
||||||
|
12
mail/exim/files/patch-src::exim.c
Normal file
12
mail/exim/files/patch-src::exim.c
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
--- src/exim.c.orig Wed Aug 15 13:09:09 2001
|
||||||
|
+++ src/exim.c Fri Nov 2 12:22:38 2001
|
||||||
|
@@ -2197,7 +2197,8 @@
|
||||||
|
|
||||||
|
if (!admin_user)
|
||||||
|
{
|
||||||
|
- if (deliver_give_up || daemon_listen || count_queue ||
|
||||||
|
+ if (deliver_give_up || daemon_listen ||
|
||||||
|
+ (count_queue && queue_list_requires_admin) ||
|
||||||
|
(list_queue && queue_list_requires_admin) ||
|
||||||
|
(queue_interval >= 0 && prod_requires_admin))
|
||||||
|
{
|
Loading…
Reference in New Issue
Block a user