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.