summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradam <adam>2011-08-06 20:56:08 +0000
committeradam <adam>2011-08-06 20:56:08 +0000
commit480a06fa9320c1c2836ea1683f452dbb27f0d15f (patch)
tree33a3f614e77ee635a17a6b5f4eb8c8a022a6cf01
parent46fcef7fd8bb599f7384af36c5924dc0d968ccc6 (diff)
downloadpkgsrc-480a06fa9320c1c2836ea1683f452dbb27f0d15f.tar.gz
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
-rw-r--r--databases/p5-SQL-Abstract/Makefile7
-rw-r--r--databases/p5-SQL-Abstract/distinfo8
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