[Lunar-commits] <moonbase> ca-certificates: updated to 20111211 nad make CA more available

Zbigniew Luszpinski zbiggy at lunar-linux.org
Sun Jan 1 12:50:22 CET 2012


commit 0cae24c618b9d845f53cdc4f7ad5357f78c8d479
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date:   Sun Jan 1 12:50:22 2012 +0100

    ca-certificates: updated to 20111211 nad make CA more available
---
 crypto/ca-certificates/BUILD   |    8 +++++++-
 crypto/ca-certificates/DETAILS |    6 +++---
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/crypto/ca-certificates/BUILD b/crypto/ca-certificates/BUILD
index b351382..3183614 100644
--- a/crypto/ca-certificates/BUILD
+++ b/crypto/ca-certificates/BUILD
@@ -11,6 +11,12 @@
   (
     cd /usr/share/ca-certificates
     find . -name '*.crt' | sort | cut -b3-
-  ) > /etc/ca-certificates.conf
+  ) > /etc/ca-certificates.conf &&
+
+  # Make CA bundle present in the most popular places.
+  mkdir -p /etc/pki/tls /usr/share/ssl &&
+  ln -sf /etc/ssl/certs /etc/pki/tls/certs &&
+  ln -sf /etc/ssl/certs /usr/share/ssl/certs &&
+  ln -sf /etc/ssl/certs/ca-{certificates,bundle}.crt
 
 ) > $C_FIFO 2>&1
diff --git a/crypto/ca-certificates/DETAILS b/crypto/ca-certificates/DETAILS
index 75f5da3..643e7c8 100644
--- a/crypto/ca-certificates/DETAILS
+++ b/crypto/ca-certificates/DETAILS
@@ -1,15 +1,15 @@
           MODULE=ca-certificates
-         VERSION=20111025
+         VERSION=20111211
           SOURCE=${MODULE}_$VERSION.tar.gz
          SOURCE2=$MODULE-update.patch.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
       SOURCE_URL=http://ftp.debian.org/debian/pool/main/c/$MODULE
      SOURCE2_URL=$PATCH_URL
-      SOURCE_VFY=sha1:3c9817265915a43e1a2cd8d88325df3904fbf5ee
+      SOURCE_VFY=sha1:7c13d7e1e6ea119ee6ab3b03e45ef7e48e5e9b63
      SOURCE2_VFY=sha1:cef03ad446f6f13aaacd05bae3c7ad8e9cff304b
         WEB_SITE=http://packages.qa.debian.org/c/ca-certificates.html
          ENTERED=20100405
-         UPDATED=20111027
+         UPDATED=20111225
            SHORT="common CA certificates"
 
 cat << EOF


More information about the Lunar-commits mailing list