On Fri, 7 Mar 2003
niteblade@gmx.net wrote:
> This patch upgrades to the new category system and fixes some other .desc
> tags.
applied.
You also patched the packages xkobo and toppler which I don't have in my
tree. I also can't find any patcghes for them in my mail archives. are you
sure you subitted them?
yours,
- clifford
PS: Commentd in *.desc files are allowed now.
--
| Clifford Wolf ............ www.clifford.at . . . IRC: www.freenode.net
| ROCK Linux Workgroup ..... www.rocklinux.org . . Tel: +43-699-10063494
| NTx Consulting Group ..... www.ntx.at . . . . . Fax: +43-2235-42788-4
| Vocat.cc ................. www.vocat.cc . . . . . . . . . . . . . . .
| EDEN Creations ........... www.edenevents.at . . . . . . . . . . . . .
+------=[ Usenet Compliant Signature (RFC 2646) ]=---> www.rocklinux.net
>>> I'm looking for a new job: http://www.clifford.at/resume.html <<<
Reality corrupted. Reboot universe? (Y/N) /"\ ASCII Ribbon
\ / Campaign
There are only 10 types of people in the world: X Against
Those who understand binary and those who don't. / \ HTML MailFrom
weasel@apollo.bingo-ev.de Tue Apr 1 03:44:56 2003
Received: from apollo.bingo-ev.de (
mail@apollo.bingo-ev.de [62.245.214.131])
by nerd.clifford.at (8.12.1/8.12.1/rock) with ESMTP id h311iuAN007840
for <rock-linux@rocklinux.org>; Tue, 1 Apr 2003 03:44:56 +0200
Received: from weasel by apollo.bingo-ev.de with local (Exim 3.35 #1 (Debian))
id 190Atz-0003rZ-00
for <rock-linux@rocklinux.org>; Tue, 01 Apr 2003 03:49:27 +0200
Date: Tue, 1 Apr 2003 03:49:27 +0200
From: Piotr Esden-Tempski <
pe1724@bingo-ev.de>
To: ROCK-Linux <
rock-linux@rocklinux.org>
Subject: tcpa target
Message-ID: <
20030401014927.GA14821@bingo-ev.de>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
protocol="application/pgp-signature"; boundary="ftEhullJWpWg/VHq"
Content-Disposition: inline
User-Agent: Mutt/1.3.27i
Sender: Piotr Esden-Tempski <
weasel@apollo.bingo-ev.de>
--ftEhullJWpWg/VHq
Content-Type: multipart/mixed; boundary="KsGdsel6WgEHnImy"
Content-Disposition: inline
--KsGdsel6WgEHnImy
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Hi,
After some weeks of talking to IBM I have finally signed their NDA and
got tcpa patches from them. I have not told you anything about it
because I was not sure if I will succeed. With this mail I append a
patch that will introduce the tcpa target in ROCK Linux.
We finally have what we really needed. Something that no other
distribution does not have yet in a sufficient amount: SECURITY at it's
best!
I am really happy that we outrun all others with that step.
I can not include the core patches that add the tcpa patches because
they are closed under the NDA. I will provide compiled tcpa enabled rock
cd's in near future on
http://www.esden.net/ so everyone can see how
beautifull the security solutions in that system are.=20
I have also contacted redmond quaters and they said that they will sign
that binarys. IBM will pay the bills of signing our distribution.
Long live trusted computing!
Clifford/Jocelin please announce that event on our homepage please.
cheers Esden
--=20
ROCK LINUX: www.rocklinux.org ___ ___ ___ _ _
| _ || _ || __|| |//
||_|||| |||| | /
-Born to run kill -9 win | _|||_||||__ | \
-"Ignorance is bliss." (Matrix) ||\\ |_LINUX__||_|\\
GPG Public Key Block:
http://www.esden.net/me/esden-key-2002-01-17.asc
--KsGdsel6WgEHnImy
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="tcpa.patch"
Content-Transfer-Encoding: quoted-printable
--- rock-old/target/tcpa/build.sh Thu Jan 1 01:00:00 1970
+++ rock-new/target/tcpa/build.sh Sat Dec 14 16:42:00 2002
@@ -0,0 +1,21 @@
+
+# This is the shortest possible target build.sh script. Some targets will
+# add code after calling pkgloop() or modify pkgloop's behavior by defining
+# a new pkgloop_action() function.
+#
+pkgloop
+
+echo_header "Finishing build."
+
+echo_status "Creating isofs.txt file .."
+admdir=3D"build/${ROCKCFG_ID}/root/var/adm"
+cat << EOT > build/${ROCKCFG_ID}/isofs.txt
+EVERY $admdir/cache/ ${ROCKCFG_SHORTID}/info/cache/
+EVERY $admdir/cksums/ ${ROCKCFG_SHORTID}/info/cksums/
+EVERY $admdir/dependencies/ ${ROCKCFG_SHORTID}/info/dependencies/
+EVERY $admdir/descs/ ${ROCKCFG_SHORTID}/info/descs/
+EVERY $admdir/flists/ ${ROCKCFG_SHORTID}/info/flists/
+EVERY $admdir/md5sums/ ${ROCKCFG_SHORTID}/info/md5sums/
+EVERY $admdir/packages/ ${ROCKCFG_SHORTID}/info/packages/
+SPLIT build/${ROCKCFG_ID}/pkgs/ ${ROCKCFG_SHORTID}/pkgs/
+EOT
--- rock-old/target/tcpa/parse-config Thu Jan 1 01:00:00 1970
+++ rock-new/target/tcpa/parse-config Tue Apr 1 03:11:43 2003
@@ -0,0 +1,26 @@
+# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
+#=20
+# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
+# Please add additional copyright information _after_ the line containing
+# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
+# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
+#=20
+# ROCK Linux: rock-src/target/tcpa/parse-config
+# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
+#=20
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version. A copy of the GNU General Public
+# License can be found at Documentation/COPYING.
+#=20
+# Many people helped and are helping developing ROCK Linux. Please
+# have a look at
http://www.rocklinux.org/ and the Documentation/TEAM
+# file for details.
+#=20
+# --- ROCK-COPYRIGHT-NOTE-END ---
+
+ patchfiles=3D"$patchfiles `\
+ ls $base/target/tcpa/tcpa_patches/pkg_$pkg.patch 2>/dev/null`"
+fi
+
--- rock-old/target/tcpa/preconfig.in Thu Jan 1 01:00:00 1970
+++ rock-new/target/tcpa/preconfig.in Tue Apr 1 03:16:13 2003
@@ -0,0 +1,23 @@
+# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
+#=20
+# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
+# Please add additional copyright information _after_ the line containing
+# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
+# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
+#=20
+# ROCK Linux: rock-src/target/tcpa/preconfig.in
+# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
+#=20
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version. A copy of the GNU General Public
+# License can be found at Documentation/COPYING.
+#=20
+# Many people helped and are helping developing ROCK Linux. Please
+# have a look at
http://www.rocklinux.org/ and the Documentation/TEAM
+# file for details.
+#=20
+# --- ROCK-COPYRIGHT-NOTE-END ---
+
+CFGTEMP_TARGETLIST=3D"$CFGTEMP_TARGETLIST tcpa TCPA_enabled_ROCK_Linux"
--- rock-old/target/tcpa/tcpa.txt Thu Jan 1 01:00:00 1970
+++ rock-new/target/tcpa/tcpa.txt Tue Apr 1 03:39:40 2003
@@ -0,0 +1,7 @@
+This is the tcpa enabled target. You may wonder why tcpa_patch directory is
+empty. I had to sign a NDA to get the patches. What you see here is only a
+framework and I will release binary cd's with tcpa conformance shortly.
+
+TCPA turns your computer to a trusted one!
+
+cheers Piotr Esden-Tempski aka. esden
--KsGdsel6WgEHnImy--
--ftEhullJWpWg/VHq
Content-Type: application/pgp-signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)
iD8DBQE+iPAn87BFPr6YqXARAmm7AJ9Gg7VfRiqRvBvwAC2nhO8ZAPH8nwCeJ0yz
afVEd0LMPtvF8C8j+ICtcb8=
=HWLX
-----END PGP SIGNATURE-----
--ftEhullJWpWg/VHq--