Re: [Courier-imap] Courier 1.0.16/courier-imap 5.0.13 released

2021-03-01 Thread Sam Varshavchik

Michael Brunnbauer writes:



Hello Sam,

On Mon, Mar 01, 2021 at 10:09:21AM -0500, Sam Varshavchik wrote:
> > Courier-imap:
> > ./configure --with-notice=unicode
> >         ends with error message:
> >
> > ERROR: The Courier Unicode Library 2.1 header files appear not to be
> > installed.
>
> Some newer macros got inadvertently pulled in.

I saw the change in configure and reverted it. It seems to have fixed the
problem for me. Is the attached diff correct to get it to compile?


Yes, this is sufficient.



pgp3tiULUhmll.pgp
Description: PGP signature
___
Courier-imap mailing list
Courier-imap@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap


Re: [Courier-imap] Courier 1.0.16/courier-imap 5.0.13 released

2021-03-01 Thread Michael Brunnbauer

hi all,

same here.

Regards,

Michael Brunnbauer

On Mon, Mar 01, 2021 at 05:30:46PM +0300, Eugene Suprun wrote:
> Hi Sam.
> 
> Courier-imap:
> ./configure --with-notice=unicode
>         ends with error message:
> 
> ERROR: The Courier Unicode Library 2.1 header files appear not to be
> installed.
> You may need to upgrade the library or install a separate development
> subpackage in addition to the main package
> 
> Courier Unicode 2.1.2 is installed ok
> Previous courier-imap version (5.0.12) source configures OK.
> 
> 01.03.2021 16:30, Sam Varshavchik ??:
> > Download: https://www.courier-mta.org/download.html
> > 
> > New releases of courier and courier-imap.
> > 
> > Changes:
> > 
> > - Fixes a crash caused by a malformed DNS query/response.
> > 
> > 
> > 
> > ___
> > Courier-imap mailing list
> > Courier-imap@lists.sourceforge.net
> > Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap
> 
> -- 
> /Regards,
> Eugene Suprun
> /


> ___
> Courier-imap mailing list
> Courier-imap@lists.sourceforge.net
> Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap


-- 
++  Michael Brunnbauer
++  netEstate GmbH
++  Geisenhausener Straße 11a
++  81379 München
++  Tel +49 89 32 19 77 80
++  Fax +49 89 32 19 77 89 
++  E-Mail bru...@netestate.de
++  https://www.netestate.de/
++
++  Sitz: München, HRB Nr.142452 (Handelsregister B München)
++  USt-IdNr. DE221033342
++  Geschäftsführer: Michael Brunnbauer, Franz Brunnbauer
++  Prokurist: Dipl. Kfm. (Univ.) Markus Hendel


signature.asc
Description: PGP signature
___
Courier-imap mailing list
Courier-imap@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap


Re: [Courier-imap] Courier 1.0.16/courier-imap 5.0.13 released

2021-03-01 Thread Michael Brunnbauer

Hello Sam,

On Mon, Mar 01, 2021 at 10:09:21AM -0500, Sam Varshavchik wrote:
> > Courier-imap:
> > ./configure --with-notice=unicode
> >         ends with error message:
> > 
> > ERROR: The Courier Unicode Library 2.1 header files appear not to be
> > installed.
>
> Some newer macros got inadvertently pulled in.

I saw the change in configure and reverted it. It seems to have fixed the
problem for me. Is the attached diff correct to get it to compile?

Regards,

Michael Brunnbauer

-- 
++  Michael Brunnbauer
++  netEstate GmbH
++  Geisenhausener Straße 11a
++  81379 München
++  Tel +49 89 32 19 77 80
++  Fax +49 89 32 19 77 89 
++  E-Mail bru...@netestate.de
++  https://www.netestate.de/
++
++  Sitz: München, HRB Nr.142452 (Handelsregister B München)
++  USt-IdNr. DE221033342
++  Geschäftsführer: Michael Brunnbauer, Franz Brunnbauer
++  Prokurist: Dipl. Kfm. (Univ.) Markus Hendel
--- configure.orig  2021-03-01 16:11:21.416626766 +0100
+++ configure   2021-03-01 16:13:02.976780728 +0100
@@ -12716,7 +12716,7 @@
 set -- `echo "$vers" | tr '.' ' '`
 
 v=$1
-r=`echo "00"$2 | sed 's/.*(...)$/$1/'`
+r=$2
 
 p=$3
 
@@ -12724,7 +12724,6 @@
then p="0"
 fi
 
-p=`echo "00"$p | sed 's/.*(...)$/$1/'`
 
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */


signature.asc
Description: PGP signature
___
Courier-imap mailing list
Courier-imap@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap


Re: [Courier-imap] Courier 1.0.16/courier-imap 5.0.13 released

2021-03-01 Thread Sam Varshavchik

Eugene Suprun writes:


« HTML content follows »
Hi Sam.

Courier-imap:
./configure --with-notice=unicode
        ends with error message:

ERROR: The Courier Unicode Library 2.1 header files appear not to be  
installed.

You may need to upgrade the library or install a separate development
subpackage in addition to the main package

Courier Unicode 2.1.2 is installed ok
Previous courier-imap version (5.0.12) source configures OK.


Some newer macros got inadvertently pulled in.

Upgrading courier-unicode to the development build will allow courier and  
courier-imap to compile, but I'll rebuild them anyway, in a little while.




pgp1SpJkRX1W0.pgp
Description: PGP signature
___
Courier-imap mailing list
Courier-imap@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap


Re: [Courier-imap] Courier 1.0.16/courier-imap 5.0.13 released

2021-03-01 Thread Eugene Suprun

Hi Sam.

Courier-imap:
./configure --with-notice=unicode
        ends with error message:

ERROR: The Courier Unicode Library 2.1 header files appear not to be 
installed.

You may need to upgrade the library or install a separate development
subpackage in addition to the main package

Courier Unicode 2.1.2 is installed ok
Previous courier-imap version (5.0.12) source configures OK.

01.03.2021 16:30, Sam Varshavchik пишет:

Download: https://www.courier-mta.org/download.html

New releases of courier and courier-imap.

Changes:

- Fixes a crash caused by a malformed DNS query/response.



___
Courier-imap mailing list
Courier-imap@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap


--
/Regards,
Eugene Suprun
/
___
Courier-imap mailing list
Courier-imap@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap


[Courier-imap] Courier 1.0.16/courier-imap 5.0.13 released

2021-03-01 Thread Sam Varshavchik

Download: https://www.courier-mta.org/download.html

New releases of courier and courier-imap.

Changes:

- Fixes a crash caused by a malformed DNS query/response.



pgpSp0vclC4YR.pgp
Description: PGP signature
___
Courier-imap mailing list
Courier-imap@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap