From c920621a562b237336e5b2d5cc1bbb8c15edfb21b54fcf179427f591414a04f4 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 27 Sep 2023 14:20:39 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-9.4.x package:git-annex revision:29, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/git-annex?expand=0&rev=80 --- git-annex-10.20230828.tar.gz | 3 --- git-annex-10.20230926.tar.gz | 3 +++ git-annex.changes | 25 +++++++++++++++++++++++++ git-annex.spec | 4 +++- 4 files changed, 31 insertions(+), 4 deletions(-) delete mode 100644 git-annex-10.20230828.tar.gz create mode 100644 git-annex-10.20230926.tar.gz diff --git a/git-annex-10.20230828.tar.gz b/git-annex-10.20230828.tar.gz deleted file mode 100644 index 9d5a2c1..0000000 --- a/git-annex-10.20230828.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e64a728e875d8e5bc0de34edb579a8fe39cd9c3bf76ff85dc2777905495e0a2d -size 8958630 diff --git a/git-annex-10.20230926.tar.gz b/git-annex-10.20230926.tar.gz new file mode 100644 index 0000000..6cab689 --- /dev/null +++ b/git-annex-10.20230926.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b4e84fc1b40755e2c7d7010c253c45d7aa373d4161493d4b07b654e66573066 +size 8966605 diff --git a/git-annex.changes b/git-annex.changes index 4b94381..8230853 100644 --- a/git-annex.changes +++ b/git-annex.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Tue Sep 26 17:36:33 UTC 2023 - Peter Simons + +- Update git-annex to version 10.20230926. + git-annex (10.20230926) upstream; urgency=medium + + * Fix more breakage caused by git's fix for CVE-2022-24765, this time + involving a remote (either local or ssh) that is a repository not owned + by the current user. + * Fix using git remotes that are bare when git is configured with + safe.bareRepository = explicit. + * Fix linker optimisation in linux standalone tarballs. + * adb: Avoid some problems with unusual characters in exporttree + filenames that confuse adb shell commands. + * push: When on an adjusted branch, propagate changes to parent branch + before updating export remotes. + * lookupkey: Added --ref option. + * enableremote: Avoid overwriting existing git remote when passed the uuid + of a specialremote that was earlier initialized with the same name. + * Support being built with crypton rather than the no-longer maintained + cryptonite. + * Removed the vendored git-lfs and the GitLfs build flag. + + -- Joey Hess Tue, 26 Sep 2023 13:23:37 -0400 + ------------------------------------------------------------------- Mon Aug 28 17:04:40 UTC 2023 - Peter Simons diff --git a/git-annex.spec b/git-annex.spec index 2949e85..ae84cb4 100644 --- a/git-annex.spec +++ b/git-annex.spec @@ -17,7 +17,7 @@ Name: git-annex -Version: 10.20230828 +Version: 10.20230926 Release: 0 Summary: Manage files with git, without checking their contents into git License: AGPL-3.0-or-later AND GPL-3.0-or-later AND BSD-2-Clause AND MIT AND GPL-2.0-only @@ -99,6 +99,8 @@ BuildRequires: ghc-filepath-devel BuildRequires: ghc-filepath-prof BuildRequires: ghc-free-devel BuildRequires: ghc-free-prof +BuildRequires: ghc-git-lfs-devel +BuildRequires: ghc-git-lfs-prof BuildRequires: ghc-hinotify-devel BuildRequires: ghc-hinotify-prof BuildRequires: ghc-http-client-devel