[Lunar-commits] <moonbase> libassuan: version bumped to 2.0.0.
Florin Braescu
florin at lunar-linux.org
Tue Mar 9 14:56:54 CET 2010
commit 612e7bd28f3f946cdc015a85de1bc5926a40cd78
Author: Florin Braescu <florin at lunar-linux.org>
Date: Tue Mar 9 15:56:54 2010 +0200
libassuan: version bumped to 2.0.0.
Changes:
* Now using libtool and builds a DSO.
* Lots of interface cleanups.
* Pth support has changed. This now follows the same style as
libgcrypt by setting system hook callbacks.
---
libs/libassuan/DETAILS | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/libs/libassuan/DETAILS b/libs/libassuan/DETAILS
index 792dfc1..d38f7d7 100644
--- a/libs/libassuan/DETAILS
+++ b/libs/libassuan/DETAILS
@@ -1,18 +1,18 @@
MODULE=libassuan
- VERSION=1.0.5
+ VERSION=2.0.0
SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL[0]=ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/
- SOURCE_URL[1]=ftp://ftp.gnupg.org/gcrypt/$MODULE/
- SOURCE_VFY=sha1:f6c36e9d99736883a8ce5b80b0a51d854cbbbc70
- WEB_SITE=http://www.gnupg.org/
+ SOURCE_URL[0]=ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/$MODULE
+ SOURCE_URL[1]=ftp://ftp.gnupg.org/gcrypt/$MODULE
+ SOURCE_VFY=sha1:b03c586a4eefdfc0bb1ec65ecf958b9890d429f7
+ WEB_SITE=http://www.gnupg.org
ENTERED=20051108
- UPDATED=20080713
+ UPDATED=20100309
MAINTAINER=zbiggy at o2.pl
SHORT="IPC library used by GnuPG 2.0, GPGME and a few other packages"
cat << EOF
This is the IPC library used by GnuPG 2.0, GPGME and a few other
-packages. It used to be included with the latter packages but we
+packages. It used to be included with the latter packages but we
decided to make your life not too easy and separated it out to a
stand alone library.
It is currently not intended to be used as a shared library.
More information about the Lunar-commits
mailing list