All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v8 0/6] IPK signing for the gpg_sign module
@ 2016-03-10 10:02 Ioan-Adrian Ratiu
  2016-03-10 10:02 ` [PATCH v8 1/6] gpg_sign: add local ipk package signing functionality Ioan-Adrian Ratiu
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Ioan-Adrian Ratiu @ 2016-03-10 10:02 UTC (permalink / raw)
  To: openembedded-core

Changes since v7:
  * Removed the PACKAGE_FEED_GPG_PUBKEY variable
  * Split the feed signing types into a separate commit and made it work
    also for rpm's besides ipk's
  * Minor whitespace & exception handling cleanups

Ioan-Adrian Ratiu (6):
  gpg_sign: add local ipk package signing functionality
  gpg_sign: detach_sign: fix gpg > 2.1 STDIN file descriptor
  gpg_sign: export_pubkey: add signature type support
  signing-keys: create ipk package
  package_manager: sign IPK package feeds
  sign_package_feed: add feed signature type

 meta/classes/package_ipk.bbclass       |  5 +++
 meta/classes/sign_ipk.bbclass          | 52 +++++++++++++++++++++++++++++
 meta/classes/sign_package_feed.bbclass | 12 ++++++-
 meta/lib/oe/gpg_sign.py                | 60 ++++++++++++++++++++++++++--------
 meta/lib/oe/package_manager.py         | 22 +++++++++++--
 meta/recipes-core/meta/signing-keys.bb | 15 ++++++++-
 6 files changed, 147 insertions(+), 19 deletions(-)
 create mode 100644 meta/classes/sign_ipk.bbclass

-- 
2.7.2



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-03-10 10:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-10 10:02 [PATCH v8 0/6] IPK signing for the gpg_sign module Ioan-Adrian Ratiu
2016-03-10 10:02 ` [PATCH v8 1/6] gpg_sign: add local ipk package signing functionality Ioan-Adrian Ratiu
2016-03-10 10:02 ` [PATCH v8 2/6] gpg_sign: detach_sign: fix gpg > 2.1 STDIN file descriptor Ioan-Adrian Ratiu
2016-03-10 10:02 ` [PATCH v8 3/6] gpg_sign: export_pubkey: add signature type support Ioan-Adrian Ratiu
2016-03-10 10:02 ` [PATCH v8 4/6] signing-keys: create ipk package Ioan-Adrian Ratiu
2016-03-10 10:02 ` [PATCH v8 5/6] package_manager: sign IPK package feeds Ioan-Adrian Ratiu
2016-03-10 10:03 ` [PATCH v8 6/6] sign_package_feed: add feed signature type Ioan-Adrian Ratiu

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.