From 7594f109feab67e999dbfba75b0d2c029e4c8d39 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Thu, 23 Jun 2016 22:02:02 +0000 Subject: [PATCH] Update to sudo-1.8.17p1. Update to gtksourceview-3.20.4. Update sqlite CFLAGS. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17523 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general.ent | 4 ++-- introduction/welcome/changelog.xml | 20 +++++++++++++++++++- packages.ent | 4 ++-- postlfs/security/sudo.xml | 2 +- server/databases/sqlite.xml | 18 ++++++++++-------- x/lib/gtksourceview.xml | 5 ++--- 6 files changed, 36 insertions(+), 17 deletions(-) diff --git a/general.ent b/general.ent index 4954d82065..e1215ade99 100644 --- a/general.ent +++ b/general.ent @@ -1,12 +1,12 @@ - + - + diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 50802f28f9..e0b8614a4a 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -43,6 +43,24 @@ --> + + June 23nd, 2016 + + + [bdubbs] - Update to sudo-1.8.17p1. Fixes + #7976. + + + [bdubbs] - Update to gtksourceview-3.20.4. Fixes + #7992. + + + [bdubbs] - Update sqlite CFLAGS. Fixes + #7991. + + + + June 22nd, 2016 @@ -51,7 +69,7 @@ #7989. - [bdubbs] - Update to libwnch-3.20.0. Fixes + [bdubbs] - Update to libwnck-3.20.0. Fixes #7988. diff --git a/packages.ent b/packages.ent index b9269f038d..2c851e9579 100644 --- a/packages.ent +++ b/packages.ent @@ -39,7 +39,7 @@ - + @@ -518,7 +518,7 @@ - + diff --git a/postlfs/security/sudo.xml b/postlfs/security/sudo.xml index 437d27ead5..cade740fde 100644 --- a/postlfs/security/sudo.xml +++ b/postlfs/security/sudo.xml @@ -6,7 +6,7 @@ - + diff --git a/server/databases/sqlite.xml b/server/databases/sqlite.xml index 9d1fb120f8..aa5be407c0 100644 --- a/server/databases/sqlite.xml +++ b/server/databases/sqlite.xml @@ -128,6 +128,7 @@ ./configure --prefix=/usr --disable-static \ CFLAGS="-g -O2 -DSQLITE_ENABLE_FTS3=1 \ + -DSQLITE_ENABLE_FTS3_TOKENIZER=1 \ -DSQLITE_ENABLE_COLUMN_METADATA=1 \ -DSQLITE_ENABLE_UNLOCK_NOTIFY=1 \ -DSQLITE_SECURE_DELETE=1 \ @@ -162,17 +163,18 @@ cp -v -R sqlite-doc-&sqlite-doc-version;/* /usr/share/doc/sqlite-&sqlite-version CFLAGS="-g -O2 -DSQLITE_ENABLE_FTS3=1 - -DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_SECURE_DELETE - -DSQLITE_ENABLE_UNLOCK_NOTIFY=1 -DSQLITE_ENABLE_DBSTAT_VTAB=1": - Applications such as Firefox require secure - delete and enable unlock notify to be turned on. Since - firefox-41 the dbstat virtual table is also - required. The only way to do this is to include them in the + -DSQLITE_ENABLE_FTS3_TOKENIZER=1 -DSQLITE_ENABLE_COLUMN_METADATA=1 + -DSQLITE_SECURE_DELETE -DSQLITE_ENABLE_UNLOCK_NOTIFY=1 + -DSQLITE_ENABLE_DBSTAT_VTAB=1": Applications such as + Firefox require secure delete and enable + unlock notify to be turned on. Thunderbird requires teh fts3_tokenizer + option. Since firefox-41 the dbstat virtual + table is also required. The only way to do this is to include them in the CFLAGS. By default, these are set to "-g -O2" so we specify that to preserve those settings. You may, of course, wish to omit the '-g' if you do not wish to create debugging - information. For further information on what can be specified see - . + information. For further information on what can be specified see . diff --git a/x/lib/gtksourceview.xml b/x/lib/gtksourceview.xml index ae23717a0c..7b0d994ba8 100644 --- a/x/lib/gtksourceview.xml +++ b/x/lib/gtksourceview.xml @@ -8,7 +8,7 @@ "&gnome-download-http;/gtksourceview/&gnome-minor-20;/gtksourceview->ksourceview-version;.tar.xz"> - + @@ -37,8 +37,7 @@ text functions to include syntax highlighting. - &lfs79_checked; - &gcc6_checked; + &lfs79_checked;&gcc6_checked; Package Information