From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-lfs/
Date: Sun, 19 Oct 2025 18:03:47 +0000 (UTC) [thread overview]
Message-ID: <1760896660.d4dbd8f11a454cba79207ea1e2eb8f9eb1bc357f.sam@gentoo> (raw)
commit: d4dbd8f11a454cba79207ea1e2eb8f9eb1bc357f
Author: Nils Freydank <holgersson <AT> posteo <DOT> de>
AuthorDate: Sun Oct 19 09:50:03 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 19 17:57:40 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4dbd8f1
dev-vcs/git-lfs: Bump to 3.7.1
This release fixes CVE-2025-26625
and adds some QA improvements - see live ebuild bump for details.
Bug: https://bugs.gentoo.org/964632
Closes: https://bugs.gentoo.org/960246
Signed-off-by: Nils Freydank <holgersson <AT> posteo.de>
Part-of: https://github.com/gentoo/gentoo/pull/44241
Closes: https://github.com/gentoo/gentoo/pull/44241
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-vcs/git-lfs/Manifest | 2 +
dev-vcs/git-lfs/git-lfs-3.7.1.ebuild | 109 +++++++++++++++++++++++++++++++++++
2 files changed, 111 insertions(+)
diff --git a/dev-vcs/git-lfs/Manifest b/dev-vcs/git-lfs/Manifest
index 0e67162f6857..9e2066d1a7df 100644
--- a/dev-vcs/git-lfs/Manifest
+++ b/dev-vcs/git-lfs/Manifest
@@ -4,3 +4,5 @@ DIST git-lfs-3.6.1-deps.tar.xz 21227652 BLAKE2B 40418960f2d63c0f1eed7b3de77d532e
DIST git-lfs-3.6.1.tar.gz 696263 BLAKE2B 5e70adea5e41b07f4f68423abf54afc6181be364f002d43dc456b80d0ddb89049f8427a1e968a8c4337e9dd67725b063268dd6fa03c171ff9926e10b36757f89 SHA512 d0ddee7c0bca68f66d88a66f9e3b46bba160c0ae82fbc208e55f74e79c223242ce4de3cfc5af78066acbf6a5dccac53bc592f99596ea51c71f099f21eee7d40f
DIST git-lfs-3.7.0-deps.tar.xz 21418188 BLAKE2B f26ffa8956af522131384e9ad435c456e275394c47aa10770fe416e140d69393a8a7ae20d9264e4b4678b6029e87fc623a5de599535ad2598c849dbb44dff10e SHA512 9e93072ad1dfe9a8fd28f5417de6c35c2720d393fabf07d32d8e1bb63b91a5feb8163d74479db7333253d4615dafb503e2540ef3d51a9b4262709a1150336b73
DIST git-lfs-3.7.0.tar.gz 700986 BLAKE2B 195611c2bb63ae1ebb209461cf3cacd02f6f41c82960b8a0bda03c53ad3a482cc30d5bf58a926daa561d4148fb355dd806e69ce9ad554164f29eba7e10709a91 SHA512 81d6bc12debfd3730febdc5b4eb48ea576919bb022f2f13ed23b5106d4181e1d42f11ecb79c8ff68a83ff69fbfecaee7fc5ddae4d22e5e465dd0115c8da71a65
+DIST git-lfs-3.7.1-deps.tar.xz 21418188 BLAKE2B f26ffa8956af522131384e9ad435c456e275394c47aa10770fe416e140d69393a8a7ae20d9264e4b4678b6029e87fc623a5de599535ad2598c849dbb44dff10e SHA512 9e93072ad1dfe9a8fd28f5417de6c35c2720d393fabf07d32d8e1bb63b91a5feb8163d74479db7333253d4615dafb503e2540ef3d51a9b4262709a1150336b73
+DIST git-lfs-3.7.1.tar.gz 713503 BLAKE2B 94bc626888c824f30638c23d7cfe852128505e17880a8fb45499350abd3d84e75389c38638b80c5b306def8778c2cb0fd1b9f352aac06db8209848b251d325d3 SHA512 5bbf7847737a80e44295070a95e5de9f24186c9fbf58e7bda91e938af2542bcaae2ae9197b77384861d9ef6cd5ed868e9388836925ff7ab5d50157df39fc174b
diff --git a/dev-vcs/git-lfs/git-lfs-3.7.1.ebuild b/dev-vcs/git-lfs/git-lfs-3.7.1.ebuild
new file mode 100644
index 000000000000..2995f1f1f315
--- /dev/null
+++ b/dev-vcs/git-lfs/git-lfs-3.7.1.ebuild
@@ -0,0 +1,109 @@
+# Copyright 2017-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+EGO_PN=github.com/git-lfs/git-lfs
+# Update the ID as it's included in each build.
+COMMIT_ID="b84b33847fe6458f36ef521534dc0eac953cb379"
+
+inherit edo go-module shell-completion
+
+DESCRIPTION="Command line extension and specification for managing large files with git"
+HOMEPAGE="
+ https://git-lfs.com
+ https://github.com/git-lfs/git-lfs
+"
+
+if [[ "${PV}" = 9999* ]]; then
+ EGIT_REPO_URI="https://${EGO_PN}"
+ inherit git-r3
+else
+ SRC_URI="https://${EGO_PN}/releases/download/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz"
+ # Add the manually vendored tarball.
+ # 1) Create a tar archive optimized to reproduced by other users or devs.
+ # 2) Compress the archive using XZ limiting decompression memory for
+ # pretty constraint systems.
+ # Use something like:
+ # GOMODCACHE="${PWD}"/go-mod go mod download -modcacherw
+ # tar cf "${P}-deps.tar" go-mod \
+ # --mtime="1970-01-01" --sort=name --owner=portage --group=portage
+ # xz -k -9eT0 --memlimit-decompress=256M "${P}-deps.tar"
+ SRC_URI+=" https://files.holgersson.xyz/gentoo/distfiles/golang-pkg-deps/${P}-deps.tar.xz"
+fi
+
+LICENSE="Apache-2.0 BSD BSD-2 BSD-4 ISC MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc test"
+
+BDEPEND="
+ doc? ( dev-ruby/asciidoctor )
+"
+RDEPEND="dev-vcs/git"
+
+RESTRICT+=" !test? ( test )"
+# The golang compiler already strips.
+QA_PRESTRIPPED="/usr/bin/git-lfs"
+
+DOCS=(
+ CHANGELOG.md
+ CODE-OF-CONDUCT.md
+ CONTRIBUTING.md
+ README.md
+ SECURITY.md
+)
+
+src_compile() {
+ export CGO_ENABLED=0
+
+ # Flags -w, -s: Omit debugging information to reduce binary size,
+ # see https://golang.org/cmd/link/.
+ local mygobuildargs=(
+ -ldflags="-X ${EGO_PN}/config.GitCommit=${COMMIT_ID} -s -w"
+ -gcflags=" "
+ -trimpath
+ -v -work -x
+ )
+ ego build "${mygobuildargs[@]}" -o git-lfs git-lfs.go
+
+ if use doc; then
+ for doc in docs/man/*adoc;
+ do
+ edo asciidoctor -b manpage "${doc}"
+ done
+ fi
+
+ # Generate auto-completion scripts.
+ # bug 914542
+ ./git-lfs completion bash > "${PN}.bash" || die
+ ./git-lfs completion fish > "${PN}.fish" || die
+ ./git-lfs completion zsh > "${PN}.zsh" || die
+}
+
+src_install() {
+ dobin git-lfs
+ einstalldocs
+
+ # Install auto-completion scripts generated earlier.
+ # bug 914542
+ newbashcomp "${PN}.bash" "${PN}"
+ dofishcomp "${PN}.fish"
+ newzshcomp "${PN}.zsh" "_${PN}"
+
+ use doc && doman docs/man/*.1
+}
+
+src_test() {
+ local mygotestargs=(
+ -ldflags="-X ${EGO_PN}/config.GitCommit=${COMMIT_ID}"
+ )
+ ego test "${mygotestargs[@]}" ./...
+}
+
+pkg_postinst () {
+ if [[ -z "${REPLACING_VERSIONS}" ]]; then
+ elog ""
+ elog "Run 'git lfs install' once for each user account manually."
+ elog "For more details see https://bugs.gentoo.org/show_bug.cgi?id=733372."
+ fi
+}
next reply other threads:[~2025-10-19 18:03 UTC|newest]
Thread overview: 92+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-19 18:03 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-10-19 18:03 [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-lfs/ Sam James
2025-09-23 13:00 Arthur Zamarin
2025-09-22 16:12 Arthur Zamarin
2025-07-15 10:42 Sam James
2025-07-02 5:59 Arthur Zamarin
2025-07-02 5:59 Arthur Zamarin
2025-03-20 22:55 Sam James
2025-01-15 5:39 Michał Górny
2025-01-15 5:39 Michał Górny
2024-12-01 11:45 Sam James
2024-12-01 11:45 Sam James
2024-12-01 11:45 Sam James
2024-07-11 11:01 Sam James
2024-04-09 6:59 Yixun Lan
2024-04-09 6:59 Yixun Lan
2023-09-25 6:33 Arthur Zamarin
2023-09-25 6:33 Arthur Zamarin
2023-08-08 5:27 Sam James
2023-08-08 5:27 Sam James
2023-08-08 5:27 Sam James
2023-07-26 2:53 Sam James
2023-07-26 2:53 Sam James
2023-06-12 14:06 Sam James
2023-04-25 22:16 Sam James
2023-04-10 22:17 Sam James
2023-03-04 13:22 Arthur Zamarin
2023-02-21 9:29 Sam James
2023-02-21 9:29 Sam James
2023-02-21 9:29 Sam James
2022-10-15 6:58 Jakov Smolić
2022-07-25 6:10 Joonas Niilola
2022-06-12 7:33 Joonas Niilola
2022-05-18 15:14 Joonas Niilola
2022-05-18 15:14 Joonas Niilola
2022-04-09 17:56 Agostino Sarubbo
2022-03-04 9:49 Joonas Niilola
2022-03-04 9:49 Joonas Niilola
2022-01-28 7:24 Sam James
2021-12-15 5:37 Sam James
2021-04-10 7:45 Joonas Niilola
2021-04-10 7:45 Joonas Niilola
2021-02-01 16:32 Sam James
2021-01-28 8:16 Joonas Niilola
2021-01-28 8:16 Joonas Niilola
2021-01-28 8:16 Joonas Niilola
2020-11-18 15:24 Joonas Niilola
2020-11-18 15:24 Joonas Niilola
2020-08-12 22:10 Thomas Deutschmann
2020-08-12 22:10 Thomas Deutschmann
2020-07-19 16:03 Sam James
2020-07-05 17:17 William Hubbs
2020-06-15 14:59 Agostino Sarubbo
2020-05-24 20:01 William Hubbs
2020-05-24 19:57 William Hubbs
2020-05-17 11:29 Joonas Niilola
2020-05-17 11:29 Joonas Niilola
2020-05-17 11:29 Joonas Niilola
2020-05-17 11:29 Joonas Niilola
2020-05-07 13:29 Agostino Sarubbo
2020-03-25 11:17 Joonas Niilola
2020-03-25 11:17 Joonas Niilola
2020-03-25 11:17 Joonas Niilola
2019-06-24 15:14 Michael Haubenwallner
2019-06-18 6:55 Ettore Di Giacinto
2019-06-18 6:55 Ettore Di Giacinto
2019-05-31 6:49 Agostino Sarubbo
2019-02-08 22:15 Ettore Di Giacinto
2019-02-08 22:15 Ettore Di Giacinto
2018-09-23 11:26 Ettore Di Giacinto
2018-09-23 11:26 Ettore Di Giacinto
2018-06-27 14:41 Ettore Di Giacinto
2018-06-27 14:41 Ettore Di Giacinto
2018-02-03 10:03 Ettore Di Giacinto
2017-10-01 8:27 Ettore Di Giacinto
2017-10-01 8:27 Ettore Di Giacinto
2017-09-24 9:22 Ettore Di Giacinto
2017-09-24 9:22 Ettore Di Giacinto
2017-07-20 17:11 Ettore Di Giacinto
2017-07-02 14:16 Ettore Di Giacinto
2017-07-02 14:16 Ettore Di Giacinto
2017-06-04 15:18 Ettore Di Giacinto
2017-05-21 11:14 Ettore Di Giacinto
2017-05-01 10:18 Ettore Di Giacinto
2017-05-01 10:18 Ettore Di Giacinto
2017-05-01 10:18 Ettore Di Giacinto
2017-03-31 14:10 Ettore Di Giacinto
2017-03-31 14:10 Ettore Di Giacinto
2017-03-08 10:17 Ettore Di Giacinto
2017-03-03 9:47 Ettore Di Giacinto
2017-02-23 14:25 Ettore Di Giacinto
2017-02-23 14:25 Ettore Di Giacinto
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1760896660.d4dbd8f11a454cba79207ea1e2eb8f9eb1bc357f.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox