[Lunar-commits] <moonbase> ca-certificates: new module. basic certs for crypto

Zachary McGrew zmcgrew at lunar-linux.org
Thu Jul 15 22:17:31 CEST 2010


commit 3f383179fd3771d2c81d697cd97daacf4a893b33
Author: Zachary McGrew <zmcgrew at lunar-linux.org>
Date:   Tue Apr 6 00:19:04 2010 -0700

    ca-certificates: new module. basic certs for crypto
---
 crypto/ca-certificates/BUILD        |   14 ++++++++++++++
 crypto/ca-certificates/DEPENDS      |    1 +
 crypto/ca-certificates/DETAILS      |   13 +++++++++++++
 crypto/ca-certificates/POST_INSTALL |    1 +
 4 files changed, 29 insertions(+), 0 deletions(-)

diff --git a/crypto/ca-certificates/BUILD b/crypto/ca-certificates/BUILD
new file mode 100644
index 0000000..eac1bb1
--- /dev/null
+++ b/crypto/ca-certificates/BUILD
@@ -0,0 +1,14 @@
+(
+
+  make             &&
+  prepare_install  &&
+  install -d -m755 /{etc/ca-certificates/updates.d,usr/{sbin,share/ca-certificates},etc/ssl/certs}      &&
+  install -D -m644 sbin/update-ca-certificates.8 /usr/share/man/man8/update-ca-certificates.8  &&
+  make install     &&
+
+  (
+    cd /usr/share/ca-certificates
+    find . -name '*.crt' | sort | cut -b3-
+  ) > /etc/ca-certificates.conf
+
+) > $C_FIFO 2>&1
diff --git a/crypto/ca-certificates/DEPENDS b/crypto/ca-certificates/DEPENDS
new file mode 100644
index 0000000..7d03d17
--- /dev/null
+++ b/crypto/ca-certificates/DEPENDS
@@ -0,0 +1 @@
+depends Python
diff --git a/crypto/ca-certificates/DETAILS b/crypto/ca-certificates/DETAILS
new file mode 100644
index 0000000..6881050
--- /dev/null
+++ b/crypto/ca-certificates/DETAILS
@@ -0,0 +1,13 @@
+          MODULE=ca-certificates
+         VERSION=20090814
+          SOURCE=${MODULE}_$VERSION.tar.gz
+      SOURCE_URL=http://ftp.debian.org/debian/pool/main/c/$MODULE
+      SOURCE_VFY=sha1:333b05a735d12d2deb506fabd54e47b51ed39f23
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+        WEB_SITE=http://packages.qa.debian.org/c/ca-certificates.html
+         ENTERED=20100405
+         UPDATED=20100405
+           SHORT="Common CA certificates"
+cat << EOF
+Basic set of CA certificates
+EOF
diff --git a/crypto/ca-certificates/POST_INSTALL b/crypto/ca-certificates/POST_INSTALL
new file mode 100644
index 0000000..b4379b6
--- /dev/null
+++ b/crypto/ca-certificates/POST_INSTALL
@@ -0,0 +1 @@
+/usr/sbin/update-ca-certificates --fresh


More information about the Lunar-commits mailing list