Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

sailfishos-mirror/rpm

jollaitbot pushed 2 commits to master sailfishos-mirror/rpm
  • Simplify rpmKeyringModify(RPMKEYRING_REPLACE) Implement as RPMKEYRING_DELETE + RPMKEYRING_ADD. This will make it ea... ad461ce
  • Handle subkeys in rpmKeyringModify Remove all other subkey handling code Inline the remaining few lines of keyringA... c0e43f8

View on GitHub

jollaitbot pushed 2 commits to master sailfishos-mirror/rpm
  • Refactor the subkey handling to a keystore helper function This is needlessly duplicated identical logic in two plac... b133cd1
  • rpmKeyring: Support keys with the same key ID Loop over the candidates during signature verification and use the one... 09510e4

View on GitHub

jollaitbot pushed 8 commits to master sailfishos-mirror/rpm
  • Add some internal APIs around rpmtxn, use in keystore operations These will be needed to move the keystore backends ... 30db422
  • Rename keystore load functions to rpmts prefix Another preparatory step towards splitting the keystore operations in... 14fcc9e
  • Drop unused subkey arguments to makePubkeyHeader() This should've been in commit 4c61c1f6146dc81af4d83bb96ae9d9c7e29... c591a12
  • Refactor the keystore level import to a helper function Paving way for next steps, no functional changes. 0e6875a
  • Add + use pubkey based keystore delete functions Preparing for next steps, no functional changes. a23edf0
  • Refactor lower level keystore delete to separate function Paving way for next steps, no functional changes. 16ef3ee
  • Refactor lower level keystore load to separate function Paving way for next steps, no functional changes. 5e5e614
  • Split keystore handling to a separate source Except for making the three keystore API functions non-static, there ar... 364d284

View on GitHub

jollaitbot pushed 1 commit to master sailfishos-mirror/rpm
  • Use full keyid for the unknown keyid warning message tracking Just use the actual hex string, it's what the user nee... 6699388

View on GitHub

jollaitbot pushed 5 commits to master sailfishos-mirror/rpm
  • Pass rpmPubkeys one layer down when creating the gpg-pubkey headers Lets us use the newly added helper rpmPubkeyKeyI... 760d2a5
  • Drop subkey gpg(keyid) provides from gpg-pubkey headers Subkeys are more of an implementation detail that shouldn't ... 4c61c1f
  • Use full key fingerprint for gpg-pubkey version and keystore Change the gpg-pubkey version from short keyid to full ... f81278f
  • Migrate from short keyid to fingerprint on key update Remove old entries based on short keyid when key is updated vi... 39068c2
  • Fix FA_TOUCH'ed files getting removed on failed update On install/update, most files are laid down with a temporary ... 027ef64

View on GitHub

jollaitbot pushed 1 commit to master sailfishos-mirror/rpm
  • Default to test-suite disabled in cmake Despite being bound to "make check" and reasonably fast, our tests sit at le... 0e8c3df

View on GitHub

jollaitbot pushed 2 commits to master sailfishos-mirror/rpm
  • Add rpmPubkeyArmorWrap() Related: #3366 b02d648
  • Add rpmkeys --export Just writes the keys out to stdout in an ASCII armored format. Resolves: #3366 d376e45

View on GitHub