diff --git a/general/graphlib/jasper.xml b/general/graphlib/jasper.xml index 934b7462f9..e251801b3d 100644 --- a/general/graphlib/jasper.xml +++ b/general/graphlib/jasper.xml @@ -6,9 +6,9 @@ - + - + ]> @@ -117,6 +117,7 @@ cmake -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_SKIP_INSTALL_RPATH=YES \ -DJAS_ENABLE_DOC=NO \ + -DALLOW_IN_SOURCE_BUILD=YES \ -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/jasper-&jasper-version; \ .. && make @@ -147,6 +148,13 @@ make is installed. + + -DALLOW_IN_SOURCE_BUILD=YES: This switch allows + building from within the source tree. In our case, this is needed to + allow us to build inside of the BUILD directory instead of needing to + create another directory outside of the source tree. + + diff --git a/general/prog/python-modules/sphinx_rtd_theme.xml b/general/prog/python-modules/sphinx_rtd_theme.xml index f5ca3794fb..2be91eb15c 100644 --- a/general/prog/python-modules/sphinx_rtd_theme.xml +++ b/general/prog/python-modules/sphinx_rtd_theme.xml @@ -8,7 +8,7 @@ - + ]> @@ -87,14 +87,15 @@ Installation of Sphinx_rtd_theme + but otherwise we fall into dependency hell + Fixed in 2.0.0 -renodr Fix wrong versions for dependencies: sed -e s/0.19/0.21/ \ -i setup.cfg - +--> Build the module: diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 59adfddb82..f4f37f3e67 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -38,9 +38,32 @@ --> + + November 29th, 2023 + + + [renodr] - Update to sphinx-rtd-theme-2.0.0 (Python Module). + Fixes #18933. + + + [renodr] - Update to jasper-4.1.1. Fixes + #18931. + + + [rahul] - Update to nss-3.95. Fixes + #18924. + + + + November 28th, 2023 + + [renodr] - Fix building sendmail now that Berkeley DB has been + archived. Thanks goes to Joe Locash for the report and the solution. + Fixes #18929. + [bdubbs] - Update to libqalculate-4.9.0. Fixes #18925. diff --git a/packages.ent b/packages.ent index 1c1b899691..d3305a0980 100644 --- a/packages.ent +++ b/packages.ent @@ -20,8 +20,8 @@ - - + + diff --git a/postlfs/security/nss.xml b/postlfs/security/nss.xml index 157f43e4da..b4369ccf52 100644 --- a/postlfs/security/nss.xml +++ b/postlfs/security/nss.xml @@ -13,9 +13,9 @@ - + - + @@ -36,6 +36,14 @@ Unknown status: 2 TinderboxPrint:Unknown: 2 --> + ]> @@ -161,7 +169,7 @@ patch -Np1 -i ../nss-&nss-version;-illegal_instruction-1.patch Without these variables, a FQDN is required to be specified and this generic way should work for everyone, provided localhost.localdomain - is defined in /etc/hosts, as done in - the - LFS book. + is defined + + in /etc/hosts, as done in + + the LFS book. + + + by the myhostname + NSS module, as specified in + + the LFS book. + diff --git a/server/mail/sendmail.xml b/server/mail/sendmail.xml index 1edfca6d65..5e73e61aa8 100644 --- a/server/mail/sendmail.xml +++ b/server/mail/sendmail.xml @@ -130,7 +130,7 @@ install -v -m700 -d /var/spool/mqueue cat >> devtools/Site/site.config.m4 << "EOF" APPENDDEF(`confENVDEF',`-DSTARTTLS -DSASL -DLDAPMAP -DHASFLOCK') -APPENDDEF(`confLIBS', `-lssl -lcrypto -lsasl2 -lldap -llber -ldb') +APPENDDEF(`confLIBS', `-lssl -lcrypto -lsasl2 -lldap -llber') APPENDDEF(`confINCDIRS', `-I/usr/include/sasl') EOF