Accepting request 1113900 from devel:languages:haskell
version update OBS-URL: https://build.opensuse.org/request/show/1113900 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git-annex?expand=0&rev=35
This commit is contained in:
commit
898d6d77da
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e64a728e875d8e5bc0de34edb579a8fe39cd9c3bf76ff85dc2777905495e0a2d
|
||||
size 8958630
|
3
git-annex-10.20230926.tar.gz
Normal file
3
git-annex-10.20230926.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3b4e84fc1b40755e2c7d7010c253c45d7aa373d4161493d4b07b654e66573066
|
||||
size 8966605
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 26 17:36:33 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- 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 <id@joeyh.name> Tue, 26 Sep 2023 13:23:37 -0400
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 28 17:04:40 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user