summaryrefslogtreecommitdiff
path: root/extra/libgit2/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-04-19 15:46:25 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2018-04-19 15:46:25 +0200
commit740bc2932fa89806842ae83ed97bb46e94077520 (patch)
treeb9033c69c1efe97191dfe0b35fdc13bac939207a /extra/libgit2/PKGBUILD
parent71b298bfdd7d721aee0ded18505a93cd3bcda539 (diff)
downloadpackages-740bc2932fa89806842ae83ed97bb46e94077520.tar.xz
extra/libgit2: temporary fix for the stack smash during check()
Diffstat (limited to 'extra/libgit2/PKGBUILD')
-rw-r--r--extra/libgit2/PKGBUILD9
1 files changed, 9 insertions, 0 deletions
diff --git a/extra/libgit2/PKGBUILD b/extra/libgit2/PKGBUILD
new file mode 100644
index 00000000..052719d7
--- /dev/null
+++ b/extra/libgit2/PKGBUILD
@@ -0,0 +1,9 @@
+# See: https://github.com/libgit2/libgit2/pull/4631
+
+source+=('libgit2-ssp-offset64-stat-buf.patch')
+sha1sums+=('378a2c3eaef1957145aa58f51f75a07c634f77d7')
+
+prepare() {
+ cd $pkgname-$pkgver
+ patch -Np1 -i "$srcdir/libgit2-ssp-offset64-stat-buf.patch"
+}