summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 02194090b0b9..a08a77579405 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,16 @@
+# Generated by mksrcinfo v8
+# Mon Sep 25 19:37:41 UTC 2017
pkgbase = aeskeyfind
pkgdesc = automatic techniques for locating 128-bit and 256-bit AES keys in a captured memory image
pkgver = 1.0
- pkgrel = 1
+ pkgrel = 2
url = https://citp.princeton.edu/research/memory/
arch = i686
arch = x86_64
license = GPL
depends = glibc
- source = https://citp.princeton.edu/memory-content/src/aeskeyfind-1.0.tar.gz
+ source = https://raw.githubusercontent.com/DonnchaC/coldboot-attacks/master/aeskeyfind-1.0.tar.gz
+ source = https://raw.githubusercontent.com/DonnchaC/coldboot-attacks/master/aeskeyfind-1.0.tar.gz.asc
sha256sums = 1417e5c1b61e86bb9527db1f5bee1995a0eea82475db3cbc880e04bf706083e4
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index f7542111cec2..0da584f92c7b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,18 @@
pkgname=aeskeyfind
pkgver=1.0
-pkgrel=1
+pkgrel=2
pkgdesc='automatic techniques for locating 128-bit and 256-bit AES keys in a captured memory image'
arch=('i686' 'x86_64')
url='https://citp.princeton.edu/research/memory/'
license=('GPL')
depends=(glibc)
makedepends=()
-source=(https://citp.princeton.edu/memory-content/src/$pkgname-$pkgver.tar.gz)
+# source=(https://citp.princeton.edu/memory-content/src/$pkgname-$pkgver.tar.gz)
+source=(https://raw.githubusercontent.com/DonnchaC/coldboot-attacks/master/aeskeyfind-${pkgver}.tar.gz{,.asc})
sha256sums=('1417e5c1b61e86bb9527db1f5bee1995a0eea82475db3cbc880e04bf706083e4'
'SKIP')
+validpgpkeys=(12E404FFD3C931F934052D06B8841A919D0FACE4) # Jacob Appelbaum <jacob@appelbaum.net>
build(){
cd "$srcdir"/$pkgname
make