From 480a06fa9320c1c2836ea1683f452dbb27f0d15f Mon Sep 17 00:00:00 2001 From: adam Date: Sat, 6 Aug 2011 20:56:08 +0000 Subject: Changes 1.72: * Extra checks of search arguments for possible SQL injection attacks * Remove excess parentheses in debug SQL * Fix parsing of foo.* in SQLA::Tree * Fix bindtype fail when using -between with arrayrefref literals * Add handling for NULL for -in * The -nest operator has entered semi-deprecated status and has been undocumented. Please do not use it in new code --- databases/p5-SQL-Abstract/Makefile | 7 +++---- databases/p5-SQL-Abstract/distinfo | 8 ++++---- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/databases/p5-SQL-Abstract/Makefile b/databases/p5-SQL-Abstract/Makefile index bae210353da..87419e778a2 100644 --- a/databases/p5-SQL-Abstract/Makefile +++ b/databases/p5-SQL-Abstract/Makefile @@ -1,9 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2010/09/17 05:36:02 sno Exp $ -# +# $NetBSD: Makefile,v 1.22 2011/08/06 20:56:08 adam Exp $ -DISTNAME= SQL-Abstract-1.68 +DISTNAME= SQL-Abstract-1.72 PKGNAME= p5-${DISTNAME} -#PKGREVISION= 1 SVR4_PKGNAME= p5sqa CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SQL/} @@ -26,6 +24,7 @@ BUILD_DEPENDS+= p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn PERL5_PACKLIST= auto/SQL/Abstract/.packlist PERL5_MODULE_TYPE= Module::Install +REPLACE_PERL= script/format-sql .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/databases/p5-SQL-Abstract/distinfo b/databases/p5-SQL-Abstract/distinfo index be754b9bd08..133d175fc05 100644 --- a/databases/p5-SQL-Abstract/distinfo +++ b/databases/p5-SQL-Abstract/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.15 2010/09/17 05:36:02 sno Exp $ +$NetBSD: distinfo,v 1.16 2011/08/06 20:56:08 adam Exp $ -SHA1 (SQL-Abstract-1.68.tar.gz) = dddd295168cea1c5ad1b096dbe8714fbeb89010e -RMD160 (SQL-Abstract-1.68.tar.gz) = f3085a00ea82943e179141f2c672a6445c77f4d3 -Size (SQL-Abstract-1.68.tar.gz) = 73171 bytes +SHA1 (SQL-Abstract-1.72.tar.gz) = a1a209ea55d8371bc9905a36605ca5c05dff1fa3 +RMD160 (SQL-Abstract-1.72.tar.gz) = f286ae7c4ad9fafc639431648b200323135bdcdb +Size (SQL-Abstract-1.72.tar.gz) = 88235 bytes -- cgit v1.2.3