diff options
author | Tim Orling <ticotimo@gmail.com> | 2021-07-11 01:08:04 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-07-13 09:39:15 -0700 |
commit | 35ce791ea9720d302f7132aa838728ac6ad03be0 (patch) | |
tree | 7edeaa6107ce8da3f7fb02361985a37fc957ec49 /meta-perl/recipes-extended | |
parent | 446080cb041a207e734e2bf9fd8c78ecac493616 (diff) | |
download | meta-openembedded-35ce791ea9720d302f7132aa838728ac6ad03be0.tar.gz |
logcheck: upgrade 1.3.20 -> 1.3.23
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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-perl/recipes-extended')
-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" | |||
14 | SRC_URI = "${DEBIAN_MIRROR}/main/l/${BPN}/${BPN}_${PV}.tar.xz \ | 14 | SRC_URI = "${DEBIAN_MIRROR}/main/l/${BPN}/${BPN}_${PV}.tar.xz \ |
15 | file://99_logcheck \ | 15 | file://99_logcheck \ |
16 | " | 16 | " |
17 | SRC_URI[md5sum] = "1c6e9a97f9cc485353c25147cb99fb25" | 17 | SRC_URI[sha256sum] = "a2188ba549fff4412c82074b271884ff66d25f3fdb2a41916e817ce676855b29" |
18 | SRC_URI[sha256sum] = "9fb6d02b933470d0b1d1efb54ea186e0d0d27336f9d146be592f65ce60dfb3e6" | ||
19 | 18 | ||
20 | S = "${WORKDIR}/${BPN}" | 19 | S = "${WORKDIR}/${BPN}" |
21 | 20 | ||