Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=xfcetesting.git;a=commitdiff;h=63916d790193a8c1b302599b44832328011d1190

commit 63916d790193a8c1b302599b44832328011d1190
Author: Miklos Vajna <vmik...@frugalware.org>
Date:   Mon Jan 10 23:14:50 2011 +0100

dazuko-2.3.8-1-i686

- version bump

diff --git a/source/apps-extra/dazuko/FrugalBuild 
b/source/apps-extra/dazuko/FrugalBuild
index a6038e5..504b406 100644
--- a/source/apps-extra/dazuko/FrugalBuild
+++ b/source/apps-extra/dazuko/FrugalBuild
@@ -2,10 +2,10 @@
# Maintainer: Janos Kovacs <ja...@frugalware.org>

pkgname=dazuko
-pkgver=2.3.7
+pkgver=2.3.8
realver=${pkgver/pre/-pre}
redirver=0.10
-pkgrel=26
+pkgrel=1
pkgdesc="On-access virus scanning kernel interface"
url="http://www.dazuko.org";
license="GPL-2 BSD"
@@ -18,8 +18,7 @@ _F_archive_grepv="\(source\|birthday\|pre\)"
up2date="Flasttar http://dazuko.dnsalias.org/files/";
source=(http://dazuko.dnsalias.org/files/dazuko-$pkgver.tar.gz \
http://www.redirfs.org/packages/redirfs-$redirver.tar.gz \
-       README.Frugalware \
-       kernel-2.6.{29,33,34,36}.patch)
+       README.Frugalware kernel-2.6.{33,34,36,37}.patch)
signatures=($source.asc '' '' '' '' '' '')

build() {
diff --git a/source/apps-extra/dazuko/kernel-2.6.29.patch 
b/source/apps-extra/dazuko/kernel-2.6.29.patch
deleted file mode 100644
index 65d1fee..0000000
--- a/source/apps-extra/dazuko/kernel-2.6.29.patch
+++ /dev/null
@@ -1,15 +0,0 @@
----
- dazuko_redirfs.c |    2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
---- a/dazuko_redirfs.c
-+++ b/dazuko_redirfs.c
-@@ -659,7 +659,7 @@ int dazuko_sys_generic(struct inode *ino
-               event_p.set_mode = 1;
-               event_p.pid = current->pid;
-               event_p.set_pid = 1;
--              event_p.uid = current->uid;
-+              event_p.uid = current_uid();
-               event_p.set_uid = 1;
-
-               dfs = (struct dazuko_file_struct *)xp_malloc(sizeof(struct 
dazuko_file_struct));
diff --git a/source/apps-extra/dazuko/kernel-2.6.37.patch 
b/source/apps-extra/dazuko/kernel-2.6.37.patch
new file mode 100644
index 0000000..9705e51
--- /dev/null
+++ b/source/apps-extra/dazuko/kernel-2.6.37.patch
@@ -0,0 +1,13 @@
+diff --git a/dazuko_redirfs.c b/dazuko_redirfs.c
+index 8659d2b..884c30a 100644
+--- a/dazuko_redirfs.c
++++ b/dazuko_redirfs.c
+@@ -96,7 +96,7 @@ static struct file_operations        fops = {
+
+ inline void xp_init_mutex(struct xp_mutex *mutex)
+ {
+-      init_MUTEX(&(mutex->mutex));
++      sema_init(&(mutex->mutex), 1);
+ }
+
+ inline void xp_down(struct xp_mutex *mutex)
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to