mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: "Baeuerle, Florian" <Florian.Baeuerle@allegion.com>
To: "ptxdist@pengutronix.de" <ptxdist@pengutronix.de>
Subject: [ptxdist] [PATCH v3 0/3] polkit debian patches
Date: Sat, 22 Dec 2018 13:19:49 +0000	[thread overview]
Message-ID: <20181222131932.15277-1-florian.baeuerle@allegion.com> (raw)
In-Reply-To: <20181210141752.18468-1-wolfram.dold@allegion.com>

Hi,

I reworked the patch series and removed all debian specific patches,
because I don't think ptxdist needs them (PAM integration, gettext
for translations, and moving config out of /etc). Further, I added an
upstream patch for installing a systemd service file.


- Florian

Florian Bäuerle (3):
  polkit: add debian patches
  polkit: add patch from upstream
  systemd: enable POLKIT support if polkit is selected

 ...helper-pam-Fix-newline-trimming-code.patch |  43 ++
 ...ix-.gir-generation-for-parallel-make.patch |  41 ++
 patches/polkit-0.105/0.110/04_get_cwd.patch   |  40 ++
 ...HORITY-environment-variable-if-unset.patch |  58 ++
 .../0.111/09_pam_environment.patch            |  43 ++
 .../0.111/Fix-a-memory-leak.patch             |  22 +
 .../0.112/00git_type_registration.patch       | 118 ++++
 .../0.112/08_deprecate_racy_APIs.patch        |  27 +
 .../polkit-0.105/0.112/cve-2013-4288.patch    | 116 ++++
 .../0.113/00git_fix_memleak.patch             |  26 +
 .../0.113/00git_invalid_object_paths.patch    | 116 ++++
 ...on-fix-race-between-child-and-io-wat.patch | 120 ++++
 .../CVE-2015-3255-Fix-GHashTable-usage.patch  |  68 +++
 ...Bind-use-of-cookies-to-specific-uids.patch | 484 +++++++++++++++
 ...e-unpredictable-cookie-values-keep-t.patch | 540 +++++++++++++++++
 ...ror-data-returned-by-polkit_system_b.patch |  25 +
 ...-two-authentication-requests-are-in-.patch |  36 ++
 ...k-when-registering-an-authentication.patch |  22 +
 .../Fix-a-per-authorization-memory-leak.patch |  49 ++
 .../Fix-a-possible-NULL-dereference.patch     |  35 ++
 ...icate-GError-use-when-uid-is-missing.patch |  32 +
 ...e-after-free-in-polkitagentsession.c.patch |  32 +
 ...d-compilation-problem-in-the-backend.patch |  23 +
 ...ame-Add-public-API-to-retrieve-Unix-.patch | 166 +++++
 ...on-deprecated-PolkitProcess-API-wher.patch |  29 +
 ...end-security-reports-via-DBus-s-mech.patch |  39 ++
 ...e-duplicate-user-arguments-to-pkexec.patch |  38 ++
 .../0.113/Remove-a-redundant-assignment.patch |  26 +
 ...changes-to-uid-binding-Authenticatio.patch | 259 ++++++++
 ...nd-systemd-injecting-broken-XDG_RUNT.patch |  76 +++
 ...lem-with-removing-non-existent-sourc.patch |  23 +
 ...nitor-systemd-Deduplicate-code-paths.patch | 104 ++++
 ...ystemd-Use-sd_uid_get_state-to-check.patch |  73 +++
 ...ystemd-prepare-for-D-Bus-user-bus-mo.patch |  89 +++
 ...dd-gettext-support-for-.policy-files.patch |  58 ++
 .../0.114/Fix-multi-line-pam-text-info.patch  |  39 ++
 .../0.114/Refactor-send_to_helper-usage.patch | 149 +++++
 ...n-agent-running-outside-user-session.patch |  51 ++
 ...ttext-switch-to-default-translate-no.patch |  41 ++
 ...18-1116-Trusting-client-supplied-UID.patch | 569 ++++++++++++++++++
 ...ids-in-PolkitUnixUser-and-Group-obje.patch | 186 ++++++
 .../0001-Add-a-systemd-.service-file.patch    | 125 ++++
 patches/polkit-0.105/series                   |  47 +-
 rules/polkit.make                             |   5 +
 rules/systemd.in                              |   3 +
 rules/systemd.make                            |   2 +-
 46 files changed, 4309 insertions(+), 4 deletions(-)
 create mode 100644 patches/polkit-0.105/0.106/agenthelper-pam-Fix-newline-trimming-code.patch
 create mode 100644 patches/polkit-0.105/0.108/build-Fix-.gir-generation-for-parallel-make.patch
 create mode 100644 patches/polkit-0.105/0.110/04_get_cwd.patch
 create mode 100644 patches/polkit-0.105/0.110/07_set-XAUTHORITY-environment-variable-if-unset.patch
 create mode 100644 patches/polkit-0.105/0.111/09_pam_environment.patch
 create mode 100644 patches/polkit-0.105/0.111/Fix-a-memory-leak.patch
 create mode 100644 patches/polkit-0.105/0.112/00git_type_registration.patch
 create mode 100644 patches/polkit-0.105/0.112/08_deprecate_racy_APIs.patch
 create mode 100644 patches/polkit-0.105/0.112/cve-2013-4288.patch
 create mode 100644 patches/polkit-0.105/0.113/00git_fix_memleak.patch
 create mode 100644 patches/polkit-0.105/0.113/00git_invalid_object_paths.patch
 create mode 100644 patches/polkit-0.105/0.113/03_PolkitAgentSession-fix-race-between-child-and-io-wat.patch
 create mode 100644 patches/polkit-0.105/0.113/CVE-2015-3255-Fix-GHashTable-usage.patch
 create mode 100644 patches/polkit-0.105/0.113/CVE-2015-4625-Bind-use-of-cookies-to-specific-uids.patch
 create mode 100644 patches/polkit-0.105/0.113/CVE-2015-4625-Use-unpredictable-cookie-values-keep-t.patch
 create mode 100644 patches/polkit-0.105/0.113/Don-t-discard-error-data-returned-by-polkit_system_b.patch
 create mode 100644 patches/polkit-0.105/0.113/Fix-a-crash-when-two-authentication-requests-are-in-.patch
 create mode 100644 patches/polkit-0.105/0.113/Fix-a-memory-leak-when-registering-an-authentication.patch
 create mode 100644 patches/polkit-0.105/0.113/Fix-a-per-authorization-memory-leak.patch
 create mode 100644 patches/polkit-0.105/0.113/Fix-a-possible-NULL-dereference.patch
 create mode 100644 patches/polkit-0.105/0.113/Fix-duplicate-GError-use-when-uid-is-missing.patch
 create mode 100644 patches/polkit-0.105/0.113/Fix-use-after-free-in-polkitagentsession.c.patch
 create mode 100644 patches/polkit-0.105/0.113/Fixed-compilation-problem-in-the-backend.patch
 create mode 100644 patches/polkit-0.105/0.113/PolkitSystemBusName-Add-public-API-to-retrieve-Unix-.patch
 create mode 100644 patches/polkit-0.105/0.113/Port-internals-non-deprecated-PolkitProcess-API-wher.patch
 create mode 100644 patches/polkit-0.105/0.113/README-Note-to-send-security-reports-via-DBus-s-mech.patch
 create mode 100644 patches/polkit-0.105/0.113/Refuse-duplicate-user-arguments-to-pkexec.patch
 create mode 100644 patches/polkit-0.105/0.113/Remove-a-redundant-assignment.patch
 create mode 100644 patches/polkit-0.105/0.113/docs-Update-for-changes-to-uid-binding-Authenticatio.patch
 create mode 100644 patches/polkit-0.105/0.113/pkexec-Work-around-systemd-injecting-broken-XDG_RUNT.patch
 create mode 100644 patches/polkit-0.105/0.113/polkitd-Fix-problem-with-removing-non-existent-sourc.patch
 create mode 100644 patches/polkit-0.105/0.113/sessionmonitor-systemd-Deduplicate-code-paths.patch
 create mode 100644 patches/polkit-0.105/0.113/sessionmonitor-systemd-Use-sd_uid_get_state-to-check.patch
 create mode 100644 patches/polkit-0.105/0.113/sessionmonitor-systemd-prepare-for-D-Bus-user-bus-mo.patch
 create mode 100644 patches/polkit-0.105/0.114/Add-gettext-support-for-.policy-files.patch
 create mode 100644 patches/polkit-0.105/0.114/Fix-multi-line-pam-text-info.patch
 create mode 100644 patches/polkit-0.105/0.114/Refactor-send_to_helper-usage.patch
 create mode 100644 patches/polkit-0.105/0.114/Support-polkit-session-agent-running-outside-user-session.patch
 create mode 100644 patches/polkit-0.105/0.114/gettext-switch-to-default-translate-no.patch
 create mode 100644 patches/polkit-0.105/0.115/Fix-CVE-2018-1116-Trusting-client-supplied-UID.patch
 create mode 100644 patches/polkit-0.105/0.116/Allow-negative-uids-gids-in-PolkitUnixUser-and-Group-obje.patch
 create mode 100644 patches/polkit-0.105/0001-Add-a-systemd-.service-file.patch

-- 
2.19.2

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

  parent reply	other threads:[~2018-12-22 13:19 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-10 14:18 [ptxdist] [PATCH 1/2] rules: polkit: Fix incorrect installation path Dold, Wolfram
2018-12-10 14:18 ` [ptxdist] [PATCH 2/2] rules: systemd: Change hardcoded polkit configure option Dold, Wolfram
2018-12-11  7:43   ` Michael Olbrich
2018-12-11 15:34     ` [ptxdist] [PATCH v2 1/2] " Dold, Wolfram
2018-12-11  7:41 ` [ptxdist] [PATCH 1/2] rules: polkit: Fix incorrect installation path Michael Olbrich
2018-12-11 15:34   ` [ptxdist] [PATCH v2 2/2] patches/polkit-0.105: Ubuntu polkit patches Dold, Wolfram
2018-12-17  8:26   ` [ptxdist] (no subject) Dold, Wolfram
2018-12-17  8:26     ` [ptxdist] [PATCH v2 2/2] patches/polkit-0.105: Ubuntu polkit patches Dold, Wolfram
2018-12-17  9:19     ` Dold, Wolfram
2018-12-17 10:53     ` Dold, Wolfram
2018-12-22 13:19 ` Baeuerle, Florian [this message]
2018-12-22 13:19   ` [ptxdist] [PATCH v3 1/3] polkit: add debian patches Baeuerle, Florian
2019-01-16  9:36     ` Baeuerle, Florian
2019-01-17  8:58       ` m.olbrich
2019-01-17 10:01         ` Baeuerle, Florian
2019-01-17 13:48           ` Michael Olbrich
2018-12-22 13:19   ` [ptxdist] [PATCH v3 2/3] polkit: add patch from upstream Baeuerle, Florian
2018-12-22 13:19   ` [ptxdist] [PATCH v3 3/3] systemd: enable POLKIT support if polkit is selected Baeuerle, Florian

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20181222131932.15277-1-florian.baeuerle@allegion.com \
    --to=florian.baeuerle@allegion.com \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox