This is an automated email from the git hooks/post-receive script.

tmancill pushed a commit to branch master
in repository commons-daemon.

commit 3dff4ad3d5f2f1aeb0dfe0e191c35d9617580235
Author: Michael Koch <[email protected]>
Date:   Wed May 7 20:03:55 2008 +0200

    Imported Debian patch 1.0.2~svn20061127-9
---
 debian/changelog                   | 7 +++++++
 src/native/unix/native/jsvc-unix.c | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 9cb4a28..f131043 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+commons-daemon (1.0.2~svn20061127-9) unstable; urgency=low
+
+  * Added patch to handle old capabilities version in jsvc-unix.c.
+    Closes: #412690
+
+ -- Michael Koch <[email protected]>  Wed, 07 May 2008 20:03:55 +0200
+
 commons-daemon (1.0.2~svn20061127-8) unstable; urgency=low
 
   * Clean src/native/unix/configure. Closes: #478503
diff --git a/src/native/unix/native/jsvc-unix.c 
b/src/native/unix/native/jsvc-unix.c
index aa5373b..c6a35df 100644
--- a/src/native/unix/native/jsvc-unix.c
+++ b/src/native/unix/native/jsvc-unix.c
@@ -174,7 +174,7 @@ static int set_caps(int caps)
     struct __user_cap_data_struct cap;
  
     memset(&caphead, 0, sizeof caphead);
-    caphead.version = _LINUX_CAPABILITY_VERSION;
+    caphead.version = 0x19980330;
     caphead.pid = 0;
     memset(&cap, 0, sizeof cap);
     cap.effective = caps;

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/commons-daemon.git

_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to