Skip to Content.
Sympa Menu

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

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 (ae8a7f865c270db51778c7a83b369e481c50f851)
  • Date: Mon, 24 Mar 2008 17:13:02 -0500

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

libs/libcap/HISTORY | 4 ++++
libs/libcap/UP_TRIGGERS | 2 +-
net/samba/DEPENDS | 4 ++--
net/samba/HISTORY | 11 +++++++----
video/mplayer/DEPENDS | 2 ++
video/mplayer/HISTORY | 4 ++++
x11-toolkits/gtk+2/DEPENDS | 17 +++++++++--------
x11-toolkits/gtk+2/HISTORY | 3 +++
8 files changed, 32 insertions(+), 15 deletions(-)

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

mplayer: Depends on libcap

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

samba: Depends on libcap

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

gtk+2: Depends on e2fsprogs for libcom_err

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

libcap: Use :0:4 to match the entire VERSION (2.08)

diff --git a/libs/libcap/HISTORY b/libs/libcap/HISTORY
index 4c49d56..612b8d6 100644
--- a/libs/libcap/HISTORY
+++ b/libs/libcap/HISTORY
@@ -1,3 +1,6 @@
+2008-03-24 Eric Sandall <sandalle AT sourcemage.org>
+ * UP_TRIGGERS: ${VERSION:0:3} only matches 2.0, not 2.08, use :0:4
+
2008-03-23 Vlad Glagolev <stealth AT Sourcemage.org>
* DETAILS: cleaned up
* PRE_BUILD: fixed the bug during compilation (about indent),
@@ -49,3 +52,4 @@

2004-03-30 Seth Woolley <seth AT tautology.org>
* DETAILS, BUILD: spell added, libcap-1.10
+
diff --git a/libs/libcap/UP_TRIGGERS b/libs/libcap/UP_TRIGGERS
index 5fc176e..f908ae4 100755
--- a/libs/libcap/UP_TRIGGERS
+++ b/libs/libcap/UP_TRIGGERS
@@ -3,7 +3,7 @@
local OLD_SPELL_VERSION=""
if spell_ok $SPELL; then
OLD_SPELL_VERSION="$(installed_version $SPELL)"
- if test "${VERSION:0:3}" != "${OLD_SPELL_VERSION:0:3}"; then
+ if test "${VERSION:0:4}" != "${OLD_SPELL_VERSION:0:4}"; then
message "This is a possibly incompatible update of libcap..."
message "Figuring out what spells need to be recast, this may take a
while."
for each in $(show_up_depends $SPELL); do
diff --git a/net/samba/DEPENDS b/net/samba/DEPENDS
index 27e46ad..9f06102 100755
--- a/net/samba/DEPENDS
+++ b/net/samba/DEPENDS
@@ -1,4 +1,5 @@
depends e2fsprogs &&
+depends libcap &&
depends popt "--without-included-popt" &&

if [[ "$SAMBA_AD" == "y" ]]; then
@@ -8,10 +9,9 @@ else
optional_depends openldap \
"--with-ldap" \
"--without-ldap" \
- "for LDAP support"
+ "for LDAP support"
fi &&

-
optional_depends readline \
"--with-readline" \
"--without-readline" \
diff --git a/net/samba/HISTORY b/net/samba/HISTORY
index 3a89a24..bd88f7a 100644
--- a/net/samba/HISTORY
+++ b/net/samba/HISTORY
@@ -1,3 +1,6 @@
+2008-03-24 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Depends on libcap
+
2008-03-21 Eric Sandall <sandalle AT sourcemage.org>
* DEPENDS: Depends on e2fsprogs for libcom_err and libss

@@ -60,7 +63,7 @@
2007-05-16 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 3.0.35
SECURITY_PATCH++
- o CVE-2007-2444
+ o CVE-2007-2444
Local SID/Name translation bug can result in
user privilege elevation
o CVE-2007-2446
@@ -126,7 +129,7 @@
* DEPENDS: Changed to CUPS from cups

2006-06-09 Unet <unet AT sourcemage.org>
- * CONFIGURE, BUILD, DETAILS, INSTALL, PRE_BUILD: Added support
+ * CONFIGURE, BUILD, DETAILS, INSTALL, PRE_BUILD: Added support
for samba-vscan

2006-03-30 George Sherwood <george AT beernabeer.com>
@@ -391,7 +394,7 @@
* DETAILS: vers. inc. to 2.2.7a

2002-12-09 Eric Schabell <eschabell AT sourcemage.org>
- * init.d/samba.sh: Added, removed xinetd startup as it was borked,
+ * init.d/samba.sh: Added, removed xinetd startup as it was borked,
* POST_REMOVE,BUILD: Added,modified to install and remove
symlinks correctly, UPDATE filed bumped for correct install,
fixes bugs #1536 and #1705.
@@ -439,7 +442,7 @@
Changed LICENSE to LICENSE[0]

2002-08-07 Eric Schabell <eschabell AT sourcemage.org>
- * DETAILS: Added two new urls, removed samba.org,
+ * DETAILS: Added two new urls, removed samba.org,
fixes bug #556.

2002-07-05 Jeff Schmidt <jschmidt AT fnal.gov>
diff --git a/video/mplayer/DEPENDS b/video/mplayer/DEPENDS
index 0b35e22..253ea94 100755
--- a/video/mplayer/DEPENDS
+++ b/video/mplayer/DEPENDS
@@ -1,3 +1,5 @@
+depends libcap &&
+
if [ "$MPLAYER_GUI" == "gtk+" ]
then depends gtk+ '--enable-gui --enable-gtk1' &&
depends mplayer-gui
diff --git a/video/mplayer/HISTORY b/video/mplayer/HISTORY
index 9427320..e70687d 100644
--- a/video/mplayer/HISTORY
+++ b/video/mplayer/HISTORY
@@ -1,3 +1,6 @@
+2008-03-24 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Depends on libcap
+
2008-03-09 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS, PRE_BUILD, demux_audio_fix_20080129.diff,
demux_mov_fix_20080129.diff, stream_cddb_fix_20080120.diff,
@@ -509,3 +512,4 @@
2002-04-23 Eric Schabell <eric AT schabell.com>
* HISTORY: Added this History file
* DETAILS: version 0.90.pre1.
+
diff --git a/x11-toolkits/gtk+2/DEPENDS b/x11-toolkits/gtk+2/DEPENDS
index 78a1dd6..1175fac 100755
--- a/x11-toolkits/gtk+2/DEPENDS
+++ b/x11-toolkits/gtk+2/DEPENDS
@@ -1,11 +1,12 @@
-depends X11-LIBS &&
-depends glib2 &&
-depends atk &&
-depends pango &&
-depends libpng &&
-depends jpeg &&
-depends tiff &&
-depends cairo &&
+depends atk &&
+depends cairo &&
+depends e2fsprogs &&
+depends glib2 &&
+depends jpeg &&
+depends libpng &&
+depends pango &&
+depends tiff &&
+depends X11-LIBS &&

source $GRIMOIRE/FUNCTIONS &&

diff --git a/x11-toolkits/gtk+2/HISTORY b/x11-toolkits/gtk+2/HISTORY
index d54736e..34bb016 100644
--- a/x11-toolkits/gtk+2/HISTORY
+++ b/x11-toolkits/gtk+2/HISTORY
@@ -1,3 +1,6 @@
+2008-03-24 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Depends on e2fsprogs for libcom_err
+
2008-03-12 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 2.12.9
Fixed SOURCE_URL[1]



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (ae8a7f865c270db51778c7a83b369e481c50f851), Eric Sandall, 03/24/2008

Archive powered by MHonArc 2.6.24.

Top of Page