summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2005-02-24 19:26:37 +0000
committerdrochner <drochner@pkgsrc.org>2005-02-24 19:26:37 +0000
commit164be8e1a764635769d11f9949c99899a12dc023 (patch)
tree43ed96a1818da363b738517277165b4dcdc827cd /databases
parent7399c9957cb184f3d34a20df3615be4fe8ebfa65 (diff)
downloadpkgsrc-164be8e1a764635769d11f9949c99899a12dc023.tar.gz
update to 1.0.1
changes: - Fixed an integer overflow error that could lead to MemoryErrors or even segfaults for large binary data
Diffstat (limited to 'databases')
-rw-r--r--databases/py-sqlite/Makefile7
-rw-r--r--databases/py-sqlite/distinfo8
2 files changed, 7 insertions, 8 deletions
diff --git a/databases/py-sqlite/Makefile b/databases/py-sqlite/Makefile
index a478d7b08ac..722eb70f314 100644
--- a/databases/py-sqlite/Makefile
+++ b/databases/py-sqlite/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2004/10/03 00:13:23 tv Exp $
+# $NetBSD: Makefile,v 1.7 2005/02/24 19:26:37 drochner Exp $
-DISTNAME= pysqlite-0.5.1
-PKGNAME= ${PYPKGPREFIX}-sqlite-0.5.1
-PKGREVISION= 1
+DISTNAME= pysqlite-1.0.1
+PKGNAME= ${PYPKGPREFIX}-sqlite-1.0.1
CATEGORIES= databases python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pysqlite/}
diff --git a/databases/py-sqlite/distinfo b/databases/py-sqlite/distinfo
index 4cf45b785d5..781fcbb0d11 100644
--- a/databases/py-sqlite/distinfo
+++ b/databases/py-sqlite/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2005/02/23 16:33:09 agc Exp $
+$NetBSD: distinfo,v 1.5 2005/02/24 19:26:37 drochner Exp $
-SHA1 (pysqlite-0.5.1.tar.gz) = 7080dd4c6cedcf48adadbc6c44fc1c83ac9cebfe
-RMD160 (pysqlite-0.5.1.tar.gz) = 5411d68f9fbd0d340b306c2d4cbc41393ecfb234
-Size (pysqlite-0.5.1.tar.gz) = 46320 bytes
+SHA1 (pysqlite-1.0.1.tar.gz) = 720458a0ebb5b4fa145a3048444611a450204122
+RMD160 (pysqlite-1.0.1.tar.gz) = b608b81de56d1b549e03cd8d97e8c929fbe598c0
+Size (pysqlite-1.0.1.tar.gz) = 41099 bytes