diff --git a/general.ent b/general.ent index 9465f10be8..c0aca92674 100644 --- a/general.ent +++ b/general.ent @@ -3,13 +3,13 @@ $LastChangedBy$ $Date$ --> - + - + @@ -221,7 +221,7 @@ $Date$ - + @@ -493,7 +493,7 @@ $Date$ - + @@ -546,8 +546,8 @@ $Date$ - - + + @@ -733,7 +733,7 @@ $Date$ - + Contents @@ -195,8 +198,8 @@ cd poppler-data-&poppler-data-version; Installed Directories - - libpoppler.{so,a}, libpoppler-glib.{so,a}, libpoppler-qt.{so,a} + for the pdf* programs + libpoppler.{so,a}, libpoppler-cpp.{so,a}, libpoppler-glib.{so,a}, libpoppler-qt.{so,a} and libpoppler-qt4.{so,a} /usr/include/poppler, /usr/share/doc/poppler-&poppler-version;, /usr/share/gtk-doc/html/poppler and /usr/share/poppler @@ -218,6 +221,16 @@ cd poppler-data-&poppler-data-version; + + libpoppler-cpp.{so,a} + + is a C++ backend for rendering PDF files. + + libpoppler-cpp.{so,a} + + + + libpoppler-glib.{so,a} diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index e6413f6a31..8f51ccc87a 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -41,6 +41,24 @@ --> + + October 23rd, 2010 + + + [ken] - Security updates - Poppler-0.14.4 (fixes ticket + #3166), + Firefox-3.6.11 / Xulrunner-1.9.2.11 (fixes ticket + #3169) + and Webkitgtk-1.2.5 (fixes ticket + #3174) + with consequential updates to Poppler-data-0.4.3 (fixes ticket + #3106) and + Sqlite-3.7.3 (fixes ticket + #3173). + + + + October 17th, 2010 diff --git a/server/databases/sqlite.xml b/server/databases/sqlite.xml index 3bc640e9b8..191157cf15 100644 --- a/server/databases/sqlite.xml +++ b/server/databases/sqlite.xml @@ -6,14 +6,14 @@ - - + + - + - - - + + + ]> @@ -38,7 +38,7 @@ library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. - &lfs65_checked; + &lfs67_checked; Package Information @@ -100,7 +100,8 @@ Install SQLite by running the following commands: -./configure --prefix=/usr \ +CFLAGS="-g -O2 -DSQLITE_SECURE_DELETE -DSQLITE_ENABLE_UNLOCK_NOTIFY=1" \ + ./configure --prefix=/usr \ --enable-threadsafe \ --enable-readline \ --enable-dynamic-extensions && @@ -125,6 +126,15 @@ cp -v -R sqlite-&sqlite-docs-version;-docs/* \ Command Explanations + CFLAGS="-g -O2 -DSQLITE_SECURE_DELETE -DSQLITE_ENABLE_UNLOCK_NOTIFY=1" + : Applications such as firefox require + secure delete and enable unlock notify to be turned on. 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 . + --enable-threadsafe: Though the documentation and running ./configure --help indicate that this is the default, it is not. You must add this parameter if you want a threadsafe diff --git a/x/lib/webkitgtk.xml b/x/lib/webkitgtk.xml index 6fed5d0912..44bade3a58 100644 --- a/x/lib/webkitgtk.xml +++ b/x/lib/webkitgtk.xml @@ -6,10 +6,10 @@ - - + + - + ]> @@ -33,7 +33,7 @@ portable web rendering engine WebKit to the GTK+ platform. - &lfssvn_checked;20100817&lfssvn_checked2; + &lfs67_checked; Package Information @@ -98,7 +98,8 @@ ./configure --prefix=/usr --enable-introspection && make - To test the results, issue: make check. + To test the results, issue: make check (you must be + in an xterm or similar to do this, because it launches some windows). Now, as the root user: diff --git a/x/lib/xulrunner.xml b/x/lib/xulrunner.xml index b36074d189..d9c177707d 100644 --- a/x/lib/xulrunner.xml +++ b/x/lib/xulrunner.xml @@ -7,9 +7,9 @@ - - - + + + ]> @@ -37,7 +37,7 @@ and use it. However, be aware that Gnome applications are transitioning to Webkit instead of gecko. - &lfs66_checked; + &lfs67_checked; Package Information diff --git a/xsoft/graphweb/firefox.xml b/xsoft/graphweb/firefox.xml index 1408e2a966..ed8b872106 100644 --- a/xsoft/graphweb/firefox.xml +++ b/xsoft/graphweb/firefox.xml @@ -6,10 +6,10 @@ - - - - + + + + ]> @@ -56,7 +56,7 @@ (ensuring the libxul-sdk option points to the new version). - &lfs66_checked; + &lfs67_checked; Package Information