<pre style='margin:0'>
Kurt Hindenburg (kurthindenburg) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/1400c07165721bfa3b953961736de01bc56c7f1a">https://github.com/macports/macports-ports/commit/1400c07165721bfa3b953961736de01bc56c7f1a</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 1400c071657 logwatch: update to 7.10
</span>1400c071657 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 1400c07165721bfa3b953961736de01bc56c7f1a
</span>Author: Kurt Hindenburg <khindenburg@macports.org>
AuthorDate: Wed May 1 19:30:33 2024 -0400

<span style='display:block; white-space:pre;color:#404040;'>    logwatch: update to 7.10
</span>---
 security/logwatch/Portfile                          |  8 ++++----
 .../logwatch/files/patch-conf.logwatch.conf.diff    | 21 ++++++++++-----------
 2 files changed, 14 insertions(+), 15 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/security/logwatch/Portfile b/security/logwatch/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 40b7a2d0555..9ac888237b5 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/security/logwatch/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/security/logwatch/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -3,7 +3,7 @@
</span> PortSystem          1.0
 
 name                logwatch
<span style='display:block; white-space:pre;background:#ffe0e0;'>-version             7.9
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+version             7.10
</span> revision            0
 distname            logwatch-${version}
 categories          security
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -26,9 +26,9 @@ master_sites        sourceforge:project/logwatch/logwatch-${version}
</span> platforms           any
 depends_lib         path:bin/perl:perl5
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums           rmd160  c1587266ba61a1b58fe2a978df2bc7978922d054 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    sha256  49d2f1e99c9770f56fc3e82a46880e8900b874dfba593e45f599c89fd255738e \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    size    501086
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums           rmd160  a1f096fae9bd72486fd6e353f1afd544c2759ce8 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    sha256  329df0991b879764ed7e50a869de5b6bfa70d241eb254397a5659d1ff5f2588f \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    size    511766
</span> 
 patchfiles          patch-scripts.logwatch.pl.diff \
                     patch-conf.logwatch.conf.diff \
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/security/logwatch/files/patch-conf.logwatch.conf.diff b/security/logwatch/files/patch-conf.logwatch.conf.diff
</span><span style='display:block; white-space:pre;color:#808080;'>index ad99f4bf207..dee0b30aa63 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/security/logwatch/files/patch-conf.logwatch.conf.diff
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/security/logwatch/files/patch-conf.logwatch.conf.diff
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,20 +1,19 @@
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>---- conf/logwatch.conf     2016-03-30 17:32:33.000000000 -0400
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-+++ conf/logwatch.conf     2016-11-08 19:33:17.000000000 -0500
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-@@ -27,7 +27,7 @@
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- LogDir = /var/log
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+--- conf/logwatch.conf     2024-01-22 14:31:51
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++++ conf/logwatch.conf     2024-05-01 19:11:54
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+@@ -36,6 +36,7 @@
</span>  
  # You can override the default temp directory (/tmp) here
<span style='display:block; white-space:pre;background:#ffe0e0;'>--TmpDir = /var/cache/logwatch
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ # TmpDir = /var/cache/logwatch
</span> +TmpDir = @PREFIX@/var/cache/logwatch
  
<span style='display:block; white-space:pre;background:#ffe0e0;'>- #Output/Format Options
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- #By default Logwatch will print to stdout in text with no encoding.
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-@@ -89,6 +89,8 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ # To format using HTML use Format = html
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ # Format = text
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+@@ -126,6 +127,8 @@
</span>                              # prints useful system configuration info.
  Service = "-eximstats"      # Prevents execution of eximstats service, which
                              # is a wrapper for the eximstats program.
 +Service = "-zz-lm_sensors"  # Prevents execution of zz-lmsensors
 +                            # no /proc
<span style='display:block; white-space:pre;background:#ffe0e0;'>- # If you only cared about FTP messages, you could use these 2 lines
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- # instead of the above:
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- #Service = ftpd-messages   # Processes ftpd messages in /var/log/messages
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ # Because the above sets "All" as the default, and disables certain
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ # services, you can also set the Service variable to an empty string
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ # in your local logwatch.conf (by default, under /etc/logwatch/conf).
</span></pre><pre style='margin:0'>

</pre>