mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
sysutils/logwatch: Update 7.11 → 7.12
Commit log:
85e5559c34/log/
PR: 284261
This commit is contained in:
parent
c078b1c9be
commit
af06015ded
5 changed files with 101 additions and 20 deletions
|
@ -1,7 +1,7 @@
|
|||
PORTNAME= logwatch
|
||||
DISTVERSION= 7.11
|
||||
DISTVERSION= 7.12
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${DISTVERSION}
|
||||
|
||||
MAINTAINER= trashcan@ellael.org
|
||||
COMMENT= Log file analysis program
|
||||
|
@ -10,15 +10,23 @@ WWW= https://www.logwatch.org
|
|||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= p5-HTML-HTML5-Entities>=0:textproc/p5-HTML-HTML5-Entities
|
||||
|
||||
USES= perl5 shebangfix
|
||||
USE_PERL5= run
|
||||
RUN_DEPENDS= p5-HTML-HTML5-Entities>=0:textproc/p5-HTML-HTML5-Entities
|
||||
|
||||
SHEBANG_FILES= scripts/logwatch.pl
|
||||
PORTDOCS= HOWTO-Customize-LogWatch README
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
|
||||
MAKE_ENV+= SITE_PERL_REL=${SITE_PERL_REL}
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
NO_ARCH= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
PORTDOCS= HOWTO-Customize-LogWatch README
|
||||
|
||||
OPTIONS_DEFINE= DATEMANIP DOCS
|
||||
DATEMANIP_DESC= Install Date::Manip perl module for all valid --range parameters
|
||||
DATEMANIP_RUN_DEPENDS= p5-Date-Manip>=0:devel/p5-Date-Manip
|
||||
|
||||
pre-configure:
|
||||
${REINPLACE_CMD} -E \
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1731661617
|
||||
SHA256 (logwatch-7.11.tar.gz) = 5eb42d983a9667003368b572149fce788c0d7e13daaf1f28ad1bf3a140b865cf
|
||||
SIZE (logwatch-7.11.tar.gz) = 513041
|
||||
TIMESTAMP = 1737538100
|
||||
SHA256 (logwatch-7.12.tar.gz) = 9b87f3f1122d4b6c9b3d77faca40ab98452225cae50019aad761ebd6b01b84d8
|
||||
SIZE (logwatch-7.12.tar.gz) = 509278
|
||||
|
|
|
@ -99,9 +99,9 @@ install:
|
|||
automount \
|
||||
autorpm \
|
||||
barracuda \
|
||||
dropbear \
|
||||
bfd \
|
||||
cisco \
|
||||
citadel \
|
||||
clam-update \
|
||||
clamav \
|
||||
clamav-milter \
|
||||
|
@ -109,9 +109,13 @@ install:
|
|||
cron \
|
||||
denyhosts \
|
||||
dhcpd \
|
||||
dirsrv \
|
||||
dnf-automatic \
|
||||
dnf-rpm \
|
||||
dnssec \
|
||||
dovecot \
|
||||
dpkg \
|
||||
dropbear \
|
||||
emerge \
|
||||
evtapplication \
|
||||
evtmswindows \
|
||||
|
@ -122,6 +126,7 @@ install:
|
|||
extreme-networks \
|
||||
fail2ban \
|
||||
fetchmail \
|
||||
freeradius \
|
||||
ftpd-messages \
|
||||
ftpd-xferlog \
|
||||
http \
|
||||
|
@ -133,15 +138,21 @@ install:
|
|||
ipop3d \
|
||||
iptables \
|
||||
kernel \
|
||||
knockd \
|
||||
lvm \
|
||||
mailscanner \
|
||||
mdadm \
|
||||
mod_security2 \
|
||||
modprobe \
|
||||
mountd \
|
||||
mysql \
|
||||
mysql-mmm \
|
||||
named \
|
||||
netopia \
|
||||
netscreen \
|
||||
nut \
|
||||
oidentd \
|
||||
omsa \
|
||||
openvpn \
|
||||
pam \
|
||||
pam_pwdb \
|
||||
|
@ -152,8 +163,10 @@ install:
|
|||
pop3 \
|
||||
portsentry \
|
||||
postfix \
|
||||
postgresql \
|
||||
pound \
|
||||
proftpd-messages \
|
||||
puppet \
|
||||
pureftpd \
|
||||
qmail \
|
||||
qmail-pop3d \
|
||||
|
@ -163,6 +176,7 @@ install:
|
|||
raid \
|
||||
resolver \
|
||||
rsnapshot \
|
||||
rsyslogd \
|
||||
rt314 \
|
||||
samba \
|
||||
saslauthd \
|
||||
|
@ -178,18 +192,24 @@ install:
|
|||
spamassassin \
|
||||
sshd \
|
||||
sshd2 \
|
||||
sssd \
|
||||
stunnel \
|
||||
sudo \
|
||||
syslogd \
|
||||
syslog-ng \
|
||||
syslogd \
|
||||
systemd \
|
||||
tac_acc \
|
||||
tivoli-smc \
|
||||
up2date \
|
||||
vdr \
|
||||
vpopmail \
|
||||
vsftpd \
|
||||
windows \
|
||||
xntpd \
|
||||
yum \
|
||||
zypp \
|
||||
zz-disk_space \
|
||||
zz-lm_sensors \
|
||||
zz-network \
|
||||
zz-runtime \
|
||||
zz-sys \
|
||||
|
@ -209,6 +229,7 @@ install:
|
|||
expandrepeats \
|
||||
hosthash \
|
||||
hostlist \
|
||||
journalctl \
|
||||
multiservice \
|
||||
onlycontains \
|
||||
onlyhost \
|
||||
|
|
11
sysutils/logwatch/files/patch-scripts_services_syslog-ng
Normal file
11
sysutils/logwatch/files/patch-scripts_services_syslog-ng
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- scripts/services/syslog-ng.orig 2024-11-19 14:07:57.207167000 +0100
|
||||
+++ scripts/services/syslog-ng 2024-12-26 10:49:42.400462000 +0100
|
||||
@@ -35,7 +35,7 @@
|
||||
|
||||
#use warnings;
|
||||
use strict;
|
||||
-use HTML::Entities qw(encode_entities);
|
||||
+use HTML::HTML5::Entities qw(encode_entities);
|
||||
|
||||
my $Detail = $ENV{'LOGWATCH_DETAIL_LEVEL'} || 0;
|
||||
my $Version = "1.4-20130219";
|
|
@ -16,8 +16,8 @@
|
|||
%%ETCDIR%%/defaults/logfiles/exim.conf
|
||||
%%ETCDIR%%/defaults/logfiles/extreme-networks.conf
|
||||
%%ETCDIR%%/defaults/logfiles/fail2ban.conf
|
||||
%%ETCDIR%%/defaults/logfiles/http.conf
|
||||
%%ETCDIR%%/defaults/logfiles/http-error.conf
|
||||
%%ETCDIR%%/defaults/logfiles/http.conf
|
||||
%%ETCDIR%%/defaults/logfiles/iptables.conf
|
||||
%%ETCDIR%%/defaults/logfiles/kernel.conf
|
||||
%%ETCDIR%%/defaults/logfiles/maillog.conf
|
||||
|
@ -56,6 +56,7 @@
|
|||
%%ETCDIR%%/defaults/services/barracuda.conf
|
||||
%%ETCDIR%%/defaults/services/bfd.conf
|
||||
%%ETCDIR%%/defaults/services/cisco.conf
|
||||
%%ETCDIR%%/defaults/services/citadel.conf
|
||||
%%ETCDIR%%/defaults/services/clam-update.conf
|
||||
%%ETCDIR%%/defaults/services/clamav-milter.conf
|
||||
%%ETCDIR%%/defaults/services/clamav.conf
|
||||
|
@ -63,6 +64,9 @@
|
|||
%%ETCDIR%%/defaults/services/cron.conf
|
||||
%%ETCDIR%%/defaults/services/denyhosts.conf
|
||||
%%ETCDIR%%/defaults/services/dhcpd.conf
|
||||
%%ETCDIR%%/defaults/services/dirsrv.conf
|
||||
%%ETCDIR%%/defaults/services/dnf-automatic.conf
|
||||
%%ETCDIR%%/defaults/services/dnf-rpm.conf
|
||||
%%ETCDIR%%/defaults/services/dnssec.conf
|
||||
%%ETCDIR%%/defaults/services/dovecot.conf
|
||||
%%ETCDIR%%/defaults/services/dpkg.conf
|
||||
|
@ -77,10 +81,11 @@
|
|||
%%ETCDIR%%/defaults/services/extreme-networks.conf
|
||||
%%ETCDIR%%/defaults/services/fail2ban.conf
|
||||
%%ETCDIR%%/defaults/services/fetchmail.conf
|
||||
%%ETCDIR%%/defaults/services/freeradius.conf
|
||||
%%ETCDIR%%/defaults/services/ftpd-messages.conf
|
||||
%%ETCDIR%%/defaults/services/ftpd-xferlog.conf
|
||||
%%ETCDIR%%/defaults/services/http.conf
|
||||
%%ETCDIR%%/defaults/services/http-error.conf
|
||||
%%ETCDIR%%/defaults/services/http.conf
|
||||
%%ETCDIR%%/defaults/services/identd.conf
|
||||
%%ETCDIR%%/defaults/services/imapd.conf
|
||||
%%ETCDIR%%/defaults/services/in.qpopper.conf
|
||||
|
@ -88,27 +93,35 @@
|
|||
%%ETCDIR%%/defaults/services/ipop3d.conf
|
||||
%%ETCDIR%%/defaults/services/iptables.conf
|
||||
%%ETCDIR%%/defaults/services/kernel.conf
|
||||
%%ETCDIR%%/defaults/services/knockd.conf
|
||||
%%ETCDIR%%/defaults/services/lvm.conf
|
||||
%%ETCDIR%%/defaults/services/mailscanner.conf
|
||||
%%ETCDIR%%/defaults/services/mdadm.conf
|
||||
%%ETCDIR%%/defaults/services/mod_security2.conf
|
||||
%%ETCDIR%%/defaults/services/modprobe.conf
|
||||
%%ETCDIR%%/defaults/services/mountd.conf
|
||||
%%ETCDIR%%/defaults/services/mysql-mmm.conf
|
||||
%%ETCDIR%%/defaults/services/mysql.conf
|
||||
%%ETCDIR%%/defaults/services/named.conf
|
||||
%%ETCDIR%%/defaults/services/netopia.conf
|
||||
%%ETCDIR%%/defaults/services/netscreen.conf
|
||||
%%ETCDIR%%/defaults/services/nut.conf
|
||||
%%ETCDIR%%/defaults/services/oidentd.conf
|
||||
%%ETCDIR%%/defaults/services/omsa.conf
|
||||
%%ETCDIR%%/defaults/services/openvpn.conf
|
||||
%%ETCDIR%%/defaults/services/pam.conf
|
||||
%%ETCDIR%%/defaults/services/pam_pwdb.conf
|
||||
%%ETCDIR%%/defaults/services/pam_unix.conf
|
||||
%%ETCDIR%%/defaults/services/pam.conf
|
||||
%%ETCDIR%%/defaults/services/php.conf
|
||||
%%ETCDIR%%/defaults/services/pix.conf
|
||||
%%ETCDIR%%/defaults/services/pluto.conf
|
||||
%%ETCDIR%%/defaults/services/pop3.conf
|
||||
%%ETCDIR%%/defaults/services/portsentry.conf
|
||||
%%ETCDIR%%/defaults/services/postfix.conf
|
||||
%%ETCDIR%%/defaults/services/postgresql.conf
|
||||
%%ETCDIR%%/defaults/services/pound.conf
|
||||
%%ETCDIR%%/defaults/services/proftpd-messages.conf
|
||||
%%ETCDIR%%/defaults/services/puppet.conf
|
||||
%%ETCDIR%%/defaults/services/pureftpd.conf
|
||||
%%ETCDIR%%/defaults/services/qmail-pop3d.conf
|
||||
%%ETCDIR%%/defaults/services/qmail-pop3ds.conf
|
||||
|
@ -118,6 +131,7 @@
|
|||
%%ETCDIR%%/defaults/services/raid.conf
|
||||
%%ETCDIR%%/defaults/services/resolver.conf
|
||||
%%ETCDIR%%/defaults/services/rsnapshot.conf
|
||||
%%ETCDIR%%/defaults/services/rsyslogd.conf
|
||||
%%ETCDIR%%/defaults/services/rt314.conf
|
||||
%%ETCDIR%%/defaults/services/samba.conf
|
||||
%%ETCDIR%%/defaults/services/saslauthd.conf
|
||||
|
@ -133,18 +147,24 @@
|
|||
%%ETCDIR%%/defaults/services/spamassassin.conf
|
||||
%%ETCDIR%%/defaults/services/sshd.conf
|
||||
%%ETCDIR%%/defaults/services/sshd2.conf
|
||||
%%ETCDIR%%/defaults/services/sssd.conf
|
||||
%%ETCDIR%%/defaults/services/stunnel.conf
|
||||
%%ETCDIR%%/defaults/services/sudo.conf
|
||||
%%ETCDIR%%/defaults/services/syslogd.conf
|
||||
%%ETCDIR%%/defaults/services/syslog-ng.conf
|
||||
%%ETCDIR%%/defaults/services/syslogd.conf
|
||||
%%ETCDIR%%/defaults/services/systemd.conf
|
||||
%%ETCDIR%%/defaults/services/tac_acc.conf
|
||||
%%ETCDIR%%/defaults/services/tivoli-smc.conf
|
||||
%%ETCDIR%%/defaults/services/up2date.conf
|
||||
%%ETCDIR%%/defaults/services/vdr.conf
|
||||
%%ETCDIR%%/defaults/services/vpopmail.conf
|
||||
%%ETCDIR%%/defaults/services/vsftpd.conf
|
||||
%%ETCDIR%%/defaults/services/windows.conf
|
||||
%%ETCDIR%%/defaults/services/xntpd.conf
|
||||
%%ETCDIR%%/defaults/services/yum.conf
|
||||
%%ETCDIR%%/defaults/services/zypp.conf
|
||||
%%ETCDIR%%/defaults/services/zz-disk_space.conf
|
||||
%%ETCDIR%%/defaults/services/zz-lm_sensors.conf
|
||||
%%ETCDIR%%/defaults/services/zz-network.conf
|
||||
%%ETCDIR%%/defaults/services/zz-runtime.conf
|
||||
%%ETCDIR%%/defaults/services/zz-sys.conf
|
||||
|
@ -170,6 +190,7 @@ libexec/logwatch/defaults/services/autorpm
|
|||
libexec/logwatch/defaults/services/barracuda
|
||||
libexec/logwatch/defaults/services/bfd
|
||||
libexec/logwatch/defaults/services/cisco
|
||||
libexec/logwatch/defaults/services/citadel
|
||||
libexec/logwatch/defaults/services/clam-update
|
||||
libexec/logwatch/defaults/services/clamav
|
||||
libexec/logwatch/defaults/services/clamav-milter
|
||||
|
@ -177,6 +198,9 @@ libexec/logwatch/defaults/services/courier
|
|||
libexec/logwatch/defaults/services/cron
|
||||
libexec/logwatch/defaults/services/denyhosts
|
||||
libexec/logwatch/defaults/services/dhcpd
|
||||
libexec/logwatch/defaults/services/dirsrv
|
||||
libexec/logwatch/defaults/services/dnf-automatic
|
||||
libexec/logwatch/defaults/services/dnf-rpm
|
||||
libexec/logwatch/defaults/services/dnssec
|
||||
libexec/logwatch/defaults/services/dovecot
|
||||
libexec/logwatch/defaults/services/dpkg
|
||||
|
@ -191,6 +215,7 @@ libexec/logwatch/defaults/services/eximstats
|
|||
libexec/logwatch/defaults/services/extreme-networks
|
||||
libexec/logwatch/defaults/services/fail2ban
|
||||
libexec/logwatch/defaults/services/fetchmail
|
||||
libexec/logwatch/defaults/services/freeradius
|
||||
libexec/logwatch/defaults/services/ftpd-messages
|
||||
libexec/logwatch/defaults/services/ftpd-xferlog
|
||||
libexec/logwatch/defaults/services/http
|
||||
|
@ -202,15 +227,21 @@ libexec/logwatch/defaults/services/init
|
|||
libexec/logwatch/defaults/services/ipop3d
|
||||
libexec/logwatch/defaults/services/iptables
|
||||
libexec/logwatch/defaults/services/kernel
|
||||
libexec/logwatch/defaults/services/knockd
|
||||
libexec/logwatch/defaults/services/lvm
|
||||
libexec/logwatch/defaults/services/mailscanner
|
||||
libexec/logwatch/defaults/services/mdadm
|
||||
libexec/logwatch/defaults/services/mod_security2
|
||||
libexec/logwatch/defaults/services/modprobe
|
||||
libexec/logwatch/defaults/services/mountd
|
||||
libexec/logwatch/defaults/services/mysql
|
||||
libexec/logwatch/defaults/services/mysql-mmm
|
||||
libexec/logwatch/defaults/services/named
|
||||
libexec/logwatch/defaults/services/netopia
|
||||
libexec/logwatch/defaults/services/netscreen
|
||||
libexec/logwatch/defaults/services/nut
|
||||
libexec/logwatch/defaults/services/oidentd
|
||||
libexec/logwatch/defaults/services/omsa
|
||||
libexec/logwatch/defaults/services/openvpn
|
||||
libexec/logwatch/defaults/services/pam
|
||||
libexec/logwatch/defaults/services/pam_pwdb
|
||||
|
@ -221,8 +252,10 @@ libexec/logwatch/defaults/services/pluto
|
|||
libexec/logwatch/defaults/services/pop3
|
||||
libexec/logwatch/defaults/services/portsentry
|
||||
libexec/logwatch/defaults/services/postfix
|
||||
libexec/logwatch/defaults/services/postgresql
|
||||
libexec/logwatch/defaults/services/pound
|
||||
libexec/logwatch/defaults/services/proftpd-messages
|
||||
libexec/logwatch/defaults/services/puppet
|
||||
libexec/logwatch/defaults/services/pureftpd
|
||||
libexec/logwatch/defaults/services/qmail
|
||||
libexec/logwatch/defaults/services/qmail-pop3d
|
||||
|
@ -232,6 +265,7 @@ libexec/logwatch/defaults/services/qmail-smtpd
|
|||
libexec/logwatch/defaults/services/raid
|
||||
libexec/logwatch/defaults/services/resolver
|
||||
libexec/logwatch/defaults/services/rsnapshot
|
||||
libexec/logwatch/defaults/services/rsyslogd
|
||||
libexec/logwatch/defaults/services/rt314
|
||||
libexec/logwatch/defaults/services/samba
|
||||
libexec/logwatch/defaults/services/saslauthd
|
||||
|
@ -247,18 +281,24 @@ libexec/logwatch/defaults/services/sonicwall
|
|||
libexec/logwatch/defaults/services/spamassassin
|
||||
libexec/logwatch/defaults/services/sshd
|
||||
libexec/logwatch/defaults/services/sshd2
|
||||
libexec/logwatch/defaults/services/sssd
|
||||
libexec/logwatch/defaults/services/stunnel
|
||||
libexec/logwatch/defaults/services/sudo
|
||||
libexec/logwatch/defaults/services/syslogd
|
||||
libexec/logwatch/defaults/services/syslog-ng
|
||||
libexec/logwatch/defaults/services/syslogd
|
||||
libexec/logwatch/defaults/services/systemd
|
||||
libexec/logwatch/defaults/services/tac_acc
|
||||
libexec/logwatch/defaults/services/tivoli-smc
|
||||
libexec/logwatch/defaults/services/up2date
|
||||
libexec/logwatch/defaults/services/vdr
|
||||
libexec/logwatch/defaults/services/vpopmail
|
||||
libexec/logwatch/defaults/services/vsftpd
|
||||
libexec/logwatch/defaults/services/windows
|
||||
libexec/logwatch/defaults/services/xntpd
|
||||
libexec/logwatch/defaults/services/yum
|
||||
libexec/logwatch/defaults/services/zypp
|
||||
libexec/logwatch/defaults/services/zz-disk_space
|
||||
libexec/logwatch/defaults/services/zz-lm_sensors
|
||||
libexec/logwatch/defaults/services/zz-network
|
||||
libexec/logwatch/defaults/services/zz-runtime
|
||||
libexec/logwatch/defaults/services/zz-sys
|
||||
|
@ -274,6 +314,7 @@ libexec/logwatch/defaults/shared/eventlogremoveservice
|
|||
libexec/logwatch/defaults/shared/expandrepeats
|
||||
libexec/logwatch/defaults/shared/hosthash
|
||||
libexec/logwatch/defaults/shared/hostlist
|
||||
libexec/logwatch/defaults/shared/journalctl
|
||||
libexec/logwatch/defaults/shared/multiservice
|
||||
libexec/logwatch/defaults/shared/onlycontains
|
||||
libexec/logwatch/defaults/shared/onlyhost
|
||||
|
@ -284,7 +325,7 @@ libexec/logwatch/defaults/shared/removeservice
|
|||
sbin/logwatch.pl
|
||||
share/man/man8/logwatch.8.gz
|
||||
%%SITE_PERL%%/Logwatch.pm
|
||||
@dir var/logwatch
|
||||
@dir etc/logwatch/services
|
||||
@dir etc/logwatch/logfiles
|
||||
@dir etc/logwatch/html
|
||||
@dir etc/logwatch/logfiles
|
||||
@dir etc/logwatch/services
|
||||
@dir var/logwatch
|
||||
|
|
Loading…
Add table
Reference in a new issue