From owner-svn-ports-branches@FreeBSD.ORG Sun Jul 27 11:34:21 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CEB53A6F; Sun, 27 Jul 2014 11:34:21 +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 BB8272257; Sun, 27 Jul 2014 11:34:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6RBYLQe055428; Sun, 27 Jul 2014 11:34:21 GMT (envelope-from riggs@svn.freebsd.org) Received: (from riggs@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6RBYL5P055427; Sun, 27 Jul 2014 11:34:21 GMT (envelope-from riggs@svn.freebsd.org) Message-Id: <201407271134.s6RBYL5P055427@svn.freebsd.org> From: Thomas Zander Date: Sun, 27 Jul 2014 11:34:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r363050 - branches/2014Q3/multimedia/gstreamer-plugins-good 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 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, 27 Jul 2014 11:34:21 -0000 Author: riggs Date: Sun Jul 27 11:34:21 2014 New Revision: 363050 URL: http://svnweb.freebsd.org/changeset/ports/363050 QAT: https://qat.redports.org/buildarchive/r363050/ Log: MFH: r363043 - Fix hidden dependency on xdamage - Bump PORTREVISION PR: 175940 Submitted by: Pawel Pekala Approved by: portmgr(erwin), mentors (implicit) Modified: branches/2014Q3/multimedia/gstreamer-plugins-good/Makefile Directory Properties: branches/2014Q3/ (props changed) Modified: branches/2014Q3/multimedia/gstreamer-plugins-good/Makefile ============================================================================== --- branches/2014Q3/multimedia/gstreamer-plugins-good/Makefile Sun Jul 27 11:28:05 2014 (r363049) +++ branches/2014Q3/multimedia/gstreamer-plugins-good/Makefile Sun Jul 27 11:34:21 2014 (r363050) @@ -2,7 +2,7 @@ # $FreeBSD$ # $MCom: ports/multimedia/gstreamer-plugins-good/Makefile,v 1.14 2008/03/19 14:05:36 ahze Exp $ -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia COMMENT= Good gstreamer-plugins @@ -15,6 +15,8 @@ MASTERDIR= ${.CURDIR}/../../multimedia/g BUILD_DEPENDS+= gstreamer-plugins>=${GST_VERSION}${GST_MINOR_VERSION}:${PORTSDIR}/multimedia/gstreamer-plugins RUN_DEPENDS+= gstreamer-plugins>=${GST_VERSION}${GST_MINOR_VERSION}:${PORTSDIR}/multimedia/gstreamer-plugins +USE_XORG+= xdamage + gst_good_DIST= good GOOD_GST_DIRS= gst sys po PLIST_SUB= VERSION="${GST_VERSION}" From owner-svn-ports-branches@FreeBSD.ORG Sun Jul 27 13:04: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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 03E827C2; Sun, 27 Jul 2014 13:04: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 E4E4E2A58; Sun, 27 Jul 2014 13:04:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6RD4L16096914; Sun, 27 Jul 2014 13:04:21 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6RD4L3C096910; Sun, 27 Jul 2014 13:04:21 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201407271304.s6RD4L3C096910@svn.freebsd.org> From: Raphael Kubo da Costa Date: Sun, 27 Jul 2014 13:04:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r363060 - in branches/2014Q3/devel: cmake cmake-gui 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 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, 27 Jul 2014 13:04:22 -0000 Author: rakuco Date: Sun Jul 27 13:04:21 2014 New Revision: 363060 URL: http://svnweb.freebsd.org/changeset/ports/363060 QAT: https://qat.redports.org/buildarchive/r363060/ Log: MFH: r363052 Update MASTER_SITES for the CMake ports. downloads.cmake.org does not resolve, use www.cmake.org instead. PR: 192141 Approved by: portmgr (erwin) Modified: branches/2014Q3/devel/cmake-gui/Makefile branches/2014Q3/devel/cmake/Makefile Directory Properties: branches/2014Q3/ (props changed) Modified: branches/2014Q3/devel/cmake-gui/Makefile ============================================================================== --- branches/2014Q3/devel/cmake-gui/Makefile Sun Jul 27 12:52:21 2014 (r363059) +++ branches/2014Q3/devel/cmake-gui/Makefile Sun Jul 27 13:04:21 2014 (r363060) @@ -4,7 +4,7 @@ PORTNAME= cmake PORTVERSION= 2.8.12.1 PORTREVISION= 1 CATEGORIES= devel -MASTER_SITES= http://downloads.cmake.org/files/v2.8/ +MASTER_SITES= http://www.cmake.org/files/v2.8/ PKGNAMESUFFIX= -gui MAINTAINER= kde@FreeBSD.org Modified: branches/2014Q3/devel/cmake/Makefile ============================================================================== --- branches/2014Q3/devel/cmake/Makefile Sun Jul 27 12:52:21 2014 (r363059) +++ branches/2014Q3/devel/cmake/Makefile Sun Jul 27 13:04:21 2014 (r363060) @@ -5,7 +5,7 @@ PORTNAME= cmake PORTVERSION= 2.8.12.1 PORTREVISION?= 4 CATEGORIES= devel -MASTER_SITES= http://downloads.cmake.org/files/v2.8/ +MASTER_SITES= http://www.cmake.org/files/v2.8/ MAINTAINER= kde@FreeBSD.org COMMENT?= Cross-platform Makefile generator From owner-svn-ports-branches@FreeBSD.ORG Mon Jul 28 10:48: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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6CBBFB81; Mon, 28 Jul 2014 10:48: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 40E2C245F; Mon, 28 Jul 2014 10:48: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 s6SAmMDM078208; Mon, 28 Jul 2014 10:48:22 GMT (envelope-from makc@svn.freebsd.org) Received: (from makc@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s6SAmL2J078206; Mon, 28 Jul 2014 10:48:21 GMT (envelope-from makc@svn.freebsd.org) Message-Id: <201407281048.s6SAmL2J078206@svn.freebsd.org> From: Max Brazhnikov Date: Mon, 28 Jul 2014 10:48:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r363128 - in branches/2014Q3/math/scilab: . 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 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, 28 Jul 2014 10:48:22 -0000 Author: makc Date: Mon Jul 28 10:48:21 2014 New Revision: 363128 URL: http://svnweb.freebsd.org/changeset/ports/363128 QAT: https://qat.redports.org/buildarchive/r363128/ Log: MFH: r361436 math/scilab: - Fix build after recent switch to OpenJDK 1.7 [1] - Remove HOME from MAKE_ENV, it's now set in bsd.port.mk PR: 191523 Submitted by: kenji@k2r.org Approved by: portmgr (bapt) Modified: branches/2014Q3/math/scilab/Makefile branches/2014Q3/math/scilab/files/patch-configure Directory Properties: branches/2014Q3/ (props changed) Modified: branches/2014Q3/math/scilab/Makefile ============================================================================== --- branches/2014Q3/math/scilab/Makefile Mon Jul 28 10:37:59 2014 (r363127) +++ branches/2014Q3/math/scilab/Makefile Mon Jul 28 10:48:21 2014 (r363128) @@ -31,8 +31,8 @@ CONFIGURE_ARGS= --with-gfortran \ --without-hdf5 CONFIGURE_ENV= ac_cv_search_pthread_join="${PTHREAD_LIBS}" \ BLAS_LIBS="${BLAS_LIBS}" LAPACK_LIBS="${LAPACK_LIBS}" -# prevert from creating $HOME/.Scilab during build -MAKE_ENV= HOME=/dev/null +MAKE_ENV= LANG=en_US.UTF-8 \ + LC_ALL=en_US.UTF-8 OPTIONS_DEFINE= ATLAS FFTW GUI HELP NLS MATIO OCAML PVM TK UMFPACK OPTIONS_DEFAULT= FFTW GUI HELP Modified: branches/2014Q3/math/scilab/files/patch-configure ============================================================================== --- branches/2014Q3/math/scilab/files/patch-configure Mon Jul 28 10:37:59 2014 (r363127) +++ branches/2014Q3/math/scilab/files/patch-configure Mon Jul 28 10:48:21 2014 (r363128) @@ -1,5 +1,23 @@ --- ./configure.orig 2011-07-20 08:15:42.000000000 +0000 +++ ./configure 2013-10-23 11:59:48.722499060 +0000 +@@ -10719,7 +10719,7 @@ + ac_java_jvm_jni_lib_flags="$ac_java_jvm_jni_lib_flags -L$D -ljvm" + D=$ac_java_jvm_dir/jre/lib/$machine/native_threads + ac_java_jvm_jni_lib_runtime_path="${ac_java_jvm_jni_lib_runtime_path}:$D" +- ac_java_jvm_jni_lib_flags="$ac_java_jvm_jni_lib_flags -L$D -lhpi" ++ ac_java_jvm_jni_lib_flags="$ac_java_jvm_jni_lib_flags -L$D -ljvm" + fi + fi + +@@ -10850,7 +10850,7 @@ + ac_java_jvm_jni_lib_flags="$ac_java_jvm_jni_lib_flags -L$D -ljvm" + D=$ac_java_jvm_dir/jre/lib/mipsel/native_threads + ac_java_jvm_jni_lib_runtime_path="${ac_java_jvm_jni_lib_runtime_path}:$D" +- ac_java_jvm_jni_lib_flags="$ac_java_jvm_jni_lib_flags -L$D -lhpi" ++ ac_java_jvm_jni_lib_flags="$ac_java_jvm_jni_lib_flags -L$D -ljvm" + fi + fi + @@ -12226,14 +12226,15 @@ public class conftest { From owner-svn-ports-branches@FreeBSD.ORG Mon Jul 28 11:05:17 2014 Return-Path: Delivered-To: svn-ports-branches@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 4D158F6F; Mon, 28 Jul 2014 11:05:17 +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 3A9CE2649; Mon, 28 Jul 2014 11:05:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s6SB5Hql087379; Mon, 28 Jul 2014 11:05:17 GMT (envelope-from makc@svn.freebsd.org) Received: (from makc@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s6SB5HaF087376; Mon, 28 Jul 2014 11:05:17 GMT (envelope-from makc@svn.freebsd.org) Message-Id: <201407281105.s6SB5HaF087376@svn.freebsd.org> From: Max Brazhnikov Date: Mon, 28 Jul 2014 11:05:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r363129 - branches/2014Q3/math/scilab 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 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, 28 Jul 2014 11:05:17 -0000 Author: makc Date: Mon Jul 28 11:05:16 2014 New Revision: 363129 URL: http://svnweb.freebsd.org/changeset/ports/363129 QAT: https://qat.redports.org/buildarchive/r363129/ Log: MFH: r363090 math/scilab: - Fix fortran bindings PR: 180409 Reported by: 1wkmmr@gmail.com Approved by: portmgr (bapt) Modified: branches/2014Q3/math/scilab/Makefile Directory Properties: branches/2014Q3/ (props changed) Modified: branches/2014Q3/math/scilab/Makefile ============================================================================== --- branches/2014Q3/math/scilab/Makefile Mon Jul 28 10:48:21 2014 (r363128) +++ branches/2014Q3/math/scilab/Makefile Mon Jul 28 11:05:16 2014 (r363129) @@ -3,7 +3,7 @@ PORTNAME= scilab PORTVERSION= 5.3.3 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= math cad parallel java MASTER_SITES= http://www.scilab.org/download/${PORTVERSION}/:scilab \ http://www.predatorlabs.net/dl/:jgraphx \ @@ -217,6 +217,7 @@ post-patch: @# Run fixes @${REINPLACE_CMD} -e 's|%%JAVALIBDIR%%|${JAVALIBDIR}|' ${WRKSRC}/etc/librarypath.xml @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/etc/librarypath.xml + @${REINPLACE_CMD} -e 's, gfortran, ${FC},' ${WRKSRC}/modules/dynamic_link/src/scripts/configure .if ${PORT_OPTIONS:MGUI} @# Configure fixes @${REINPLACE_CMD} -e 's|/usr/lib/java|${JAVALIBDIR}|g' ${WRKSRC}/configure From owner-svn-ports-branches@FreeBSD.ORG Wed Jul 30 07:57:35 2014 Return-Path: Delivered-To: svn-ports-branches@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 9FE49E3C; Wed, 30 Jul 2014 07:57:35 +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 8013F288C; Wed, 30 Jul 2014 07:57:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s6U7vZhr071817; Wed, 30 Jul 2014 07:57:35 GMT (envelope-from cs@svn.freebsd.org) Received: (from cs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s6U7vYnE071813; Wed, 30 Jul 2014 07:57:34 GMT (envelope-from cs@svn.freebsd.org) Message-Id: <201407300757.s6U7vYnE071813@svn.freebsd.org> From: Carlo Strub Date: Wed, 30 Jul 2014 07:57:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r363451 - in branches/2014Q3/security/i2p: . 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 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, 30 Jul 2014 07:57:35 -0000 Author: cs Date: Wed Jul 30 07:57:34 2014 New Revision: 363451 URL: http://svnweb.freebsd.org/changeset/ports/363451 QAT: https://qat.redports.org/buildarchive/r363451/ Log: MFH: r363387 - Update to 0.9.14 - Fixes serious de-anonymization attack Approved by: portmgr Added: branches/2014Q3/security/i2p/files/patch-installer-resources-clients.config - copied unchanged from r363387, head/security/i2p/files/patch-installer-resources-clients.config branches/2014Q3/security/i2p/files/patch-installer-resources-postinstall.sh - copied unchanged from r363387, head/security/i2p/files/patch-installer-resources-postinstall.sh Deleted: branches/2014Q3/security/i2p/files/patch-installer__resources__clients.config branches/2014Q3/security/i2p/files/patch-installer__resources__postinstall.sh Modified: branches/2014Q3/security/i2p/Makefile branches/2014Q3/security/i2p/distinfo Directory Properties: branches/2014Q3/ (props changed) Modified: branches/2014Q3/security/i2p/Makefile ============================================================================== --- branches/2014Q3/security/i2p/Makefile Wed Jul 30 07:12:58 2014 (r363450) +++ branches/2014Q3/security/i2p/Makefile Wed Jul 30 07:57:34 2014 (r363451) @@ -2,14 +2,13 @@ # $FreeBSD$ PORTNAME= i2p -PORTVERSION= 0.9.11 +PORTVERSION= 0.9.14 CATEGORIES= security java net-p2p MASTER_SITES= SF/${PORTNAME:tl}/${PORTVERSION} \ http://download.i2p2.no/releases/${PORTVERSION}/ \ http://download2.geti2p.com/${PORTVERSION}/ \ http://download.geti2p.com/${PORTVERSION}/ \ http://download.i2p2.de/releases/${PORTVERSION}/ \ - https://dl.dropboxusercontent.com/u/18621288/I2P/${PORTVERSION}/ \ https://launchpad.net/i2p/trunk/${PORTVERSION}/+download/ \ https://googledrive.com/host/0B4jHEq5G7_EPWV9UeERwdGplZXc/${PORTVERSION}/ DISTFILES= i2psource_${PORTVERSION}${EXTRACT_SUFX} @@ -24,7 +23,7 @@ LICENSE_PERMS= dist-mirror dist-sell pkg LICENSE_DISTFILES= i2psource_${PORTVERSION}${EXTRACT_SUFX} BUILD_DEPENDS= ${LOCALBASE}/lib/libgmp.a:${PORTSDIR}/math/gmp -LIB_DEPENDS= libiconv.so.3:${PORTSDIR}/converters/libiconv +LIB_DEPENDS= libiconv.so:${PORTSDIR}/converters/libiconv RUN_DEPENDS= unzip:${PORTSDIR}/archivers/unzip ONLY_FOR_ARCHS= i386 amd64 Modified: branches/2014Q3/security/i2p/distinfo ============================================================================== --- branches/2014Q3/security/i2p/distinfo Wed Jul 30 07:12:58 2014 (r363450) +++ branches/2014Q3/security/i2p/distinfo Wed Jul 30 07:57:34 2014 (r363451) @@ -1,2 +1,2 @@ -SHA256 (i2psource_0.9.11.tar.bz2) = 50b18c6e012cae1f05295b54ec88ab71c56b8ebf8b9267242bab37f918b80166 -SIZE (i2psource_0.9.11.tar.bz2) = 22618918 +SHA256 (i2psource_0.9.14.tar.bz2) = 30bb7bbfd1ff829dab048bbb6264d6cf20b2a01511e7cddd4fc13771feb6a780 +SIZE (i2psource_0.9.14.tar.bz2) = 22972642 Copied: branches/2014Q3/security/i2p/files/patch-installer-resources-clients.config (from r363387, head/security/i2p/files/patch-installer-resources-clients.config) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2014Q3/security/i2p/files/patch-installer-resources-clients.config Wed Jul 30 07:57:34 2014 (r363451, copy of r363387, head/security/i2p/files/patch-installer-resources-clients.config) @@ -0,0 +1,11 @@ +--- installer/resources/clients.config.orig 2014-07-28 20:53:18.000000000 +0200 ++++ installer/resources/clients.config 2014-07-28 20:53:58.000000000 +0200 +@@ -57,7 +57,7 @@ + clientApp.4.name=Open Router Console in web browser at startup + clientApp.4.args=http://127.0.0.1:7657/ + clientApp.4.delay=3 +-clientApp.4.startOnLoad=true ++clientApp.4.startOnLoad=false + + # BOB bridge + clientApp.5.args= Copied: branches/2014Q3/security/i2p/files/patch-installer-resources-postinstall.sh (from r363387, head/security/i2p/files/patch-installer-resources-postinstall.sh) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2014Q3/security/i2p/files/patch-installer-resources-postinstall.sh Wed Jul 30 07:57:34 2014 (r363451, copy of r363387, head/security/i2p/files/patch-installer-resources-postinstall.sh) @@ -0,0 +1,11 @@ +--- installer/resources/postinstall.sh.orig 2014-07-28 20:57:21.000000000 +0200 ++++ installer/resources/postinstall.sh 2014-07-28 20:58:49.000000000 +0200 +@@ -53,7 +53,7 @@ + else + wrapperpath="./lib/wrapper/linux64" + # the 32bit libwrapper.so will be needed if a 32 bit jvm is used +- cp ./lib/wrapper/linux/libwrapper.so ./lib/libwrapper-linux-x86-32.so ++ cp ./lib/wrapper/freebsd/libwrapper.so ./lib/libwrapper-freebsd-x86-32.so + fi + cp ${wrapperpath}/libwrapper.so ./lib/ + ;; From owner-svn-ports-branches@FreeBSD.ORG Thu Jul 31 06:01: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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DBA44962; Thu, 31 Jul 2014 06:01: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 AF43129BC; Thu, 31 Jul 2014 06:01:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s6V61Ykr084987; Thu, 31 Jul 2014 06:01:34 GMT (envelope-from cs@svn.freebsd.org) Received: (from cs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s6V61XBv084982; Thu, 31 Jul 2014 06:01:33 GMT (envelope-from cs@svn.freebsd.org) Message-Id: <201407310601.s6V61XBv084982@svn.freebsd.org> From: Carlo Strub Date: Thu, 31 Jul 2014 06:01:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r363532 - in branches/2014Q3/security: tor tor-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 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, 31 Jul 2014 06:01:34 -0000 Author: cs Date: Thu Jul 31 06:01:33 2014 New Revision: 363532 URL: http://svnweb.freebsd.org/changeset/ports/363532 QAT: https://qat.redports.org/buildarchive/r363532/ Log: MFH: r363433 Update tor to 0.2.4.23 and tor-devel to 0.2.5.6-alpha Approved by: portmgr Modified: branches/2014Q3/security/tor-devel/Makefile branches/2014Q3/security/tor-devel/distinfo branches/2014Q3/security/tor/Makefile branches/2014Q3/security/tor/distinfo Directory Properties: branches/2014Q3/ (props changed) Modified: branches/2014Q3/security/tor-devel/Makefile ============================================================================== --- branches/2014Q3/security/tor-devel/Makefile Thu Jul 31 05:28:35 2014 (r363531) +++ branches/2014Q3/security/tor-devel/Makefile Thu Jul 31 06:01:33 2014 (r363532) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= tor -DISTVERSION= 0.2.5.4-alpha -PORTREVISION= 1 +DISTVERSION= 0.2.5.6-alpha CATEGORIES= security net ipv6 MASTER_SITES= TOR PKGNAMESUFFIX= -devel @@ -56,7 +55,6 @@ CONFIGURE_ARGS+= --disable-gcc-hardening .if ${PORT_OPTIONS:MBUFFEREVENTS} CONFIGURE_ARGS+= --enable-bufferevents -BROKEN= some functions are hidden from the test binaries that use them WITH_BUFFEREVENTS .else CONFIGURE_ARGS+= --disable-bufferevents .endif Modified: branches/2014Q3/security/tor-devel/distinfo ============================================================================== --- branches/2014Q3/security/tor-devel/distinfo Thu Jul 31 05:28:35 2014 (r363531) +++ branches/2014Q3/security/tor-devel/distinfo Thu Jul 31 06:01:33 2014 (r363532) @@ -1,2 +1,2 @@ -SHA256 (tor-0.2.5.4-alpha.tar.gz) = 92ec86e009cc859a3e18fcf286d8699fa393fb08047aab37295e22ea62a5219d -SIZE (tor-0.2.5.4-alpha.tar.gz) = 3074918 +SHA256 (tor-0.2.5.6-alpha.tar.gz) = ec8edfd824a65bec19c7b79bacfc73c5df76909477ab6dac0d6e8ede7fa337c1 +SIZE (tor-0.2.5.6-alpha.tar.gz) = 3134258 Modified: branches/2014Q3/security/tor/Makefile ============================================================================== --- branches/2014Q3/security/tor/Makefile Thu Jul 31 05:28:35 2014 (r363531) +++ branches/2014Q3/security/tor/Makefile Thu Jul 31 06:01:33 2014 (r363532) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= tor -DISTVERSION= 0.2.4.21 -PORTREVISION= 1 +DISTVERSION= 0.2.4.23 CATEGORIES= security net ipv6 MASTER_SITES= TOR Modified: branches/2014Q3/security/tor/distinfo ============================================================================== --- branches/2014Q3/security/tor/distinfo Thu Jul 31 05:28:35 2014 (r363531) +++ branches/2014Q3/security/tor/distinfo Thu Jul 31 06:01:33 2014 (r363532) @@ -1,2 +1,2 @@ -SHA256 (tor-0.2.4.21.tar.gz) = a19df488c0c776c9f1e4c78bf93af115f67eefcffe6152a826fed07a1596f1ce -SIZE (tor-0.2.4.21.tar.gz) = 2909462 +SHA256 (tor-0.2.4.23.tar.gz) = 05a3793cfb66b694cb5b1c8d81226d0f7655031b0d5e6a8f5d9c4c2850331429 +SIZE (tor-0.2.4.23.tar.gz) = 2977006 From owner-svn-ports-branches@FreeBSD.ORG Thu Jul 31 16:08:51 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6667C4CA; Thu, 31 Jul 2014 16:08:51 +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 5352E243F; Thu, 31 Jul 2014 16:08:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s6VG8pA8068408; Thu, 31 Jul 2014 16:08:51 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s6VG8pV2068407; Thu, 31 Jul 2014 16:08:51 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201407311608.s6VG8pV2068407@svn.freebsd.org> From: Raphael Kubo da Costa Date: Thu, 31 Jul 2014 16:08:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r363627 - branches/2014Q3/security/vuxml 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 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, 31 Jul 2014 16:08:51 -0000 Author: rakuco Date: Thu Jul 31 16:08:50 2014 New Revision: 363627 URL: http://svnweb.freebsd.org/changeset/ports/363627 QAT: https://qat.redports.org/buildarchive/r363627/ Log: MFH: r363620 Document x11/kdelibs4 vulnerability Approved by: portmgr (erwin) Modified: branches/2014Q3/security/vuxml/vuln.xml Directory Properties: branches/2014Q3/ (props changed) Modified: branches/2014Q3/security/vuxml/vuln.xml ============================================================================== --- branches/2014Q3/security/vuxml/vuln.xml Thu Jul 31 16:05:40 2014 (r363626) +++ branches/2014Q3/security/vuxml/vuln.xml Thu Jul 31 16:08:50 2014 (r363627) @@ -57,6 +57,36 @@ Notes: --> + + kdelibs -- KAuth PID Reuse Flaw + + + kdelibs + 4.12.5_3 + + + + +

Martin Sandsmark reports:

+
+

The KAuth framework uses polkit-1 API which tries to authenticate + using the requestors PID. This is prone to PID reuse race + conditions.

+

This potentially allows a malicious application to pose as another + for authentication purposes when executing privileged actions.

+
+ +
+ + CVE-2014-5033 + http://lists.kde.org/?l=kde-announce&m=140674898412923&w=2 + + + 2014-07-30 + 2014-07-31 + +
+ bugzilla -- Cross Site Request Forgery From owner-svn-ports-branches@FreeBSD.ORG Thu Jul 31 16:10:13 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AE6226C7; Thu, 31 Jul 2014 16:10:13 +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 9C0562465; Thu, 31 Jul 2014 16:10:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s6VGADWc068858; Thu, 31 Jul 2014 16:10:13 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s6VGAD2A068855; Thu, 31 Jul 2014 16:10:13 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201407311610.s6VGAD2A068855@svn.freebsd.org> From: Raphael Kubo da Costa Date: Thu, 31 Jul 2014 16:10:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r363628 - in branches/2014Q3/x11/kdelibs4: . 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 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, 31 Jul 2014 16:10:13 -0000 Author: rakuco Date: Thu Jul 31 16:10:12 2014 New Revision: 363628 URL: http://svnweb.freebsd.org/changeset/ports/363628 QAT: https://qat.redports.org/buildarchive/r363628/ Log: MFH: r363621 Add upstream patch for CVE-2014-5033. Security: 2f90556f-18c6-11e4-9cc4-5453ed2e2b49 Approved by: portmgr (erwin) Added: branches/2014Q3/x11/kdelibs4/files/patch-CVE-2014-5033 - copied unchanged from r363621, head/x11/kdelibs4/files/patch-CVE-2014-5033 Modified: branches/2014Q3/x11/kdelibs4/Makefile Directory Properties: branches/2014Q3/ (props changed) Modified: branches/2014Q3/x11/kdelibs4/Makefile ============================================================================== --- branches/2014Q3/x11/kdelibs4/Makefile Thu Jul 31 16:08:50 2014 (r363627) +++ branches/2014Q3/x11/kdelibs4/Makefile Thu Jul 31 16:10:12 2014 (r363628) @@ -3,7 +3,7 @@ PORTNAME= kdelibs PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 kde MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} Copied: branches/2014Q3/x11/kdelibs4/files/patch-CVE-2014-5033 (from r363621, head/x11/kdelibs4/files/patch-CVE-2014-5033) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2014Q3/x11/kdelibs4/files/patch-CVE-2014-5033 Thu Jul 31 16:10:12 2014 (r363628, copy of r363621, head/x11/kdelibs4/files/patch-CVE-2014-5033) @@ -0,0 +1,48 @@ +commit e4e7b53b71e2659adaf52691d4accc3594203b23 +Author: Martin T. H. Sandsmark +Date: Mon Jul 21 22:52:40 2014 +0200 + + Use dbus system bus name instead of PID for authentication. + + Using the PID for authentication is prone to a PID reuse + race condition, and a security issue. + + REVIEW: 119323 + +diff --git a/kdecore/auth/backends/polkit-1/Polkit1Backend.cpp b/kdecore/auth/backends/polkit-1/Polkit1Backend.cpp +index cd7f6f3..732d2cb 100644 +--- kdecore/auth/backends/polkit-1/Polkit1Backend.cpp ++++ kdecore/auth/backends/polkit-1/Polkit1Backend.cpp +@@ -144,7 +144,7 @@ void Polkit1Backend::setupAction(const QString &action) + + Action::AuthStatus Polkit1Backend::actionStatus(const QString &action) + { +- PolkitQt1::UnixProcessSubject subject(QCoreApplication::applicationPid()); ++ PolkitQt1::SystemBusNameSubject subject(QString::fromUtf8(callerID())); + PolkitQt1::Authority::Result r = PolkitQt1::Authority::instance()->checkAuthorizationSync(action, subject, + PolkitQt1::Authority::None); + switch (r) { +@@ -160,21 +160,12 @@ Action::AuthStatus Polkit1Backend::actionStatus(const QString &action) + + QByteArray Polkit1Backend::callerID() const + { +- QByteArray a; +- QDataStream s(&a, QIODevice::WriteOnly); +- s << QCoreApplication::applicationPid(); +- +- return a; ++ return QDBusConnection::systemBus().baseService().toUtf8(); + } + + bool Polkit1Backend::isCallerAuthorized(const QString &action, QByteArray callerID) + { +- QDataStream s(&callerID, QIODevice::ReadOnly); +- qint64 pid; +- +- s >> pid; +- +- PolkitQt1::UnixProcessSubject subject(pid); ++ PolkitQt1::SystemBusNameSubject subject(QString::fromUtf8(callerID)); + PolkitQt1::Authority *authority = PolkitQt1::Authority::instance(); + + PolkitResultEventLoop e;