dev-vcs/git-lfs: Drop <3.7.1 (security cleanup)

Bug: https://bugs.gentoo.org/964632
Signed-off-by: Nils Freydank <holgersson@posteo.de>
Closes: https://github.com/gentoo/gentoo/pull/44536
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Nils Freydank 2025-11-07 23:20:01 +01:00 committed by Arthur Zamarin
parent 3a50f080e5
commit 555d92c764
No known key found for this signature in database
GPG Key ID: 02A0AF503D120504
4 changed files with 0 additions and 324 deletions

View File

@ -1,8 +1,2 @@
DIST git-lfs-3.5.1-deps.tar.xz 21401028 BLAKE2B a011061ebae15c7d80d908d46051c95462b617073623be83c067cfc9b028eb8f803f53dcb17a6e19d8e1bfd9c2349db9f7a000d91008b1c375bfc73de4793b25 SHA512 1879624ee84e5d138f8dcb9cb626822d0a2e063705cb424db5c9f9d609af496104655ebb878ec950112b8b39d147141ff86b6474ad8210384dd93318034c19a4
DIST git-lfs-3.5.1.tar.gz 683872 BLAKE2B c99d85474cb8544ea2fca7daa6fc57affeabeb7bde517366c885360f613012c3b852d95abd647adfda806f0a057c6df355db0cf49f8d408460c0e2498b836ab5 SHA512 7755f8fbf18d5870eb95d13e1af763e9c8b127ecace67c95d54100eb9d735df41b649d1777f7051ba018eacba34f732a51b3bf5f1376dedf4778b5ae0c81cf40
DIST git-lfs-3.6.1-deps.tar.xz 21227652 BLAKE2B 40418960f2d63c0f1eed7b3de77d532e3c7fd9437e584b3f6aa1e699f13b133b0dbe489bfcc776de63f2420f3f9b00ea96b6129cae450ee7bdfd65c534bcf7e1 SHA512 568c8a625620529c4a2a47cc12943f3929c7a4d54aa8f8d3ea5c93a8ab27f72518d1a252d3e048231eeda08126c5665aaa618e0e535b0b254ed81500d8594def
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

View File

@ -1,106 +0,0 @@
# Copyright 2017-2024 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="e237bb3a364603cbb92cabc34b8401d1ad5d795b"
inherit 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"
KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
fi
LICENSE="Apache-2.0 BSD BSD-2 BSD-4 ISC MIT"
SLOT="0"
IUSE="doc test"
BDEPEND="
doc? ( dev-ruby/asciidoctor )
"
RDEPEND="dev-vcs/git"
RESTRICT+=" !test? ( test )"
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 asciidoctor -b manpage ${doc} || die "man building failed"
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}"
)
go test "${mygotestargs[@]}" ./... || die
}
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
}

View File

@ -1,106 +0,0 @@
# 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="ea47a34bde1ba1ecf9eb8dc6d44fcf7aef42f5e3"
inherit 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 )"
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 asciidoctor -b manpage ${doc} || die "man building failed"
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}"
)
go test "${mygotestargs[@]}" ./... || die
}
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
}

View File

@ -1,106 +0,0 @@
# 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="92dddf560e62ef7dd25877d87ce072f7595aa52d"
inherit 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 )"
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 asciidoctor -b manpage ${doc} || die "man building failed"
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
}