Re: [Rpm-maint] [rpm-software-management/rpm] Don't require signature header to be in single contiguous region part II (#1003)

2020-01-09 Thread ニール・ゴンパ
Conan-Kudo approved this pull request.

Confirmed that it fixed the issue after backporting in OMV and ROSA.



-- 
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/1003#pullrequestreview-340946647___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint


Re: [Rpm-maint] [rpm-software-management/rpm] brp-compress: Handle zstd compressed man/info pages (#997)

2020-01-09 Thread ニール・ゴンパ
Conan-Kudo approved this pull request.

Code looks good and tests pass! :)



-- 
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/997#pullrequestreview-340946750___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint


Re: [Rpm-maint] [rpm-software-management/rpm] brp-compress: Handle zstd compressed man/info pages (#997)

2020-01-09 Thread Bernhard Rosenkraenzer
rebased

-- 
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/997#issuecomment-572734503___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint


[Rpm-maint] [rpm-software-management/rpm] ndb: add verify method and cleanup code (#1004)

2020-01-09 Thread Michael Schroeder
This commit adds a verify method for ndbs Packages.db database.
It also cleans up the pkgdb code a bit:

* removed unused lzo compression code
* added some more comments and fixed spelling mistakes
* made ordered slots flag a boolean
* fixed a corner case where a package id lookup could segfault
  if no packages were in the database
* no longer free the pkgid hash all the time
You can view, comment on, or merge this pull request online at:

  https://github.com/rpm-software-management/rpm/pull/1004

-- Commit Summary --

  * ndb: add verify method and cleanup code

-- File Changes --

M lib/backend/ndb/glue.c (8)
M lib/backend/ndb/rpmpkg.c (180)
M lib/backend/ndb/rpmpkg.h (1)

-- Patch Links --

https://github.com/rpm-software-management/rpm/pull/1004.patch
https://github.com/rpm-software-management/rpm/pull/1004.diff

-- 
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/1004
___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint


Re: [Rpm-maint] [rpm-software-management/rpm] Documentation about Python bindings (#1001)

2020-01-09 Thread Panu Matilainen
Closed #1001.

-- 
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/issues/1001#event-2934168120___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint


Re: [Rpm-maint] [rpm-software-management/rpm] Documentation about Python bindings (#1001)

2020-01-09 Thread Panu Matilainen
https://rpm.org/documentation.html#rpm-language-bindings a couple of pointers. 
They're somewhat outdated though, so you'll want to additionally check ```pydoc 
rpm``` for newer vs deprecated interfaces.

-- 
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/issues/1001#issuecomment-572466004___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint


[Rpm-maint] [rpm-software-management/rpm] Don't require signature header to be in single contiguous region part II (#1003)

2020-01-09 Thread Panu Matilainen
The generic case was reported in #270 and fixed quite a while ago in
commit 34c2ba3c6a80a778cdf2e42a9193b3264e08e1b3, but signing uses a
different code path and require the same treatment.

Fixes: #1002
You can view, comment on, or merge this pull request online at:

  https://github.com/rpm-software-management/rpm/pull/1003

-- Commit Summary --

  * Dont require signature header to be in single contiguous region part II

-- File Changes --

M lib/signature.c (2)

-- Patch Links --

https://github.com/rpm-software-management/rpm/pull/1003.patch
https://github.com/rpm-software-management/rpm/pull/1003.diff

-- 
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/1003
___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint