-
-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Re-add Picocrypt #1114
Comments
By the way, it is one of the recommended encryption tool on the Privacy Tools website: |
Please check https://github.com/wimpysworld/deb-get/blob/main/01-main/CONTRIBUTING.md#adding-software - in particular :
The second is critical: we must be able to determine the version available to compare with any installed package. Typically we do this for github releases by using the api to get the "latest" release and extract the version tag. It is likely that nightly automated releases will not be acceptable in any case (yes there are "exceptions" - which may at any time be tidied up of course). I'd recommend tweaking the automated workflows to make periodic intentional stable release versions labelled "latest" and label the nightlies as "nightly". Otherwise if declined there is always the option of an external deb-get repository supporting the nightly release, but being included in the core repo would of course be best all round. I note also in the discussion linked above that there are indications that debian < 12 and derivatives may now be unsupported (the deb compression support). Ideally the more widely acceptable compression option has been adopted, but if not we would need to specify supported releases in the definition, so confirmation either way would be helpful. I have a "working" definition (https://github.com/philclifford/deb-get/blob/extras/81-betas/packages/picocrypt-gui ) almost ready for a PR once the app version is not hard-coded to 1 and tagged in the release. |
Thanks for the info. I'll make a latest tag some time today or tomorrow that only releases manually. As for the Debian version, I fixed it. Debian 11 and Ubuntu 22 should be supported. |
@HACKERALERT Thanks! |
@philclifford Stable tagged releases out now! https://github.com/Picocrypt/Picocrypt/releases Let me know if this is sufficient. |
@HACKERALERT Thanks Evan - sorry for the delayed response! That's sorted the github release aspect. The .deb still has the version hard-coded as "1" though, so the installed version will appear to be older than the release forever.
If you could ensure the .deb is packaged with the "version" the same as the release tag. |
Oops, missed that. I'll fix that in a few days (busy atm). Thanks for pointing it out. |
@philclifford had a minute today, fixed. Can you try again? |
@HACKERALERT That's fine, thanks. PR now awaiting review. |
Thanks! |
Picocrypt has been previously available via deb-get (#167), but it stopped publishing .deb packages. Now, they are available again:
Picocrypt/Picocrypt#10
The text was updated successfully, but these errors were encountered: