Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package git-annex for openSUSE:Factory checked in at 2026-06-22 17:44:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/git-annex (Old) and /work/SRC/openSUSE:Factory/.git-annex.new.1956 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "git-annex" Mon Jun 22 17:44:22 2026 rev:58 rq:1361112 version:10.20260601 Changes: -------- --- /work/SRC/openSUSE:Factory/git-annex/git-annex.changes 2026-06-10 16:15:54.849311037 +0200 +++ /work/SRC/openSUSE:Factory/.git-annex.new.1956/git-annex.changes 2026-06-22 17:44:57.394390427 +0200 @@ -1,0 +2,7 @@ +Mon Jun 22 10:24:53 UTC 2026 - Peter Simons <[email protected]> + +- Apply "0001-Build-with-ram-instead-of-memory-package-to-support-.patch" + to allow building with our patched version of aws. [bsc#1268157, + CVE-2026-9648] + +------------------------------------------------------------------- New: ---- 0001-Build-with-ram-instead-of-memory-package-to-support-.patch ----------(New B)---------- New: - Apply "0001-Build-with-ram-instead-of-memory-package-to-support-.patch" to allow building with our patched version of aws. [bsc#1268157, ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ git-annex.spec ++++++ --- /var/tmp/diff_new_pack.k0SRkI/_old 2026-06-22 17:44:58.118415804 +0200 +++ /var/tmp/diff_new_pack.k0SRkI/_new 2026-06-22 17:44:58.118415804 +0200 @@ -24,6 +24,7 @@ URL: https://hackage.haskell.org/package/%{name} Source0: https://github.com/opensuse-haskell/git-annex/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz Patch0: 0001-persistent-2.12.0.1-include-the-code-from-persistent.patch +Patch1: 0001-Build-with-ram-instead-of-memory-package-to-support-.patch BuildRequires: bash-completion BuildRequires: chrpath BuildRequires: curl @@ -97,8 +98,6 @@ BuildRequires: ghc-fdo-notify-prof BuildRequires: ghc-feed-devel BuildRequires: ghc-feed-prof -BuildRequires: ghc-file-io-devel -BuildRequires: ghc-file-io-prof BuildRequires: ghc-filepath-bytestring-devel BuildRequires: ghc-filepath-bytestring-prof BuildRequires: ghc-filepath-devel @@ -143,8 +142,6 @@ BuildRequires: ghc-old-locale-prof BuildRequires: ghc-optparse-applicative-devel BuildRequires: ghc-optparse-applicative-prof -BuildRequires: ghc-os-string-devel -BuildRequires: ghc-os-string-prof BuildRequires: ghc-path-pieces-devel BuildRequires: ghc-path-pieces-prof BuildRequires: ghc-persistent-devel @@ -284,7 +281,7 @@ %autosetup -p1 %build -%define cabal_configure_options -f+assistant -f+crypton -f+dbus -f+magicmime -f+pairing -f+production -f+servant -f+torrentparser -f-benchmark +%define cabal_configure_options -f+assistant -f+dbus -f+magicmime -f+production -f+torrentparser -f-benchmark -f-ospath %ghc_bin_build %check ++++++ 0001-Build-with-ram-instead-of-memory-package-to-support-.patch ++++++ >From 8dc9fb297d3445c64f313f9d93a9562798c53c8a Mon Sep 17 00:00:00 2001 From: Peter Simons <[email protected]> Date: Mon, 22 Jun 2026 12:19:37 +0200 Subject: [PATCH] Build with ram instead of memory package to support crypton 1.1.x. --- git-annex.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-annex.cabal b/git-annex.cabal index 354fa46dfd..b2c7cea5e0 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -255,7 +255,7 @@ stm-chans, securemem, crypto-api, - memory, + ram, deepseq, split, attoparsec (>= 0.13.2.2),
