diff --git a/general/genlib/boost.xml b/general/genlib/boost.xml index f9d720fd54..4c1d66dc12 100644 --- a/general/genlib/boost.xml +++ b/general/genlib/boost.xml @@ -9,7 +9,7 @@ - + ]> diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 3af7f6a7fe..b1fca612b4 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -43,6 +43,20 @@ --> + + May 16th, 2016 + + + [bdubbs] - Update to mariadb-10.1.14. Fixes + #7831. + + + [bdubbs] - Update to postgresql-9.5.3. Fixes + #7841. + + + + May 15th, 2016 diff --git a/packages.ent b/packages.ent index e9a98cf7a8..2027faf74d 100644 --- a/packages.ent +++ b/packages.ent @@ -435,8 +435,8 @@ - - + + diff --git a/server/databases/mariadb.xml b/server/databases/mariadb.xml index da0bfc7a06..56e0d83508 100644 --- a/server/databases/mariadb.xml +++ b/server/databases/mariadb.xml @@ -6,10 +6,10 @@ - + - + ]> @@ -36,6 +36,7 @@ &lfs79_checked; + &gcc6_checked; Package Information diff --git a/server/databases/postgresql.xml b/server/databases/postgresql.xml index 2e14c396bf..12cef417cd 100644 --- a/server/databases/postgresql.xml +++ b/server/databases/postgresql.xml @@ -6,7 +6,7 @@ - + @@ -34,6 +34,7 @@ from the Berkeley Postgres database management system. &lfs79_checked; + &gcc6_checked; Package Information @@ -91,8 +92,6 @@ Install PostgreSQL with the following commands: - sed -i '/DEFAULT_PGSOCKET_DIR/s@/tmp@/run/postgresql@' src/include/pg_config_manual.h && ./configure --prefix=/usr \ --enable-thread-safety \ @@ -106,15 +105,14 @@ make make -C contrib/<SUBDIR-NAME> for each subdirectory. - Tests must be run as unprivileged user, because they need to - start a temporary server, and this is prevented as root user. For - the same reason, you need to stop all PostgreSQL servers if any is - running. If a previous version of PostgreSQL is installed, it may be - necessary to use --disable-rpath with - configure to avoid failures, but it is - not recommended to install the binaries created using this - switch. To test the results, issue: make - check. + Tests must be run as unprivileged user, because they need to start a + temporary server, and this is prevented as root user. For the same reason, + you need to stop all PostgreSQL servers if any is running. If a previous + version of PostgreSQL is installed, it may be necessary to use + --disable-rpath with configure to + avoid failures, but installing the binaries created using this + switch is not recommneded. To test the results, issue: + make check. Now, as the root user: