pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/p5-DBD-SQLite Update to 1.07:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a138d86cd757
branches:  trunk
changeset: 489654:a138d86cd757
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Feb 24 15:45:18 2005 +0000

description:
Update to 1.07:

1.07
    - Fix for a memory leak (spotted by Joel Noble)
    - Update to sqlite 3.0.8 (fixes bug on Solaris-sparc)

1.06
    - Resolve symbol conflicts on mac os x.
    - Fix define in WriteMakefile lacking space.
    - Fix DBI prereq in Makefile.PL
    - Update to sqlite 3.0.7

1.05
    - Enabled HAVE_USLEEP where available which should massively
      improve concurrent usage of DBD::SQLite
    - Update to sqlite 3.0.6

1.04
    - Patched to make it compile on Windows (Steve Hay)
    - Fetch next row at end of DBI's fetch() so that one-row
      selects don't need to call ->finish(). This restores DBD::SQLite
      0.31's behaviour (and should make popfile work again)
    - last_insert_id will only work on DBI 1.43, so enforce that
    - Use snprintf from sqlite library to improve portability

1.03
    - Update to sqlite 3.0.4
    - More bug fixes
    - Don't hang forever when db is BUSY
    - Make trace macro work where vararg macros don't

1.02
    - Cleanup docs
    - More bug fixes

1.01
    - Bug fixes
    - Implement get_info

1.00
    - Port to sqlite3 API
    - Support bind types SQL_BLOB, SQL_NUMBER, SQL_TEXT etc
    - Support $dbh->last_insert_id()
    - Added timeout API

0.31
    - Fixed a free() bug on Win32
    - Silence warnings in test suite
    - Updated to sqlite 2.8.12

0.30
    - Updated to sqlite 2.8.11
    - A few minor bugs fixed

0.29
    - Updated to sqlite 2.8.7
    - A number of bugs fixed

0.28
    - Perl 5.8.0 removed long deprecated SvOK_off()
    - Aliases for perl_call_*
    - Updated to sqlite 2.8.6
    - use sqlite_freemem everywhere

0.27
    - Changed API to use sqlite streaming API. This makes things slightly
      slower for large result sets, at the benefit of being more "sane"
      internally.

0.26
    - Update to sqlite 2.8.5
    - Automatic binary encoding added (via a flag)
    - Better getsqlite.pl - now deals with new files
    - Extension functions and aggregates can be created in
      perl space now.

diffstat:

 databases/p5-DBD-SQLite/Makefile |  10 +++-------
 databases/p5-DBD-SQLite/distinfo |   8 ++++----
 2 files changed, 7 insertions(+), 11 deletions(-)

diffs (45 lines):

diff -r 2f364085e1a5 -r a138d86cd757 databases/p5-DBD-SQLite/Makefile
--- a/databases/p5-DBD-SQLite/Makefile  Thu Feb 24 15:37:22 2005 +0000
+++ b/databases/p5-DBD-SQLite/Makefile  Thu Feb 24 15:45:18 2005 +0000
@@ -1,15 +1,14 @@
-# $NetBSD: Makefile,v 1.7 2005/01/04 15:28:38 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2005/02/24 15:45:18 wiz Exp $
 #
 
-VER=           0.25
-DISTNAME=      DBD-SQLite-${VER}
+DISTNAME=      DBD-SQLite-1.07
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
 SVR4_PKGNAME=  p5dsl
 CATEGORIES=    databases perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MS/MSERGEANT/}
 
 MAINTAINER=    tech-pkg%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/DBD-SQLite/
 COMMENT=       Perl DBI/DBD driver for sqlite databases
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
@@ -17,9 +16,6 @@
 USE_BUILDLINK3=        YES
 PERL5_PACKLIST=        ${PERL5_SITEARCH}/auto/DBD/SQLite/.packlist
 
-CFLAGS+=       -DUINT32_TYPE=uint32_t -DUINT16_TYPE=uint16_t
-CFLAGS+=       -DUINT8_TYPE=uint8_t -DINTPTR_TYPE=long
-
 .include "../../databases/p5-DBI/buildlink3.mk"
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 2f364085e1a5 -r a138d86cd757 databases/p5-DBD-SQLite/distinfo
--- a/databases/p5-DBD-SQLite/distinfo  Thu Feb 24 15:37:22 2005 +0000
+++ b/databases/p5-DBD-SQLite/distinfo  Thu Feb 24 15:45:18 2005 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2005/02/23 16:33:07 agc Exp $
+$NetBSD: distinfo,v 1.3 2005/02/24 15:45:44 wiz Exp $
 
-SHA1 (DBD-SQLite-0.25.tar.gz) = fca282a32f967b4c163d7c85e5978d918ca9640d
-RMD160 (DBD-SQLite-0.25.tar.gz) = 424436f351e2593a9b510eeff207b725464ea282
-Size (DBD-SQLite-0.25.tar.gz) = 308644 bytes
+SHA1 (DBD-SQLite-1.07.tar.gz) = 9be4a129628c4ec54963bdd211c1235cc3e2f423
+RMD160 (DBD-SQLite-1.07.tar.gz) = 865eb2314abb57f93475a4f77ecbdc77b456bf64
+Size (DBD-SQLite-1.07.tar.gz) = 424608 bytes



Home | Main Index | Thread Index | Old Index