notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: databases/sqlite3/distinfo
SVNWeb

Number of commits found: 126 (showing only 100 on this page)

1 | 2  »  

Sun, 28 May 2023
[ 13:48 Koichiro Iwao (meta) search for other commits by this committer ]    commit hash:fc138ee0f175d576998b64bb4bd7c0787287cd52  commit hash:fc138ee0f175d576998b64bb4bd7c0787287cd52  commit hash:fc138ee0f175d576998b64bb4bd7c0787287cd52  fc138ee 
databases/sqlite3: Update to 3.42.0

PR:		271694
Changes:	https://sqlite.org/releaselog/3_42_0.html
Mon, 17 Apr 2023
[ 12:15 Fernando Apesteguía (fernape) search for other commits by this committer Author: Pavel Volkov ]    commit hash:ee827729f96f7e894d5aa54a89f8cf880e7dd897  commit hash:ee827729f96f7e894d5aa54a89f8cf880e7dd897  commit hash:ee827729f96f7e894d5aa54a89f8cf880e7dd897  ee82772 
databases/sqlite3: Update to 3.41.2

ChangeLog: https://www.sqlite.org/releaselog/3_41_2.html

PR:		270857
Reported by:	pavelivolkov@gmail.com (maintainer)
MFH:		2023Q2	(bugfixes)
Mon, 27 Feb 2023
[ 22:46 Robert Clausecker (fuz) search for other commits by this committer Author: Pavel Volkov ]    commit hash:47912ce2e613211aecf6ecdfc58681b7aca0df33  commit hash:47912ce2e613211aecf6ecdfc58681b7aca0df33  commit hash:47912ce2e613211aecf6ecdfc58681b7aca0df33  47912ce 
databases/sqlite3: update to 3.41.0

Disable option DQS by default.
Add a note to UPDATING about this.

See also: https://sqlite.org/quirks.html#dblquote
Changelog: https://sqlite.org/releaselog/3_41_0.html

PR:		269798
Approved by:	flo (mentor)
Differential Revision: https://reviews.freebsd.org/D38774
Fri, 6 Jan 2023
[ 16:13 Fernando Apesteguía (fernape) search for other commits by this committer Author: Pavel Volkov ]    commit hash:6b1d30b18d6a1538fd06b9ae5a422f9fe407c9eb  commit hash:6b1d30b18d6a1538fd06b9ae5a422f9fe407c9eb  commit hash:6b1d30b18d6a1538fd06b9ae5a422f9fe407c9eb  6b1d30b 
databases/sqlite3: Update to 3.40.1

ChangeLog: https://www.sqlite.org/releaselog/3_40_1.html

 * Fix the --safe command-line option to the CLI such that it correctly
   disallows the use of SQL functions like writefile() that can cause harmful
   side-effects.
 * Fix a potential infinite loop in the memsys5 alternative memory allocator.
   This bug was introduced by a performance optimization in version 3.39.0.

 * Various other obscure fixes.

PR:		268762
Reported by:	pavelivolkov@gmail.com (maintainer)
MFH:		2023Q1 (bugfix release)
Mon, 28 Nov 2022
[ 16:54 Fernando Apesteguía (fernape) search for other commits by this committer Author: Pavel Volkov ]    commit hash:5e8b3d783d2cce36c7e4f38aad7b34b4ee3d9c68  commit hash:5e8b3d783d2cce36c7e4f38aad7b34b4ee3d9c68  commit hash:5e8b3d783d2cce36c7e4f38aad7b34b4ee3d9c68  5e8b3d7 
databases/sqlite3: Update to 3.40.0

ChangeLog: https://www.sqlite.org/releaselog/3_40_0.html

 * Add support for compiling SQLite to WASM and running it in web browsers.
 * Add the recovery extension that might be able to recover some content from a
   corrupt database file.
 * Query planner enhancements:
 * A new typedef named sqlite3_filename is added and used to represent the name
   of a database file.
 * Add the sqlite3_value_encoding() interface.
 * Security enhancement: SQLITE_DBCONFIG_DEFENSIVE is augmented to prohibit
   changing the schema_version.
 * Enhancements to the PRAGMA integrity_check statement:
 * Enhance the VACUUM INTO statement so that it honors the PRAGMA synchronous
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 19 Sep 2022
[ 15:50 Neel Chauhan (nc) search for other commits by this committer Author: Pavel Volkov ]    commit hash:c3997397a01e8ece3f1196e9ef5cf85826d876a0  commit hash:c3997397a01e8ece3f1196e9ef5cf85826d876a0  commit hash:c3997397a01e8ece3f1196e9ef5cf85826d876a0  c399739 
databases/sqlite3: Update to 3.39.3

PR:	266459
Tue, 30 Aug 2022
[ 23:11 Cy Schubert (cy) search for other commits by this committer ]    commit hash:87109576c6173946f287f7649bf3bce7cf9555f4  commit hash:87109576c6173946f287f7649bf3bce7cf9555f4  commit hash:87109576c6173946f287f7649bf3bce7cf9555f4  8710957 
databases/sqlite3: Update to 3.39.2

Security:	CVE-2022-35737
ChangeLog:	https://www.sqlite.org/releaselog/3_39_2.html
Reported by:    pavelivolkov@gmail.com (maintainer) via delpij
MFH:		2022Q3
Thu, 7 Jul 2022
[ 05:32 Fernando Apesteguía (fernape) search for other commits by this committer Author: Pavel Volkov ]    commit hash:5bf2947fce86388fd612492f980540c07d41f0b2  commit hash:5bf2947fce86388fd612492f980540c07d41f0b2  commit hash:5bf2947fce86388fd612492f980540c07d41f0b2  5bf2947 
databases/sqlite3: Update to 3.39

ChangeLog: https://www.sqlite.org/releaselog/3_39_0.html

 * Add (long overdue) support for RIGHT and FULL OUTER JOIN.
 * Add new binary comparison operators IS NOT DISTINCT FROM and IS DISTINCT FROM
   that are equivalent to IS and IS NOT, respective, for compatibility with
   PostgreSQL and SQL standards.
 * Add a new return code (value "3") from the sqlite3_vtab_distinct() interface
   that indicates a query that has both DISTINCT and ORDER BY clauses.
 * Added the sqlite3_db_name() interface.
 * The unix os interface resolves all symbolic links in database filenames to
   create a canonical name for the database before the file is opened.
 * Defer materializing views until the materialization is actually needed, thus
   avoiding unnecessary work if the materialization turns out to never be used.
 * The HAVING clause of a SELECT statement is now allowed on any aggregate
   query, even queries that do not have a GROUP BY clause.
 * Many microoptimizations collectively reduce CPU cycles by about 2.3%.

PR:	264974
Reported by:	pavelivolkov@gmail.com (maintainer)
Mon, 23 May 2022
[ 14:57 Fernando Apesteguía (fernape) search for other commits by this committer Author: Pavel Volkov ]    commit hash:3909ae1d0690f144f12295f79f4a646141f2aed9  commit hash:3909ae1d0690f144f12295f79f4a646141f2aed9  commit hash:3909ae1d0690f144f12295f79f4a646141f2aed9  3909ae1 
databases/sqlite3: Update to 3.38.5

ChangeLog: https://www.sqlite.org/releaselog/3_38_5.html

* Add sqldiff tool to the package

PR:	264173
Reported by:	pavelivolkov@gmail.com (maintainer)
Thu, 12 May 2022
[ 10:42 Fernando Apesteguía (fernape) search for other commits by this committer Author: Pavel Volkov ]    commit hash:7a7f1f4e845fd7056f08702d15fe0021042c6541  commit hash:7a7f1f4e845fd7056f08702d15fe0021042c6541  commit hash:7a7f1f4e845fd7056f08702d15fe0021042c6541  7a7f1f4 
databases/sqlite3: Update to 3.38.2

ChangeLog: https://www.sqlite.org/releaselog/3_38_3.html

PR:	263718
Reported by:	pavelivolkov@gmail.com (maintainer)
Mon, 10 Jan 2022
[ 15:03 Fernando Apesteguía (fernape) search for other commits by this committer Author: Pavel Volkov ]    commit hash:f1661bdbbac2d08cc535e38e41d2bbd3fec025c4  commit hash:f1661bdbbac2d08cc535e38e41d2bbd3fec025c4  commit hash:f1661bdbbac2d08cc535e38e41d2bbd3fec025c4  f1661bd 
databases/sqlite3: Update to 3.37.2

PR:	261000
Reported by:	pavelivolkov@gmail.com (maintainer)
Tue, 4 Jan 2022
[ 17:58 Neel Chauhan (nc) search for other commits by this committer Author: Pavel Volkov ]    commit hash:c3f5352877c3ce916e66e8ee63beab7d1ba61ebe  commit hash:c3f5352877c3ce916e66e8ee63beab7d1ba61ebe  commit hash:c3f5352877c3ce916e66e8ee63beab7d1ba61ebe  c3f5352 
databases/sqlite3: Update to 3.37.1

PR:	260924
Tue, 27 Apr 2021
[ 17:03 Neel Chauhan (nc) search for other commits by this committer ]    commit hash:4e00066ccb9699f670b9a3be411b13bc26a932f2  commit hash:4e00066ccb9699f670b9a3be411b13bc26a932f2  commit hash:4e00066ccb9699f670b9a3be411b13bc26a932f2  4e00066 
databases/sqlite3: Update to 3.35.5

Changes: https://www.sqlite.org/releaselog/3_35_5.html

PR:		255392
Submitted by:	Pavel Volkov <pavelivolkov AT gmail DOT com> (maintainer)
Sun, 14 Mar 2021
[ 20:33 amdmi3 search for other commits by this committer ] Original commit   Revision:568415
Add sqlite_analyzer support

- Switch to more complete distfile which allows to enable
  TCL extensions and sqlite_analyzer
- Switch to pkg-plist

PR:		221735
Reported by:	lapo@lapo.it
Approved by:	maintainer timeout (pavelivolkov@gmail.com, 3.5 years)
Mon, 25 Jan 2021
[ 17:21 lcook search for other commits by this committer ] Original commit   Revision:562588
databases/sqlite3: Update to 3.34.1

Changes:		https://www.sqlite.org/releaselog/3_34_1.html
PR:			252963
Submitted by: 		Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
Approved by:		fernape (mentor)
Differential Revision:	https://reviews.freebsd.org/D28327
Fri, 11 Dec 2020
[ 11:58 gahr search for other commits by this committer ] Original commit   Revision:557725
databases/sqlite3: update to 3.34.0

Release notes: https://sqlite.org/releaselog/3_34_0.html

PR:		251632
Submitted by:	Pavel Volkov <pavelivolkov@gmail.com>
Fri, 21 Aug 2020
[ 13:55 lwhsu search for other commits by this committer ] Original commit   Revision:545597
databases/sqlite3: Update to 3.33.0

PR:		248809
Submitted by:	Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
Tue, 7 Jul 2020
[ 11:56 lwhsu search for other commits by this committer ] Original commit   Revision:541414
Update to 3.32.3

PR:		247819
Submitted by:	Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
Sat, 13 Jun 2020
[ 04:09 cy search for other commits by this committer ] Original commit   Revision:538636
Update 3.32.0 --> 3.32.2

Fix two long-standing bugs that allow malicious SQL statements to crash
the process that is running SQLite. These bugs were announced by a
third-party approximately 24 hours after the 3.32.0 release but are not
specific to the 3.32.0 release.

Fix a long-standing bug in the byte-code engine that can cause a COMMIT
command report as success when in fact it failed to commit. Ticket
810dc8038872e212.

Approved by:	portmgr (blanket: run-time bugfix)
MFH:		2020Q2
Fri, 12 Jun 2020
[ 13:02 cy search for other commits by this committer ] Original commit   Revision:538614
Update 3.31.1 --> 3.32.0

Address multiple security vulnerabilities.

PR:		247149
Reported by:	spam123@bitbert.com
Reminded by:	emaste
Approved by:    Approved by: portmgr (blanket: security bugfix)
MFH:		2020Q2
Security:	CVE-2020-11655, CVE-2020-13434, CVE-2020-13435,
		CVE-2020-13630, CVE-2020-13631, CVE-2020-13632
Tue, 21 Apr 2020
[ 13:49 dbaio search for other commits by this committer ] Original commit   Revision:532270
databases/sqlite3: Update to 3.31.1

Changelog:	https://www.sqlite.org/releaselog/3_31_1.html
ABI:		https://abi-laboratory.pro/tracker/timeline/sqlite/

PR:		243602
Submitted by:	Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
Mon, 27 Jan 2020
[ 05:33 tcberner search for other commits by this committer ] Original commit   Revision:524241
databases/sqlite3: revert upgrade to 3.31.0

Firefox relied on internals. They changed, which leads to segfaults.

[1] https://bugzilla.mozilla.org/show_bug.cgi?id=1607902
[2] https://hg.mozilla.org/try/rev/8d7104bac33729b4da67954b07fb08371df39bd8

PR:		243602
Reported by:	Michael Butler <imb@protected-networks.net>, David Wolfskill
<david@catwhisker.org>
Sun, 26 Jan 2020
[ 09:03 tcberner search for other commits by this committer ] Original commit   Revision:524162
databases/sqlite3: Update to 3.31.0

PR:		243602
Submitted by:	Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
Sat, 2 Nov 2019
[ 17:28 rakuco search for other commits by this committer ] Original commit   Revision:516357
Update to 3.30.1.

PR:		241214
Submitted by:	Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
Tue, 16 Jul 2019
[ 17:26 swills search for other commits by this committer ] Original commit   Revision:506769
databases/sqlite3: Update to 3.29.0

While here, add DQS option

PR:		239201
Submitted by:	Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
Sat, 4 May 2019
[ 22:27 jbeich search for other commits by this committer ] Original commit   Revision:500835
databases/sqlite3: update to 3.28.0

Changes:	https://sqlite.org/releaselog/3_28_0.html
ABI:		https://abi-laboratory.pro/tracker/timeline/sqlite/
PR:		237677
Approved by:	Pavel Volkov (maintainer)
MFH:		2019Q2
Sat, 20 Apr 2019
[ 15:30 jbeich search for other commits by this committer ] Original commit   Revision:499447
databases/sqlite3: update to 3.27.2

Changes:	https://sqlite.org/releaselog/3_27_2.html
ABI:		https://abi-laboratory.pro/tracker/timeline/sqlite/
PR:		237373
Approved by:	Pavel Volkov (maintainer)
Wed, 20 Feb 2019
[ 10:26 pi search for other commits by this committer ] Original commit   Revision:493419
databases/sqlite3: update 3.26.0 -> 3.27.1

PR:		235802
Reported by:	Charlie Li <ml+freebsd@vishwin.info>
Approved by:	Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
Relnotes:	https://www.sqlite.org/changes.html
Tue, 4 Dec 2018
[ 18:02 swills search for other commits by this committer ] Original commit   Revision:486622
databases/sqlite3: Update to 3.26.0

PR:		233712
Submitted by:	Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
Thu, 20 Sep 2018
[ 21:05 swills search for other commits by this committer ] Original commit   Revision:480212
databases/sqlite3: update to 3.25.1

While here, UPD_DEL_LIMIT option which didn't work.

PR:		231518
PR:		207383
Submitted by:	Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
Wed, 19 Sep 2018
[ 23:37 swills search for other commits by this committer ] Original commit   Revision:480123
databases/sqlite3: Update to 3.25.0

PR:		231452
Submitted by:	Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
Thu, 14 Jun 2018
[ 23:18 swills search for other commits by this committer ] Original commit   Revision:472410
databases/sqlite3: Update to 3.24.0

PR:		228885
Submitted by:	Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
Thu, 3 May 2018
[ 15:59 joneum search for other commits by this committer ] Original commit   Revision:468935
databases/sqlite3: Update to 3.23.1

Changelog: http://www.sqlite.org/releaselog/3_23_1.html

PR:		227889
Submitted by:	Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
Mon, 9 Apr 2018
[ 07:14 yuri search for other commits by this committer ] Original commit   Revision:466838
databases/sqlite3: Update 3.22.0 -> 3.23.0

Changelog:
https://www.sqlite.org/releaselog/3_23_0.html

Port changes:
* Add SER1 option for the new optional sqlite3_serialize()/sqlite3_deserialize()
functions
* Remove security patches that are now in the release

PR:		227365
Submitted by:	Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
Wed, 14 Mar 2018
[ 08:50 yuri search for other commits by this committer ] Original commit   Revision:464472
databases/sqlite: Update to 3.22.0

Changelog:
https://www.sqlite.org/releaselog/3_22_0.html

Port changes:
* Added the OFFSET option for the new sqlite_offset() function
* Added 'Optional extensions' and 'Optional functions' option
  groups for better options readability
* Deleted patches from files/ because they were disabling certain
  options in the command-line utility that the upstream keeps
  always enabled there
* Changed capitalization in some options according to
  common spelling rules

PR:		225627
Submitted by:	Charlie Li <ml+freebsd@vishwin.info> (original version)
Submitted by:	Pavel Volkov <pavelivolkov@gmail.com> (maintainer, later version)
Approved by:	Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
Differential Revision:	https://reviews.freebsd.org/D14216
Wed, 1 Nov 2017
[ 22:12 jbeich search for other commits by this committer ] Original commit   Revision:453320
databases/sqlite3: update to 3.21.0

Changes:	https://www.sqlite.org/releaselog/3_21_0.html
ABI:		https://abi-laboratory.pro/tracker/timeline/sqlite/
PR:		223363
Submitted by:	Pavel Volkov (maintainer)
Sun, 27 Aug 2017
[ 18:28 sunpoet search for other commits by this committer ] Original commit   Revision:448834
Update to 3.20.1

- Remove optimization flag [1]
- Update sha1:

Changes:	https://www.sqlite.org/releaselog/3_20_1.html
PR:		221850
Submitted by:	Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
Submitted by:	Anton Sayetsky <vsasjason@gmail.com> [1]
Tue, 8 Aug 2017
[ 13:31 feld search for other commits by this committer ] Original commit   Revision:447541
databases/sqlite3: Update to 3.20.0

This resolves a recent vulnerability

MFH:		2017Q3
Security:	CVE-2017-10989
Sat, 10 Jun 2017
[ 17:29 ultima search for other commits by this committer ] Original commit   Revision:443102
* Updated to 3.19.3

 - Fix a bug associated with auto_vacuum that can lead to database corruption

PR:	219902
Submitted by:	pavelivolkov@gmail.com (maintainer)
Reviewed by:	lifanov (mentor), matthew (mentor)
Approved by:	pavelivolkov@gmail.com (maintainer), lifanov (mentor), matthew
(mentor)
Differential Revision:	https://reviews.freebsd.org/D11132
Tue, 30 May 2017
[ 15:21 sunpoet search for other commits by this committer ] Original commit   Revision:442077
Update to 3.19.2

Changes:	https://www.sqlite.org/releaselog/3_19_2.html
PR:		219592
Submitted by:	Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
Sat, 1 Apr 2017
[ 10:53 sunpoet search for other commits by this committer ] Original commit   Revision:437425
Update to 3.18.0

Changes:	https://www.sqlite.org/releaselog/3_18_0.html
PR:		218286
Submitted by:	Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
Tue, 21 Feb 2017
[ 14:33 krion search for other commits by this committer ] Original commit   Revision:434531
Update databases/sqlite3 to 3.17.0

PR:		217223
Submitted by:	maintainer
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D9669
Mon, 16 Jan 2017
[ 12:57 amdmi3 search for other commits by this committer ] Original commit   Revision:431637
- Update to 3.16.2

PR:		216107
Submitted by:	pavelivolkov@gmail.com (maintainer)
Wed, 16 Nov 2016
[ 18:10 jbeich search for other commits by this committer ] Original commit   Revision:426253
databases/sqlite3: update to 3.15.1

- Add missing deps for `pkg-config sqlite3 --libs --static`

Changes:	https://sqlite.org/releaselog/3_15_1.html
ABI:		https://abi-laboratory.pro/tracker/timeline/sqlite/
PR:		214569
Submitted by:	Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
Tue, 15 Nov 2016
[ 15:28 adamw search for other commits by this committer ] Original commit   Revision:426172
Update to 3.15.0.

PR:		214214
Submitted by:	maintainer (Pavel Volkov)
Tue, 23 Aug 2016
[ 20:26 pawel search for other commits by this committer ] Original commit   Revision:420742
- Update to version 3.14.1
- Add UNKNOWN_SQL option

PR:		211724
Submitted by:	Pavel Volkov (maintainer)
Sun, 29 May 2016
[ 14:14 amdmi3 search for other commits by this committer ] Original commit   Revision:416106
- Update to 3.13.0
- Add option for session extension

PR:		209827
Submitted by:	pavelivolkov@gmail.com (maintainer)
Fri, 6 May 2016
[ 11:40 pi search for other commits by this committer ] Original commit   Revision:414699
databases/sqlite3: 3.12.1 -> 3.12.2

Changes:
  https://www.sqlite.org/releaselog/3_12_2.html
- change to default on options FTS3_TOKEN, as required by
  audio/clementine-player

PR:		209284
Submitted by:	Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
Wed, 13 Apr 2016
[ 15:28 pi search for other commits by this committer ] Original commit   Revision:413212
databases/sqlite3: 3.11.1 -> 3.12.1

Changes:
  https://www.sqlite.org/changes.html

PR:		208674
Submitted by:	Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
Mon, 14 Mar 2016
[ 21:31 feld search for other commits by this committer ] Original commit   Revision:411118
databases/sqlite3: Update to 3.11.1

- Update port to version 3.11.1
- Added use of system functions:
     isnan() - added in FreeBSD 5.1
     malloc_usable_size() - first appeared in FreeBSD 7.0
- New option FTS3_TOKEN, added for backwards compatibility, see:
  https://www.sqlite.org/compile.html#enable_fts3_tokenizer
- Added preventing message for option UPT_DEL_LIMIT.
  This port building from amalgamation source and this option actually don't
work.
  See http://www.sqlite.org/compile.html#enable_update_delete_limit, and
  PR#207383 (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207383).

PR:		207924
Thu, 21 Jan 2016
[ 20:40 pi search for other commits by this committer ] Original commit   Revision:406876
databases/sqlite3: 3.10.0 -> 3.10.2

Changes:
  https://www.sqlite.org/releaselog/3_10_2.html

PR:		206463
Submitted by:	Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
Mon, 11 Jan 2016
[ 13:27 culot search for other commits by this committer ] Original commit   Revision:405783
- Update to 3.10.0
- Add options to choose the command line library used by shell tools
- Add option for static linking
- Add option to compile sqlite with SQLITE_LIKE_DOESNT_MATCH_BLOBS option
- Remove option TEMP_CACHE_SIZE
- Cosmetic changes

Changes:	http://www.sqlite.org/releaselog/3_10_0.html
PR:		206062
Submitted by:	Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
Sat, 7 Nov 2015
[ 18:26 riggs search for other commits by this committer ] Original commit   Revision:401015
Update to upstream release 3.9.2

PR:		204318
Submitted by:	pavelivolkov@gmail.com (maintainer)
Tue, 20 Oct 2015
[ 14:47 mat search for other commits by this committer ] Original commit   Revision:399854
Update to 3.9.1.

PR:		203892
Submitted by:	maintainer
Sponsored by:	Absolight
Sun, 23 Aug 2015
[ 15:18 sunpoet search for other commits by this committer ] Original commit   Revision:395101
- Update to 3.8.11.1
- Update MASTER_SITES
- Sort USES
- Cosmetic change

Changes:	https://www.sqlite.org/releaselog/3_8_11_1.html
PR:		202568
Submitted by:	Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
Tue, 9 Jun 2015
[ 07:54 culot search for other commits by this committer ] Original commit   Revision:388900
- Update to 3.8.10.2

Changes:	http://www.sqlite.org/releaselog/3_8_10_2.html
PR:		200669
Submitted by:	Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
Tue, 12 May 2015
[ 17:22 jbeich search for other commits by this committer ] Original commit   Revision:386160
databases/sqlite3, databases/tcl-sqlite3: update to 3.8.10.1

- Add option SQLITE_ENABLE_DBSTAT_VTAB
- Create patches for port with 'makepatch'

Changes:	https://sqlite.org/releaselog/3_8_10_1.html
ACC
report:	http://upstream-tracker.org/compat_reports/sqlite/3080900_to_3081001/abi_compat_report.html
PR:		200150
PR:		200151
Submitted by:	Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
Thu, 16 Apr 2015
[ 07:16 jbeich search for other commits by this committer ] Original commit   Revision:384086
Update to version 3.8.9

Changes:	https://sqlite.org/releaselog/3_8_9.html
ACC
report:	http://upstream-tracker.org/compat_reports/sqlite/3080803_to_3080900/abi_compat_report.html
PR:		199312
PR:		199313
Submitted by:	Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
Fri, 27 Mar 2015
[ 17:02 pawel search for other commits by this committer ] Original commit   Revision:382430
Update to version 3.8.8.3

PR:		198786
Submitted by:	Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
Wed, 11 Feb 2015
[ 18:45 pawel search for other commits by this committer ] Original commit   Revision:378846
Update to version 3.8.8.2

PR:		197285
Submitted by:	rsimmons0@gmail.com
Approved by:	Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
Wed, 28 Jan 2015
[ 08:37 madpilot search for other commits by this committer ] Original commit   Revision:378047
Update to 3.8.8.1

PR:		197082
Submitted by:	rsimmons0 at gmail.com
Approved by:	Pavel Volkov <pavelivolkov at gmail.com> (maintainer)
Tue, 20 Jan 2015
[ 23:17 marino search for other commits by this committer ] Original commit   Revision:377561
databases/sqlite3: Upgrade version 3.8.7.4 => 3.8.8

PR:		196872
Submitted by:	maintainer (Pavel Volkov)
Mon, 29 Dec 2014
[ 09:23 riggs search for other commits by this committer ] Original commit   Revision:375778
Update to version 3.8.7.4

PR:		196275
Submitted by:	rsimmons0@gmail.com
Approved by:	pavelivolkov@gmail.com (maintainer)
Sat, 22 Nov 2014
[ 15:47 danilo search for other commits by this committer ] Original commit   Revision:373065
- Update to 3.8.7.2

PR:		195062
Submitted by:	Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
Fri, 31 Oct 2014
[ 08:20 culot search for other commits by this committer ] Original commit   Revision:371782
- Update to 3.8.7

Changes:	http://www.sqlite.org/releaselog/3_8_7.html
PR:		ports/194554
Submitted by:	Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
Sat, 23 Aug 2014
[ 20:01 adamw search for other commits by this committer ] Original commit   Revision:365800
Update to 3.8.6.

PR:		192830, 192831
Submitted by:	maintainer
Fri, 27 Jun 2014
[ 14:10 miwi search for other commits by this committer ] Original commit   Revision:359529
- Update to 3.8.5

PR:		190746
Tue, 20 May 2014
[ 12:38 culot search for other commits by this committer ] Original commit   Revision:354630
- Update to 3.8.4.3

Changes:	http://www.sqlite.org/releaselog/3_8_4_3.html
PR:		ports/189985
Submitted by:	Pavel I Volkov <pavelivolkov@gmail.com> (maintainer)
Sat, 5 Apr 2014
[ 06:05 culot search for other commits by this committer ] Original commit   Revision:350195
- Update to 3.8.4.2

Changes:	http://www.sqlite.org/releaselog/3_8_4_2.html
PR:		ports/1878224
Submitted by:	Pavel I Volkov <pavelivolkov@gmail.com> (maintainer)
Sat, 15 Mar 2014
[ 18:05 pawel search for other commits by this committer ] Original commit   Revision:348361
Update to version 3.8.4.1

PR:		ports/187604
Submitted by:	maintainer
Thu, 13 Mar 2014
[ 10:25 culot search for other commits by this committer ] Original commit   Revision:348051
- Update to 3.8.4

Changes:	http://www.sqlite.org/releaselog/3_8_4.html
PR:		ports/187445
Submitted by:	Pavel I Volkov <pavelivolkov@gmail.com> (maintainer)
Mon, 17 Feb 2014
[ 04:15 skreuzer search for other commits by this committer ] Original commit   Revision:344641
Update to 3.8.3.1

PR:		ports/186788
Submitted by:	Pavel I Volkov <pavelivolkov@gmail.com> (maintainer)
Mon, 10 Feb 2014
[ 03:46 skreuzer search for other commits by this committer ] Original commit   Revision:343581
Update to version 3.8.3
Fix LIB_DEPEND
Add missing STRIP_CMD

PR:		ports/186456
Submitted by:	Eero Hanninen <fax@nohik.ee>
Approved by:	Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
Sun, 5 Jan 2014
[ 15:27 rakuco search for other commits by this committer ] Original commit   Revision:338783
- Update to 3.8.2
- Don't add RTREE by default
- Add new OPTION: UNICODE61

PR:		ports/185465
Submitted by:	Pavel I Volkov <pavelivolkov@gmail.com> (maintainer)
Wed, 25 Dec 2013
[ 23:33 rakuco search for other commits by this committer ] Original commit   Revision:337465
- Update to 3.8.1.
- Support staging.

PR:		ports/184558
Submitted by:	Pavel I Volkov <pavelivolkov@gmail.com> (maintainer)
Sat, 7 Sep 2013
[ 10:19 sunpoet search for other commits by this committer ] Original commit   Revision:326593
- Update to 3.8.0.2

Changes:	http://www.sqlite.org/releaselog/3_8_0_2.html
PR:		ports/181841
Submitted by:	Pavel I Volkov <pavelivolkov@gmail.com> (maintainer)
Sat, 31 Aug 2013
[ 17:47 rm search for other commits by this committer ] Original commit   Revision:325823
- update to 3.8.0.1

PR:		181706
Submitted by:	Pavel I Volkov <pavelivolkov@gmail.com> (maintainer)
Fri, 31 May 2013
[ 14:03 culot search for other commits by this committer ] Original commit   Revision:319492
- Update to 3.7.17 [1]
- Remove leading article from COMMENT

Changes:	http://www.sqlite.org/releaselog/3_7_17.html
PR:		ports/178971 [1]
Submitted by:	Pavel I Volkov <pavelivolkov@gmail.com> (maintainer)
Wed, 17 Apr 2013
[ 09:19 culot search for other commits by this committer ] Original commit   Revision:315952
- Update to 3.7.16.1

Changes:	http://www.sqlite.org/releaselog/3_7_16_1.html
PR:		ports/177499
Submitted by:	Pavel I Volkov <pavelivolkov@gmail.com> (maintainer)
Feature safe:	yes
Sat, 13 Oct 2012
[ 07:27 culot search for other commits by this committer ] Original commit   Revision:305817
- Update to 3.7.14.1
- Enable URI filename option by default
- Update maintainer's address

Changes:	http://www.sqlite.org/releaselog/3_7_14_1.html
PR:		ports/172400
Submitted by:	Pavel I Volkov <pavelivolkov@googlemail.com> (maintainer)
Feature safe:	yes
Fri, 21 Sep 2012
[ 08:13 culot search for other commits by this committer ] Original commit   Revision:304613
- Update to 3.7.14

Changes:	http://www.sqlite.org/releaselog/3_7_14.html
PR:		ports/171804
Submitted by:	Pavel I Volkov <pavelivolkov@googlemail.com> (maintainer)
Mon, 9 Jul 2012
[ 06:32 culot search for other commits by this committer ] Original commit 
- Update to 3.7.13

Changes:        http://www.sqlite.org/releaselog/3_7_13.html
PR:             ports/169714
Submitted by:   Pavel I Volkov <pavelivolkov@googlemail.com> (maintainer)
Fri, 25 May 2012
[ 10:16 sperber search for other commits by this committer ] Original commit 
- Update to 3.7.12.1

PR:           ports/168329
Submitted by: Pavel I Volkov <pavelivolkov _at_ googlemail.com> (maintainer)
Approved by:  decke (mentor)
Tue, 15 May 2012
[ 12:52 bapt search for other commits by this committer ] Original commit 
- Update to 3.7.12
- switch to autoconf version (no more need of tcl)

PR:             ports/167913 [1], ports/155908 [2]
Submitted by:   Pavel I Volkov <pavelivolkov@googlemail.com> (maintainer),
bapt[2]
Mon, 9 Apr 2012
[ 15:44 culot search for other commits by this committer ] Original commit 
- Update to 3.7.11

Changes:        http://www.sqlite.org/releaselog/3_7_11.html
PR:             ports/166782
Submitted by:   Pavel I Volkov <pavelivolkov@googlemail.com> (maintainer)
Feature safe:   yes
Sun, 22 Jan 2012
[ 21:00 scheidell search for other commits by this committer ] Original commit 
- update to 3.7.10

PR:             ports/164371
Approved by:    gabor (mentor, implicit)
Sat, 5 Nov 2011
[ 19:18 bapt search for other commits by this committer ] Original commit 
- Update to 3.7.9

PR:             ports/162308
Submitted by:   Pavel I Volkov <pavelivolkov@googlemail.com> (maintainer)
Tue, 20 Sep 2011
[ 19:19 jlaffaye search for other commits by this committer ] Original commit 
Update to 3.7.8

PR:             ports/160853
Submitted by:   Pavel I Volkov <pavelivolkov@googlemail.com> (maintainer)
Sat, 2 Jul 2011
[ 13:39 miwi search for other commits by this committer ] Original commit 
- Update to 3.7.7.1

PR:             158550
Submitted by:   Pavel I Volkov <pavelivolkov@googlemail.com> (maintainer)
Wed, 29 Jun 2011
[ 19:51 jlaffaye search for other commits by this committer ] Original commit 
Update to 3.7.7

PR:             ports/158400
Submitted by:   Pavel I Volkov <pavelivolkov@googlemail.com> (maintainer)
Approved by:    bapt (mentor, implicit)
Mon, 23 May 2011
[ 14:38 culot search for other commits by this committer ] Original commit 
- Update to 3.7.6.3

PR:             ports/157272
Submitted by:   Pavel I Volkov <pavelivolkov@googlemail.com> (maintainer)
Fri, 6 May 2011
[ 06:32 culot search for other commits by this committer ] Original commit 
- Update to 3.7.6.2

Changes:        http://www.sqlite.org/changes.html
PR:             ports/156842
Submitted by:   Pavel I Volkov <pavelivolkov@googlemail.com> (maintainer)
Wed, 20 Apr 2011
[ 17:41 sunpoet search for other commits by this committer ] Original commit 
- Update to 3.7.6.1

Changes:        http://www.sqlite.org/changes.html
PR:             ports/156420
Submitted by:   Pavel I Volkov <pavelivolkov@googlemail.com> (maintainer)
Fri, 4 Mar 2011
[ 14:00 miwi search for other commits by this committer ] Original commit 
- Update to 3.7.5

PR:             154844
Submitted by:   Pavel I Volkov <pavelivolkov@googlemail.com>
Approved by:    maintainer
Fri, 10 Dec 2010
[ 23:07 pgollucci search for other commits by this committer ] Original commit 
- Update to 3.7.4

PR:             ports/152961
Submitted by:   Pavel I Volkov <pavelivolkov@googlemail.com> (maintainer)
Sun, 17 Oct 2010
[ 09:42 makc search for other commits by this committer ] Original commit 
Update to 3.7.3
Update maintainer address

PR:             ports/151501
Submitted by:   Pavel I. Volkov (maintainer)
Wed, 1 Sep 2010
[ 17:49 amdmi3 search for other commits by this committer ] Original commit 
- Update to 3.7.2

PR:             149472, 150119
Submitted by:   Pavel I Volkov <pol@opk.ru> (maintainer)
Tue, 20 Apr 2010
[ 23:45 wxs search for other commits by this committer ] Original commit 
Update to 3.6.32.1.
Remove TCL build dependency using a patch from OpenBSD.

PR:             ports/145213
Submitted by:   Bapt <baptiste.daroussin@gmail.com>
Approved by:    mnag@ (maintainer timeout)
Mon, 2 Nov 2009
[ 10:11 ale search for other commits by this committer ] Original commit 
Update sqlite3 to 3.6.19 release:
- fix thread-safe support (does it make sense to have an option to disable it?)
- add R*Tree index OPTION
- rework/simplify the port

PR:             ports/139276
Submitted by:   ale
Approved by:    maintainer
Tue, 9 Jun 2009
[ 02:40 mnag search for other commits by this committer ] Original commit 
- Update to 3.6.14.2

Number of commits found: 126 (showing only 100 on this page)

1 | 2  »