New commits:
commit 060dde2ba439f58c2cbfbd940ecc7e79f14616d3
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
Bug #13665: SELinux support is broken and, if enabled, will lead to a
broken box. Commented out all enablers of SELinux except for SELinux-specific
packages
diff --git a/archive/rpm/CONFIGURE b/archive/rpm/CONFIGURE
index 2a4b806..5e53c6a 100755
--- a/archive/rpm/CONFIGURE
+++ b/archive/rpm/CONFIGURE
@@ -1,2 +1,2 @@
-config_query_option RPM_SELINUX "selinux support?" n "--with-selinux"
"--without-selinux"
+#config_query_option RPM_SELINUX "selinux support?" n "--with-selinux"
"--without-selinux"
config_query_option RPM_API "build API docs?" n "--with-apidocs"
"--without-apidocs"
diff --git a/archive/rpm/HISTORY b/archive/rpm/HISTORY
index d05ba34..ce2487e 100644
--- a/archive/rpm/HISTORY
+++ b/archive/rpm/HISTORY
@@ -1,3 +1,6 @@
+2007-03-29 Eric Sandall <sandalle AT sourcemage.org>
+ * CONFIGURE: Comment out SELinux support, broken (Bug #13665)
+
2006-10-24 Treeve Jelbert <treeve AT pi.be>
* DETAILS: version 4.4.7
diff --git a/disk/udev-old/DEPENDS b/disk/udev-old/DEPENDS
index f17ed61..f7e8898 100755
--- a/disk/udev-old/DEPENDS
+++ b/disk/udev-old/DEPENDS
@@ -8,10 +8,10 @@ if [[ "$KVER" < "2.6.13" ]]; then
depends hotplug
fi &&
optional_depends SYSTEM-LOGGER \
"USE_LOG=true" \
diff --git a/disk/udev/HISTORY b/disk/udev/HISTORY
index 1af3806..821a84e 100644
--- a/disk/udev/HISTORY
+++ b/disk/udev/HISTORY
@@ -1,3 +1,6 @@
+2007-03-29 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Comment out libselinux until it works (Bug #13665)
+
2007-02-14 Juuso Alasuutari <iuso AT sourcemage.org>
* PRE_SUB_DEPENDS, SUB_DEPENDS: Added, new sub-dependency
VOLUME_ID for bug #13500.
diff --git a/gnome2-libs/gdm2/CONFIGURE b/gnome2-libs/gdm2/CONFIGURE
index c42c064..4ab9bbd 100755
--- a/gnome2-libs/gdm2/CONFIGURE
+++ b/gnome2-libs/gdm2/CONFIGURE
@@ -4,8 +4,8 @@ config_query_option GDM_SECURE "Enable
"--enable-secureremote=yes" "--enable-secureremote=no"
&&
config_query_option GDM_XEVIE "Add XEvIE Xserver extension support?" n \
"--with-xevie=yes" "--with-xevie=no"
&&
-config_query_option GDM_SELINUX "Add SELinux Support?" n \
- "--with-selinux=yes" "--with-selinux=no"
&&
+#config_query_option GDM_SELINUX "Add SELinux Support?" n
\
+# "--with-selinux=yes" "--with-selinux=no"
&&
config_query_option GDM_IPV6 "Enable IPv6?" n \
"--enable-ipv6=yes" "--enable-ipv6=no"
&&
diff --git a/gnome2-libs/gdm2/HISTORY b/gnome2-libs/gdm2/HISTORY
index d8a93bb..d38cba4 100644
--- a/gnome2-libs/gdm2/HISTORY
+++ b/gnome2-libs/gdm2/HISTORY
@@ -1,3 +1,6 @@
+2007-03-29 Eric Sandall <sandalle AT sourcemage.org>
+ * CONFIGURE: Comment out SELinux support (Bug #13665)
+
2007-03-16 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 2.18.0
diff --git a/gnome2-libs/gnome-system-monitor/CONFIGURE
b/gnome2-libs/gnome-system-monitor/CONFIGURE
index b9fa0b0..ee4a7a6 100755
--- a/gnome2-libs/gnome-system-monitor/CONFIGURE
+++ b/gnome2-libs/gnome-system-monitor/CONFIGURE
@@ -1 +1 @@
-config_query SELINUX "Enable SELinux support?" n
+#config_query SELINUX "Enable SELinux support?" n
diff --git a/gnome2-libs/gnome-system-monitor/HISTORY
b/gnome2-libs/gnome-system-monitor/HISTORY
index 589ab3b..8841909 100644
--- a/gnome2-libs/gnome-system-monitor/HISTORY
+++ b/gnome2-libs/gnome-system-monitor/HISTORY
@@ -1,3 +1,6 @@
+2007-03-29 Eric Sandall <sandalle AT sourcemage.org>
+ * CONFIGURE: Comment out SELinux support (Bug #13665)
+
2007-03-16 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 2.18.0
diff --git a/utils/util-linux/CONFIGURE b/utils/util-linux/CONFIGURE
index 834b753..9197a77 100755
--- a/utils/util-linux/CONFIGURE
+++ b/utils/util-linux/CONFIGURE
@@ -1,4 +1,4 @@
if [ ! -e ${INSTALL_ROOT}/etc/sysconfig/hwclock ]; then
config_query UTC "Should the hardware clock store time in UTC (may break
systems like MS Windows)?" y
fi
-config_query SELINUX "Do you want to enable selinux support?" n
+#config_query SELINUX "Do you want to enable selinux support?" n
diff --git a/utils/util-linux/HISTORY b/utils/util-linux/HISTORY
index 796549e..7c2e360 100644
--- a/utils/util-linux/HISTORY
+++ b/utils/util-linux/HISTORY
@@ -1,3 +1,6 @@
+2007-03-29 Eric Sandall <sandalle AT sourcemage.org>
+ * CONFIGURE: Comment out SELinux support (Bug #13665)
+
2007-03-11 Thomas Orgis <sobukus AT sourcemage.org>
* BUILD: moved the create_group tty down so that it will break the
chain
and let the cast fail early if it fails
[SM-Commit] GIT changes to master grimoire by Eric Sandall (060dde2ba439f58c2cbfbd940ecc7e79f14616d3),
Eric Sandall, 03/29/2007