Add openssl debian package#267
Conversation
b6b0bc8 to
2d9f1cc
Compare
fc44b09 to
d0c8838
Compare
f943f98 to
02450dc
Compare
43d1b6d to
86be742
Compare
86be742 to
3beac35
Compare
c5aeb36 to
e1138e4
Compare
|
I don't think we need to have the entire wolfSSL source and binaries in this git repo. It would be better to have GitHub Actions to build and cache them. Once wolfSSL/wolfssl#9161 is merged, this should become quite easy. |
Sure. The tarball here is just a stop-gap. However, from what I can tell, the packaging.yml in wolfSSL does not seem to save artifacts. Should we add that @LinuxJedi ? |
It shouldn't be required. You can pin whatever version of wolfSSL you want without it and just copy the Debian directory over + patch the configure.ac (for older than master once merged). Unless there is a use case I'm missing? |
After some offline discussion, the basic flow is:
|
e1138e4 to
0671182
Compare
When generating a Debian package for WolfProvider, also include a separate package for openssl (Alternate approach)