diff --git a/general/prog/librep.xml b/archive/librep.xml
similarity index 100%
rename from general/prog/librep.xml
rename to archive/librep.xml
diff --git a/postlfs/security/volume_key.xml b/archive/volume_key.xml
similarity index 100%
rename from postlfs/security/volume_key.xml
rename to archive/volume_key.xml
diff --git a/general/genlib/libblockdev.xml b/general/genlib/libblockdev.xml
index 7212af9f41..78440863c6 100644
--- a/general/genlib/libblockdev.xml
+++ b/general/genlib/libblockdev.xml
@@ -7,9 +7,9 @@
-
+
-
+
]>
@@ -93,7 +93,8 @@
,
,
,
- ,
+ volume_key,
+
ndctl, and
@@ -148,9 +149,7 @@ make
--without-escrow: This switch allows building
- libblockdev without
- installed. Remove it if you've installed
- .
+ libblockdev without volume_key installed.
diff --git a/general/genutils/highlight.xml b/general/genutils/highlight.xml
index 0b98ff9e0a..3cafe9c553 100644
--- a/general/genutils/highlight.xml
+++ b/general/genutils/highlight.xml
@@ -6,7 +6,7 @@
-
+
diff --git a/general/graphlib/freetype2.xml b/general/graphlib/freetype2.xml
index d6b539f6b2..3e1a6c7d2b 100644
--- a/general/graphlib/freetype2.xml
+++ b/general/graphlib/freetype2.xml
@@ -6,15 +6,15 @@
-
+
-
+
-
+
]>
diff --git a/general/prog/cbindgen.xml b/general/prog/cbindgen.xml
index df49be0fcb..7a38714f7a 100644
--- a/general/prog/cbindgen.xml
+++ b/general/prog/cbindgen.xml
@@ -4,10 +4,10 @@
%general-entities;
-
+
-
-
+
+
]>
@@ -87,10 +87,8 @@
cargo build --release
-
To test the results, issue: cargo test.
- Three tests in the final suite are known to fail.
+ Three tests in profile.rs are known to fail.
diff --git a/general/prog/prog.xml b/general/prog/prog.xml
index 15557368e1..2f2f2b9918 100644
--- a/general/prog/prog.xml
+++ b/general/prog/prog.xml
@@ -34,7 +34,7 @@
-
+
diff --git a/general/prog/python3.xml b/general/prog/python3.xml
index 17db821a83..13e0650b3e 100644
--- a/general/prog/python3.xml
+++ b/general/prog/python3.xml
@@ -173,7 +173,7 @@ make
To test the result, issue make test.
- Some tests may need an Internet connection. One tests, test_distutils
+ Some tests may need an Internet connection. One test, test_distutils,
is known to fail.
diff --git a/general/prog/rust.xml b/general/prog/rust.xml
index 3ee7c97802..e1eb9e6534 100644
--- a/general/prog/rust.xml
+++ b/general/prog/rust.xml
@@ -6,7 +6,7 @@
-
+
@@ -76,7 +76,7 @@
However it can be mostly limited to a specified number of processors by
a combination of adding the switch --jobs <N>
(e.g. '--jobs 4' to limit to 4 processors) on each invocation of
- python3 ./x.py and using an
+ python3 x.py and using an
environment variable CARGO_BUILD_JOBS=<N>. At the
moment this is not effective when some of the rustc tests are run.
@@ -312,9 +312,7 @@ llvm-config = "/usr/bin/llvm-config"
[target.i686-unknown-linux-gnu]
# NB the output of llvm-config (i.e. help options) may be
# dumped to the screen when config.toml is parsed.
-llvm-config = "/usr/bin/llvm-config"
-
-
+llvm-config = "/usr/bin/llvm-config"
EOF
diff --git a/general/sysutils/bubblewrap.xml b/general/sysutils/bubblewrap.xml
index 9177a5aacd..07089e81f2 100644
--- a/general/sysutils/bubblewrap.xml
+++ b/general/sysutils/bubblewrap.xml
@@ -79,6 +79,26 @@
+
+ Kernel Configuration
+
+
+ When this package began, upstream expected it could be installed
+ suid-root. That was a long time ago, suid-root is generally considered
+ a bad idea. As well as the default namespaces, this package requires the
+ optional User namespace to be enabled. If that has not yet been enabled,
+ select the following option in the kernel configuration and recompile the
+ kernel:
+
+
+
+
+
+ bubblewrap
+
+
+
Installation of Bubblewrap
@@ -120,26 +140,6 @@ ninja
href="../../xincludes/meson-buildtype-release.xml"/>
-
- Kernel Configuration
-
-
- When this package began, upstream expected it could be installed
- suid-root. That was a long time ago, suid-root is generally considered
- a bad idea. As well as the default namespaces, this package requires the
- optional User namespace to be enabled. If that has not yet been enabled,
- select the following option in the kernel configuration and recompile the
- kernel:
-
-
-
-
-
- bubblewrap
-
-
-
Contents
diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml
index 95a5f693b9..4efe8ec6a8 100644
--- a/introduction/welcome/changelog.xml
+++ b/introduction/welcome/changelog.xml
@@ -52,6 +52,42 @@
September 4th, 2023
+
+ [bdubbs] - Update to at-spi2-core-2.48.4. Fixes
+ #18505.
+
+
+ [bdubbs] - Archive volume_key. Fixes
+ #18487.
+
+
+ [bdubbs] - Update to libblockdev-3.0.3. Fixes
+ #18490.
+
+
+ [bdubbs] - Update to xscreensaver-6.07. Fixes
+ #18483.
+
+
+ [bdubbs] - Update to highlight-4.8. Fixes
+ #18470.
+
+
+ [bdubbs] - Update to xf86-input-libinput-1.4.0. Fixes
+ #18463.
+
+
+ [bdubbs] - Update to freetype-2.13.2. Fixes
+ #18461.
+
+
+ [xry111] - Update to cbindgen-0.25.0. Fixes
+ #18467.
+
+
+ [xry111] - Update to rustc-1.72.0. Fixes
+ #18456.
+
[rahul] - Update to libnl-3.8.0. Fixes
#18476.
@@ -71,7 +107,7 @@
September 3rd, 2023
- [bdubbs] - Archive sawfish and its dependency rep-gtk. Fixes
+ [bdubbs] - Archive sawfish and its dependencies rep-gtk and librep. Fixes
#18453.
diff --git a/networking/mailnews/mutt.xml b/networking/mailnews/mutt.xml
index 4d334beebc..74ed1b12b7 100644
--- a/networking/mailnews/mutt.xml
+++ b/networking/mailnews/mutt.xml
@@ -145,10 +145,11 @@
Mutt requires a group named
mail. You can
- add this group, if it does not exist, with this command:
+ add this group, if it does not exist, with this command
+ (as the &root; user):
-
-groupadd -g 34 mail
+
+groupadd -g 34 mail
If you did not install an , you need to
diff --git a/networking/netprogs/samba.xml b/networking/netprogs/samba.xml
index dd4f476b1b..af037e500e 100644
--- a/networking/netprogs/samba.xml
+++ b/networking/netprogs/samba.xml
@@ -243,11 +243,11 @@ make
- Fix a hard coded path to Python 3 interpreter:
+ Fix hard coded paths to Python 3 interpreter:
sed '1s@^.*$@#!/usr/bin/python3@' \
- -i ./bin/default/source4/scripting/bin/samba-gpupdate.inst
+ -i ./bin/default/source4/scripting/bin/*.inst
If upgrading from an old version of samba, as the
diff --git a/packages.ent b/packages.ent
index 8331ff5328..5758c5fe2e 100644
--- a/packages.ent
+++ b/packages.ent
@@ -38,7 +38,7 @@
-
+
@@ -126,7 +126,7 @@
-
+
@@ -197,7 +197,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
-
+
@@ -246,7 +246,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
-
+
@@ -308,7 +308,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
-
+
@@ -346,7 +346,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
-
+
@@ -792,8 +792,8 @@ to avoid building libxml2 twice, which is slow with all deps -->
-
-
+
+
@@ -1009,7 +1009,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
-
+
diff --git a/postlfs/security/gpgme.xml b/postlfs/security/gpgme.xml
index c73ce8ba91..17979a0017 100644
--- a/postlfs/security/gpgme.xml
+++ b/postlfs/security/gpgme.xml
@@ -117,7 +117,7 @@ so do not advertise python2
https://github.com/gpg/gpgme/commit/24a8c279da98fe7e586a9fc3cd91175c9e60ffef
-->
mkdir build &&
-cd build &&
+cd build &&
../configure --prefix=/usr --disable-gpg-test &&
make PYTHONS=
diff --git a/postlfs/security/security.xml b/postlfs/security/security.xml
index aeb53e3ed1..6c73dbfb2b 100644
--- a/postlfs/security/security.xml
+++ b/postlfs/security/security.xml
@@ -86,7 +86,7 @@
-
+
@@ -202,35 +201,6 @@ ac_add_options --with-system-zlib
# and was reported to seriously slow the build. Disable it.
ac_add_options --without-wasm-sandboxed-libraries
EOF
-
-
-
-
- Fix an issue occurring when building with GCC-13:
-
-
-sed -e '/<exception>/i#include <cstdint>' \
- -i comm/third_party/rnp/src/libsexp/include/sexp/sexp-error.h
Now invoke the Python mach script to compile
diff --git a/xsoft/other/xscreensaver.xml b/xsoft/other/xscreensaver.xml
index 927582776c..d30a4c62df 100644
--- a/xsoft/other/xscreensaver.xml
+++ b/xsoft/other/xscreensaver.xml
@@ -6,9 +6,9 @@
-
+
-
+
]>
@@ -90,6 +90,7 @@
Optional
,
+ ,
,
, and
GLE