summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Düll2016-02-24 19:55:10 +0100
committerMichael Düll2016-02-24 19:55:39 +0100
commitb36cc040f381b08d82af1964321242382adaadab (patch)
tree5195b5c40c9d8ec4c51e56a6e0d370d926948e90
parent1a2127dc21c53b7721efb9c2d99be840f765adb6 (diff)
downloadaur-b36cc040f381b08d82af1964321242382adaadab.tar.gz
Security update.
Signed-off-by: Michael Düll <michael.duell@rub.de>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 398805054413..6d74d3fdaac7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Wed Feb 24 18:55:29 UTC 2016
pkgbase = aespipe
pkgdesc = Encrypts data from stdin to stdout
pkgver = 2.4d
- pkgrel = 1
+ pkgrel = 2
url = http://loop-aes.sourceforge.net
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 801c94766e0e..c131e7bffe5f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
-# Maintainer: Michael Düll <michael.duell@rub.de>
+# Maintainer: Michael Duell <michael.duell@rub.de> PGP Key: 5566FF77 Fingerprint: FF8C D50E 66E9 5491 F30C B75E F32C 939C 5566 FF77
# Contirbutor: Juergen Hoetzel <juergen@hoetzel.info>
# Contributor: Joerie de Gram <j.de.gram@gmail.com>
# Contributor: bender02 at archlinux dot us
pkgname=aespipe
pkgver=2.4d
-pkgrel=1
+pkgrel=2
pkgdesc="Encrypts data from stdin to stdout"
arch=('i686' 'x86_64')
url="http://loop-aes.sourceforge.net"
@@ -12,6 +12,9 @@ license=('GPL')
depends=('sharutils')
source=(http://loop-aes.sourceforge.net/${pkgname}/${pkgname}-v${pkgver}.tar.bz2{,.sign})
sha384sums=('SKIP' 'SKIP') # We use GPG for verification instead.
+# Please manually verify that the Signer PGP key is the correct one.
+# If you are lazy and don't care about security you can enable
+# the validpgpkeys line below.
#validpgpkeys=('12D64C3ADCDA0AA427BDACDFF0733C808132F189') # Jari Ruusu
build() {