Bug#815659: postfix: Build Postfix 3.x with LMDB Support

2016-11-09 Thread Scott Kitterman
On Wed, 9 Nov 2016 17:54:52 +0100 Guilhem Moulin wrote: > On Wed, 09 Nov 2016 at 11:42:29 -0500, Scott Kitterman wrote: > > We do want to make this a separate binary, so it's a bit more > > complicated than the patch in the bug. > > Thomas Leuxner's patch from #815659 msg.

Bug#815659: postfix: Build Postfix 3.x with LMDB Support

2016-11-09 Thread Guilhem Moulin
On Wed, 09 Nov 2016 at 11:42:29 -0500, Scott Kitterman wrote: > We do want to make this a separate binary, so it's a bit more > complicated than the patch in the bug. Thomas Leuxner's patch from #815659 msg. #45 adds a new binary package postfix-lmdb including the relevant .so, in the fashion of

Bug#815659: postfix: Build Postfix 3.x with LMDB Support

2016-11-09 Thread Scott Kitterman
On Wednesday, November 09, 2016 04:47:10 PM Guilhem Moulin wrote: > Control: severity -1 wishlist > Control: merge-1 739407 > > On Sun, 03 Jul 2016 at 23:41:30 +0200, Guilhem Moulin wrote: > > On Mon, 04 Apr 2016 at 14:47:43 +0200, Thomas Leuxner wrote: > >> Complete debdiff against 3.1.0-1

Bug#815659: postfix: Build Postfix 3.x with LMDB Support

2016-11-09 Thread Guilhem Moulin
Control: severity -1 wishlist Control: merge-1 739407 On Sun, 03 Jul 2016 at 23:41:30 +0200, Guilhem Moulin wrote: > On Mon, 04 Apr 2016 at 14:47:43 +0200, Thomas Leuxner wrote: >> Complete debdiff against 3.1.0-1 attached. Please consider importing. > > I'd like to second this; I'm also

Bug#815659: postfix: Build Postfix 3.x with LMDB Support

2016-07-03 Thread Guilhem Moulin
On Mon, 04 Apr 2016 at 14:47:43 +0200, Thomas Leuxner wrote: > Complete debdiff against 3.1.0-1 attached. Please consider importing. I'd like to second this; I'm also able to create and query LMDB maps after applying the patch. Just one remark though: although harmless, the conditional ‘delmap’

Bug#815659: postfix: Build Postfix 3.x with LMDB Support

2016-04-04 Thread Thomas Leuxner
Complete debdiff against 3.1.0-1 attached. Please consider importing. diff -Nru postfix-3.1.0/debian/changelog postfix-3.1.0/debian/changelog --- postfix-3.1.0/debian/changelog 2016-04-03 21:54:24.0 +0200 +++ postfix-3.1.0/debian/changelog 2016-04-04 14:21:33.0 +0200 @@

Bug#815659: postfix: Build Postfix 3.x with LMDB Support

2016-03-27 Thread Thomas Leuxner
Fixed small typo in postfix-lmdb.postinst, which did not include the correct mkmap func in dynamicmaps.cf: #! /bin/sh # postinst script for #PACKAGE# # # see: dh_installdeb(1) set -e # summary of how this script can be called: #* `configure' #* `abort-upgrade' #*

Bug#815659: postfix: Build Postfix 3.x with LMDB Support

2016-02-24 Thread Thomas Leuxner
Missed one build dependency: --- debian/control 2016-02-24 02:46:28.0 +0100 +++ /tmp/control2016-02-24 21:36:00.065629540 +0100 @@ -4,7 +4,7 @@ Maintainer: LaMont Jones Standards-Version: 3.9.1.0 Homepage: http://www.postfix.org -Build-Depends:

Bug#815659: postfix: Build Postfix 3.x with LMDB Support

2016-02-24 Thread Thomas Leuxner
> In that case, we'll want to put this into a separate binary package. This is > on our radar to do, but if you can put together a complete patch, that will > get it done that much sooner. Tested patch (builds fine): -- debian/rules2016-02-24 02:46:28.0 +0100 +++ /tmp/rules

Bug#815659: postfix: Build Postfix 3.x with LMDB Support

2016-02-24 Thread Scott Kitterman
On Wednesday, February 24, 2016 02:13:07 PM Thomas Leuxner wrote: > * Scott Kitterman 2016.02.24 14:06: > > $ dpkg -l liblmdb-dev liblmdb0 > Desired=Unknown/Install/Remove/Purge/Hold > > | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pe > | nd| >

Bug#815659: postfix: Build Postfix 3.x with LMDB Support

2016-02-24 Thread Thomas Leuxner
* Scott Kitterman 2016.02.24 14:06: $ dpkg -l liblmdb-dev liblmdb0 Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name

Bug#815659: postfix: Build Postfix 3.x with LMDB Support

2016-02-24 Thread Scott Kitterman
On Wednesday, February 24, 2016 01:19:38 PM you wrote: > * Thomas Leuxner 2016.02.23 14:14: > > --- debian/rules2016-02-24 02:46:28.0 +0100 > +++ /tmp/rules 2016-02-24 13:09:55.571226725 +0100 > @@ -52,6 +52,7 @@ > -DHAS_SQLITE -DMYORIGIN_FROM_FILE \ >

Bug#815659: postfix: Build Postfix 3.x with LMDB Support

2016-02-24 Thread Thomas Leuxner
* Thomas Leuxner 2016.02.23 14:14: --- debian/rules2016-02-24 02:46:28.0 +0100 +++ /tmp/rules 2016-02-24 13:09:55.571226725 +0100 @@ -52,6 +52,7 @@ -DHAS_SQLITE -DMYORIGIN_FROM_FILE \ $(shell getconf LFS_CFLAGS) \ -DHAS_CDB \ +

Bug#815659: postfix: Build Postfix 3.x with LMDB Support

2016-02-23 Thread Thomas Leuxner
Source: postfix Version: 3.0.4-1 Severity: normal Dear Maintainer, What is the proper way of including LMDB support in Postfix 3.x? The rules seem to have changed in the new series. Postfix 2.11 has been previously built successful in the same environment: [ debian/rules for 3.x]: CCARGS +=