# HG changeset patch # User Christopher Rogers # Date 1284749270 0 # Node ID b084f9ed4a92fe4cc40ea27ae2b11a12efc47d80 # Parent 70481e96437fbcdbb229e12b6e9dfedd4e40c66d Up: gnupg to 2.0.16. gpgme, gpgme-dev to 1.3.0. libassuan to 2.0.1. diff -r 70481e96437f -r b084f9ed4a92 gnupg/receipt --- a/gnupg/receipt Fri Sep 17 18:02:43 2010 +0000 +++ b/gnupg/receipt Fri Sep 17 18:47:50 2010 +0000 @@ -1,14 +1,14 @@ # SliTaz package receipt. PACKAGE="gnupg" -VERSION="2.0.13" +VERSION="2.0.16" CATEGORY="security" SHORT_DESC="Free implementation of the OpenPGP." MAINTAINER="pankso@slitaz.org" DEPENDS="libusb bzlib libcurl openssl readline zlib libgpg-error pth libksba \ libgcrypt" -BUILD_DEPENDS="libusb-dev openssl-dev readline-dev zlib-dev libgpg-error-dev -pth-dev libassuan libksba-dev" +BUILD_DEPENDS="$DEPENDS libusb-dev openssl-dev readline-dev zlib-dev libgpg-error-dev +pth-dev libgcrypt-dev libassuan libksba-dev pkg-config" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.gnupg.org/" WGET_URL="ftp://ftp.gnupg.org/gcrypt/gnupg/$TARBALL" diff -r 70481e96437f -r b084f9ed4a92 gpgme-dev/receipt --- a/gpgme-dev/receipt Fri Sep 17 18:02:43 2010 +0000 +++ b/gpgme-dev/receipt Fri Sep 17 18:47:50 2010 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="gpgme-dev" -VERSION="1.1.8" +VERSION="1.3.0" CATEGORY="security" SHORT_DESC="C language library that allows to add support for cryptography to a program." MAINTAINER="erjo@slitaz.org" diff -r 70481e96437f -r b084f9ed4a92 gpgme/receipt --- a/gpgme/receipt Fri Sep 17 18:02:43 2010 +0000 +++ b/gpgme/receipt Fri Sep 17 18:47:50 2010 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="gpgme" -VERSION="1.1.8" +VERSION="1.3.0" CATEGORY="security" SHORT_DESC="C language library that allows to add support for cryptography to a program." MAINTAINER="erjo@slitaz.org" diff -r 70481e96437f -r b084f9ed4a92 libassuan/receipt --- a/libassuan/receipt Fri Sep 17 18:02:43 2010 +0000 +++ b/libassuan/receipt Fri Sep 17 18:47:50 2010 +0000 @@ -1,14 +1,15 @@ # SliTaz package receipt. PACKAGE="libassuan" -VERSION="1.0.5" +VERSION="2.0.1" CATEGORY="security" SHORT_DESC="IPC library used by some of the other GnuPG related packages." MAINTAINER="pankso@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.gnupg.org/" WGET_URL="ftp://ftp.gnupg.org/gcrypt/$PACKAGE/$TARBALL" -BUILD_DEPENDS="python" # do not skip /usr/lib/libassuan-pth.a +DEPENDS="libgpg-error" +BUILD_DEPENDS="python libgpg-error-dev pkg-config" # do not skip /usr/lib/libassuan-pth.a # Rules to configure and make the package. compile_rules()