The NetBSD Project

CVS log for pkgsrc/devel/git-lfs/distinfo

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / git-lfs

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.16 / (download) - annotate - [select for diffs], Fri Dec 22 19:14:42 2023 UTC (3 months, 3 weeks ago) by bsiegert
Branch: MAIN
CVS Tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, HEAD
Changes since 1.15: +60 -91 lines
Diff to previous 1.15 (colored)

git-lfs: update to 3.4.1 (security)

This fixes the following vulnerability:

Vulnerability: GO-2023-1571
    Denial of service via crafted HTTP/2 stream in net/http and golang.org/x/net
  More info: https://pkg.go.dev/vuln/GO-2023-1571
  Module: golang.org/x/net
    Found in: golang.org/x/net@v0.0.0-20211112202133-69e39bad7dc2
    Fixed in: golang.org/x/net@v0.7.0

3.4.1
-----
This is a bugfix release which resolves a bug introduced in the
v3.4.0 release, where Git LFS may crash if the Git credential manager
returns credentials containing one or more empty fields.

3.4.0
-----
This release is a feature release which includes support for generating
shell scripts for command-line tab-completion of Git LFS commands with
the new git-lfs-completion(1) command, providing multiple headers to Git
credential helpers (a new feature as of Git 2.41), and installing Git LFS
with a Git configuration file stored under the XDG configuration path.

Revision 1.15 / (download) - annotate - [select for diffs], Fri Feb 10 11:15:32 2023 UTC (14 months, 1 week ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1
Changes since 1.14: +16 -13 lines
Diff to previous 1.14 (colored)

git-lfs: update to 3.3.0

push: add ability to read refs/oids from stdin
Allow alternative remotes to be handled by LFS

+ build fixes, doc fixes, bug fixes

Revision 1.14 / (download) - annotate - [select for diffs], Sun Sep 4 12:00:12 2022 UTC (19 months, 2 weeks ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.13: +28 -28 lines
Diff to previous 1.13 (colored)

git-lfs: update to 3.2.0

This release is a feature release which includes support for
machine-readable formats for a couple more commands, plus the ability
to automatically merge LFS-based text files from the command-line.

Revision 1.13 / (download) - annotate - [select for diffs], Sun Mar 27 02:06:44 2022 UTC (2 years ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1
Changes since 1.12: +1 -2 lines
Diff to previous 1.12 (colored)

git-lfs: remove obsolete patch

Revision 1.12 / (download) - annotate - [select for diffs], Fri Mar 11 21:17:14 2022 UTC (2 years, 1 month ago) by tnn
Branch: MAIN
Changes since 1.11: +187 -121 lines
Diff to previous 1.11 (colored)

git-lfs: update to 3.1.2

This release is a major new release and introduces several new features,
such as a pure SSH-based protocol, Git-compatible pattern matching, and
locking multiple files on the command line, among other items.

Backwards-incompatible changes:
NTLM support has been completely removed
When using an SSH URL (that is, the syntax starting with ssh://),
  the leading slash is not stripped off when invoking git-lfs-authenticate or
  git-lfs-transfer.
git lfs fsck now additionally checks that pointers are canonical and that files
  that are supposed to be LFS files actually are. It also exits nonzero if any
  problem is found.
Pattern matching should be stricter and should either match the behavior of
  .gitattributes or .gitignore, as appropriate. Deviations from Git's behavior
  will henceforth be treated as bugs and fixed accordingly.
Git LFS will now write a Git LFS repository format version into the repository.
  This is designed to allow future extension with incompatible changes.
  Repositories without this version will be assumed to be version 0. Note that
  this is different from, but modeled on, Git's repository format version.
git lfs lock and git lfs unlock now handle multiple pathname arguments and the
  JSON format has changed to handle multiple responses.
The Go package name now contains a version number. This should have no effect
  on users because we don't provide a stable Go ABI.

Revision 1.11 / (download) - annotate - [select for diffs], Tue Oct 26 10:14:42 2021 UTC (2 years, 5 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4
Changes since 1.10: +90 -90 lines
Diff to previous 1.10 (colored)

archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip

Revision 1.10 / (download) - annotate - [select for diffs], Thu Oct 7 13:39:37 2021 UTC (2 years, 6 months ago) by nia
Branch: MAIN
Changes since 1.9: +1 -90 lines
Diff to previous 1.9 (colored)

devel: Remove SHA1 hashes for distfiles

Revision 1.9 / (download) - annotate - [select for diffs], Sun Apr 4 13:06:03 2021 UTC (3 years ago) by bsiegert
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.8: +353 -1 lines
Diff to previous 1.8 (colored)

git-lfs: convert to a Go module build

This no longer depends on any external or vendored Go libraries.
Bump revision.

Revision 1.8 / (download) - annotate - [select for diffs], Sat Apr 3 20:02:47 2021 UTC (3 years ago) by tnn
Branch: MAIN
Changes since 1.7: +5 -5 lines
Diff to previous 1.7 (colored)

git-lfs: update to 2.13.3

2.13 introduces several new features, such as the --above option to
git lfs migrate import and support for socks5h proxies. In addition, many
bugs have been fixed and several miscellaneous fixes have been included.

Revision 1.7 / (download) - annotate - [select for diffs], Mon Oct 5 12:49:41 2020 UTC (3 years, 6 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4
Changes since 1.6: +5 -5 lines
Diff to previous 1.6 (colored)

git-lfs: update to 2.12.0

Features
  config: optionally read .lfsconfig from the repository
  Support SHA-256 repositories
  allow Go 1.11 builds by using WaitStatus.ExitStatus()
  add --worktree option to install and uninstall commands
  Allow locking and unlocking non-existent files
Bugs
  docs/api/locking: add an explicit
  Fix hang when the user lacks permissions
  Don't mark unlocked files that aren't lockable as read-only
  git: consider full refspec when determining seen refs

Revision 1.6 / (download) - annotate - [select for diffs], Sat Aug 15 02:07:38 2020 UTC (3 years, 8 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2020Q3-base, pkgsrc-2020Q3
Changes since 1.5: +5 -5 lines
Diff to previous 1.5 (colored)

git-lfs: update to 2.11.0

This release introduces several new features, such as better support for
unnamed local paths and URLs as remotes, support for submodule.recurse,
exponential backoff on failure, and support for renegotiation.

Revision 1.5 / (download) - annotate - [select for diffs], Tue Feb 4 13:14:48 2020 UTC (4 years, 2 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.4: +5 -5 lines
Diff to previous 1.4 (colored)

git-lfs: update to 2.10.0

## 2.10.0 (21 January 2020)
This release introduces several new features, such as support for local paths in
remotes, Kerberos support, and official binaries for S390x and little-endian
64-bit PowerPC systems.  In addition, numerous bugs have been fixed and
miscellaneous issues have been addressed.

## 2.9.2 (12 December 2019)
This release fixes a few regressions, such as a possible nil pointer
dereference, a failure to retry batch requests, and a bug where repositories
could fail to be detected on Windows.

## 2.9.1 (25 November 2019)
This release fixes a few regressions, such as the ability to use HTTP/1.1 when
required, addresses a race condition, and switches the cookie jar parser to
something that's easier for distributions to package.

## 2.9.0 (17 October 2019)
This release adds support for DragonFly BSD, adds a new `git lfs dedup` command
to save space if the file system supports it, adds support for file URLs,
improves the performance when walking the repository, contains improvements
to use HTTP/2 when available and cookies when required, and numerous other bug
fixes, features, and modifications.

## 2.8.0 (23 July 2019)
This release adds support for SOCKS proxies and Windows junctions, adds native
packages for Debian 10 and similar distributions, reduces the number of
situations in which running `git lfs fetch --all` is required, improves
compatibility with Cygwin, and numerous other bug fixes and modifications.

Revision 1.4 / (download) - annotate - [select for diffs], Mon Jul 22 23:53:44 2019 UTC (4 years, 8 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3
Changes since 1.3: +5 -5 lines
Diff to previous 1.3 (colored)

git-lfs: update to 2.7.2

This release adds better support for large files on 32-bit systems, adds
attribute macros, fixes several file descriptor leaks, improves compatibility
with Git's configuration parsing, and includes numerous other bug fixes and
modifications.

Revision 1.3 / (download) - annotate - [select for diffs], Thu Jan 17 13:47:44 2019 UTC (5 years, 3 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1
Changes since 1.2: +6 -6 lines
Diff to previous 1.2 (colored)

git-lfs: update to 2.6.1

2.6.1
This release contains miscellaneous bug fixes since v2.6.0. Most notably,
release v2.6.1 restores support for alternate repositories, which was
accidentally broken in v2.6.0.

2.6.0
This release adds better support for redirecting network calls from a Git LFS
API server to one that requires a different authentication mode, builds Git LFS
on Go 1.11, and numerous other bug fixes and modifications.

Revision 1.2 / (download) - annotate - [select for diffs], Fri Sep 14 09:26:18 2018 UTC (5 years, 7 months ago) by fhajny
Branch: MAIN
CVS Tags: pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored)

devel/git-lfs: Add support for SunOS.

Revision 1.1 / (download) - annotate - [select for diffs], Tue Aug 21 15:49:03 2018 UTC (5 years, 7 months ago) by tnn
Branch: MAIN

devel/git-lfs: import git-lfs-2.5.1

Git Large File Storage (LFS) replaces large files such as audio samples,
videos, datasets, and graphics with text pointers inside Git, while storing
the file contents on a remote server.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>