From owner-svn-ports-branches@FreeBSD.ORG Sun Oct 19 15:56:10 2014 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 11CB7EE2; Sun, 19 Oct 2014 15:56:10 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (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 F12063CB; Sun, 19 Oct 2014 15:56:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9JFu90N002823; Sun, 19 Oct 2014 15:56:09 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9JFu9O4002819; Sun, 19 Oct 2014 15:56:09 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201410191556.s9JFu9O4002819@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 19 Oct 2014 15:56:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r371192 - branches/2014Q4/security/openbsm-devel X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Oct 2014 15:56:10 -0000 Author: antoine Date: Sun Oct 19 15:56:08 2014 New Revision: 371192 URL: https://svnweb.freebsd.org/changeset/ports/371192 QAT: https://qat.redports.org/buildarchive/r371192/ Log: MFH: r371191 Fix packaging Modified: branches/2014Q4/security/openbsm-devel/Makefile branches/2014Q4/security/openbsm-devel/pkg-plist Directory Properties: branches/2014Q4/ (props changed) Modified: branches/2014Q4/security/openbsm-devel/Makefile ============================================================================== --- branches/2014Q4/security/openbsm-devel/Makefile Sun Oct 19 15:55:16 2014 (r371191) +++ branches/2014Q4/security/openbsm-devel/Makefile Sun Oct 19 15:56:08 2014 (r371192) @@ -3,7 +3,7 @@ PORTNAME= openbsm DISTVERSION= 1.2-alpha3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= security MASTER_SITES= http://www.trustedbsd.org/downloads/ \ http://mirrors.rit.edu/zi/ Modified: branches/2014Q4/security/openbsm-devel/pkg-plist ============================================================================== --- branches/2014Q4/security/openbsm-devel/pkg-plist Sun Oct 19 15:55:16 2014 (r371191) +++ branches/2014Q4/security/openbsm-devel/pkg-plist Sun Oct 19 15:56:08 2014 (r371192) @@ -63,5 +63,5 @@ sbin/auditdistd sbin/auditfilterd sbin/auditreduce sbin/praudit -%%NEEDVARDIRS%%@dir(%%USERS%%:%%GROUPS%%,770) /var/audit/dist -%%NEEDVARDIRS%%@dir(%%USERS%%:%%GROUPS%%,700) /var/audit/remote +%%NEEDVARDIRS%%@dir(%%USERS%%,%%GROUPS%%,770) /var/audit/dist +%%NEEDVARDIRS%%@dir(%%USERS%%,%%GROUPS%%,700) /var/audit/remote From owner-svn-ports-branches@FreeBSD.ORG Sun Oct 19 19:38:42 2014 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 784643FF; Sun, 19 Oct 2014 19:38:42 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (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 63519D5E; Sun, 19 Oct 2014 19:38:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9JJcgHG021046; Sun, 19 Oct 2014 19:38:42 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9JJcgla021045; Sun, 19 Oct 2014 19:38:42 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201410191938.s9JJcgla021045@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 19 Oct 2014 19:38:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r371206 - branches/2014Q4/security/cvm X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Oct 2014 19:38:42 -0000 Author: riggs Date: Sun Oct 19 19:38:41 2014 New Revision: 371206 URL: https://svnweb.freebsd.org/changeset/ports/371206 QAT: https://qat.redports.org/buildarchive/r371206/ Log: MFH: r371176 - Un-break build for non-standard OPTION VCHKPW PR: 193851 Submitted by: uffe@uffe.org (maintainer) Approved by: portmgr (zi) Modified: branches/2014Q4/security/cvm/Makefile Directory Properties: branches/2014Q4/ (props changed) Modified: branches/2014Q4/security/cvm/Makefile ============================================================================== --- branches/2014Q4/security/cvm/Makefile Sun Oct 19 19:37:14 2014 (r371205) +++ branches/2014Q4/security/cvm/Makefile Sun Oct 19 19:38:41 2014 (r371206) @@ -24,17 +24,19 @@ BGLIBS_LIB= ${LOCALBASE}/lib/bglibs DOCS= NEWS README TODO *.html +ALL_TARGET= all + OPTIONS_DEFINE= DOCS VCHKPW + OPTIONS_SUB= yes + VCHKPW_DESC= Compile cvm-vchkpw -VCHKPW_BUILD_DEPENDS+= ${LOCALBASE}/vpopmail/lib/libvpopmail.a:${PORTSDIR}/mail/vpopmail +VCHKPW_ALL_TARGET= cvm-vchkpw -.include +VCHKPW_BUILD_DEPENDS= ${LOCALBASE}/vpopmail/lib/libvpopmail.a:${PORTSDIR}/mail/vpopmail -.if ${PORT_OPTIONS:MVCHKPW} -ALL_TARGET+= cvm-vchkpw -.endif +.include do-configure: ${ECHO_CMD} "${PREFIX}" > ${WRKSRC}/conf-home From owner-svn-ports-branches@FreeBSD.ORG Mon Oct 20 15:12:22 2014 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BCB66D3A; Mon, 20 Oct 2014 15:12:22 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (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 9DC7C97C; Mon, 20 Oct 2014 15:12:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9KFCMr4011422; Mon, 20 Oct 2014 15:12:22 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9KFCLO0011416; Mon, 20 Oct 2014 15:12:21 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201410201512.s9KFCLO0011416@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Mon, 20 Oct 2014 15:12:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r371275 - in branches/2014Q4/textproc: libxml2 libxml2/files py-libxml2 py3-libxml2 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Oct 2014 15:12:22 -0000 Author: kwm Date: Mon Oct 20 15:12:20 2014 New Revision: 371275 URL: https://svnweb.freebsd.org/changeset/ports/371275 QAT: https://qat.redports.org/buildarchive/r371275/ Log: MFH: r371120 Update to 2.9.2. This release fixes CVE-2014-3660 (DoS). Security: 0642b064-56c4-11e4-8b87-bcaec565249c Approved by: portmgr (bapt@) Deleted: branches/2014Q4/textproc/libxml2/files/patch-python_drv-libxml2.py branches/2014Q4/textproc/libxml2/files/patch-python_setup.py.in Modified: branches/2014Q4/textproc/libxml2/Makefile branches/2014Q4/textproc/libxml2/distinfo branches/2014Q4/textproc/libxml2/files/patch-Makefile.in branches/2014Q4/textproc/libxml2/pkg-plist branches/2014Q4/textproc/py-libxml2/Makefile branches/2014Q4/textproc/py3-libxml2/Makefile Directory Properties: branches/2014Q4/ (props changed) Modified: branches/2014Q4/textproc/libxml2/Makefile ============================================================================== --- branches/2014Q4/textproc/libxml2/Makefile Mon Oct 20 15:07:54 2014 (r371274) +++ branches/2014Q4/textproc/libxml2/Makefile Mon Oct 20 15:12:20 2014 (r371275) @@ -3,8 +3,8 @@ # $MCom: ports/trunk/textproc/libxml2/Makefile 19578 2014-04-25 21:50:30Z kwm $ PORTNAME= libxml2 -PORTVERSION= 2.9.1 -PORTREVISION?= 1 +PORTVERSION= 2.9.2 +PORTREVISION?= 0 CATEGORIES?= textproc gnome MASTER_SITES= ftp://xmlsoft.org/libxml2/ \ http://xmlsoft.org/sources/ \ @@ -17,7 +17,7 @@ COMMENT?= XML parser library for GNOME .if !defined(REFERENCE_PORT) GNU_CONFIGURE= yes -USES= gmake iconv libtool:keepla pathfix pkgconfig shebangfix +USES+= gmake iconv libtool pathfix pkgconfig shebangfix USE_LDCONFIG= yes CONFIGURE_ARGS?=--with-iconv=${ICONV_PREFIX} \ --with-html-dir=${PREFIX}/share/doc \ Modified: branches/2014Q4/textproc/libxml2/distinfo ============================================================================== --- branches/2014Q4/textproc/libxml2/distinfo Mon Oct 20 15:07:54 2014 (r371274) +++ branches/2014Q4/textproc/libxml2/distinfo Mon Oct 20 15:12:20 2014 (r371275) @@ -1,2 +1,2 @@ -SHA256 (gnome2/libxml2-2.9.1.tar.gz) = fd3c64cb66f2c4ea27e934d275904d92cec494a8e8405613780cbc8a71680fdb -SIZE (gnome2/libxml2-2.9.1.tar.gz) = 5172503 +SHA256 (gnome2/libxml2-2.9.2.tar.gz) = 5178c30b151d044aefb1b08bf54c3003a0ac55c59c866763997529d60770d5bc +SIZE (gnome2/libxml2-2.9.2.tar.gz) = 5444991 Modified: branches/2014Q4/textproc/libxml2/files/patch-Makefile.in ============================================================================== --- branches/2014Q4/textproc/libxml2/files/patch-Makefile.in Mon Oct 20 15:07:54 2014 (r371274) +++ branches/2014Q4/textproc/libxml2/files/patch-Makefile.in Mon Oct 20 15:12:20 2014 (r371275) @@ -1,6 +1,6 @@ ---- Makefile.in.orig 2013-11-24 09:26:25.000000000 +0100 -+++ Makefile.in 2013-11-24 09:26:37.000000000 +0100 -@@ -1130,7 +1130,7 @@ +--- Makefile.in.orig 2014-10-17 20:26:52.547793054 +0200 ++++ Makefile.in 2014-10-17 20:27:34.868791352 +0200 +@@ -1234,7 +1234,7 @@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: @@ -9,7 +9,7 @@ @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@@ -1635,7 +1635,7 @@ +@@ -1712,7 +1712,7 @@ check-am: all-am check: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) check-recursive @@ -18,12 +18,12 @@ config.h install-binPROGRAMS: install-libLTLIBRARIES -@@ -1703,7 +1703,7 @@ +@@ -1780,7 +1780,7 @@ info-am: --install-data-am: install-data-local install-m4dataDATA install-man \ -+install-data-am: install-m4dataDATA install-man \ - install-pkgconfigDATA +-install-data-am: install-cmakeDATA install-data-local \ ++install-data-am: install-cmakeDATA \ + install-m4dataDATA install-man install-pkgconfigDATA install-dvi: install-dvi-recursive Modified: branches/2014Q4/textproc/libxml2/pkg-plist ============================================================================== --- branches/2014Q4/textproc/libxml2/pkg-plist Mon Oct 20 15:07:54 2014 (r371274) +++ branches/2014Q4/textproc/libxml2/pkg-plist Mon Oct 20 15:12:20 2014 (r371275) @@ -48,8 +48,8 @@ include/libxml2/libxml/xmlwriter.h include/libxml2/libxml/xpath.h include/libxml2/libxml/xpathInternals.h include/libxml2/libxml/xpointer.h +lib/cmake/libxml2/libxml2-config.cmake lib/libxml2.a -lib/libxml2.la lib/libxml2.so lib/libxml2.so.2 lib/libxml2.so.%%LIBVERSION%% @@ -60,5 +60,3 @@ man/man1/xml2-config.1.gz man/man1/xmlcatalog.1.gz man/man1/xmllint.1.gz man/man3/libxml.3.gz -@dirrm include/libxml2/libxml -@dirrm include/libxml2 Modified: branches/2014Q4/textproc/py-libxml2/Makefile ============================================================================== --- branches/2014Q4/textproc/py-libxml2/Makefile Mon Oct 20 15:07:54 2014 (r371274) +++ branches/2014Q4/textproc/py-libxml2/Makefile Mon Oct 20 15:12:20 2014 (r371275) @@ -16,7 +16,7 @@ DESCR= ${.CURDIR}/pkg-descr PLIST= ${.CURDIR}/pkg-plist USE_GNOME+= libxml2 -USE_PYTHON= 2 +USES+= python:2 USE_PYDISTUTILS=yes PYDISTUTILS_EGGINFO= libxml2_python-${PORTVERSION}-py${PYTHON_VER}.egg-info Modified: branches/2014Q4/textproc/py3-libxml2/Makefile ============================================================================== --- branches/2014Q4/textproc/py3-libxml2/Makefile Mon Oct 20 15:07:54 2014 (r371274) +++ branches/2014Q4/textproc/py3-libxml2/Makefile Mon Oct 20 15:12:20 2014 (r371275) @@ -16,8 +16,9 @@ DESCR= ${.CURDIR}/pkg-descr PLIST= ${.CURDIR}/pkg-plist USE_GNOME+= libxml2 -USE_PYTHON= 3 +USES= python:3 USE_PYDISTUTILS=yes +#USE_PYTHON= distutils:3 PYDISTUTILS_EGGINFO= libxml2_python-${PORTVERSION}-py${PYTHON_VER}.egg-info PLIST_SUB+= PYTVER=${PYTHON_VER:S/.//} From owner-svn-ports-branches@FreeBSD.ORG Mon Oct 20 15:14:00 2014 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 266C3E2E; Mon, 20 Oct 2014 15:14:00 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (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 088C0996; Mon, 20 Oct 2014 15:14:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9KFDxZQ011782; Mon, 20 Oct 2014 15:13:59 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9KFDxk6011779; Mon, 20 Oct 2014 15:13:59 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201410201513.s9KFDxk6011779@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Mon, 20 Oct 2014 15:13:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r371276 - in branches/2014Q4/textproc/libxml2: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Oct 2014 15:14:00 -0000 Author: kwm Date: Mon Oct 20 15:13:58 2014 New Revision: 371276 URL: https://svnweb.freebsd.org/changeset/ports/371276 QAT: https://qat.redports.org/buildarchive/r371276/ Log: MFH: r371269 patch-parser.c: Replace allready applied patch with new patch from upstream to unbreak the xmlcatalog command. patch-uri.c: Revert uri.c commit that causes the document chain to fail. Reported by: antoine@ Tested by: bapt@ Approved by: portmgr (bapt@) Added: branches/2014Q4/textproc/libxml2/files/patch-uri.c - copied unchanged from r371269, head/textproc/libxml2/files/patch-uri.c Modified: branches/2014Q4/textproc/libxml2/Makefile branches/2014Q4/textproc/libxml2/files/patch-parser.c Directory Properties: branches/2014Q4/ (props changed) Modified: branches/2014Q4/textproc/libxml2/Makefile ============================================================================== --- branches/2014Q4/textproc/libxml2/Makefile Mon Oct 20 15:12:20 2014 (r371275) +++ branches/2014Q4/textproc/libxml2/Makefile Mon Oct 20 15:13:58 2014 (r371276) @@ -4,7 +4,7 @@ PORTNAME= libxml2 PORTVERSION= 2.9.2 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= textproc gnome MASTER_SITES= ftp://xmlsoft.org/libxml2/ \ http://xmlsoft.org/sources/ \ Modified: branches/2014Q4/textproc/libxml2/files/patch-parser.c ============================================================================== --- branches/2014Q4/textproc/libxml2/files/patch-parser.c Mon Oct 20 15:12:20 2014 (r371275) +++ branches/2014Q4/textproc/libxml2/files/patch-parser.c Mon Oct 20 15:13:58 2014 (r371276) @@ -1,38 +1,31 @@ -CVE-2014-0191 +From 0e6659ec960734b0b01aad196d4bdb4a3800b493 Mon Sep 17 00:00:00 2001 +From: Lubomir Rintel +Date: Thu, 16 Oct 2014 19:10:59 +0200 +Subject: [PATCH] Revert "Missing initialization for the catalog module" -From 9cd1c3cfbd32655d60572c0a413e017260c854df Mon Sep 17 00:00:00 2001 -From: Daniel Veillard -Date: Tue, 22 Apr 2014 15:30:56 +0800 -Subject: Do not fetch external parameter entities +It's not correct to always load the default catalog. +https://bugzilla.redhat.com/show_bug.cgi?id=1153753 -Unless explicitely asked for when validating or replacing entities -with their value. Problem pointed out by Daniel Berrange +This reverts commit 054c716ea1bf001544127a4ab4f4346d1b9947e7. + +--- + parser.c | 3 --- + 1 file changed, 3 deletions(-) diff --git a/parser.c b/parser.c -index 9347ac9..c0dea05 100644 +index 1d93967..67c9dfd 100644 --- parser.c +++ parser.c -@@ -2598,6 +2598,20 @@ xmlParserHandlePEReference(xmlParserCtxtPtr ctxt) { - xmlCharEncoding enc; - - /* -+ * Note: external parsed entities will not be loaded, it is -+ * not required for a non-validating parser, unless the -+ * option of validating, or substituting entities were -+ * given. Doing so is far more secure as the parser will -+ * only process data coming from the document entity by -+ * default. -+ */ -+ if ((entity->etype == XML_EXTERNAL_PARAMETER_ENTITY) && -+ ((ctxt->options & XML_PARSE_NOENT) == 0) && -+ ((ctxt->options & XML_PARSE_DTDVALID) == 0) && -+ (ctxt->validate == 0)) -+ return; -+ -+ /* - * handle the extra spaces added before and after - * c.f. http://www.w3.org/TR/REC-xml#as-PE - * this is done independently. +@@ -14830,9 +14830,6 @@ xmlInitParser(void) { + #ifdef LIBXML_XPATH_ENABLED + xmlXPathInit(); + #endif +-#ifdef LIBXML_CATALOG_ENABLED +- xmlInitializeCatalog(); +-#endif + xmlParserInitialized = 1; + #ifdef LIBXML_THREAD_ENABLED + } -- -cgit v0.10.1 +1.9.3 Copied: branches/2014Q4/textproc/libxml2/files/patch-uri.c (from r371269, head/textproc/libxml2/files/patch-uri.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2014Q4/textproc/libxml2/files/patch-uri.c Mon Oct 20 15:13:58 2014 (r371276, copy of r371269, head/textproc/libxml2/files/patch-uri.c) @@ -0,0 +1,25 @@ +Revert the following commit, it makes the freebsd doc chain fail. + +From 8eb55d782a2b9afacc7938694891cc6fad7b42a5 Mon Sep 17 00:00:00 2001 +From: Dennis Filder +Date: Fri, 13 Jun 2014 14:56:14 +0800 +Subject: xmlSaveUri() incorrectly recomposes URIs with rootless paths + +For https://bugzilla.gnome.org/show_bug.cgi?id=731063 + +xmlSaveUri() of libxml2 (snapshot 2014-05-31 and earlier) returns +bogus values when called with URIs that have rootless paths +(e.g. "urx:b:b" becomes "urx://b%3Ab" where "urx:b%3Ab" would be +correct) + +--- uri.c.orig 2014-10-03 13:28:06.000000000 +0200 ++++ uri.c 2014-10-20 14:22:57.677231158 +0200 +@@ -1198,6 +1198,8 @@ + if (temp == NULL) goto mem_error; + ret = temp; + } ++ ret[len++] = '/'; ++ ret[len++] = '/'; + } + if (uri->path != NULL) { + p = uri->path; From owner-svn-ports-branches@FreeBSD.ORG Mon Oct 20 19:29:24 2014 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 37959D37; Mon, 20 Oct 2014 19:29:24 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (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 18C57D90; Mon, 20 Oct 2014 19:29:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9KJTN3c054516; Mon, 20 Oct 2014 19:29:23 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9KJTNFs054512; Mon, 20 Oct 2014 19:29:23 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201410201929.s9KJTNFs054512@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Mon, 20 Oct 2014 19:29:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r371292 - in branches/2014Q4/japanese/mh: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Oct 2014 19:29:24 -0000 Author: antoine Date: Mon Oct 20 19:29:22 2014 New Revision: 371292 URL: https://svnweb.freebsd.org/changeset/ports/371292 QAT: https://qat.redports.org/buildarchive/r371292/ Log: MFH: r371242 japanese/mh: multiple fixes - Add japanese man pages - Don't setuid/setgid to binaries - Use BSD_INSTALL_LIB instead of cp - Remove @dirrm PR: 194352 Submitted by: Watanabe Kazuhiro Approved by: mentors (implicit) Modified: branches/2014Q4/japanese/mh/Makefile branches/2014Q4/japanese/mh/files/patch-configure branches/2014Q4/japanese/mh/files/patch-uip:rcvtty.c branches/2014Q4/japanese/mh/pkg-plist Directory Properties: branches/2014Q4/ (props changed) Modified: branches/2014Q4/japanese/mh/Makefile ============================================================================== --- branches/2014Q4/japanese/mh/Makefile Mon Oct 20 18:51:29 2014 (r371291) +++ branches/2014Q4/japanese/mh/Makefile Mon Oct 20 19:29:22 2014 (r371292) @@ -3,7 +3,7 @@ PORTNAME= mh PORTVERSION= ${VERSION}.j${JP_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese mail MASTER_SITES= ${MASTER_SITE_LOCAL} \ ftp://ftp.laic.u-hyogo.ac.jp/pub/net/mh/ @@ -21,7 +21,8 @@ JP_VERSION= 3.05 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-batchmode \ - --enable-apop=${PREFIX}/etc/pop.auth --enable-rpop + --enable-apop=${PREFIX}/etc/pop.auth \ + --enable-jmandir=${MANPREFIX}/man/ja MAKE_JOBS_UNSAFE= yes CFLAGS+= -Wno-return-type Modified: branches/2014Q4/japanese/mh/files/patch-configure ============================================================================== --- branches/2014Q4/japanese/mh/files/patch-configure Mon Oct 20 18:51:29 2014 (r371291) +++ branches/2014Q4/japanese/mh/files/patch-configure Mon Oct 20 19:29:22 2014 (r371292) @@ -1,5 +1,5 @@ ---- configure.orig Thu Jun 14 18:41:51 2001 -+++ configure Tue Mar 27 17:56:32 2007 +--- configure.orig 2001-06-15 01:41:51.000000000 +0900 ++++ configure 2014-10-08 22:52:42.000000000 +0900 @@ -1397,14 +1397,8 @@ if test "$use_sharedlib" != no then @@ -15,3 +15,38 @@ echo __ELF__ | $CC -E - | grep -q __ELF__ || sharedlib=gnuelf slflags="-fpic" slibdir=$libdir +@@ -1748,34 +1742,6 @@ + pagerpath="$ac_cv_path_pager" + fi + +-echo $ac_n "checking for broken vi""... $ac_c" 1>&6 +-echo "configure:1753: checking for broken vi" >&5 +-if eval "test \"`echo '$''{'ac_cv_prog_vi_bug'+set}'`\" = set"; then +- echo $ac_n "(cached) $ac_c" 1>&6 +-else +- ac_cv_prog_vi_bug=no +- echo 'r /nonexist-file +-r /nonexist-file +-q' | ex > /dev/null 2>&1 +- if test $? = 2 +- then +- echo 'r /nonexist-file +-r /nonexist-file +-r /nonexist-file +-q' | ex > /dev/null 2>&1 +- if test $? = 3 +- then +- ac_cv_prog_vi_bug=yes +- fi +- fi +-fi +- +-echo "$ac_t""$ac_cv_prog_vi_bug" 1>&6 +-if test "$ac_cv_prog_vi_bug" = yes +-then +- ATTVIBUG=ATTVIBUG +-fi +- + echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6 + echo "configure:1781: checking for gethostbyname" >&5 + if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then Modified: branches/2014Q4/japanese/mh/files/patch-uip:rcvtty.c ============================================================================== --- branches/2014Q4/japanese/mh/files/patch-uip:rcvtty.c Mon Oct 20 18:51:29 2014 (r371291) +++ branches/2014Q4/japanese/mh/files/patch-uip:rcvtty.c Mon Oct 20 19:29:22 2014 (r371292) @@ -1,6 +1,11 @@ --- uip/rcvtty.c.orig 2001-04-05 01:05:17.000000000 +0900 -+++ uip/rcvtty.c 2010-04-12 17:36:19.000000000 +0900 -@@ -12,7 +12,11 @@ ++++ uip/rcvtty.c 2014-10-13 17:46:24.000000000 +0900 +@@ -8,11 +8,16 @@ + #endif + #include "../h/mh.h" + #include "../h/rcvmail.h" ++#include "../h/formatsbr.h" + #include "../h/scansbr.h" #include "../zotnet/tws.h" #include #include @@ -12,7 +17,7 @@ #include #ifndef UTMP_FILENAME #ifdef UTMP_FILE -@@ -25,6 +29,7 @@ +@@ -25,6 +30,7 @@ #endif #endif #endif /* UTMP_FILENAME */ @@ -20,7 +25,7 @@ #endif /* not TTYD */ #ifdef LOCALE #include -@@ -110,8 +115,12 @@ +@@ -110,8 +116,12 @@ *vec[MAXARGS]; #ifndef TTYD char tty[BUFSIZ]; @@ -33,7 +38,7 @@ #endif /* not TTYD */ #ifdef BSD43 -@@ -200,6 +209,13 @@ +@@ -200,6 +210,13 @@ user = getusr (); #ifndef TTYD @@ -47,7 +52,7 @@ if ((uf = fopen (UTMP_FILENAME, "r")) == NULL) exit (RCV_MBX); while (fread ((char *) &ut, sizeof ut, 1, uf) == 1) -@@ -212,6 +228,7 @@ +@@ -212,6 +229,7 @@ alert (tty, md); } (void) fclose (uf); Modified: branches/2014Q4/japanese/mh/pkg-plist ============================================================================== --- branches/2014Q4/japanese/mh/pkg-plist Mon Oct 20 18:51:29 2014 (r371291) +++ branches/2014Q4/japanese/mh/pkg-plist Mon Oct 20 19:29:22 2014 (r371292) @@ -70,7 +70,6 @@ lib/mh/tmac.h lib/mh/viamail lib/libmh.so lib/libmh.so.3 -@dirrm lib/mh man/ja/man1/ali.1.gz man/ja/man1/anno.1.gz man/ja/man1/bbc.1.gz From owner-svn-ports-branches@FreeBSD.ORG Wed Oct 22 07:36:12 2014 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E2C3A787; Wed, 22 Oct 2014 07:36:12 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (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 B4CA1207; Wed, 22 Oct 2014 07:36:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9M7aCwd091386; Wed, 22 Oct 2014 07:36:12 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9M7aCTI091384; Wed, 22 Oct 2014 07:36:12 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201410220736.s9M7aCTI091384@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Wed, 22 Oct 2014 07:36:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r371345 - in branches/2014Q4/www/chromium: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Oct 2014 07:36:13 -0000 Author: rene Date: Wed Oct 22 07:36:11 2014 New Revision: 371345 URL: https://svnweb.freebsd.org/changeset/ports/371345 QAT: https://qat.redports.org/buildarchive/r371345/ Log: MFH: r371037 www/chromium - Update to 38.0.2125.104 (bugfix release) - Drop patch which should be fixed in general by https://chromium.googlesource.com/chromium/src/+/084505067895ea2a789b2dc1e033182bc0a0286c%5E%21/#F0 Approved by: portmgr (erwin) Deleted: branches/2014Q4/www/chromium/files/patch-third_party__ffmpeg__chromium__config__Chromium__linux__ia32__config.h Modified: branches/2014Q4/www/chromium/Makefile branches/2014Q4/www/chromium/distinfo Directory Properties: branches/2014Q4/ (props changed) Modified: branches/2014Q4/www/chromium/Makefile ============================================================================== --- branches/2014Q4/www/chromium/Makefile Wed Oct 22 06:24:45 2014 (r371344) +++ branches/2014Q4/www/chromium/Makefile Wed Oct 22 07:36:11 2014 (r371345) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= chromium -PORTVERSION= 38.0.2125.101 -PORTREVISION= 2 +PORTVERSION= 38.0.2125.104 CATEGORIES= www MASTER_SITES= http://commondatastorage.googleapis.com/chromium-browser-official/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} @@ -168,7 +167,7 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch- .if ${PORT_OPTIONS:MTEST} .include "Makefile.tests" -ALL_TARGET+= ${TEST_TARGETS} +#ALL_TARGET+= ${TEST_TARGETS} .endif DEBUG_MAKE_ENV= V=1 Modified: branches/2014Q4/www/chromium/distinfo ============================================================================== --- branches/2014Q4/www/chromium/distinfo Wed Oct 22 06:24:45 2014 (r371344) +++ branches/2014Q4/www/chromium/distinfo Wed Oct 22 07:36:11 2014 (r371345) @@ -1,4 +1,4 @@ -SHA256 (chromium-38.0.2125.101.tar.xz) = d3303519ab471a3bc831e9b366e64dc2fe651894e52ae5d1e74de60ee2a1198a -SIZE (chromium-38.0.2125.101.tar.xz) = 248192100 -SHA256 (chromium-38.0.2125.101-testdata.tar.xz) = aca97e1f3d1e4018ef24d7f53c9273b5efde4496f73dc82622184409e9b3076e -SIZE (chromium-38.0.2125.101-testdata.tar.xz) = 115331828 +SHA256 (chromium-38.0.2125.104.tar.xz) = fcd35aef570d3304798a44f00751aa5724eba775596a8795df1a10a6db83d454 +SIZE (chromium-38.0.2125.104.tar.xz) = 248193372 +SHA256 (chromium-38.0.2125.104-testdata.tar.xz) = 742634a7a42141d0684ba153f525f7889309d9bf876cfc5cd554ac9015c8d8e5 +SIZE (chromium-38.0.2125.104-testdata.tar.xz) = 115335656 From owner-svn-ports-branches@FreeBSD.ORG Wed Oct 22 07:37:02 2014 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1020286F; Wed, 22 Oct 2014 07:37:02 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (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 F0BDC213; Wed, 22 Oct 2014 07:37:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9M7b1TY091595; Wed, 22 Oct 2014 07:37:01 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9M7b1Ld091594; Wed, 22 Oct 2014 07:37:01 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201410220737.s9M7b1Ld091594@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Wed, 22 Oct 2014 07:37:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r371346 - branches/2014Q4/www/chromium X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Oct 2014 07:37:02 -0000 Author: rene Date: Wed Oct 22 07:37:01 2014 New Revision: 371346 URL: https://svnweb.freebsd.org/changeset/ports/371346 QAT: https://qat.redports.org/buildarchive/r371346/ Log: MFH: r371039 www/chromium: re-enable test targets (currently broken though) Approved by: portmgr (erwin) Modified: branches/2014Q4/www/chromium/Makefile Directory Properties: branches/2014Q4/ (props changed) Modified: branches/2014Q4/www/chromium/Makefile ============================================================================== --- branches/2014Q4/www/chromium/Makefile Wed Oct 22 07:36:11 2014 (r371345) +++ branches/2014Q4/www/chromium/Makefile Wed Oct 22 07:37:01 2014 (r371346) @@ -167,7 +167,7 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch- .if ${PORT_OPTIONS:MTEST} .include "Makefile.tests" -#ALL_TARGET+= ${TEST_TARGETS} +ALL_TARGET+= ${TEST_TARGETS} .endif DEBUG_MAKE_ENV= V=1 From owner-svn-ports-branches@FreeBSD.ORG Wed Oct 22 07:38:09 2014 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0F532955; Wed, 22 Oct 2014 07:38:09 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (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 EF0B021B; Wed, 22 Oct 2014 07:38:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9M7c8Sn091881; Wed, 22 Oct 2014 07:38:08 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9M7c8NT091875; Wed, 22 Oct 2014 07:38:08 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201410220738.s9M7c8NT091875@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Wed, 22 Oct 2014 07:38:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r371347 - in branches/2014Q4/www/chromium: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Oct 2014 07:38:09 -0000 Author: rene Date: Wed Oct 22 07:38:07 2014 New Revision: 371347 URL: https://svnweb.freebsd.org/changeset/ports/371347 QAT: https://qat.redports.org/buildarchive/r371347/ Log: MFH: r371240 www/chromium: fix input of accented keys, bump PORTREVISION. PR: 193725 Submitted by: Miguel Clara Patch by: Tomek Approved by: ports-secteam (rea) Added: branches/2014Q4/www/chromium/files/patch-chrome__browser__ui__browser_command_controller.cc - copied unchanged from r371240, head/www/chromium/files/patch-chrome__browser__ui__browser_command_controller.cc branches/2014Q4/www/chromium/files/patch-ui__base__ime__input_method_factory.cc - copied unchanged from r371240, head/www/chromium/files/patch-ui__base__ime__input_method_factory.cc Modified: branches/2014Q4/www/chromium/Makefile branches/2014Q4/www/chromium/files/patch-content__browser__renderer_host__render_widget_host_view_aura.cc Directory Properties: branches/2014Q4/ (props changed) Modified: branches/2014Q4/www/chromium/Makefile ============================================================================== --- branches/2014Q4/www/chromium/Makefile Wed Oct 22 07:37:01 2014 (r371346) +++ branches/2014Q4/www/chromium/Makefile Wed Oct 22 07:38:07 2014 (r371347) @@ -3,6 +3,7 @@ PORTNAME= chromium PORTVERSION= 38.0.2125.104 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://commondatastorage.googleapis.com/chromium-browser-official/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} Copied: branches/2014Q4/www/chromium/files/patch-chrome__browser__ui__browser_command_controller.cc (from r371240, head/www/chromium/files/patch-chrome__browser__ui__browser_command_controller.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2014Q4/www/chromium/files/patch-chrome__browser__ui__browser_command_controller.cc Wed Oct 22 07:38:07 2014 (r371347, copy of r371240, head/www/chromium/files/patch-chrome__browser__ui__browser_command_controller.cc) @@ -0,0 +1,20 @@ +--- chrome/browser/ui/browser_command_controller.cc.orig 2014-10-14 21:32:48.000000000 +0200 ++++ chrome/browser/ui/browser_command_controller.cc 2014-10-14 21:22:15.000000000 +0200 +@@ -67,7 +67,7 @@ + #include "chrome/browser/ui/browser_commands_chromeos.h" + #endif + +-#if defined(OS_LINUX) && !defined(OS_CHROMEOS) ++#if defined(OS_LINUX) && !defined(OS_CHROMEOS) || defined(OS_BSD) + #include "ui/events/linux/text_edit_key_bindings_delegate_auralinux.h" + #endif + +@@ -279,7 +279,7 @@ + if (window()->IsFullscreen() && command_id == IDC_FULLSCREEN) + return true; + +-#if defined(OS_LINUX) && !defined(OS_CHROMEOS) ++#if defined(OS_LINUX) && !defined(OS_CHROMEOS) || defined(OS_BSD) + // If this key was registered by the user as a content editing hotkey, then + // it is not reserved. + ui::TextEditKeyBindingsDelegateAuraLinux* delegate = Modified: branches/2014Q4/www/chromium/files/patch-content__browser__renderer_host__render_widget_host_view_aura.cc ============================================================================== --- branches/2014Q4/www/chromium/files/patch-content__browser__renderer_host__render_widget_host_view_aura.cc Wed Oct 22 07:37:01 2014 (r371346) +++ branches/2014Q4/www/chromium/files/patch-content__browser__renderer_host__render_widget_host_view_aura.cc Wed Oct 22 07:38:07 2014 (r371347) @@ -1,5 +1,14 @@ ---- content/browser/renderer_host/render_widget_host_view_aura.cc.orig 2014-10-02 17:39:47 UTC -+++ content/browser/renderer_host/render_widget_host_view_aura.cc +--- content/browser/renderer_host/render_widget_host_view_aura.cc.orig 2014-10-02 19:39:47.000000000 +0200 ++++ content/browser/renderer_host/render_widget_host_view_aura.cc 2014-10-15 19:03:21.000000000 +0200 +@@ -88,7 +88,7 @@ + #include "ui/gfx/win/dpi.h" + #endif + +-#if defined(OS_LINUX) && !defined(OS_CHROMEOS) ++#if defined(OS_LINUX) && !defined(OS_CHROMEOS) || defined(OS_BSD) + #include "content/common/input_messages.h" + #include "ui/events/linux/text_edit_command_auralinux.h" + #include "ui/events/linux/text_edit_key_bindings_delegate_auralinux.h" @@ -653,7 +653,7 @@ if (host) return reinterpret_cast(host->GetAcceleratedWidget()); @@ -9,3 +18,12 @@ } gfx::NativeViewAccessible RenderWidgetHostViewAura::GetNativeViewAccessible() { +@@ -2418,7 +2418,7 @@ + + void RenderWidgetHostViewAura::ForwardKeyboardEvent( + const NativeWebKeyboardEvent& event) { +-#if defined(OS_LINUX) && !defined(OS_CHROMEOS) ++#if defined(OS_LINUX) && !defined(OS_CHROMEOS) || defined(OS_BSD) + ui::TextEditKeyBindingsDelegateAuraLinux* keybinding_delegate = + ui::GetTextEditKeyBindingsDelegate(); + std::vector commands; Copied: branches/2014Q4/www/chromium/files/patch-ui__base__ime__input_method_factory.cc (from r371240, head/www/chromium/files/patch-ui__base__ime__input_method_factory.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2014Q4/www/chromium/files/patch-ui__base__ime__input_method_factory.cc Wed Oct 22 07:38:07 2014 (r371347, copy of r371240, head/www/chromium/files/patch-ui__base__ime__input_method_factory.cc) @@ -0,0 +1,20 @@ +--- ui/base/ime/input_method_factory.cc.orig 2014-10-14 21:31:49.000000000 +0200 ++++ ui/base/ime/input_method_factory.cc 2014-10-14 21:26:34.000000000 +0200 +@@ -14,7 +14,7 @@ + #include "ui/base/ime/remote_input_method_win.h" + #elif defined(OS_MACOSX) + #include "ui/base/ime/input_method_mac.h" +-#elif defined(USE_AURA) && defined(OS_LINUX) && !defined(OS_CHROMEOS) ++#elif defined(USE_AURA) && defined(OS_LINUX) && !defined(OS_CHROMEOS) || defined(OS_BSD) + #include "ui/base/ime/input_method_auralinux.h" + #else + #include "ui/base/ime/input_method_minimal.h" +@@ -47,7 +47,7 @@ + return scoped_ptr(new InputMethodWin(delegate, widget)); + #elif defined(OS_MACOSX) + return scoped_ptr(new InputMethodMac(delegate)); +-#elif defined(USE_AURA) && defined(OS_LINUX) && !defined(OS_CHROMEOS) ++#elif defined(USE_AURA) && defined(OS_LINUX) && !defined(OS_CHROMEOS) || defined(OS_BSD) + return scoped_ptr(new InputMethodAuraLinux(delegate)); + #else + return scoped_ptr(new InputMethodMinimal(delegate)); From owner-svn-ports-branches@FreeBSD.ORG Wed Oct 22 07:42:12 2014 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EDC6FAB5; Wed, 22 Oct 2014 07:42:11 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (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 CF65130B; Wed, 22 Oct 2014 07:42:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9M7gBMb095939; Wed, 22 Oct 2014 07:42:11 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9M7gAuL095931; Wed, 22 Oct 2014 07:42:10 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201410220742.s9M7gAuL095931@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Wed, 22 Oct 2014 07:42:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r371348 - in branches/2014Q4/net: asterisk asterisk11 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Oct 2014 07:42:12 -0000 Author: madpilot Date: Wed Oct 22 07:42:10 2014 New Revision: 371348 URL: https://svnweb.freebsd.org/changeset/ports/371348 QAT: https://qat.redports.org/buildarchive/r371348/ Log: MFH: r371337 - Update asterisk to 1.8.31.1 - Update asterisk11 to 11.13.1 Security: 76c7a0f5-5928-11e4-adc7-001999f8d30b Approved by: portmgr (erwin) Modified: branches/2014Q4/net/asterisk/Makefile branches/2014Q4/net/asterisk/distinfo branches/2014Q4/net/asterisk11/Makefile branches/2014Q4/net/asterisk11/distinfo Directory Properties: branches/2014Q4/ (props changed) Modified: branches/2014Q4/net/asterisk/Makefile ============================================================================== --- branches/2014Q4/net/asterisk/Makefile Wed Oct 22 07:38:07 2014 (r371347) +++ branches/2014Q4/net/asterisk/Makefile Wed Oct 22 07:42:10 2014 (r371348) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= asterisk -PORTVERSION= 1.8.31.0 +PORTVERSION= 1.8.31.1 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \ http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ Modified: branches/2014Q4/net/asterisk/distinfo ============================================================================== --- branches/2014Q4/net/asterisk/distinfo Wed Oct 22 07:38:07 2014 (r371347) +++ branches/2014Q4/net/asterisk/distinfo Wed Oct 22 07:42:10 2014 (r371348) @@ -1,2 +1,2 @@ -SHA256 (asterisk-1.8.31.0.tar.gz) = 259c94112c690c1bf62bffd030445a20a9a254ecac74ffde7af3341a110dc083 -SIZE (asterisk-1.8.31.0.tar.gz) = 29630500 +SHA256 (asterisk-1.8.31.1.tar.gz) = 430e095e937a29ec13e58c2cab6b8299caec5bbe7a6af0f396a9f29fbc926e7d +SIZE (asterisk-1.8.31.1.tar.gz) = 29630590 Modified: branches/2014Q4/net/asterisk11/Makefile ============================================================================== --- branches/2014Q4/net/asterisk11/Makefile Wed Oct 22 07:38:07 2014 (r371347) +++ branches/2014Q4/net/asterisk11/Makefile Wed Oct 22 07:42:10 2014 (r371348) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= asterisk -PORTVERSION= 11.13.0 +PORTVERSION= 11.13.1 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \ http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ Modified: branches/2014Q4/net/asterisk11/distinfo ============================================================================== --- branches/2014Q4/net/asterisk11/distinfo Wed Oct 22 07:38:07 2014 (r371347) +++ branches/2014Q4/net/asterisk11/distinfo Wed Oct 22 07:42:10 2014 (r371348) @@ -1,2 +1,2 @@ -SHA256 (asterisk-11.13.0.tar.gz) = 8c99d4d1008a2ba5e8f727c538fc53430ee15263b75b8acc8b338d182359b65e -SIZE (asterisk-11.13.0.tar.gz) = 34966835 +SHA256 (asterisk-11.13.1.tar.gz) = 382e914f3025f746d3a36cd218bc35f6a0f335b58226f35eaf4cc664b228d351 +SIZE (asterisk-11.13.1.tar.gz) = 34959077 From owner-svn-ports-branches@FreeBSD.ORG Wed Oct 22 11:42:34 2014 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0AF73655; Wed, 22 Oct 2014 11:42:34 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (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 D073168A; Wed, 22 Oct 2014 11:42:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9MBgXOW009622; Wed, 22 Oct 2014 11:42:33 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9MBgXsD009620; Wed, 22 Oct 2014 11:42:33 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201410221142.s9MBgXsD009620@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Wed, 22 Oct 2014 11:42:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r371354 - branches/2014Q4/databases/phpmyadmin X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Oct 2014 11:42:34 -0000 Author: matthew Date: Wed Oct 22 11:42:32 2014 New Revision: 371354 URL: https://svnweb.freebsd.org/changeset/ports/371354 QAT: https://qat.redports.org/buildarchive/r371354/ Log: MFH: r371351 Security update to 4.2.10.1 - XSS vulnerabilities in SQL debug output and server monitor page. Advisory: http://www.phpmyadmin.net/home_page/security/PMASA-2014-12.php Release Notes: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.2.10.1/phpMyAdmin-4.2.10.1-notes.html/view Security: 25b78f04-59c8-11e4-b711-6805ca0b3d42 Approved by: portmgr (erwin) Modified: branches/2014Q4/databases/phpmyadmin/Makefile branches/2014Q4/databases/phpmyadmin/distinfo Directory Properties: branches/2014Q4/ (props changed) Modified: branches/2014Q4/databases/phpmyadmin/Makefile ============================================================================== --- branches/2014Q4/databases/phpmyadmin/Makefile Wed Oct 22 10:51:27 2014 (r371353) +++ branches/2014Q4/databases/phpmyadmin/Makefile Wed Oct 22 11:42:32 2014 (r371354) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= phpMyAdmin -DISTVERSION= 4.2.9.1 +DISTVERSION= 4.2.10.1 CATEGORIES= databases www MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME}/${DISTVERSION} DISTNAME= ${PORTNAME}-${DISTVERSION}-all-languages Modified: branches/2014Q4/databases/phpmyadmin/distinfo ============================================================================== --- branches/2014Q4/databases/phpmyadmin/distinfo Wed Oct 22 10:51:27 2014 (r371353) +++ branches/2014Q4/databases/phpmyadmin/distinfo Wed Oct 22 11:42:32 2014 (r371354) @@ -1,2 +1,3 @@ -SHA256 (phpMyAdmin-4.2.9.1-all-languages.tar.xz) = 755915d7ad118b93a327dc6c1baeb312c69139a73fb0c3d7809a7ab213b36cfa -SIZE (phpMyAdmin-4.2.9.1-all-languages.tar.xz) = 5217840 +SHA256 (phpMyAdmin-4.2.10.1-all-languages.tar.xz) = e27dfe93970543a6f4332bae576feb534c80cf8d046cd0626b6a019fe6f6fd96 +SIZE (phpMyAdmin-4.2.10.1-all-languages.tar.xz) = 5211604 + From owner-svn-ports-branches@FreeBSD.ORG Wed Oct 22 17:30:27 2014 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A20D06A6; Wed, 22 Oct 2014 17:30:27 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (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 8E5B1910; Wed, 22 Oct 2014 17:30:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9MHUR5l070384; Wed, 22 Oct 2014 17:30:27 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9MHUR9W070383; Wed, 22 Oct 2014 17:30:27 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201410221730.s9MHUR9W070383@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 22 Oct 2014 17:30:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r371363 - branches/2014Q4/www/drupal7 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Oct 2014 17:30:27 -0000 Author: antoine Date: Wed Oct 22 17:30:26 2014 New Revision: 371363 URL: https://svnweb.freebsd.org/changeset/ports/371363 QAT: https://qat.redports.org/buildarchive/r371363/ Log: Fix packaging Reported by: pkg-fallout Modified: branches/2014Q4/www/drupal7/pkg-plist Modified: branches/2014Q4/www/drupal7/pkg-plist ============================================================================== --- branches/2014Q4/www/drupal7/pkg-plist Wed Oct 22 17:02:59 2014 (r371362) +++ branches/2014Q4/www/drupal7/pkg-plist Wed Oct 22 17:30:26 2014 (r371363) @@ -423,7 +423,6 @@ %%DRUPAL_BASE%%/modules/forum/forums.tpl.php %%DRUPAL_BASE%%/modules/help/help-rtl.css %%DRUPAL_BASE%%/modules/help/help.admin.inc -%%DRUPAL_BASE%%/modules/help/help.api.php %%DRUPAL_BASE%%/modules/help/help.css %%DRUPAL_BASE%%/modules/help/help.info %%DRUPAL_BASE%%/modules/help/help.module From owner-svn-ports-branches@FreeBSD.ORG Thu Oct 23 21:33:15 2014 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 005E86C7; Thu, 23 Oct 2014 21:33:14 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (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 DFB9A3E0; Thu, 23 Oct 2014 21:33:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9NLXEB1074032; Thu, 23 Oct 2014 21:33:14 GMT (envelope-from brd@FreeBSD.org) Received: (from brd@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9NLXDkm074027; Thu, 23 Oct 2014 21:33:13 GMT (envelope-from brd@FreeBSD.org) Message-Id: <201410232133.s9NLXDkm074027@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: brd set sender to brd@FreeBSD.org using -f From: Brad Davis Date: Thu, 23 Oct 2014 21:33:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r371414 - in branches/2014Q4/sysutils: rsyslog7 rsyslog8 rsyslog8/files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2014 21:33:15 -0000 Author: brd (doc committer) Date: Thu Oct 23 21:33:13 2014 New Revision: 371414 URL: https://svnweb.freebsd.org/changeset/ports/371414 QAT: https://qat.redports.org/buildarchive/r371414/ Log: MFH: r369866 - Remove an old patch that does not apply anymore that I missed in the previous commit MFH: r369854 - Update sysutils/rsyslog7 to 7.6.7 [1] and sysutils/rsyslog8 to 8.4.2 [2] to fix CVE-2014-3634 [3]. 1: http://www.rsyslog.com/changelog-for-7-6-7-v7-stable/ 2: http://www.rsyslog.com/changelog-for-8-4-2-v8-stable/ 3: http://www.rsyslog.com/remote-syslog-pri-vulnerability/ Reviewed by: bdrewery Security: 8e0e86ff-48b5-11e4-ab80-000c29f6ae42 Approved by: portmgr (bdrewery) Deleted: branches/2014Q4/sysutils/rsyslog8/files/patch-grammar__lexer.l branches/2014Q4/sysutils/rsyslog8/files/patch-runtime--libgcry.c branches/2014Q4/sysutils/rsyslog8/files/patch-runtime--lmcry_gcry.c branches/2014Q4/sysutils/rsyslog8/files/patch-runtime--queue.c branches/2014Q4/sysutils/rsyslog8/files/patch-runtime--stream.h Modified: branches/2014Q4/sysutils/rsyslog7/distinfo branches/2014Q4/sysutils/rsyslog8/Makefile branches/2014Q4/sysutils/rsyslog8/distinfo branches/2014Q4/sysutils/rsyslog8/pkg-plist Directory Properties: branches/2014Q4/ (props changed) Modified: branches/2014Q4/sysutils/rsyslog7/distinfo ============================================================================== --- branches/2014Q4/sysutils/rsyslog7/distinfo Thu Oct 23 20:57:48 2014 (r371413) +++ branches/2014Q4/sysutils/rsyslog7/distinfo Thu Oct 23 21:33:13 2014 (r371414) @@ -1,2 +1,2 @@ -SHA256 (rsyslog-7.6.6.tar.gz) = c77ae0db6204c5bd670fa96c354ee5fe1c62c876bd84ec06ed429138c78885bb -SIZE (rsyslog-7.6.6.tar.gz) = 3027663 +SHA256 (rsyslog-7.6.7.tar.gz) = fc29d2d9cbf3396091dd0bab2eb6f847aed4a44ef73138a97ddf9447446125ee +SIZE (rsyslog-7.6.7.tar.gz) = 3028684 Modified: branches/2014Q4/sysutils/rsyslog8/Makefile ============================================================================== --- branches/2014Q4/sysutils/rsyslog8/Makefile Thu Oct 23 20:57:48 2014 (r371413) +++ branches/2014Q4/sysutils/rsyslog8/Makefile Thu Oct 23 21:33:13 2014 (r371414) @@ -1,14 +1,15 @@ # $FreeBSD$ PORTNAME= rsyslog -PORTVERSION= 8.4.1 +PORTVERSION= 8.4.2 CATEGORIES= sysutils MASTER_SITES= http://www.rsyslog.com/files/download/rsyslog/ MAINTAINER= brd@FreeBSD.org COMMENT= Syslogd supporting SQL, TCP, and TLS -BUILD_DEPENDS= libgcrypt-config:${PORTSDIR}/security/libgcrypt +BUILD_DEPENDS= libgcrypt-config:${PORTSDIR}/security/libgcrypt \ + rst2man:${PORTSDIR}/textproc/py-docutils LIB_DEPENDS= libee.so:${PORTSDIR}/devel/libee \ libestr.so:${PORTSDIR}/devel/libestr \ Modified: branches/2014Q4/sysutils/rsyslog8/distinfo ============================================================================== --- branches/2014Q4/sysutils/rsyslog8/distinfo Thu Oct 23 20:57:48 2014 (r371413) +++ branches/2014Q4/sysutils/rsyslog8/distinfo Thu Oct 23 21:33:13 2014 (r371414) @@ -1,2 +1,2 @@ -SHA256 (rsyslog-8.4.1.tar.gz) = 1c7f3e8ebb7f9865dd4100c4982d50567dded2218177086d1e02d698e352d8ac -SIZE (rsyslog-8.4.1.tar.gz) = 1938151 +SHA256 (rsyslog-8.4.2.tar.gz) = 71c3c6dac74fba2692f9fefb092cd3d22e2bd71eb702e0da06648de51b8b7b9a +SIZE (rsyslog-8.4.2.tar.gz) = 1938563 Modified: branches/2014Q4/sysutils/rsyslog8/pkg-plist ============================================================================== --- branches/2014Q4/sysutils/rsyslog8/pkg-plist Thu Oct 23 20:57:48 2014 (r371413) +++ branches/2014Q4/sysutils/rsyslog8/pkg-plist Thu Oct 23 21:33:13 2014 (r371414) @@ -15,6 +15,7 @@ lib/rsyslog/lmstrmsrv.so lib/rsyslog/lmtcpclt.so lib/rsyslog/lmtcpsrv.so lib/rsyslog/lmzlibw.so +lib/rsyslog/mmexternal.so lib/rsyslog/ommail.so lib/rsyslog/omstdout.so lib/rsyslog/omtesting.so From owner-svn-ports-branches@FreeBSD.ORG Thu Oct 23 21:53:38 2014 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BCEF8BE2; Thu, 23 Oct 2014 21:53:38 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (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 8E7AC7FC; Thu, 23 Oct 2014 21:53:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9NLrcCN084679; Thu, 23 Oct 2014 21:53:38 GMT (envelope-from brd@FreeBSD.org) Received: (from brd@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9NLrcwX084672; Thu, 23 Oct 2014 21:53:38 GMT (envelope-from brd@FreeBSD.org) Message-Id: <201410232153.s9NLrcwX084672@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: brd set sender to brd@FreeBSD.org using -f From: Brad Davis Date: Thu, 23 Oct 2014 21:53:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r371416 - in branches/2014Q4/sysutils/rsyslog7: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2014 21:53:38 -0000 Author: brd (doc committer) Date: Thu Oct 23 21:53:37 2014 New Revision: 371416 URL: https://svnweb.freebsd.org/changeset/ports/371416 QAT: https://qat.redports.org/buildarchive/r371416/ Log: MFH: r369868 Fix build MFH: r369864 Add missed PORTVERSION bump from r369854 MFH: r369854 Approved by: portmgr (bdrewery) Modified: branches/2014Q4/sysutils/rsyslog7/Makefile branches/2014Q4/sysutils/rsyslog7/files/patch-grammar__lexer.l Directory Properties: branches/2014Q4/ (props changed) Modified: branches/2014Q4/sysutils/rsyslog7/Makefile ============================================================================== --- branches/2014Q4/sysutils/rsyslog7/Makefile Thu Oct 23 21:35:14 2014 (r371415) +++ branches/2014Q4/sysutils/rsyslog7/Makefile Thu Oct 23 21:53:37 2014 (r371416) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rsyslog -PORTVERSION= 7.6.6 +PORTVERSION= 7.6.7 CATEGORIES= sysutils MASTER_SITES= http://www.rsyslog.com/files/download/rsyslog/ Modified: branches/2014Q4/sysutils/rsyslog7/files/patch-grammar__lexer.l ============================================================================== --- branches/2014Q4/sysutils/rsyslog7/files/patch-grammar__lexer.l Thu Oct 23 21:35:14 2014 (r371415) +++ branches/2014Q4/sysutils/rsyslog7/files/patch-grammar__lexer.l Thu Oct 23 21:53:37 2014 (r371416) @@ -1,11 +1,11 @@ ---- grammar/lexer.l.orig 2014-09-30 16:44:49 UTC -+++ grammar/lexer.l +--- grammar/lexer.l.orig 2014-10-02 17:44:03.599344945 -0500 ++++ grammar/lexer.l 2014-10-02 17:44:08.808344494 -0500 @@ -31,7 +31,7 @@ %{ #include "config.h" #include "parserif.h" --extern char *strdup(char*); /* somehow we do not get this from string.h... */ -+//extern char *strdup(char*); /* somehow we do not get this from string.h... */ +-extern char *strdup(__const char*); /* somehow we may not get this from string.h... */ ++//extern char *strdup(__const char*); /* somehow we may not get this from string.h... */ %} %option noyywrap nodefault case-insensitive yylineno From owner-svn-ports-branches@FreeBSD.ORG Fri Oct 24 08:08:11 2014 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 297C5FAE; Fri, 24 Oct 2014 08:08:11 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (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 16275930; Fri, 24 Oct 2014 08:08:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9O88A3j072575; Fri, 24 Oct 2014 08:08:10 GMT (envelope-from beat@FreeBSD.org) Received: (from beat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9O88AM0072574; Fri, 24 Oct 2014 08:08:10 GMT (envelope-from beat@FreeBSD.org) Message-Id: <201410240808.s9O88AM0072574@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: beat set sender to beat@FreeBSD.org using -f From: Beat Gaetzi Date: Fri, 24 Oct 2014 08:08:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r371425 - branches/2014Q4/www/libxul X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Oct 2014 08:08:11 -0000 Author: beat Date: Fri Oct 24 08:08:10 2014 New Revision: 371425 URL: https://svnweb.freebsd.org/changeset/ports/371425 QAT: https://qat.redports.org/buildarchive/r371425/ Log: MFH: r371388 Unbreak sans TEST PR: 194543 Submitted by: Jan Beich Approved by: ports-secteam (rea) Modified: branches/2014Q4/www/libxul/Makefile Directory Properties: branches/2014Q4/ (props changed) Modified: branches/2014Q4/www/libxul/Makefile ============================================================================== --- branches/2014Q4/www/libxul/Makefile Fri Oct 24 08:01:24 2014 (r371424) +++ branches/2014Q4/www/libxul/Makefile Fri Oct 24 08:08:10 2014 (r371425) @@ -46,7 +46,6 @@ LDFLAGS+= -Wl,-rpath,${PREFIX}/lib/${MOZ USE_LDCONFIG= ${PREFIX}/lib/${MOZILLA} MOZ_OPTIONS?= --enable-application=xulrunner -MOZ_EXTENSIONS= default,cookie,permissions USE_GECKO= gecko CPE_PRODUCT= firefox_esr OBJDIR_BUILD= # in-tree build broken after bug 789837 @@ -56,8 +55,6 @@ MOZILLA_PLIST_DIRS= bin include lib shar MOZ_PKGCONFIG_FILES= libxul-embedding libxul mozilla-js \ mozilla-plugin -BROKEN= build error on js/xpconnect/src/libxpconnect_s.a.desc - .include "${.CURDIR}/../../www/firefox/Makefile.options" .include @@ -90,6 +87,10 @@ RUN_DEPENDS+= alsa-lib>=1.0.27.2_1:${POR RUN_DEPENDS+= gstreamer1-libav>=1.2.4_1:${PORTSDIR}/multimedia/gstreamer1-libav .endif +.if ${PORT_OPTIONS:MTEST} +BROKEN= stage-package fails with ValueError: no path specified +.endif + post-patch: @${REINPLACE_CMD} -e '/MOZPNG/s/=[0-9]*/=10511/' \ ${WRKSRC}/configure.in