aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Orling <timothy.t.orling@intel.com>2021-07-11 00:46:19 +0000
committerTim Orling <timothy.t.orling@intel.com>2021-07-11 00:54:04 +0000
commit7cc34f85fd28835e04870f422bfe71a087ab3ac2 (patch)
tree31a48ab0e5b3c92553c7c8faaca409aa8aa9c5c7
parent55b9f0d8ff6b544f43e9ab3391e92029ec05ba4c (diff)
downloadmeta-openembedded-contrib-timo/perl-auh-upgrades-20210710.tar.gz
logcheck: upgrade 1.3.20 -> 1.3.23timo/perl-auh-upgrades-20210710
logcheck (1.3.23) unstable; urgency=medium * v.i.d/logcheck-sudo: adjust 'session opened' rule to match uid, thanks to Marco d'Itri for the patch (closes: #985166) * v.i.d/logcheck-su: allow 'none' as pseudo terminal, thanks to Marco d'Itri for the patch -- Hannes von Haugwitz <hannes@vonhaugwitz.com> Thu, 01 Apr 2021 21:19:39 +0200 logcheck (1.3.22) unstable; urgency=medium * d/t/01-logcheck: use temporary log file -- Hannes von Haugwitz <hannes@vonhaugwitz.com> Mon, 01 Feb 2021 22:28:20 +0100 logcheck (1.3.21) unstable; urgency=medium [ Debian Janitor ] * Set debhelper-compat version in Build-Depends. * Fix day-of-week for changelog entries 1.2.23, 1.2.17, 1.1.1-7.3, 1.1.1-7. * Update standards version to 4.4.1, no changes needed. [ Simó Albert i Beltran ] * ignore.d.server/ssh: - match port - match more variants of 'Disconnected from' message - match 'Connection reset' message [ Ville Salomäki ] * v.i.d/logcheck-su, v.i.d/logcheck-sudo: allow '.' and '_' in usernames [Lee Maguire] * src/logcheck: support systemd journal as log source (closes: #876420) [ Hannes von Haugwitz ] * Switch to debhelper 13 * Update standards version to 4.5.1, no changes needed. * Update debian/copyright * Set Rules-Requires-Root to no * Add autopkgtest * Adjust rules for PAM open session messages to match new format * Update 'su' rules to match changed format (closes: #931770) * i.d.s/dnsmasq: allow '.' in interface names, thanks to Craig Small for the patch (closes: #732655) * i.d.s/openvpn: match 'VERIFY X509NAME OK' message (closes: #751292) * i.d.s/spamd: - match autolearn_force field - properly match IPv6 addresses thanks to Craig Small for the patch (closes: #755374) * i.d.s/postfix: match sasl_sender field (closes: #700851) * i.d.s/su, v.i.d/logcheck-su: - match 'su-l:session' - match '(to <substitute-user>) <user>' message * i.d.s/systemd-logind: new - match logind session messages * i.d.s/systemd: match some Succeeded/Finished messages * i.d.s/dhclient: adjust 'DHCPREQUEST' rule -- Hannes von Haugwitz <hannes@vonhaugwitz.com> Sun, 31 Jan 2021 23:01:29 +0100 Signed-off-by: Tim Orling <timothy.t.orling@intel.com>
-rw-r--r--meta-perl/recipes-extended/logcheck/logcheck_1.3.23.bb (renamed from meta-perl/recipes-extended/logcheck/logcheck_1.3.20.bb)3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-perl/recipes-extended/logcheck/logcheck_1.3.20.bb b/meta-perl/recipes-extended/logcheck/logcheck_1.3.23.bb
index 10b281a66b..bb9faa2c05 100644
--- a/meta-perl/recipes-extended/logcheck/logcheck_1.3.20.bb
+++ b/meta-perl/recipes-extended/logcheck/logcheck_1.3.23.bb
@@ -14,8 +14,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c93c0550bd3173f4504b2cbd8991e50b"
SRC_URI = "${DEBIAN_MIRROR}/main/l/${BPN}/${BPN}_${PV}.tar.xz \
file://99_logcheck \
"
-SRC_URI[md5sum] = "1c6e9a97f9cc485353c25147cb99fb25"
-SRC_URI[sha256sum] = "9fb6d02b933470d0b1d1efb54ea186e0d0d27336f9d146be592f65ce60dfb3e6"
+SRC_URI[sha256sum] = "a2188ba549fff4412c82074b271884ff66d25f3fdb2a41916e817ce676855b29"
S = "${WORKDIR}/${BPN}"