From owner-freebsd-apache@FreeBSD.ORG Sun Sep 21 04:28:10 2014 Return-Path: Delivered-To: apache@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E99B2C73 for ; Sun, 21 Sep 2014 04:28:10 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D107936F for ; Sun, 21 Sep 2014 04:28:10 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s8L4SAtU076675 for ; Sun, 21 Sep 2014 04:28:10 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 191471] [patch] www/mod_perl2 does not build against apache24 Date: Sun, 21 Sep 2014 04:28:10 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: kovert@omniscient.com X-Bugzilla-Status: Issue Resolved X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Sep 2014 04:28:11 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191471 --- Comment #23 from kovert@omniscient.com --- Once built, it seems to work fine on FreeBSD 10 STABLE/amd64 against: apache24-2.4.10_1 Version 2.4.x of Apache web server perl5-5.20.0_3 Practical Extraction and Report Language I did notice that when building it, Mk/bsd.apache.mk around line 281 has: .if exists(${HTTPD}) _APACHE_VERSION!= ${HTTPD} -V | ${SED} -ne 's/^Server version: Apache\/\([ 0-9]\)\.\([0-9]*\).*/\1\2/p' .elif defined(APACHE_PORT) _APACHE_VERSION!= ${ECHO_CMD} ${APACHE_PORT} | ${SED} -ne 's,.*/apache\([0 -9]*\).*,\1,p' .endif On a machine that would normally have mod_perl installed but does not because I am rebuilding it, httpd fails to run due to configuration syntax errors and thus the build fails. A quick test shows that httpd -v will work regardless of if the server will start, where -V requires it, so I would suggest switching to -v. Please let me know if that should be in another bugzilla ticket. -Todd -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-apache@FreeBSD.ORG Sun Sep 21 15:40:53 2014 Return-Path: Delivered-To: apache@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2C1391AB for ; Sun, 21 Sep 2014 15:40:53 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 13E7F8B2 for ; Sun, 21 Sep 2014 15:40:53 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s8LFeqne078667 for ; Sun, 21 Sep 2014 15:40:52 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 191471] [patch] www/mod_perl2 does not build against apache24 Date: Sun, 21 Sep 2014 15:40:51 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: ohauer@FreeBSD.org X-Bugzilla-Status: Issue Resolved X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Sep 2014 15:40:53 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191471 --- Comment #24 from Olli Hauer --- Hi Todd, thanks for the note, I will commit your fix! -- olli -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-apache@FreeBSD.ORG Sun Sep 21 15:47:55 2014 Return-Path: Delivered-To: apache@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B6AB5397 for ; Sun, 21 Sep 2014 15:47:55 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9E4C28F6 for ; Sun, 21 Sep 2014 15:47:55 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s8LFltJm085482 for ; Sun, 21 Sep 2014 15:47:55 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 191471] [patch] www/mod_perl2 does not build against apache24 Date: Sun, 21 Sep 2014 15:47:55 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: Issue Resolved X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Sep 2014 15:47:55 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191471 --- Comment #25 from commit-hook@freebsd.org --- A commit references this bug: Author: ohauer Date: Sun Sep 21 15:47:09 UTC 2014 New revision: 368775 URL: http://svnweb.freebsd.org/changeset/ports/368775 Log: - change check for httpd version s/-V/-v/ -V also checks for config issues in httpd.conf, this can break a build in case there are config issues during rebuilds on a live system. -v prints the required info without check with hat apache@ PR: 191471 Submitted by: Todd Changes: head/Mk/bsd.apache.mk -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-apache@FreeBSD.ORG Wed Sep 24 19:26:02 2014 Return-Path: Delivered-To: apache@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 87925CAF for ; Wed, 24 Sep 2014 19:26:02 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 540B6EFB for ; Wed, 24 Sep 2014 19:26:02 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s8OJQ2DI017736 for ; Wed, 24 Sep 2014 19:26:02 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 193905] New: Upgrade of devel/apr1 to apr-1.5.1.1.5.4 causes devel/subversion to break Date: Wed, 24 Sep 2014 19:26:02 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: antiduh@csh.rit.edu X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Sep 2014 19:26:02 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193905 Bug ID: 193905 Summary: Upgrade of devel/apr1 to apr-1.5.1.1.5.4 causes devel/subversion to break Product: Ports Tree Version: Latest Hardware: Any OS: Any Status: Needs Triage Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: antiduh@csh.rit.edu CC: apache@FreeBSD.org, lev@FreeBSD.org CC: apache@FreeBSD.org, lev@FreeBSD.org I upgraded devel/apr1 from apr-1.5.1.1.5.3_4 to apr-1.5.1.1.5.4 and then rebuilt devel/subversion. Now, subversion always prints this: > angst(/usr/ports) # svn up > svn: E070008: Can't check path '/usr/ports': Partial results are valid but processing is incomplete Googleing, it sounds like it has to do with apr_stat or apr_file_open returning APR_INCOMPLETE, but I have no idea why. Here's a dump of what I have installed at the moment: > angst(/usr/ports) # pkg info -d subversion > subversion-1.8.10_3: > serf-1.3.7_1 > expat-2.1.0_1 > gettext-0.18.3.1_1 > apr-1.5.1.1.5.4 > sqlite3-3.8.6 > angst(/usr/ports) # pkg info -d apr > apr-1.5.1.1.5.4: > expat-2.1.0_1 > openssl-1.0.1_15 > sqlite3-3.8.6 > gdbm-1.11_2 > db5-5.3.28_2 One thing I did notice that apr1 picked up a dependency to db5; I believe it was db48 previously. This seems to be an apr1 bug with file paths, but maybe the db5 change has affected something. --- Comment #1 from Bugzilla Automation --- Maintainers CC'd -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-apache@FreeBSD.ORG Fri Sep 26 10:44:57 2014 Return-Path: Delivered-To: apache@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7C325CB6 for ; Fri, 26 Sep 2014 10:44:57 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5C5A5605 for ; Fri, 26 Sep 2014 10:44:57 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s8QAiv9T013482 for ; Fri, 26 Sep 2014 10:44:57 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 193941] New: /usr/ports/www/mod_auth_mysql_another patch to work with apache24 Date: Fri, 26 Sep 2014 10:44:57 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: dan@sunsaturn.com X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Sep 2014 10:44:57 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193941 Bug ID: 193941 Summary: /usr/ports/www/mod_auth_mysql_another patch to work with apache24 Product: Ports Tree Version: Latest Hardware: amd64 OS: Any Status: Needs Triage Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: dan@sunsaturn.com CC: apache@FreeBSD.org CC: apache@FreeBSD.org /usr/ports/www/mod_auth_mysql_another Makefile will not allow port to compile against apache24, following patch allows it to work with apache24 http://sourceforge.net/p/modauthmysql/patches/13/attachment/mod_auth_mysql_3.0.0_patch_apache2.4.diff Proof of working(running fine on my system): sunsaturn:/root # tar fvxz mod_auth_mysql-3.0.0.tar.gz x mod_auth_mysql-3.0.0/BUILD x mod_auth_mysql-3.0.0/CHANGES x mod_auth_mysql-3.0.0/CONFIGURE x mod_auth_mysql-3.0.0/README x mod_auth_mysql-3.0.0/mod_auth_mysql.c sunsaturn:/root # patch -p0 < mod_auth_mysql_3.0.0_patch_apache2.4.diff Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- mod_auth_mysql-3.0.0/mod_auth_mysql.c 2005-06-22 12:17:45.000000000 -0400 |+++ mod_auth_mysql-3.0.0_patch_apache_2.4/mod_auth_mysql.c 2013-12-30 18:07:27.646704470 -0500 -------------------------- Patching file mod_auth_mysql-3.0.0/mod_auth_mysql.c using Plan A... Hunk #1 succeeded at 206. Hunk #2 succeeded at 237. Hunk #3 succeeded at 589. Hunk #4 succeeded at 905. Hunk #5 succeeded at 1270. done sunsaturn:/root # cd mod_auth_mysql-3.0.0 sunsaturn:/root/mod_auth_mysql-3.0.0 # ls BUILD CHANGES CONFIGURE README mod_auth_mysql.c mod_auth_mysql.c.orig sunsaturn:/root/mod_auth_mysql-3.0.0 # apxs -c -I/usr/local/include/mysql -L/usr/local/lib/mysql -lmysqlclient -lz -lm mod_auth_mysql.c /usr/local/share/apr/build-1/libtool --silent --mode=compile cc -prefer-pic -O2 -pipe -I/usr/include -fno-strict-aliasing -I/usr/local/include/apache24 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/include -I/usr/local/include -I/usr/local/include/db5 -I/usr/local/include/mysql -c -o mod_auth_mysql.lo mod_auth_mysql.c && touch mod_auth_mysql.slo mod_auth_mysql.c:892:9: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] pos-output, output); ^~~~~~~~~~ mod_auth_mysql.c:228:53: note: expanded from macro 'LOG_ERROR_2' ap_log_rerror (APLOG_MARK, lvl, stat, rqst, msg, parm1, parm2) ^ /usr/local/include/apache24/http_log.h:448:44: note: expanded from macro 'ap_log_rerror' #define ap_log_rerror(...) ap_log_rerror__(__VA_ARGS__) ^ /usr/local/include/apache24/http_log.h:451:63: note: expanded from macro 'ap_log_rerror__' ap_log_rerror_(file, line, mi, level, status, r, __VA_ARGS__); \ ^ 1 warning generated. /usr/local/share/apr/build-1/libtool --silent --mode=link cc -L/usr/lib -Wl,-rpath,/usr/lib:/usr/local/lib -o mod_auth_mysql.la -L/usr/local/lib/mysql -lmysqlclient -lz -lm -rpath /usr/local/libexec/apache24 -module -avoid-version mod_auth_mysql.lo sunsaturn:/root/mod_auth_mysql-3.0.0 # apxs -i mod_auth_mysql.la /usr/local/share/apache24/build/instdso.sh SH_LIBTOOL='/usr/local/share/apr/build-1/libtool' mod_auth_mysql.la /usr/local/libexec/apache24 /usr/local/share/apr/build-1/libtool --mode=install install mod_auth_mysql.la /usr/local/libexec/apache24/ libtool: install: install .libs/mod_auth_mysql.so /usr/local/libexec/apache24/mod_auth_mysql.so libtool: install: install .libs/mod_auth_mysql.lai /usr/local/libexec/apache24/mod_auth_mysql.la libtool: install: install .libs/mod_auth_mysql.a /usr/local/libexec/apache24/mod_auth_mysql.a libtool: install: chmod 644 /usr/local/libexec/apache24/mod_auth_mysql.a libtool: install: ranlib /usr/local/libexec/apache24/mod_auth_mysql.a chmod 755 /usr/local/libexec/apache24/mod_auth_mysql.so sunsaturn:/root/mod_auth_mysql-3.0.0 # --- Comment #1 from Bugzilla Automation --- Maintainers CC'd -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-apache@FreeBSD.ORG Sat Sep 27 08:18:24 2014 Return-Path: Delivered-To: apache@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6AAFAC2 for ; Sat, 27 Sep 2014 08:18:24 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3CAC5DA3 for ; Sat, 27 Sep 2014 08:18:24 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s8R8IOfq051838 for ; Sat, 27 Sep 2014 08:18:24 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: maintainer-feedback requested: [Bug 193469] defective crypt() implementation affects Apache 2.4, possibly 2.2 Date: Sat, 27 Sep 2014 08:18:24 +0000 X-Bugzilla-Type: request Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Sep 2014 08:18:24 -0000 Marcus von Appen has asked apache@FreeBSD.org for maintainer-feedback: Bug 193469: defective crypt() implementation affects Apache 2.4, possibly 2.2 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193469 ------- Additional Comments from Marcus von Appen Assign to apache maintainer group. From owner-freebsd-apache@FreeBSD.ORG Sat Sep 27 08:18:24 2014 Return-Path: Delivered-To: apache@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8901BC3 for ; Sat, 27 Sep 2014 08:18:24 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6F531DA4 for ; Sat, 27 Sep 2014 08:18:24 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s8R8IOsA051841 for ; Sat, 27 Sep 2014 08:18:24 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 193469] defective crypt() implementation affects Apache 2.4, possibly 2.2 Date: Sat, 27 Sep 2014 08:18:24 +0000 X-Bugzilla-Reason: CC AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: mva@FreeBSD.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc assigned_to flagtypes.name Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Sep 2014 08:18:24 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193469 Marcus von Appen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |apache@FreeBSD.org Assignee|freebsd-ports-bugs@FreeBSD. |apache@FreeBSD.org |org | Flags| |maintainer-feedback?(apache | |@FreeBSD.org) --- Comment #1 from Marcus von Appen --- Assign to apache maintainer group. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.