svn commit: r429063 - in head/www/apache24: . files

Marcelo Araujo araujobsdport at gmail.com
Mon Dec 26 01:29:35 UTC 2016


Hello guys,

i guess Olli might be busy, anybody else cold take a look on the issue
below?

Thanks.


On Dec 23, 2016 6:16 PM, "Marcelo Araujo" <araujobsdport at gmail.com> wrote:

> Hello Olli,
>
> How are you doing?
>
> At iXsystems we got a problem to build the latest version of apache24,
> comparing with the previous version, we have the following error:
>
> the previous version:
> usr/local/include/apache24/ap_config_auto.h:253:9: warning:
> 'PACKAGE_VERSION' macro redefined [-Wmacro-redefined]
> #define PACKAGE_VERSION ""
>
>
> new version:
> In file included from /usr/local/include/apache24/ap_config.h:138:
> /usr/local/include/apache24/ap_config_auto.h:257:9: error:
> 'PACKAGE_VERSION' macro redefined [-Werror,-Wmacro-redefined]
> #define PACKAGE_VERSION ""
>
> As you can see, apache package added on configure.in the option
> '-Werror', the macro-redefined before was just a warning but now the build
> fail with an error.
>
> Attached there is a patch that fix it.
>
> What do you think about it?
>
>
> Best,
>
> 2016-12-21 18:41 GMT+08:00 Olli Hauer <ohauer at freebsd.org>:
>
>> Author: ohauer
>> Date: Wed Dec 21 10:41:09 2016
>> New Revision: 429063
>> URL: https://svnweb.freebsd.org/changeset/ports/429063
>>
>> Log:
>>   - update to 2.4.25
>>
>>   PR:           215457
>>   Reported by:  Apache Software Foundation
>>   MFH:          2016Q4
>>   Security:     vid 862d6ab3-c75e-11e6-9f98-20cf30e32f6d
>>                 CVE-2016-8743
>>                 CVE-2016-2161
>>                 CVE-2016-0736
>>                 CVE-2016-8740
>>                 CVE-2016-5387
>>
>> Deleted:
>>   head/www/apache24/files/patch-CVE-2016-8740
>>   head/www/apache24/files/patch-httpoxy
>> Modified:
>>   head/www/apache24/Makefile
>>   head/www/apache24/distinfo
>>
>> Modified: head/www/apache24/Makefile
>> ============================================================
>> ==================
>> --- head/www/apache24/Makefile  Wed Dec 21 10:36:14 2016        (r429062)
>> +++ head/www/apache24/Makefile  Wed Dec 21 10:41:09 2016        (r429063)
>> @@ -1,8 +1,7 @@
>>  # $FreeBSD$
>>
>>  PORTNAME=      apache24
>> -PORTVERSION=   2.4.23
>> -PORTREVISION=  3
>> +PORTVERSION=   2.4.25
>>  CATEGORIES=    www ipv6
>>  MASTER_SITES=  APACHE_HTTPD
>>  DISTNAME=      httpd-${PORTVERSION}
>>
>> Modified: head/www/apache24/distinfo
>> ============================================================
>> ==================
>> --- head/www/apache24/distinfo  Wed Dec 21 10:36:14 2016        (r429062)
>> +++ head/www/apache24/distinfo  Wed Dec 21 10:41:09 2016        (r429063)
>> @@ -1,3 +1,3 @@
>> -TIMESTAMP = 1467307196
>> -SHA256 (apache24/httpd-2.4.23.tar.bz2) = 0c1694b2aad7765896faf92843452e
>> e2555b9591ae10d4f19b245f2adfe85e58
>> -SIZE (apache24/httpd-2.4.23.tar.bz2) = 6351875
>> +TIMESTAMP = 1482168542
>> +SHA256 (apache24/httpd-2.4.25.tar.bz2) = f87ec2df1c9fee3e6bfde3c8b855a3
>> ddb7ca1ab20ca877bd0e2b6bf3f05c80b2
>> +SIZE (apache24/httpd-2.4.25.tar.bz2) = 6398218
>>
>>
>
>
> --
>
> --
> Marcelo Araujo            (__)araujo at FreeBSD.org     \\\'',)http://www.FreeBSD.org <http://www.freebsd.org/>   \/  \ ^
> Power To Server.         .\. /_)
>
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch-configure.in
Type: application/octet-stream
Size: 2479 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-apache/attachments/20161226/a79ff41b/attachment.obj>


More information about the freebsd-apache mailing list