Re: [Rpm-maint] [rpm-software-management/rpm] Rust bindings for librpm (#429)

2019-12-28 Thread ニール・ゴンパ
> I guess the move isn't happening, and of course at this point it'd just break > all the links to the current repo. I added a link to Rust RPM from > http://rpm.org/software.html for added visibility. > Thanks for your work on the bindings! The bindings now live at

Re: [Rpm-maint] [rpm-software-management/rpm] Rust bindings for librpm (#429)

2019-03-04 Thread Tony Arcieri
Unfortunately I haven't had time to continue work on this, but did get to the point where there are basic memory safe bindings for querying the database which do not rely on librpm's memory and instead make copies of relevant data to the Rust heap (while leaving the door open to query more

Re: [Rpm-maint] [rpm-software-management/rpm] Rust bindings for librpm (#429)

2019-03-04 Thread ニール・ゴンパ
@tarcieri If you actually do want to move them, let us know, and I'll poke people with a pointy stick! @pmatilai it actually wouldn't break any links because GitHub preserves them for redirection. -- You are receiving this because you are subscribed to this thread. Reply to this email

Re: [Rpm-maint] [rpm-software-management/rpm] Rust bindings for librpm (#429)

2019-03-04 Thread Tony Arcieri
Thanks! -- 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/429#issuecomment-469283550___ Rpm-maint mailing list

Re: [Rpm-maint] [rpm-software-management/rpm] Rust bindings for librpm (#429)

2019-03-04 Thread Panu Matilainen
Closed #429. -- 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/429#event-2178097910___ Rpm-maint mailing list

Re: [Rpm-maint] [rpm-software-management/rpm] Rust bindings for librpm (#429)

2019-03-04 Thread Panu Matilainen
I guess the move isn't happening, and of course at this point it'd just break all the links to the current repo. I added a link to Rust RPM from http://rpm.org/software.html for added visibility. Thanks for your work on the bindings! -- You are receiving this because you are subscribed to this

Re: [Rpm-maint] [rpm-software-management/rpm] Rust bindings for librpm (#429)

2018-06-27 Thread Tony Arcieri
Thanks for the heads up! We definitely should support SHA-256 -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Rpm-maint] [rpm-software-management/rpm] Rust bindings for librpm (#429)

2018-06-26 Thread Jeff Johnson
See #456 which might have minor ramifications for your project. Meanwhile you should attempt to handle RPMTAG_FILEDIGESTS general by looking at RPMTAG_FILEDIGESTALGO{,S} to determine what digest was used, and dispatching to the appropriate routine within Python code. In practice, SHA256 is