|
View:
New views
9 Messages
—
Rating Filter:
Alert me
|
|
|
DBMail 2.2.12 released-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1 Greetings, I've just uploaded dbmail 2.2.12, the latest production release. Changes: * Backport IPv6 support * Remove generated autoconf files from the release. Please install automake-1.9 and run autoreconf -i before running configure * Backport the fix for duplicate mailboxes in LIST/LSUB responses * Backport for internaldate as UTC * Fix for file descriptor leakage Changelog: http://git.dbmail.eu/cgit/cgit.cgi/paul/dbmail/log/?id=v2.2.12 Download: http://git.dbmail.eu/cgit/cgit.cgi/paul/dbmail/snapshot/dbmail-2.2.12.tar.bz2 - -- ________________________________________________________________ Paul Stevens paul at nfg.nl NET FACILITIES GROUP GPG/PGP: 1024D/11F8CD31 The Netherlands________________________________http://www.nfg.nl -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkrM9qEACgkQ8iITvBH4zTHxFQCeIjQlICjNmWwhFLtrK87dBbxi FtYAnAqWPbywRN5HTaPnLU/hBnnZ98lx =HAph -----END PGP SIGNATURE----- _______________________________________________ Dbmail-dev mailing list Dbmail-dev@... http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail-dev |
|
|
Re: DBMail 2.2.12 releasedOn Mittwoch 07 Oktober 2009 Paul J Stevens wrote:
> Download: > http://git.dbmail.eu/cgit/cgit.cgi/paul/dbmail/snapshot/dbmail-2.2.12 >.tar.bz2 Thanks. Just tried it, but there are pieces missing: ./configure ./buildtools ./Makefile.in modules/Makefile.in man/Makefile.in ./config.in I copied all that from 2.2.11, but I'm not sure it's OK to simply copy that. Is it that easy? mfg zmi -- // Michael Monnerie, Ing.BSc ----- http://it-management.at // Tel: 0660 / 415 65 31 .network.your.ideas. // PGP Key: "curl -s http://zmi.at/zmi.asc | gpg --import" // Fingerprint: AC19 F9D5 36ED CD8A EF38 500E CE14 91F7 1C12 09B4 // Keyserver: wwwkeys.eu.pgp.net Key-ID: 1C1209B4 _______________________________________________ Dbmail-dev mailing list Dbmail-dev@... http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail-dev |
|
|
Re: DBMail 2.2.12 releasedDid you also backport the adjustments I made for the IPv6 stuff or was
that just your initial commit? It appears not. see http://git.dbmail.eu/cgit/cgit.cgi/paul/dbmail/commit/?id=2b3944f4e9617388910a851b9d964b3e859c4099 and tweak http://git.dbmail.eu/cgit/cgit.cgi/paul/dbmail/commit/?id=d134e3c3640e9015bd072cf493f7dbc0feecd86f -Jon Paul J Stevens wrote: > * Backport IPv6 support > -- Scanned for viruses and dangerous content by MailScanner _______________________________________________ Dbmail-dev mailing list Dbmail-dev@... http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail-dev |
|
|
Re: DBMail 2.2.12 releasedDid you autoreconf -i ??? That will usually create your configure script
and some other stuff. -Jon Michael Monnerie wrote: > On Mittwoch 07 Oktober 2009 Paul J Stevens wrote: > >> Download: >> http://git.dbmail.eu/cgit/cgit.cgi/paul/dbmail/snapshot/dbmail-2.2.12 >> .tar.bz2 >> > > Thanks. Just tried it, but there are pieces missing: > ./configure > ./buildtools > ./Makefile.in > modules/Makefile.in > man/Makefile.in > ./config.in > > I copied all that from 2.2.11, but I'm not sure it's OK to simply copy > that. Is it that easy? > > mfg zmi > > ------------------------------------------------------------------------ > > _______________________________________________ > Dbmail-dev mailing list > Dbmail-dev@... > http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail-dev > -- Scanned for viruses and dangerous content by MailScanner _______________________________________________ Dbmail-dev mailing list Dbmail-dev@... http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail-dev |
|
|
Re: DBMail 2.2.12 releasedPaul J Stevens wrote:
--
Vapour Forge
Jake Anderson Project Manager
_______________________________________________ Dbmail-dev mailing list Dbmail-dev@... http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail-dev |
|
|
|
|
|
Re: DBMail 2.2.12 releasedI havent, and I don't plan on doing that. If anyone volunteers, please do, and I'll apply them, but I can't spare the time atm. Jonathan Feally wrote: > Did you also backport the adjustments I made for the IPv6 stuff or was > that just your initial commit? It appears not. > > see > http://git.dbmail.eu/cgit/cgit.cgi/paul/dbmail/commit/?id=2b3944f4e9617388910a851b9d964b3e859c4099 > and tweak > http://git.dbmail.eu/cgit/cgit.cgi/paul/dbmail/commit/?id=d134e3c3640e9015bd072cf493f7dbc0feecd86f > > -Jon > > Paul J Stevens wrote: >> * Backport IPv6 support >> > -- ________________________________________________________________ Paul Stevens paul at nfg.nl NET FACILITIES GROUP GPG/PGP: 1024D/11F8CD31 The Netherlands________________________________http://www.nfg.nl _______________________________________________ Dbmail-dev mailing list Dbmail-dev@... http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail-dev |
|
|
Re: DBMail 2.2.12 releasedCopying them from 2.2.11 should be ok. I'll include them again in the next release (coming very soon). I always regenerate those files, and the debian port for the AVR arch was complaining about the files being too old. Removing them makes dbmail more portable, but puts an additional burden on the packagers and manual builders. Like I said: I've re-added them. Michael Monnerie wrote: > On Mittwoch 07 Oktober 2009 Paul J Stevens wrote: >> Download: >> http://git.dbmail.eu/cgit/cgit.cgi/paul/dbmail/snapshot/dbmail-2.2.12 >> .tar.bz2 > > Thanks. Just tried it, but there are pieces missing: > ./configure > ./buildtools > ./Makefile.in > modules/Makefile.in > man/Makefile.in > ./config.in > > I copied all that from 2.2.11, but I'm not sure it's OK to simply copy > that. Is it that easy? > > mfg zmi > > > ------------------------------------------------------------------------ > > _______________________________________________ > Dbmail-dev mailing list > Dbmail-dev@... > http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail-dev -- ________________________________________________________________ Paul Stevens paul at nfg.nl NET FACILITIES GROUP GPG/PGP: 1024D/11F8CD31 The Netherlands________________________________http://www.nfg.nl _______________________________________________ Dbmail-dev mailing list Dbmail-dev@... http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail-dev |
|
|
Re: DBMail 2.2.12 releasedOn Donnerstag 08 Oktober 2009 Paul J Stevens wrote:
> Removing them makes dbmail more portable What would be the correct way to generate them from the current state? I'm curious. The "autoreconf -i" didn't work for me. mfg zmi -- // Michael Monnerie, Ing.BSc ----- http://it-management.at // Tel: 0660 / 415 65 31 .network.your.ideas. // PGP Key: "curl -s http://zmi.at/zmi.asc | gpg --import" // Fingerprint: AC19 F9D5 36ED CD8A EF38 500E CE14 91F7 1C12 09B4 // Keyserver: wwwkeys.eu.pgp.net Key-ID: 1C1209B4 _______________________________________________ Dbmail-dev mailing list Dbmail-dev@... http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail-dev |
| Free embeddable forum powered by Nabble | Forum Help |