summaryrefslogtreecommitdiff
path: root/cryptsetup
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2021-01-27 12:57:30 +0100
committerJuergen Daubert <jue@jue.li>2021-01-27 12:57:30 +0100
commit9cc71a27c6a7b09625cd49a8a870ea641ee6112a (patch)
treeecc34df02de3c83e141376ff47050ea6c35dfcc3 /cryptsetup
parent6a767570d216fd3006911e7d314ae0f4c16a5577 (diff)
downloadopt-9cc71a27c6a7b09625cd49a8a870ea641ee6112a.tar.gz
opt-9cc71a27c6a7b09625cd49a8a870ea641ee6112a.tar.xz
cryptsetup: new maintainer
Diffstat (limited to 'cryptsetup')
-rw-r--r--cryptsetup/.signature4
-rw-r--r--cryptsetup/Pkgfile24
2 files changed, 14 insertions, 14 deletions
diff --git a/cryptsetup/.signature b/cryptsetup/.signature
index 040103314..bc0bac19a 100644
--- a/cryptsetup/.signature
+++ b/cryptsetup/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/bjeb/eMWhYHygEWFPXRe0WOivexcxGODYAe/jkAd4h04KNw9k8iu/BGxlcnVM5/Q5EDZ4mDxCxAIbDS8ArfXAc=
-SHA256 (Pkgfile) = 7db152136e5092282eaa2742d12e7ebe50fa0eb592b19c85dce252f9616e1804
+RWSE3ohX2g5d/cgQD/HqIK3j4foj3bY1wGKOeNpF0uEBlj3XA/U72O5DofHOqLHOcUlwSo0bmrhWDqhui0jAiS94VjoaQ+wBaAU=
+SHA256 (Pkgfile) = a791b0e020de020bbe4db8369343f9924f48206fe514ba1a572f7bcfda8886e2
SHA256 (.footprint) = dc5e24017567b04057866baf7a48010d5949e462242d537d4cbbb85cb6825f50
SHA256 (cryptsetup-2.3.4.tar.xz) = 9d16eebb96b53b514778e813019b8dd15fea9fec5aafde9fae5febf59df83773
diff --git a/cryptsetup/Pkgfile b/cryptsetup/Pkgfile
index 5cadbe375..045f978b1 100644
--- a/cryptsetup/Pkgfile
+++ b/cryptsetup/Pkgfile
@@ -1,7 +1,7 @@
# Description: user-friendly dm-crypt/LUKS interface
-# URL: https://gitlab.com/cryptsetup/cryptsetup
-# Maintainer: Thomas Penteker, tek at serverop dot de
-# Depends on: libdevmapper openssl popt json-c
+# URL: https://gitlab.com/cryptsetup/cryptsetup
+# Maintainer: CRUX System Team, core-ports at crux dot nu
+# Depends on: libdevmapper openssl popt json-c
name=cryptsetup
version=2.3.4
@@ -9,15 +9,15 @@ release=1
source=(https://www.kernel.org/pub/linux/utils/$name/v${version%.*}/$name-$version.tar.xz)
build() {
- cd $name-$version
+ cd $name-$version
- ./configure \
- --prefix=/usr \
- --disable-nls \
- --enable-static-cryptsetup
- make
- make DESTDIR=$PKG install
+ ./configure \
+ --prefix=/usr \
+ --disable-nls \
+ --enable-static-cryptsetup
+ make
+ make DESTDIR=$PKG install
- install -d $PKG/sbin
- mv $PKG/{usr/sbin,sbin}/cryptsetup.static
+ install -d $PKG/sbin
+ mv $PKG/{usr/sbin,sbin}/cryptsetup.static
}

Generated by cgit