Wow :)

On Mon, Oct 19, 2009 at 9:09 AM, Debian Bug Tracking System
<ow...@bugs.debian.org> wrote:
> This is an automatic notification regarding your Bug report
> which was filed against the bcrypt package:
>
> #494469: bcrypt: segfault on amd64
>
> It has been closed by Kevin Coyner <kcoy...@debian.org>.
>
> Their explanation is attached below along with your original report.
> If this explanation is unsatisfactory and you have not received a
> better one in a separate message then please contact Kevin Coyner 
> <kcoy...@debian.org> by
> replying to this email.
>
>
> --
> 494469: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=494469
> Debian Bug Tracking System
> Contact ow...@bugs.debian.org with problems
>
>
> ---------- Forwarded message ----------
> From: Kevin Coyner <kcoy...@debian.org>
> To: 494469-cl...@bugs.debian.org
> Date: Mon, 19 Oct 2009 01:47:04 +0000
> Subject: Bug#494469: fixed in bcrypt 1.1-6
> Source: bcrypt
> Source-Version: 1.1-6
>
> We believe that the bug you reported is fixed in the latest version of
> bcrypt, which is due to be installed in the Debian FTP archive:
>
> bcrypt_1.1-6.diff.gz
>  to pool/main/b/bcrypt/bcrypt_1.1-6.diff.gz
> bcrypt_1.1-6.dsc
>  to pool/main/b/bcrypt/bcrypt_1.1-6.dsc
> bcrypt_1.1-6_amd64.deb
>  to pool/main/b/bcrypt/bcrypt_1.1-6_amd64.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 494...@bugs.debian.org,
> and the maintainer will reopen the bug report if appropriate.
>
> Debian distribution maintenance software
> pp.
> Kevin Coyner <kcoy...@debian.org> (supplier of updated bcrypt 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 ftpmas...@debian.org)
>
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Format: 1.8
> Date: Thu, 08 Oct 2009 21:42:59 -0400
> Source: bcrypt
> Binary: bcrypt
> Architecture: source amd64
> Version: 1.1-6
> Distribution: unstable
> Urgency: low
> Maintainer: Kevin Coyner <kcoy...@debian.org>
> Changed-By: Kevin Coyner <kcoy...@debian.org>
> Description:
>  bcrypt     - Cross platform file encryption utility using blowfish
> Closes: 494469
> Changes:
>  bcrypt (1.1-6) unstable; urgency=low
>  .
>   * Applied patch to deal with memory problem on amd64 platforms. Closes:
>     #494469
>   * debian/control:
>     + Moved homepage from description to its own header.
>     + Added dpatch to Build-Depends.
>     + Bumped Standards-Version to 3.8.3.
>     + Bumped debhelper version to 7.4~.
>   * debian/rules:
>     + Added dpatch entries.
>     + Added dh_auto_clean to build stanza.
>     + Changed dh_clean -k to dh_prep in install stanza.
>   * Added new file debian/README.source per Debian Policy.
>   * Bumped debian/compat to 7 from 5.
> Checksums-Sha1:
>  3da0918d433e3a3dd0219561ff90d428bcc3a97b 979 bcrypt_1.1-6.dsc
>  aac0376cc2e830673dee5b039ccc62e96eb48180 3616 bcrypt_1.1-6.diff.gz
>  e8e72ea79772f6dc000c2501805c996d35699d30 18998 bcrypt_1.1-6_amd64.deb
> Checksums-Sha256:
>  774c03363070a8a6874d20415d53789143234a10274c8a699ff6c73ed40f95db 979 
> bcrypt_1.1-6.dsc
>  a5bd28a9414a35cc69941133db80e48b11033372e612aa1dcec409de9953e255 3616 
> bcrypt_1.1-6.diff.gz
>  fa737e9d37fb3a04a9e1f9b20337ee77c76e790794153ffd227eacb007abfb11 18998 
> bcrypt_1.1-6_amd64.deb
> Files:
>  ae31a0c28127922f1af1bde49d95c14d 979 utils optional bcrypt_1.1-6.dsc
>  043bf12c347f7431d1a318fd23c3b78d 3616 utils optional bcrypt_1.1-6.diff.gz
>  8e0ec5a8f6625627da28674e48de0a1c 18998 utils optional bcrypt_1.1-6_amd64.deb
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.10 (GNU/Linux)
>
> iEYEARECAAYFAkrbwwkACgkQqPceVIzhGUGpDwCfT6KiAIZ6UULGScWPDZ3QyP44
> jDAAn2RjlBNfNwvekd6tPS9xG2IWHM7L
> =yLT5
> -----END PGP SIGNATURE-----
>
>
>
>
> ---------- Forwarded message ----------
> From: Alexey Salmin <alexey.sal...@gmail.com>
> To: Debian Bug Tracking System <sub...@bugs.debian.org>
> Date: Sun, 10 Aug 2008 01:23:23 +0700
> Subject: bcrypt: segfault on amd64
> Package: bcrypt
> Version: 1.1-5
> Severity: important
> Tags: patch
>
>
> There was an obvious problem with memory which unexpectedly appeared on
> amd64 platform. Here's a patch for "wrapbf.c" file:
>
> *** wrapbf.c.old        2002-09-13 13:55:04.000000000 +0700
> --- wrapbf.c    2008-08-10 01:16:56.000000000 +0700
> ***************
> *** 21,26 ****
> --- 21,28 ----
>
>    getEndian(&myEndian);
>
> +   if ((*input = realloc(*input, sz + 2)) == NULL)
> +     memerror();
>    memmove(*input+2, *input, sz);
>
>    memcpy(*input, myEndian, 1);
>
>
> -- System Information:
> Debian Release: lenny/sid
>  APT prefers unstable
>  APT policy: (500, 'unstable'), (1, 'experimental')
> Architecture: amd64 (x86_64)
>
> Kernel: Linux 2.6.26-1-amd64 (SMP w/1 CPU core)
> Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R) (ignored: 
> LC_ALL set to ru_RU.KOI8-R)
> Shell: /bin/sh linked to /bin/bash
>
> Versions of packages bcrypt depends on:
> ii  libc6                  2.7-13            GNU C Library: Shared libraries
> ii  zlib1g                 1:1.2.3.3.dfsg-12 compression library - runtime
>
> bcrypt recommends no packages.
>
> bcrypt suggests no packages.
>
> -- no debconf information
>
>
>
>



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to