craigwblake / redline

Pure Java Rpm Library
http://redline-rpm.org
MIT License
128 stars 97 forks source link

Added method to set signature size #122

Open BClark09 opened 7 years ago

BClark09 commented 7 years ago

Until a proven method of calculating what the header size should be, allow a custom signature size to be specified.

Fixes #62

BClark09 commented 6 years ago

Hi @craigwblake I had another look at this, I've tried to implement this in a different way which is hopefully more suitable:

https://github.com/BClark09/redline/commit/6760ece61a58d4b4d6448b1850e5cbb860f38db3

Java is not a strong point of mine, but I would like a way to sign RPM files with larger header sizes. If possible, please let me know your thoughts.

Pochatkin commented 1 year ago

Hi, @craigwblake. Could you please provide some comments here? As I see this is too old problem and looks like you are not maintaining this project. But readline-rpm used in very popular gradle plugin https://github.com/nebula-plugins/gradle-ospackage-plugin and it would be great if we will fix this issue.