New commits:
commit 89fd6c5ec73be3a8a220285dd6949aa8781884da
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
if is_depends_enabled $SPELL xmlto; then
- depends asciidoc
+ depends asciidoc &&
+ depends babel &&
+ depends python-sphinx &&
+ depends python-sphinxcontrib-applehelp &&
+ depends python-sphinxcontrib-devhelp &&
+ depends python-sphinxcontrib-htmlhelp && # See https://github.com/sphinx-doc/sphinx/issues/9434
+ depends python-sphinxcontrib-qthelp &&
+ depends python-sphinxcontrib-serializinghtml # See https://github.com/sphinx-doc/sphinx/issues/9434
fi &&
if [[ "$BTRFS_PROGS_BRANCH" == scm ]]; then
diff --git a/disk/btrfs-progs/HISTORY b/disk/btrfs-progs/HISTORY
index 99fa1fe..f859231 100644
--- a/disk/btrfs-progs/HISTORY
+++ b/disk/btrfs-progs/HISTORY
@@ -1,3 +1,11 @@
+2022-05-28 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Depends on babel, python-sphinx,
python-sphinxcontrib-applehelp,
+ python-sphinxcontrib-devhelp, and python-sphinxcontrib-qthelp for
documentation
+ Also depends on python-sphinxcontrib-htmlhelp and
python-sphinxcontrib-serializinghtml
+ See https://github.com/sphinx-doc/sphinx/issues/9434
+ Still fails with "AttributeError: 'document' object has no
attribute 'findall'"
+ Not building documentation works for now
+
2022-06-09 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 5.18.1
diff --git a/net/samba4/DETAILS b/net/samba4/DETAILS
index 7de3020..fdd6c80 100755
--- a/net/samba4/DETAILS
+++ b/net/samba4/DETAILS
@@ -7,16 +7,15 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-git
SOURCE_URL[0]=git://git.samba.org/samba.git:$SPELL
SOURCE_IGNORE=volatile
else
- VERSION=4.15.4
-
SOURCE_HASH=sha512:e55473dd4971816a01880870309ca44f022625cd529511bcf386c865a2e7e79118577ee4866559f607952de47dc0d310d6426bd08dd4293db95ddbbe3982383d
- SECURITY_PATCH=5
+ VERSION=4.15.7
+
SOURCE_HASH=sha512:beffb09b5bcd62991398d39c7a8aec5fed0c51d550e2f0fb42b2e0a09094f4c6a8f29adf708c4969db12329f5c7343d2debd04315107b79bef59e99a4a7e4ce4
+ SECURITY_PATCH=6
SOURCE=${SPELL/4}-$VERSION.tar.gz
# SOURCE2=${SPELL/4}-${VERSION}.tar.asc
# SOURCE2_IGNORE=signature
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL/4}-$VERSION
SOURCE_URL[0]=https://download.samba.org/pub/samba/stable/$SOURCE
fi
- PATCHLEVEL=1
LICENSE[0]=GPL
WEB_SITE=https://www.samba.org/
KEYWORDS="net"
diff --git a/net/samba4/HISTORY b/net/samba4/HISTORY
index 2880baa..e00f06a 100644
--- a/net/samba4/HISTORY
+++ b/net/samba4/HISTORY
@@ -1,3 +1,9 @@
+2022-05-28 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 4.15.7, SECURITY_PATCH++
+ CVE-2021-44141
+ CVE-2021-44142
+ CVE-2022-0336
+
2022-01-27 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: version 4.15.4