View Git repositories
Name Status Last Modified Last Commit
lp:ubuntu/wily/dma 1 Development 2015-05-07 04:51:01 UTC
14. * New upstream release (Closes: #6713...

Author: Arno Töll
Revision Date: 2013-07-07 12:58:36 UTC

* 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

lp:ubuntu/vivid/dma 2 Mature 2014-10-27 10:56:40 UTC
14. * New upstream release (Closes: #6713...

Author: Arno Töll
Revision Date: 2013-07-07 12:58:36 UTC

* 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

lp:ubuntu/utopic/dma 2 Mature 2014-04-25 13:31:26 UTC
14. * New upstream release (Closes: #6713...

Author: Arno Töll
Revision Date: 2013-07-07 12:58:36 UTC

* 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

lp:ubuntu/trusty/dma 2 Mature 2013-10-19 01:22:09 UTC
14. * New upstream release (Closes: #6713...

Author: Arno Töll
Revision Date: 2013-07-07 12:58:36 UTC

* 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

lp:ubuntu/saucy-proposed/dma 2 Mature 2013-07-07 17:16:07 UTC
14. * New upstream release (Closes: #6713...

Author: Arno Töll
Revision Date: 2013-07-07 12:58:36 UTC

* 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

lp:ubuntu/saucy/dma 1 Development 2013-07-07 12:58:36 UTC
14. * New upstream release (Closes: #6713...

Author: Arno Töll
Revision Date: 2013-07-07 12:58:36 UTC

* 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

lp:ubuntu/raring-proposed/dma 2 Mature 2012-12-02 05:09:43 UTC
13. * Non-maintainer upload. * Fixed 'mod...

Author: Laszlo Kajan
Revision Date: 2012-11-25 20:19:16 UTC

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

lp:ubuntu/raring/dma 1 Development 2012-11-25 20:19:16 UTC
15. * Non-maintainer upload. * Fixed 'mod...

Author: Laszlo Kajan
Revision Date: 2012-11-25 20:19:16 UTC

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

lp:ubuntu/quantal/dma 2 Mature 2012-09-01 02:05:15 UTC
14. * Fix the parsing of multiple comma-s...

Author: Peter Pentchev
Revision Date: 2012-09-01 02:05:15 UTC

* 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.

lp:ubuntu/precise/dma 2 Mature 2011-12-26 16:10:36 UTC
12. * This is hopefully the last upload b...

Author: Peter Pentchev
Revision Date: 2011-12-26 16:10:36 UTC

* 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.

lp:ubuntu/oneiric/dma 2 Mature 2011-07-06 12:04:04 UTC
11. * Add the 42-fix-ftbfs-binutils-gold ...

Author: Peter Pentchev
Revision Date: 2011-07-06 12:04:04 UTC

* 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.

lp:ubuntu/natty/dma bug 2 Mature 2011-03-05 22:18:30 UTC
8. debian/patches/38_fix_ftbfs_binutils-...

Author: Tarun K. Mall
Revision Date: 2011-03-05 20:07:29 UTC

debian/patches/38_fix_ftbfs_binutils-gold.patch:
to fix FTBFS error. (LP: #729118, Closes: #616586)

lp:ubuntu/maverick/dma 2 Mature 2010-04-30 21:08:39 UTC
3. * Really install the files in /etc/dm...

Author: Peter Pentchev
Revision Date: 2009-12-19 14:35:10 UTC

* Really install the files in /etc/dma/ as root/mail/640 and
  change the ownership of the existing files in the postinst script
  when upgrading from older versions. Closes: #544664
* Install the /usr/bin/mailq and /usr/bin/newaliases symlinks.
  Closes: #558421
* Switch to the 3.0 (quilt) source format.
* Update the debconf translations:
  - add German. Closes: #552754
  - add Japanese. Closes: #554515
  - remove a double space and unfuzzy the translations. Closes: #552586
* Fix a crash when the SMTP server does not support STARTTLS.
  Closes: #547594
* Always use the user-supplied value from the debconf query for
  the smarthost and the double-bounce program. This may result in
  debconf overriding a manually-edited config file, so add a note to
  dma.conf stating that these values are handled via debconf.
  Closes: #544663
* Fix a misspelling of dma/dbounceprog as dma/defer in the debconf
  configuration script. Oops.

lp:ubuntu/lucid/dma 1 Development 2009-12-19 14:35:10 UTC
3. * Really install the files in /etc/dm...

Author: Peter Pentchev
Revision Date: 2009-12-19 14:35:10 UTC

* Really install the files in /etc/dma/ as root/mail/640 and
  change the ownership of the existing files in the postinst script
  when upgrading from older versions. Closes: #544664
* Install the /usr/bin/mailq and /usr/bin/newaliases symlinks.
  Closes: #558421
* Switch to the 3.0 (quilt) source format.
* Update the debconf translations:
  - add German. Closes: #552754
  - add Japanese. Closes: #554515
  - remove a double space and unfuzzy the translations. Closes: #552586
* Fix a crash when the SMTP server does not support STARTTLS.
  Closes: #547594
* Always use the user-supplied value from the debconf query for
  the smarthost and the double-bounce program. This may result in
  debconf overriding a manually-edited config file, so add a note to
  dma.conf stating that these values are handled via debconf.
  Closes: #544663
* Fix a misspelling of dma/dbounceprog as dma/defer in the debconf
  configuration script. Oops.

114 of 14 results