Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (fd5ca6a4f920b8d5e4ddd5d0f3a3af6f3ea1ec0d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (fd5ca6a4f920b8d5e4ddd5d0f3a3af6f3ea1ec0d)
  • Date: Thu, 12 Apr 2007 09:24:35 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

ChangeLog | 4 ++++
nsa.gpg |binary
security-libs/libselinux/DEPENDS | 1 +
security-libs/libselinux/DETAILS | 14 ++++++++------
security-libs/libselinux/HISTORY | 5 +++++
security-libs/libsemanage/DETAILS | 14 ++++++++------
security-libs/libsemanage/HISTORY | 5 +++++
security-libs/libsepol/DETAILS | 12 +++++++-----
security-libs/libsepol/HISTORY | 5 +++++
security/checkpolicy/DETAILS | 14 ++++++++------
security/checkpolicy/HISTORY | 5 +++++
security/policycoreutils/DEPENDS | 3 ++-
security/policycoreutils/DETAILS | 14 ++++++++------
security/policycoreutils/HISTORY | 6 ++++++
14 files changed, 72 insertions(+), 30 deletions(-)

New commits:
commit fd5ca6a4f920b8d5e4ddd5d0f3a3af6f3ea1ec0d
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

policycoreutils: Updated to 1.34.6 and use upstream NSA key

commit db690eb3d6769787953fdef458d22b81d3b09174
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

libsemanage: Updated to 1.10.3 and use upstream NSA key

commit 3e5ab5116cda141b62082345c7570904539bae9c
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

checkpolicy: Updated to 1.34.1 and use upstream NSA key

commit a7955be8c43ef6c7cc328e2effacd103e384e39a
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

libselinux: Updated to 1.34.7 and use upstream NSA key

commit af08ed434bc6dd927caf0f195c3aa2301ccc52a3
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

libsepol: Updated to 1.16.1 and use upstream NSA key

commit b8dff79d446e6c0fe61dfd3bef8b33d7a057d0ce
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

nsa.gpg: NSA key verified from
http://www.nsa.gov/selinux/code/signature.cfm

commit 4765e2217cd8c73a949b350ac0f1d174f0add296
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

libselinux: Depends on libsepol (always has needed this)

diff --git a/ChangeLog b/ChangeLog
index 38ab7a8..8edf795 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-04-11 Eric Sandall <sandalle AT sourcemage.org>
+ * nsa.gpg: NSA key for NSA SELinux
+ Verified from http://www.nsa.gov/selinux/code/signature.cfm
+
2007-04-11 David Brown <dmlb2000 AT gmail.com>
* utils/util-vserver: userspace tools for vserver project

diff --git a/nsa.gpg b/nsa.gpg
new file mode 100644
index 0000000..6af90c3
Binary files /dev/null and b/nsa.gpg differ
diff --git a/security-libs/libselinux/DEPENDS
b/security-libs/libselinux/DEPENDS
index 18594eb..a1b5dd5 100755
--- a/security-libs/libselinux/DEPENDS
+++ b/security-libs/libselinux/DEPENDS
@@ -1,2 +1,3 @@
depends gnupg &&
+depends libsepol &&
depends smgl-fhs
diff --git a/security-libs/libselinux/DETAILS
b/security-libs/libselinux/DETAILS
index 8891b93..a8f4d65 100755
--- a/security-libs/libselinux/DETAILS
+++ b/security-libs/libselinux/DETAILS
@@ -1,14 +1,16 @@
SPELL=libselinux
- VERSION=1.30
+ VERSION=1.34.7
SOURCE=$SPELL-$VERSION.tgz
+ SOURCE2=$SOURCE.sign
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://www.nsa.gov/selinux/archives/${SOURCE}
-SOURCE_HASH=sha512:cb2ff6fe9a7854469aa74a90d5bceccfcc24ca4398150923a64dab22c87844a706e946f3fda2d08820776d1bfceead436f419bc0427fc3b43a04b560c976bbdc
- WEB_SITE=http://www.nsa.gov/selinux/
- ENTERED=20040616
- UPDATED=20051003
+ SOURCE_URL[0]=http://www.nsa.gov/selinux/archives/${SOURCE}
+ SOURCE2_URL[0]=http://www.nsa.gov/selinux/archives/${SOURCE2}
+ SOURCE2_IGNORE=signature
+ SOURCE_GPG="nsa.gpg:$SOURCE2:VERIFIED_UPSTREAM_KEY"
LICENSE[0]=GPL
+ WEB_SITE=http://www.nsa.gov/selinux/
KEYWORDS="security libs"
+ ENTERED=20040616
SHORT="NSA SELinux library"
cat << EOF
This archive contains the libselinux library and simple utilities that use
it. The archive also includes a spec file.
diff --git a/security-libs/libselinux/HISTORY
b/security-libs/libselinux/HISTORY
index a255f39..972389a 100644
--- a/security-libs/libselinux/HISTORY
+++ b/security-libs/libselinux/HISTORY
@@ -1,3 +1,8 @@
+2007-04-11 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 1.34.7
+ Use upstream NSA key
+ * DEPENDS: Depends on libsepol, never built without it
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed BUILD_API=2.

diff --git a/security-libs/libsemanage/DETAILS
b/security-libs/libsemanage/DETAILS
index 9764adb..a4250b7 100755
--- a/security-libs/libsemanage/DETAILS
+++ b/security-libs/libsemanage/DETAILS
@@ -1,14 +1,16 @@
SPELL=libsemanage
- VERSION=1.6
+ VERSION=1.10.3
SOURCE=$SPELL-$VERSION.tgz
+ SOURCE2=$SOURCE.sign
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://www.nsa.gov/selinux/archives/${SOURCE}
-SOURCE_HASH=sha512:0f436f064128b0b2909e44b4022f6b7d2d7d4d67ba1f2a3bfde1fadd87fe6e8a8de6b79df48f1c2db17a50d2fd8d180e29b5d9f9159cb2298aa60707d1398d7e
- WEB_SITE=http://www.nsa.gov/selinux/
- ENTERED=20040917
- UPDATED=20051003
+ SOURCE_URL[0]=http://www.nsa.gov/selinux/archives/${SOURCE}
+ SOURCE2_URL[0]=http://www.nsa.gov/selinux/archives/${SOURCE2}
+ SOURCE2_IGNORE=signature
LICENSE[0]=GPL
+ SOURCE_GPG="nsa.gpg:$SOURCE2:VERIFIED_UPSTREAM_KEY"
+ WEB_SITE=http://www.nsa.gov/selinux/
KEYWORDS="security libs"
+ ENTERED=20040917
SHORT="NSA SELinux policy library"
cat << EOF
This archive contains the libsepol library to work with binary policies.
diff --git a/security-libs/libsemanage/HISTORY
b/security-libs/libsemanage/HISTORY
index 225a2eb..47c50bd 100644
--- a/security-libs/libsemanage/HISTORY
+++ b/security-libs/libsemanage/HISTORY
@@ -1,3 +1,8 @@
+2007-04-11 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 1.10.3
+ Use upstream NSA key
+ Remove UPDATED
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed BUILD_API=2.

diff --git a/security-libs/libsepol/DETAILS b/security-libs/libsepol/DETAILS
index 61b2e28..c60fc5b 100755
--- a/security-libs/libsepol/DETAILS
+++ b/security-libs/libsepol/DETAILS
@@ -1,14 +1,16 @@
SPELL=libsepol
- VERSION=1.12
+ VERSION=1.16.1
SOURCE=$SPELL-$VERSION.tgz
+ SOURCE2=$SOURCE.sign
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://www.nsa.gov/selinux/archives/${SOURCE}
-SOURCE_HASH=sha512:dc73bd7e19ae538447bfe6db0700eea50f12cbe518bf034cd60735f6e6ad32a25f4c5d15bdd29976b0494269ab3fd74402f0a2d61a199f381964eb9173bade2a
- WEB_SITE=http://www.nsa.gov/selinux/
- ENTERED=20040917
- UPDATED=20051003
+ SOURCE2_URL[0]=http://www.nsa.gov/selinux/archives/${SOURCE2}
+ SOURCE2_IGNORE=signature
+ SOURCE_GPG="nsa.gpg:${SOURCE2}:VERIFIED_UPSTREAM_KEY"
LICENSE[0]=GPL
KEYWORDS="security libs"
+ WEB_SITE=http://www.nsa.gov/selinux/
+ ENTERED=20040917
SHORT="NSA SELinux policy library"
cat << EOF
This archive contains the libsepol library to work with binary policies.
diff --git a/security-libs/libsepol/HISTORY b/security-libs/libsepol/HISTORY
index 3fee467..5f2067b 100644
--- a/security-libs/libsepol/HISTORY
+++ b/security-libs/libsepol/HISTORY
@@ -1,3 +1,8 @@
+2007-04-11 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 1.16.1
+ Use nsa.gpg to verify tarball
+ Removed UPDATED
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed BUILD_API=2.

diff --git a/security/checkpolicy/DETAILS b/security/checkpolicy/DETAILS
index fbed4b4..8635ef7 100755
--- a/security/checkpolicy/DETAILS
+++ b/security/checkpolicy/DETAILS
@@ -1,14 +1,16 @@
SPELL=checkpolicy
- VERSION=1.30
+ VERSION=1.34.1
SOURCE=$SPELL-$VERSION.tgz
+ SOURCE2=$SOURCE.sign
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://www.nsa.gov/selinux/archives/${SOURCE}
-SOURCE_HASH=sha512:cddb71d8e90d211eee51c4945cd14b7840b16d1ecfeb133fb59ef5ad02994605771fac2e2ecfd57c6406b8d942244a30e4d8dd9529e3c80f9420f5c6adfeadf7
- WEB_SITE=http://www.nsa.gov/selinux/
- ENTERED=20040616
- UPDATED=20051003
+ SOURCE_URL[0]=http://www.nsa.gov/selinux/archives/${SOURCE}
+ SOURCE2_URL[0]=http://www.nsa.gov/selinux/archives/${SOURCE2}
+ SOURCE2_IGNORE=signature
+ SOURCE_GPG="nsa.gpg:$SOURCE2:VERIFIED_UPSTREAM_KEY"
LICENSE[0]=GPL
+ WEB_SITE=http://www.nsa.gov/selinux/
KEYWORDS="compiler security"
+ ENTERED=20040616
SHORT="NSA SELinux policy compiler"
cat << EOF
This archive contains the checkpolicy policy compiler, which is needed to
build policies. The archive also includes a spec file.
diff --git a/security/checkpolicy/HISTORY b/security/checkpolicy/HISTORY
index 7d824d6..35539c6 100644
--- a/security/checkpolicy/HISTORY
+++ b/security/checkpolicy/HISTORY
@@ -1,3 +1,8 @@
+2007-04-11 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 1.34.1
+ Use upstream NSA key
+ Removed UPDATED
+
2006-10-21 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* DEPENDS: add libselinux #11042

diff --git a/security/policycoreutils/DEPENDS
b/security/policycoreutils/DEPENDS
index 8f82992..5dfcb06 100755
--- a/security/policycoreutils/DEPENDS
+++ b/security/policycoreutils/DEPENDS
@@ -1 +1,2 @@
-depends libselinux
+depends libselinux &&
+depends libsemanage
diff --git a/security/policycoreutils/DETAILS
b/security/policycoreutils/DETAILS
index 2b6b181..a5bf73d 100755
--- a/security/policycoreutils/DETAILS
+++ b/security/policycoreutils/DETAILS
@@ -1,14 +1,16 @@
SPELL=policycoreutils
- VERSION=1.30
+ VERSION=1.34.6
SOURCE=$SPELL-$VERSION.tgz
+ SOURCE2=$SOURCE.sign
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://www.nsa.gov/selinux/archives/${SOURCE}
-SOURCE_HASH=sha512:5c77484e691b6ffed7852eb5fbd8e94caaeba7175ff46f7bb86bb9a99fa38cfadf25b362db9ecb289d9582e95386409c4e2fe83a07073301317efee2adbb8f1f
- WEB_SITE=http://www.nsa.gov/selinux/
- ENTERED=20040616
- UPDATED=20051003
+ SOURCE_URL[0]=http://www.nsa.gov/selinux/archives/${SOURCE}
+ SOURCE2_URL[0]=http://www.nsa.gov/selinux/archives/${SOURCE2}
+ SOURCE2_IGNORE=signature
+ SOURCE_GPG="nsa.gpg:$SOURCE2:UPSTREAM_VERIFIED_KEY"
LICENSE[0]=GPL
+ WEB_SITE=http://www.nsa.gov/selinux/
KEYWORDS="security"
+ ENTERED=20040616
SHORT="NSA SELinux policy core utilities"
cat << EOF
This archive contains the set of policy core utilities, including
load_policy, setfiles, newrole, and run_init. Depends on libselinux. The
archive also includes a spec file.
diff --git a/security/policycoreutils/HISTORY
b/security/policycoreutils/HISTORY
index bca50af..18cf525 100644
--- a/security/policycoreutils/HISTORY
+++ b/security/policycoreutils/HISTORY
@@ -1,3 +1,9 @@
+2007-04-11 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 1.34.6
+ Use upstream NSA key
+ Removed UPDATED
+ * DEPENDS: Depends on libsemanage
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed BUILD_API=2.




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (fd5ca6a4f920b8d5e4ddd5d0f3a3af6f3ea1ec0d), Eric Sandall, 04/12/2007

Archive powered by MHonArc 2.6.24.

Top of Page