lp:ubuntu/trusty/dma

Created by Ubuntu Package Importer and last modified
Get this branch:
bzr branch lp:ubuntu/trusty/dma
Members of Ubuntu branches can upload to this branch. Log in for directions.

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Status:
Mature

Recent revisions

14. By Arno Töll <email address hidden>

* New upstream release (Closes: #671364, LP: #994003)
  - Adopt package with Peter's approval. Thank you for all your previous
    work of the years.
  - New maintainers.

[ Arno Töll ]
* Update patches:
    - 03-debian-locations.patch: refreshed, add Debian's default for
      MAILNAME
    - 04-debian-setgid.patch: applied upstream
    - 09-typos.patch: applied upstream
    - 10-liblockfile.patch: dropped. This removes a patch rejected by
      upstream. Most users should not notice any change, however you cannot
      safely lock your mailbox anymore if you use it on a NFS file system
      without lockd running. Thus, also drop the liblockfile build
      dependency.
    - 11-double-bounce.patch: drop. See below.
    - 13-hardening.patch: applied upstream
    - 17-mailname.patch: drop. Upstream's MAILNAME directive supersets this
      behavior. Note that this might require a configuration change to
      existing installations
    - 20-parse-recipient.patch: applied upstream
    - 23-dirent-d_type.patch: drop. The code does not use d_type anymore
    - 24-random-message-id: applied upstream
    - 25-unsupported-starttls.patch: applied upstream
    - 27-int-size.patch: applied upstream
    - 28-valid-recipient.patch: applied upstream
    - 29-double-free.patch: applied upstream
    - 30-ldflags.patch: applied upstream
    - 31-sigalrm-backoff.patch: applied upstream (but using SIGHUP instead)
    - 32-comment-uncomment.patch: applied upstream
    - 33-opportunistic-tls.patch: applied upstream
    - 34-manpage-defaults.patch: applied upstream
    - 35-delivery-retry.patch: applied upstream
    - 36-sa_nocldwait.patc: drop. The code does not use SA_NOCLDWAIT anymore
    - 37-gnu-hurd.patch: applied upstream
    - 38-unresolvable-mx.patch: not needed anymore
    - 39-fix-add-host.patch: applied upstream
    - 40-smtp-banner.patch: applied upstream
    - 41-cppcheck.patch: applied upstream
    - 42-fix-ftbfs-binutils-gold.patch: applied upstream
    - 43-const.patch: applied upstream
    - 44-newline.patch: not needed anymore
    - 45-received.patch: applied upstream
    - 46-smtp-newline.patch: dropped, not needed anymore
* Use /etc/mailname by default for fresh installs unless changed through
  debconf.
* Drop the Debian specific dbounce-simple-safecat behavior entirely. This
  might still be useful for some users, but we prefer to keep in line with
  upstream who prefers to keep this behavior out of their sources. Moreover,
  also drop the safecat recommendation which is therefore not needed
  anymore.
* Handle newaliases command when invoked through dma.
* Merge patches from a upstream snapshot:
  - 0001-set_from-always-fully-qualify-envelope-from.patch (Closes: #697871)
  - 0002-aliases-log-errors-to-syslog-and-abort.patch
  - 0003-newaliases-provide-command-alias.patch

[ Laurent Bigonville ]
* Add debian/gbp.conf file
* debian/watch: Update watch file to point to github
* debian/control:
  - Drop DM-Upload-Allowed field: Obsolete.
  - Bump Standards-Version to 3.9.4 (no further changes)
  - Adjust VCS fields to point to collab-maint
  - Update Homepage field to point to upstream github
  - Drop hardening-includes build-dependency, not needed with debhelper 9
  - [AT] Drop dpkg-dev (build-,) pre-dependency as the required version is
    available in oldstable by now.
* debian/rules:
  - Drastically simplify the rules file
  - Set LIBEXEC to /usr/lib/dma
  - Install spool directory with setgid bit set
* Drop dma-migrate package, this package is not needed anymore
  (Closes: #677368, #689363)
* Drop debian/source/options, use default compression options
* debian/dma.maintscript: Remove /etc/dma/virtusertable, this configuration
  file is not used anymore
* debian/rules, debian/dma.lintian-overrides: Install dma-mbox-create with
  setuid bit set

13. By Laszlo Kajan

* Non-maintainer upload.
* Fixed 'modifies conffiles (policy 10.7.3): /etc/dma/dma.conf'
  Closes: #688682

12. By Peter Pentchev

* Fix the parsing of multiple comma-separated and bracketed addresses
  in the 20-parse-recipient patch. Closes: #686164
* Consequently, refresh (line numbering only) the 24-random-message-id,
  28-valid-recipient, 40-smtp-banner, 44-newline and 45-received
  patches.

11. By Peter Pentchev

* Update the debconf translations:
  - Danish by Joe Dalton; Closes: #659776
  - Refresh the bg, cs, de, es, eu, fi, fr, ja, pt, ru, sv translations
    using debconf-updatepo with no actual changes.
* Bump Standards-Version to 3.9.3 with no changes.
* Update the copyright file to the copyright-format/1.0 format and
  bump the year on my copyright notice.
* Bump the debhelper compatibility level to 9 with no changes.

10. By Peter Pentchev

* This is hopefully the last upload before the long overdue update of
  dma to a newer upstream release.
* Fix the syntax of the dfcompat.c entry in debian/copyright.
* Add the 44-newline patch (upstream rev. 807f777) to allow the last
  input line to not be terminated with a newline character.
  Closes: #648369
* Add the 45-received patch to fix the format of the Received header.
  Closes: #650268
* Add the 46-smtp-newline patch to deal with SMTP servers that may
  send a response in more than one TCP packet. Closes: #650265
* Amend the 13-hardening patch to also change three instances of
  strncpy() to snprintf() to ensure null-termination.

9. By Peter Pentchev

* Add the 42-fix-ftbfs-binutils-gold patch to fix the build on Ubuntu natty
  with the binutils-gold linker - place the list of libraries *after*
  the files that use the libraries' routines. I couldn't reproduce
  the FTBFS on Debian with binutils-gold-2.21.0.20110302-1, but it
  seems a really sensible change to make anyway :)
  Closes: #616586
* Update the copyright file to the latest DEP 5 candidate format and
  fix the DEP 5 URL after the Alioth migration.
* Add the 43-const patch to fix the build with OpenSSL 1.0 and allow
  dma to migrate back to testing (oops!). Closes: #622052
* Add Multi-Arch: foreign, just in case.
* Only build with -Werror if the "werror" option is set, not by default.
* Bump Standards-Version to 3.9.2 with no changes.

8. By Peter Pentchev

* Drop the explicit versioned dependency on liblockfile1.
* Add the 41-cppcheck patch to fix a memory leak.
* In the 37-gnu-hurd patch, look harder for the maximum length of
  a hostname using sysconf(3) and also checking HOST_NAME_MAX.
* Mark the 37-gnu-hurd and 40-smtp-banner patches as forwarded upstream.
* Build with -Werror by default.
* Upload to unstable.

7. By Peter Pentchev

* Add the 37-gnu-hurd patch to really fix the FTBFS on GNU/Hurd.
* Convert several shell output assignments from = to :=
* Switch to bzip2 compression for the Debian tarball.

6. By Peter Pentchev

* Update the debconf translations:
  - French by Steve Petruzzello; Closes: #587883
* Bump Standards-Version to 3.9.1 with no changes.
* Disable deferred delivery by default, as in the upstream version:
  - in the 03-debian-locations patch, comment the DEFER keyword in dma.conf,
    as it is upstream
  - refresh the 11-double-bounce.patch
  - reword the README.Debian section on deferred delivery a bit
  - add a news blurb

5. By Peter Pentchev

* Quick on the heels of -1 to fix a momentary lapse of reason on my part:
  in the 03-debian-locations patch, revert part of the 0.0.2010.06.17-1
  change: do not set a un-overrideable default for the deferred delivery!
  Closes: #587593
* Update the debconf translations:
  - Japanese by Hideki Yamane; Closes: #587543

Branch metadata

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

Subscribers