FreeBSD Bugzilla – Attachment 254095 Details for
Bug 281941
mail/p5-Mail-Milter-Authentication update to 3.20240827
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
port upgrade to 3.20240827
p5-Mail-Milter-Authentication-update3.20240827.patch (text/plain), 3.72 KB, created by
Andreas Jobs
on 2024-10-08 15:27:01 UTC
(
hide
)
Description:
port upgrade to 3.20240827
Filename:
MIME Type:
Creator:
Andreas Jobs
Created:
2024-10-08 15:27:01 UTC
Size:
3.72 KB
patch
obsolete
>diff --git a/mail/p5-Mail-Milter-Authentication/Makefile b/mail/p5-Mail-Milter-Authentication/Makefile >index 83b0fa34b5..881e3e1db3 100644 >--- a/mail/p5-Mail-Milter-Authentication/Makefile >+++ b/mail/p5-Mail-Milter-Authentication/Makefile >@@ -1,6 +1,5 @@ > PORTNAME= Mail-Milter-Authentication >-PORTVERSION= 3.20240205 >-PORTREVISION= 1 >+PORTVERSION= 3.20240827 > CATEGORIES= mail perl5 > MASTER_SITES= CPAN > PKGNAMEPREFIX= p5- >diff --git a/mail/p5-Mail-Milter-Authentication/distinfo b/mail/p5-Mail-Milter-Authentication/distinfo >index 248b6a8464..571962efd0 100644 >--- a/mail/p5-Mail-Milter-Authentication/distinfo >+++ b/mail/p5-Mail-Milter-Authentication/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1708613768 >-SHA256 (Mail-Milter-Authentication-3.20240205.tar.gz) = 88a04406509c2f6a2b1b718b1ca250dc4e86f783343ceeb6cd6eac00ed4d0d7e >-SIZE (Mail-Milter-Authentication-3.20240205.tar.gz) = 249101 >+TIMESTAMP = 1727302937 >+SHA256 (Mail-Milter-Authentication-3.20240827.tar.gz) = b38cdd8e694ac8689f6893997a40f70ace182a04314baef416b3aec8867ba3b0 >+SIZE (Mail-Milter-Authentication-3.20240827.tar.gz) = 251966 >diff --git a/mail/p5-Mail-Milter-Authentication/files/patch-lib_Mail_Milter_Authentication.pm b/mail/p5-Mail-Milter-Authentication/files/patch-lib_Mail_Milter_Authentication.pm >deleted file mode 100644 >index 7908a75ded..0000000000 >--- a/mail/p5-Mail-Milter-Authentication/files/patch-lib_Mail_Milter_Authentication.pm >+++ /dev/null >@@ -1,18 +0,0 @@ >---- lib/Mail/Milter/Authentication.pm.orig 2024-02-05 02:41:57 UTC >-+++ lib/Mail/Milter/Authentication.pm >-@@ -32,11 +32,14 @@ use vars qw(@ISA); >- my $MYARGS = { >- 'ident' => $Mail::Milter::Authentication::Config::IDENT, >- 'to_stderr' => 0, # handled elsewhere >-+ 'to_stdout' => 0, # handled elsewhere >- 'log_pid' => 1, >- 'facility' => LOG_MAIL, >- }; >- if ( exists $config->{ 'log_dispatchouli' } ) { >-- $MYARGS = $config->{ 'log_dispatchouli' }; >-+ foreach my $k (keys %{$config->{ 'log_dispatchouli' }}) { >-+ $MYARGS->{$k} = $config->{ 'log_dispatchouli' }->{$k}; >-+ } >- } >- >- $LOGGER = Log::Dispatchouli->new( $MYARGS ); >diff --git a/mail/p5-Mail-Milter-Authentication/files/patch-lib_Mail_Milter_Authentication_Config.pm b/mail/p5-Mail-Milter-Authentication/files/patch-lib_Mail_Milter_Authentication_Config.pm >index c2ac6dfd0d..2b86fb5f04 100644 >--- a/mail/p5-Mail-Milter-Authentication/files/patch-lib_Mail_Milter_Authentication_Config.pm >+++ b/mail/p5-Mail-Milter-Authentication/files/patch-lib_Mail_Milter_Authentication_Config.pm >@@ -53,8 +53,8 @@ > > @@ -104,7 +104,7 @@ sub setup_config { > else { >- if ( $EUID == 0 ) { >- # We are root, create in global space >+ if ( $EUID == 0 && -d "/var/$type" && -w "/var/$type" ) { >+ # We are root, create in global space if it exists and is writable > - $dir = '/var/'.$type.'/authentication_milter'; > + $dir = '/var/'.$type.'/auth_milter'; > mkdir $dir if ! -e $dir; >diff --git a/mail/p5-Mail-Milter-Authentication/files/patch-share_authentication__milter.json b/mail/p5-Mail-Milter-Authentication/files/patch-share_authentication__milter.json >index 1547a396af..7162136241 100644 >--- a/mail/p5-Mail-Milter-Authentication/files/patch-share_authentication__milter.json >+++ b/mail/p5-Mail-Milter-Authentication/files/patch-share_authentication__milter.json >@@ -65,12 +65,3 @@ > "PTR" : {}, > > "SenderID" : { >-@@ -63,7 +74,7 @@ >- "100.200.100.2", >- "2001:44c2:3881:aa00::/56", >- "2001:44b8:3021:123:dead:beef:abcd:1234" >-- ], >-+ ] >- }, >- >- "!AddID" : {},
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 281941
: 254095