Your message dated Thu, 22 May 2014 21:21:11 +0000
with message-id <e1wnaqj-0006yr...@franck.debian.org>
and subject line Bug#747666: fixed in opensmtpd 5.4.2p1-1
has caused the Debian Bug report #747666,
regarding Redefined macro messages scrolling by when compiling exhaust console 
backlog
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
747666: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=747666
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: opensmtpd
Severity: serious
Tags: upstream patch
Justification: fails to build from source

When building this package a shitload of repeated warnings about a redefined
macro scroll by exhausting my precious console backlog unnecessarily.

The attached patch fixes this issue.

Kind regards,
Benny Baumann

-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'stable'), (750, 'experimental'), (700, 
'unstable'), (500, 'oldstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.13-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Description: Removes a shitload of stupid warnings due to redefining some macro unnecessarily
Author: Benny Baumann <be...@geshi.org>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: http://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>

--- opensmtpd-5.4.1p1.orig/openbsd-compat/defines.h
+++ opensmtpd-5.4.1p1/openbsd-compat/defines.h
@@ -373,13 +373,13 @@ struct winsize {
 #endif
 
 /* user may have set a different path */
-#if defined(_PATH_MAILDIR) && defined(MAIL_DIRECTORY)
+#if !defined(_PATH_MAILDIR) && defined(MAILDIR)
 # define _PATH_MAILDIR MAILDIR
-#endif /* defined(_PATH_MAILDIR) && defined(MAIL_DIRECTORY) */
+#endif /* !defined(_PATH_MAILDIR) && defined(MAIL_DIRECTORY) */
 
-#ifdef MAIL_DIRECTORY
+#if !defined(_PATH_MAILDIR) && defined(MAIL_DIRECTORY)
 # define _PATH_MAILDIR MAIL_DIRECTORY
-#endif
+#endif /* !defined(_PATH_MAILDIR) && defined(MAIL_DIRECTORY) */
 
 #ifdef MAILDIR
 # undef MAILDIR

--- End Message ---
--- Begin Message ---
Source: opensmtpd
Source-Version: 5.4.2p1-1

We believe that the bug you reported is fixed in the latest version of
opensmtpd, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 747...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ryan Kavanagh <r...@debian.org> (supplier of updated opensmtpd package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 22 May 2014 21:34:02 +0200
Source: opensmtpd
Binary: opensmtpd
Architecture: source amd64
Version: 5.4.2p1-1
Distribution: unstable
Urgency: medium
Maintainer: Ryan Kavanagh <r...@debian.org>
Changed-By: Ryan Kavanagh <r...@debian.org>
Description: 
 opensmtpd  - secure, reliable, lean, and easy-to configure SMTP server
Closes: 741238 747666 748513
Changes: 
 opensmtpd (5.4.2p1-1) unstable; urgency=medium
 .
   * Imported Upstream version 5.4.2p1
     + Drop 05_no_smtpscript.diff, no longer needed
     + Drop 08_man_errors.diff, applied upstream
     + Drop 09_hyphens_in_man.diff, applied upstream
   * This build against the new openssl package permits opensmtpd to start
     again (Closes: #748513); the underlying problem has been reported upstream
   * Install CONFIG-UPDATE.txt.gz (Closes: #741238)
   * Get rid of unnecessary compile time warnings, 11_compile_warnings.diff
     (Closes: #747666). Thanks to Benny Baumann for the patch.
   * Update copyright file with new holders and years
   * Update lintian overrides with new false positives for hyphens in man
     pages.
Checksums-Sha1: 
 a9b6d4b4adca2b78e6354bc5d2f1c6d0fda212dd 3075 opensmtpd_5.4.2p1-1.dsc
 290c19b84a8592b5eeb443b38e8afb357674f4b5 881853 opensmtpd_5.4.2p1.orig.tar.gz
 7294cebd5c3719e8d9bcb53ae139344ec2c15968 26068 
opensmtpd_5.4.2p1-1.debian.tar.xz
 18164f33faf7c1a5bdf5360ccd4dca45fe9d1589 334258 opensmtpd_5.4.2p1-1_amd64.deb
Checksums-Sha256: 
 1663d2f8f097d045c53f6ee2c77a5e7e54c28e67d9355e370fef7f3dc728dae9 3075 
opensmtpd_5.4.2p1-1.dsc
 4ffaf48d3d044ef8be1bd80c8972c87ba830a21bb330b85a59f6a70da5fbd9a2 881853 
opensmtpd_5.4.2p1.orig.tar.gz
 eb10a5f6bfd7ba48ba91df808ee5783a9384f8686b5f3dbd2c10dc8ceeca252d 26068 
opensmtpd_5.4.2p1-1.debian.tar.xz
 a2a5a9e6cbe2a9584407a38b457f563e125cfc99fcc40b0ca0533f56dc6cfea4 334258 
opensmtpd_5.4.2p1-1_amd64.deb
Files: 
 7478576254a7e403a28e5991921b749c 334258 mail extra 
opensmtpd_5.4.2p1-1_amd64.deb
 9b6c4b77ffb05693c0b95cd5ac51fd14 3075 mail extra opensmtpd_5.4.2p1-1.dsc
 c76b39a5fcc0ad05eea541e74b16e62a 881853 mail extra 
opensmtpd_5.4.2p1.orig.tar.gz
 dce4d6c1b62e0d94a5d9ca4617630a70 26068 mail extra 
opensmtpd_5.4.2p1-1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (GNU/Linux)

iQUcBAEBCgAGBQJTfltCAAoJEI97+PxKEcl6u7En/1f25NkUOcZ20AX1l6DyURWS
xYBtt147O61iio2AN6LJCk7L5F9U1tYkNN5VpnvH8qzWJF8v2Qa0f3O9QjJ2LG0E
9LRUtIy/KWfSH6b7+AWYFaXvfVJgoyxErHJc/K6Wf4RvigSeZsZ7ap1UsfVXt0LQ
vw5RRtLdBXVp9ELYh4Bmcpy49PkpxQOh9IZtkLwY76zGjrTEmv6zdFBV5qiyyAxh
1wmZ5yjohswVYkIBX9T06nH2GyBkRVrZgNLuWJ9jSvvZAk+e9vYITkg3NsM8/046
Jzex1D+O9+Fv23D8c1rgFvtLrf2q7JvAOzqzMF2HmG71GfvKSplmufLIDpAV+SS1
gBkPIIYL/R5npUlDxSYykgToXuxB5WOuU96HIpxsnis2U1Ir3qLAFxtygBKHT10w
wb6xkOAuoVS3NpARHSRA4e9vDve1wwHMfgqPLPJjT/VbiDJTdTPUHs+bnmU5r92T
PVUZZaxpnfwG4pGDfNn0izqUC0AoBKx5sGCmKWQZ2eD3RbIkFt6ywI9TKIXqjtfc
WppTigVqGRutOFhNygC/+pgFAX4sh5bfkOItp07w0F38ZXB0hZd4GEfhmWYqXogF
cyo2RHzE/zflBdAqNMvF3svPF5cA1GM/YP+U1H2o5wrXAmNXgA6mYsPrDeNGe2ou
2P5uNb3lOR6HOB3m0pcZmixMszg/jyRLQsEG5UBG1220jWSo1Gg2LiBaCm/bYwnJ
vo8o7mGaipd5h78oOqwheKDnSNvMLoIJUyiiielW/yYt/88ZZ1jZG2JjMNjkHMR+
tkYOC0s0ZvKtnG9jlL7w5OInpGI9+1BBCYu2H2skNfx+glxdFhTX55VJO3chrg2U
EJyuQrK6cWEsYutGxN4jpUI9mLAHoGnPRbYPTj+0fuPdwfAWtqQRrCMplFa8vlo0
EwuWBbgaTxjeFYw+HKBv37QRX1lNZAvfP3/N1AY3Dxp1Ly5ksVA0AY/y7duA+Gs5
CDSkWH9MALaYd1a1S9ioSClrXzDQw2JXT8H+91QQMW5iub9ftrHxJDLoUv63EGe2
XJ8X3sPlaqc9fHJ5sLqCChNJaxCiY7cXrwNpIZ171lsrp0mK8C3LIagCTb/o+mWG
jYqy9uWvqSo5ADOyQJNV7NAFkIAOM6XMZaz/NeZA2lfAQYOfrk+6NZ2Iv+k5psqY
kbCb4jmDpNkKdkv/dfNWJDSZh9Rl9VBRGZDsbGU/SNXNyzUtBOz8LKneW+gl39lq
DiJUBvn4Vewrz1PFmPx9ogkioRX+kLHYbBHfkiXMheVEuk1ZZglzUwlf97gdUb+P
gYp9vthSFBrDrrOFycL0wOxXg/Va0hmCiDmwSdZ6KTSjITeM+6zJ/cYTJT3uj3u6
iHaXIvkhEuAnUx57Hwk+Pfh4dk8IMEY7wpt9jDm8nuUmct/2yYJFAr3QQiJgyPCa
IFGEZyreZ+DomAj5cwKKBDFGFwEutajrKowaVNHdA5cfeNXOl6U2escy30xkeOrx
5+LvGtW/JCXryi2FyYQv0CIk5l1qCUHmdeTPFpTFDZ+yJh+8oqPFPNJ1ovnSWqpG
eRjCQns61O3J+tqkqzOby9IdafdOm2FNRgYH08BDAErQsTC8iHogdyEShzNIrIM0
sgYqtHhcEDg1eU1N+wwjQ0vXPLnXIHh9T4D0y54FntH/U3ja+RUzGnMyBGqmtyQW
G643aJvjwNsboDSNemPu
=6/Ix
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to