Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-rc-0.8 grimoire by Jaka Kranjc (773e310221c3e9fbf937ba2f636112ccc2824dd8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to stable-rc-0.8 grimoire by Jaka Kranjc (773e310221c3e9fbf937ba2f636112ccc2824dd8)
  • Date: Sat, 10 Mar 2007 12:42:15 -0600

GIT changes to stable-rc-0.8 grimoire by Jaka Kranjc
<lynxlynxlynx AT sourcemage.org>:

e/edje_viewer/DETAILS | 3 ++-
e/edje_viewer/HISTORY | 5 +++++
e/edje_viewer/PRE_BUILD | 7 +++++++
e/estickies/DETAILS | 3 ++-
e/estickies/HISTORY | 5 +++++
e/estickies/PRE_BUILD | 7 +++++++
ftp/yafc/BUILD | 1 +
ftp/yafc/HISTORY | 3 +++
security/shadow/DETAILS | 2 +-
security/shadow/HISTORY | 5 +++++
security/shadow/pam.d/groupadd | 2 +-
security/shadow/pam.d/groupdel | 2 +-
security/shadow/pam.d/shadow | 2 +-
security/shadow/pam.d/useradd | 2 +-
security/shadow/pam.d/userdel | 2 +-
security/shadow/pam.d/usermod | 2 +-
smgl/init.d/DEPENDS | 7 ++++---
smgl/init.d/HISTORY | 4 ++++
18 files changed, 52 insertions(+), 12 deletions(-)

New commits:
commit 773e310221c3e9fbf937ba2f636112ccc2824dd8
Author: Ladislav Hagara <ladislav.hagara AT unob.cz>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

estickies: SOURCE_URL's fix, e17/proto -> e17/apps [Bug 13584]
(cherry picked from commit 4dd3f15fb0945efce5dc272c572502b0e4426a45)

commit 865a97e7fae85d446d31274a4e0e61fafed1815e
Author: Ladislav Hagara <ladislav.hagara AT unob.cz>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

edje_viewer: SOURCE_URL's fix, e17/proto -> e17/apps [Bug 13586]
(cherry picked from commit f1b5f73156b1dc69bf391eaafc1d4f5efeb42b7d)

commit a2bb429a0a7d9d0494d8b63502937b0630eb9073
Author: Mathieu Lonjaret <lejatorn AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

yafc: fixing bug 13587
(cherry picked from commit 0e0350b70b539edfc574156f72ae69da7c6f4599)

commit cc0ea9160212a51a40d65e51ded83ed323b3f73a
Author: Juuso Alasuutari <iuso AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

init.d: fixed kernel version checking in DEPENDS that erroneously caused
udev-old to be pulled in as dependency in some cases
(cherry picked from commit c096a4f91a4de3bb07ce858fa95a629fd8db2546)

commit f71bb21f07540cc79c5915cf1313d4bb78013f95
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

shadow: fixing bug 13600, pam_unix_auth.so is replaced by pam_unix.so
(cherry picked from commit 1cacf5cbe4a6705b2c10b0a5a8e616965e12323f)

diff --git a/e/edje_viewer/DETAILS b/e/edje_viewer/DETAILS
index 0ba95fc..0716250 100755
--- a/e/edje_viewer/DETAILS
+++ b/e/edje_viewer/DETAILS
@@ -1,4 +1,5 @@
SPELL=edje_viewer
+ PATCHLEVEL=1
if [ "$EDJE_VIEWER_CVS_AUTOUPDATE" == "y" ]; then
VERSION=$(date +%Y%m%d)
else
@@ -6,7 +7,7 @@ else
fi
SOURCE=$SPELL-cvs.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs
-
SOURCE_URL[0]=cvs://:pserver:anonymous AT anoncvs.enlightenment.org:/var/cvs/e:e17/proto/$SPELL
+
SOURCE_URL[0]=cvs://:pserver:anonymous AT anoncvs.enlightenment.org:/var/cvs/e:e17/apps/$SPELL
FORCE_DOWNLOAD=on
SOURCE_IGNORE=volatile
WEB_SITE=http://enlightenment.org/
diff --git a/e/edje_viewer/HISTORY b/e/edje_viewer/HISTORY
index 5e46a1d..3cba83c 100644
--- a/e/edje_viewer/HISTORY
+++ b/e/edje_viewer/HISTORY
@@ -1,3 +1,8 @@
+2007-03-04 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: SOURCE_URL's fix, e17/proto -> e17/apps [Bug 13586]
+ PATCHLEVEL=1
+ * PRE_BUILD: sources from old SOURCE_URL must be removed
+
2006-06-20 Ladislav Hagara <hgr AT vabo.cz>
* *: created this spell

diff --git a/e/edje_viewer/PRE_BUILD b/e/edje_viewer/PRE_BUILD
index 534a7d3..7de6369 100755
--- a/e/edje_viewer/PRE_BUILD
+++ b/e/edje_viewer/PRE_BUILD
@@ -1,3 +1,10 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
+
+if grep proto CVS/Repository > /dev/null; then
+message "${PROBLEM_COLOR}SOURCE_URL of $SPELL has been changed.
+Please remove old /var/spool/sorcery/$SPELL-cvs.tar.bz2${DEFAULT_COLOR}" &&
+return 1
+fi &&
+
NOCONFIGURE=ON ./autogen.sh
diff --git a/e/estickies/DETAILS b/e/estickies/DETAILS
index b91e2ea..3192fb1 100755
--- a/e/estickies/DETAILS
+++ b/e/estickies/DETAILS
@@ -1,4 +1,5 @@
SPELL=estickies
+ PATCHLEVEL=1
if [ "$ESTICKIES_CVS_AUTOUPDATE" == "y" ]; then
VERSION=$(date +%Y%m%d)
else
@@ -6,7 +7,7 @@ else
fi
SOURCE=$SPELL-cvs.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs
-
SOURCE_URL[0]=cvs://:pserver:anonymous AT anoncvs.enlightenment.org:/var/cvs/e:e17/proto/$SPELL
+
SOURCE_URL[0]=cvs://:pserver:anonymous AT anoncvs.enlightenment.org:/var/cvs/e:e17/apps/$SPELL
FORCE_DOWNLOAD=on
SOURCE_IGNORE=volatile
WEB_SITE=http://enlightenment.org/
diff --git a/e/estickies/HISTORY b/e/estickies/HISTORY
index bdc9da0..749e5dd 100644
--- a/e/estickies/HISTORY
+++ b/e/estickies/HISTORY
@@ -1,3 +1,8 @@
+2007-03-04 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: SOURCE_URL's fix, e17/proto -> e17/apps [Bug 13584]
+ PATCHLEVEL=1
+ * PRE_BUILD: sources from old SOURCE_URL must be removed
+
2006-08-02 Ladislav Hagara <hgr AT vabo.cz>
* *: created this spell

diff --git a/e/estickies/PRE_BUILD b/e/estickies/PRE_BUILD
index 534a7d3..7de6369 100755
--- a/e/estickies/PRE_BUILD
+++ b/e/estickies/PRE_BUILD
@@ -1,3 +1,10 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
+
+if grep proto CVS/Repository > /dev/null; then
+message "${PROBLEM_COLOR}SOURCE_URL of $SPELL has been changed.
+Please remove old /var/spool/sorcery/$SPELL-cvs.tar.bz2${DEFAULT_COLOR}" &&
+return 1
+fi &&
+
NOCONFIGURE=ON ./autogen.sh
diff --git a/ftp/yafc/BUILD b/ftp/yafc/BUILD
index 3bfea15..c94a3a4 100755
--- a/ftp/yafc/BUILD
+++ b/ftp/yafc/BUILD
@@ -2,4 +2,5 @@ aclocal -I cf &&
autoheader &&
autoconf &&
automake --add-missing --gnu &&
+OPTS="--without-krb5 $OPTS" &&
default_build
diff --git a/ftp/yafc/HISTORY b/ftp/yafc/HISTORY
index 16f5e7a..cddc2b1 100644
--- a/ftp/yafc/HISTORY
+++ b/ftp/yafc/HISTORY
@@ -1,3 +1,6 @@
+2007-03-04 Mathieu Lonjaret <lejatorn AT sourcemage.org>
+ * BUILD: removed krb5 support because of bug 13587
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed BUILD_API=2.

diff --git a/security/shadow/DETAILS b/security/shadow/DETAILS
index 797de76..ebe63b0 100755
--- a/security/shadow/DETAILS
+++ b/security/shadow/DETAILS
@@ -7,7 +7,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
WEB_SITE=http://shadow.pld.org.pl/
ENTERED=20050303
PATCHLEVEL=3
- SECURITY_PATCH=2
+ SECURITY_PATCH=3
KEYWORDS="security password"
SHORT="Shadow password file utilities"

diff --git a/security/shadow/HISTORY b/security/shadow/HISTORY
index d4ee404..2b06b32 100644
--- a/security/shadow/HISTORY
+++ b/security/shadow/HISTORY
@@ -1,3 +1,8 @@
+2007-03-08 Thomas Orgis <sobukus AT sourcemage.org>
+ * pam.d/*: replace all pam_unix_auth.so with pam-unix.so as only the
latter
+ remains with newer pam (but 13600)
+ * DETAILS: security-patch, as any pam misconfiguration is dangerous
+
2007-02-07 Thomas Orgis <sobukus AT sourcemage.org>
* CONFIGURE: neverending story... really run pwck when checking
passwd files!
* CONFIGURE: also removed the whole $INSTALL_ROOT thing: it is not
for real,
diff --git a/security/shadow/pam.d/groupadd b/security/shadow/pam.d/groupadd
index 7ce2833..01fc32d 100755
--- a/security/shadow/pam.d/groupadd
+++ b/security/shadow/pam.d/groupadd
@@ -2,6 +2,6 @@
# The PAM configuration file for the `groupadd' service
#
auth sufficient pam_rootok.so
-auth required pam_unix_auth.so
+auth required pam_unix.so
account required pam_unix.so
password required pam_permit.so
diff --git a/security/shadow/pam.d/groupdel b/security/shadow/pam.d/groupdel
index 7ce2833..01fc32d 100755
--- a/security/shadow/pam.d/groupdel
+++ b/security/shadow/pam.d/groupdel
@@ -2,6 +2,6 @@
# The PAM configuration file for the `groupadd' service
#
auth sufficient pam_rootok.so
-auth required pam_unix_auth.so
+auth required pam_unix.so
account required pam_unix.so
password required pam_permit.so
diff --git a/security/shadow/pam.d/shadow b/security/shadow/pam.d/shadow
index 66c7a4c..30ab18b 100755
--- a/security/shadow/pam.d/shadow
+++ b/security/shadow/pam.d/shadow
@@ -2,6 +2,6 @@
# The PAM configuration file for the `shadow' service
#
auth sufficient pam_rootok.so
-auth required pam_unix_auth.so
+auth required pam_unix.so
account required pam_unix.so
password required pam_permit.so
diff --git a/security/shadow/pam.d/useradd b/security/shadow/pam.d/useradd
index 1fb5a90..6a4befa 100755
--- a/security/shadow/pam.d/useradd
+++ b/security/shadow/pam.d/useradd
@@ -2,6 +2,6 @@
# The PAM configuration file for the `useradd' service
#
auth sufficient pam_rootok.so
-auth required pam_unix_auth.so
+auth required pam_unix.so
account required pam_unix.so
password required pam_permit.so
diff --git a/security/shadow/pam.d/userdel b/security/shadow/pam.d/userdel
index 2293929..f3d4a78 100755
--- a/security/shadow/pam.d/userdel
+++ b/security/shadow/pam.d/userdel
@@ -2,6 +2,6 @@
# The PAM configuration file for the `userdel' service
#
auth sufficient pam_rootok.so
-auth required pam_unix_auth.so
+auth required pam_unix.so
account required pam_unix.so
password required pam_permit.so
diff --git a/security/shadow/pam.d/usermod b/security/shadow/pam.d/usermod
index 49de399..d6f6e10 100755
--- a/security/shadow/pam.d/usermod
+++ b/security/shadow/pam.d/usermod
@@ -2,6 +2,6 @@
# The PAM configuration file for the `usermod' service
#
auth sufficient pam_rootok.so
-auth required pam_unix_auth.so
+auth required pam_unix.so
account required pam_unix.so
password required pam_permit.so
diff --git a/smgl/init.d/DEPENDS b/smgl/init.d/DEPENDS
index 636f6d9..b4da7f1 100755
--- a/smgl/init.d/DEPENDS
+++ b/smgl/init.d/DEPENDS
@@ -9,9 +9,10 @@ then
the old static /dev"
elif [[ $DEVICES == udev ]]
then
- local VER2=$(echo $VERSION | cut -d. -f2) &&
- local VER3=$(echo $VERSION | cut -d. -f3) &&
- VER3=${VER3%%[^0-9]*} &&
+ local KVER=$(get_kernel_version) &&
+ local VER2=$(echo $KVER | cut -d. -f2) &&
+ local VER3=$(echo $KVER | cut -d. -f3) &&
+ VER3=${VER3%%[^0-9]*} &&

if (( VER2 > 6 )) ||
(( VER2 == 6 && VER3 > 14 )) ||
diff --git a/smgl/init.d/HISTORY b/smgl/init.d/HISTORY
index 6e5427a..bf46ed0 100644
--- a/smgl/init.d/HISTORY
+++ b/smgl/init.d/HISTORY
@@ -1,3 +1,7 @@
+2007-03-05 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DEPENDS: Fixed error in kernel version checking that in some
+ cases erroneously caused udev-old to be pulled in.
+
2007-02-03 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS, files/smgl_init: bug 13015 give message when refraining
from running init script that is not configured as provider,



  • [SM-Commit] GIT changes to stable-rc-0.8 grimoire by Jaka Kranjc (773e310221c3e9fbf937ba2f636112ccc2824dd8), Jaka Kranjc, 03/10/2007

Archive powered by MHonArc 2.6.24.

Top of Page