Browse Source

* splited ENCRYPTION module to PGP, keeping only libgcrypt at ENCRYPTION

legacy/multilib
Alejandro Mery 18 years ago
parent
commit
3a56e17a23
2 changed files with 17 additions and 10 deletions
  1. +4
    -10
      pkgsel/Base/Security/Encryption.ask
  2. +13
    -0
      pkgsel/Base/Security/PGP.ask

+ 4
- 10
pkgsel/Base/Security/Encryption.ask

@ -1,13 +1,7 @@
#Description: Encryption Support (PGP, S/MIME)
#Description: Basic Encryption Support
#Default: 1
X gnupg
X gnupg2
X gpgme
X gnupth
X libassuan
X libgpg-error
X libgcrypt
X libksba
X pinentry
# needed by libgcrypt
X libgpg-error

+ 13
- 0
pkgsel/Base/Security/PGP.ask

@ -0,0 +1,13 @@
#Description: PGP and S/MIME support
#Forced: ENCRYPTION
X gnupg
X gnupg2
X gpgme
X gnupth
X libassuan
X libksba
# what is this doing here?
X pinentry

Loading…
Cancel
Save