aboutsummaryrefslogtreecommitdiffstats
path: root/main/git
diff options
context:
space:
mode:
authorOlliver Schinagl <oliver@schinagl.nl>2019-04-09 09:31:23 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2019-04-30 11:22:12 +0000
commit0a02793adaad319cd2cd09f07b21494fec7d41ae (patch)
treee111115c62dd7312bec48f486e35bc0cdc8dea0e /main/git
parentac9e891d5140aa50ee956065bd5794f87de99814 (diff)
downloadaports-0a02793adaad319cd2cd09f07b21494fec7d41ae.tar.bz2
aports-0a02793adaad319cd2cd09f07b21494fec7d41ae.tar.xz
main/git: Drop unneeded busybox tar support patch
Since busybox upstream commit d57d62686 ("tar: fix --numeric-owner, --no-same-owner, --no-same-permissions bits") busybox tar supports the 'o' flag, making this patch irrelevant for almost 9 years. Lets drop it as there is no use for it. Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
Diffstat (limited to 'main/git')
-rw-r--r--main/git/APKBUILD2
-rw-r--r--main/git/bb-tar.patch8
2 files changed, 0 insertions, 10 deletions
diff --git a/main/git/APKBUILD b/main/git/APKBUILD
index 5ff3668627..281fcb096b 100644
--- a/main/git/APKBUILD
+++ b/main/git/APKBUILD
@@ -41,7 +41,6 @@ subpackages="$pkgname-doc
$pkgname-diff-highlight:diff_highlight:noarch
"
source="https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz
- bb-tar.patch
git-daemon.initd
git-daemon.confd
"
@@ -267,6 +266,5 @@ _perl_config() {
}
sha512sums="83f57c3950a07f6773a3aea66611d22daba0e5599e5d8f0751a16f6fdbeab0f3844d942a39a5642051212df99d1d4513253c36829b1454b4f0977cc6026fd973 git-2.21.0.tar.xz
-85767b5e03137008d6a96199e769e3979f75d83603ac8cb13a3481a915005637409a4fd94e0720da2ec6cd1124f35eba7cf20109a94816c4b4898a81fbc46bd2 bb-tar.patch
89528cdd14c51fd568aa61cf6c5eae08ea0844e59f9af9292da5fc6c268261f4166017d002d494400945e248df6b844e2f9f9cd2d9345d516983f5a110e4c42a git-daemon.initd
fbf1f425206a76e2a8f82342537ed939ff7e623d644c086ca2ced5f69b36734695f9f80ebda1728f75a94d6cd2fcb71bf845b64239368caab418e4d368c141ec git-daemon.confd"
diff --git a/main/git/bb-tar.patch b/main/git/bb-tar.patch
deleted file mode 100644
index d9433ef122..0000000000
--- a/main/git/bb-tar.patch
+++ /dev/null
@@ -1,8 +0,0 @@
---- a/templates/Makefile Mon Oct 26 02:57:33 2009
-+++ b/templates/Makefile Mon Nov 9 14:56:27 2009
-@@ -63,4 +63,4 @@
- install: all
- $(INSTALL) -d -m 755 '$(DESTDIR_SQ)$(template_instdir_SQ)'
- (cd blt && $(TAR) cf - .) | \
-- (cd '$(DESTDIR_SQ)$(template_instdir_SQ)' && umask 022 && $(TAR) xof -)
-+ (cd '$(DESTDIR_SQ)$(template_instdir_SQ)' && umask 022 && $(TAR) xf -)