Your message dated Thu, 27 Jul 2006 11:33:20 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#377213: fixed in kdelibs 4:3.5.4-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.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: kdelibs
Severity: important
Version: 4:3.5.3-1
Tags: patch
Hi,
the current version fails to build on GNU/kFreeBSD.
It needs small tweak in recently added POSIX ACL support.
Please find attached patch with it.
It would also be nice if you can ask upstream
to include this change.
Thanks in advance
Petr
--- kio/kfile/kpropertiesdialog.cpp.ORIG 2006-07-07 13:05:00.000000000
+0200
+++ kio/kfile/kpropertiesdialog.cpp 2006-07-07 13:05:53.000000000 +0200
@@ -1860,7 +1860,14 @@
fileSystemSupportsACLs = ( statfs( pathCString.data(), &buf ) == 0 ) && (
buf.f_flags & MNT_ACLS );
#else
fileSystemSupportsACLs =
- getxattr( pathCString.data(), "system.posix_acl_access", NULL, 0 ) >= 0
|| errno == ENODATA;
+ getxattr( pathCString.data(), "system.posix_acl_access", NULL, 0 ) >= 0
+#ifdef ENODATA
+ || (errno == ENODATA)
+#endif
+#ifdef ENOATTR
+ || (errno == ENOATTR)
+#endif
+ ;
#endif
return fileSystemSupportsACLs;
}
--- End Message ---
--- Begin Message ---
Source: kdelibs
Source-Version: 4:3.5.4-1
We believe that the bug you reported is fixed in the latest version of
kdelibs, which is due to be installed in the Debian FTP archive:
kdelibs-data_3.5.4-1_all.deb
to pool/main/k/kdelibs/kdelibs-data_3.5.4-1_all.deb
kdelibs-dbg_3.5.4-1_amd64.deb
to pool/main/k/kdelibs/kdelibs-dbg_3.5.4-1_amd64.deb
kdelibs4-dev_3.5.4-1_amd64.deb
to pool/main/k/kdelibs/kdelibs4-dev_3.5.4-1_amd64.deb
kdelibs4-doc_3.5.4-1_all.deb
to pool/main/k/kdelibs/kdelibs4-doc_3.5.4-1_all.deb
kdelibs4c2a_3.5.4-1_amd64.deb
to pool/main/k/kdelibs/kdelibs4c2a_3.5.4-1_amd64.deb
kdelibs_3.5.4-1.diff.gz
to pool/main/k/kdelibs/kdelibs_3.5.4-1.diff.gz
kdelibs_3.5.4-1.dsc
to pool/main/k/kdelibs/kdelibs_3.5.4-1.dsc
kdelibs_3.5.4-1_all.deb
to pool/main/k/kdelibs/kdelibs_3.5.4-1_all.deb
kdelibs_3.5.4.orig.tar.gz
to pool/main/k/kdelibs/kdelibs_3.5.4.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.
Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> (supplier of updated
kdelibs 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: Thu, 27 Jul 2006 10:14:08 +0200
Source: kdelibs
Binary: kdelibs4c2a kdelibs kdelibs4-doc kdelibs-dbg kdelibs-data kdelibs4-dev
Architecture: source amd64 all
Version: 4:3.5.4-1
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Changed-By: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Description:
kdelibs - core libraries from the official KDE release
kdelibs-data - core shared data for all KDE applications
kdelibs-dbg - debugging symbols for kdelibs
kdelibs4-dev - development files for the KDE core libraries
kdelibs4-doc - developer documentation for the KDE core libraries
kdelibs4c2a - core libraries and binaries for all KDE applications
Closes: 369140 370403 375477 377213 378962 379216
Changes:
kdelibs (4:3.5.4-1) unstable; urgency=low
.
* new upstreal release:
.
+ Fixes null dereference in khtml, which could cause the browser to crash.
This resolves CVE-2006-3672. Thankfully not every reproducible Konq crash
bug gets a CVE number... (Closes: #378962)
.
+++ Changes by Christopher Martin:
.
* Add replaces for kaffeine (<< 0.8.1-3), since x-mplayer2.desktop is now in
kdelibs-data.
.
* Add a number of patches, courtesy of Kubuntu, which attempt to get
kdeprint working reasonably well with CUPS 1.2.x. These patches should
resolve a number of user glitches, such as cryptic errors popping up when
no printer has yet been added to CUPS.
(Closes: #369140, #370403, #375477, #379216)
.
* Apply a GNU/kFreeBSD build patch from Petr Salinger. (Closes: #377213)
Files:
8af54ba453f0c2a94ee744963ad62283 1623 libs optional kdelibs_3.5.4-1.dsc
43d380e77a5720e88196c430501b6256 18743775 libs optional
kdelibs_3.5.4.orig.tar.gz
4a23e1aa5e4065379d2132cb57be9245 462964 libs optional kdelibs_3.5.4-1.diff.gz
1fdf0290fa91809d9a47127938bf7c62 31784 libs optional kdelibs_3.5.4-1_all.deb
231e8c2128c6f4e488db660809c06550 8447930 libs optional
kdelibs-data_3.5.4-1_all.deb
642ad927df1c027214af6e06998b02c6 39766526 doc optional
kdelibs4-doc_3.5.4-1_all.deb
fb80337a10f121d0e82ae5eea99c8b2a 10330228 libs optional
kdelibs4c2a_3.5.4-1_amd64.deb
dbc6886e5d7dbe516dbb120197c84ab7 1336892 libdevel optional
kdelibs4-dev_3.5.4-1_amd64.deb
6a911c769f209f138a79df04eb96799b 26637812 libdevel extra
kdelibs-dbg_3.5.4-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
iD8DBQFEyLR0vGr7W6HudhwRArgAAJ9QDlP+aozyuAXVunjrOmNGJn/14ACgmN4K
0jiQQvDOirXeG2WHKzBfKmw=
=4Ng5
-----END PGP SIGNATURE-----
--- End Message ---