[Lunar-commits] <moonbase-other> Moving cryptsetup, libgcrypt and libgpg-error to core
Stefan Wold
ratler at lunar-linux.org
Sun Aug 17 09:33:32 CEST 2014
commit f43015be3ff75dfdbcd519c239b9bc5fe46c5e3d
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Sun, 17 Aug 2014 09:33:02 +0200
URL: https://github.com/lunar-linux/moonbase-other/commit/f43015be3ff75dfdbcd519c239b9bc5fe46c5e3d
Moving cryptsetup, libgcrypt and libgpg-error to core
---
crypto/cryptsetup/BUILD | +0/-9
crypto/cryptsetup/DEPENDS | +0/-3
crypto/cryptsetup/DETAILS | +0/-15
crypto/libgcrypt/BUILD | +0/-12
crypto/libgcrypt/DEPENDS | +0/-1
crypto/libgcrypt/DETAILS | +0/-14
crypto/libgpg-error/DETAILS | +0/-16
7 files changed, 70 deletions(-)
--- a/crypto/cryptsetup/BUILD
+++ /dev/null
@@ -1,9 +0,0 @@
-(
-
- # Create /sbin/cryptsetup rather than /usr/sbin/cryptsetup,
- # so Gnome can find it.
- OPTS+=" --sbindir=/sbin" &&
-
- default_build
-
-) > $C_FIFO 2>&1
--- a/crypto/cryptsetup/DEPENDS
+++ /dev/null
@@ -1,3 +0,0 @@
-depends popt
-depends lvm2
-depends libgcrypt
--- a/crypto/cryptsetup/DETAILS
+++ /dev/null
@@ -1,15 +0,0 @@
- MODULE=cryptsetup
- VERSION=1.6.5
- SOURCE=$MODULE-$VERSION.tar.xz
- SOURCE_URL=http://www.kernel.org/pub/linux/utils/cryptsetup/v${VERSION%.*}
- SOURCE_VFY=sha256:267973f20be43f9d685f7193aa23954b60768c74a1d330243114d4b8bc17ca9a
- WEB_SITE=http://code.google.com/p/cryptsetup
- ENTERED=20050309
- UPDATED=20140709
- SHORT="Device-mapper crypto userspace setup tool"
-
-cat << EOF
-Using device-mapper's dmsetup directly is too complicated for most people.
-Cryptsetup is being written to behave like one of the patched losetup's
-out there.
-EOF
--- a/crypto/libgcrypt/BUILD
+++ /dev/null
@@ -1,12 +0,0 @@
-(
-
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --disable-static \
- $OPTS &&
-
- make &&
- prepare_install &&
- make install
-
-) > $C_FIFO 2>&1
--- a/crypto/libgcrypt/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends libgpg-error
--- a/crypto/libgcrypt/DETAILS
+++ /dev/null
@@ -1,14 +0,0 @@
- MODULE=libgcrypt
- VERSION=1.6.1
- SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL=ftp://ftp.gnupg.org/gcrypt/libgcrypt
- SOURCE_VFY=sha1:f03d9b63ac3b17a6972fc11150d136925b702f02
- WEB_SITE=http://www.gnu.org/directory/security/libgcrypt.html
- ENTERED=20020212
- UPDATED=20140131
- SHORT="General purpose crypto library"
-
-cat << EOF
-Libgcrypt is a general purpose crypto library based on the code used
-in GnuPG.
-EOF
--- a/crypto/libgpg-error/DETAILS
+++ /dev/null
@@ -1,16 +0,0 @@
- MODULE=libgpg-error
- VERSION=1.13
- SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL[0]=ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/$MODULE
- SOURCE_URL[1]=ftp://ftp.gnupg.org/gcrypt/$MODULE
- SOURCE_VFY=sha1:50fbff11446a7b0decbf65a6e6b0eda17b5139fb
- WEB_SITE=http://www.gnupg.org
- ENTERED=20020212
- UPDATED=20140507
- SHORT="Defines common error values for all GnuPG components"
-
-cat << EOF
-This is a library that defines common error values for all GnuPG
-components. Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt,
-pinentry, SmartCard Daemon and possibly more in the future.
-EOF
More information about the Lunar-commits
mailing list