Changes 3.6.14.2:
* Fix a code generator bug introduced in version 3.6.14. This bug can cause incorrect query results under obscure circumstances.
This commit is contained in:
parent
3a86f2efa7
commit
551d90cfa6
2 changed files with 6 additions and 6 deletions
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile.common,v 1.39 2009/05/21 11:44:42 adam Exp $
|
||||
# $NetBSD: Makefile.common,v 1.40 2009/06/04 13:02:45 adam Exp $
|
||||
|
||||
# used by databases/sqlite3-tcl/Makefile
|
||||
|
||||
DISTNAME= sqlite-3.6.14.1
|
||||
DISTNAME= sqlite-3.6.14.2
|
||||
PKGNAME= ${DISTNAME:S/-/3-/}
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://www.hwaci.com/sw/sqlite/ \
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.36 2009/05/21 11:44:42 adam Exp $
|
||||
$NetBSD: distinfo,v 1.37 2009/06/04 13:02:45 adam Exp $
|
||||
|
||||
SHA1 (sqlite-3.6.14.1.tar.gz) = d4c4c505e8d332fe61421dfb5cc22a97f5c854c4
|
||||
RMD160 (sqlite-3.6.14.1.tar.gz) = ec7273ab8e892d4742739d7d8e973ed5ed57691d
|
||||
Size (sqlite-3.6.14.1.tar.gz) = 2803028 bytes
|
||||
SHA1 (sqlite-3.6.14.2.tar.gz) = 19206a419e39bb2de01ed12c2d95c928e97e7252
|
||||
RMD160 (sqlite-3.6.14.2.tar.gz) = 219833d61a2e0bf5fde136528b9725c0589d2491
|
||||
Size (sqlite-3.6.14.2.tar.gz) = 2896850 bytes
|
||||
SHA1 (patch-aa) = c30bb48d156f56eb82c19ce79ccb11e71ad0b7b9
|
||||
|
|
Loading…
Reference in a new issue