diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-11-27 18:50:33 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-11-27 18:50:33 -0200 |
commit | 1da284e6f874a4f4ee06fdcc7d44f5018fa301e2 (patch) | |
tree | 0e931bd4fd429af940a86f7fd1888f214a569a6e /kernels/linux-libre-lts-grsec | |
parent | ba0abd26f5c60a2c6bbab8c31c70ed7e6a50d030 (diff) |
linux-libre kernels: add signatures to the sources
Diffstat (limited to 'kernels/linux-libre-lts-grsec')
-rw-r--r-- | kernels/linux-libre-lts-grsec/PKGBUILD | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kernels/linux-libre-lts-grsec/PKGBUILD b/kernels/linux-libre-lts-grsec/PKGBUILD index 2d06a2f09..faa9c8df6 100644 --- a/kernels/linux-libre-lts-grsec/PKGBUILD +++ b/kernels/linux-libre-lts-grsec/PKGBUILD @@ -30,7 +30,9 @@ license=('GPL2') makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc') options=('!strip') source=("http://linux-libre.fsfla.org/pub/linux-libre/releases/${_pkgbasever}/linux-libre-${_pkgbasever}.tar.xz" + "http://linux-libre.fsfla.org/pub/linux-libre/releases/${_pkgbasever}/linux-libre-${_pkgbasever}.tar.xz.sign" "http://linux-libre.fsfla.org/pub/linux-libre/releases/${_pkgver}/patch-${_pkgbasever}-${_pkgver}.xz" + "http://linux-libre.fsfla.org/pub/linux-libre/releases/${_pkgver}/patch-${_pkgbasever}-${_pkgver}.xz.sign" "https://grsecurity.net/stable/grsecurity-${_grsecver}-${_pkgver%-*}-${_timestamp}.patch" "https://grsecurity.net/stable/grsecurity-${_grsecver}-${_pkgver%-*}-${_timestamp}.patch.sig" # the main kernel config files @@ -47,7 +49,9 @@ source=("http://linux-libre.fsfla.org/pub/linux-libre/releases/${_pkgbasever}/li # Note: Makefile patching was removed due which we are using specific flags from grsecurity patch '3.14.14-a410a5e2b7-loongson-community.patch') sha256sums=('477555c709b9407fe37dbd70d3331ff9dde1f9d874aba2741f138d07ae6f281b' + 'SKIP' 'f44e90fa5782728e648996cb2d068bdb27372e029b424ba87904606850743679' + 'SKIP' 'b5b9a3450288114f18fdf218eab04fe29545354c89c71806c6f923b7260c23a4' 'SKIP' 'b579108a60b56edccdf99fd3873cc49fbe174be239a5f69d50082d26cb9d3053' |