Skip to Content.
Sympa Menu

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

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 (3c487c51020869320e42dd403152c73555afa0c0)
  • Date: Sat, 26 Jun 2010 01:35:02 -0500

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

xorg-app/xdm/CONFIGURE | 4 ++--
xorg-app/xdm/DEPENDS | 5 +++++
xorg-app/xdm/DETAILS | 12 +++++-------
xorg-app/xdm/HISTORY | 7 +++++++
xorg-app/xdm/xdm-1.1.10.tar.bz2.sig |binary
5 files changed, 19 insertions(+), 9 deletions(-)

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

xdm: Optionally depends on libselinux

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

xdm: IPv6 -> ipv6

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

xdm: Removed PKG and XORG_VER

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

xdm: Updated to 1.1.10
SOURCE matches upstream posted SHA1

diff --git a/xorg-app/xdm/CONFIGURE b/xorg-app/xdm/CONFIGURE
index 8b29feb..b48745a 100755
--- a/xorg-app/xdm/CONFIGURE
+++ b/xorg-app/xdm/CONFIGURE
@@ -13,8 +13,8 @@ config_query_option XDM_OPTS \
config_query_option XDM_OPTS \
'Enable IPv6 support?' \
y \
- '--enable-IPv6' \
- '--disable-IPv6' &&
+ '--enable-ipv6' \
+ '--disable-ipv6' &&

config_query_option XDM_OPTS \
'Enable Secure RPC?' \
diff --git a/xorg-app/xdm/DEPENDS b/xorg-app/xdm/DEPENDS
index 764cf7b..4e79dff 100755
--- a/xorg-app/xdm/DEPENDS
+++ b/xorg-app/xdm/DEPENDS
@@ -25,6 +25,11 @@ optional_depends linux-pam
\
'--without-pam' \
'for Pluggable Authentication Module support' &&

+optional_depends libselinux \
+ "--with-selinux" \
+ "--without-selinux" \
+ "for Security Enhanced Linux support" &&
+
suggest_depends xrdb \
"" \
"" \
diff --git a/xorg-app/xdm/DETAILS b/xorg-app/xdm/DETAILS
index 2b47257..a875b46 100755
--- a/xorg-app/xdm/DETAILS
+++ b/xorg-app/xdm/DETAILS
@@ -1,12 +1,10 @@
SPELL=xdm
- PKG=xdm
- VERSION=1.1.9
- XORG_VER=X11R7.1
- SOURCE=${PKG}-${VERSION}.tar.bz2
+ VERSION=1.1.10
+ SOURCE=$SPELL-$VERSION.tar.bz2

SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/app/${SOURCE}
-
SOURCE_HASH=sha512:df09d344e0bbd59b172efd0fb8050c787cf68de0ec33510b4b1b7e484987fdb3296383737215c8e8c27c0dfe57d4b8814ffb7f23740a89ba013fd604a9c9061a
-# SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${PKG}-${VERSION}
+#
SOURCE_HASH=sha512:df09d344e0bbd59b172efd0fb8050c787cf68de0ec33510b4b1b7e484987fdb3296383737215c8e8c27c0dfe57d4b8814ffb7f23740a89ba013fd604a9c9061a
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
LICENSE[0]=XCL
WEB_SITE=http://xorg.freedesktop.org/wiki
ENTERED=20051125
diff --git a/xorg-app/xdm/HISTORY b/xorg-app/xdm/HISTORY
index 68a78b6..e524975 100644
--- a/xorg-app/xdm/HISTORY
+++ b/xorg-app/xdm/HISTORY
@@ -1,3 +1,10 @@
+2010-06-25 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 1.1.10
+ SOURCE matches upstream posted SHA1
+ Removed XORG_VER and PKG
+ * CONFIGURE: IPv6 -> ipv6
+ * DEPENDS: Optionally depends on libselinux
+
2009-09-24 Andraž "ruskie" Levstik <ruskie+f03a580f AT codemages.net>
* DETAILS: updated spell to 1.1.9

diff --git a/xorg-app/xdm/xdm-1.1.10.tar.bz2.sig
b/xorg-app/xdm/xdm-1.1.10.tar.bz2.sig
new file mode 100644
index 0000000..e4d9a64
Binary files /dev/null and b/xorg-app/xdm/xdm-1.1.10.tar.bz2.sig differ



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (3c487c51020869320e42dd403152c73555afa0c0), Eric Sandall, 06/26/2010

Archive powered by MHonArc 2.6.24.

Top of Page