lp:debian/experimental/gnupg

Created by James Westby and last modified
Get this branch:
bzr branch lp:debian/experimental/gnupg
Members of Ubuntu branches can upload to this branch. Log in for directions.

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Status:
Development

Recent revisions

18. By Thijs Kinkhorst

Move mingw-w64 from build-depends-indep to build-depends,
otherwise buildds won't install it (classic mistake).

17. By Thijs Kinkhorst

* New upstream release.
  - Documents keyid-format and with-colons combination (LP: #808295).
  - No longer requires readline for gpgv (closes: #592902).
  - Fixes man page format error for gpg-zip (closes: #606072).
* As we're now on 0 patches, and dpatch is supposedly obsoleted,
  take the chance to switch to dpkg-source 3.0 (quilt) format.
* Several packaging tweaks to keep Lintian happy.
* Mark packages Multi-Arch: foreign. thanks Colin Watson (closes: #649490).
* Fix path to README.BUGS.Debian.gz in presubj (closes: #614962).
* Add Crypto Stick to udev rules (closes: #648332).
* Build win32 package with mingw-w64, thanks Stephen Kitt (closes: #623526).
* Enable hardened build flags, thanks Moritz Muehlenhoff (closes: #653480).

16. By Thijs Kinkhorst

* Update standards-version to 3.9.1, no changes needed.
* Apply patch based on Werner Koch's work that (again)
  resolves a build failure on mips(el); issue addressed
  in 1.4.10-4 was only partly solved upstream.
* Add README.Debian with smart card reader info, thanks
  Jonathan Nieder (Closes: #575763).

15. By Thijs Kinkhorst

* New upstream release (Closes: #600587).
  + Obsoletes all previously existing Debian patches:
    567580_menu_prompt_reflects_program.dpatch
    560692_fix_fatal_after_homedir_creation.dpatch
    489225_catch_expired_primary_key_with_valid_subkey.dpatch
    fix_infinite_loop_r5264.dpatch
    567593_improve_info_and_faq.dpatch
    551709_fix_info_link_entry.dpatch
    560995_fix_ftbfs_on_sparc64.dpatch
    mips_gcc4.4.dpatch
    553175_document_primary_uid_sign.dpatch
  + No longer ships outdated faq.html.

* Update references to RFC 2440 into RFC 4880. Thanks
  Christoph Anton Mitterer (Closes: #592294).

14. By Thijs Kinkhorst

debian/patches/mips_gcc4.4: added to fix build failure on
mips(el) due to the removal of the 'h' constraint for MIPS
in gcc-4.4.x versions. Urgency high for fixing ftbfs.
Thanks Florian Fainelli for the patch.

13. By Thijs Kinkhorst

[ Daniel Leidert (dale) ]
* debian/control (Description): Added note about gnupg2 (closes: #566081).
* debian/patches/489225_catch_expired_primary_key_with_valid_subkey.dpatch:
  Added.
  - g10/sig-check.c (do_check_messages): Evaluate the HAS_EXPIRED flag to
    fix missing status line signature verification done with a subkey while
    on the main key has expired (closes: #489225).
* debian/patches/551709_fix_info_link_entry.dpatch: Added.
  - doc/gnupg1.texi, gnupg1.info: Fix direntry (closes: #551709).
* debian/patches/553175_document_primary_uid_sign.dpatch: Added.
  - doc/gpg.texi: Document the primary user id sign in --edit-key mode
    (closes: #553175).
* debian/patches/560692_fix_fatal_after_homedir_creation.dpatch: Added.
  - g10/tdbio.c (tdbio_set_dbname): Fix a mistaken fatal error after homedir
    creation (closes: #560692).
* debian/patches/560995_fix_ftbfs_on_sparc64.dpatch: Added.
  - mpi/config.links: Fix FTBFS on sparc64, where it tries to use SPARC32
    assembly code (closes: #560995).
* debian/patches/567580_menu_prompt_reflects_program.dpatch: Added.
  - Use a less ambiguous command prompt (closes: #567580).
* debian/patches/567593_improve_info_and_faq.dpatch: Added.
  - Improve the info/manual pages, fix grammar and add/fix the bug-reporting
    address (closes: #567593).
* debian/patches/fix_infinite_loop_r5264.dpatch: Added.
  - Avoid infinite loop in case of invalid data.
* debian/patches/00list: Adjusted.

[ Thijs Kinkhorst ]
* Checked for policy 3.8.4, no changes.

12. By Thijs Kinkhorst

[ Thijs Kinkhorst ]
* Correct build issue when backporting to lenny, thanks Andreas Metzler
  (closes: #545268).

[ Daniel Leidert ]
* debian/control: Added gnupg-curl package which ships the keyserver helper
  tools built with libcurl. gnupg recommends this package.
  (Build-Depends): Changed to generic libreadline-dev (see pkg-gnupg-maint
  list 09/2009).
  (Description): Adjusted for gnupg vs. gnupg-curl.
* debian/gnupg.doc-base.faq: Added to register the GnuPG FAQ with doc-base.
* debian/gnupg-curl.preinst,
  debian/gnupg-curl.postrm: Added to add/remove the diversions for
  gpgkeys_curl and gpgkeys_hkp.
* debian/rules: Added targets to build the gnupg binary and helper tools
  explicitly with libcurl. Move the gpgkeys_curl and gpgkeys_hkp keyserver
  tools built with libcurl into the gnupg-curl package.
  (build-deb/config.status): Build the gnupg binary with the "curl shim"
  variant and without libcurl, so we don't depend on packages with priority
  lower important (closes: #545275).
  (install): Delete /usr/share/info/dir.gz (closes: #546552).
  (binary-arch): Add missing relevant ChangeLog files.

11. By Thijs Kinkhorst

[ Daniel Leidert (dale) ]
* debian/compat: Added to define debhelper compat level 5.
* debian/control: (Build-Depends): Added debhelper v5.
* debian/gnupg.dirs: Added for new debhelper-based debian/rules.
* debian/gnupg.docs: Ditto.
* debian/gnupg.links: Ditto.
* debian/gnupg.manpages: Ditto.
* debian/gnupg-udeb.install: Ditto.
* debian/gpgv.files: Ditto.
* debian/gpgv-udeb.install: Ditto.
* debian/rules: Complete rewrite using debhelper (closes: #437050, #430459).

[ Thijs Kinkhorst ]
* We don't install setuid root anymore, and have not even built
  with capability support anyway in recent times. Drop libcap-dev
  build-dependency and associated patches. (Closes: #492622).
* No longer install gpg-convert-from-106 in the path, but ship
  this script to convert from GnuPG 1.0.6 and earlier as an
  example.
* Add --disable-asm build flag on ppc64 architecture (Closes: #343434).
* Rephrase description on the subject of IDEA (Closes: #509853).

10. By Thijs Kinkhorst

* Add Package-Type: udeb to μdebs.
* Properly strip binaries shippped in μdebs.
* Disable libusb-dev build-dep on the Hurd (closes: #491864).
* Updated debian/copyright to GPLv3.
* Checked for policy 3.8.0, added README.source.
* Add self to uploaders.

9. By James Troup <email address hidden>

28_multiple_message.dpatch: new patch from upstream to fix problems
handling verification of messages with multiple
components. [CVE-2007-1263]

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:debian/squeeze/gnupg
This branch contains Public information 
Everyone can see this information.

Subscribers