~x-stride/ubuntu/+source/pacemaker:lp1866119-bionic

Last commit made on 2020-03-06
Get this branch:
git clone -b lp1866119-bionic https://git.launchpad.net/~x-stride/ubuntu/+source/pacemaker
Only Morten Borre can upload to this branch. If you are Morten Borre please log in for upload directions.

Branch merges

Branch information

Name:
lp1866119-bionic
Repository:
lp:~x-stride/ubuntu/+source/pacemaker

Recent commits

f541c28... by Rafael David Tinoco

changelog

19b6017... by Rafael David Tinoco

* Pacemaker fixes to allow fence-agents to work correctly (LP: #1866119)
  - d/p/lp1866119-Fix-crmd-avoid-double-free.patch: fix double free
    causing intermittent errors
  - d/p/lp1866119-Fix-attrd-ensure-node-name-is-broadcast.patch: fix
    hang on shutdown issue.
  - d/p/lp1866119-Refactor-pengine-functionize.patch: small needed delta
    to allow the unfence fix.
  - d/p/lp1866119-Fix-pengine-unfence-before-probing.patch: allows
    fence-agents to start correctly (LP #1865523)

3f1bbd8... by Marc Deslauriers

Import patches-unapplied version 1.1.18-0ubuntu1.1 to ubuntu/bionic-security

Imported using git-ubuntu import.

Changelog parent: a8d61892376583004389a7252b258c998553b12a

New changelog entries:
  * SECURITY UPDATE: DoS and local privilege escalation in client-server
    authentication
    - debian/patches/CVE-2018-1687x-1.patch: make crm_pid_active more
      precise as to when detections fail in include/crm_internal.h,
      lib/common/utils.c.
    - debian/patches/CVE-2018-1687x-2.patch: add new helpers to allow IPC
      client side to authenticate the server in configure.ac,
      include/crm/common/Makefile.am, include/crm/common/ipc.h,
      include/crm/common/ipc_internal.h, lib/common/ipc.c.
    - debian/patches/CVE-2018-1687x-3.patch: pacemakerd to trust
      pre-existing processes via new checks instead in mcp/pacemaker.c.
    - debian/patches/CVE-2018-1687x-4.patch: other daemons to authenticate
      IPC servers of fellow processes in lib/cluster/corosync.c,
      lib/cluster/cpg.c, lib/common/ipc.c, mcp/corosync.c.
    - debian/patches/CVE-2018-1687x-5.patch: CPG users to be careful about
      now-more-probable rival processes in attrd/main.c, cib/main.c,
      crmd/main.c, fencing/main.c, lib/cluster/cpg.c.
    - debian/patches/CVE-2018-1687x-6.patch: fix possible NULL pointer
      dereference in crmd/control.c.
    - debian/libcrmcommon3.symbols: added new symbols.
    - CVE-2018-16877
    - CVE-2018-16878
  * SECURITY UPDATE: information disclosure via use-after-free
    - debian/patches/CVE-2019-3885.patch: fix alert handling in
      lib/services/services.c, lib/services/services_linux.c.
    - CVE-2019-3885

a8d6189... by Nish Aravamudan

Import patches-unapplied version 1.1.18-0ubuntu1 to ubuntu/bionic-proposed

Imported using git-ubuntu import.

Changelog parent: 9d26684b966723d4ba0f70958be7cb9c58bc4952

New changelog entries:
  * New upstream release (1.1.18)
    - Drop upstreamed patches and refresh others.
    - LP: #1763085

9d26684... by Nish Aravamudan

Import patches-unapplied version 1.1.18~rc4-1ubuntu1 to ubuntu/bionic-proposed

Imported using git-ubuntu import.

Changelog parent: ba1e528beb0cefaaad3d421f7fbc6db167bea775
Upload parent: 4f99c75d2b5b17caae61794777395374dc0319da

New changelog entries:
  * Merge with Debian unstable (LP: #1743059). Remaining changes:
    - d/control: Demote fence-agents to Suggests, avoiding main
      inclusion.
  * Drop:
    - d/control: Promote crmsh | pcs to Recommends for upgraders from
      14.04.
      [ Not needed since 16.10 ]
  * Properly restart corosync and pacemaker together (LP: #1740892)
    - d/pacemaker.preinst: flag corosync to restart pacemaker on
      upgrade.
    - d/pacemaker.postinst: clear flag unconditionally in case of errors
      + The preinst and postinst changes can be dropped after bionic
        releases as long as the other changes are maintained.
    - debian/patches/pacemaker_is_partof_corosync.patch: Default systemd
      unit hard-requires corosync. LP #1740892.

4f99c75... by Nish Aravamudan

update-maintainer

6e641ab... by Nish Aravamudan

reconstruct-changelog

9011baf... by Nish Aravamudan

merge-changelogs

1fff101... by Nish Aravamudan

    - debian/patches/pacemaker_is_partof_corosync.patch: Default systemd
      unit hard-requires corosync. LP: #1740892.

a5f2430... by Nish Aravamudan

    - d/pacemaker.postinst: clear flag unconditionally in case of errors
      + The preinst and postinst changes can be dropped after bionic
        releases as long as the other changes are maintained.