Skip to Content.
Sympa Menu

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

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 (cc2c5a2ffa7abecbeecd865bd972ed92b96dc602)
  • Date: Thu, 12 Apr 2007 22:28:54 -0500

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

ChangeLog | 3 ++
security-libs/policy/BUILD | 4 ---
security-libs/policy/DEPENDS | 3 --
security-libs/policy/DETAILS | 6 -----
security-libs/policy/HISTORY | 3 ++
security-libs/policy/INSTALL | 3 --
security-libs/policy/PRE_BUILD | 1
security-libs/policy/TRIGGERS | 1
security-libs/refpolicy/BUILD | 3 ++
security-libs/refpolicy/CONFLICTS | 1
security-libs/refpolicy/DEPENDS | 3 ++
security-libs/refpolicy/DETAILS | 20
+++++++++++++++++
security-libs/refpolicy/HISTORY | 7 +++++
security-libs/refpolicy/INSTALL | 2 +
security-libs/refpolicy/refpolicy-20061212.tar.bz2.sig |binary
security/setools/DEPENDS | 2 -
security/setools/HISTORY | 4 +++
utils/gamin/HISTORY | 3 ++
utils/gamin/PRE_BUILD | 3 ++
19 files changed, 59 insertions(+), 13 deletions(-)

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

refpolicy: Forgot to update the new location of policy.conf

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

setools: Depend on refpolicy instead of policy

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

policy: NSA no longer provides a default policy

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

gamin: Rebuild ./configure so it works without g++

diff --git a/ChangeLog b/ChangeLog
index 4f970c5..0d261f7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-04-12 Eric Sandall <sandalle AT sourcemage.org>
+ * security-libs/{policy,refpolicy}: policy renamed to refpolicy
+
2007-04-12 Ladislav Hagara <hgr AT vabo.cz>
* i18n/kanjipad: new spell, Japanese Handwriting Recognition

diff --git a/security-libs/policy/BUILD b/security-libs/policy/BUILD
index e4aa17c..27ba77d 100755
--- a/security-libs/policy/BUILD
+++ b/security-libs/policy/BUILD
@@ -1,3 +1 @@
-echo CFLAGS = $CFLAGS
-sedit "s:\-g \$(OPTIONS) \-Wall \-O2 \-pipe:${CFLAGS} \$(OPTIONS):"
Makefile
-make
+true
diff --git a/security-libs/policy/DEPENDS b/security-libs/policy/DEPENDS
index 32dc2dc..1e1f2b4 100755
--- a/security-libs/policy/DEPENDS
+++ b/security-libs/policy/DEPENDS
@@ -1,2 +1 @@
-depends policycoreutils &&
-depends checkpolicy
+depends refpolicy
diff --git a/security-libs/policy/DETAILS b/security-libs/policy/DETAILS
index 22adc84..b763bd1 100755
--- a/security-libs/policy/DETAILS
+++ b/security-libs/policy/DETAILS
@@ -1,12 +1,8 @@
SPELL=policy
VERSION=1.28
- SOURCE=$SPELL-$VERSION.tgz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://www.nsa.gov/selinux/archives/${SOURCE}
-
SOURCE_HASH=sha512:8ec86d837e32f85795fa93d2d233c1c1202734a70a8836372e4f0c7b1091f155f61089bd4f366a63841186cd846060bc3c128fb045a3b7d6036a2a6734eb7e70
WEB_SITE=http://www.nsa.gov/selinux/
- ENTERED=20040616
UPDATED=20051003
+ PATCHLEVEL=1
LICENSE[0]=GPL
KEYWORDS="security libs"
SHORT="NSA SELinux example policy configuration"
diff --git a/security-libs/policy/HISTORY b/security-libs/policy/HISTORY
index e475ab5..3312e87 100644
--- a/security-libs/policy/HISTORY
+++ b/security-libs/policy/HISTORY
@@ -1,3 +1,6 @@
+2007-04-12 Eric Sandall <sandalle AT sourcemage.org>
+ * NSA no longer maintains a default policy, but TreSys does
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed BUILD_API=2.

diff --git a/security-libs/policy/INSTALL b/security-libs/policy/INSTALL
index 00b6a37..27ba77d 100755
--- a/security-libs/policy/INSTALL
+++ b/security-libs/policy/INSTALL
@@ -1,2 +1 @@
-make install-src &&
-message "Remember to edit the policy source in /etc/selinux/policy and run
'make install'"
+true
diff --git a/security-libs/policy/PRE_BUILD b/security-libs/policy/PRE_BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/security-libs/policy/PRE_BUILD
@@ -0,0 +1 @@
+true
diff --git a/security-libs/policy/TRIGGERS b/security-libs/policy/TRIGGERS
new file mode 100755
index 0000000..dc5f1d9
--- /dev/null
+++ b/security-libs/policy/TRIGGERS
@@ -0,0 +1 @@
+on_cast policy dispel_self
diff --git a/security-libs/refpolicy/BUILD b/security-libs/refpolicy/BUILD
new file mode 100755
index 0000000..e4aa17c
--- /dev/null
+++ b/security-libs/refpolicy/BUILD
@@ -0,0 +1,3 @@
+echo CFLAGS = $CFLAGS
+sedit "s:\-g \$(OPTIONS) \-Wall \-O2 \-pipe:${CFLAGS} \$(OPTIONS):"
Makefile
+make
diff --git a/security-libs/refpolicy/CONFLICTS
b/security-libs/refpolicy/CONFLICTS
new file mode 100755
index 0000000..01df82a
--- /dev/null
+++ b/security-libs/refpolicy/CONFLICTS
@@ -0,0 +1 @@
+conflicts policy y
diff --git a/security-libs/refpolicy/DEPENDS b/security-libs/refpolicy/DEPENDS
new file mode 100755
index 0000000..32e60b3
--- /dev/null
+++ b/security-libs/refpolicy/DEPENDS
@@ -0,0 +1,3 @@
+depends checkpolicy &&
+depends policycoreutils &&
+depends pyxml
diff --git a/security-libs/refpolicy/DETAILS b/security-libs/refpolicy/DETAILS
new file mode 100755
index 0000000..4c57543
--- /dev/null
+++ b/security-libs/refpolicy/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=refpolicy
+ VERSION=20061212
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
+ SOURCE_URL[0]=http://oss.tresys.com/files/$SPELL/$SOURCE
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+ LICENSE[0]=GPL
+ WEB_SITE=http://oss.tresys.com/projects/refpolicy
+ KEYWORDS="security libs"
+ ENTERED=20040616
+ SHORT="Tresys SELinux example policy configuration"
+cat << EOF
+The SELinux Reference Policy project (refpolicy) is a complete SELinux policy
+that can be used as the system policy for a variety of systems and used as
the
+basis for creating other policies. Reference Policy was originally based on
the
+NSA example policy, but aims to accomplish many additional goals.
+
+Reference Policy is under active development, with support and full time
+development staff from Tresys Technology.
+EOF
diff --git a/security-libs/refpolicy/HISTORY b/security-libs/refpolicy/HISTORY
new file mode 100644
index 0000000..ef174a8
--- /dev/null
+++ b/security-libs/refpolicy/HISTORY
@@ -0,0 +1,7 @@
+2007-04-12 Eric Sandall <sandalle AT sourcemage.org>
+ * Copied from policy
+ * DETAILS: Now maintained by TreSys
+ * DEPENDS: Depends on pyxml
+ * CONFLICTS: Auto-conflicts with policy
+ * INSTALL: Location of policy.conf has changed
+
diff --git a/security-libs/refpolicy/INSTALL b/security-libs/refpolicy/INSTALL
new file mode 100755
index 0000000..816e023
--- /dev/null
+++ b/security-libs/refpolicy/INSTALL
@@ -0,0 +1,2 @@
+make install-src &&
+message "Remember to edit policy.conf in /etc/selinux/refpolicy/src/policy
and run 'make install'"
diff --git a/security-libs/refpolicy/refpolicy-20061212.tar.bz2.sig
b/security-libs/refpolicy/refpolicy-20061212.tar.bz2.sig
new file mode 100644
index 0000000..90b38d5
Binary files /dev/null and
b/security-libs/refpolicy/refpolicy-20061212.tar.bz2.sig differ
diff --git a/security/setools/DEPENDS b/security/setools/DEPENDS
index 06de9e5..07c9747 100755
--- a/security/setools/DEPENDS
+++ b/security/setools/DEPENDS
@@ -1,3 +1,3 @@
# The file chcon is from the SELinux patched coreutils
-depends policy &&
+depends refpolicy &&
depends tk
diff --git a/security/setools/HISTORY b/security/setools/HISTORY
index ab045ad..07c7f3f 100644
--- a/security/setools/HISTORY
+++ b/security/setools/HISTORY
@@ -1,3 +1,7 @@
+2007-04-12 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: policy is no longer provided by NSA, switch to refpolicy
+ by Tresys (same people who provide this tool)
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed BUILD_API=2.

diff --git a/utils/gamin/HISTORY b/utils/gamin/HISTORY
index 883de36..d5baf6b 100644
--- a/utils/gamin/HISTORY
+++ b/utils/gamin/HISTORY
@@ -1,3 +1,6 @@
+2007-04-12 Eric Sandall <sandalle AT sourcemage.org>
+ * PRE_BUILD: Rebuild ./configure so it does not fail without g++
+
2006-06-28 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Removed BUILD_API=2, set grimoire-wide

diff --git a/utils/gamin/PRE_BUILD b/utils/gamin/PRE_BUILD
new file mode 100755
index 0000000..78ca95a
--- /dev/null
+++ b/utils/gamin/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+autoreconf



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

Archive powered by MHonArc 2.6.24.

Top of Page