volume_key: initial commit, version 0.3.12

This commit is contained in:
Tim Biermann 2020-06-14 23:28:51 +00:00
parent 3199e1d4c4
commit 0f3bee73f7
4 changed files with 47 additions and 0 deletions

23
volume_key/.footprint Normal file
View File

@ -0,0 +1,23 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/volume_key
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/volume_key/
-rw-r--r-- root/root usr/include/volume_key/libvolume_key.h
drwxr-xr-x root/root usr/lib/
-rwxr-xr-x root/root usr/lib/libvolume_key.la
lrwxrwxrwx root/root usr/lib/libvolume_key.so -> libvolume_key.so.1.2.3
lrwxrwxrwx root/root usr/lib/libvolume_key.so.1 -> libvolume_key.so.1.2.3
-rwxr-xr-x root/root usr/lib/libvolume_key.so.1.2.3
drwxr-xr-x root/root usr/lib/python3.7/
drwxr-xr-x root/root usr/lib/python3.7/site-packages/
drwxr-xr-x root/root usr/lib/python3.7/site-packages/__pycache__/
-rw-r--r-- root/root usr/lib/python3.7/site-packages/__pycache__/volume_key.cpython-37.opt-1.pyc
-rw-r--r-- root/root usr/lib/python3.7/site-packages/__pycache__/volume_key.cpython-37.pyc
-rwxr-xr-x root/root usr/lib/python3.7/site-packages/_volume_key.la
-rwxr-xr-x root/root usr/lib/python3.7/site-packages/_volume_key.so
-rw-r--r-- root/root usr/lib/python3.7/site-packages/volume_key.py
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man8/
-rw-r--r-- root/root usr/share/man/man8/volume_key.8.gz

1
volume_key/.md5sum Normal file
View File

@ -0,0 +1 @@
200591290173c3ea71528411838f9080 volume_key-0.3.12.tar.xz

5
volume_key/.signature Normal file
View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3+Gh702XvQ3W//fokX0L4eDbumAQ8skdmnfs68vang4DbMyxiwMzR+fkmZAlfoUEQdhetO7A0pGWj0ouD2A12ws=
SHA256 (Pkgfile) = 077e8ccf74a21ce42f51de6d8ad3a8ff34a7f79f0c7891a3eb5cfd3b0693ee93
SHA256 (.footprint) = e5268958249cbb06bebeee7d3d7553ca02fcbdd8e67bf0739df61adfa5836dec
SHA256 (volume_key-0.3.12.tar.xz) = 6ca3748fc1dad22c450bbf6601d4e706cb11c5e662d11bb4aeb473a9cd77309b

18
volume_key/Pkgfile Normal file
View File

@ -0,0 +1,18 @@
# Description: A library for manipulating storage volume encryption keys and storing them separately from volumes to handle forgotten passphrases
# URL: https://pagure.io/volume_key
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: cryptsetup gpgme nss
name=volume_key
version=0.3.12
release=1
source=(https://releases.pagure.org/$name/$name-$version.tar.xz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--disable-nls
make
make DESTDIR=$PKG install
}