Subject: CVS commit: pkgsrc/databases/p5-DBI
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 02/24/2005 15:36:53
Module Name:	pkgsrc
Committed By:	wiz
Date:		Thu Feb 24 15:36:53 UTC 2005

Modified Files:
	pkgsrc/databases/p5-DBI: Makefile distinfo
Removed Files:
	pkgsrc/databases/p5-DBI/patches: patch-aa patch-ab

Log Message:
Updated to 1.47:

o Changes in DBI 1.47 (svn rev 854),    2nd February 2005

  Fixed DBI::ProxyServer to not create pid files by default.
    References: Ubuntu Security Notice USN-70-1, CAN-2005-0077
    Thanks to Javier Fernández-Sanguino Peña from the
    Debian Security Audit Project, and Jonathan Leffler.

[we already had a patch for that in pkgsrc]

  Fixed some tests to work with older Test::More versions.
  Fixed setting $DBI::err/errstr in DBI::PurePerl.
  Fixed potential undef warning from connect_cached().
  Fixed $DBI::lasth handling for DESTROY so lasth points to
    parent even if DESTROY called other methods.
  Fixed DBD::Proxy method calls to not alter $@.
  Fixed DBD::File problem with encoding pragma thanks to Erik Rijkers.

  Changed error handling so undef errstr doesn't cause warning.
  Changed DBI::DBD docs to use =head3/=head4 pod thanks to
    Jonathan Leffler. This may generate warnings for perl 5.6.
  Changed DBI::PurePerl to set autoflush on trace filehandle.
  Changed DBD::Proxy to treat Username as a local attribute
    so recent DBI version can be used with old DBI::ProxyServer.
  Changed driver handle caching in DBD::File.
  Added $GetInfoType{SQL_DATABASE_NAME} thanks to Steffen Goeldner.

  Updated docs to recommend some common DSN string attributes.
  Updated connect_cached() docs with issues and suggestions.
  Updated docs for NULL Value placeholders thanks to Brian Campbell.
  Updated docs for primary_key_info and primary_keys.
  Updated docs to clarify that the default fetchrow_hashref behaviour,
    of returning a ref to a new hash for each row, will not change.
  Updated err/errstr/state docs for DBD authors thanks to Steffen Goeldner.
  Updated handle/attribute docs for DBD authors thanks to Steffen Goeldner.
  Corrected and updated LongReadLen docs thanks to Bart Lateur.
  Added DBD::JDBC as a registered driver.


To generate a diff of this commit:
cvs rdiff -r1.28 -r1.29 pkgsrc/databases/p5-DBI/Makefile
cvs rdiff -r1.15 -r1.16 pkgsrc/databases/p5-DBI/distinfo
cvs rdiff -r1.1 -r0 pkgsrc/databases/p5-DBI/patches/patch-aa \
    pkgsrc/databases/p5-DBI/patches/patch-ab

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.