diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-11-17 23:14:40 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-11-17 23:14:40 -0200 |
commit | 90c66814d21793afbc34164b77981967cfa406be (patch) | |
tree | 1fda4d6de651f0195f39acb21234ded34b1bd72a /kernels/linux-libre-lts-grsec-knock | |
parent | 0e96cf2c85702bb1fbe3db6ea251cde614a3df71 (diff) | |
download | abslibre-90c66814d21793afbc34164b77981967cfa406be.tar.gz abslibre-90c66814d21793afbc34164b77981967cfa406be.tar.bz2 abslibre-90c66814d21793afbc34164b77981967cfa406be.zip |
linux-libre-lts-{grsec-,}knock: add openssh-knock to optdepends
Diffstat (limited to 'kernels/linux-libre-lts-grsec-knock')
-rw-r--r-- | kernels/linux-libre-lts-grsec-knock/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kernels/linux-libre-lts-grsec-knock/PKGBUILD b/kernels/linux-libre-lts-grsec-knock/PKGBUILD index e00f0c133..7494238cb 100644 --- a/kernels/linux-libre-lts-grsec-knock/PKGBUILD +++ b/kernels/linux-libre-lts-grsec-knock/PKGBUILD @@ -155,7 +155,8 @@ _package() { depends=('coreutils' 'linux-firmware' 'kmod' 'grsec-common' 'mkinitcpio>=0.7') optdepends=('crda: to set the correct wireless channels of your country' 'gradm: to configure and enable Role Based Access Control (RBAC)' - 'paxd: to enable PaX exploit mitigations and apply exceptions automatically') + 'paxd: to enable PaX exploit mitigations and apply exceptions automatically' + 'openssh-knock: to enable support for stealth TCP sockets over ssh') provides=("${_replacesarchkernel[@]/%/=${_archpkgver}}") conflicts=("${_replacesarchkernel[@]}" "${_replacesoldkernels[@]}" "${_replacesoldmodules[@]}") replaces=("${_replacesarchkernel[@]}" "${_replacesoldkernels[@]}" "${_replacesoldmodules[@]}") |