summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author“0xReki”2015-09-06 00:29:16 +0200
committer“0xReki”2015-09-06 00:29:16 +0200
commit7f671f5243799f74f5aca883aa4e6c70c9e0811a (patch)
tree4682e1abe84a8f15f6916386e8bf8528f1621f7a
parentc4ca3338448aa773934fd3b0ded52eb776885a9d (diff)
downloadaur-7f671f5243799f74f5aca883aa4e6c70c9e0811a.tar.gz
updated to 2.1.7
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD6
-rw-r--r--gnupg-large-rsa-2.1.7.patch (renamed from gnupg-large-rsa-2.1.6.patch)4
3 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db5bf2a9f083..a288d6c9fe28 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnupg-large-rsa
pkgdesc = Complete and free implementation of the OpenPGP standard - with fixes to make large RSA keys really work (and even bigger keys)
- pkgver = 2.1.6
+ pkgver = 2.1.7
pkgrel = 1
url = http://www.gnupg.org/
install = install
@@ -21,20 +21,20 @@ pkgbase = gnupg-large-rsa
optdepends = libldap: gpg2keys_ldap
optdepends = libusb-compat: scdaemon
provides = dirmngr
- provides = gnupg2=2.1.6
- provides = gnupg=2.1.6
+ provides = gnupg2=2.1.7
+ provides = gnupg=2.1.7
conflicts = dirmngr
conflicts = gnupg2
conflicts = gnupg
replaces = dirmngr
replaces = gnupg2
replaces = gnupg
- source = ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-2.1.6.tar.bz2
- source = ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-2.1.6.tar.bz2.sig
- source = gnupg-large-rsa-2.1.6.patch
- sha1sums = 9e8157b3386da04760657ce3117fc4dc570c57c5
+ source = ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-2.1.7.tar.bz2
+ source = ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-2.1.7.tar.bz2.sig
+ source = gnupg-large-rsa-2.1.7.patch
+ sha1sums = 1a345804f34a2acd05c1555e40ddfa297f38438b
sha1sums = SKIP
- sha1sums = fd2d0c175842b9f38b595801e09fce3b584a0f2e
+ sha1sums = 4132fdf829d34f9fb81b00945bdde89b6198452d
pkgname = gnupg-large-rsa
diff --git a/PKGBUILD b/PKGBUILD
index 25835ec58e62..3785d68f7bfb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=gnupg-large-rsa
_pkgname=gnupg
-pkgver=2.1.6
+pkgver=2.1.7
pkgrel=1
pkgdesc='Complete and free implementation of the OpenPGP standard - with fixes to make large RSA keys really work (and even bigger keys)'
url='http://www.gnupg.org/'
@@ -22,9 +22,9 @@ validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'
'031EC2536E580D8EA286A9F22071B08A33BD3F06'
'D238EA65D64C67ED4C3073F28A861B1C7EFD60D9')
source=("ftp://ftp.gnupg.org/gcrypt/${_pkgname}/${_pkgname}-${pkgver}.tar.bz2"{,.sig} "${pkgname}-${pkgver}.patch")
-sha1sums=('9e8157b3386da04760657ce3117fc4dc570c57c5'
+sha1sums=('1a345804f34a2acd05c1555e40ddfa297f38438b'
'SKIP'
- 'fd2d0c175842b9f38b595801e09fce3b584a0f2e')
+ '4132fdf829d34f9fb81b00945bdde89b6198452d')
install=install
diff --git a/gnupg-large-rsa-2.1.6.patch b/gnupg-large-rsa-2.1.7.patch
index 538f08c2012b..5ce7b5f2b2fb 100644
--- a/gnupg-large-rsa-2.1.6.patch
+++ b/gnupg-large-rsa-2.1.7.patch
@@ -34,7 +34,7 @@ diff -ru gnupg-2.1.5/configure.ac gnupg-2.1.5-patched/configure.ac
diff -ru gnupg-2.1.5/g10/keygen.c gnupg-2.1.5-patched/g10/keygen.c
--- gnupg-2.1.5/g10/keygen.c 2015-06-02 17:47:50.000000000 +0200
+++ gnupg-2.1.5-patched/g10/keygen.c 2015-06-27 02:34:10.326765711 +0200
-@@ -1553,7 +1553,7 @@
+@@ -1560,7 +1560,7 @@
int err;
char *keyparms;
char nbitsstr[35];
@@ -43,7 +43,7 @@ diff -ru gnupg-2.1.5/g10/keygen.c gnupg-2.1.5-patched/g10/keygen.c
assert (is_RSA(algo));
-@@ -2047,6 +2047,7 @@
+@@ -2054,6 +2054,7 @@
case PUBKEY_ALGO_RSA:
min=1024;