Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=278a9a65519b2c8a6f80e61577f3e1620aecfd93
commit 278a9a65519b2c8a6f80e61577f3e1620aecfd93 Author: DeX77 <[email protected]> Date: Mon Aug 3 14:55:28 2015 +0200 gpgme-1.5.5-1-x86_64 * version bump diff --git a/source/lib/gpgme/CVE-2014-3564.patch b/source/lib/gpgme/CVE-2014-3564.patch deleted file mode 100644 index 5534c0b..0000000 --- a/source/lib/gpgme/CVE-2014-3564.patch +++ /dev/null @@ -1,19 +0,0 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -# DP: Description: denial of service via different line lengths -# DP: Origin: backport, http://git.gnupg.org/cgi-bin/gitweb.cgi?p=gpgme.git;a=commit;h=2cbd76f7911fc215845e89b50d6af5ff4a83dd77 -# DP: Bug-Debian: https://bugs.debian.org/756651 -# DP: Bug-SuSE: https://bugzilla.novell.com/show_bug.cgi?id=890123 -# DP: Bug-RedHat: https://bugzilla.redhat.com/show_bug.cgi?id=1113267 -@DPATCH@ -diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' gpgme1.0-1.2.0~/src/engine-gpgsm.c gpgme1.0-1.2.0/src/engine-gpgsm.c ---- gpgme1.0-1.2.0~/src/engine-gpgsm.c 2009-06-17 08:36:07.000000000 -0400 -+++ gpgme1.0-1.2.0/src/engine-gpgsm.c 2014-08-01 09:45:02.165096307 -0400 -@@ -959,7 +959,7 @@ - else - { - *aline = newline; -- gpgsm->colon.attic.linesize += linelen + 1; -+ gpgsm->colon.attic.linesize = *alinelen + linelen + 1; - } - } - if (!err) diff --git a/source/lib/gpgme/FrugalBuild b/source/lib/gpgme/FrugalBuild index 5411816..0e43d9f 100644 --- a/source/lib/gpgme/FrugalBuild +++ b/source/lib/gpgme/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: bouleetbil <[email protected]> pkgname=gpgme -pkgver=1.3.1 -pkgrel=6 +pkgver=1.5.5 +pkgrel=1 pkgdesc="A high-level crypto API for encryption" url="http://www.gnupg.org/related_software/gpgme/" groups=('lib') @@ -11,13 +11,9 @@ archs=('i686' 'x86_64' 'arm') depends=('gnupg' 'libgpg-error' 'libassuan>=2.0.2') source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2) up2date="lynx -dump http://www.gnupg.org/download/index.en.html |grep gpgme |Flasttarbz2" -sha1sums=('7d19a95a2239da13764dad7f97541be884ec5a37') +signatures=("${source[0]}.sig") + export CFLAGS="${CFLAGS} -D_FILE_OFFSET_BITS=64" Finclude texinfo -# FSA fix *** -source=(${source[@]} CVE-2014-3564.patch) -sha1sums=(${sha1sums[@]} 'b9a30c5ec6cb25d3923940c171a15f915daacdb6') -# *********** - # optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
