Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (ab60b3356f22a9a41cd0eeb4a20c02c22bca7571)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (ab60b3356f22a9a41cd0eeb4a20c02c22bca7571)
  • Date: Thu, 27 Nov 2008 12:21:03 -0600

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

ChangeLog | 3 +++
crypto/ca-certificates/BUILD | 1 +
crypto/ca-certificates/DETAILS | 22 ++++++++++++++++++++++
crypto/ca-certificates/HISTORY | 3 +++
crypto/ca-certificates/INSTALL | 9 +++++++++
crypto/ca-certificates/PRE_BUILD | 7 +++++++
6 files changed, 45 insertions(+)

New commits:
commit 5dfeeba8a4e49b946fd25f85ee6db620d9f6e409
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

ca-certificates: new spell to provide certificates. Curl
no longer provides and this is part of the solution to
get midori to work with https sites. Curl also needs to be
modified

diff --git a/ChangeLog b/ChangeLog
index 21fa92e..706b9b7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-11-27 George Sherwood <gsherwood AT sourcemage.org>
+ * crypto/ca-certificates: new spell to provide certs
+
2008-11-26 George Sherwood <gsherwood AT sourcemage.org>
* shell-term-fm/tn5250: new spell, AS/400 terminal emulator

diff --git a/crypto/ca-certificates/BUILD b/crypto/ca-certificates/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/crypto/ca-certificates/BUILD
@@ -0,0 +1 @@
+make
diff --git a/crypto/ca-certificates/DETAILS b/crypto/ca-certificates/DETAILS
new file mode 100755
index 0000000..d2b6617
--- /dev/null
+++ b/crypto/ca-certificates/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=ca-certificates
+ VERSION=20080809
+ SOURCE="${SPELL}_${VERSION}.tar.gz"
+
SOURCE_URL[0]=http://ftp.de.debian.org/debian/pool/main/c/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:9582d811026b99db7bc78ce1ec250980080989e6e037a93be5f24d0ab608b217f2c0ba87a2b752dbb102a58de1fb1a28470aa9d7ce5136a7789d6a1c3bf64319
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}"
+ WEB_SITE="http://packages.debian.org/sid/ca-certificates";
+ LICENSE[0]=GPL
+ ENTERED=20081127
+ SHORT="PEM files of CA certificates"
+cat << EOF
+This package includes PEM files of CA certificates to allow SSL-based
+applications to check for the authenticity of SSL connections.
+
+It includes, among others, certificate authorities used by the Debian
+infrastructure and those shipped with Mozilla's browsers.
+
+Please note that certificate authorities whose certificates are included
+in this package are not in any way audited for trustworthiness and RFC 3647
+compliance, and that full responsibility to assess them belongs to the local
+system administrator.
+EOF
diff --git a/crypto/ca-certificates/HISTORY b/crypto/ca-certificates/HISTORY
new file mode 100644
index 0000000..e0017a4
--- /dev/null
+++ b/crypto/ca-certificates/HISTORY
@@ -0,0 +1,3 @@
+2008-11-27 George Sherwood <gsherwood AT sourcemage.org>
+ * BUILD, DETAILS, INSTALL, PRE_BUILD: spell created
+
diff --git a/crypto/ca-certificates/INSTALL b/crypto/ca-certificates/INSTALL
new file mode 100755
index 0000000..827c1a4
--- /dev/null
+++ b/crypto/ca-certificates/INSTALL
@@ -0,0 +1,9 @@
+mkdir -pv $INSTALL_ROOT/usr/share/ca-certificates &&
+
+default_install &&
+
+
+cd $INSTALL_ROOT/usr/share/ca-certificates &&
+find . -name '*.crt' | sort | cut -b3- >
$INSTALL_ROOT/etc/ca-certificates.conf &&
+
+update-ca-certificates
diff --git a/crypto/ca-certificates/PRE_BUILD
b/crypto/ca-certificates/PRE_BUILD
new file mode 100755
index 0000000..b8585a3
--- /dev/null
+++ b/crypto/ca-certificates/PRE_BUILD
@@ -0,0 +1,7 @@
+default_pre_build &&
+
+cd $SOURCE_DIRECTORY &&
+
+sedit "s:/usr:usr:" Makefile
+
+sedit "s:(DESTDIR):\{INSTALL_ROOT\}:" Makefile



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (ab60b3356f22a9a41cd0eeb4a20c02c22bca7571), George Sherwood, 11/27/2008

Archive powered by MHonArc 2.6.24.

Top of Page