Your message dated Sat, 21 Apr 2007 11:02:02 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#413602: fixed in exim4 4.67-1 has caused the attached Bug report 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 I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Source: exim4 Severity: wishlist Tags: patch I think this should be a pretty good idea: 1. Add -fvisibility=hidden to CFLAGS, e.g. right after where LFLAGS is set to -rdynamic. LFLAGS=-rdynamic CFLAGS += -fvisibility=hidden 1a. Change LFLAGS to LDFLAGS above, i.e. LDFLAGS += -rdynamic CFLAGS += -fvisibility=hidden $(LDFLAGS) is only applied to the main exim binary, not the utilities. 2. Add the following hunk: --- exim4-4.66/build-tree/src/local_scan.h 2007-03-05 19:46:40.853429411 +0100 +++ exim4-4.66/build-tree/src/local_scan.h 2007-03-05 19:46:42.673669439 +0100 @@ -18,6 +18,7 @@ settings, and the store functions. */ #include <sys/types.h> +#pragma GCC visibility push(default) #include "config.h" #include "mytypes.h" #include "store.h" @@ -188,4 +189,6 @@ extern uschar *string_copyn(uschar *, int); extern uschar *string_sprintf(char *, ...); +#pragma GCC visibility pop + /* End of local_scan.h */ The result should be that only those symbols declared in local_scan.h and its included files are included in the dynamic symbol table. -- Magnus Holmgren [EMAIL PROTECTED] (No Cc of list mail needed, thanks) "Exim is better at being younger, whereas sendmail is better for Scrabble (50 point bonus for clearing your rack)" -- Dave Evans
pgppTEUuxqaQe.pgp
Description: PGP signature
--- End Message ---
--- Begin Message ---Source: exim4 Source-Version: 4.67-1 We believe that the bug you reported is fixed in the latest version of exim4, which is due to be installed in the Debian FTP archive: exim4-base_4.67-1_i386.deb to pool/main/e/exim4/exim4-base_4.67-1_i386.deb exim4-config_4.67-1_all.deb to pool/main/e/exim4/exim4-config_4.67-1_all.deb exim4-daemon-heavy-dbg_4.67-1_i386.deb to pool/main/e/exim4/exim4-daemon-heavy-dbg_4.67-1_i386.deb exim4-daemon-heavy_4.67-1_i386.deb to pool/main/e/exim4/exim4-daemon-heavy_4.67-1_i386.deb exim4-daemon-light-dbg_4.67-1_i386.deb to pool/main/e/exim4/exim4-daemon-light-dbg_4.67-1_i386.deb exim4-daemon-light_4.67-1_i386.deb to pool/main/e/exim4/exim4-daemon-light_4.67-1_i386.deb exim4-dbg_4.67-1_i386.deb to pool/main/e/exim4/exim4-dbg_4.67-1_i386.deb exim4-dev_4.67-1_i386.deb to pool/main/e/exim4/exim4-dev_4.67-1_i386.deb exim4_4.67-1.diff.gz to pool/main/e/exim4/exim4_4.67-1.diff.gz exim4_4.67-1.dsc to pool/main/e/exim4/exim4_4.67-1.dsc exim4_4.67-1_all.deb to pool/main/e/exim4/exim4_4.67-1_all.deb exim4_4.67.orig.tar.gz to pool/main/e/exim4/exim4_4.67.orig.tar.gz eximon4_4.67-1_i386.deb to pool/main/e/exim4/eximon4_4.67-1_i386.deb 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 [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Marc Haber <[EMAIL PROTECTED]> (supplier of updated exim4 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 [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Sat, 21 Apr 2007 11:48:48 +0200 Source: exim4 Binary: exim4-daemon-light-dbg exim4-daemon-custom exim4-daemon-heavy exim4-dbg exim4-daemon-heavy-dbg exim4-config exim4-daemon-custom-dbg eximon4 exim4-base exim4 exim4-dev exim4-daemon-light Architecture: source i386 all Version: 4.67-1 Distribution: unstable Urgency: low Maintainer: Exim4 Maintainers <[EMAIL PROTECTED]> Changed-By: Marc Haber <[EMAIL PROTECTED]> Description: exim4 - metapackage to ease exim MTA (v4) installation exim4-base - support files for all exim MTA (v4) packages exim4-config - configuration for the exim MTA (v4) exim4-daemon-heavy - exim MTA (v4) daemon with extended features, including exiscan-ac exim4-daemon-heavy-dbg - debugging symbols for the exim MTA (v4) packages exim4-daemon-light - lightweight exim MTA (v4) daemon exim4-daemon-light-dbg - debugging symbols for the exim MTA (v4) packages exim4-dbg - debugging symbols for the exim MTA (v4) packages exim4-dev - header files for the exim MTA (v4) packages eximon4 - monitor application for the exim MTA (v4) (X11 interface) Closes: 407957 408174 413602 415590 416801 419700 Changes: exim4 (4.67-1) unstable; urgency=low . [ Marc Haber ] * new upstream version * remove 37_upstream-patch-384015-add_headers * remove 80_disable_rsa_export * remove 80_upstream_408174_4-64-PH18 * EDITME patch changes to allow for 4.67 * enable dovecot authentication * Upstream patch from Magnus Holmgren included upstream. Thanks to Simon Walter. Closes: #407957 * Upstream patch PH/18 included upstream. Thanks to Marc Schiffbauer. Closes: #408174 * merge experimental changes * exim man page patch changes for 4.67 * robustness patches for * create-custom-package * exim-gencert * exim4-base.config * exim4-base.postinst * exim4-config.config * exim4-config.postinst * exim4-daemon-light.postinst * update-exim4defaults * replace backticks with $() notation * Add patch to 50_localscan_dlopen to reduce dynamic symbol table. Thanks to Magnus Holmgren. Closes: #413602 * remove woody compatibility hacks from * exim4-daemon-light.postinst * exim4-config.postinst * Fix eximnext => exinext in man page. * README.Debian: * add warning to "IP addresses for incoming connections" section. * add new chapter about how to influence exim's behavior. * add missing closing bracket. Thanks to Martin Schwarz. Closes: #419700 * update-exim4.conf(8): * clarify update-exim4.conf about how ue4cc and exim configuration interface * remote_smtp_smarthost transport: make hosts_try_auth host list semicolon-separated to correctly handle IPv6 * multiple minor changes to lintian overrides * debian/control: have exim4 depend on debconf (>= 1.4.69) | cdebconf (>= 0.39) explicitly to allow usage of debconf error template type. . [ Christian Perrier ] * Esperanto debconf translation update (Serge Leblanc). Closes: #415590 * Marathi debconf translation added (Priti Pathil). Closes: #416801 Files: bd7dfba49b856771fee0ea2415079539 1169 mail standard exim4_4.67-1.dsc dd55fa7651bba88004e3c4d811054dfa 1615550 mail standard exim4_4.67.orig.tar.gz 8c8b7d14ba4732433d41b5bc2949f76e 558545 mail standard exim4_4.67-1.diff.gz ba58a867bfb723bd4fe532a32c901061 977190 mail standard exim4-base_4.67-1_i386.deb 8d35169c08a0b77abc10ad9ff622fac1 90946 mail optional eximon4_4.67-1_i386.deb e09ca409f55cde9d30c480861ccd1b53 408246 mail standard exim4-daemon-light_4.67-1_i386.deb 2773a381e5954660aba977da364e196b 459556 mail optional exim4-daemon-heavy_4.67-1_i386.deb eabbadeeea0959bbad004ec32c0435e9 624850 mail extra exim4-daemon-light-dbg_4.67-1_i386.deb 54767e142bf77717bad449789f2c9b87 708524 mail extra exim4-daemon-heavy-dbg_4.67-1_i386.deb 48be358db378a77d34335f6e4b4a3909 240810 mail extra exim4-dbg_4.67-1_i386.deb c7fba2df0036aa5c0845029286e33985 61412 mail extra exim4-dev_4.67-1_i386.deb 56781283ddbe75b985ce32adfafeb1df 335034 mail standard exim4-config_4.67-1_all.deb 7e601b9184b30b2abb8b7810fc7be93a 2094 mail standard exim4_4.67-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFGKe6tgZalRGu6PIQRAuVVAJ4zBtYBOtj3fipBaxm3O2hjl7QTogCfdF2S S4ygNfSydmq6LRGKI/MRSZs= =Yo7L -----END PGP SIGNATURE-----
--- End Message ---

