CVS log for pkgsrc/databases/sqlite/Makefile
Up to [cvs.NetBSD.org] / pkgsrc / databases / sqlite
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.50: download - view: text, markup, annotated - select for diffs
Sat Dec 30 21:16:28 2023 UTC (14 months, 2 weeks ago) by zafer
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base,
pkgsrc-2024Q4,
pkgsrc-2024Q3-base,
pkgsrc-2024Q3,
pkgsrc-2024Q2-base,
pkgsrc-2024Q2,
pkgsrc-2024Q1-base,
pkgsrc-2024Q1,
HEAD
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +2 -3
lines
clean-up master site
Revision 1.49: download - view: text, markup, annotated - select for diffs
Sat Jun 25 09:17:38 2022 UTC (2 years, 8 months ago) by he
Branches: MAIN
CVS tags: pkgsrc-2023Q4-base,
pkgsrc-2023Q4,
pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +2 -2
lines
databases/sqlite: reinstall masking in hash computation.
Suggested by Taylor Campbell.
Revision 1.48: download - view: text, markup, annotated - select for diffs
Fri Jun 24 15:42:10 2022 UTC (2 years, 8 months ago) by he
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +2 -2
lines
databases/sqlite: add a minor fix to the lemon tool.
On NetBSD/powerpc, 'hash' ended up negative, causing a SEGV.
Instead, make the variable unsigned.
Bump PKGREVISION.
Revision 1.47: download - view: text, markup, annotated - select for diffs
Sun Jan 26 17:30:54 2020 UTC (5 years, 1 month ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +2 -2
lines
all: migrate homepages from http to https
pkglint -r --network --only "migrate"
As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
Revision 1.46: download - view: text, markup, annotated - select for diffs
Thu Jan 19 18:52:05 2017 UTC (8 years, 1 month ago) by agc
Branches: MAIN
CVS tags: pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +3 -3
lines
Convert all occurrences (353 by my count) of
MASTER_SITES= site1 \
site2
style continuation lines to be simple repeated
MASTER_SITES+= site1
MASTER_SITES+= site2
lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint
accordingly.
Revision 1.45: download - view: text, markup, annotated - select for diffs
Mon Jul 15 02:02:20 2013 UTC (11 years, 8 months ago) by ryoon
Branches: MAIN
CVS tags: pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4,
pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1,
pkgsrc-2014Q4-base,
pkgsrc-2014Q4,
pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2,
pkgsrc-2014Q1-base,
pkgsrc-2014Q1,
pkgsrc-2013Q4-base,
pkgsrc-2013Q4,
pkgsrc-2013Q3-base,
pkgsrc-2013Q3
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +3 -3
lines
* .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes
are replaced with .include "../../devel/readline/buildlink3.mk", and
USE_GNU_READLINE are removed,
* .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE
are replaced with .include "../../mk/readline.buildlink3.mk".
Revision 1.44: download - view: text, markup, annotated - select for diffs
Thu Feb 21 15:14:45 2013 UTC (12 years ago) by gdt
Branches: MAIN
CVS tags: pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
pkgsrc-2013Q1-base,
pkgsrc-2013Q1
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +2 -1
lines
Add explanations to DESCR for sqlite packages because it is quite
boggling that, e.g., py-sqlite2 is a wrapper for sqlite3.
Revision 1.43: download - view: text, markup, annotated - select for diffs
Fri Jan 4 13:33:42 2013 UTC (12 years, 2 months ago) by jperkin
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +5 -8
lines
Clean up out-of-srcdir build handling.
Revision 1.42: download - view: text, markup, annotated - select for diffs
Tue Oct 2 21:25:53 2012 UTC (12 years, 5 months ago) by asau
Branches: MAIN
CVS tags: pkgsrc-2012Q4-base,
pkgsrc-2012Q4
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +1 -3
lines
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Revision 1.41: download - view: text, markup, annotated - select for diffs
Wed Jul 22 16:37:26 2009 UTC (15 years, 7 months ago) by drochner
Branches: MAIN
CVS tags: pkgsrc-2012Q3-base,
pkgsrc-2012Q3,
pkgsrc-2012Q2-base,
pkgsrc-2012Q2,
pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +7 -8
lines
update to 2.8.17
bugfix:
That bug might possibly cause database corruption if a large
INSERT or UPDATE statement within a multi-statement transaction fails
due to a uniqueness constraint but the containing transaction commits.
Revision 1.40: download - view: text, markup, annotated - select for diffs
Mon Jun 8 20:06:01 2009 UTC (15 years, 9 months ago) by asau
Branches: MAIN
CVS tags: pkgsrc-2009Q2-base,
pkgsrc-2009Q2
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +6 -2
lines
Support staged installation.
Revision 1.39: download - view: text, markup, annotated - select for diffs
Wed May 20 00:58:11 2009 UTC (15 years, 10 months ago) by wiz
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -2
lines
Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib
major change.
Reported by Robert Elz in PR 41345.
Revision 1.38: download - view: text, markup, annotated - select for diffs
Tue Jan 20 17:57:36 2009 UTC (16 years, 1 month ago) by sketch
Branches: MAIN
CVS tags: pkgsrc-2009Q1-base,
pkgsrc-2009Q1
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +3 -4
lines
Match all Solaris releases.
Revision 1.37: download - view: text, markup, annotated - select for diffs
Wed Jun 18 22:19:51 2008 UTC (16 years, 9 months ago) by dmcmahill
Branches: MAIN
CVS tags: pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +9 -1
lines
fix building on SunOS-5.8/sparc and probably other SunOS-5.[6-9]
Revision 1.36: download - view: text, markup, annotated - select for diffs
Sun Jan 7 09:13:50 2007 UTC (18 years, 2 months ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -2
lines
Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.
Fixes PR 35265, although I did not use the patch provided therein.
Revision 1.35: download - view: text, markup, annotated - select for diffs
Sat Mar 4 21:29:11 2006 UTC (19 years ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -2
lines
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
Revision 1.34: download - view: text, markup, annotated - select for diffs
Sun Feb 5 23:08:37 2006 UTC (19 years, 1 month ago) by joerg
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -1
lines
Recursive revision bump / recommended bump for gettext ABI change.
Revision 1.33: download - view: text, markup, annotated - select for diffs
Fri Dec 2 21:46:50 2005 UTC (19 years, 3 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +3 -1
lines
Override config.guess and config.sub for DragonFly.
Revision 1.32: download - view: text, markup, annotated - select for diffs
Sun May 22 20:07:46 2005 UTC (19 years, 10 months ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -2
lines
Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS -> USE_TOOLS
awk -> gawk
m4 -> gm4
make -> gmake
sed -> gsed
yacc -> bison
Revision 1.31: download - view: text, markup, annotated - select for diffs
Mon Apr 11 21:45:16 2005 UTC (19 years, 11 months ago) by tv
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +1 -2
lines
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Revision 1.30: download - view: text, markup, annotated - select for diffs
Thu Feb 24 19:08:02 2005 UTC (20 years ago) by drochner
Branches: MAIN
CVS tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2
lines
fix path to pkgconfig file
(hope this was quick enough to avoid a PKGREVISION bump)
Revision 1.29: download - view: text, markup, annotated - select for diffs
Thu Feb 24 16:05:25 2005 UTC (20 years ago) by wiz
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +4 -5
lines
Update to 2.8.16:
2005 February 15 (2.8.16)
* Fix a bug that can lead to database corruption if there are two open connections
to the same database and one connection does a VACUUM and the second makes some
change to the database.
* Correctly handle quoted names in CREATE INDEX statements.
* Fix a naming conflict between sqlite.h and sqlite3.h.
* Avoid excess heap usage when copying expressions.
* Other minor bug fixes.
Revision 1.28: download - view: text, markup, annotated - select for diffs
Sun Oct 3 00:13:23 2004 UTC (20 years, 5 months ago) by tv
Branches: MAIN
CVS tags: pkgsrc-2004Q4-base,
pkgsrc-2004Q4
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -2
lines
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
Revision 1.27: download - view: text, markup, annotated - select for diffs
Wed Sep 8 15:55:48 2004 UTC (20 years, 6 months ago) by salo
Branches: MAIN
CVS tags: pkgsrc-2004Q3-base,
pkgsrc-2004Q3
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -1
lines
PKGREVISION++
Point to correct location of VERSION file so we save the correct version
into pkgconfig file.
Addresses PR pkg/26875 by Ian Zagorskih.
Revision 1.26: download - view: text, markup, annotated - select for diffs
Wed Aug 4 19:59:58 2004 UTC (20 years, 7 months ago) by jlam
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +5 -5
lines
Update databases/sqlite to 2.8.15. This is a bug-fix maintenance
release over version 2.8.14 that fixes some memory allocation and
quoting problems.
Revision 1.25: download - view: text, markup, annotated - select for diffs
Thu Jul 22 17:43:23 2004 UTC (20 years, 8 months ago) by drochner
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -3
lines
update to 2.8.14
changes:
Fix the min() and max() optimizer so that it works when the FROM clause
consists of a subquery.
Ignore extra whitespace at the end of of "." commands in the shell.
Bundle sqlite_encode_binary() and sqlite_decode_binary() with the library.
The TEMP_STORE and DEFAULT_TEMP_STORE pragmas now work.
Code changes to compile cleanly using OpenWatcom.
Fix VDBE stack overflow problems with INSTEAD OF triggers and NULLs in
IN operators.
Add the global variable sqlite_temp_directory which if set defines
the directory in which temporary files are stored.
sqlite_interrupt() plays well with VACUUM.
Other minor bug fixes.
Revision 1.24: download - view: text, markup, annotated - select for diffs
Wed Jun 30 08:37:11 2004 UTC (20 years, 8 months ago) by pooka
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +5 -1
lines
install manual page
Revision 1.23: download - view: text, markup, annotated - select for diffs
Sat Apr 24 22:46:09 2004 UTC (20 years, 10 months ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2004Q2-base,
pkgsrc-2004Q2
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2
lines
Relinquish maintainership of packages to tech-pkg@NetBSD.org.
Revision 1.22: download - view: text, markup, annotated - select for diffs
Wed Mar 31 05:50:17 2004 UTC (20 years, 11 months ago) by snj
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +6 -6
lines
Update to sqlite-2.8.13. Closes PR pkg/24660.
FreeBSD 4 portability hint from Michal Pasternak.
Some of the changes since 2.8.5 include:
* Refactor parts of the code in order to make the code footprint
smaller. The code is now also a little bit faster.
* The built-in min() and max() functions now honor the difference
between NUMERIC and TEXT datatypes.
* New HH:MM:SS modifier to the built-in date/time functions.
* Add function prototypes for the database encryption API.
* Fix a bug that might corrupt the rollback journal if a power failure or
external program halt occurs in the middle of a COMMIT.
* Reduce the size and increase the speed of various modules.
* Fix a potential database corruption problem on Unix.
* Fix a 32-bit integer overflow problem that could result in corrupt
indices in a database if large negative numbers (less than -2147483648)
were inserted into a indexed numeric column.
* Fix a locking problem on multi-threaded Linux implementations.
* Fix a critical bug introduced in 2.8.0 which could cause database corruption.
* The VACUUM command now works with the non-callback API
* If the name of the database is an empty string, open a new database in a
temporary file that is automatically deleted when the database is
closed.
* Performance enhancements in the lemon-generated parser
* Documentation updates and typo fixes
* Removed support for the Oracle8 outer join syntax.
* Allow GLOB and LIKE operators to work as functions.
* Make sure the journal file directory entry is committed to disk before
writing the database file.
Revision 1.21: download - view: text, markup, annotated - select for diffs
Sat Feb 14 17:21:36 2004 UTC (21 years, 1 month ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2004Q1-base,
pkgsrc-2004Q1
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -2
lines
LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
Revision 1.20: download - view: text, markup, annotated - select for diffs
Thu Jan 22 08:02:16 2004 UTC (21 years, 2 months ago) by grant
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2
lines
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Revision 1.19: download - view: text, markup, annotated - select for diffs
Tue Jan 20 12:12:49 2004 UTC (21 years, 2 months ago) by agc
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2
lines
Move WRKSRC definition away from the first paragraph in a Makefile.
Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Aug 1 14:22:18 2003 UTC (21 years, 7 months ago) by drochner
Branches: MAIN
CVS tags: pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +4 -2
lines
update to 2.8.5
changes:
Make LIMIT work on a compound SELECT statement.
LIMIT 0 now shows no rows. Use LIMIT -1 to see all rows.
Correctly handle comparisons between an INTEGER PRIMARY KEY and a
floating point number.
Fix several important bugs in the new ATTACH and DETACH commands.
Updated the NULL-handling document.
Allow NULL arguments in sqlite_compile() and sqlite_step().
Many minor bug fixes
Enhanced the "PRAGMA integrity_check" command to verify indices.
Added authorization hooks for the new ATTACH and DETACH commands.
Many documentation updates
Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu Jul 17 21:29:04 2003 UTC (21 years, 8 months ago) by grant
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2
lines
s/netbsd.org/NetBSD.org/
Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Jun 25 19:24:21 2003 UTC (21 years, 8 months ago) by tsarna
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +3 -2
lines
Update sqlite to 2.8.3. Major relevant changes:
2003 June 4 (2.8.3)
- Fix a problem that will corrupt the indices on a table if you
do an INSERT OR REPLACE or an UPDATE OR REPLACE on a table that
contains an INTEGER PRIMARY KEY plus one or more indices.
- Add the ability for INSERT and UPDATE statements to refer to
the "rowid" (or "_rowid_" or "oid") columns.
- Other important bug fixes
2003 May 17 (2.8.2)
- Fix a problem that will corrupt the database file if you drop a
table from the main database that has a TEMP index.
2003 May 16 (2.8.1)
- Reactivated the VACUUM command that reclaims unused disk space
in a database file.
- Added the ATTACH and DETACH commands to allow interacting with
multiple database files at the same time.
- Added support for TEMP triggers and indices.
- Added support for in-memory databases.
- Removed the experimental sqlite_open_aux_file(). Its function
is subsumed in the new ATTACH command.
- The precedence order for ON CONFLICT clauses was changed so
that ON CONFLICT clauses on BEGIN statements have a higher
precedence than ON CONFLICT clauses on constraints.
- Many, many bug fixes and compatibility enhancements.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Mar 29 12:40:28 2003 UTC (21 years, 11 months ago) by jmmv
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -3
lines
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Feb 17 16:23:08 2003 UTC (22 years, 1 month ago) by taca
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -2
lines
Add http://www.sqlite.org/ as download site.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Feb 17 14:55:29 2003 UTC (22 years, 1 month ago) by agc
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2
lines
Update sqlite to version 2.8.0.
An update to 2.7.5 was provided in PR 19719 by Jarkko Torppa.
Main changes are support for endian-neutral databases, and a huge number of
bug fixes.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Oct 25 18:32:43 2002 UTC (22 years, 4 months ago) by wiz
Branches: MAIN
CVS tags: netbsd-1-6-1-base,
netbsd-1-6-1
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2
lines
Prefer BUILDLINK_PREFIX.* to BUILDLINK_DIR.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Oct 12 01:17:11 2002 UTC (22 years, 5 months ago) by wiz
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -3
lines
buildlink1 -> buildlink2.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Jan 31 20:04:53 2002 UTC (23 years, 1 month ago) by reinoud
Branches: MAIN
CVS tags: pkgviews-base,
pkgviews,
netbsd-1-6-RELEASE-base,
netbsd-1-6,
netbsd-1-5-PATCH003,
buildlink2-base,
buildlink2
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2
lines
Major upgrade of Sqlite from version 2.1.7 to version 2.2.5
Lots of bug fixes in SQL parsing and supports more weildy SQL code like
using the right of an AS in athe column list of a SELECT as part of an
expression in the WHERE, ORDER BY, GROUP BY and/of HAVING clauses.
For a full report see the changelog on
http://www.hwaci.com/sw/sqlite/changes.html
Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Jan 3 08:47:19 2002 UTC (23 years, 2 months ago) by agc
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1
lines
Revert previous changes so that they can be done in the approriate way.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Jan 3 00:03:20 2002 UTC (23 years, 2 months ago) by reinoud
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2
lines
*** empty log message ***
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Dec 30 21:12:11 2001 UTC (23 years, 2 months ago) by agc
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -3
lines
Don't use c99 uint*_t types, since they're not defined on 1.5.2 and
previous releases. Instead, fall back on the trusty u_int*_t types
from <sys/types.h>
Fixes a problem uncovered on a recent 1.5.2 bulk build.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Dec 15 22:21:22 2001 UTC (23 years, 3 months ago) by reinoud
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2
lines
Small typo fixes to make `pkglint' happier....
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Dec 15 22:18:41 2001 UTC (23 years, 3 months ago) by reinoud
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2
lines
Updated SQLite package to version 2.1.7 fixing
1) locking problems due to a few race conditions
2) fixing a bug in `create temporary table' wich could contaminate the
main database file opened too
3) bug fix in b-tree subsystem that could sometimes cause the first row of
a table to be repeated during a database scan.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Dec 5 02:04:04 2001 UTC (23 years, 3 months ago) by reinoud
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +5 -2
lines
Update sqlite package to version 2.1.4 (2001-12-04) incorporating lockup
bugs removal, fixing the behaviour of comparison operators so that they are
consistent with the order of entries in an index, correct handling of
integers in SQL expressions that are larger than what can be represented by
the machine integer and locking protocol fixes.
The author also incorporated my suggestions after the messy LP64 patches I
made; its now a lot more clean allthough there are still a few warnings but
they are checked and OK.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Nov 19 01:15:46 2001 UTC (23 years, 4 months ago) by reinoud
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2
lines
Just noted that some important bugfixes were made to version 2.1.0 to make
version 2.1.1
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Nov 19 00:41:06 2001 UTC (23 years, 4 months ago) by reinoud
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2
lines
Update SQLite package to version 2.1.0 from 2.0.5
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Tue Oct 16 16:20:08 2001 UTC (23 years, 5 months ago) by jlam
Branches: TNF
CVS tags: pkgsrc-base
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0
lines
databases/sqlite: SQL Database Engine In A C Library
SQLite is a C library that implements an SQL database engine. Programs
that link with the SQLite library can have SQL database access without
running a separate RDBMS process. The distribution comes with a standalone
command-line access program (sqlite) that can be used to administer an
SQLite database and which serves as an example of how to use the SQLite
library.
SQLite is not a client library used to connect to a big database server.
SQLite is the server. The SQLite library reads and writes directly to and
from the database files on disk.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Oct 16 16:20:08 2001 UTC (23 years, 5 months ago) by jlam
Branches: MAIN
Initial revision
CVSweb <webmaster@jp.NetBSD.org>