Public bug reported:

Scheduled-For: Backlog
Upstream: tbd
Debian:   7.7-1    
Ubuntu:   7.7-1ubuntu1


There is nothing yet to merge for logwatch currently, but this ticket is
filed prospectfully for tracking purposes in case a merge does become
available later this cycle.

If it turns out this needs a sync rather than a merge, please change the
tag 'needs-merge' to 'needs-sync', and (optionally) update the title as
desired.

If this merge pulls in a new upstream version, also consider adding an
entry to the Oracular Release Notes:
https://discourse.ubuntu.com/c/release/38


### New Debian Changes ###

logwatch (7.7-1) unstable; urgency=medium

  * New upstream version 7.7
  * Refresh patches, drop mdadm patch - integrated upstream

 -- Willi Mann <[email protected]>  Sun, 30 Oct 2022 16:41:44 +0100

logwatch (7.5.6-1) unstable; urgency=medium

  * New upstream version 7.5.6
  * {s,l}/clam-update.conf: fix encoding (lintian warning)

 -- Willi Mann <[email protected]>  Fri, 05 Nov 2021 13:47:57 +0100

logwatch (7.5.5-1) unstable; urgency=medium

  * New upstream version 7.5.5

 -- Willi Mann <[email protected]>  Sun, 31 Jan 2021 19:58:46 +0100

logwatch (7.5.4-1) unstable; urgency=medium

  * New upstream version 7.5.4 (closes: #970684)
  * d/control: Update Homepage field (closes: #956666)
  * d/control: Update Standards-Version from 4.4.1 to 4.5.0
  * Switch to debhelper compat level 11 (from 9)

 -- Willi Mann <[email protected]>  Sun, 04 Oct 2020 20:40:40 +0200

logwatch (7.5.2-1) unstable; urgency=medium

  * New upstream version 7.5.2
  * Refresh patches, drop patches included upstream
  * Upgrade policy 4.3.0 -> 4.4.1 (no changes)

 -- Willi Mann <[email protected]>  Sun, 12 Jan 2020 12:25:08 +0100

logwatch (7.5.0-2) unstable; urgency=high

  * s/s/kernel: fix typo. closes: 917836

 -- Willi Mann <[email protected]>  Sat, 09 Mar 2019 18:14:03 +0100

logwatch (7.5.0-1) unstable; urgency=medium

  * New upstream version
    - closes: 855539 fixed unmatched entries in SSH
    - closes: 905018 match postfix-policyd-spf-python logs
    - closes: 915617 make regex compatible with newer perl versions
    - closes: 824034 fixes handling of ignore_services handling in secure
  * d/control: Remove Suggests on fortune-mod as the zz-fortune script was 
removed
  * d/control: update standards version 4.1.4 -> 4.3.0 (no changes)
  * exim: parse 'SMTP protocol error in 'AUTH LOGIN'' lines, closes: 886000
  * dovecot: adapt for newer sieve log format, closes: 906045
  * secure: Ignore systemd 'Session /d+ logged out' messages, closes: 907512
  * dovecot: Ignore diagnostic mailbox operation logging.

 -- Willi Mann <[email protected]>  Sun, 30 Dec 2018 10:17:30 +0100

logwatch (7.4.3+git20180713-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/changelog: Remove trailing whitespaces
  * d/control: Remove trailing whitespaces
  * d/rules: Remove trailing whitespaces
  * d/watch: Use https protocol

  [ Willi Mann ]
  * New upstream version 7.4.3+git20180713
    - Handle sshd 'key negotiation failed' log messages (closes: 880595)
  * Rebase debian patches
  * Adapt Vcs-* fields as repo moved to salsa
  * update standards version 3.9.8 -> 4.1.4 (no changes)
  * Ignore ecrypt messages in cron (Closes: 862337)
  * scripts/mdadm: Fix parsing of mdadm.conf, properly handle '<ignore>'
    (Closes: 907319)
  * Document workaround for non-conforming SMTP output. (Closes: 871473)
  * Switch to debhelper compat level 9

 -- Willi Mann <[email protected]>  Tue, 02 Oct 2018 19:52:16 +0200

logwatch (7.4.3+git20161207-2) unstable; urgency=medium

  * Revert upstream's change of the declared mail charset.
    The declared mail charset in mails from Logwatch was recently changed from
    iso-8859-1 to utf-8. This commit reverts this change to address concerns
    about invalid UTF-8 encodings. (closes: 849531)

 -- Willi Mann <[email protected]>  Sat, 21 Jan 2017 17:44:03 +0100

logwatch (7.4.3+git20161207-1) unstable; urgency=medium

  * Imported Upstream version 7.4.3+git20161207
    - kernel: fix parsing of oom killer messages. closes: #833350
  * Refresh patches, remove patches included upstream
  * build_tar.sh: Update to work with GIT repository
  * postfix: Fix unaligned output

 -- Willi Mann <[email protected]>  Fri, 16 Dec 2016 20:15:26 +0100


### Old Ubuntu Delta ###

logwatch (7.7-1ubuntu1) lunar; urgency=medium

  * Merge with Debian unstable (LP: #1993415). Remaining changes:
    - Drop libsys-cpu-perl and libsys-meminfo-perl from Recommends to
      Suggests as they are in universe.
    - d/p/0014-zz-sys-Suppress-warnings-if-Sys-CPU-or-Sys-MemInfo-a.patch:
      zz-sys: Suppress warnings if Sys::CPU or Sys::MemInfo are missing.
      These are not installed by default in Ubuntu's logwatch packaging.
      (LP #1890749)
    - d/p/0015-pam_unix-Ignore-issues-about-etc-securetty-being-mis.patch:
      pam_unix: Ignore issues about /etc/securetty being missing.
      (LP #1890751)
    - d/p/0010-zz-zfs-detect-zfs-location.patch: Use explicit paths for
      finding zfs and zpool executables.
      (LP #1880211)
    - d/tests: Add autopkgtest DEP8 tests (LP #1679329):
      + d/t/control: New file.
      + d/t/basic-checks: Test basic configuration and version.
      + d/t/syntax-check: Perl syntax checking for the logwatch's scripts.
      + d/t/detail: Check the amount of output when using low, med and
        high values with the detail flag.
      + d/t/su-l-check: Check if properly report when a user become root.
      + d/t/data/su-l: Log portion used in the above test.
      + d/t/apparmor-unmatched-entries,
        d/t/data/unmatched-entries-apparmor_kern.log: Test for not
        logging as unmatched some lines for apparmor audit in kern.log.
        (LP #1577948)
      + d/t/packages-and-report: Check if the corresponding section
        is present into logwatch report for a list of packages/services
        (now only for sshd).
  * d/p/fix-typo-extreme-networks.patch: Fix dep8 fail due to typo

 -- Bryce Harrington <[email protected]>  Fri, 09 Dec 2022 22:30:40
-0800

** Affects: logwatch (Ubuntu)
     Importance: Undecided
         Status: Incomplete


** Tags: bite-size needs-merge upgrade-software-version

** Changed in: logwatch (Ubuntu)
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2064425

Title:
  Merge logwatch from Debian unstable for oracular

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/logwatch/+bug/2064425/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to