Your message dated Wed, 30 May 2001 14:57:21 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#99036: fixed in libcap2 0.cvs.20010529-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Darren Benham
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 28 May 2001 15:34:59 +0000
>From [EMAIL PROTECTED] Mon May 28 10:34:59 2001
Return-path: <[EMAIL PROTECTED]>
Received: from 212186010174.11.tuwien.teleweb.at (hoss.orcus.priv.at) 
[212.186.10.174] 
        by master.debian.org with esmtp (Exim 3.12 1 (Debian))
        id 154P2o-00031L-00; Mon, 28 May 2001 10:34:59 -0500
Received: by hoss.orcus.priv.at (Postfix, from userid 1000)
        id C66E8EF14; Mon, 28 May 2001 17:34:58 +0200 (CEST)
From: Robert Bihlmeyer <[EMAIL PROTECTED]>
Subject: ITP: libcap2 -- support for POSIX.1e capabilities
To: [EMAIL PROTECTED]
X-Mailer: bug 3.3.9
Message-Id: <[EMAIL PROTECTED]>
Date: Mon, 28 May 2001 17:34:58 +0200 (CEST)
Delivered-To: [EMAIL PROTECTED]

Package: wnpp
Version: N/A
Severity: wishlist

I've confered with the libcap1 maintainer. He has no plans to maintain
libcap2, so I intend to take it.

Description: Support for POSIX.1e capabilities
 This library provides interfaces to the POSIX 1003.1e capabilites
 available in Linux kernels. These capabilities are a partitioning of
 the all powerful root privilege into a set of distinct privileges.
 Note that it will not provide any functionality with kernels below
 2.2.
 .
 This version of libcap is a development snapshot. The stable version
 is in libcap1.

Copyright: GPL (or some alternate BSDish copyright)

---------------------------------------
Received: (at 99036-close) by bugs.debian.org; 30 May 2001 19:15:12 +0000
>From [EMAIL PROTECTED] Wed May 30 14:15:11 2001
Return-path: <[EMAIL PROTECTED]>
Received: from auric.debian.org [206.246.226.45] 
        by master.debian.org with esmtp (Exim 3.12 1 (Debian))
        id 155BR1-0005NO-00; Wed, 30 May 2001 14:15:11 -0500
Received: from troup by auric.debian.org with local (Exim 3.12 1 (Debian))
        id 155B9l-0007uP-00; Wed, 30 May 2001 14:57:21 -0400
From: Robert Bihlmeyer <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.42 $
Subject: Bug#99036: fixed in libcap2 0.cvs.20010529-1
Message-Id: <[EMAIL PROTECTED]>
Sender: James Troup <[EMAIL PROTECTED]>
Date: Wed, 30 May 2001 14:57:21 -0400
Delivered-To: [EMAIL PROTECTED]

We believe that the bug you reported is fixed in the latest version of
libcap2, which has been installed in the Debian FTP archive:

libcap2_0.cvs.20010529-1.diff.gz
  to pool/main/libc/libcap2/libcap2_0.cvs.20010529-1.diff.gz
libcap2_0.cvs.20010529-1_i386.deb
  to pool/main/libc/libcap2/libcap2_0.cvs.20010529-1_i386.deb
libcap2-bin_0.cvs.20010529-1_i386.deb
  to pool/main/libc/libcap2/libcap2-bin_0.cvs.20010529-1_i386.deb
libcap2-dev_0.cvs.20010529-1_i386.deb
  to pool/main/libc/libcap2/libcap2-dev_0.cvs.20010529-1_i386.deb
libcap2_0.cvs.20010529-1.dsc
  to pool/main/libc/libcap2/libcap2_0.cvs.20010529-1.dsc
libcap2_0.cvs.20010529.orig.tar.gz
  to pool/main/libc/libcap2/libcap2_0.cvs.20010529.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Robert Bihlmeyer <[EMAIL PROTECTED]> (supplier of updated libcap2 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Tue, 29 May 2001 19:32:55 +0200
Source: libcap2
Binary: libcap2 libcap2-dev libcap2-bin
Architecture: source i386
Version: 0.cvs.20010529-1
Distribution: unstable
Urgency: low
Maintainer: Robert Bihlmeyer <[EMAIL PROTECTED]>
Changed-By: Robert Bihlmeyer <[EMAIL PROTECTED]>
Description: 
 libcap2    - Support for POSIX.1e capabilities
 libcap2-bin - Support for POSIX.1e capabilities
 libcap2-dev - Support for POSIX.1e capabilities (header files)
Closes: 99036
Changes: 
 libcap2 (0.cvs.20010529-1) unstable; urgency=low
 .
   * Initial release (closes: bug#99036).
   * Install .so link into /usr/lib instead of /lib.
   * Use CC instead of LD to create shared lib, so that libc gets linked
     in.
   * There is no need to hand variables assigned in Make.Rules to submakes.
   * Code for hared libraries should be compiled with -fPIC.
   * The syscall2 assembler code does not mix well with that on i386.
     Fortunately, glibc (2.2 at least) already provides cap[gs]et. So no
     need to define these syscalls ourselves.
   * Be independent of /usr/include/linux/capability.h:
     + Embed linux/capability.h from newest kernel directly in
       sys/capability.h
     + Include sys/capability.h in _makenames.c.
     + Apply sed to sys/capability.h.
Files: 
 856b43482516717ea6fe1edace4abf0a 658 admin extra libcap2_0.cvs.20010529-1.dsc
 cc3f489a8c8f8d00c102439cf3a00f41 32634 admin extra 
libcap2_0.cvs.20010529.orig.tar.gz
 52ccee269b297d37086f38b90459e6f5 9427 admin extra 
libcap2_0.cvs.20010529-1.diff.gz
 ef82f7e972e6462523a9e1571f65eb2b 10016 libs optional 
libcap2_0.cvs.20010529-1_i386.deb
 75e2dd0901feaddd292e5dab55c473bf 18834 devel extra 
libcap2-dev_0.cvs.20010529-1_i386.deb
 af6a47ea53dc1668abbc2117d9aa952a 11114 admin extra 
libcap2-bin_0.cvs.20010529-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.5 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE7E9438g21h7wYWrMRAg+UAJ9mEte1/ZV6yXJ9V4/Q0Xo3iW2MWACgr5ek
Vg6iYmiBa9NI+CGdJ8j80pQ=
=CUxN
-----END PGP SIGNATURE-----

Reply via email to