mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
gpgme: update to 1.5.1 (fixes CVE-2014-3564).
This commit is contained in:
parent
23a29f3263
commit
b78ee901bd
1 changed files with 7 additions and 7 deletions
|
@ -1,24 +1,24 @@
|
||||||
# Template file for 'gpgme'
|
# Template file for 'gpgme'
|
||||||
pkgname=gpgme
|
pkgname=gpgme
|
||||||
version=1.4.4
|
version=1.5.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-fd-passing --with-gpg=/usr/bin/gpg
|
configure_args="--enable-fd-passing --disable-gpgconf-test
|
||||||
--with-gpgsm=/usr/bin/gpgsm --with-gpgconf=/usr/bin/gpgconf
|
--disable-gpg-test --disable-gpgsm-test
|
||||||
--with-g13=/usr/bin/g13 --with-libgpg-error-prefix=$XBPS_CROSS_BASE/usr
|
--with-libgpg-error-prefix=$XBPS_CROSS_BASE/usr
|
||||||
--with-libassuan-prefix=$XBPS_CROSS_BASE/usr"
|
--with-libassuan-prefix=$XBPS_CROSS_BASE/usr"
|
||||||
hostmakedepends="gnupg"
|
hostmakedepends="gnupg"
|
||||||
makedepends="libgpg-error-devel libassuan-devel gnupg"
|
makedepends="libgpg-error-devel libassuan-devel"
|
||||||
depends="libassuan>=2.0.3 gnupg"
|
depends="libassuan>=2.0.3 gnupg"
|
||||||
short_desc="GnuPG Made Easy"
|
short_desc="GnuPG Made Easy"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://www.gnupg.org/related_software/gpgme/"
|
homepage="http://www.gnupg.org/related_software/gpgme/"
|
||||||
distfiles="ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-$version.tar.bz2"
|
distfiles="ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-$version.tar.bz2"
|
||||||
checksum=3d594ed4040e11f66be2f48e8bbfc0a831f68321b5d8940d9fdafb1b30542948
|
checksum=6c2f3af8ceeb303277d44ec0216d9a1271701f65b91d5942264cf7cefb4a11e3
|
||||||
|
|
||||||
gpgme-devel_package() {
|
gpgme-devel_package() {
|
||||||
depends="libgpg-error-devel libassuan-devel gpgme>=${version}_${revision}"
|
depends="${makedepends} gpgme>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/bin
|
vmove usr/bin
|
||||||
|
|
Loading…
Add table
Reference in a new issue