Re: [Rpm-maint] [rpm-software-management/rpm] Add support for reading BDB without the library (#980)

2019-12-23 Thread Michael Schroeder
Db6 just added support for large data blobs and a heap database type, both are not used by rpm. I tested it with a cooker container image, and the code could read the database without problems. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or

Re: [Rpm-maint] [rpm-software-management/rpm] Add support for reading BDB without the library (#980)

2019-12-23 Thread Michael Schroeder
Added a check for the hash/btree version. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/980#issuecomment-568449448___

Re: [Rpm-maint] [rpm-software-management/rpm] Add support for reading BDB without the library (#980)

2019-12-23 Thread Michael Schroeder
@mlschroe pushed 1 commit. 56736fedb0dba9abeaabff829d97c805ba63e0cb Add support for reading BDB without the library -- You are receiving this because you are subscribed to this thread. View it on GitHub:

[Rpm-maint] [PATCH] fix zstd magic

2019-12-23 Thread Thierry Vignaud
Hi The attached patch fixes the zstd magic bytes detection. I spot it while adding support for zstd compressed metadata in URPM/urpmi, which was broken by this typo… Thanks (done against 4.15.x but should apply cleany to master) From fa42be542cfabe953c461a52d9100d1ad28354b8 Mon Sep 17 00:00:00