Compare commits
25 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 39ede634e3 | |||
| 71c54dcc8f | |||
| 27efdb6bb5 | |||
| d514d7603d | |||
| 7bacf030b2 | |||
| 8120c54936 | |||
| e5ce26e27c | |||
| b0cbfc564d | |||
| b2b766e934 | |||
| 4964d14fd1 | |||
| 7e115bb75d | |||
| d8883d910d | |||
| 69d38fb6b3 | |||
| 887048cc57 | |||
| e81586d0c6 | |||
| 03c5dd8392 | |||
| 9b41a045b6 | |||
| b3b76e868b | |||
| 8126da0daf | |||
| 6106eb17fd | |||
| 4e1467e235 | |||
| 668d57a307 | |||
| 00bde44d7f | |||
| 5e66b06b3c | |||
| 7bc2286b24 |
3
git-annex-10.20250721.tar.gz
Normal file
3
git-annex-10.20250721.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b08c98af360b574213640f34a202bfaa2b12397739ca7484fc6e7e98285e1285
|
||||||
|
size 9376931
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:918a8a03cad50a7cda3c8829ef4f6ab7f635cb3eb1ee8fea4ff96ce9534e3aba
|
|
||||||
size 9501393
|
|
||||||
@@ -1,140 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Mon Dec 15 17:41:25 UTC 2025 - Peter Simons <psimons@suse.com>
|
|
||||||
|
|
||||||
- Update git-annex to version 10.20251215.
|
|
||||||
Upstream has edited the change log file since the last release in
|
|
||||||
a non-trivial way, i.e. they did more than just add a new entry
|
|
||||||
at the top. You can review the file at:
|
|
||||||
http://hackage.haskell.org/package/git-annex-10.20251215/src/CHANGELOG
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Fri Nov 14 16:48:23 UTC 2025 - Peter Simons <psimons@suse.com>
|
|
||||||
|
|
||||||
- Update git-annex to version 10.20251114.
|
|
||||||
git-annex (10.20251114) upstream; urgency=medium
|
|
||||||
|
|
||||||
* p2p --pair: Fix to work with external P2P networks.
|
|
||||||
* p2phttp: Significant robustness fixes for bugs that caused the
|
|
||||||
server to stall.
|
|
||||||
* p2phttp: Fix a file descriptor leak.
|
|
||||||
* p2phttp: Added the --lockedfiles option.
|
|
||||||
* dropunused: Run the annex.secure-erase-command
|
|
||||||
(or .git/hooks/secure-erase-annex) when deleting
|
|
||||||
temp and bad object files.
|
|
||||||
* remotedaemon: Avoid crashing when run with --debug.
|
|
||||||
|
|
||||||
-- Joey Hess <id@joeyh.name> Fri, 14 Nov 2025 12:46:45 -0400
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Wed Oct 29 14:05:57 UTC 2025 - Peter Simons <psimons@suse.com>
|
|
||||||
|
|
||||||
- Update git-annex to version 10.20251029.
|
|
||||||
git-annex (10.20251029) upstream; urgency=medium
|
|
||||||
|
|
||||||
* Support ssh remotes with '#' and '?' in the path to the repository,
|
|
||||||
the same way git does.
|
|
||||||
* assistant: Fix reversion that caused files to be added locked by
|
|
||||||
default.
|
|
||||||
|
|
||||||
-- Joey Hess <id@joeyh.name> Wed, 29 Oct 2025 10:04:43 -0400
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Mon Sep 29 15:31:07 UTC 2025 - Peter Simons <psimons@suse.com>
|
|
||||||
|
|
||||||
- Update git-annex to version 10.20250929.
|
|
||||||
git-annex (10.20250929) upstream; urgency=medium
|
|
||||||
|
|
||||||
* enableremote: Allow type= to be provided when it does not change the
|
|
||||||
type of the special remote.
|
|
||||||
* importfeed: Fix encoding issues parsing feeds when built with OsPath.
|
|
||||||
* Fix build with ghc 9.0.2.
|
|
||||||
* Remove the Servant build flag; always build with support for
|
|
||||||
annex+http urls and git-annex p2phttp.
|
|
||||||
|
|
||||||
-- Joey Hess <id@joeyh.name> Mon, 29 Sep 2025 11:28:09 -0400
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Thu Sep 25 17:23:28 UTC 2025 - Peter Simons <psimons@suse.com>
|
|
||||||
|
|
||||||
- Update git-annex to version 10.20250925.
|
|
||||||
git-annex (10.20250925) upstream; urgency=medium
|
|
||||||
|
|
||||||
* Fix bug that made changes to a special remote sometimes be missed when
|
|
||||||
importing a tree from it. After upgrading, any such missed changes
|
|
||||||
will be included in the next tree imported from a special remote.
|
|
||||||
Fixes reversion introduced in version 10.20230626.
|
|
||||||
* Fix crash operating on filenames that are exactly 21 bytes long
|
|
||||||
and begin with a utf-8 character.
|
|
||||||
* Fix hang that could occur when using git-annex adjust on a branch with
|
|
||||||
a number of files greater than annex.queuesize.
|
|
||||||
* Fix bug that could cause an invalid utf-8 sequence to be used in a
|
|
||||||
temporary filename when the input filename was valid utf-8.
|
|
||||||
* Improve performance when used with a local git remote that has a
|
|
||||||
large working tree.
|
|
||||||
* drop: --fast support when dropping from a remote.
|
|
||||||
* Added annex.assistant.allowunlocked config.
|
|
||||||
* Add git-remote-p2p-annex and git-remote-tor-annex to standalone builds.
|
|
||||||
* enableremote: Disallow using type= to attempt to change the type of an
|
|
||||||
existing remote.
|
|
||||||
* Add build warnings when git-annex is built without the OsPath
|
|
||||||
build flag.
|
|
||||||
* version: Report on whether it was built with the OsPath build flag.
|
|
||||||
* Avoid leaking file descriptors to child processes started by git-annex
|
|
||||||
in some situations. Note that when not built with the OsPath build
|
|
||||||
flag, these leaks can still happen.
|
|
||||||
* git-annex.cabal: Turn on the OsPath build flag by default.
|
|
||||||
* p2phttp: Fix a hang that could occur when used with --directory,
|
|
||||||
and a repository in the directory got removed.
|
|
||||||
* Removed support for building with unmaintained cryptonite, use crypton.
|
|
||||||
|
|
||||||
-- Joey Hess <id@joeyh.name> Thu, 25 Sep 2025 13:20:38 -0400
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Fri Aug 29 15:44:09 UTC 2025 - Peter Simons <psimons@suse.com>
|
|
||||||
|
|
||||||
- Update git-annex to version 10.20250828.
|
|
||||||
git-annex (10.20250828) upstream; urgency=medium
|
|
||||||
|
|
||||||
* p2p: Added --enable option, which can be used to enable P2P networks
|
|
||||||
provided by external commands git-annex-p2p-<netname>
|
|
||||||
* Added git-remote-p2p-annex, which allows git pull and push to
|
|
||||||
P2P networks provided by commands git-annex-p2p-<netname>
|
|
||||||
* S3: Default to signature=v4 when using an AWS endpoint, since some
|
|
||||||
AWS regions need v4 and all support it. When host= is used to specify
|
|
||||||
a different S3 host, the default remains signature=v2.
|
|
||||||
* webapp: Support setting up S3 buckets in regions that need v4
|
|
||||||
signatures.
|
|
||||||
* S3: When initremote is given the name of a bucket that already exists,
|
|
||||||
automatically set datacenter to the right value, rather than needing it
|
|
||||||
to be explicitly set.
|
|
||||||
* info: Added --show option to pick which parts of the info to calculate
|
|
||||||
and display.
|
|
||||||
* Improve behavior when there are special remotes configured with
|
|
||||||
autoenable=yes with names that conflict with other remotes.
|
|
||||||
* adjust: When another branch has been manually merged into the adjusted
|
|
||||||
branch, re-adjusting errors out, rather than losing that merge commit.
|
|
||||||
* sync: When another branch has been manually merged into an adjusted
|
|
||||||
branch, error out rather than only displaying a warning.
|
|
||||||
* initremote: New onlyencryptcreds=yes which can be used along with
|
|
||||||
embedcreds=yes, to only encrypt the embedded creds, without encrypting
|
|
||||||
the content of the special remote. Useful for exporttree/importtree
|
|
||||||
remotes.
|
|
||||||
* Don't allow the type of encryption of an existing special remote to be
|
|
||||||
changed. Fixes reversion introduced in version 7.20191230.
|
|
||||||
* tahoe: Support tahoe-lafs command versions newer than 1.16.
|
|
||||||
* tahoe: Fix bug that made initremote require an encryption= parameter,
|
|
||||||
despite git-annex encryption not being used with this special remote.
|
|
||||||
Fixes reversion introduced in version 7.20191230.
|
|
||||||
* Improved error message when yt-dlp is not installed and is needed to
|
|
||||||
get a file from the web.
|
|
||||||
* The annex.youtube-dl-command git config is no longer used, git-annex
|
|
||||||
always runs the yt-dlp command, rather than the old youtube-dl command.
|
|
||||||
* Removed support for git versions older than 2.22.
|
|
||||||
* Bump aws build dependency to 0.24.1.
|
|
||||||
* stack.yaml: Update to lts-24.2.
|
|
||||||
|
|
||||||
-- Joey Hess <id@joeyh.name> Fri, 29 Aug 2025 11:42:37 -0400
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 22 18:12:16 UTC 2025 - Peter Simons <psimons@suse.com>
|
Tue Jul 22 18:12:16 UTC 2025 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: git-annex
|
Name: git-annex
|
||||||
Version: 10.20251215
|
Version: 10.20250721
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Manage files with git, without checking their contents into git
|
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
|
License: AGPL-3.0-or-later AND GPL-3.0-or-later AND BSD-2-Clause AND MIT AND GPL-2.0-only
|
||||||
@@ -301,7 +301,6 @@ rm %{buildroot}%{_datadir}/zsh/site-functions/_git-annex
|
|||||||
%{_bindir}/%{name}-shell
|
%{_bindir}/%{name}-shell
|
||||||
%{_bindir}/git-remote-tor-annex
|
%{_bindir}/git-remote-tor-annex
|
||||||
%{_bindir}/git-remote-annex
|
%{_bindir}/git-remote-annex
|
||||||
%{_bindir}/git-remote-p2p-annex
|
|
||||||
%dir %{_datadir}/icons/hicolor
|
%dir %{_datadir}/icons/hicolor
|
||||||
%dir %{_datadir}/icons/hicolor/16x16
|
%dir %{_datadir}/icons/hicolor/16x16
|
||||||
%dir %{_datadir}/icons/hicolor/16x16/apps
|
%dir %{_datadir}/icons/hicolor/16x16/apps
|
||||||
@@ -311,7 +310,6 @@ rm %{buildroot}%{_datadir}/zsh/site-functions/_git-annex
|
|||||||
%{_mandir}/man1/git-annex*.1%{?ext_man}
|
%{_mandir}/man1/git-annex*.1%{?ext_man}
|
||||||
%{_mandir}/man1/git-remote-tor-annex.1%{?ext_man}
|
%{_mandir}/man1/git-remote-tor-annex.1%{?ext_man}
|
||||||
%{_mandir}/man1/git-remote-annex.1%{?ext_man}
|
%{_mandir}/man1/git-remote-annex.1%{?ext_man}
|
||||||
%{_mandir}/man1/git-remote-p2p-annex.1%{?ext_man}
|
|
||||||
%{_datadir}/applications/git-annex.desktop
|
%{_datadir}/applications/git-annex.desktop
|
||||||
%{_datadir}/icons/hicolor/16x16/apps/git-annex.png
|
%{_datadir}/icons/hicolor/16x16/apps/git-annex.png
|
||||||
%{_datadir}/icons/hicolor/scalable/apps/git-annex.svg
|
%{_datadir}/icons/hicolor/scalable/apps/git-annex.svg
|
||||||
|
|||||||
Reference in New Issue
Block a user