All of lore.kernel.org
 help / color / mirror / Atom feed
From: Markus Lehtonen <markus.lehtonen@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH v2 0/7] Support signed RPM package feeds
Date: Fri, 11 Aug 2017 18:35:23 +0300	[thread overview]
Message-ID: <cover.1502465021.git.markus.lehtonen@linux.intel.com> (raw)

Second try of re-enabling signed rpm package feeds.

Changes since v1:
- enabling sign_package_feed.bbclass now causes the pubkey of the signing key
  to be installed in the image
- enabling sign_package_feed.bbclass automatically enables repo_gpgcheck (i.e.
  gpg signature check of the repo metadata) in rpm repositories added via
  PACKAGE_FEED_URIS
- dnf package feed selftest adjusted to the changes above


The following changes since commit df7f5221a56118da7654476f072c37ae1e75dc50:

  libinput: Upgrade 1.7.3 -> 1.8.1 (2017-08-09 09:25:47 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib marquiz/fixes-11209
  http://cgit.openembedded.org/openembedded-core-contrib/log/?h=marquiz/fixes-11209

Markus Lehtonen (7):
  lib/oe/package_manager: re-implement rpm feed signing
  dnf: rrecommend gnupg
  sign_package_feed.bbclass: install signing key into rootfs
  package_manager.py: enable dnf's repo_gpgcheck if feed signing is
    enabled
  oeqa: fix dnf tests
  oeqa: fix temp file handling in dnf package feed test
  dnf: expand dnf selftest to test signed package feeds

 meta-selftest/files/signing/key.passphrase         |  1 +
 .../cases/{dnf-runtime.py => dnf_runtime.py}       | 12 +++++++----
 meta/classes/sign_package_feed.bbclass             |  3 +++
 meta/lib/oe/package_manager.py                     | 24 +++++++++++++++++++---
 meta/lib/oeqa/selftest/cases/runtime_test.py       | 14 +++++++++++--
 meta/recipes-devtools/dnf/dnf_2.5.1.bb             |  2 ++
 6 files changed, 47 insertions(+), 9 deletions(-)
 create mode 100644 meta-selftest/files/signing/key.passphrase
 rename meta-selftest/lib/oeqa/runtime/cases/{dnf-runtime.py => dnf_runtime.py} (80%)

-- 
2.12.3



             reply	other threads:[~2017-08-11 15:35 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-11 15:35 Markus Lehtonen [this message]
2017-08-11 15:35 ` [PATCH v2 1/7] lib/oe/package_manager: re-implement rpm feed signing Markus Lehtonen
2017-08-11 15:35 ` [PATCH v2 2/7] dnf: rrecommend gnupg Markus Lehtonen
2017-08-11 15:35 ` [PATCH v2 3/7] sign_package_feed.bbclass: install signing key into rootfs Markus Lehtonen
2017-08-11 15:35 ` [PATCH v2 4/7] package_manager.py: enable dnf's repo_gpgcheck if feed signing is enabled Markus Lehtonen
2017-08-11 15:35 ` [PATCH v2 5/7] oeqa: fix dnf tests Markus Lehtonen
2017-08-11 15:35 ` [PATCH v2 6/7] oeqa: fix temp file handling in dnf package feed test Markus Lehtonen
2017-08-11 15:35 ` [PATCH v2 7/7] dnf: expand dnf selftest to test signed package feeds Markus Lehtonen
2017-08-14 11:16   ` Alexander Kanavin
2017-08-14 13:23     ` Markus Lehtonen

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=cover.1502465021.git.markus.lehtonen@linux.intel.com \
    --to=markus.lehtonen@linux.intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.