diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-11-24 21:22:53 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-11-24 21:22:53 -0200 |
commit | 9fa549c9fa7f7790864f88c9e7c8059c11add6b6 (patch) | |
tree | a69deb44910379359bd04689a09a5db5c3ba2ccf /kernels/linux-libre-lts-grsec-knock | |
parent | 41aac816619a642d8cb4a3af997e48f50da73013 (diff) |
linux-libre kernels: rename linux-firmware to linux-libre-firmware and paxd to paxd-libre
Diffstat (limited to 'kernels/linux-libre-lts-grsec-knock')
-rw-r--r-- | kernels/linux-libre-lts-grsec-knock/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernels/linux-libre-lts-grsec-knock/PKGBUILD b/kernels/linux-libre-lts-grsec-knock/PKGBUILD index 89b3334a0..d3ade2d7d 100644 --- a/kernels/linux-libre-lts-grsec-knock/PKGBUILD +++ b/kernels/linux-libre-lts-grsec-knock/PKGBUILD @@ -152,10 +152,10 @@ build() { _package() { pkgdesc="The ${pkgbase^} kernel and modules - stable longtime supported kernel package suitable for servers with grsecurity/PaX patches and support for stealth TCP sockets" [ "${pkgbase}" = "linux-libre" ] && groups=('base') - depends=('coreutils' 'linux-firmware' 'kmod' 'grsec-common' 'mkinitcpio>=0.7') + depends=('coreutils' 'linux-libre-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-libre: to enable PaX exploit mitigations and apply exceptions automatically' 'systemd-knock: to use system and service manager with TCP Stealth support' 'openssh-knock: to use SSH with TCP Stealth support') provides=("${_replacesarchkernel[@]/%/=${_archpkgver}}") |