Thanks, gnezdo for the patch.
* multicast: Support uftp 5.0 by switching from aes256-cbc to
aes256-gcm.
* Fix test failure on NFS when cleaning up gpg temp directory.
+ * Fix a build failure with ghc 9.2.2.
+ Thanks, gnezdo for the patch.
-- Joey Hess <id@joeyh.name> Mon, 28 Mar 2022 14:46:10 -0400
import Utility.Split
import Utility.FileSystemEncoding
-import Data.ByteString.Short as S
+import qualified Data.ByteString.Short as S
import qualified System.FilePath.Posix as Posix
import GHC.Generics
import Control.DeepSeq
--- /dev/null
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2022-05-02T18:13:47Z"
+ content="""
+I've applied the patch to git-annex to qualify the export.
+
+That failing test is an unrelated and now fixed bug.
+
+I can't do much more about the dependencies needing updates. Aside from
+maintaining them myself, which I kind of have been with aws to an extent,
+but not enough to be able to cut a new release with the fix.
+"""]]