News for package bsd-mailx

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

Format: 3.0 (quilt)
Source: bsd-mailx
Binary: bsd-mailx
Architecture: any
Version: 8.1.2-0.20141216cvs-1
Maintainer: Robert Luberda <[email protected]>
Standards-Version: 3.9.6
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=users/robert/bsd-mailx.git
Vcs-Git: git://anonscm.debian.org/users/robert/bsd-mailx.git
Build-Depends: debhelper (>= 9), groff, libbsd-dev (>= 0.3), liblockfile-dev (>= 1.05)
Package-List:
 bsd-mailx deb mail standard arch=any
Checksums-Sha1:
 dfdf96765cc30695142abca49369c0963390dddc 76532 bsd-mailx_8.1.2-0.20141216cvs.orig.tar.bz2
 5877b225cc3b1356f39c894612c41eeb86ae7bae 41336 bsd-mailx_8.1.2-0.20141216cvs-1.debian.tar.xz
Checksums-Sha256:
 69c4b3acfd7565103ea98b78814718be116e4f4c040f432c08251569035ad98b 76532 bsd-mailx_8.1.2-0.20141216cvs.orig.tar.bz2
 603b10d2859a0d2405189e89ae7e9a239fd8efffeaeb98bc2dd585082666fdd6 41336 bsd-mailx_8.1.2-0.20141216cvs-1.debian.tar.xz
Files:
 bd6ed27c4203c9d92b4516780d923c02 76532 bsd-mailx_8.1.2-0.20141216cvs.orig.tar.bz2
 48877c502521a59e2b562311726664d7 41336 bsd-mailx_8.1.2-0.20141216cvs-1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iEYEARECAAYFAlSSGPgACgkQThh1cJ0wnDvw2ACfdzD3GhqvxB9sFEXp3rlp1Tol
oSgAn0XBsGLg6XD7vq3jfBwG7LlWxtMs
=k1P/
-----END PGP SIGNATURE-----

Changes:
bsd-mailx (8.1.2-0.20141216cvs-1) unstable; urgency=high

  * New upstream version from OpenBSD cvs repository. The version consists of:

    - The changes that are part of the following recent stable security update
      by Florian Weimer:

        bsd-mailx (8.1.2-0.20111106cvs-1+deb7u1) wheezy-security; urgency=high
          * Apply OpenBSD patches from Todd Miller:
            + 80-remove_T.patch (remove undocumented/obsolete -T option)
            + 81-minus_f.patch (adjust -f processing)
            + 82-expandaddr.patch (fix CVE-2014-7844)
            + 83-nosendmail.patch (make -- work for option parsing suppression)

    - A simple change in lex.c related to preferring mkostemp(O_CLOEXEC) over
      mkstemp()+fcntl(F_SETFD) and fopen("re") over fopen("r")+fcntl(F_SETFD).

    - A change in fio.c to use glob() to expand filenames. The change however
      is not enabled in the Debian package (i.e. outside of `#ifdef DEBIAN'
      code) as wordexp() function instead has been used in Debian for last
      10 years.

  * Bump Standards-Version to 3.9.6.

 -- Robert Luberda <[email protected]>  Thu, 18 Dec 2014 00:45:40 +0100