aboutsummaryrefslogtreecommitdiff
path: root/databases/sqlite3/Makefile
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2020-06-13 04:09:08 +0000
committerCy Schubert <cy@FreeBSD.org>2020-06-13 04:09:08 +0000
commita07022d21327495daf65811f4ab0a8aa64dc25d6 (patch)
tree99ed1d7491fc1bff6e1cb0daf57619ba50229446 /databases/sqlite3/Makefile
parentca639b45f4bae5f0a9203ed0c44e94579e8c96bd (diff)
downloadports-a07022d21327495daf65811f4ab0a8aa64dc25d6.tar.gz
ports-a07022d21327495daf65811f4ab0a8aa64dc25d6.zip
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
Notes
Notes: svn path=/head/; revision=538636
Diffstat (limited to 'databases/sqlite3/Makefile')
-rw-r--r--databases/sqlite3/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile
index c8bf058e7b5a..7149772f257d 100644
--- a/databases/sqlite3/Makefile
+++ b/databases/sqlite3/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= sqlite3
-DISTVERSION= 3.32.0
+DISTVERSION= 3.32.2
PORTEPOCH= 1
CATEGORIES= databases
MASTER_SITES= https://www.sqlite.org/2020/ http://www2.sqlite.org/2020/ http://www3.sqlite.org/2020/