pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/gnutls Changes 1.2.6:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cf5756512b32
branches:  trunk
changeset: 498697:cf5756512b32
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Aug 30 14:29:00 2005 +0000

description:
Changes 1.2.6:
- MiniLZO updated to version 2.01 and moved to separate directory.
- Collision between system LZO header files and MiniLZO header file fixed.
- Will now test for liblzo functionality in liblzo2 too.
- Minilibtasn1 is now 0.2.14 (no code changes).
- Some code changes to avoid GTK-DOC warnings.
- API and ABI modifications:
  No changes since last version.

diffstat:

 security/gnutls/Makefile |  10 +++++-----
 security/gnutls/distinfo |   8 ++++----
 2 files changed, 9 insertions(+), 9 deletions(-)

diffs (46 lines):

diff -r 4901bd5bcebe -r cf5756512b32 security/gnutls/Makefile
--- a/security/gnutls/Makefile  Tue Aug 30 14:28:46 2005 +0000
+++ b/security/gnutls/Makefile  Tue Aug 30 14:29:00 2005 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.31 2005/07/14 20:16:23 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2005/08/30 14:29:00 adam Exp $
 
-DISTNAME=      gnutls-1.2.5
+DISTNAME=      gnutls-1.2.6
 CATEGORIES=    security devel
 MASTER_SITES=  http://josefsson.org/gnutls/releases/ \
                ftp://ftp.gnutls.org/pub/gnutls/ \
@@ -15,8 +15,8 @@
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
-USE_LIBTOOL=           YES
-GNU_CONFIGURE=         YES
+USE_LIBTOOL=           yes
+GNU_CONFIGURE=         yes
 TEST_TARGET=           check
 
 INFO_FILES=            gnutls.info
@@ -45,7 +45,7 @@
 
 # currently compiles neither with liblzo nor with lzo
 #.include "../../archivers/liblzo/buildlink3.mk"
-#.include "../../archivers/lzo/buildlink3.mk"
+.include "../../archivers/lzo/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../security/libgcrypt/buildlink3.mk"
diff -r 4901bd5bcebe -r cf5756512b32 security/gnutls/distinfo
--- a/security/gnutls/distinfo  Tue Aug 30 14:28:46 2005 +0000
+++ b/security/gnutls/distinfo  Tue Aug 30 14:29:00 2005 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.18 2005/07/14 19:19:43 wiz Exp $
+$NetBSD: distinfo,v 1.19 2005/08/30 14:29:00 adam Exp $
 
-SHA1 (gnutls-1.2.5.tar.bz2) = d7db76d3e4580758f97eb1ecfdf7d5786ce52cd1
-RMD160 (gnutls-1.2.5.tar.bz2) = 5b09b6ba4e169884aa47df551b845564a34a8389
-Size (gnutls-1.2.5.tar.bz2) = 2466208 bytes
+SHA1 (gnutls-1.2.6.tar.bz2) = b9bba9447e3863236d153720ae875da2b29b1309
+RMD160 (gnutls-1.2.6.tar.bz2) = 53b3aa0b040a6c0407880c3792733d7cc429390d
+Size (gnutls-1.2.6.tar.bz2) = 2469124 bytes
 SHA1 (patch-ab) = 2ff5b153c8bf6954777dd079d9e5b0351b39db31



Home | Main Index | Thread Index | Old Index