Your message dated Tue, 14 Jun 2005 07:02:27 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#251473: fixed in freetype 2.1.10-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)
--------------------------------------
Received: (at submit) by bugs.debian.org; 28 May 2004 16:56:51 +0000
>From [EMAIL PROTECTED] Fri May 28 09:56:51 2004
Return-path: <[EMAIL PROTECTED]>
Received: from outbound01.telus.net (priv-edtnes57.telusplanet.net)
[199.185.220.220]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1BTkf5-0007tZ-00; Fri, 28 May 2004 09:56:51 -0700
Received: from quince ([64.180.252.223]) by priv-edtnes57.telusplanet.net
(InterMail vM.6.00.05.02 201-2115-109-103-20031105) with ESMTP
id <[EMAIL PROTECTED]>;
Fri, 28 May 2004 10:56:20 -0600
Received: from sjackman by quince with local (Exim 3.35 #1 (Debian))
id 1BTkfv-0003Mu-00; Fri, 28 May 2004 09:57:43 -0700
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Shaun Jackman <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: libfreetype6: 2.1.7-2 is not binary compatible with 2.0.9-1
X-Mailer: reportbug 2.60
Date: Fri, 28 May 2004 09:57:42 -0700
Message-Id: <[EMAIL PROTECTED]>
Sender: Shaun Jackman <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level:
Package: libfreetype6
Version: 2.1.7-2
Severity: important
Tags: patch
On 2002-02-24 the API underwent a major renaming scheme:
2002-02-24 David Turner <[EMAIL PROTECTED]>
* Renaming stream functions to the FT_<Subject>_<Action> scheme:
Neither the solib version nor the package API version were
incremented. However, this is only a renaming change, so backwards
compatibility could be added back into the library. In fact, there's
a source file in freetype, ftapi.c (Compatibility API), for this
explicit purpose. It's not compiled by default, or by Debian though.
If this can make it into Sarge, then Woody binaries will be compatible
with Sarge's libfreetype. For that reason, this may be a serious bug.
Please bump the severity up if you agree.
Cheers,
Shaun
-- System Information:
Debian Release: 3.0
APT prefers testing
APT policy: (102, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.3-1-k7
Locale: LANG=C, LC_CTYPE=C
Versions of packages libfreetype6 depends on:
ii libc6 2.3.2.ds1-12 GNU C Library: Shared libraries an
ii zlib1g 1:1.2.1-5 compression library - runtime
-- no debconf information
--- freetype-2.1.7/src/base/ftbase.c- 2004-05-27 21:12:24.000000000 -0700
+++ freetype-2.1.7/src/base/ftbase.c 2004-05-27 21:12:28.000000000 -0700
@@ -29,6 +29,7 @@
#include "ftgloadr.c"
#include "ftobjs.c"
#include "ftnames.c"
+#include "ftapi.c"
#if defined( __APPLE__ ) && !defined ( DARWIN_NO_CARBON )
#include "ftmac.c"
--- freetype-2.1.7/src/base/ftapi.c- 2004-05-27 21:28:37.000000000 -0700
+++ freetype-2.1.7/src/base/ftapi.c 2004-05-27 21:33:10.000000000 -0700
@@ -118,4 +118,18 @@
}
+ FT_BASE_DEF( FT_Short )
+ FT_Get_Short( FT_Stream stream )
+ {
+ return FT_GET_SHORT();
+ }
+
+
+ FT_BASE_DEF( FT_Long )
+ FT_Get_Long( FT_Stream stream )
+ {
+ return FT_GET_LONG();
+ }
+
+
/* END */
---------------------------------------
Received: (at 251473-close) by bugs.debian.org; 14 Jun 2005 11:10:19 +0000
>From [EMAIL PROTECTED] Tue Jun 14 04:10:19 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1Di9JD-0004s1-00; Tue, 14 Jun 2005 04:10:19 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1Di9Bb-0003ij-00; Tue, 14 Jun 2005 07:02:27 -0400
From: Will Newton <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#251473: fixed in freetype 2.1.10-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Tue, 14 Jun 2005 07:02:27 -0400
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
X-CrossAssassin-Score: 9
Source: freetype
Source-Version: 2.1.10-1
We believe that the bug you reported is fixed in the latest version of
freetype, which is due to be installed in the Debian FTP archive:
freetype2-demos_2.1.10-1_i386.deb
to pool/main/f/freetype/freetype2-demos_2.1.10-1_i386.deb
freetype_2.1.10-1.diff.gz
to pool/main/f/freetype/freetype_2.1.10-1.diff.gz
freetype_2.1.10-1.dsc
to pool/main/f/freetype/freetype_2.1.10-1.dsc
freetype_2.1.10.orig.tar.gz
to pool/main/f/freetype/freetype_2.1.10.orig.tar.gz
libfreetype6-dev_2.1.10-1_i386.deb
to pool/main/f/freetype/libfreetype6-dev_2.1.10-1_i386.deb
libfreetype6-udeb_2.1.10-1_i386.udeb
to pool/main/f/freetype/libfreetype6-udeb_2.1.10-1_i386.udeb
libfreetype6_2.1.10-1_i386.deb
to pool/main/f/freetype/libfreetype6_2.1.10-1_i386.deb
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.
Will Newton <[EMAIL PROTECTED]> (supplier of updated freetype 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: Mon, 13 Jun 2005 00:44:29 +0100
Source: freetype
Binary: freetype2-demos libfreetype6-udeb libfreetype6 libfreetype6-dev
Architecture: source i386
Version: 2.1.10-1
Distribution: unstable
Urgency: low
Maintainer: Will Newton <[EMAIL PROTECTED]>
Changed-By: Will Newton <[EMAIL PROTECTED]>
Description:
freetype2-demos - FreeType 2 demonstration programs
libfreetype6 - FreeType 2 font engine, shared library files
libfreetype6-dev - FreeType 2 font engine, development files
libfreetype6-udeb - FreeType 2 font engine for the debian-installer (udeb)
Closes: 166511 221597 225119 226380 245532 249443 251473 252673 259875 280827
298660 302269 307464
Changes:
freetype (2.1.10-1) unstable; urgency=low
.
* New upstream (Closes: #298660, #245532).
* New maintainer, co-maintainer required!
* Disable CJK autohinting patch due to incompatability with this version
of freetype.
* Remove some very old unapplied patches.
* Add freetype-config.1 manpage.
* Add doc-base file for development docs. (Closes: #280827)
* Fix build with non-default umask. (Closes: #307464, #166511)
* Patch merged upstream. (Closes: #252673)
* Acknowledge NMUS.
(Closes: #221597, #225119, #226380, #249443, #251473, #302269, #259875)
Files:
14ff1889a1bc46f6711826d1fba460c1 692 libs optional freetype_2.1.10-1.dsc
adf145ce51196ad1b3054d5fb032efe6 1323617 libs optional
freetype_2.1.10.orig.tar.gz
4d800ca7f6dc55a5a8521e5b505ac494 47228 libs optional freetype_2.1.10-1.diff.gz
ddf1f93cc79cbaebe814a8e7a037e3e7 419568 libs optional
libfreetype6_2.1.10-1_i386.deb
0a8c441fad782c1aaa4fa650b02df07b 687920 libdevel optional
libfreetype6-dev_2.1.10-1_i386.deb
b9e600e83544d15270c28123bd21a664 117788 utils optional
freetype2-demos_2.1.10-1_i386.deb
b7bee7faf175ffc29c14c8973c0c4818 232016 debian-installer extra
libfreetype6-udeb_2.1.10-1_i386.udeb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFCrrDGlv9v5CRKz7cRAtk2AKCLGJCKW24fvoaXdu/cULg/bm80zQCdHaER
oyVmfbrN24h2MrRuEthTgTY=
=vJ5f
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]