summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYuki Ibe2023-08-29 21:45:00 +0000
committerYuki Ibe2023-08-29 21:45:00 +0000
commit68712ff693d451667cea7c43802c156a2ffc809c (patch)
tree47107550a1f7b180a4c6088a8520a06275a4814a
parenta5c4abfbac20892214cba38f2c5a51a5317e34a1 (diff)
downloadaur-68712ff693d451667cea7c43802c156a2ffc809c.tar.gz
Configure Git to allow local cloning
See: https://lore.kernel.org/lkml/xmqq4jw1uku5.fsf@gitster.g/ https://github.blog/2022-10-18-git-security-vulnerabilities-announced/#cve-2021-39253
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc2463cd46e7..2ff547bd6000 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = recutils-git
pkgdesc = Set of tools and libraries to access plain text databases called recfiles.
- pkgver = 1.8.r26.gea03fda
+ pkgver = 1.9.r3.gc09d1b1
pkgrel = 1
url = https://www.gnu.org/software/recutils/
arch = i686
@@ -20,4 +20,3 @@ pkgbase = recutils-git
sha256sums = SKIP
pkgname = recutils-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 6a60644c3404..4ee68682fafa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Yuki Ibe <yibe\100yibe\056org>
# Based on recutils package (https://aur.archlinux.org/packages/recutils/)
pkgname=recutils-git
-pkgver=1.8.r26.gea03fda
+pkgver=1.9.r3.gc09d1b1
pkgrel=1
pkgdesc="Set of tools and libraries to access plain text databases called recfiles."
arch=(i686 x86_64)
@@ -24,7 +24,7 @@ sha256sums=(
prepare() {
cd "${pkgname%-git}"
git config submodule.gnulib.url ../gnulib
- git submodule update gnulib
+ git -c protocol.file.allow=always submodule update gnulib
./bootstrap
}