[ubuntu/raring-proposed] ecryptfs-utils 103-0ubuntu1 (Accepted)

Dustin Kirkland kirkland at ubuntu.com
Fri Jan 25 19:00:16 UTC 2013


ecryptfs-utils (103-0ubuntu1) raring; urgency=low

  [ Tyler Hicks ]
  * debian/rules:
    - Use dpkg-buildflags to inject distro compiler hardening flags into the
      build. This also fixes the hardening-no-fortify-functions lintian
      warnings.

  [ Dustin Kirkland ]
  * doc/manpage/ecryptfs-add-passphrase.1, doc/manpage/ecryptfsd.8,
    doc/manpage/ecryptfs-find.1, doc/manpage/ecryptfs-generate-tpm-
    key.1, doc/manpage/ecryptfs-insert-wrapped-passphrase-into-
    keyring.1, doc/manpage/ecryptfs-manager.8, doc/manpage/ecryptfs-
    migrate-home.8, doc/manpage/ecryptfs-mount-private.1,
    doc/manpage/ecryptfs-recover-private.1, doc/manpage/ecryptfs-rewrap-
    passphrase.1, doc/manpage/ecryptfs-rewrite-file.1,
    doc/manpage/ecryptfs-setup-private.1, doc/manpage/ecryptfs-setup-
    swap.1, doc/manpage/ecryptfs-stat.1, doc/manpage/ecryptfs-umount-
    private.1, doc/manpage/ecryptfs-unwrap-passphrase.1,
    doc/manpage/ecryptfs-verify.1, doc/manpage/ecryptfs-wrap-
    passphrase.1, doc/manpage/Makefile.am, doc/manpage/mount.ecryptfs.8,
    doc/manpage/mount.ecryptfs_private.1, doc/manpage/pam_ecryptfs.8,
    doc/manpage/umount.ecryptfs.8,
    doc/manpage/umount.ecryptfs_private.1, src/desktop/ecryptfs-find =>
    src/utils/ecryptfs-find, src/desktop/Makefile.am,
    src/utils/Makefile.am:
    - add 3 new manpages, for ecryptfs-find, ecryptfs-verify, and
      ecryptfs-migrate-home
    - Add SEE ALSO section to manpages which were missing it
    - Mention "Debian and Ubuntu" in license location
    - move the ecryptfs-find utility to the proper location in src/utils
  * src/utils/Makefile.am:
    - fix broken build
  * debian/ecryptfs-utils.links:
    - link no longer needed for ecryptfs-find

  [ Colin King ]
  * === added directory tests/kernel/mmap-bmap, === added directory
    tests/kernel/xattr, tests/kernel/link.sh, tests/kernel/Makefile.am,
    tests/kernel/mknod.sh, tests/kernel/mmap-bmap.sh, tests/kernel/mmap-
    bmap/test.c, tests/kernel/tests.rc, tests/kernel/xattr.sh,
    tests/kernel/xattr/test.c:
    - ran the current eCryptfs tests on 3.8-rc4 with kernel gcov enabled
      and spotted a few trivial areas where it would be useful to up the
      test coverage on the code
    - so here are a few very simple additional tests to exercise eCryptfs
      a little further

Date: Fri, 25 Jan 2013 12:58:56 -0600
Changed-By: Dustin Kirkland <kirkland at ubuntu.com>
https://launchpad.net/ubuntu/raring/+source/ecryptfs-utils/103-0ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 25 Jan 2013 12:58:56 -0600
Source: ecryptfs-utils
Binary: ecryptfs-utils ecryptfs-utils-dbg libecryptfs0 libecryptfs-dev python-ecryptfs
Architecture: source
Version: 103-0ubuntu1
Distribution: raring
Urgency: low
Maintainer: Dustin Kirkland <kirkland at ubuntu.com>
Changed-By: Dustin Kirkland <kirkland at ubuntu.com>
Description: 
 ecryptfs-utils - ecryptfs cryptographic filesystem (utilities)
 ecryptfs-utils-dbg - ecryptfs cryptographic filesystem (utilities; debug)
 libecryptfs-dev - ecryptfs cryptographic filesystem (development)
 libecryptfs0 - ecryptfs cryptographic filesystem (library)
 python-ecryptfs - ecryptfs cryptographic filesystem (python)
Changes: 
 ecryptfs-utils (103-0ubuntu1) raring; urgency=low
 .
   [ Tyler Hicks ]
   * debian/rules:
     - Use dpkg-buildflags to inject distro compiler hardening flags into the
       build. This also fixes the hardening-no-fortify-functions lintian
       warnings.
 .
   [ Dustin Kirkland ]
   * doc/manpage/ecryptfs-add-passphrase.1, doc/manpage/ecryptfsd.8,
     doc/manpage/ecryptfs-find.1, doc/manpage/ecryptfs-generate-tpm-
     key.1, doc/manpage/ecryptfs-insert-wrapped-passphrase-into-
     keyring.1, doc/manpage/ecryptfs-manager.8, doc/manpage/ecryptfs-
     migrate-home.8, doc/manpage/ecryptfs-mount-private.1,
     doc/manpage/ecryptfs-recover-private.1, doc/manpage/ecryptfs-rewrap-
     passphrase.1, doc/manpage/ecryptfs-rewrite-file.1,
     doc/manpage/ecryptfs-setup-private.1, doc/manpage/ecryptfs-setup-
     swap.1, doc/manpage/ecryptfs-stat.1, doc/manpage/ecryptfs-umount-
     private.1, doc/manpage/ecryptfs-unwrap-passphrase.1,
     doc/manpage/ecryptfs-verify.1, doc/manpage/ecryptfs-wrap-
     passphrase.1, doc/manpage/Makefile.am, doc/manpage/mount.ecryptfs.8,
     doc/manpage/mount.ecryptfs_private.1, doc/manpage/pam_ecryptfs.8,
     doc/manpage/umount.ecryptfs.8,
     doc/manpage/umount.ecryptfs_private.1, src/desktop/ecryptfs-find =>
     src/utils/ecryptfs-find, src/desktop/Makefile.am,
     src/utils/Makefile.am:
     - add 3 new manpages, for ecryptfs-find, ecryptfs-verify, and
       ecryptfs-migrate-home
     - Add SEE ALSO section to manpages which were missing it
     - Mention "Debian and Ubuntu" in license location
     - move the ecryptfs-find utility to the proper location in src/utils
   * src/utils/Makefile.am:
     - fix broken build
   * debian/ecryptfs-utils.links:
     - link no longer needed for ecryptfs-find
 .
   [ Colin King ]
   * === added directory tests/kernel/mmap-bmap, === added directory
     tests/kernel/xattr, tests/kernel/link.sh, tests/kernel/Makefile.am,
     tests/kernel/mknod.sh, tests/kernel/mmap-bmap.sh, tests/kernel/mmap-
     bmap/test.c, tests/kernel/tests.rc, tests/kernel/xattr.sh,
     tests/kernel/xattr/test.c:
     - ran the current eCryptfs tests on 3.8-rc4 with kernel gcov enabled
       and spotted a few trivial areas where it would be useful to up the
       test coverage on the code
     - so here are a few very simple additional tests to exercise eCryptfs
       a little further
Checksums-Sha1: 
 5841ab7b23d9d3debdbf37126668874d46882c69 2298 ecryptfs-utils_103-0ubuntu1.dsc
 fc439c64e3aa22b700a26ac5ab74555e808cdcd9 623903 ecryptfs-utils_103.orig.tar.gz
 ef009fe8513ffda79c23dfa7b008a392598355ba 25573 ecryptfs-utils_103-0ubuntu1.debian.tar.gz
Checksums-Sha256: 
 6c1ea6d68ec041048e9664fe881461a0107ea9f33d937b2cc1a7816159b4873a 2298 ecryptfs-utils_103-0ubuntu1.dsc
 f898e9ebb60c9f05e449c63d71f4364c5ad90676a8424d5b90ff39d53cf9b6df 623903 ecryptfs-utils_103.orig.tar.gz
 b4c67f1ce4cbac67f03380feb4ee2eeaf840c7ffd4c37e63e2866d8930027b6d 25573 ecryptfs-utils_103-0ubuntu1.debian.tar.gz
Files: 
 d7c1444f168a5f30ae88d1eec7bd6791 2298 misc optional ecryptfs-utils_103-0ubuntu1.dsc
 e768b438cdf0874041b632e03f7c5e22 623903 misc optional ecryptfs-utils_103.orig.tar.gz
 aabf12d6595b79720a2fda99947c2835 25573 misc optional ecryptfs-utils_103-0ubuntu1.debian.tar.gz
Original-Maintainer: Daniel Baumann <daniel at debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBCgAGBQJRAtYBAAoJEJXmQ3PxUpRp0swQAImCucBFJRkB3xfcxdawsXFd
bBFSTN8nWvL8csHipV2BMBzS9BDRvZZ21YOfifP2fSl0JaCQmgaDXaNe+mlLIWZw
f2x5kFKqxyRrXA/OvNkP8oVN5YHAlozhVabLdMb5LCZivcDhD8N6APY4swXXSxvB
h/9qa+s6oG/b6KGCSuS9bENH/guxXqTr0JdmoUVw95W/l3N2o9SkIa48vw55O5s9
8KGnmX5+O5+ycuVD9H5dq6jTKWwFWTId9IN6/mvJrTkAjaaWkfQM2ygXu0lEnV2O
ydSG7fsogn0Pcv8yPbwMFuwFarhTZTGBBv476o0sJjreLcaxkaSVE39a2Qp/Gg32
WerFY6UeLGkACX9p+2EbfoQpmy3F2+rogVdKZsVzak0PG+rpxwkQ7TQLfaVTJ555
gXTLsHawE5AkTiGIJs3CsDOiExoM2r1lQw5o+M4Z8L5K/iV0DrMOuDqLo/aGLCqC
Gow35GFFudrIggHFcH0wIlOINuIwFnejG86cyMJJjGGhTkj1Ke9gVYWLNytB0hQ+
uA/ITxBsUfO47BnKanML6T4V3ZTECodY8TpGBsGTBGisAi/xEh59bJkG+iswqU6N
VOxX6eKP1wp5Kpocb3whNe5MMGaqCaIBxKPJHyZUZQYrLCzUFf5Z2Je75LTqkl9v
dIKpBParH3+hnmy27Amh
=jAL3
-----END PGP SIGNATURE-----


More information about the Raring-changes mailing list