diff options
author | ultima <ultima@FreeBSD.org> | 2017-06-11 01:29:57 +0800 |
---|---|---|
committer | ultima <ultima@FreeBSD.org> | 2017-06-11 01:29:57 +0800 |
commit | 14c41a9d6a0b4973addff6a58608e0b5ed44ceca (patch) | |
tree | deab5c5972f4458945e116cb0db7687583b05a24 /databases | |
parent | 1f55162f3a7e43a51aee33a97c67d23be382e6d2 (diff) | |
download | freebsd-ports-gnome-14c41a9d6a0b4973addff6a58608e0b5ed44ceca.tar.gz freebsd-ports-gnome-14c41a9d6a0b4973addff6a58608e0b5ed44ceca.tar.zst freebsd-ports-gnome-14c41a9d6a0b4973addff6a58608e0b5ed44ceca.zip |
* 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
Diffstat (limited to 'databases')
-rw-r--r-- | databases/sqlite3/Makefile | 2 | ||||
-rw-r--r-- | databases/sqlite3/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile index a70ff069b73c..a2ecb383e683 100644 --- a/databases/sqlite3/Makefile +++ b/databases/sqlite3/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sqlite3 -PORTVERSION= 3.19.2 +PORTVERSION= 3.19.3 CATEGORIES= databases MASTER_SITES= https://www.sqlite.org/2017/ http://www2.sqlite.org/2017/ http://www3.sqlite.org/2017/ DISTNAME= sqlite-autoconf-${PORTVERSION:C/\.([[:digit:]])[[:>:]]/0\1/g:S/.//g}00 diff --git a/databases/sqlite3/distinfo b/databases/sqlite3/distinfo index fc6533827b11..474d4e9bdb3d 100644 --- a/databases/sqlite3/distinfo +++ b/databases/sqlite3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1495871536 -SHA256 (sqlite-autoconf-3190200.tar.gz) = ca5361fb01cc3ad63d6fd4eb2cb0b6398e629595896d3558f7e121d37dac2ffc -SIZE (sqlite-autoconf-3190200.tar.gz) = 2542613 +TIMESTAMP = 1497076626 +SHA256 (sqlite-autoconf-3190300.tar.gz) = 06129c03dced9f87733a8cba408871bd60673b8f93b920ba8d815efab0a06301 +SIZE (sqlite-autoconf-3190300.tar.gz) = 2542682 |