From owner-svn-ports-branches@freebsd.org Sun Jan 31 13:36:50 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0190FA74858; Sun, 31 Jan 2016 13:36:50 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 B21C01DB; Sun, 31 Jan 2016 13:36:49 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0VDamWH065087; Sun, 31 Jan 2016 13:36:48 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0VDam7V065080; Sun, 31 Jan 2016 13:36:48 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <201601311336.u0VDam7V065080@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Sun, 31 Jan 2016 13:36:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407633 - in branches/2016Q1/databases: postgresql90-client postgresql91-client postgresql91-server postgresql92-client postgresql92-server postgresql93-client postgresql94-client 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.20 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, 31 Jan 2016 13:36:50 -0000 Author: girgen Date: Sun Jan 31 13:36:47 2016 New Revision: 407633 URL: https://svnweb.freebsd.org/changeset/ports/407633 Log: MFH: r406034 (partly) Remove unused and hence confusing OSSP_UUID parameters from Makefile [2] The path to perl in hard coded into pgxs/src/Makefile.global which is then installed. Hence, we must depend on perl when that file is installed. PR: 192387 [2] PR: 206046 [4] Approved by: portmgr Modified: branches/2016Q1/databases/postgresql90-client/Makefile branches/2016Q1/databases/postgresql91-client/Makefile branches/2016Q1/databases/postgresql91-server/Makefile branches/2016Q1/databases/postgresql92-client/Makefile branches/2016Q1/databases/postgresql92-server/Makefile branches/2016Q1/databases/postgresql93-client/Makefile branches/2016Q1/databases/postgresql94-client/Makefile Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/databases/postgresql90-client/Makefile ============================================================================== --- branches/2016Q1/databases/postgresql90-client/Makefile Sun Jan 31 13:34:42 2016 (r407632) +++ branches/2016Q1/databases/postgresql90-client/Makefile Sun Jan 31 13:36:47 2016 (r407633) @@ -2,6 +2,7 @@ # $FreeBSD$ PORTNAME= postgresql + COMMENT= PostgreSQL database (client) MASTERDIR= ${.CURDIR}/../postgresql90-server Modified: branches/2016Q1/databases/postgresql91-client/Makefile ============================================================================== --- branches/2016Q1/databases/postgresql91-client/Makefile Sun Jan 31 13:34:42 2016 (r407632) +++ branches/2016Q1/databases/postgresql91-client/Makefile Sun Jan 31 13:36:47 2016 (r407633) @@ -2,6 +2,7 @@ # $FreeBSD$ PORTNAME= postgresql + COMMENT= PostgreSQL database (client) MASTERDIR= ${.CURDIR}/../postgresql91-server Modified: branches/2016Q1/databases/postgresql91-server/Makefile ============================================================================== --- branches/2016Q1/databases/postgresql91-server/Makefile Sun Jan 31 13:34:42 2016 (r407632) +++ branches/2016Q1/databases/postgresql91-server/Makefile Sun Jan 31 13:36:47 2016 (r407633) @@ -67,6 +67,8 @@ SUB_FILES+= 502.pgsql .if defined(CLIENT_ONLY) OPTIONS_DEFINE+=LIBEDIT LIBEDIT_DESC= Use non-GPL libedit instead of readline +USES+= perl5 +PORTREVISION?= 1 .else MAKE_ENV= PATH=${PREFIX}/bin:${PATH} CONFIGURE_ENV+= PATH=${PREFIX}/bin:${PATH} @@ -103,7 +105,6 @@ HEIMDAL_KRB5_DESC= Builds with Heimdal k GSSAPI_DESC= Build with GSSAPI support OPTIMIZED_CFLAGS_DESC= Builds with compiler optimizations (-O3) DEBUG_DESC= Builds with debugging symbols -OSSP_UUID_DESC= Enable / disable ossp-uuid support OPTIONS_DEFINE+= SSL SSL_DESC= Build with OpenSSL support @@ -120,9 +121,6 @@ LIBEDIT_USES_OFF= readline SSL_USE= OPENSSL=yes SSL_CONFIGURE_WITH=openssl -OSSP_UUID_BUILD_DEPENDS= ${LOCALBASE}/lib/libuuid.a:${PORTSDIR}/misc/ossp-uuid -OSSP_UUID_CONFIGURE_WITH= ossp-uuid - PAM_CONFIGURE_WITH= pam XML_CONFIGURE_WITH= libxml Modified: branches/2016Q1/databases/postgresql92-client/Makefile ============================================================================== --- branches/2016Q1/databases/postgresql92-client/Makefile Sun Jan 31 13:34:42 2016 (r407632) +++ branches/2016Q1/databases/postgresql92-client/Makefile Sun Jan 31 13:36:47 2016 (r407633) @@ -2,6 +2,7 @@ # $FreeBSD$ PORTNAME= postgresql + COMMENT= PostgreSQL database (client) MASTERDIR= ${.CURDIR}/../postgresql92-server Modified: branches/2016Q1/databases/postgresql92-server/Makefile ============================================================================== --- branches/2016Q1/databases/postgresql92-server/Makefile Sun Jan 31 13:34:42 2016 (r407632) +++ branches/2016Q1/databases/postgresql92-server/Makefile Sun Jan 31 13:36:47 2016 (r407633) @@ -67,6 +67,8 @@ SUB_FILES+= 502.pgsql .if defined(CLIENT_ONLY) OPTIONS_DEFINE+=LIBEDIT LIBEDIT_DESC= Use non-GPL libedit instead of readline +USES+= perl5 +PORTREVISION?= 1 .else MAKE_ENV= PATH=${PREFIX}/bin:${PATH} CONFIGURE_ENV+= PATH=${PREFIX}/bin:${PATH} @@ -120,9 +122,6 @@ LIBEDIT_USES_OFF= readline SSL_USE= OPENSSL=yes SSL_CONFIGURE_WITH=openssl -OSSP_UUID_BUILD_DEPENDS= ${LOCALBASE}/lib/libuuid.a:${PORTSDIR}/misc/ossp-uuid -OSSP_UUID_CONFIGURE_WITH= ossp-uuid - PAM_CONFIGURE_WITH= pam XML_CONFIGURE_WITH= libxml Modified: branches/2016Q1/databases/postgresql93-client/Makefile ============================================================================== --- branches/2016Q1/databases/postgresql93-client/Makefile Sun Jan 31 13:34:42 2016 (r407632) +++ branches/2016Q1/databases/postgresql93-client/Makefile Sun Jan 31 13:36:47 2016 (r407633) @@ -2,6 +2,7 @@ # $FreeBSD$ PORTNAME= postgresql + COMMENT= PostgreSQL database (client) MASTERDIR= ${.CURDIR}/../postgresql93-server Modified: branches/2016Q1/databases/postgresql94-client/Makefile ============================================================================== --- branches/2016Q1/databases/postgresql94-client/Makefile Sun Jan 31 13:34:42 2016 (r407632) +++ branches/2016Q1/databases/postgresql94-client/Makefile Sun Jan 31 13:36:47 2016 (r407633) @@ -2,6 +2,7 @@ # $FreeBSD$ PORTNAME= postgresql + COMMENT= PostgreSQL database (client) MASTERDIR= ${.CURDIR}/../postgresql94-server From owner-svn-ports-branches@freebsd.org Mon Feb 1 05:10:46 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A8F12A9984B; Mon, 1 Feb 2016 05:10:46 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 759501832; Mon, 1 Feb 2016 05:10:46 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u115Ajeg040189; Mon, 1 Feb 2016 05:10:45 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u115AiNV040182; Mon, 1 Feb 2016 05:10:44 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201602010510.u115AiNV040182@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Mon, 1 Feb 2016 05:10:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407680 - in branches/2016Q1/multimedia: avidemux avidemux-plugins avidemux-qt4 avidemux/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.20 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, 01 Feb 2016 05:10:46 -0000 Author: riggs Date: Mon Feb 1 05:10:44 2016 New Revision: 407680 URL: https://svnweb.freebsd.org/changeset/ports/407680 Log: MFH: r407676 Update to upstream version 2.6.11, security fixes for bundled ffmpeg The bundled ffmpeg version has been upgraded to 2.7.2 which addresses multiple vulnerabilities as reported in https://vuxml.freebsd.org/freebsd/3d950687-b4c9-4a86-8478-c56743547af8.html https://vuxml.freebsd.org/freebsd/80c66af0-d1c5-449e-bd31-63b12525ff88.html Heads-up by: jbeich Approved by: portmgr (miwi) Security: CVE-2015-3395 CVE-2015-6818 CVE-2015-6819 CVE-2015-6820 CVE-2015-6821 CVE-2015-6822 CVE-2015-6823 CVE-2015-6824 CVE-2015-6825 CVE-2015-6826 Deleted: branches/2016Q1/multimedia/avidemux/files/patch-po__CMakeLists.txt Modified: branches/2016Q1/multimedia/avidemux-plugins/pkg-plist branches/2016Q1/multimedia/avidemux-qt4/pkg-plist branches/2016Q1/multimedia/avidemux/Makefile branches/2016Q1/multimedia/avidemux/Makefile.common branches/2016Q1/multimedia/avidemux/distinfo branches/2016Q1/multimedia/avidemux/files/patch-avidemux__plugins_CMakeLists.txt branches/2016Q1/multimedia/avidemux/pkg-plist Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/multimedia/avidemux-plugins/pkg-plist ============================================================================== --- branches/2016Q1/multimedia/avidemux-plugins/pkg-plist Mon Feb 1 02:43:04 2016 (r407679) +++ branches/2016Q1/multimedia/avidemux-plugins/pkg-plist Mon Feb 1 05:10:44 2016 (r407680) @@ -24,11 +24,13 @@ lib/ADM_plugins6/videoEncoders/libADM_ve lib/ADM_plugins6/videoFilters/libADM_vf_addBorders.so lib/ADM_plugins6/videoFilters/libADM_vf_avsfilter.so lib/ADM_plugins6/videoFilters/libADM_vf_blackenBorders.so +lib/ADM_plugins6/videoFilters/libADM_vf_black.so lib/ADM_plugins6/videoFilters/libADM_vf_changeFps.so lib/ADM_plugins6/videoFilters/libADM_vf_colorYuv.so lib/ADM_plugins6/videoFilters/libADM_vf_decimate.so lib/ADM_plugins6/videoFilters/libADM_vf_DgBob.so lib/ADM_plugins6/videoFilters/libADM_vf_dummy.so +lib/ADM_plugins6/videoFilters/libADM_vf_fadeTo.so lib/ADM_plugins6/videoFilters/libADM_vf_fadeToBlack.so lib/ADM_plugins6/videoFilters/libADM_vf_mean.so lib/ADM_plugins6/videoFilters/libADM_vf_gauss.so Modified: branches/2016Q1/multimedia/avidemux-qt4/pkg-plist ============================================================================== --- branches/2016Q1/multimedia/avidemux-qt4/pkg-plist Mon Feb 1 02:43:04 2016 (r407679) +++ branches/2016Q1/multimedia/avidemux-qt4/pkg-plist Mon Feb 1 05:10:44 2016 (r407680) @@ -2,6 +2,7 @@ bin/avidemux3_jobs_qt4 bin/avidemux3_qt4 include/avidemux/2.6/qt4/config.h lib/libADM_UIQT46.so +lib/libADM_openGLQT46.so lib/libADM_render6_QT4.so share/avidemux6/qt4/i18n/avidemux_ca.qm share/avidemux6/qt4/i18n/avidemux_cs.qm Modified: branches/2016Q1/multimedia/avidemux/Makefile ============================================================================== --- branches/2016Q1/multimedia/avidemux/Makefile Mon Feb 1 02:43:04 2016 (r407679) +++ branches/2016Q1/multimedia/avidemux/Makefile Mon Feb 1 05:10:44 2016 (r407680) @@ -6,7 +6,6 @@ PORTNAME= avidemux PORTVERSION= ${AVIDEMUX_VERSION} -PORTREVISION= 4 CATEGORIES= multimedia MAINTAINER= multimedia@FreeBSD.org Modified: branches/2016Q1/multimedia/avidemux/Makefile.common ============================================================================== --- branches/2016Q1/multimedia/avidemux/Makefile.common Mon Feb 1 02:43:04 2016 (r407679) +++ branches/2016Q1/multimedia/avidemux/Makefile.common Mon Feb 1 05:10:44 2016 (r407680) @@ -1,6 +1,6 @@ # $FreeBSD$ -AVIDEMUX_VERSION= 2.6.10 +AVIDEMUX_VERSION= 2.6.11 MASTER_SITES= \ SF/avidemux/avidemux/${PORTVERSION} DISTNAME= avidemux_${PORTVERSION} @@ -21,7 +21,7 @@ OPTIONS_FILE= ${PORT_DBDIR}/${OPTIONS_NA USE_SQLITE= yes USES= cmake:outsource pkgconfig iconv gmake compiler:features USES+= dos2unix execinfo -DOS2UNIX_FILES= cmake/admCheckMiscLibs.cmake po/CMakeLists.txt +DOS2UNIX_FILES= cmake/admCheckMiscLibs.cmake CMAKE_ARGS+= -DGNUMAKE_EXECUTABLE=gmake CMAKE_ARGS+= -DAVIDEMUX_PACKAGER=none CMAKE_ARGS+= -DQT5:BOOL=OFF Modified: branches/2016Q1/multimedia/avidemux/distinfo ============================================================================== --- branches/2016Q1/multimedia/avidemux/distinfo Mon Feb 1 02:43:04 2016 (r407679) +++ branches/2016Q1/multimedia/avidemux/distinfo Mon Feb 1 05:10:44 2016 (r407680) @@ -1,2 +1,2 @@ -SHA256 (avidemux_2.6.10.tar.gz) = 176c2482a0656f81e307f1505e6dfcdab086ee73e7de363617b884c5d7205aed -SIZE (avidemux_2.6.10.tar.gz) = 19275880 +SHA256 (avidemux_2.6.11.tar.gz) = 936ff5e10ad0551460c1233c217e4cee642623f2899a8fe48cd7f0144cfd1b3a +SIZE (avidemux_2.6.11.tar.gz) = 17980757 Modified: branches/2016Q1/multimedia/avidemux/files/patch-avidemux__plugins_CMakeLists.txt ============================================================================== --- branches/2016Q1/multimedia/avidemux/files/patch-avidemux__plugins_CMakeLists.txt Mon Feb 1 02:43:04 2016 (r407679) +++ branches/2016Q1/multimedia/avidemux/files/patch-avidemux__plugins_CMakeLists.txt Mon Feb 1 05:10:44 2016 (r407680) @@ -1,10 +1,10 @@ ---- avidemux_plugins/CMakeLists.txt.orig 2015-05-15 09:19:29 UTC +--- avidemux_plugins/CMakeLists.txt.orig 2016-01-31 19:06:53 UTC +++ avidemux_plugins/CMakeLists.txt -@@ -202,7 +202,6 @@ ENDIF(DO_COMMON) - ADD_SUBDIRECTORY(ADM_videoEncoder) +@@ -203,7 +203,6 @@ ADD_SUBDIRECTORY(ADM_videoEncoder) ADD_SUBDIRECTORY(ADM_videoFilters6) IF(DO_QT4) + add_subdirectory(ADM_demuxers/VapourSynth) - add_subdirectory(ADM_scriptEngines) - IF(USE_OPENGL AND NOT WIN32) + #IF(USE_OPENGL AND NOT WIN32) + IF(USE_OPENGL ) ADD_SUBDIRECTORY(ADM_videoFilters6_openGl) - ENDIF(USE_OPENGL AND NOT WIN32) Modified: branches/2016Q1/multimedia/avidemux/pkg-plist ============================================================================== --- branches/2016Q1/multimedia/avidemux/pkg-plist Mon Feb 1 02:43:04 2016 (r407679) +++ branches/2016Q1/multimedia/avidemux/pkg-plist Mon Feb 1 05:10:44 2016 (r407680) @@ -46,6 +46,7 @@ include/avidemux/2.6/libavutil/macros.h include/avidemux/2.6/libavutil/mathematics.h include/avidemux/2.6/libavutil/mem.h include/avidemux/2.6/libavutil/old_pix_fmts.h +include/avidemux/2.6/libavutil/opt.h include/avidemux/2.6/libavutil/pixfmt.h include/avidemux/2.6/libavutil/rational.h include/avidemux/2.6/libavutil/samplefmt.h From owner-svn-ports-branches@freebsd.org Mon Feb 1 11:39:04 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 93864A764B1; Mon, 1 Feb 2016 11:39:04 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 63FEE1FB1; Mon, 1 Feb 2016 11:39:04 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u11Bd31w057426; Mon, 1 Feb 2016 11:39:03 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u11Bd3R6057420; Mon, 1 Feb 2016 11:39:03 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201602011139.u11Bd3R6057420@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Mon, 1 Feb 2016 11:39:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407710 - in branches/2016Q1/devel/gdcm: . 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.20 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, 01 Feb 2016 11:39:04 -0000 Author: junovitch Date: Mon Feb 1 11:39:02 2016 New Revision: 407710 URL: https://svnweb.freebsd.org/changeset/ports/407710 Log: MFH: r407679 devel/gdcm: update 2.4.4 -> 2.6.3 - Switch off by default DOCS option for Doxygen docs to DOXYGEN - Switch DOXYGEN bits to options helpers - Standardize on the more prevelant ON/OFF CMAKE flags - Set USE_LDCONFIG=yes as ${PREFIX}/lib is the default - Add gdcmviewer to DESKTOP_ENTRIES PR: 203479 Submitted by: tkato432@yahoo.com (with changes) Approved by: ports-secteam (miwi) Security: CVE-2015-8396 Security: CVE-2015-8397 Security: https://vuxml.FreeBSD.org/freebsd/e00d8b94-c88a-11e5-b5fe-002590263bf5.html Deleted: branches/2016Q1/devel/gdcm/files/patch-Source-DataDictionary_gdcmGlobal.cxx branches/2016Q1/devel/gdcm/files/patch-Source-InformationObjectDefinition_CMakeLists.txt Modified: branches/2016Q1/devel/gdcm/Makefile branches/2016Q1/devel/gdcm/distinfo branches/2016Q1/devel/gdcm/files/patch-CMakeLists.txt branches/2016Q1/devel/gdcm/files/patch-CMake_FindOpenJPEG.cmake branches/2016Q1/devel/gdcm/files/patch-Utilities-gdcmjpeg_CMakeLists.txt branches/2016Q1/devel/gdcm/pkg-plist Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/devel/gdcm/Makefile ============================================================================== --- branches/2016Q1/devel/gdcm/Makefile Mon Feb 1 11:36:39 2016 (r407709) +++ branches/2016Q1/devel/gdcm/Makefile Mon Feb 1 11:39:02 2016 (r407710) @@ -3,7 +3,6 @@ PORTNAME= gdcm PORTVERSION= ${GDCM_MAJOR}.${GDCM_MINOR}.${GDCM_PATCH} -PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= SF/gdcm/gdcm%202.x/GDCM%20${PORTVERSION} @@ -13,27 +12,36 @@ COMMENT= Grassroots DICOM library LICENSE= BSD3CLAUSE LIB_DEPENDS= libopenjpeg.so:${PORTSDIR}/graphics/openjpeg15 \ - libexpat.so:${PORTSDIR}/textproc/expat2 + libexpat.so:${PORTSDIR}/textproc/expat2 -OPTIONS_DEFINE= DOCS -OPTIONS_UNSET= DOCS +OPTIONS_DEFINE= DOXYGEN OPTIONS_RADIO= VTK OPTIONS_RADIO_VTK= VTK5 VTK6 +OPTIONS_SUB= yes + +DOXYGEN_BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen \ + docbook-xsl-ns>0:${PORTSDIR}/textproc/docbook-xsl-ns +DOXYGEN_USES= ghostscript +DOXYGEN_USE= gnome=libxslt:build tex=latex:build +DOXYGEN_CMAKE_ON= -DGDCM_DOCUMENTATION:BOOL=ON \ + -DGDCM_PDF_DOCUMENTATION:BOOL=OFF \ + -DGDCM_INSTALL_MAN_DIR:PATH=man \ + -DGDCM_INSTALL_DOC_DIR:PATH=${DOCSDIR_REL} +DOXYGEN_CMAKE_OFF= -DGDCM_DOCUMENTATION:BOOL=OFF VTK5_DESC= Build VTK 5 integration classes VTK5_LIB_DEPENDS= libvtkHybrid.so:${PORTSDIR}/math/vtk5 -VTK5_CMAKE_ON= -DGDCM_USE_VTK:BOOL=YES \ +VTK5_CMAKE_ON= -DGDCM_USE_VTK:BOOL=ON \ -DVTK_DIR:PATH=${LOCALBASE}/lib/vtk-${VTK5_VERSION} - VTK6_DESC= Build VTK 6 integration classes VTK6_LIB_DEPENDS= libvtkCommonCore-${VTK6_VERSION}.so:${PORTSDIR}/math/vtk6 -VTK6_CMAKE_ON= -DGDCM_USE_VTK:BOOL=YES \ +VTK6_CMAKE_ON= -DGDCM_USE_VTK:BOOL=ON \ -DVTK_DIR:PATH=${LOCALBASE}/lib/vtk-${VTK6_VERSION} # Change this when updating the port GDCM_MAJOR= 2 -GDCM_MINOR= 4 -GDCM_PATCH= 4 +GDCM_MINOR= 6 +GDCM_PATCH= 3 # Change this whenever VTK is updated VTK5_VERSION= 5.10 @@ -41,21 +49,21 @@ VTK6_VERSION= 6.2 USES= alias cmake:outsource tar:bzip2 USE_OPENSSL= yes -USE_LDCONFIG= ${PREFIX}/lib +USE_LDCONFIG= yes CFLAGS+= -I${LOCALBASE}/include -CMAKE_ARGS+= -DGDCM_PDF_DOCUMENTATION:BOOL=NO \ - -DGDCM_USE_SYSTEM_OPENSSL:BOOL=YES \ - -DGDCM_USE_SYSTEM_EXPAT:BOOL=YES \ - -DGDCM_USE_SYSTEM_OPENJPEG:BOOL=YES \ - -DGDCM_USE_SYSTEM_ZLIB:BOOL=YES \ - -DGDCM_BUILD_APPLICATIONS:BOOL=YES \ - -DGDCM_BUILD_SHARED_LIBS:BOOL=YES \ - -DGDCM_BUILD_EXAMPLES:BOOL=NO \ - -DGDCM_INSTALL_DATA_DIR:STRING=${DATADIR} +CMAKE_ARGS= -DGDCM_USE_SYSTEM_OPENSSL:BOOL=ON \ + -DGDCM_USE_SYSTEM_EXPAT:BOOL=ON \ + -DGDCM_USE_SYSTEM_OPENJPEG:BOOL=ON \ + -DGDCM_USE_SYSTEM_ZLIB:BOOL=ON \ + -DGDCM_BUILD_APPLICATIONS:BOOL=ON \ + -DGDCM_BUILD_SHARED_LIBS:BOOL=ON \ + -DGDCM_BUILD_EXAMPLES:BOOL=OFF \ + -DGDCM_INSTALL_DATA_DIR:PATH=${DATADIR_REL} .include .if ${PORT_OPTIONS:MVTK5} || ${PORT_OPTIONS:MVTK6} +DESKTOP_ENTRIES="Gdcmviewer" "Simple DICOM Viewer" "" "gdcmviewer" "" "" PLIST_SUB+= VTK="" .else PLIST_SUB+= VTK="@comment " @@ -65,21 +73,12 @@ PLIST_SUB+= GDCM_MAJOR="${GDCM_MAJOR}" \ GDCM_MINOR="${GDCM_MINOR}" \ GDCM_PATCH="${GDCM_PATCH}" -.if ${PORT_OPTIONS:MDOCS} -USE_TEX= latex:build -USES+= ghostscript -BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen -CMAKE_ARGS+= -DGDCM_DOCUMENTATION:BOOL=YES \ - -DGDCM_INSTALL_MAN_DIR:STRING=man \ - -DGDCM_INSTALL_DOC_DIR:STRING=${DOCSDIR} -PORTDOCS= * -.else -CMAKE_ARGS+= -DGDCM_DOCUMENTATION:BOOL=NO -.endif - -post-build: -.if ${PORT_OPTIONS:MDOCS} - cd ${WRKSRC}/Utilities/doxygen && ${LOCALBASE}/bin/doxygen -u doxyfile.in -.endif +pre-build-DOXYGEN-on: + (cd ${WRKSRC}/Utilities/doxygen \ + && ${LOCALBASE}/bin/doxygen -u doxyfile.in) + +post-install-DOXYGEN-on: + @(${FIND} ${STAGEDIR}${DOCSDIR} -type f | ${SED} -e \ + "s|^${STAGEDIR}${PREFIX}/||" >> ${TMPPLIST}) .include Modified: branches/2016Q1/devel/gdcm/distinfo ============================================================================== --- branches/2016Q1/devel/gdcm/distinfo Mon Feb 1 11:36:39 2016 (r407709) +++ branches/2016Q1/devel/gdcm/distinfo Mon Feb 1 11:39:02 2016 (r407710) @@ -1,2 +1,2 @@ -SHA256 (gdcm-2.4.4.tar.bz2) = c5cd2f43a16180f5a9ecd5211bf214971b0620e9d9e027c2e11a89c4ce7d5b1f -SIZE (gdcm-2.4.4.tar.bz2) = 4397720 +SHA256 (gdcm-2.6.3.tar.bz2) = 7882e880b8b60efc66a492ae3c1c161799340ad62a90d690823b76eb400c0a8f +SIZE (gdcm-2.6.3.tar.bz2) = 3680016 Modified: branches/2016Q1/devel/gdcm/files/patch-CMakeLists.txt ============================================================================== --- branches/2016Q1/devel/gdcm/files/patch-CMakeLists.txt Mon Feb 1 11:36:39 2016 (r407709) +++ branches/2016Q1/devel/gdcm/files/patch-CMakeLists.txt Mon Feb 1 11:39:02 2016 (r407710) @@ -1,11 +1,11 @@ ---- CMakeLists.txt.orig 2012-01-02 12:11:48.000000000 +0100 -+++ CMakeLists.txt 2012-01-02 12:13:50.000000000 +0100 -@@ -45,7 +45,7 @@ - "${GDCM_MAJOR_VERSION}.${GDCM_MINOR_VERSION}") - SET(GDCM_LIBRARY_PROPERTIES ${GDCM_LIBRARY_PROPERTIES} +--- CMakeLists.txt.orig 2015-08-22 14:09:50 UTC ++++ CMakeLists.txt +@@ -53,7 +53,7 @@ if(NOT DEFINED GDCM_API_VERSION) + endif() + set(GDCM_LIBRARY_PROPERTIES ${GDCM_LIBRARY_PROPERTIES} VERSION "${GDCM_VERSION}" - SOVERSION "${GDCM_API_VERSION}" + SOVERSION "${GDCM_MAJOR_VERSION}" ) - #SET(GDCM_EXECUTABLE_PROPERTIES ${GDCM_EXECUTABLE_PROPERTIES} + #set(GDCM_EXECUTABLE_PROPERTIES ${GDCM_EXECUTABLE_PROPERTIES} # VERSION "${GDCM_MAJOR_VERSION}.${GDCM_MINOR_VERSION}" Modified: branches/2016Q1/devel/gdcm/files/patch-CMake_FindOpenJPEG.cmake ============================================================================== --- branches/2016Q1/devel/gdcm/files/patch-CMake_FindOpenJPEG.cmake Mon Feb 1 11:36:39 2016 (r407709) +++ branches/2016Q1/devel/gdcm/files/patch-CMake_FindOpenJPEG.cmake Mon Feb 1 11:39:02 2016 (r407710) @@ -1,5 +1,5 @@ ---- CMake/FindOpenJPEG.cmake.orig 2014-04-03 09:33:49.000000000 +0200 -+++ CMake/FindOpenJPEG.cmake 2014-06-10 09:34:13.000000000 +0200 +--- CMake/FindOpenJPEG.cmake.orig 2015-08-22 14:09:50 UTC ++++ CMake/FindOpenJPEG.cmake @@ -18,7 +18,15 @@ # (To distribute this file outside of CMake, substitute the full # License text for the above reference.) @@ -17,7 +17,7 @@ find_package(OpenJPEG QUIET NO_MODULE) if( NOT OpenJPEG_DIR ) -@@ -51,3 +59,4 @@ +@@ -51,3 +59,4 @@ mark_as_advanced( OPENJPEG_INCLUDE_DIR ) endif() Modified: branches/2016Q1/devel/gdcm/files/patch-Utilities-gdcmjpeg_CMakeLists.txt ============================================================================== --- branches/2016Q1/devel/gdcm/files/patch-Utilities-gdcmjpeg_CMakeLists.txt Mon Feb 1 11:36:39 2016 (r407709) +++ branches/2016Q1/devel/gdcm/files/patch-Utilities-gdcmjpeg_CMakeLists.txt Mon Feb 1 11:39:02 2016 (r407710) @@ -1,8 +1,8 @@ ---- Utilities/gdcmjpeg/CMakeLists.txt.orig 2012-09-19 15:48:46.000000000 +0200 -+++ Utilities/gdcmjpeg/CMakeLists.txt 2012-09-19 15:49:31.000000000 +0200 -@@ -23,7 +23,7 @@ - ENDIF(NOT DEFINED JPEG_API_VERSION) - SET(JPEG_LIBRARY_PROPERTIES ${JPEG_LIBRARY_PROPERTIES} +--- Utilities/gdcmjpeg/CMakeLists.txt.orig 2015-08-22 14:09:50 UTC ++++ Utilities/gdcmjpeg/CMakeLists.txt +@@ -24,7 +24,7 @@ if(NOT DEFINED JPEG_API_VERSION) + endif() + set(JPEG_LIBRARY_PROPERTIES ${JPEG_LIBRARY_PROPERTIES} VERSION "${GDCM_VERSION}" - SOVERSION "${JPEG_API_VERSION}" + SOVERSION "${GDCM_MAJOR_VERSION}" Modified: branches/2016Q1/devel/gdcm/pkg-plist ============================================================================== --- branches/2016Q1/devel/gdcm/pkg-plist Mon Feb 1 11:36:39 2016 (r407709) +++ branches/2016Q1/devel/gdcm/pkg-plist Mon Feb 1 11:39:02 2016 (r407710) @@ -1,3 +1,5 @@ +%%VTK%%bin/gdcm2pnm +%%VTK%%bin/gdcm2vtk bin/gdcmanon bin/gdcmconv bin/gdcmdiff @@ -10,27 +12,25 @@ bin/gdcmraw bin/gdcmscanner bin/gdcmscu bin/gdcmtar -bin/gdcmxml -%%PORTDOCS%%man/man1/gdcm2pnm.1.gz -%%PORTDOCS%%man/man1/gdcm2vtk.1.gz -%%PORTDOCS%%man/man1/gdcmanon.1.gz -%%PORTDOCS%%man/man1/gdcmconv.1.gz -%%PORTDOCS%%man/man1/gdcmdiff.1.gz -%%PORTDOCS%%man/man1/gdcmdump.1.gz -%%PORTDOCS%%man/man1/gdcmgendir.1.gz -%%PORTDOCS%%man/man1/gdcmimg.1.gz -%%PORTDOCS%%man/man1/gdcminfo.1.gz -%%PORTDOCS%%man/man1/gdcmpap3.1.gz -%%PORTDOCS%%man/man1/gdcmpdf.1.gz -%%PORTDOCS%%man/man1/gdcmraw.1.gz -%%PORTDOCS%%man/man1/gdcmscanner.1.gz -%%PORTDOCS%%man/man1/gdcmscu.1.gz -%%PORTDOCS%%man/man1/gdcmtar.1.gz -%%PORTDOCS%%man/man1/gdcmviewer.1.gz -%%PORTDOCS%%man/man1/gdcmxml.1.gz %%VTK%%bin/gdcmviewer -%%VTK%%bin/gdcm2pnm -%%VTK%%bin/gdcm2vtk +bin/gdcmxml +%%DOXYGEN%%man/man1/gdcm2pnm.1.gz +%%DOXYGEN%%man/man1/gdcm2vtk.1.gz +%%DOXYGEN%%man/man1/gdcmanon.1.gz +%%DOXYGEN%%man/man1/gdcmconv.1.gz +%%DOXYGEN%%man/man1/gdcmdiff.1.gz +%%DOXYGEN%%man/man1/gdcmdump.1.gz +%%DOXYGEN%%man/man1/gdcmgendir.1.gz +%%DOXYGEN%%man/man1/gdcmimg.1.gz +%%DOXYGEN%%man/man1/gdcminfo.1.gz +%%DOXYGEN%%man/man1/gdcmpap3.1.gz +%%DOXYGEN%%man/man1/gdcmpdf.1.gz +%%DOXYGEN%%man/man1/gdcmraw.1.gz +%%DOXYGEN%%man/man1/gdcmscanner.1.gz +%%DOXYGEN%%man/man1/gdcmscu.1.gz +%%DOXYGEN%%man/man1/gdcmtar.1.gz +%%DOXYGEN%%man/man1/gdcmviewer.1.gz +%%DOXYGEN%%man/man1/gdcmxml.1.gz include/gdcm-%%GDCM_MAJOR%%.%%GDCM_MINOR%%/gdcmAAbortPDU.h include/gdcm-%%GDCM_MAJOR%%.%%GDCM_MINOR%%/gdcmAAssociateACPDU.h include/gdcm-%%GDCM_MAJOR%%.%%GDCM_MINOR%%/gdcmAAssociateRJPDU.h @@ -49,7 +49,9 @@ include/gdcm-%%GDCM_MAJOR%%.%%GDCM_MINOR include/gdcm-%%GDCM_MAJOR%%.%%GDCM_MINOR%%/gdcmAudioCodec.h include/gdcm-%%GDCM_MAJOR%%.%%GDCM_MINOR%%/gdcmBase64.h include/gdcm-%%GDCM_MAJOR%%.%%GDCM_MINOR%%/gdcmBaseCompositeMessage.h +include/gdcm-%%GDCM_MAJOR%%.%%GDCM_MINOR%%/gdcmBaseNormalizedMessage.h include/gdcm-%%GDCM_MAJOR%%.%%GDCM_MINOR%%/gdcmBasePDU.h +include/gdcm-%%GDCM_MAJOR%%.%%GDCM_MINOR%%/gdcmBaseQuery.h include/gdcm-%%GDCM_MAJOR%%.%%GDCM_MINOR%%/gdcmBaseRootQuery.h include/gdcm-%%GDCM_MAJOR%%.%%GDCM_MINOR%%/gdcmBasicOffsetTable.h include/gdcm-%%GDCM_MAJOR%%.%%GDCM_MINOR%%/gdcmBitmap.h @@ -122,6 +124,7 @@ include/gdcm-%%GDCM_MAJOR%%.%%GDCM_MINOR include/gdcm-%%GDCM_MAJOR%%.%%GDCM_MINOR%%/gdcmFile.h include/gdcm-%%GDCM_MAJOR%%.%%GDCM_MINOR%%/gdcmFileAnonymizer.h include/gdcm-%%GDCM_MAJOR%%.%%GDCM_MINOR%%/gdcmFileChangeTransferSyntax.h +include/gdcm-%%GDCM_MAJOR%%.%%GDCM_MINOR%%/gdcmFileDecompressLookupTable.h include/gdcm-%%GDCM_MAJOR%%.%%GDCM_MINOR%%/gdcmFileDerivation.h include/gdcm-%%GDCM_MAJOR%%.%%GDCM_MINOR%%/gdcmFileExplicitFilter.h include/gdcm-%%GDCM_MAJOR%%.%%GDCM_MINOR%%/gdcmFileMetaInformation.h @@ -181,14 +184,24 @@ include/gdcm-%%GDCM_MAJOR%%.%%GDCM_MINOR include/gdcm-%%GDCM_MAJOR%%.%%GDCM_MINOR%%/gdcmMaximumLengthSub.h include/gdcm-%%GDCM_MAJOR%%.%%GDCM_MINOR%%/gdcmMediaStorage.h include/gdcm-%%GDCM_MAJOR%%.%%GDCM_MINOR%%/gdcmMeshPrimitive.h +include/gdcm-%%GDCM_MAJOR%%.%%GDCM_MINOR%%/gdcmModalityPerformedProcedureStepCreateQuery.h +include/gdcm-%%GDCM_MAJOR%%.%%GDCM_MINOR%%/gdcmModalityPerformedProcedureStepSetQuery.h include/gdcm-%%GDCM_MAJOR%%.%%GDCM_MINOR%%/gdcmModule.h include/gdcm-%%GDCM_MAJOR%%.%%GDCM_MINOR%%/gdcmModuleEntry.h include/gdcm-%%GDCM_MAJOR%%.%%GDCM_MINOR%%/gdcmModules.h include/gdcm-%%GDCM_MAJOR%%.%%GDCM_MINOR%%/gdcmMovePatientRootQuery.h include/gdcm-%%GDCM_MAJOR%%.%%GDCM_MINOR%%/gdcmMoveStudyRootQuery.h +include/gdcm-%%GDCM_MAJOR%%.%%GDCM_MINOR%%/gdcmNActionMessages.h +include/gdcm-%%GDCM_MAJOR%%.%%GDCM_MINOR%%/gdcmNCreateMessages.h +include/gdcm-%%GDCM_MAJOR%%.%%GDCM_MINOR%%/gdcmNDeleteMessages.h +include/gdcm-%%GDCM_MAJOR%%.%%GDCM_MINOR%%/gdcmNEventReportMessages.h +include/gdcm-%%GDCM_MAJOR%%.%%GDCM_MINOR%%/gdcmNGetMessages.h +include/gdcm-%%GDCM_MAJOR%%.%%GDCM_MINOR%%/gdcmNSetMessages.h include/gdcm-%%GDCM_MAJOR%%.%%GDCM_MINOR%%/gdcmNestedModuleEntries.h include/gdcm-%%GDCM_MAJOR%%.%%GDCM_MINOR%%/gdcmNetworkEvents.h include/gdcm-%%GDCM_MAJOR%%.%%GDCM_MINOR%%/gdcmNetworkStateID.h +include/gdcm-%%GDCM_MAJOR%%.%%GDCM_MINOR%%/gdcmNormalizedMessageFactory.h +include/gdcm-%%GDCM_MAJOR%%.%%GDCM_MINOR%%/gdcmNormalizedNetworkFunctions.h include/gdcm-%%GDCM_MAJOR%%.%%GDCM_MINOR%%/gdcmObject.h include/gdcm-%%GDCM_MAJOR%%.%%GDCM_MINOR%%/gdcmOpenSSLCryptoFactory.h include/gdcm-%%GDCM_MAJOR%%.%%GDCM_MINOR%%/gdcmOpenSSLCryptographicMessageSyntax.h @@ -261,6 +274,7 @@ include/gdcm-%%GDCM_MAJOR%%.%%GDCM_MINOR include/gdcm-%%GDCM_MAJOR%%.%%GDCM_MINOR%%/gdcmStaticAssert.h include/gdcm-%%GDCM_MAJOR%%.%%GDCM_MINOR%%/gdcmStreamImageReader.h include/gdcm-%%GDCM_MAJOR%%.%%GDCM_MINOR%%/gdcmStreamImageWriter.h +include/gdcm-%%GDCM_MAJOR%%.%%GDCM_MINOR%%/gdcmStrictScanner.h include/gdcm-%%GDCM_MAJOR%%.%%GDCM_MINOR%%/gdcmString.h include/gdcm-%%GDCM_MAJOR%%.%%GDCM_MINOR%%/gdcmStringFilter.h include/gdcm-%%GDCM_MAJOR%%.%%GDCM_MINOR%%/gdcmStudy.h @@ -323,6 +337,7 @@ include/gdcm-%%GDCM_MAJOR%%.%%GDCM_MINOR include/gdcm-%%GDCM_MAJOR%%.%%GDCM_MINOR%%/gdcmValueIO.h include/gdcm-%%GDCM_MAJOR%%.%%GDCM_MINOR%%/gdcmValueIO.txx include/gdcm-%%GDCM_MAJOR%%.%%GDCM_MINOR%%/gdcmVersion.h +include/gdcm-%%GDCM_MAJOR%%.%%GDCM_MINOR%%/gdcmWLMFindQuery.h include/gdcm-%%GDCM_MAJOR%%.%%GDCM_MINOR%%/gdcmWaveform.h include/gdcm-%%GDCM_MAJOR%%.%%GDCM_MINOR%%/gdcmWin32.h include/gdcm-%%GDCM_MAJOR%%.%%GDCM_MINOR%%/gdcmWriter.h @@ -410,13 +425,10 @@ include/gdcm-%%GDCM_MAJOR%%.%%GDCM_MINOR %%VTK%%include/gdcm-%%GDCM_MAJOR%%.%%GDCM_MINOR%%/vtkImageYBRToRGB.h %%VTK%%include/gdcm-%%GDCM_MAJOR%%.%%GDCM_MINOR%%/vtkLookupTable16.h %%VTK%%include/gdcm-%%GDCM_MAJOR%%.%%GDCM_MINOR%%/vtkRTStructSetProperties.h -lib/libsocketxx.so.1.2.0 -lib/libsocketxx.so.1.2 -lib/libsocketxx.so lib/gdcm-%%GDCM_MAJOR%%.%%GDCM_MINOR%%/GDCMConfig.cmake lib/gdcm-%%GDCM_MAJOR%%.%%GDCM_MINOR%%/GDCMConfigVersion.cmake lib/gdcm-%%GDCM_MAJOR%%.%%GDCM_MINOR%%/GDCMTargets.cmake -lib/gdcm-%%GDCM_MAJOR%%.%%GDCM_MINOR%%/GDCMTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/gdcm-%%GDCM_MAJOR%%.%%GDCM_MINOR%%/GDCMTargets-release.cmake lib/gdcm-%%GDCM_MAJOR%%.%%GDCM_MINOR%%/UseGDCM.cmake lib/libgdcmCommon.so lib/libgdcmCommon.so.%%GDCM_MAJOR%% @@ -451,6 +463,9 @@ lib/libgdcmjpeg8.so.%%GDCM_MAJOR%%.%%GDC lib/libgdcmuuid.so lib/libgdcmuuid.so.%%GDCM_MAJOR%% lib/libgdcmuuid.so.%%GDCM_MAJOR%%.%%GDCM_MINOR%%.%%GDCM_PATCH%% +lib/libsocketxx.so +lib/libsocketxx.so.1.2 +lib/libsocketxx.so.1.2.0 %%VTK%%lib/libvtkgdcm.so %%VTK%%lib/libvtkgdcm.so.%%GDCM_MAJOR%% %%VTK%%lib/libvtkgdcm.so.%%GDCM_MAJOR%%.%%GDCM_MINOR%%.%%GDCM_PATCH%% From owner-svn-ports-branches@freebsd.org Mon Feb 1 13:02:40 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6109EA749EE; Mon, 1 Feb 2016 13:02:40 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 D138EA93; Mon, 1 Feb 2016 13:02:39 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u11D2c4p083787; Mon, 1 Feb 2016 13:02:38 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u11D2b2u083772; Mon, 1 Feb 2016 13:02:37 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201602011302.u11D2b2u083772@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 1 Feb 2016 13:02:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407714 - in branches/2016Q1: Mk/Uses www/firefox www/firefox-esr www/firefox-esr-i18n www/firefox-i18n www/firefox/files www/libxul www/linux-firefox 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.20 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, 01 Feb 2016 13:02:40 -0000 Author: jbeich Date: Mon Feb 1 13:02:37 2016 New Revision: 407714 URL: https://svnweb.freebsd.org/changeset/ports/407714 Log: MFH: r407707 www/firefox{,-esr}: update to 44.0/38.6.0 - Raise required NSS version [1] Changes: https://www.mozilla.org/firefox/44.0/releasenotes/ PR: 206637 Reported by: Toomas Aas [1] Submitted by: Christoph Moench-Tegeder Security: 4f00dac0-1e18-4481-95af-7aaad63fd303 Approved by: portmgr (erwin) Deleted: branches/2016Q1/www/firefox/files/patch-bug1209410 Modified: branches/2016Q1/Mk/Uses/gecko.mk branches/2016Q1/www/firefox-esr-i18n/Makefile branches/2016Q1/www/firefox-esr-i18n/distinfo branches/2016Q1/www/firefox-esr/Makefile branches/2016Q1/www/firefox-esr/distinfo branches/2016Q1/www/firefox-i18n/Makefile branches/2016Q1/www/firefox-i18n/distinfo branches/2016Q1/www/firefox/Makefile branches/2016Q1/www/firefox/distinfo branches/2016Q1/www/firefox/files/patch-bug1013882 branches/2016Q1/www/firefox/files/patch-z-bug517422 branches/2016Q1/www/libxul/Makefile branches/2016Q1/www/libxul/distinfo branches/2016Q1/www/linux-firefox/Makefile branches/2016Q1/www/linux-firefox/distinfo Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/Mk/Uses/gecko.mk ============================================================================== --- branches/2016Q1/Mk/Uses/gecko.mk Mon Feb 1 12:43:34 2016 (r407713) +++ branches/2016Q1/Mk/Uses/gecko.mk Mon Feb 1 13:02:37 2016 (r407714) @@ -37,12 +37,12 @@ RUN_DEPENDS+= libxul>=38:${PORTSDIR}/www .elif ${gecko_ARGS:Mfirefox} _GECKO_DEFAULT_VERSION= 38 -_GECKO_VERSIONS= 38 43 +_GECKO_VERSIONS= 38 44 _GECKO_TYPE= firefox # Dependence lines for different Firefox versions 38_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox-esr -43_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox +44_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox .if exists(${LOCALBASE}/bin/firefox) _GECKO_INSTALLED_VER!= ${LOCALBASE}/bin/firefox --version 2>/dev/null Modified: branches/2016Q1/www/firefox-esr-i18n/Makefile ============================================================================== --- branches/2016Q1/www/firefox-esr-i18n/Makefile Mon Feb 1 12:43:34 2016 (r407713) +++ branches/2016Q1/www/firefox-esr-i18n/Makefile Mon Feb 1 13:02:37 2016 (r407714) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= firefox -PORTVERSION= 38.5.2 +PORTVERSION= 38.6.0 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}esr/linux-i686/xpi \ MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}esr-candidates/build1/linux-i686/xpi Modified: branches/2016Q1/www/firefox-esr-i18n/distinfo ============================================================================== --- branches/2016Q1/www/firefox-esr-i18n/distinfo Mon Feb 1 12:43:34 2016 (r407713) +++ branches/2016Q1/www/firefox-esr-i18n/distinfo Mon Feb 1 13:02:37 2016 (r407714) @@ -1,176 +1,176 @@ -SHA256 (xpi/firefox-38.5.2/ach.xpi) = 5c7e0b991a04786c6e2397748e1e3363c9cbef79c498091cc66b1e77de7b3180 -SIZE (xpi/firefox-38.5.2/ach.xpi) = 477970 -SHA256 (xpi/firefox-38.5.2/af.xpi) = 5e995063f6cdb6e151cc05536960ef6eedb7ab89b3c162d7080630322137e182 -SIZE (xpi/firefox-38.5.2/af.xpi) = 483326 -SHA256 (xpi/firefox-38.5.2/an.xpi) = a99e4e39b27d51803498b551f0da251b73c54b7680c345d2b98cc4a285fe410b -SIZE (xpi/firefox-38.5.2/an.xpi) = 461423 -SHA256 (xpi/firefox-38.5.2/ar.xpi) = 4b65207c13fa1a5d1239ea95484d0567a6fdae4a43d77ab8a9d79d3704891565 -SIZE (xpi/firefox-38.5.2/ar.xpi) = 516495 -SHA256 (xpi/firefox-38.5.2/as.xpi) = 46a36f54027a42ddf5073444058a4e1f2fbc07c010cf6da36a4ac6f921f9c607 -SIZE (xpi/firefox-38.5.2/as.xpi) = 509574 -SHA256 (xpi/firefox-38.5.2/ast.xpi) = 8d896c2ba9e9becbaccbaa290d088340b2ea10521bca01d1dbaa5d5edcd8993d -SIZE (xpi/firefox-38.5.2/ast.xpi) = 397202 -SHA256 (xpi/firefox-38.5.2/az.xpi) = a1fdae32e4c705237c85928c0a1cc5c9ed470e73da48472af4a280c222a8ba7f -SIZE (xpi/firefox-38.5.2/az.xpi) = 489153 -SHA256 (xpi/firefox-38.5.2/be.xpi) = 28684999c4f762c621b2458a8075f0c9918f48df7943c8f682bcb79041e3ffab -SIZE (xpi/firefox-38.5.2/be.xpi) = 441057 -SHA256 (xpi/firefox-38.5.2/bg.xpi) = 9e059db1803d4835b5d57bfb8bf1963766ad823783da37b54fbde9e8961b9520 -SIZE (xpi/firefox-38.5.2/bg.xpi) = 487819 -SHA256 (xpi/firefox-38.5.2/bn-BD.xpi) = 55d46e63fa05f2ef2ec9b7802a4d657b3b8b5955aec8379171f5be66c6a5a536 -SIZE (xpi/firefox-38.5.2/bn-BD.xpi) = 528690 -SHA256 (xpi/firefox-38.5.2/bn-IN.xpi) = 63c56ddb88d8fb0d325eff7c5282bf8dffcb5c64d052253d3ea114bb50ececea -SIZE (xpi/firefox-38.5.2/bn-IN.xpi) = 527927 -SHA256 (xpi/firefox-38.5.2/br.xpi) = c8da64949a0e4b5a38bce80fb9222561d3fc7caa35bd65b44559493b04c7ab4d -SIZE (xpi/firefox-38.5.2/br.xpi) = 441963 -SHA256 (xpi/firefox-38.5.2/bs.xpi) = c127101915a48a0fa8a30ce4048a1951f053ac6c72ad17d7f47235c682ed406b -SIZE (xpi/firefox-38.5.2/bs.xpi) = 485305 -SHA256 (xpi/firefox-38.5.2/ca.xpi) = b049bf687f531976586f71dbee91e57e050feddeb007fcd14a98057f00a03d96 -SIZE (xpi/firefox-38.5.2/ca.xpi) = 458091 -SHA256 (xpi/firefox-38.5.2/cs.xpi) = d3ff1dcda9a4d298c96d57ca2a98bdd8d4adefbd006f5f7ddebc4c98a3687eed -SIZE (xpi/firefox-38.5.2/cs.xpi) = 446726 -SHA256 (xpi/firefox-38.5.2/cy.xpi) = bb0b15d468421273d61491499f3775be033a6bc083d11156223d94f42a625f35 -SIZE (xpi/firefox-38.5.2/cy.xpi) = 444385 -SHA256 (xpi/firefox-38.5.2/da.xpi) = 71910677baebe1075445c9edf0c57ee8963831aa8c5df7df8ad62a60b8b15d44 -SIZE (xpi/firefox-38.5.2/da.xpi) = 450763 -SHA256 (xpi/firefox-38.5.2/de.xpi) = 1a51a259c00ac69599dc97fd69a927421a6c142977ee8de3e2fa0254f97a330a -SIZE (xpi/firefox-38.5.2/de.xpi) = 451629 -SHA256 (xpi/firefox-38.5.2/dsb.xpi) = 9860cdaf7aa458967d6fc2d173cd0adc8d32df1d1f2224b9508e311ee86f4c9c -SIZE (xpi/firefox-38.5.2/dsb.xpi) = 470923 -SHA256 (xpi/firefox-38.5.2/el.xpi) = bd2788d702363f067f629908520e1fa0614a32de85dc6d06261513406ce72e7c -SIZE (xpi/firefox-38.5.2/el.xpi) = 498370 -SHA256 (xpi/firefox-38.5.2/en-GB.xpi) = a9874b44647fa97acfe043dab58676c5b786b429d06c93de61107228b7da4235 -SIZE (xpi/firefox-38.5.2/en-GB.xpi) = 437845 -SHA256 (xpi/firefox-38.5.2/en-US.xpi) = 776a70bdbb58f2658b58a16e5c95c5ef36406d4e404d7be8de20bb5f9a2c712b -SIZE (xpi/firefox-38.5.2/en-US.xpi) = 469718 -SHA256 (xpi/firefox-38.5.2/en-ZA.xpi) = d6e786cb743e2a7da4323af3a68356f336cffc775da01a3ebfeab8300e846359 -SIZE (xpi/firefox-38.5.2/en-ZA.xpi) = 439926 -SHA256 (xpi/firefox-38.5.2/eo.xpi) = 32d3562411fe828c12046c8869fb8403708665831794544086a3cb8877c5e6e9 -SIZE (xpi/firefox-38.5.2/eo.xpi) = 488369 -SHA256 (xpi/firefox-38.5.2/es-AR.xpi) = 9319d07451459a4ecbc56b81a4975c2c7da65560327f9e463e254d5bb4462469 -SIZE (xpi/firefox-38.5.2/es-AR.xpi) = 453983 -SHA256 (xpi/firefox-38.5.2/es-CL.xpi) = e7ab02fd69ce321aa4845822cc22096122a1ae207b95fad099c1f1cabcb8ecc2 -SIZE (xpi/firefox-38.5.2/es-CL.xpi) = 384679 -SHA256 (xpi/firefox-38.5.2/es-ES.xpi) = 7295a19dc4715f14cafba7962231b7c9a95fb823cf6c4746312f5744af5c254f -SIZE (xpi/firefox-38.5.2/es-ES.xpi) = 374073 -SHA256 (xpi/firefox-38.5.2/es-MX.xpi) = b29196e3d93fff4834328144ced204a46c6243807d418670a415b2e7d5fdf4a4 -SIZE (xpi/firefox-38.5.2/es-MX.xpi) = 457050 -SHA256 (xpi/firefox-38.5.2/et.xpi) = 242ee0cde01792817b3567d7c6fad9364cf601240ac91665f4b943a2d376ad4e -SIZE (xpi/firefox-38.5.2/et.xpi) = 443229 -SHA256 (xpi/firefox-38.5.2/eu.xpi) = 411d77d43168576829511c4096687103959f28caf8dc260e1b480394c65aef7d -SIZE (xpi/firefox-38.5.2/eu.xpi) = 466555 -SHA256 (xpi/firefox-38.5.2/fa.xpi) = 1a2be8ad02c4be57964dd1c6186d15bf6322a04b7830cf09717047bee4226867 -SIZE (xpi/firefox-38.5.2/fa.xpi) = 518281 -SHA256 (xpi/firefox-38.5.2/ff.xpi) = 3eb24e117fef722e53458ed1625ab45fedf0f60236aa1ada438d5eab0c0cd9a1 -SIZE (xpi/firefox-38.5.2/ff.xpi) = 454587 -SHA256 (xpi/firefox-38.5.2/fi.xpi) = 7595e826903a12061ccd0e57b072d68761b31f6c3d02c1237002caff51adae8b -SIZE (xpi/firefox-38.5.2/fi.xpi) = 444852 -SHA256 (xpi/firefox-38.5.2/fr.xpi) = 9bfb13b5acc50d36f7b1eee75a8ef36909f64afb676f28ad99564500d6e64310 -SIZE (xpi/firefox-38.5.2/fr.xpi) = 461402 -SHA256 (xpi/firefox-38.5.2/fy-NL.xpi) = 116c9e43e5eaa0fa519575ac5531905beaf53fe87b0c91c66a609ff867fb6239 -SIZE (xpi/firefox-38.5.2/fy-NL.xpi) = 455541 -SHA256 (xpi/firefox-38.5.2/ga-IE.xpi) = 52e86337023f4892ae8fe4e74778884984bbdc224c64cf722e042f0c6285fef0 -SIZE (xpi/firefox-38.5.2/ga-IE.xpi) = 469623 -SHA256 (xpi/firefox-38.5.2/gd.xpi) = cce2c4ee97df91cb2c375a448a77bd0576cef1949c6a5e0005bed0497b83ffbb -SIZE (xpi/firefox-38.5.2/gd.xpi) = 454616 -SHA256 (xpi/firefox-38.5.2/gl.xpi) = 3faf86b00fa010da92a5c08022d4b4ca560b0294813a4a8bd7c250f45e19e209 -SIZE (xpi/firefox-38.5.2/gl.xpi) = 448925 -SHA256 (xpi/firefox-38.5.2/gu-IN.xpi) = 5523b066555097a583e5ec4fcaac8e23499e2f17188fdd49801be66ec459c0b5 -SIZE (xpi/firefox-38.5.2/gu-IN.xpi) = 477980 -SHA256 (xpi/firefox-38.5.2/he.xpi) = 63f483e9614e40eaea153e4a01cbc5626ac1d2711bf67662f9f5e9e0f06e3e02 -SIZE (xpi/firefox-38.5.2/he.xpi) = 486786 -SHA256 (xpi/firefox-38.5.2/hi-IN.xpi) = 3f37962f09dfbb9703e8a3cfd621dab72ea487bd39ca09542799ec7b4fddc864 -SIZE (xpi/firefox-38.5.2/hi-IN.xpi) = 508167 -SHA256 (xpi/firefox-38.5.2/hr.xpi) = 4422ed771cf3d3a3591704f68d7254ce700fd69dad41efe7d4bece257e3a7241 -SIZE (xpi/firefox-38.5.2/hr.xpi) = 478271 -SHA256 (xpi/firefox-38.5.2/hsb.xpi) = 3d9abbb65e84decca8565040bac4a7f04547247a869401d6c4b402d9ebbe2719 -SIZE (xpi/firefox-38.5.2/hsb.xpi) = 468719 -SHA256 (xpi/firefox-38.5.2/hu.xpi) = 1719294ccc579fbfdf57fc22ff1c196a1251e546966f6ea8d24baa2245472ae6 -SIZE (xpi/firefox-38.5.2/hu.xpi) = 453555 -SHA256 (xpi/firefox-38.5.2/hy-AM.xpi) = 917d320cdafed0d8a60e34b7aef8bf7a3b03cfbd0e8b79b36cb16af94a7e7499 -SIZE (xpi/firefox-38.5.2/hy-AM.xpi) = 534265 -SHA256 (xpi/firefox-38.5.2/id.xpi) = 4ed33175bc59e5198f28fe3fdf431af9d273ac39c97edb3d3fa646c09433dfcc -SIZE (xpi/firefox-38.5.2/id.xpi) = 431489 -SHA256 (xpi/firefox-38.5.2/is.xpi) = be3d758266892e21fa3f6c8923629e92cc21b25a5c6d6f10c62f641b64748964 -SIZE (xpi/firefox-38.5.2/is.xpi) = 485128 -SHA256 (xpi/firefox-38.5.2/it.xpi) = a20b4030ab11fed21c02a89052487e053fdd387d0bc34cd95d70aaa3ac8df174 -SIZE (xpi/firefox-38.5.2/it.xpi) = 368409 -SHA256 (xpi/firefox-38.5.2/ja.xpi) = b2412b30aa9aa140958d787604f282778cfd9ef47d5845c5352723fe0b90260d -SIZE (xpi/firefox-38.5.2/ja.xpi) = 479114 -SHA256 (xpi/firefox-38.5.2/kk.xpi) = e614ce32396353619ca678a98e85cd2948eec534969b99448a4a44e6b0499632 -SIZE (xpi/firefox-38.5.2/kk.xpi) = 503568 -SHA256 (xpi/firefox-38.5.2/km.xpi) = b6e41832c45ac0a3de897be43a177d5e49f77fa8ac48b979cdc3369d3d227253 -SIZE (xpi/firefox-38.5.2/km.xpi) = 565674 -SHA256 (xpi/firefox-38.5.2/kn.xpi) = 59fa89f2603f2e52bb86e96274433d682d65fefe6037dae72a834a3a27518fc1 -SIZE (xpi/firefox-38.5.2/kn.xpi) = 533464 -SHA256 (xpi/firefox-38.5.2/ko.xpi) = 487dace5dda95b7fd7e25ce6e761ae8e1fa10d19d1a1960a98101ec0e4d05a51 -SIZE (xpi/firefox-38.5.2/ko.xpi) = 460854 -SHA256 (xpi/firefox-38.5.2/lij.xpi) = 5cd1fa9dd327b6bcfefe018ce1d8260b2ba52068955373b75428521634f6b082 -SIZE (xpi/firefox-38.5.2/lij.xpi) = 444242 -SHA256 (xpi/firefox-38.5.2/lt.xpi) = cd195cfd194bef08fb9cd2fb1dbb5ced9e2d7141346653ae4259bde9fd72dcee -SIZE (xpi/firefox-38.5.2/lt.xpi) = 486451 -SHA256 (xpi/firefox-38.5.2/lv.xpi) = 84ee25593cbfc41eadcda1510f4c3fd58cfa1b4d6e8749f86ebf3d329e66f656 -SIZE (xpi/firefox-38.5.2/lv.xpi) = 467198 -SHA256 (xpi/firefox-38.5.2/mai.xpi) = 3fd6963548dc8bc04d7f4f05e937b43bda3dbd603da9b520106db383c739b40d -SIZE (xpi/firefox-38.5.2/mai.xpi) = 514666 -SHA256 (xpi/firefox-38.5.2/mk.xpi) = 3281bbf4e25eab1ffd0ea338089a55814eef599ae5a7b672da3fc582a6c283de -SIZE (xpi/firefox-38.5.2/mk.xpi) = 529205 -SHA256 (xpi/firefox-38.5.2/ml.xpi) = 5e4e68df426d04250f6e697f44dd8acb99af315f32cbccac603a322138016b5b -SIZE (xpi/firefox-38.5.2/ml.xpi) = 528919 -SHA256 (xpi/firefox-38.5.2/mr.xpi) = 225ff04c1bb480a03b08ab0705d275e57eb608d310fa75c4555ff8ebb3c46784 -SIZE (xpi/firefox-38.5.2/mr.xpi) = 505962 -SHA256 (xpi/firefox-38.5.2/ms.xpi) = 9cda00696d97b313afeec0823640a56b5c01d70e0fe4dd41d98b4ea0c7f42db5 -SIZE (xpi/firefox-38.5.2/ms.xpi) = 489872 -SHA256 (xpi/firefox-38.5.2/nb-NO.xpi) = 88c6711f510262da7f88dbb135b52faeee25fb6cb6f298780dfa7ce1260308d3 -SIZE (xpi/firefox-38.5.2/nb-NO.xpi) = 444177 -SHA256 (xpi/firefox-38.5.2/nl.xpi) = efea07151424732ecfabba175cafe6b334d25eb620f8b452a26746cafb3f416c -SIZE (xpi/firefox-38.5.2/nl.xpi) = 443994 -SHA256 (xpi/firefox-38.5.2/nn-NO.xpi) = cda96cc1f86073bca690e5ef8b74f6bf2eea837c9f0c6d39e1cd41d1ce968ae5 -SIZE (xpi/firefox-38.5.2/nn-NO.xpi) = 438452 -SHA256 (xpi/firefox-38.5.2/or.xpi) = b311e8bf9ee7ab7057090a23369402f890d03e9ddf1c5b4bf651f882dd1e938f -SIZE (xpi/firefox-38.5.2/or.xpi) = 527049 -SHA256 (xpi/firefox-38.5.2/pa-IN.xpi) = 388d1df8e99dfb8ef50650eb2c179f665456fc5ebd657b7f338eef9ded6ca81e -SIZE (xpi/firefox-38.5.2/pa-IN.xpi) = 493722 -SHA256 (xpi/firefox-38.5.2/pl.xpi) = c87c8e1d16e1290296d2af53009b61094e042a27fb32255e0260f4151fafab24 -SIZE (xpi/firefox-38.5.2/pl.xpi) = 406566 -SHA256 (xpi/firefox-38.5.2/pt-BR.xpi) = 4ebd535b10f63e1dc48ab5fb048fd1e9be86c3b96d77395ad1a69e773a877265 -SIZE (xpi/firefox-38.5.2/pt-BR.xpi) = 459810 -SHA256 (xpi/firefox-38.5.2/pt-PT.xpi) = 1e45ea07bdeaa89831b16a093090a22476bfcf2c5044d5a66d3b6846f1c4221c -SIZE (xpi/firefox-38.5.2/pt-PT.xpi) = 439975 -SHA256 (xpi/firefox-38.5.2/rm.xpi) = 60beee24549b09eafc9cc87d77a60dbf28038ca4508bcb638a10ab56c5f96fa5 -SIZE (xpi/firefox-38.5.2/rm.xpi) = 446287 -SHA256 (xpi/firefox-38.5.2/ro.xpi) = c981f95c4cee4fd91fb27a131a1ab9bf3d15626188086d1912922601f9002c23 -SIZE (xpi/firefox-38.5.2/ro.xpi) = 494079 -SHA256 (xpi/firefox-38.5.2/ru.xpi) = bce20e380dd42e6ca0a7d352dcd19a5789e9df2dbe172454267e738b8685c764 -SIZE (xpi/firefox-38.5.2/ru.xpi) = 414419 -SHA256 (xpi/firefox-38.5.2/si.xpi) = 6cbe7c0bda8109a6aeec27489553b5c1116022b89f1b9f08601ad7c98cba944c -SIZE (xpi/firefox-38.5.2/si.xpi) = 537393 -SHA256 (xpi/firefox-38.5.2/sk.xpi) = 802bf63b302e20652f9484a8ab6aee6ca42da4af72be57f895558e31ca6ad388 -SIZE (xpi/firefox-38.5.2/sk.xpi) = 469436 -SHA256 (xpi/firefox-38.5.2/sl.xpi) = e568fd95446152515ef0d6f627902b0041f6f8a43160a33db1558c83f57a2ef3 -SIZE (xpi/firefox-38.5.2/sl.xpi) = 441594 -SHA256 (xpi/firefox-38.5.2/son.xpi) = 6c7fb799bffa85e8c726a4aa264762212d7ef487c9151f54cd5657a134877dd4 -SIZE (xpi/firefox-38.5.2/son.xpi) = 449268 -SHA256 (xpi/firefox-38.5.2/sq.xpi) = 14d18848c6a126968f9d27c082206abdf443e6544b5614b9e645a3fd066a464a -SIZE (xpi/firefox-38.5.2/sq.xpi) = 486076 -SHA256 (xpi/firefox-38.5.2/sr.xpi) = 3f67e990d68f2a32fa60ac4c98e581a438d5f6bd26022bac77732c91de929a13 -SIZE (xpi/firefox-38.5.2/sr.xpi) = 479419 -SHA256 (xpi/firefox-38.5.2/sv-SE.xpi) = e6a39ba8fc406acd488403c50041e48bfa11deb018d0fdfc39710371a7835b1c -SIZE (xpi/firefox-38.5.2/sv-SE.xpi) = 452632 -SHA256 (xpi/firefox-38.5.2/ta.xpi) = 25463b86a9ffba199d2ace145472f8845de58dc81c1a571f3c107fcaf59d6036 -SIZE (xpi/firefox-38.5.2/ta.xpi) = 506607 -SHA256 (xpi/firefox-38.5.2/te.xpi) = 168794f08f535cead0674a41f471e288a34671aaa794ed0a37573e512d5dd120 -SIZE (xpi/firefox-38.5.2/te.xpi) = 526250 -SHA256 (xpi/firefox-38.5.2/th.xpi) = 34d66bd860204ac579f70ac3b5ba16c53504deb9b84f4027a6dd127897d923fa -SIZE (xpi/firefox-38.5.2/th.xpi) = 534270 -SHA256 (xpi/firefox-38.5.2/tr.xpi) = 93e21d492f7c0ed5b5ca5ec73ff057b24f162029ca881fbc15e17d488b83f8dc -SIZE (xpi/firefox-38.5.2/tr.xpi) = 481076 -SHA256 (xpi/firefox-38.5.2/uk.xpi) = ed5a692517c39d26353a15a12feb0cc4b8e022e7309044d3772a9e22b37ec054 -SIZE (xpi/firefox-38.5.2/uk.xpi) = 493313 -SHA256 (xpi/firefox-38.5.2/vi.xpi) = 0f4677661637de89be89d3332a9b08e8fb91957620c4be66c7c42bb2152aa4d5 -SIZE (xpi/firefox-38.5.2/vi.xpi) = 467504 -SHA256 (xpi/firefox-38.5.2/xh.xpi) = 0f118f53574e56b4e946a716dfd91d0c312a79ad4a5d46479a629ab0722ef7f9 -SIZE (xpi/firefox-38.5.2/xh.xpi) = 450242 -SHA256 (xpi/firefox-38.5.2/zh-CN.xpi) = 5f7e0a51d2e9b2b5b6f6cb070e1170406b17e4c80d3e1d157ae4a379c7bbfe03 -SIZE (xpi/firefox-38.5.2/zh-CN.xpi) = 488276 -SHA256 (xpi/firefox-38.5.2/zh-TW.xpi) = 74a9ba1561b442a5d02cfc92571822e9317004d5e0ae26a58b3db500f28d39fa -SIZE (xpi/firefox-38.5.2/zh-TW.xpi) = 467844 +SHA256 (xpi/firefox-38.6.0/ach.xpi) = c255636e39aa7211af2ddc0135dac1d4f12e7d5caa7e05550bf11f29d1facae0 +SIZE (xpi/firefox-38.6.0/ach.xpi) = 477970 +SHA256 (xpi/firefox-38.6.0/af.xpi) = 75312cd630c037ddc2e50a43597e1c0242634c40d6b8353e20c5cf6b3416f187 +SIZE (xpi/firefox-38.6.0/af.xpi) = 483326 +SHA256 (xpi/firefox-38.6.0/an.xpi) = 5038a20d58fe4673ac8980b2030a797543c6f9d09bccdc32e4bc2d59acfb3187 +SIZE (xpi/firefox-38.6.0/an.xpi) = 461423 +SHA256 (xpi/firefox-38.6.0/ar.xpi) = 1d3b3f37f4c755915bf091d0bf21db7312d5d26bfdc72362aefedcd51d616e8e +SIZE (xpi/firefox-38.6.0/ar.xpi) = 516496 +SHA256 (xpi/firefox-38.6.0/as.xpi) = fa2194dd7e6a3b7dacf813117fe96f901be71776cf41cbaaa49fa2922edc252a +SIZE (xpi/firefox-38.6.0/as.xpi) = 509575 +SHA256 (xpi/firefox-38.6.0/ast.xpi) = 8982310d306ce78b1b03b23271cac18757b06ac68817517c7cef7b35e39918f6 +SIZE (xpi/firefox-38.6.0/ast.xpi) = 397203 +SHA256 (xpi/firefox-38.6.0/az.xpi) = 530c487310ebbbc5fdba19ef21ed8bac6014d9e384b91bf81c683d01b163fa82 +SIZE (xpi/firefox-38.6.0/az.xpi) = 489153 +SHA256 (xpi/firefox-38.6.0/be.xpi) = 4e3bd7e6a26a636e031a9afefcca6e54ba2a2c8ad5435d3471a9d41267dc3588 +SIZE (xpi/firefox-38.6.0/be.xpi) = 441057 +SHA256 (xpi/firefox-38.6.0/bg.xpi) = d25359f143a0c4dd23fcfe4804b3f01662d4e97206be8440881d39d15064c6c3 +SIZE (xpi/firefox-38.6.0/bg.xpi) = 487819 +SHA256 (xpi/firefox-38.6.0/bn-BD.xpi) = fa83a06b8b8ce4454a3543b13bbed40e92b8be87c3607b93d5efa41fa01f6d3d +SIZE (xpi/firefox-38.6.0/bn-BD.xpi) = 528690 +SHA256 (xpi/firefox-38.6.0/bn-IN.xpi) = 987259cc1f6dedb91988c3281c5f26c5a07325e289df8a2090e44e408f8efb66 +SIZE (xpi/firefox-38.6.0/bn-IN.xpi) = 527928 +SHA256 (xpi/firefox-38.6.0/br.xpi) = 64ac19d617f39376ef338f13cb114199407ac77c939f6b909092c394edc3567b +SIZE (xpi/firefox-38.6.0/br.xpi) = 441962 +SHA256 (xpi/firefox-38.6.0/bs.xpi) = 548f4326b19b535d9925e51a87d63df9e94c3fcec475d330123cf2426c8a3abd +SIZE (xpi/firefox-38.6.0/bs.xpi) = 485305 +SHA256 (xpi/firefox-38.6.0/ca.xpi) = c33d6a7afc0ab3381103b098c180a6f648e5373f2df06fcd495b18c486730bd1 +SIZE (xpi/firefox-38.6.0/ca.xpi) = 458092 +SHA256 (xpi/firefox-38.6.0/cs.xpi) = 982fcc4c7e45424b68370aa50ab98dbf1770c55baae8bffc09e25b9bb04a6031 +SIZE (xpi/firefox-38.6.0/cs.xpi) = 446727 +SHA256 (xpi/firefox-38.6.0/cy.xpi) = 6c3ee40c1b326172a55866b1f21ede38d8b94598e85c9b6f16a6ac7f269d515a +SIZE (xpi/firefox-38.6.0/cy.xpi) = 444385 +SHA256 (xpi/firefox-38.6.0/da.xpi) = 375b9c390e90612e7a9e847ec2b3a71527ee4ad79231b70b2ae9c67ca1fd5a19 +SIZE (xpi/firefox-38.6.0/da.xpi) = 450763 +SHA256 (xpi/firefox-38.6.0/de.xpi) = 8bdc8b5e21eb9f2c8c5a179cc60e7e23f2b3e34debd5bef69201d6cb347f3b83 +SIZE (xpi/firefox-38.6.0/de.xpi) = 451630 +SHA256 (xpi/firefox-38.6.0/dsb.xpi) = f9b41e8fa739b7c012ca5b4dabc24333688a1798c51f44108096ff27164fbc7a +SIZE (xpi/firefox-38.6.0/dsb.xpi) = 470924 +SHA256 (xpi/firefox-38.6.0/el.xpi) = f746ebe43d8b4848fcca795e753f4daa52b83e1fbe8b5148f460d7eed993f7a4 +SIZE (xpi/firefox-38.6.0/el.xpi) = 498370 +SHA256 (xpi/firefox-38.6.0/en-GB.xpi) = ac83745df0734e618b6a5b52166c9e2564c40ed16691da121ee0aeb7eefff506 +SIZE (xpi/firefox-38.6.0/en-GB.xpi) = 437845 +SHA256 (xpi/firefox-38.6.0/en-US.xpi) = c71966224748f8c4b17cd465c61a12d6cd0b442d31af0851212a93c2fd611377 +SIZE (xpi/firefox-38.6.0/en-US.xpi) = 469718 +SHA256 (xpi/firefox-38.6.0/en-ZA.xpi) = 288f473e35d4b682e45a2b82d2219adbddefed8bbe33d051ddd8d8de9fa9adc9 +SIZE (xpi/firefox-38.6.0/en-ZA.xpi) = 439926 +SHA256 (xpi/firefox-38.6.0/eo.xpi) = 03dd766b490847583cbf2765b4cf81ff23da75739e60918811c406af846f43c5 +SIZE (xpi/firefox-38.6.0/eo.xpi) = 488370 +SHA256 (xpi/firefox-38.6.0/es-AR.xpi) = c2599ff3ee9f099478427831f8f244252d16be7fc165f9d686cfe35b5a97cafe +SIZE (xpi/firefox-38.6.0/es-AR.xpi) = 453983 +SHA256 (xpi/firefox-38.6.0/es-CL.xpi) = e0cb68b939d965387e706f02fb5771fb091900ec392b135cfebdc3f1668213fc +SIZE (xpi/firefox-38.6.0/es-CL.xpi) = 384679 +SHA256 (xpi/firefox-38.6.0/es-ES.xpi) = a444361e1c0a3003f0f51285429096abea71309e358b3d308266a95773d7b3d9 +SIZE (xpi/firefox-38.6.0/es-ES.xpi) = 374073 +SHA256 (xpi/firefox-38.6.0/es-MX.xpi) = 9f78e0b078724d2f81e0a510c89388de42573086ca999c1a7b98af665761ef58 +SIZE (xpi/firefox-38.6.0/es-MX.xpi) = 457050 +SHA256 (xpi/firefox-38.6.0/et.xpi) = 23d0b0a9da9d207775c82f3f0b4b99d1bef54e1d50e9ca8920748ddbb3bd17a8 +SIZE (xpi/firefox-38.6.0/et.xpi) = 443228 +SHA256 (xpi/firefox-38.6.0/eu.xpi) = 114f0b7a0266d89545475d9e84b17ce9e44ef9430ae7e97dd8dfe746aa6924b4 +SIZE (xpi/firefox-38.6.0/eu.xpi) = 466555 +SHA256 (xpi/firefox-38.6.0/fa.xpi) = 6a1e3e580ed74ba93e3691bb25a4a1775975d13e6cee6c911735a942f1b78e00 +SIZE (xpi/firefox-38.6.0/fa.xpi) = 518282 +SHA256 (xpi/firefox-38.6.0/ff.xpi) = 9b9d0bee17df92ae143e1894f7fa3b628495c43263589a13a0c5b043c61a3ee3 +SIZE (xpi/firefox-38.6.0/ff.xpi) = 454587 +SHA256 (xpi/firefox-38.6.0/fi.xpi) = c574888f1b30a6e360b4b1c1cacd84cbc2b18108fadcbd49ac4ccfd47e924b65 +SIZE (xpi/firefox-38.6.0/fi.xpi) = 444853 +SHA256 (xpi/firefox-38.6.0/fr.xpi) = da189e63a07aa2d26784e5ddcb7041fb969dc63c3f147f566290e5f55581d083 +SIZE (xpi/firefox-38.6.0/fr.xpi) = 461402 +SHA256 (xpi/firefox-38.6.0/fy-NL.xpi) = ec064490e4c4bdc05eca33974878cdb079ba144f9dac4fa497296d030441265c +SIZE (xpi/firefox-38.6.0/fy-NL.xpi) = 455538 +SHA256 (xpi/firefox-38.6.0/ga-IE.xpi) = c009652b9800dfa3f38e07b5d89e9bc6b2f0e8056926420afbd99ec9aa322e8d +SIZE (xpi/firefox-38.6.0/ga-IE.xpi) = 469623 +SHA256 (xpi/firefox-38.6.0/gd.xpi) = 04e9ce1235b1fa0d726e0925472fdad4a9ebd8b6baf80392f77e9f7f44afc665 +SIZE (xpi/firefox-38.6.0/gd.xpi) = 454617 +SHA256 (xpi/firefox-38.6.0/gl.xpi) = ef4c959d24191e6abd54eb03bf7848a08f7ac4f0196e219c6074bea377e87ff4 +SIZE (xpi/firefox-38.6.0/gl.xpi) = 448925 +SHA256 (xpi/firefox-38.6.0/gu-IN.xpi) = e5380052b2adae2e99e592cc28d9a1ecff4dfbb74103abe4432d9688feabe452 +SIZE (xpi/firefox-38.6.0/gu-IN.xpi) = 477981 +SHA256 (xpi/firefox-38.6.0/he.xpi) = a9992a670f7c2412202b6c87e849c59d23e68f793770d06dd436ca274ffa921f +SIZE (xpi/firefox-38.6.0/he.xpi) = 486786 +SHA256 (xpi/firefox-38.6.0/hi-IN.xpi) = 4e68a008b7d0fd078d239bfc417ea4dcf2f505f97b39351c3b74d4147f847186 +SIZE (xpi/firefox-38.6.0/hi-IN.xpi) = 508167 +SHA256 (xpi/firefox-38.6.0/hr.xpi) = 34f86d16e2f1db465e44bafb53d23f858caa0f2e42f46b0a9270fe57c1a86fb3 +SIZE (xpi/firefox-38.6.0/hr.xpi) = 478272 +SHA256 (xpi/firefox-38.6.0/hsb.xpi) = 194a7950be8a0062e8b6ac9205025ee5ea6394b67c9a8af7642878ea84e16161 +SIZE (xpi/firefox-38.6.0/hsb.xpi) = 468720 +SHA256 (xpi/firefox-38.6.0/hu.xpi) = c5423d6a3f9e67c6ebc5db09befee3bbccf4d9de16f52533a1fa08c22b5f2ecc +SIZE (xpi/firefox-38.6.0/hu.xpi) = 453555 +SHA256 (xpi/firefox-38.6.0/hy-AM.xpi) = 0ff3c6e8fcd716047daf002ed2b58254fccb82d22c5de1a7fe780d1eea7d771f +SIZE (xpi/firefox-38.6.0/hy-AM.xpi) = 534265 +SHA256 (xpi/firefox-38.6.0/id.xpi) = 34fc6704d13c6bad38932eaa9c57221fe7b54e5c57acf2e49a184d0c7c4660e1 +SIZE (xpi/firefox-38.6.0/id.xpi) = 431489 +SHA256 (xpi/firefox-38.6.0/is.xpi) = 9a13253adc716018e7fa522915c2a9aca3a4d7daf5cb12b61ec77a7df4c2f3e1 +SIZE (xpi/firefox-38.6.0/is.xpi) = 485129 +SHA256 (xpi/firefox-38.6.0/it.xpi) = 3e78f0900b56104b61baab01e636256e8cd6d1241f142e2957d566b86ea79ba0 +SIZE (xpi/firefox-38.6.0/it.xpi) = 368410 +SHA256 (xpi/firefox-38.6.0/ja.xpi) = 693b4c0256e2252077bd4b3823ebf1cd2fde98d145da0ecdf8824133e445e165 +SIZE (xpi/firefox-38.6.0/ja.xpi) = 479114 +SHA256 (xpi/firefox-38.6.0/kk.xpi) = c9668fad6190cc7c7d1d71c8bf01aa46c9ee565ff0f08959a8be3a4343e68f96 +SIZE (xpi/firefox-38.6.0/kk.xpi) = 503568 +SHA256 (xpi/firefox-38.6.0/km.xpi) = 78dd06c63acdd8cff52f2c08604f612bd98f2ac9029b6da11913e9a5053e0f50 +SIZE (xpi/firefox-38.6.0/km.xpi) = 565674 +SHA256 (xpi/firefox-38.6.0/kn.xpi) = fe1f07f526b2a4069e69bf746e31fe435058f8eb0daf24e72e0362af00e0679a +SIZE (xpi/firefox-38.6.0/kn.xpi) = 533463 +SHA256 (xpi/firefox-38.6.0/ko.xpi) = 6be4f4e43fed606021d2218ec2cfe3712c63c737692b9116296a85ffe11650c5 +SIZE (xpi/firefox-38.6.0/ko.xpi) = 460854 +SHA256 (xpi/firefox-38.6.0/lij.xpi) = 9aa99d3d6db52466bd8fb52cad7df1e30bcf65ac5183e748dde2bbdf23783f08 +SIZE (xpi/firefox-38.6.0/lij.xpi) = 444238 +SHA256 (xpi/firefox-38.6.0/lt.xpi) = 824b6142ec3d13f31d4ea77b9a548eb66eab4942e745a719e197fa5813578ea1 +SIZE (xpi/firefox-38.6.0/lt.xpi) = 486451 +SHA256 (xpi/firefox-38.6.0/lv.xpi) = 28cdc44b46e3126c60091b664e9fe3c5ed8116372acd13182e46ef5a6024bfe4 +SIZE (xpi/firefox-38.6.0/lv.xpi) = 467198 +SHA256 (xpi/firefox-38.6.0/mai.xpi) = bafb8f90a8162dd03f3d2f49aae061411e0b412ca15c85c9da82150bb034769a +SIZE (xpi/firefox-38.6.0/mai.xpi) = 514666 +SHA256 (xpi/firefox-38.6.0/mk.xpi) = 69bb1d10e0f265342b4f4826766d0f6b13f3d777a0bafc448173f6441512a3f5 +SIZE (xpi/firefox-38.6.0/mk.xpi) = 529205 +SHA256 (xpi/firefox-38.6.0/ml.xpi) = 67ad0c3738ce988fd14536da26873519bc707e554e57e02e08c36a74228328b0 +SIZE (xpi/firefox-38.6.0/ml.xpi) = 528919 +SHA256 (xpi/firefox-38.6.0/mr.xpi) = f9e656e45fe64f95a2abb818ddcb8e2344ea42545c59f8f6d29909f181933120 +SIZE (xpi/firefox-38.6.0/mr.xpi) = 505962 +SHA256 (xpi/firefox-38.6.0/ms.xpi) = b0781182df3a057e95cf2397b686baaa8c625bf34044b669fab213d3caa0c7ed +SIZE (xpi/firefox-38.6.0/ms.xpi) = 489872 +SHA256 (xpi/firefox-38.6.0/nb-NO.xpi) = d2d6e1fb4c126dd0736994613682439201d7f0b4ec25a64aeedd18ba5ce89c79 +SIZE (xpi/firefox-38.6.0/nb-NO.xpi) = 444177 +SHA256 (xpi/firefox-38.6.0/nl.xpi) = 963ef9ce080aa18c0c4dac7e1192368025be95d7a0e4363ea63006a0950c85ad +SIZE (xpi/firefox-38.6.0/nl.xpi) = 443994 +SHA256 (xpi/firefox-38.6.0/nn-NO.xpi) = a05ec5d5da615d06a060df9e005d1cc4ebc2c82bca7d8836c06ba9a138f3ce5b +SIZE (xpi/firefox-38.6.0/nn-NO.xpi) = 438452 +SHA256 (xpi/firefox-38.6.0/or.xpi) = 526b2590f5b213d4b90d2e8a3a55723f3a551dc0ad98fbc8c40898cfeb82d58b +SIZE (xpi/firefox-38.6.0/or.xpi) = 527049 +SHA256 (xpi/firefox-38.6.0/pa-IN.xpi) = 16c2d17420c49a4f7fffdc978e9a114748ae0cfe76ee0f8db721ceef8a9bdc94 +SIZE (xpi/firefox-38.6.0/pa-IN.xpi) = 493722 +SHA256 (xpi/firefox-38.6.0/pl.xpi) = 8d918d988341c462b0b621c7d0cd9d77ff49c14b0e2b1bf134e99e9cc4469fb1 +SIZE (xpi/firefox-38.6.0/pl.xpi) = 406566 +SHA256 (xpi/firefox-38.6.0/pt-BR.xpi) = 396e9bfe5192511c0ad67107dcd8e9bcda83de94d62095ca10f6af4433d59100 +SIZE (xpi/firefox-38.6.0/pt-BR.xpi) = 459813 +SHA256 (xpi/firefox-38.6.0/pt-PT.xpi) = 7968f2e7b2a5da76d82312230d5486f8c8b59ddef18d43d0c3e43581ebe717d8 +SIZE (xpi/firefox-38.6.0/pt-PT.xpi) = 439975 +SHA256 (xpi/firefox-38.6.0/rm.xpi) = 7813fc4421fb3c08ec81e60ce955194f9f2a376662262da4a0f320db5caff342 +SIZE (xpi/firefox-38.6.0/rm.xpi) = 446288 +SHA256 (xpi/firefox-38.6.0/ro.xpi) = 7476011cb35e32f3cfa265621d830cac44d4912f5a5a3814c5c31e9cc5b899bc +SIZE (xpi/firefox-38.6.0/ro.xpi) = 494079 +SHA256 (xpi/firefox-38.6.0/ru.xpi) = 145b4bef6d8fa5f644d3d1726bd7fa3d5679d3dfa1c456a0e39be3bb98b64ab9 +SIZE (xpi/firefox-38.6.0/ru.xpi) = 414418 +SHA256 (xpi/firefox-38.6.0/si.xpi) = 1ba99487b2dba24c1a34f9cb3355492fc7002d1e15f00402788aa14bf1ea8483 +SIZE (xpi/firefox-38.6.0/si.xpi) = 537394 +SHA256 (xpi/firefox-38.6.0/sk.xpi) = b3cc30232399d25c130fbbf8476ef56013589b370ec44c18e76eb61caa4a457b +SIZE (xpi/firefox-38.6.0/sk.xpi) = 469436 +SHA256 (xpi/firefox-38.6.0/sl.xpi) = 77982fb211296342a39d5b16e2d538b8d4cecf7ab5a8ef7d958fb373bc32dd63 +SIZE (xpi/firefox-38.6.0/sl.xpi) = 441594 +SHA256 (xpi/firefox-38.6.0/son.xpi) = 0c80545bab1f7119067bafcecbcef0f902393fd3451a71dfc90122a6f0b8701e +SIZE (xpi/firefox-38.6.0/son.xpi) = 449267 +SHA256 (xpi/firefox-38.6.0/sq.xpi) = 6f3d9fcfff460a162fc3e0cfe75a8bccfbf5eddc8d683117474c99d07f47100b +SIZE (xpi/firefox-38.6.0/sq.xpi) = 486076 +SHA256 (xpi/firefox-38.6.0/sr.xpi) = 825d25c1d7b7fd15919579e5930bc6d146dd9c39ba31ee544bb78da7ba1a9b5e +SIZE (xpi/firefox-38.6.0/sr.xpi) = 479419 +SHA256 (xpi/firefox-38.6.0/sv-SE.xpi) = 62c5280c5e49f47c0c6136c41196db112b220bbc238e8219b989805bcfe66dd3 +SIZE (xpi/firefox-38.6.0/sv-SE.xpi) = 452633 +SHA256 (xpi/firefox-38.6.0/ta.xpi) = 57decfe700c7e047c10f39d8ef0a5d0a9f6f606fdbced530dff906cdba42bc43 +SIZE (xpi/firefox-38.6.0/ta.xpi) = 506606 +SHA256 (xpi/firefox-38.6.0/te.xpi) = a87f56bb7ebe1c01c0dd3aca66f0542d6c769e01171e99e6667a4f226cef2635 +SIZE (xpi/firefox-38.6.0/te.xpi) = 526253 +SHA256 (xpi/firefox-38.6.0/th.xpi) = c0e6584c2265cb1c2a5c55547e9ac11ae09817e26e3dea8f6b00334c3262a60a +SIZE (xpi/firefox-38.6.0/th.xpi) = 534270 +SHA256 (xpi/firefox-38.6.0/tr.xpi) = d05ea4e1f54a2356eb9062432280f85ac4733a1938eba039a01b5c7359913a24 +SIZE (xpi/firefox-38.6.0/tr.xpi) = 481076 +SHA256 (xpi/firefox-38.6.0/uk.xpi) = f81f6f044d01cb8fe1e5e56fd80524a735d08dd6b75ed88b05980aafbbaa3c5b +SIZE (xpi/firefox-38.6.0/uk.xpi) = 493313 +SHA256 (xpi/firefox-38.6.0/vi.xpi) = 3c07c24f533e3eb27f3189cfa384ef815a55cb8d160e706e0506f9d676a9ca9d +SIZE (xpi/firefox-38.6.0/vi.xpi) = 467504 +SHA256 (xpi/firefox-38.6.0/xh.xpi) = 5d23ed0ff61a1f9b7c4153450df002b3f4e559a60ed17e93d7b0f350f6130974 +SIZE (xpi/firefox-38.6.0/xh.xpi) = 450242 +SHA256 (xpi/firefox-38.6.0/zh-CN.xpi) = b1401c37e9e44bc01e2e3627ec82dea93346681d6259e6cf14079fb973ae20ca +SIZE (xpi/firefox-38.6.0/zh-CN.xpi) = 488277 +SHA256 (xpi/firefox-38.6.0/zh-TW.xpi) = e94521a7cabb0230dce0448e743c5986cff74bc4a7ef8ea7280e45e1d257237e +SIZE (xpi/firefox-38.6.0/zh-TW.xpi) = 467844 Modified: branches/2016Q1/www/firefox-esr/Makefile ============================================================================== --- branches/2016Q1/www/firefox-esr/Makefile Mon Feb 1 12:43:34 2016 (r407713) +++ branches/2016Q1/www/firefox-esr/Makefile Mon Feb 1 13:02:37 2016 (r407714) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 38.5.2 +DISTVERSION= 38.6.0 DISTVERSIONSUFFIX=esr.source PORTEPOCH= 1 CATEGORIES= www ipv6 Modified: branches/2016Q1/www/firefox-esr/distinfo ============================================================================== --- branches/2016Q1/www/firefox-esr/distinfo Mon Feb 1 12:43:34 2016 (r407713) +++ branches/2016Q1/www/firefox-esr/distinfo Mon Feb 1 13:02:37 2016 (r407714) @@ -1,2 +1,2 @@ -SHA256 (firefox-38.5.2esr.source.tar.bz2) = 15a4f21f2347ca644f561f189f91d61a303bb71e49130dd3fcef0aede3cd1177 -SIZE (firefox-38.5.2esr.source.tar.bz2) = 181371759 +SHA256 (firefox-38.6.0esr.source.tar.bz2) = 56244705572d25c5bdca111e814a6021bfe8eaefe3773646720e6e467e59e1d1 +SIZE (firefox-38.6.0esr.source.tar.bz2) = 181354489 Modified: branches/2016Q1/www/firefox-i18n/Makefile ============================================================================== --- branches/2016Q1/www/firefox-i18n/Makefile Mon Feb 1 12:43:34 2016 (r407713) +++ branches/2016Q1/www/firefox-i18n/Makefile Mon Feb 1 13:02:37 2016 (r407714) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= firefox-i18n -PORTVERSION= 43.0.4 +PORTVERSION= 44.0 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-i686/xpi \ MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build1/linux-i686/xpi @@ -15,7 +15,7 @@ COMMENT= Localized interface for Firefox EXTRACT_DEPENDS= zip:${PORTSDIR}/archivers/zip -USES= zip:infozip gecko:firefox,43,build +USES= zip:infozip gecko:firefox,44,build USE_XPI= firefox linux-firefox NO_ARCH= yes Modified: branches/2016Q1/www/firefox-i18n/distinfo ============================================================================== --- branches/2016Q1/www/firefox-i18n/distinfo Mon Feb 1 12:43:34 2016 (r407713) +++ branches/2016Q1/www/firefox-i18n/distinfo Mon Feb 1 13:02:37 2016 (r407714) @@ -1,178 +1,178 @@ -SHA256 (xpi/firefox-i18n-43.0.4/ach.xpi) = be9c47f34e5e0ee73075fc4f47c5a545eb41ad6040b78a78d6e332070ff7f269 -SIZE (xpi/firefox-i18n-43.0.4/ach.xpi) = 486757 -SHA256 (xpi/firefox-i18n-43.0.4/af.xpi) = 380af6d7da7218d58db1c21fa3782e4b87808953c4020a807f4b0a18c3f45f18 -SIZE (xpi/firefox-i18n-43.0.4/af.xpi) = 493734 -SHA256 (xpi/firefox-i18n-43.0.4/an.xpi) = 3b54dff514bea2f13209de8e826df0910acc85cd20fde87a1cfaa0b71fe81d63 -SIZE (xpi/firefox-i18n-43.0.4/an.xpi) = 472422 -SHA256 (xpi/firefox-i18n-43.0.4/ar.xpi) = fcb0e08c19d365ca93f902f0e801877fbe6fc612803c9fe435624f15c472938b -SIZE (xpi/firefox-i18n-43.0.4/ar.xpi) = 531445 -SHA256 (xpi/firefox-i18n-43.0.4/as.xpi) = 56cacee4af42f04de55b982078137d41ea6b169460984c9fe7b921f9c6897550 -SIZE (xpi/firefox-i18n-43.0.4/as.xpi) = 520380 -SHA256 (xpi/firefox-i18n-43.0.4/ast.xpi) = df3876da8e60998ae906757bbd41d9894a1633caef72f55ab95905db7259c04c -SIZE (xpi/firefox-i18n-43.0.4/ast.xpi) = 414848 -SHA256 (xpi/firefox-i18n-43.0.4/az.xpi) = 3d64e3a7e6a50d0a30f02ca90f2eb39dc26349ff4c6468613a62fbbbb6444b1b -SIZE (xpi/firefox-i18n-43.0.4/az.xpi) = 501044 -SHA256 (xpi/firefox-i18n-43.0.4/be.xpi) = 1982702275033557f202069cc0931997b4b65fce20ec77a33e5f1e21444695a4 -SIZE (xpi/firefox-i18n-43.0.4/be.xpi) = 462185 -SHA256 (xpi/firefox-i18n-43.0.4/bg.xpi) = 3675f48a41c2ff751b7804ed055924f5c7f9a4fa762165c5a2eeb716059cda54 -SIZE (xpi/firefox-i18n-43.0.4/bg.xpi) = 503615 -SHA256 (xpi/firefox-i18n-43.0.4/bn-BD.xpi) = 9cec06da8bb3716f6068e9820093ab8b7192a1c3dd1c4e78cbefc94f37692b7e -SIZE (xpi/firefox-i18n-43.0.4/bn-BD.xpi) = 550339 -SHA256 (xpi/firefox-i18n-43.0.4/bn-IN.xpi) = 54999616675a065d5ef380c97a3d321cb917e6a3e69f249ca82348122e9c53f0 -SIZE (xpi/firefox-i18n-43.0.4/bn-IN.xpi) = 541700 -SHA256 (xpi/firefox-i18n-43.0.4/br.xpi) = 335b805ec9916b718060795f6043c04a2acbf73374f0df7a1884f01efa0ee907 -SIZE (xpi/firefox-i18n-43.0.4/br.xpi) = 452046 -SHA256 (xpi/firefox-i18n-43.0.4/bs.xpi) = 889965720e4102db67dd48338a25214b67ff4a11d55c39d5bb119c10dacc1be7 -SIZE (xpi/firefox-i18n-43.0.4/bs.xpi) = 491002 -SHA256 (xpi/firefox-i18n-43.0.4/ca.xpi) = 012be42481d7b73151ddbc8a1ef3eafd818f342fae63b2d9c681516bbe9d69c7 -SIZE (xpi/firefox-i18n-43.0.4/ca.xpi) = 469148 -SHA256 (xpi/firefox-i18n-43.0.4/cs.xpi) = 1b82dd23bf824d4593384be72cb65a587ce3e95359dfa063564629b48518f689 -SIZE (xpi/firefox-i18n-43.0.4/cs.xpi) = 458384 -SHA256 (xpi/firefox-i18n-43.0.4/cy.xpi) = db3469854526a317ad32386aaff8716c39dcf835883252973dc8deb8803af139 -SIZE (xpi/firefox-i18n-43.0.4/cy.xpi) = 454624 -SHA256 (xpi/firefox-i18n-43.0.4/da.xpi) = bc996025468c2160ce88b208a581a369ea9f9785aff2931d5a4435edcd26dd13 -SIZE (xpi/firefox-i18n-43.0.4/da.xpi) = 462528 -SHA256 (xpi/firefox-i18n-43.0.4/de.xpi) = 039604218be58c1b8dd8dc6997b49171c49003ce1495efe52970babbf3191ae1 -SIZE (xpi/firefox-i18n-43.0.4/de.xpi) = 463840 -SHA256 (xpi/firefox-i18n-43.0.4/dsb.xpi) = 465409d7fffda20fabd7ce7fad8c37a2e702772f897f92df4981260d4845d750 -SIZE (xpi/firefox-i18n-43.0.4/dsb.xpi) = 482633 -SHA256 (xpi/firefox-i18n-43.0.4/el.xpi) = 9bc661e5c9d6f7e59bf785225550c0f27b3c3906b73581e8bdd7e1503a4bf6a0 -SIZE (xpi/firefox-i18n-43.0.4/el.xpi) = 508363 -SHA256 (xpi/firefox-i18n-43.0.4/en-GB.xpi) = a5cba52fe095db18f6793cd190b516ce582dbec4878931631949a64c4cd98ae4 -SIZE (xpi/firefox-i18n-43.0.4/en-GB.xpi) = 448389 -SHA256 (xpi/firefox-i18n-43.0.4/en-US.xpi) = 5ce5680f9a8c17dfebd70580d6108aa36e0e820aa8b3d74f5109a1c9ba1ecf6d -SIZE (xpi/firefox-i18n-43.0.4/en-US.xpi) = 500718 -SHA256 (xpi/firefox-i18n-43.0.4/en-ZA.xpi) = 1fa4acd321d1a50859f1c743d353104786536c3dd48f78864a525aad23c2f51b -SIZE (xpi/firefox-i18n-43.0.4/en-ZA.xpi) = 453305 -SHA256 (xpi/firefox-i18n-43.0.4/eo.xpi) = 019ccdda113b9abe1f89b42602cb80e3b096665e36284d516b7122124ab3b603 -SIZE (xpi/firefox-i18n-43.0.4/eo.xpi) = 494360 -SHA256 (xpi/firefox-i18n-43.0.4/es-AR.xpi) = 65dfd8ebc2e46b8e01958a4e1ad378cf66d26afed45212328b8e7af2132f3a02 -SIZE (xpi/firefox-i18n-43.0.4/es-AR.xpi) = 462418 -SHA256 (xpi/firefox-i18n-43.0.4/es-CL.xpi) = 6abd7e4e7a636e3e939bef18620998114340be5ba4ee1ee945d2e9bd30971c82 -SIZE (xpi/firefox-i18n-43.0.4/es-CL.xpi) = 388434 -SHA256 (xpi/firefox-i18n-43.0.4/es-ES.xpi) = 41dc64ef5e35192d92fde41a97e8dddc278cc7967c96f37881747d99dcab818c -SIZE (xpi/firefox-i18n-43.0.4/es-ES.xpi) = 375333 -SHA256 (xpi/firefox-i18n-43.0.4/es-MX.xpi) = b2b9e05ebbfdf8c4da2a515c9eacb973fca4dab30bcc659baf338e375ff5f8b7 -SIZE (xpi/firefox-i18n-43.0.4/es-MX.xpi) = 468294 -SHA256 (xpi/firefox-i18n-43.0.4/et.xpi) = 6f5e3a9eee857def394c40b0eb22dc7e4ff3c44d86d2643deadeccd4477d2e65 -SIZE (xpi/firefox-i18n-43.0.4/et.xpi) = 455409 -SHA256 (xpi/firefox-i18n-43.0.4/eu.xpi) = 9cfe5f5a4a5b666cca0b2d7fb44b92b1898ab1361dcd89234fa7fe22e57662b6 -SIZE (xpi/firefox-i18n-43.0.4/eu.xpi) = 477496 -SHA256 (xpi/firefox-i18n-43.0.4/fa.xpi) = 7bc8df5d37488421d921151751db7187b306982ef3b4c5a803c16543928ab0b2 -SIZE (xpi/firefox-i18n-43.0.4/fa.xpi) = 529698 -SHA256 (xpi/firefox-i18n-43.0.4/ff.xpi) = 7364289cb2cf3b5f6089bbdcd9068935fd7a44cecb33bc8de57bcd81c508383d -SIZE (xpi/firefox-i18n-43.0.4/ff.xpi) = 465024 -SHA256 (xpi/firefox-i18n-43.0.4/fi.xpi) = 88416fb5761d95ffaa6174857da3964ec433a381089386dbfbed1134ad93ce0f -SIZE (xpi/firefox-i18n-43.0.4/fi.xpi) = 454717 -SHA256 (xpi/firefox-i18n-43.0.4/fr.xpi) = 37fd098a0eb49377f6449140dfc5a0433be1242188dbdc9ef8ed2a196adf2e91 -SIZE (xpi/firefox-i18n-43.0.4/fr.xpi) = 473568 -SHA256 (xpi/firefox-i18n-43.0.4/fy-NL.xpi) = b56ac063d560dc934b813b76c6db1e055827e42114077480039ee116319d85b2 -SIZE (xpi/firefox-i18n-43.0.4/fy-NL.xpi) = 466648 -SHA256 (xpi/firefox-i18n-43.0.4/ga-IE.xpi) = 6c7f017927a9f1cc8d1cee0e55f6c7a3ac0da72a6b85d6cefbbbda872022ac51 -SIZE (xpi/firefox-i18n-43.0.4/ga-IE.xpi) = 478966 -SHA256 (xpi/firefox-i18n-43.0.4/gd.xpi) = 74886e7f163eb5abce12916381e2b446df892ebdda1478486ddee053c19260e9 -SIZE (xpi/firefox-i18n-43.0.4/gd.xpi) = 464868 -SHA256 (xpi/firefox-i18n-43.0.4/gl.xpi) = 29d5477baa9cabd6901fcdf0583cc88e672dd38a548724252764f69f5a4859bc -SIZE (xpi/firefox-i18n-43.0.4/gl.xpi) = 454573 -SHA256 (xpi/firefox-i18n-43.0.4/gu-IN.xpi) = 3f6703e783322706018e91719ecb97512cb7ddf0c324380ce1e605b799348c4b -SIZE (xpi/firefox-i18n-43.0.4/gu-IN.xpi) = 495781 -SHA256 (xpi/firefox-i18n-43.0.4/he.xpi) = 2fcc0ba9b06850566207187ef4a9b3879928c70b30e06c38dccd175699f90ff2 -SIZE (xpi/firefox-i18n-43.0.4/he.xpi) = 484110 -SHA256 (xpi/firefox-i18n-43.0.4/hi-IN.xpi) = 356115b71d00e034b250c5b3f069e102c8de5d9ea654fc56527f3c89bc75ce2b -SIZE (xpi/firefox-i18n-43.0.4/hi-IN.xpi) = 519473 -SHA256 (xpi/firefox-i18n-43.0.4/hr.xpi) = 89cc93306ff796d764f5a11ccbc9dcd4d4302ec72f5206a95fca92a827f35c00 -SIZE (xpi/firefox-i18n-43.0.4/hr.xpi) = 489138 -SHA256 (xpi/firefox-i18n-43.0.4/hsb.xpi) = dcb605cf5e15e219272741a8be6023adb599af6493420c92f7c4dfcfd14f3892 -SIZE (xpi/firefox-i18n-43.0.4/hsb.xpi) = 480278 -SHA256 (xpi/firefox-i18n-43.0.4/hu.xpi) = 1c6260f6134617c69a431492b80bdf42df797970cd883beed57376a3d7fc0e78 -SIZE (xpi/firefox-i18n-43.0.4/hu.xpi) = 464706 -SHA256 (xpi/firefox-i18n-43.0.4/hy-AM.xpi) = 6e92b4e47c827bee830e0882d4e80ec9ba4f6ea2c22a0009bb5c4a86154bf7b9 -SIZE (xpi/firefox-i18n-43.0.4/hy-AM.xpi) = 548747 -SHA256 (xpi/firefox-i18n-43.0.4/id.xpi) = 828c5adde35c091a74c47849564e0fd74ffc58f97e2cd270cae45e9f11ba1db9 -SIZE (xpi/firefox-i18n-43.0.4/id.xpi) = 443809 -SHA256 (xpi/firefox-i18n-43.0.4/is.xpi) = 69a799a871d0376422106134a977f823c1ae16e70776b51441950365da61203c -SIZE (xpi/firefox-i18n-43.0.4/is.xpi) = 495909 -SHA256 (xpi/firefox-i18n-43.0.4/it.xpi) = fbc3246a3bb031788476513374779a53f8123d83530226bb98c870d27d3f74d4 -SIZE (xpi/firefox-i18n-43.0.4/it.xpi) = 369329 -SHA256 (xpi/firefox-i18n-43.0.4/ja.xpi) = 371d979ba4a6d208d245c6756b00db94996d585fffa6f2d95c29c31cd56dfb33 -SIZE (xpi/firefox-i18n-43.0.4/ja.xpi) = 491472 -SHA256 (xpi/firefox-i18n-43.0.4/kk.xpi) = 46cda50a6f3f4797855291bf482395949650910c2ea5a768979356562c7b6fcc -SIZE (xpi/firefox-i18n-43.0.4/kk.xpi) = 516825 -SHA256 (xpi/firefox-i18n-43.0.4/km.xpi) = 7252b78211fdfbc37d255772f734f874236eddd4be949a41f21da5b6fca78d05 -SIZE (xpi/firefox-i18n-43.0.4/km.xpi) = 581656 -SHA256 (xpi/firefox-i18n-43.0.4/kn.xpi) = dba40b46126b0a16e7c9a1e9ac149cd53402e1fbbbce4b67c84c0258a661eeb4 -SIZE (xpi/firefox-i18n-43.0.4/kn.xpi) = 548586 -SHA256 (xpi/firefox-i18n-43.0.4/ko.xpi) = 8f1b7cc009de57f888c71d9b65510ac1a1aa2f95dce71f6e022d4ff578932f42 -SIZE (xpi/firefox-i18n-43.0.4/ko.xpi) = 477482 -SHA256 (xpi/firefox-i18n-43.0.4/lij.xpi) = 4b50e8a8b085f9ce06209236ecc31e356f70df04975e90bc1fbc382a41633728 -SIZE (xpi/firefox-i18n-43.0.4/lij.xpi) = 403511 -SHA256 (xpi/firefox-i18n-43.0.4/lt.xpi) = 1c121dabb4a54e9a13a53ef7a50c61096dc211debea85d66f713bf45a633e83f -SIZE (xpi/firefox-i18n-43.0.4/lt.xpi) = 498173 -SHA256 (xpi/firefox-i18n-43.0.4/lv.xpi) = 1365138c3dfd49816f52ffcc0a9e6167e846d746f624cc74a5f3de72a7065b71 -SIZE (xpi/firefox-i18n-43.0.4/lv.xpi) = 478097 -SHA256 (xpi/firefox-i18n-43.0.4/mai.xpi) = 0dd5e3acba12776d64d73ff9722278a06ba5eaebc16d056cd3d8625e59a7b38e -SIZE (xpi/firefox-i18n-43.0.4/mai.xpi) = 527786 -SHA256 (xpi/firefox-i18n-43.0.4/mk.xpi) = f6eb4a921becfab296515533c9f47a8bbe4f90259dd013fcc70631b622d78844 -SIZE (xpi/firefox-i18n-43.0.4/mk.xpi) = 537952 -SHA256 (xpi/firefox-i18n-43.0.4/ml.xpi) = 3e3db979621f0f60f8030cc6efd8cc7186f71c1b7fe86f6a54bbe453abfaa80a -SIZE (xpi/firefox-i18n-43.0.4/ml.xpi) = 537548 -SHA256 (xpi/firefox-i18n-43.0.4/mr.xpi) = 74d0b37e935ede8a8f1c6bc51698c75a4284c3822b9d339a561949c1715c97f2 -SIZE (xpi/firefox-i18n-43.0.4/mr.xpi) = 527027 -SHA256 (xpi/firefox-i18n-43.0.4/ms.xpi) = 111cd12ab67087f03ff2d090751ecaf2dbf6f3c85af651274daed4e642a98d1c -SIZE (xpi/firefox-i18n-43.0.4/ms.xpi) = 502123 -SHA256 (xpi/firefox-i18n-43.0.4/nb-NO.xpi) = c0378118f6d870d58b04ffb642c2878e457a91002943281be6c513f62496be24 -SIZE (xpi/firefox-i18n-43.0.4/nb-NO.xpi) = 456065 -SHA256 (xpi/firefox-i18n-43.0.4/nl.xpi) = 90862665e01c5356bdcfe7945c10747442d01ffe4235512af492dedb3e115149 -SIZE (xpi/firefox-i18n-43.0.4/nl.xpi) = 454468 -SHA256 (xpi/firefox-i18n-43.0.4/nn-NO.xpi) = 1a837ac1d7852e93b66e7842c450c2c0e92f31715d1d989e5e25d96b6c02552a -SIZE (xpi/firefox-i18n-43.0.4/nn-NO.xpi) = 450234 -SHA256 (xpi/firefox-i18n-43.0.4/or.xpi) = e42cc46f4676cb14ff9cfe7ba902600599a3e67148d5c8440b4e22dc6bf6e144 -SIZE (xpi/firefox-i18n-43.0.4/or.xpi) = 536913 -SHA256 (xpi/firefox-i18n-43.0.4/pa-IN.xpi) = b98114d8bc3b08efc95a125b9fc289f8b18157b52d66f2e5643b4bf9fdd382eb -SIZE (xpi/firefox-i18n-43.0.4/pa-IN.xpi) = 511159 -SHA256 (xpi/firefox-i18n-43.0.4/pl.xpi) = 2764c38202fe76bf129bb7eeb5548aeda5222553729bcbdc1f0b9ee8d88f6890 -SIZE (xpi/firefox-i18n-43.0.4/pl.xpi) = 404460 -SHA256 (xpi/firefox-i18n-43.0.4/pt-BR.xpi) = 6854741c77c2a810b137c166dd6e82b1359c4838087ab8706555b9ed3ea19a0d -SIZE (xpi/firefox-i18n-43.0.4/pt-BR.xpi) = 473005 -SHA256 (xpi/firefox-i18n-43.0.4/pt-PT.xpi) = c57c6c7a9d1f744c16593a3228ed21019e6d88d0ec241ab44510787cd79b08cd -SIZE (xpi/firefox-i18n-43.0.4/pt-PT.xpi) = 451858 -SHA256 (xpi/firefox-i18n-43.0.4/rm.xpi) = 3798ff1095c776af9a89ba7e21cc44ec672969a39bbd577a0d20ca2955d37ce2 -SIZE (xpi/firefox-i18n-43.0.4/rm.xpi) = 457314 -SHA256 (xpi/firefox-i18n-43.0.4/ro.xpi) = 12d4b080fa8dfb66805c9ad046883d917c85b2a802bb1fdddaabd45510a29c02 -SIZE (xpi/firefox-i18n-43.0.4/ro.xpi) = 505833 -SHA256 (xpi/firefox-i18n-43.0.4/ru.xpi) = 2ec0ffa59c2b91a1b948d137ea1cc38d9d96b2bd1487b99a7d4ef8fb820db241 -SIZE (xpi/firefox-i18n-43.0.4/ru.xpi) = 417904 -SHA256 (xpi/firefox-i18n-43.0.4/si.xpi) = 2c26d8786e5c6a6aee8e46bff066f7e2cfa423a2851fc48e9442c862edc86b50 -SIZE (xpi/firefox-i18n-43.0.4/si.xpi) = 548392 -SHA256 (xpi/firefox-i18n-43.0.4/sk.xpi) = ad2b7f87fc7b5786d4d190e2240f37d2026eff78e6e6d3754cc7fd42ea87e472 -SIZE (xpi/firefox-i18n-43.0.4/sk.xpi) = 480519 -SHA256 (xpi/firefox-i18n-43.0.4/sl.xpi) = 11c626fb2ec0bb71bd58bffe0c860c47b07c3c598db52493c17b35813661d8bb -SIZE (xpi/firefox-i18n-43.0.4/sl.xpi) = 453338 -SHA256 (xpi/firefox-i18n-43.0.4/son.xpi) = c26e656b9bb7106b7cc57ae8fdcf3816e3bdd05e2594c479d3754c928790ec6c -SIZE (xpi/firefox-i18n-43.0.4/son.xpi) = 462151 -SHA256 (xpi/firefox-i18n-43.0.4/sq.xpi) = 5dfd60759209e75e03670776c46a1d46ada59c503c35dc31e99b2fe53fefe1e7 -SIZE (xpi/firefox-i18n-43.0.4/sq.xpi) = 497506 -SHA256 (xpi/firefox-i18n-43.0.4/sr.xpi) = cc61a83ae225993c2a9f9e6f56d2d79ec9d300e22d30ebb8114d77a95a465b14 -SIZE (xpi/firefox-i18n-43.0.4/sr.xpi) = 489349 -SHA256 (xpi/firefox-i18n-43.0.4/sv-SE.xpi) = 05c7136f5e9d6b7621ae2f62134f80a84271e1b9618de68f4c58c348ce351008 -SIZE (xpi/firefox-i18n-43.0.4/sv-SE.xpi) = 463026 -SHA256 (xpi/firefox-i18n-43.0.4/ta.xpi) = 5269939c588f83c0e8cf69ca1ef81da5e4cbcaf043097ffea5eee4719a9bc29f -SIZE (xpi/firefox-i18n-43.0.4/ta.xpi) = 519590 -SHA256 (xpi/firefox-i18n-43.0.4/te.xpi) = e9be798dfb43216afae27728bd9048cbe652554a8c80b9e7698242386029a774 -SIZE (xpi/firefox-i18n-43.0.4/te.xpi) = 537274 -SHA256 (xpi/firefox-i18n-43.0.4/th.xpi) = d130d707ccccaec362fa4131cf1fe142d80930bee21050997598cd60dafb0a79 -SIZE (xpi/firefox-i18n-43.0.4/th.xpi) = 546510 -SHA256 (xpi/firefox-i18n-43.0.4/tr.xpi) = 4d904ea0972c7cd46851cbd9a7eef4f77b13de9af5b1391def33e3be7daff4d8 -SIZE (xpi/firefox-i18n-43.0.4/tr.xpi) = 492360 -SHA256 (xpi/firefox-i18n-43.0.4/uk.xpi) = 59a9ead947aced2c53bb213c86e456988cbdeb21bdf3503f3aeb6b8c22db917a -SIZE (xpi/firefox-i18n-43.0.4/uk.xpi) = 508886 -SHA256 (xpi/firefox-i18n-43.0.4/uz.xpi) = 0759eef72e46c37c48aa5d4667e787f85f9030a6aae5844442d79065e5b4d833 -SIZE (xpi/firefox-i18n-43.0.4/uz.xpi) = 510089 -SHA256 (xpi/firefox-i18n-43.0.4/vi.xpi) = bc3b2205e1970870159a1dff74b1d812e20651f78b042c088e37d4b04b046ab3 -SIZE (xpi/firefox-i18n-43.0.4/vi.xpi) = 476613 -SHA256 (xpi/firefox-i18n-43.0.4/xh.xpi) = b9083f13a53fdd6556b03c71fa0011ea193bd64f783cb6b88999551c314c9903 -SIZE (xpi/firefox-i18n-43.0.4/xh.xpi) = 458721 -SHA256 (xpi/firefox-i18n-43.0.4/zh-CN.xpi) = ac473d28b37d248d2d73bf026f666871cd6ed53a586d60d8c2a26ca39d3e732e -SIZE (xpi/firefox-i18n-43.0.4/zh-CN.xpi) = 493641 -SHA256 (xpi/firefox-i18n-43.0.4/zh-TW.xpi) = 16c89b88bfe3c0b1700ecb7688448011cfc86e1c116ba1d31d46119e2d202702 -SIZE (xpi/firefox-i18n-43.0.4/zh-TW.xpi) = 485318 +SHA256 (xpi/firefox-i18n-44.0/ach.xpi) = 8bf84b145287afc5d25eba375d39c052b7ee58b224c2b88ca9f4bac5dcbb1b54 +SIZE (xpi/firefox-i18n-44.0/ach.xpi) = 488914 +SHA256 (xpi/firefox-i18n-44.0/af.xpi) = 2d03ae5387a0b211fcae044caa7b7b84d12125abf9d21847a870f5a1f14793c7 +SIZE (xpi/firefox-i18n-44.0/af.xpi) = 496123 +SHA256 (xpi/firefox-i18n-44.0/an.xpi) = bb0bf6cf42d9d6b5fb8db4a55e2966f6b2b56bcb58b4c9aaf268fbdb7ec086a6 +SIZE (xpi/firefox-i18n-44.0/an.xpi) = 474493 +SHA256 (xpi/firefox-i18n-44.0/ar.xpi) = 08bf3646f53498eea083345ee80f656f66460ae7e9efbf7561101cf863ffd3e5 +SIZE (xpi/firefox-i18n-44.0/ar.xpi) = 531969 +SHA256 (xpi/firefox-i18n-44.0/as.xpi) = 54027a9d7b52c368adf77ef4746ec00f47e4a85e4ab579138a7fd686f07f892c +SIZE (xpi/firefox-i18n-44.0/as.xpi) = 522458 +SHA256 (xpi/firefox-i18n-44.0/ast.xpi) = be2a177e24b39b936337c778a7e94a95a96b7deb9ab47c98a9ac52351095122e +SIZE (xpi/firefox-i18n-44.0/ast.xpi) = 420007 +SHA256 (xpi/firefox-i18n-44.0/az.xpi) = 9d4337c7453e749b8d10fab57f4dad1838dbf00382d912d67911e9f7a2af61d5 +SIZE (xpi/firefox-i18n-44.0/az.xpi) = 503489 +SHA256 (xpi/firefox-i18n-44.0/be.xpi) = 7835f62ed47c44a181485f6d3475ca24d0d9717535386c892294d73fb15e798b +SIZE (xpi/firefox-i18n-44.0/be.xpi) = 464850 +SHA256 (xpi/firefox-i18n-44.0/bg.xpi) = b1d04beea09b5b7b8fb3d95eb6e4be61ee8f05d17a12bf8ef9cb10a478c57e55 +SIZE (xpi/firefox-i18n-44.0/bg.xpi) = 505504 +SHA256 (xpi/firefox-i18n-44.0/bn-BD.xpi) = 39fb97e5782bbe7874cbb5be6a13273c4a82e78613d84e8dfe914f1debd0d865 +SIZE (xpi/firefox-i18n-44.0/bn-BD.xpi) = 550930 +SHA256 (xpi/firefox-i18n-44.0/bn-IN.xpi) = 56edcd91ad997d1833b4f21c47a64f54d89aba9f2a5d1766e61aecd84068e406 +SIZE (xpi/firefox-i18n-44.0/bn-IN.xpi) = 542124 +SHA256 (xpi/firefox-i18n-44.0/br.xpi) = 2e2be17058da67aa6bec21809009b8e567b2da25f759778d198bb4b8088cff2d +SIZE (xpi/firefox-i18n-44.0/br.xpi) = 454294 +SHA256 (xpi/firefox-i18n-44.0/bs.xpi) = 4b951439085404024da6b343fd8967de4e8d814b5800317691bb11090d328fbb +SIZE (xpi/firefox-i18n-44.0/bs.xpi) = 493433 +SHA256 (xpi/firefox-i18n-44.0/ca.xpi) = 3704064c35a93c6ea199bee735c88ad1f8d160a8f46cd38516c226c801f6827e +SIZE (xpi/firefox-i18n-44.0/ca.xpi) = 471462 +SHA256 (xpi/firefox-i18n-44.0/cs.xpi) = fb7c59ad096337f9ed3394ea1bc0c0156349ec03910c506e708ec254789588a3 +SIZE (xpi/firefox-i18n-44.0/cs.xpi) = 460606 +SHA256 (xpi/firefox-i18n-44.0/cy.xpi) = e279f26bea220eeafb4f8b76b31ee782e991347e45d07c099dd06000d38d490a +SIZE (xpi/firefox-i18n-44.0/cy.xpi) = 456837 +SHA256 (xpi/firefox-i18n-44.0/da.xpi) = 3797f85f4eb97b9cd86f8af3563cbebcc0e87e95558840689f4ad69c185e43ed +SIZE (xpi/firefox-i18n-44.0/da.xpi) = 463397 +SHA256 (xpi/firefox-i18n-44.0/de.xpi) = 42bd312feb841f8cecf06eb85f9f588ff0f2f0bc7990e1949594c3a0adbe94b5 +SIZE (xpi/firefox-i18n-44.0/de.xpi) = 466176 +SHA256 (xpi/firefox-i18n-44.0/dsb.xpi) = 5b2220fb0f36df05d61c973ea39e3cf1e7a423679ec7ced104cb546bc3c0ade8 +SIZE (xpi/firefox-i18n-44.0/dsb.xpi) = 484748 +SHA256 (xpi/firefox-i18n-44.0/el.xpi) = edf04fb40f0436553c7535a7d908938e66b3c8a3e7def79b86b615c66572299e +SIZE (xpi/firefox-i18n-44.0/el.xpi) = 511154 +SHA256 (xpi/firefox-i18n-44.0/en-GB.xpi) = 5e134e1da80c612c48565a95b67f7b1950c8fd620ea16a530fb794119d9fda08 +SIZE (xpi/firefox-i18n-44.0/en-GB.xpi) = 452629 +SHA256 (xpi/firefox-i18n-44.0/en-US.xpi) = 940e608fbb9079d593b364beeca6ca110f06a623725ea093d1e650d1b454c328 +SIZE (xpi/firefox-i18n-44.0/en-US.xpi) = 502960 +SHA256 (xpi/firefox-i18n-44.0/en-ZA.xpi) = 4fb855a2b9c0b46dab41f59023198a900828336fff0f3c28975882df1994cc70 +SIZE (xpi/firefox-i18n-44.0/en-ZA.xpi) = 457278 +SHA256 (xpi/firefox-i18n-44.0/eo.xpi) = 7ef64557067b7ee834bfc1c1e111c8e6682f6d766059631a0bd8fc627656da33 +SIZE (xpi/firefox-i18n-44.0/eo.xpi) = 496609 +SHA256 (xpi/firefox-i18n-44.0/es-AR.xpi) = c678d0fa10e55843deb9198d09719e686c0bbf3a5db7b49f2703bd5066574303 +SIZE (xpi/firefox-i18n-44.0/es-AR.xpi) = 465210 +SHA256 (xpi/firefox-i18n-44.0/es-CL.xpi) = 1deeedf1776bf46505ca883a57ff96f555abc26bb07073aa8a1f8e1d2d53082b +SIZE (xpi/firefox-i18n-44.0/es-CL.xpi) = 389731 +SHA256 (xpi/firefox-i18n-44.0/es-ES.xpi) = dc91671b42a0781fb6a7c28b416aa06780aa4ad1256f55539f465532995f440a +SIZE (xpi/firefox-i18n-44.0/es-ES.xpi) = 378684 +SHA256 (xpi/firefox-i18n-44.0/es-MX.xpi) = b126dc3f0319058bb75976ade6da3c6e15a083dfec5a60a3fcef8eecfa921886 +SIZE (xpi/firefox-i18n-44.0/es-MX.xpi) = 470416 +SHA256 (xpi/firefox-i18n-44.0/et.xpi) = 8b061583eddaec7dc178d221584d852af9622bcd6be1e409ae7298050593d81c +SIZE (xpi/firefox-i18n-44.0/et.xpi) = 461957 +SHA256 (xpi/firefox-i18n-44.0/eu.xpi) = 09e09e0304db6fbfc1c43a1fb0d427fa9e0fa5beff30705e28e661e2033e38c3 +SIZE (xpi/firefox-i18n-44.0/eu.xpi) = 479775 +SHA256 (xpi/firefox-i18n-44.0/fa.xpi) = 2e4fcbdf67620172e38630edfdec7966ffd827f5679dfda4802f252ffe693369 +SIZE (xpi/firefox-i18n-44.0/fa.xpi) = 535474 +SHA256 (xpi/firefox-i18n-44.0/ff.xpi) = d9381b4989611b1f9e9a0bd75c39c432c1bd6700695912b01452fc3990c65ba0 +SIZE (xpi/firefox-i18n-44.0/ff.xpi) = 469605 +SHA256 (xpi/firefox-i18n-44.0/fi.xpi) = 2312c6aadbb4dbf5e85e9544450ae65d31b96c99a233e5e59e5eb7145bb10c53 +SIZE (xpi/firefox-i18n-44.0/fi.xpi) = 461260 +SHA256 (xpi/firefox-i18n-44.0/fr.xpi) = d4bf2005066c089c420035d71c0d59ba9dc98adfffc9159ce51a2cf0ec560896 +SIZE (xpi/firefox-i18n-44.0/fr.xpi) = 475594 +SHA256 (xpi/firefox-i18n-44.0/fy-NL.xpi) = fc9a95b70a591f70a90aea0f26cdc4c1c4b1ac3f2f03abb941998f66d39e84d1 +SIZE (xpi/firefox-i18n-44.0/fy-NL.xpi) = 468844 +SHA256 (xpi/firefox-i18n-44.0/ga-IE.xpi) = 296cbb4521209f1fc7dbed72a7d5f5b08ce5446974f0fc443fc9cf55e4d5d70c +SIZE (xpi/firefox-i18n-44.0/ga-IE.xpi) = 481200 +SHA256 (xpi/firefox-i18n-44.0/gd.xpi) = 3cd36317dace91ceffd596e3d3ede3a64c5786a1e714babe00ab85ed753f4f2b +SIZE (xpi/firefox-i18n-44.0/gd.xpi) = 466940 +SHA256 (xpi/firefox-i18n-44.0/gl.xpi) = f7d2add0b9d2554591df74397fc85f02e738392ffbbcce4551aad545d824fb3c +SIZE (xpi/firefox-i18n-44.0/gl.xpi) = 461111 +SHA256 (xpi/firefox-i18n-44.0/gu-IN.xpi) = 195b952591f124521a2d8140b28dd316906875bb5fb906bd11130bfde6051314 +SIZE (xpi/firefox-i18n-44.0/gu-IN.xpi) = 498551 +SHA256 (xpi/firefox-i18n-44.0/he.xpi) = d25daa82b8d118b47562056e0fdd90617375c6260acd786e4640961bd86144cb +SIZE (xpi/firefox-i18n-44.0/he.xpi) = 490166 +SHA256 (xpi/firefox-i18n-44.0/hi-IN.xpi) = 5a35a22240899b5573f2d44e848c0f959148598994db4632643a1f1e456762fa +SIZE (xpi/firefox-i18n-44.0/hi-IN.xpi) = 523873 +SHA256 (xpi/firefox-i18n-44.0/hr.xpi) = 3f3d2a34432ec4c75cccd41126011c62e3cbc59c2a2625480cb3e471d455bcbf +SIZE (xpi/firefox-i18n-44.0/hr.xpi) = 491273 +SHA256 (xpi/firefox-i18n-44.0/hsb.xpi) = 35a2cdc5dfbcd38be9c2936d30b33289e952c6d7505487218234dda30a950aec +SIZE (xpi/firefox-i18n-44.0/hsb.xpi) = 482371 +SHA256 (xpi/firefox-i18n-44.0/hu.xpi) = 7b21a1517ff931194b588cd42080a02182bba8ef5cba11a19d4a5699922d6c4d +SIZE (xpi/firefox-i18n-44.0/hu.xpi) = 466878 +SHA256 (xpi/firefox-i18n-44.0/hy-AM.xpi) = 637eccd6cc0099b1a0b6a197165ba8ee85e33d5246c6f4a011801243fa14d483 +SIZE (xpi/firefox-i18n-44.0/hy-AM.xpi) = 549357 +SHA256 (xpi/firefox-i18n-44.0/id.xpi) = 8187f234721c3cfaf50b8640f991e633c55fa80a7714f7bf50c23db24b056f2a +SIZE (xpi/firefox-i18n-44.0/id.xpi) = 449869 +SHA256 (xpi/firefox-i18n-44.0/is.xpi) = 867f61c8a21e76fdaf46fd44e060f6ee0add54b3f976d2192bf00b69dddf3ba5 +SIZE (xpi/firefox-i18n-44.0/is.xpi) = 498239 +SHA256 (xpi/firefox-i18n-44.0/it.xpi) = 92e7c9c874ce9913c7e2c198602c3bcbf5cbee606852d32780dd4b6fd1707b7f +SIZE (xpi/firefox-i18n-44.0/it.xpi) = 369825 +SHA256 (xpi/firefox-i18n-44.0/ja.xpi) = 953227840368882f6733fb2d78efad454713bcfd8185b341624cbb7acf95d080 +SIZE (xpi/firefox-i18n-44.0/ja.xpi) = 493749 +SHA256 (xpi/firefox-i18n-44.0/kk.xpi) = 23f24aa820fffdbaa92018eccb5037dba793a75ed57d57399eef9f1b4e3e7cbb +SIZE (xpi/firefox-i18n-44.0/kk.xpi) = 519876 +SHA256 (xpi/firefox-i18n-44.0/km.xpi) = ada3358784469933b559c5cf3368b519776a57370818ea6630d3705ccbf99ac9 +SIZE (xpi/firefox-i18n-44.0/km.xpi) = 587938 +SHA256 (xpi/firefox-i18n-44.0/kn.xpi) = ba3cbea473b918bd29dc842f3f18850a30cecfcb9019481db0017948b80ccf4d +SIZE (xpi/firefox-i18n-44.0/kn.xpi) = 547916 +SHA256 (xpi/firefox-i18n-44.0/ko.xpi) = c14235cab4064ee068ede2f95ce859efcca15cc350ecd69cb50fed48a5d7c105 +SIZE (xpi/firefox-i18n-44.0/ko.xpi) = 480595 +SHA256 (xpi/firefox-i18n-44.0/lij.xpi) = 8b14945479e4a1c7ec39148fb78e20ed693ecdc9813157a97ab18794b0a6c598 +SIZE (xpi/firefox-i18n-44.0/lij.xpi) = 403832 +SHA256 (xpi/firefox-i18n-44.0/lt.xpi) = 01b4cfafde1912c5646694eb6b6c975e717550e85b527a341f7836ebd02e7535 +SIZE (xpi/firefox-i18n-44.0/lt.xpi) = 500331 +SHA256 (xpi/firefox-i18n-44.0/lv.xpi) = 2667d4e658a2faeb36c4aa3b5b5b13f1d3caa10abcf9a94ceb2d08307770bfe1 +SIZE (xpi/firefox-i18n-44.0/lv.xpi) = 480443 +SHA256 (xpi/firefox-i18n-44.0/mai.xpi) = 5c1a912951b00c9da71124888ba88492f433f807956d9ba21df90b6d81edfa8d +SIZE (xpi/firefox-i18n-44.0/mai.xpi) = 532117 +SHA256 (xpi/firefox-i18n-44.0/mk.xpi) = a6744e118506244b7e59947ee9b52975e9bef9b3f51dd5a1a91c1fc334610ec4 +SIZE (xpi/firefox-i18n-44.0/mk.xpi) = 537870 +SHA256 (xpi/firefox-i18n-44.0/ml.xpi) = 97aa5f16c7ce66386a096df283c0ffa7c3c5b5e0b23699c80d88c04717d7a26e +SIZE (xpi/firefox-i18n-44.0/ml.xpi) = 551282 +SHA256 (xpi/firefox-i18n-44.0/mr.xpi) = 709844a2c3a38fe8205267f379b95c843e7b64d1a4b40c2bf176d4f2398c70c3 +SIZE (xpi/firefox-i18n-44.0/mr.xpi) = 527782 +SHA256 (xpi/firefox-i18n-44.0/ms.xpi) = 8462fe393d5f3c4d3a86e3501f6f38d8fc394048b2846a6ebef97681641e4c9f +SIZE (xpi/firefox-i18n-44.0/ms.xpi) = 507271 +SHA256 (xpi/firefox-i18n-44.0/nb-NO.xpi) = 59051b45c1369f66899333c16d4dc18b1b2c40440be752053832d743d54810ee +SIZE (xpi/firefox-i18n-44.0/nb-NO.xpi) = 458673 +SHA256 (xpi/firefox-i18n-44.0/nl.xpi) = 35b2d2b201e963141d6079afde81bcffd1efa7879a37bc5d9431a65069aacaa0 +SIZE (xpi/firefox-i18n-44.0/nl.xpi) = 456554 +SHA256 (xpi/firefox-i18n-44.0/nn-NO.xpi) = ccf4db814992d2bada211a886321d97346e0d2ab26e846752243c2259062ab5a +SIZE (xpi/firefox-i18n-44.0/nn-NO.xpi) = 452666 +SHA256 (xpi/firefox-i18n-44.0/or.xpi) = f967f29bf4ecb73a86545a72ecc68c315d93b739060745810f82d1ad814b3cb2 +SIZE (xpi/firefox-i18n-44.0/or.xpi) = 540587 +SHA256 (xpi/firefox-i18n-44.0/pa-IN.xpi) = 6e1648d2b6bc9be3c674ca0e84e96121f62dfd66b19f22232f15772408a3d65b +SIZE (xpi/firefox-i18n-44.0/pa-IN.xpi) = 516425 +SHA256 (xpi/firefox-i18n-44.0/pl.xpi) = f01c0fa237aa5ec7a303261abe7b9ad13c22db31b48e3766209fd8ff4d63f4cc +SIZE (xpi/firefox-i18n-44.0/pl.xpi) = 403714 +SHA256 (xpi/firefox-i18n-44.0/pt-BR.xpi) = dce2dfdac65e6e1dc8c2236941207a630d467dd30e71f6ca7f8973aaa2425721 +SIZE (xpi/firefox-i18n-44.0/pt-BR.xpi) = 473587 +SHA256 (xpi/firefox-i18n-44.0/pt-PT.xpi) = 087227a30a7c06d04fcf47aab7f04e42fa554ec2c211463bb366ff17e941d339 +SIZE (xpi/firefox-i18n-44.0/pt-PT.xpi) = 454143 +SHA256 (xpi/firefox-i18n-44.0/rm.xpi) = 110ced11f415e15dd02cabdf4d5f2bb3f992e68a6743441bbfaa30e0334da88c +SIZE (xpi/firefox-i18n-44.0/rm.xpi) = 460176 +SHA256 (xpi/firefox-i18n-44.0/ro.xpi) = 0f1e2de42f1116840d06145f31cfefbce833719b4ce05e31c054a915a5988356 +SIZE (xpi/firefox-i18n-44.0/ro.xpi) = 507825 +SHA256 (xpi/firefox-i18n-44.0/ru.xpi) = e14eb41bc5af7f86e74b01e9bfe6a138088216cef000d75bb4d514042baeffc1 +SIZE (xpi/firefox-i18n-44.0/ru.xpi) = 418291 +SHA256 (xpi/firefox-i18n-44.0/si.xpi) = a9badff4b82754018e8585a674f96c491cdd2f15c18010b85153315d572db25f +SIZE (xpi/firefox-i18n-44.0/si.xpi) = 553903 +SHA256 (xpi/firefox-i18n-44.0/sk.xpi) = ac46e1b95d6973d35fa5ccaeba572e498be9f636a6cf253224a2b6cab6c544c7 +SIZE (xpi/firefox-i18n-44.0/sk.xpi) = 482728 +SHA256 (xpi/firefox-i18n-44.0/sl.xpi) = cf3a96cbc48afc0af98ee2327cac60eaa49eed6799a6005c5a3410977efde12a +SIZE (xpi/firefox-i18n-44.0/sl.xpi) = 456215 +SHA256 (xpi/firefox-i18n-44.0/son.xpi) = 1e76a4e02ece37d331c990d143738897f3a6b0b8e03b3a0d14e368b462faefcc +SIZE (xpi/firefox-i18n-44.0/son.xpi) = 463190 +SHA256 (xpi/firefox-i18n-44.0/sq.xpi) = 53f1757028c9c1eaf5e9f8bbd2ae1148a141eb7a869863748017be3cc5b95f62 +SIZE (xpi/firefox-i18n-44.0/sq.xpi) = 499915 +SHA256 (xpi/firefox-i18n-44.0/sr.xpi) = 035cded41b55bb24b0f805bc18f16aae19d6f6743c049148e394cbf0e0bf44b7 +SIZE (xpi/firefox-i18n-44.0/sr.xpi) = 490391 +SHA256 (xpi/firefox-i18n-44.0/sv-SE.xpi) = 3516e268aea2f70024909a6a0edca09a804d0b639cdf8da4a25292e92dfbf9d8 +SIZE (xpi/firefox-i18n-44.0/sv-SE.xpi) = 465391 +SHA256 (xpi/firefox-i18n-44.0/ta.xpi) = ef911260ea0011e6cecac88007e4f8590362b4238fe24a036b8ef1edbf783592 +SIZE (xpi/firefox-i18n-44.0/ta.xpi) = 522512 +SHA256 (xpi/firefox-i18n-44.0/te.xpi) = daa13ded2b57955aa47d64dd370c5eebc89932ec194b78bcb0f2f24ba49ed97d +SIZE (xpi/firefox-i18n-44.0/te.xpi) = 538474 +SHA256 (xpi/firefox-i18n-44.0/th.xpi) = 9c5e3ed5017e2536d6f11742eeb3740dd513e8b4aa80a77a546f556e4ce4f39e +SIZE (xpi/firefox-i18n-44.0/th.xpi) = 547040 +SHA256 (xpi/firefox-i18n-44.0/tr.xpi) = d105d05b8ec4b2a0412f7805649bf2ae95929a91bc68ec5adc959d597dde1bf9 +SIZE (xpi/firefox-i18n-44.0/tr.xpi) = 472325 +SHA256 (xpi/firefox-i18n-44.0/uk.xpi) = 27a033bc8efb80c92f201daf3b667eef3c819b26fa5ddebf8b94c104f446a9d3 +SIZE (xpi/firefox-i18n-44.0/uk.xpi) = 511048 +SHA256 (xpi/firefox-i18n-44.0/uz.xpi) = 52dd825bbe2e245b1205275a5070251df532414c0eb0ce7854a6908e5cd22f8c +SIZE (xpi/firefox-i18n-44.0/uz.xpi) = 510445 +SHA256 (xpi/firefox-i18n-44.0/vi.xpi) = ec827905d334ff761eb001b384c8edc7dc6cb6406d7e64e069226900828a47b8 +SIZE (xpi/firefox-i18n-44.0/vi.xpi) = 481582 +SHA256 (xpi/firefox-i18n-44.0/xh.xpi) = 9fe12e0fa50017452f04564fcae344d8387239f895721e4e293bfeebeb06821e +SIZE (xpi/firefox-i18n-44.0/xh.xpi) = 460792 +SHA256 (xpi/firefox-i18n-44.0/zh-CN.xpi) = 061a58990006a4d25be48477f9a0e06642f34a548801254e68f417f9af5b71f1 +SIZE (xpi/firefox-i18n-44.0/zh-CN.xpi) = 496299 +SHA256 (xpi/firefox-i18n-44.0/zh-TW.xpi) = 92da03a68277fcc445caf5a4dde39a3283bda63674d005e327f651dbc0d6dad9 +SIZE (xpi/firefox-i18n-44.0/zh-TW.xpi) = 487760 Modified: branches/2016Q1/www/firefox/Makefile ============================================================================== --- branches/2016Q1/www/firefox/Makefile Mon Feb 1 12:43:34 2016 (r407713) +++ branches/2016Q1/www/firefox/Makefile Mon Feb 1 13:02:37 2016 (r407714) @@ -2,25 +2,25 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 43.0.4 +DISTVERSION= 44.0 DISTVERSIONSUFFIX=.source PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build3/source MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla BUILD_DEPENDS= nspr>=4.10.10:${PORTSDIR}/devel/nspr \ - nss>=3.19.4:${PORTSDIR}/security/nss \ + nss>=3.20.1:${PORTSDIR}/security/nss \ libevent2>=2.0.21_2:${PORTSDIR}/devel/libevent2 \ soundtouch>=1.8.0:${PORTSDIR}/audio/soundtouch \ harfbuzz>=0.9.42:${PORTSDIR}/print/harfbuzz \ graphite2>=1.2.4:${PORTSDIR}/graphics/graphite2 \ libvorbis>=1.3.5,3:${PORTSDIR}/audio/libvorbis \ libvpx>=1.3.0:${PORTSDIR}/multimedia/libvpx \ - sqlite3>=3.8.9:${PORTSDIR}/databases/sqlite3 \ + sqlite3>=3.9.1:${PORTSDIR}/databases/sqlite3 \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ v4l_compat>0:${PORTSDIR}/multimedia/v4l_compat \ autoconf-2.13:${PORTSDIR}/devel/autoconf213 \ Modified: branches/2016Q1/www/firefox/distinfo ============================================================================== --- branches/2016Q1/www/firefox/distinfo Mon Feb 1 12:43:34 2016 (r407713) +++ branches/2016Q1/www/firefox/distinfo Mon Feb 1 13:02:37 2016 (r407714) @@ -1,2 +1,2 @@ -SHA256 (firefox-43.0.4.source.tar.xz) = 76cfa99285d49dede4097096ab3e7ee4bdedb64084b1fc23f2de216884245a76 -SIZE (firefox-43.0.4.source.tar.xz) = 175443372 +SHA256 (firefox-44.0.source.tar.xz) = ea82b0f4840d320aa4fe8046ba28e686bf6dc60f707a0514a9d68c150d0c4c1d +SIZE (firefox-44.0.source.tar.xz) = 182370528 Modified: branches/2016Q1/www/firefox/files/patch-bug1013882 ============================================================================== --- branches/2016Q1/www/firefox/files/patch-bug1013882 Mon Feb 1 12:43:34 2016 (r407713) +++ branches/2016Q1/www/firefox/files/patch-bug1013882 Mon Feb 1 13:02:37 2016 (r407714) @@ -2,7 +2,7 @@ diff --git b2g/installer/Makefile.in b2g index 754312a..c69904c 100644 --- b2g/installer/Makefile.in +++ b2g/installer/Makefile.in -@@ -63,6 +63,10 @@ ifneq (,$(filter rtsp,$(NECKO_PROTOCOLS))) +@@ -101,6 +101,10 @@ ifneq (,$(filter rtsp,$(NECKO_PROTOCOLS) DEFINES += -DMOZ_RTSP endif @@ -10,9 +10,9 @@ index 754312a..c69904c 100644 +DEFINES += -DMOZ_DEBUG=1 +endif + - ifdef GKMEDIAS_SHARED_LIBRARY - DEFINES += -DGKMEDIAS_SHARED_LIBRARY - endif + DEFINES += -DMOZ_ICU_VERSION=$(MOZ_ICU_VERSION) + ifdef MOZ_NATIVE_ICU + DEFINES += -DMOZ_NATIVE_ICU diff --git b2g/installer/package-manifest.in b2g/installer/package-manifest.in index 17d433c..0416187 100644 --- b2g/installer/package-manifest.in Modified: branches/2016Q1/www/firefox/files/patch-z-bug517422 ============================================================================== --- branches/2016Q1/www/firefox/files/patch-z-bug517422 Mon Feb 1 12:43:34 2016 (r407713) +++ branches/2016Q1/www/firefox/files/patch-z-bug517422 Mon Feb 1 13:02:37 2016 (r407714) @@ -82,15 +82,6 @@ index bef567c..9807c29 100644 #if MOZ_LIBAV_FFT==1 libavcodec/avfft.h #endif -@@ -1313,6 +1315,8 @@ vpx/vp8dx.h - vpx_mem/vpx_mem.h - #endif - #ifdef GKMEDIAS_SHARED_LIBRARY -+soundtouch/SoundTouch.h -+soundtouch/SoundTouchFactory.h - vpx/vpx_codec.h - vpx/vpx_decoder.h - vpx/vpx_encoder.h @@ -1364,3 +1363,32 @@ graphite2/Segment.h harfbuzz/hb-ot.h harfbuzz/hb.h Modified: branches/2016Q1/www/libxul/Makefile ============================================================================== --- branches/2016Q1/www/libxul/Makefile Mon Feb 1 12:43:34 2016 (r407713) +++ branches/2016Q1/www/libxul/Makefile Mon Feb 1 13:02:37 2016 (r407714) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libxul -DISTVERSION= 38.5.2 +DISTVERSION= 38.6.0 CATEGORIES?= www devel MASTER_SITES= MOZILLA/firefox/releases/${DISTVERSION}esr/source \ MOZILLA/firefox/candidates/${DISTVERSION}esr-candidates/build1/source Modified: branches/2016Q1/www/libxul/distinfo ============================================================================== --- branches/2016Q1/www/libxul/distinfo Mon Feb 1 12:43:34 2016 (r407713) +++ branches/2016Q1/www/libxul/distinfo Mon Feb 1 13:02:37 2016 (r407714) @@ -1,2 +1,2 @@ -SHA256 (firefox-38.5.2esr.source.tar.bz2) = 15a4f21f2347ca644f561f189f91d61a303bb71e49130dd3fcef0aede3cd1177 -SIZE (firefox-38.5.2esr.source.tar.bz2) = 181371759 +SHA256 (firefox-38.6.0esr.source.tar.bz2) = 56244705572d25c5bdca111e814a6021bfe8eaefe3773646720e6e467e59e1d1 +SIZE (firefox-38.6.0esr.source.tar.bz2) = 181354489 Modified: branches/2016Q1/www/linux-firefox/Makefile ============================================================================== --- branches/2016Q1/www/linux-firefox/Makefile Mon Feb 1 12:43:34 2016 (r407713) +++ branches/2016Q1/www/linux-firefox/Makefile Mon Feb 1 13:02:37 2016 (r407714) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 43.0.4 +DISTVERSION= 44.0 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/linux-i686/en-US \ Modified: branches/2016Q1/www/linux-firefox/distinfo ============================================================================== --- branches/2016Q1/www/linux-firefox/distinfo Mon Feb 1 12:43:34 2016 (r407713) +++ branches/2016Q1/www/linux-firefox/distinfo Mon Feb 1 13:02:37 2016 (r407714) @@ -1,5 +1,5 @@ -SHA256 (firefox-43.0.4.tar.bz2) = be03a282b7da67899c988f89423594b91e017ce5f4569d55ea23f6ba28f59414 -SIZE (firefox-43.0.4.tar.bz2) = 53519232 +SHA256 (firefox-44.0.tar.bz2) = d8bc60b08345db28fb33114a87d67e6384ff1da861beb2b9a610257d443811dc +SIZE (firefox-44.0.tar.bz2) = 51145978 SHA256 (glib2-2.22.2-2.fc12.i686.rpm) = e3b459c245ec14e7248e9de4b506963a4773407f3e58835db5070d0ed02ecc99 SIZE (glib2-2.22.2-2.fc12.i686.rpm) = 1162908 SHA256 (gtk2-2.18.3-19.fc12.i686.rpm) = aea9cf7ffe9c8dae0faa2bf3d2aa1b2117c55dce03da72dcce8c268279ec0a4b From owner-svn-ports-branches@freebsd.org Mon Feb 1 22:15:04 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DA60CA98C8B; Mon, 1 Feb 2016 22:15:04 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 A92811578; Mon, 1 Feb 2016 22:15:04 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u11MF3it049818; Mon, 1 Feb 2016 22:15:03 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u11MF3LG049816; Mon, 1 Feb 2016 22:15:03 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201602012215.u11MF3LG049816@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 1 Feb 2016 22:15:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407781 - branches/2016Q1/net/socat 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.20 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, 01 Feb 2016 22:15:04 -0000 Author: feld Date: Mon Feb 1 22:15:03 2016 New Revision: 407781 URL: https://svnweb.freebsd.org/changeset/ports/407781 Log: MFH: r407779 net/socat: Update to 1.7.3.1 This release fixes an important security bug with a hardcoded DH parameter not being a prime number. http://www.dest-unreach.org/socat/contrib/socat-secadv7.html Security: https://vuxml.freebsd.org/freebsd/a52a7172-c92e-11e5-96d6-14dae9d210b8.html Approved by: ports-secteam (with hat) Modified: branches/2016Q1/net/socat/Makefile branches/2016Q1/net/socat/distinfo Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/net/socat/Makefile ============================================================================== --- branches/2016Q1/net/socat/Makefile Mon Feb 1 22:13:53 2016 (r407780) +++ branches/2016Q1/net/socat/Makefile Mon Feb 1 22:15:03 2016 (r407781) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= socat -PORTVERSION= 1.7.3.0 -PORTREVISION= 2 +PORTVERSION= 1.7.3.1 +PORTREVISION= 0 CATEGORIES= net ipv6 MASTER_SITES= http://www.dest-unreach.org/socat/download/ \ LOCAL/ehaupt Modified: branches/2016Q1/net/socat/distinfo ============================================================================== --- branches/2016Q1/net/socat/distinfo Mon Feb 1 22:13:53 2016 (r407780) +++ branches/2016Q1/net/socat/distinfo Mon Feb 1 22:15:03 2016 (r407781) @@ -1,2 +1,2 @@ -SHA256 (socat-1.7.3.0.tar.bz2) = 0767e850c0329b9fdf711c6cd468565cbbb28786ba1a8a1cbd5531d4016b3e04 -SIZE (socat-1.7.3.0.tar.bz2) = 474633 +SHA256 (socat-1.7.3.1.tar.bz2) = d2da659540c38139f388e9437bfaae16bb458d174d056cb3228432a8f489fbaa +SIZE (socat-1.7.3.1.tar.bz2) = 488467 From owner-svn-ports-branches@freebsd.org Tue Feb 2 11:17:19 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2A1DCA999D0; Tue, 2 Feb 2016 11:17:19 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 E25811269; Tue, 2 Feb 2016 11:17:18 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u12BHHEI078088; Tue, 2 Feb 2016 11:17:17 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u12BHH0M078085; Tue, 2 Feb 2016 11:17:17 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602021117.u12BHH0M078085@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 2 Feb 2016 11:17:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407810 - branches/2016Q1/net/haproxy 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.20 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: Tue, 02 Feb 2016 11:17:19 -0000 Author: amdmi3 Date: Tue Feb 2 11:17:17 2016 New Revision: 407810 URL: https://svnweb.freebsd.org/changeset/ports/407810 Log: MFH: r407808 - Add missing documentation file - Sort plist - Switch to CONFLICTS_INSTALL Approved by: portmgr blanket Approved by: ports-secteam blanket Modified: branches/2016Q1/net/haproxy/Makefile branches/2016Q1/net/haproxy/pkg-plist Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/net/haproxy/Makefile ============================================================================== --- branches/2016Q1/net/haproxy/Makefile Tue Feb 2 11:16:19 2016 (r407809) +++ branches/2016Q1/net/haproxy/Makefile Tue Feb 2 11:17:17 2016 (r407810) @@ -3,6 +3,7 @@ PORTNAME= haproxy PORTVERSION= 1.6.3 +PORTREVISION= 1 CATEGORIES= net www MASTER_SITES= http://www.haproxy.org/download/1.6/src/ DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} @@ -13,7 +14,7 @@ COMMENT= Reliable, high performance TCP/ LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi -CONFLICTS= haproxy-devel-[0-9]* +CONFLICTS_INSTALL= haproxy-devel-[0-9]* USES= cpe gmake USE_RC_SUBR= haproxy Modified: branches/2016Q1/net/haproxy/pkg-plist ============================================================================== --- branches/2016Q1/net/haproxy/pkg-plist Tue Feb 2 11:16:19 2016 (r407809) +++ branches/2016Q1/net/haproxy/pkg-plist Tue Feb 2 11:17:17 2016 (r407810) @@ -7,11 +7,6 @@ sbin/haproxy %%PORTDOCS%%%%DOCSDIR%%/coding-style.txt %%PORTDOCS%%%%DOCSDIR%%/configuration.txt %%PORTDOCS%%%%DOCSDIR%%/cookie-options.txt -%%PORTDOCS%%%%DOCSDIR%%/gpl.txt -%%PORTDOCS%%%%DOCSDIR%%/haproxy.1 -%%PORTDOCS%%%%DOCSDIR%%/lgpl.txt -%%PORTDOCS%%%%DOCSDIR%%/proxy-protocol.txt -%%PORTDOCS%%%%DOCSDIR%%/queuing.fig %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/backends-v0.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/backends.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/be-fe-changes.txt @@ -24,10 +19,12 @@ sbin/haproxy %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/dynamic-buffers.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/entities-v2.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/how-it-works.txt -%%PORTDOCS%%%%DOCSDIR%%/design-thoughts/http_load_time.url %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/http2.txt +%%PORTDOCS%%%%DOCSDIR%%/design-thoughts/http_load_time.url %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/rate-shaping.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/sess_par_sec.txt +%%PORTDOCS%%%%DOCSDIR%%/gpl.txt +%%PORTDOCS%%%%DOCSDIR%%/haproxy.1 %%PORTDOCS%%%%DOCSDIR%%/internals/acl.txt %%PORTDOCS%%%%DOCSDIR%%/internals/body-parsing.txt %%PORTDOCS%%%%DOCSDIR%%/internals/buffer-operations.txt @@ -35,11 +32,11 @@ sbin/haproxy %%PORTDOCS%%%%DOCSDIR%%/internals/connect-status.txt %%PORTDOCS%%%%DOCSDIR%%/internals/connection-header.txt %%PORTDOCS%%%%DOCSDIR%%/internals/connection-scale.txt +%%PORTDOCS%%%%DOCSDIR%%/internals/entities-v2.txt %%PORTDOCS%%%%DOCSDIR%%/internals/entities.fig %%PORTDOCS%%%%DOCSDIR%%/internals/entities.pdf %%PORTDOCS%%%%DOCSDIR%%/internals/entities.svg %%PORTDOCS%%%%DOCSDIR%%/internals/entities.txt -%%PORTDOCS%%%%DOCSDIR%%/internals/entities-v2.txt %%PORTDOCS%%%%DOCSDIR%%/internals/hashing.txt %%PORTDOCS%%%%DOCSDIR%%/internals/header-parser-speed.txt %%PORTDOCS%%%%DOCSDIR%%/internals/header-tree.txt @@ -58,14 +55,18 @@ sbin/haproxy %%PORTDOCS%%%%DOCSDIR%%/internals/stats-v2.txt %%PORTDOCS%%%%DOCSDIR%%/internals/stream-sock-states.fig %%PORTDOCS%%%%DOCSDIR%%/intro.txt +%%PORTDOCS%%%%DOCSDIR%%/lgpl.txt %%PORTDOCS%%%%DOCSDIR%%/linux-syn-cookies.txt %%PORTDOCS%%%%DOCSDIR%%/lua-api/Makefile %%PORTDOCS%%%%DOCSDIR%%/lua-api/_static/channel.fig %%PORTDOCS%%%%DOCSDIR%%/lua-api/_static/channel.png %%PORTDOCS%%%%DOCSDIR%%/lua-api/conf.py %%PORTDOCS%%%%DOCSDIR%%/lua-api/index.rst +%%PORTDOCS%%%%DOCSDIR%%/lua.txt %%PORTDOCS%%%%DOCSDIR%%/management.txt %%PORTDOCS%%%%DOCSDIR%%/network-namespaces.txt +%%PORTDOCS%%%%DOCSDIR%%/proxy-protocol.txt +%%PORTDOCS%%%%DOCSDIR%%/queuing.fig %%PORTEXAMPLES%%%%EXAMPLESDIR%%/acl-content-sw.cfg %%PORTEXAMPLES%%%%EXAMPLESDIR%%/auth.cfg %%PORTEXAMPLES%%%%EXAMPLESDIR%%/check @@ -74,6 +75,14 @@ sbin/haproxy %%PORTEXAMPLES%%%%EXAMPLESDIR%%/debug2ansi %%PORTEXAMPLES%%%%EXAMPLESDIR%%/debug2html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/debugfind +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/400.http +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/403.http +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/408.http +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/500.http +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/502.http +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/503.http +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/504.http +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/haproxy.init %%PORTEXAMPLES%%%%EXAMPLESDIR%%/haproxy.spec %%PORTEXAMPLES%%%%EXAMPLESDIR%%/haproxy.vim @@ -83,11 +92,3 @@ sbin/haproxy %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ssl.cfg %%PORTEXAMPLES%%%%EXAMPLESDIR%%/stats_haproxy.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/transparent_proxy.cfg -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/400.http -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/403.http -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/408.http -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/500.http -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/502.http -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/503.http -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/504.http -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/README From owner-svn-ports-branches@freebsd.org Tue Feb 2 11:18:09 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DCAF2A99A2C; Tue, 2 Feb 2016 11:18:09 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 9E5D313A0; Tue, 2 Feb 2016 11:18:09 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u12BI8Vu078258; Tue, 2 Feb 2016 11:18:08 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u12BI8LI078256; Tue, 2 Feb 2016 11:18:08 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602021118.u12BI8LI078256@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 2 Feb 2016 11:18:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407811 - branches/2016Q1/net/haproxy-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.20 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: Tue, 02 Feb 2016 11:18:10 -0000 Author: amdmi3 Date: Tue Feb 2 11:18:08 2016 New Revision: 407811 URL: https://svnweb.freebsd.org/changeset/ports/407811 Log: MFH: r407809 - Add missing documentation file - Sort plist - Switch to CONFLICTS_INSTALL Approved by: portmgr blanket Approved by: ports-secteam blanket Modified: branches/2016Q1/net/haproxy-devel/Makefile branches/2016Q1/net/haproxy-devel/pkg-plist Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/net/haproxy-devel/Makefile ============================================================================== --- branches/2016Q1/net/haproxy-devel/Makefile Tue Feb 2 11:17:17 2016 (r407810) +++ branches/2016Q1/net/haproxy-devel/Makefile Tue Feb 2 11:18:08 2016 (r407811) @@ -3,6 +3,7 @@ PORTNAME= haproxy DISTVERSION= 1.7-dev1 +PORTREVISION= 1 CATEGORIES= net www MASTER_SITES= http://haproxy.1wt.eu/download/1.7/src/devel/ PKGNAMESUFFIX= -devel @@ -14,7 +15,7 @@ COMMENT= Reliable, high performance TCP/ LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi -CONFLICTS= haproxy-[1234567890]\* +CONFLICTS_INSTALL= haproxy-[1234567890]\* USES= cpe gmake USE_RC_SUBR= haproxy Modified: branches/2016Q1/net/haproxy-devel/pkg-plist ============================================================================== --- branches/2016Q1/net/haproxy-devel/pkg-plist Tue Feb 2 11:17:17 2016 (r407810) +++ branches/2016Q1/net/haproxy-devel/pkg-plist Tue Feb 2 11:18:08 2016 (r407811) @@ -7,11 +7,6 @@ sbin/haproxy %%PORTDOCS%%%%DOCSDIR%%/coding-style.txt %%PORTDOCS%%%%DOCSDIR%%/configuration.txt %%PORTDOCS%%%%DOCSDIR%%/cookie-options.txt -%%PORTDOCS%%%%DOCSDIR%%/gpl.txt -%%PORTDOCS%%%%DOCSDIR%%/haproxy.1 -%%PORTDOCS%%%%DOCSDIR%%/lgpl.txt -%%PORTDOCS%%%%DOCSDIR%%/proxy-protocol.txt -%%PORTDOCS%%%%DOCSDIR%%/queuing.fig %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/backends-v0.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/backends.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/be-fe-changes.txt @@ -24,10 +19,12 @@ sbin/haproxy %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/dynamic-buffers.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/entities-v2.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/how-it-works.txt -%%PORTDOCS%%%%DOCSDIR%%/design-thoughts/http_load_time.url %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/http2.txt +%%PORTDOCS%%%%DOCSDIR%%/design-thoughts/http_load_time.url %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/rate-shaping.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/sess_par_sec.txt +%%PORTDOCS%%%%DOCSDIR%%/gpl.txt +%%PORTDOCS%%%%DOCSDIR%%/haproxy.1 %%PORTDOCS%%%%DOCSDIR%%/internals/acl.txt %%PORTDOCS%%%%DOCSDIR%%/internals/body-parsing.txt %%PORTDOCS%%%%DOCSDIR%%/internals/buffer-operations.txt @@ -35,11 +32,11 @@ sbin/haproxy %%PORTDOCS%%%%DOCSDIR%%/internals/connect-status.txt %%PORTDOCS%%%%DOCSDIR%%/internals/connection-header.txt %%PORTDOCS%%%%DOCSDIR%%/internals/connection-scale.txt +%%PORTDOCS%%%%DOCSDIR%%/internals/entities-v2.txt %%PORTDOCS%%%%DOCSDIR%%/internals/entities.fig %%PORTDOCS%%%%DOCSDIR%%/internals/entities.pdf %%PORTDOCS%%%%DOCSDIR%%/internals/entities.svg %%PORTDOCS%%%%DOCSDIR%%/internals/entities.txt -%%PORTDOCS%%%%DOCSDIR%%/internals/entities-v2.txt %%PORTDOCS%%%%DOCSDIR%%/internals/hashing.txt %%PORTDOCS%%%%DOCSDIR%%/internals/header-parser-speed.txt %%PORTDOCS%%%%DOCSDIR%%/internals/header-tree.txt @@ -58,14 +55,18 @@ sbin/haproxy %%PORTDOCS%%%%DOCSDIR%%/internals/stats-v2.txt %%PORTDOCS%%%%DOCSDIR%%/internals/stream-sock-states.fig %%PORTDOCS%%%%DOCSDIR%%/intro.txt +%%PORTDOCS%%%%DOCSDIR%%/lgpl.txt %%PORTDOCS%%%%DOCSDIR%%/linux-syn-cookies.txt %%PORTDOCS%%%%DOCSDIR%%/lua-api/Makefile %%PORTDOCS%%%%DOCSDIR%%/lua-api/_static/channel.fig %%PORTDOCS%%%%DOCSDIR%%/lua-api/_static/channel.png %%PORTDOCS%%%%DOCSDIR%%/lua-api/conf.py %%PORTDOCS%%%%DOCSDIR%%/lua-api/index.rst +%%PORTDOCS%%%%DOCSDIR%%/lua.txt %%PORTDOCS%%%%DOCSDIR%%/management.txt %%PORTDOCS%%%%DOCSDIR%%/network-namespaces.txt +%%PORTDOCS%%%%DOCSDIR%%/proxy-protocol.txt +%%PORTDOCS%%%%DOCSDIR%%/queuing.fig %%PORTEXAMPLES%%%%EXAMPLESDIR%%/acl-content-sw.cfg %%PORTEXAMPLES%%%%EXAMPLESDIR%%/auth.cfg %%PORTEXAMPLES%%%%EXAMPLESDIR%%/check @@ -74,6 +75,14 @@ sbin/haproxy %%PORTEXAMPLES%%%%EXAMPLESDIR%%/debug2ansi %%PORTEXAMPLES%%%%EXAMPLESDIR%%/debug2html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/debugfind +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/400.http +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/403.http +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/408.http +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/500.http +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/502.http +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/503.http +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/504.http +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/haproxy.init %%PORTEXAMPLES%%%%EXAMPLESDIR%%/haproxy.spec %%PORTEXAMPLES%%%%EXAMPLESDIR%%/haproxy.vim @@ -83,11 +92,3 @@ sbin/haproxy %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ssl.cfg %%PORTEXAMPLES%%%%EXAMPLESDIR%%/stats_haproxy.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/transparent_proxy.cfg -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/400.http -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/403.http -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/408.http -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/500.http -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/502.http -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/503.http -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/504.http -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/README From owner-svn-ports-branches@freebsd.org Tue Feb 2 15:06:57 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 76A44A9866D; Tue, 2 Feb 2016 15:06:57 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 35AA6AF5; Tue, 2 Feb 2016 15:06:57 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u12F6usZ045696; Tue, 2 Feb 2016 15:06:56 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u12F6ufL045694; Tue, 2 Feb 2016 15:06:56 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201602021506.u12F6ufL045694@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Tue, 2 Feb 2016 15:06:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407820 - in branches/2016Q1/mail/py-pyspf: . 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.20 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: Tue, 02 Feb 2016 15:06:57 -0000 Author: koobs Date: Tue Feb 2 15:06:55 2016 New Revision: 407820 URL: https://svnweb.freebsd.org/changeset/ports/407820 Log: MFH: r407273 mail/py-pyspf: Fix dependencies (missing & incorrect) Revision 404778 [1] modified py-pyspf to only use dns/py3dns instead of conditionally using dns/py-dns and py-py3dns depending on whether Python 2.x or 3.x was being used. dns/py-py3dns is a Python 3.x *only* package, but the port does not currently [2] limit itself to USES=python:3.0+. This results in errors for all dependent ports of py-pyspf when Python 2.x is used, which was reported for mail/postfix-policyd-spf-python. [3] pyspf's README notes the following requirements: This package requires PyDNS (or Py3DNS for running with Python 3) and either the ipaddr or python3.3 and later This package requires authres from either pypi or http://launchpad.net/authentication-results-python to process and generate RFC 5451 Authentication Results headers. The spf module in this version has been tested with python3.2 and does not require using 2to3. Accordingly, this change: - Reverts to conditional RUN_DEPENDS on dns/py-dns or py-py3dns depending on whether Python 2.x or Python 3.x is being used. - Adds authres to RUN_DEPENDS - Adds a conditional RUN_DEPENDS on devel/py-ipaddr, depending on Python version. While I'm here: - Sort and group USE{S} entries - Match COMMENT to setup.py:description - Add test and post-extract targets, TEST_DEPENDS, and patch files so that tests can be run properly - Pet several portlint warnings [1] https://svnweb.freebsd.org/changeset/ports/404778 [2] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206645 [3] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206643 QA: * portlint: OK (WARN: Makefile: [47]: possible use of "${CHMOD}") * porttest: OK (poudriere: 11amd64, python27, python34) * unittest: OK (Ran 425 tests in 0.155s) PR: 206643 Reported by: danger Approved by: portmgr (blanket) Differential Revision: D5082 Approved by: ports-secteam (feld) Added: branches/2016Q1/mail/py-pyspf/files/ - copied from r407273, head/mail/py-pyspf/files/ Modified: branches/2016Q1/mail/py-pyspf/Makefile branches/2016Q1/mail/py-pyspf/pkg-descr Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/mail/py-pyspf/Makefile ============================================================================== --- branches/2016Q1/mail/py-pyspf/Makefile Tue Feb 2 14:45:20 2016 (r407819) +++ branches/2016Q1/mail/py-pyspf/Makefile Tue Feb 2 15:06:55 2016 (r407820) @@ -4,29 +4,50 @@ PORTNAME= pyspf PORTVERSION= 2.0.12 DISTVERSIONSUFFIX= t -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Python implementation of the RFC 4408 SPF protocol +COMMENT= SPF (Sender Policy Framework) implemented in Python LICENSE= PSFL -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}py3dns>=0:${PORTSDIR}/dns/py-py3dns +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}authres>=0:${PORTSDIR}/mail/py-authres +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=0:${PORTSDIR}/devel/py-yaml -NO_ARCH= yes -USE_PYTHON= autoplist concurrent distutils USES= python shebangfix +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PLIST_FILES= bin/spf.py - SHEBANG_FILES= spf.py +.include + +.if ${PYTHON_REL} <= 3300 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}ipaddr>=0:${PORTSDIR}/devel/py-ipaddr +.endif + +.if ${PYTHON_REL} >= 3000 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}py3dns>=0:${PORTSDIR}/dns/py-py3dns +.else +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dns>=0:${PORTSDIR}/dns/py-dns +.endif + +# Make the tests run as a module +post-extract: + @${TOUCH} ${WRKSRC}/test/__init__.py + post-install: ${CHMOD} ${BINMODE} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/spf.py ${LN} -s ${PYTHONPREFIX_SITELIBDIR}/spf.py ${STAGEDIR}${PREFIX}/bin/ -.include +do-test: + @cd ${WRKSRC} && ${PYTHON_CMD} -m test.testspf + +.include Modified: branches/2016Q1/mail/py-pyspf/pkg-descr ============================================================================== --- branches/2016Q1/mail/py-pyspf/pkg-descr Tue Feb 2 14:45:20 2016 (r407819) +++ branches/2016Q1/mail/py-pyspf/pkg-descr Tue Feb 2 15:06:55 2016 (r407820) @@ -3,6 +3,4 @@ was the first SPF implementation to full release has also added IPv6 support. pyspf is the library behind several of the open SPF project's SPF record testing tools. -Currently part of the pymilter project: http://pymilter.sourceforge.net - WWW: https://pypi.python.org/pypi/pyspf From owner-svn-ports-branches@freebsd.org Tue Feb 2 15:09:01 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4E99AA98712; Tue, 2 Feb 2016 15:09:01 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 29E1AC1F; Tue, 2 Feb 2016 15:09:01 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u12F901C045933; Tue, 2 Feb 2016 15:09:00 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u12F903V045931; Tue, 2 Feb 2016 15:09:00 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201602021509.u12F903V045931@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Tue, 2 Feb 2016 15:09:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407821 - in branches/2016Q1/dns/py-py3dns: . 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.20 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: Tue, 02 Feb 2016 15:09:01 -0000 Author: koobs Date: Tue Feb 2 15:08:59 2016 New Revision: 407821 URL: https://svnweb.freebsd.org/changeset/ports/407821 Log: MFH: r407274 dns/py-py3dns: Limit to Python 3.x, Fix dependencies py-py3dns is a Python 3.x only package, so limit USES=python accordingly. ipaddr is needed on <= 3.2, so add it as a conditional RUN_DEPENDS. While I'm here: - Add NO_ARCH - Add test target, TEST_DEPENDS and patch outdated unit test assertions that test against live domains, not mocked responses. - Remove unnecessary setup.py patch - Match COMMENT to setup.py:description - Sort and group USE{S} entries PR: 206645 Reported by: danger Approved by: portmgr (blanket) Differential Revision: D5083 Approved by: ports-secteam (feld) Added: branches/2016Q1/dns/py-py3dns/files/patch-DNS_tests_test__base.py - copied unchanged from r407274, head/dns/py-py3dns/files/patch-DNS_tests_test__base.py Deleted: branches/2016Q1/dns/py-py3dns/files/patch-DNS-Base.py Modified: branches/2016Q1/dns/py-py3dns/Makefile Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/dns/py-py3dns/Makefile ============================================================================== --- branches/2016Q1/dns/py-py3dns/Makefile Tue Feb 2 15:06:55 2016 (r407820) +++ branches/2016Q1/dns/py-py3dns/Makefile Tue Feb 2 15:08:59 2016 (r407821) @@ -8,22 +8,29 @@ MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= DNS (Domain Name Service) library for Python 3 +COMMENT= Python 3 DNS library LICENSE= CNRI LICENSE_NAME= CNRI LICENSE AGREEMENT LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -NO_ARCH= yes +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:${PORTSDIR}/devel/py-pytest + +USES= python:3.2+ USE_PYTHON= autoplist distutils -USES= python + +NO_ARCH= yes .include -.if ${PYTHON_REL} < 3300 -BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}ipaddress>=0:${PORTSDIR}/net/py-ipaddress +.if ${PYTHON_REL} == 3300 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}ipaddress>=0:${PORTSDIR}/net/py-ipaddress +.elif ${PYTHON_REL} <= 3200 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}ipaddr>=0:${PORTSDIR}/devel/py-ipaddr .endif +do-test: + @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest + .include Copied: branches/2016Q1/dns/py-py3dns/files/patch-DNS_tests_test__base.py (from r407274, head/dns/py-py3dns/files/patch-DNS_tests_test__base.py) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q1/dns/py-py3dns/files/patch-DNS_tests_test__base.py Tue Feb 2 15:08:59 2016 (r407821, copy of r407274, head/dns/py-py3dns/files/patch-DNS_tests_test__base.py) @@ -0,0 +1,78 @@ +--- DNS/tests/test_base.py.orig 2014-04-25 01:41:55 UTC ++++ DNS/tests/test_base.py +@@ -33,12 +33,12 @@ class TestBase(unittest.TestCase): + self.assertTrue(a_response.answers) + # is the result vaguely ipv4 like? + self.assertEqual(a_response.answers[0]['data'].count('.'), 3) +- self.assertEqual(a_response.answers[0]['data'],'93.184.216.119') ++ self.assertEqual(a_response.answers[0]['data'],'93.184.216.34') + + # Default result type for .qry object is an ipaddress object + ad_response = dnsobj.qry(qtype='A') + self.assertTrue(ad_response.answers) +- self.assertEqual(ad_response.answers[0]['data'],ipaddress.IPv4Address('93.184.216.119')) ++ self.assertEqual(ad_response.answers[0]['data'],ipaddress.IPv4Address('93.184.216.34')) + + ab_response = dnsobj.qry(qtype='A', resulttype='binary') + self.assertTrue(ab_response.answers) +@@ -46,11 +46,11 @@ class TestBase(unittest.TestCase): + self.assertEqual(len(ab_response.answers[0]['data']), 4) + for b in ab_response.answers[0]['data']: + assertIsByte(b) +- self.assertEqual(ab_response.answers[0]['data'],b']\xb8\xd8w') ++ self.assertEqual(ab_response.answers[0]['data'],b']\xb8\xd8"') + + ai_response = dnsobj.qry(qtype='A', resulttype='integer') + self.assertTrue(ai_response.answers) +- self.assertEqual(ai_response.answers[0]['data'],1572395127) ++ self.assertEqual(ai_response.answers[0]['data'],1572395042) + + + def testDnsRequestAAAA(self): +@@ -61,12 +61,12 @@ class TestBase(unittest.TestCase): + self.assertTrue(aaaa_response.answers) + # does the result look like an ipv6 address? + self.assertTrue(':' in aaaa_response.answers[0]['data']) +- self.assertEqual(aaaa_response.answers[0]['data'],'2606:2800:220:6d:26bf:1447:1097:aa7') ++ self.assertEqual(aaaa_response.answers[0]['data'],'2606:2800:220:1:248:1893:25c8:1946') + + # default is returning ipaddress object + aaaad_response = dnsobj.qry(qtype='AAAA') + self.assertTrue(aaaad_response.answers) +- self.assertEqual(aaaad_response.answers[0]['data'],ipaddress.IPv6Address('2606:2800:220:6d:26bf:1447:1097:aa7')) ++ self.assertEqual(aaaad_response.answers[0]['data'],ipaddress.IPv6Address('2606:2800:220:1:248:1893:25c8:1946')) + + aaaab_response = dnsobj.qry(qtype='AAAA', resulttype='binary') + self.assertTrue(aaaab_response.answers) +@@ -74,11 +74,11 @@ class TestBase(unittest.TestCase): + self.assertEqual(len(aaaab_response.answers[0]['data']) , 16) + for b in aaaab_response.answers[0]['data']: + assertIsByte(b) +- self.assertEqual(aaaab_response.answers[0]['data'],b'&\x06(\x00\x02 \x00m&\xbf\x14G\x10\x97\n\xa7') ++ self.assertEqual(aaaab_response.answers[0]['data'],b'&\x06(\x00\x02 \x00\x01\x02H\x18\x93%\xc8\x19F') + # IPv6 decimal + aaaai_response = dnsobj.qry(qtype='AAAA', resulttype='integer') + self.assertTrue(aaaai_response.answers) +- self.assertEqual(aaaai_response.answers[0]['data'], 50542628918019815862290244053507705511) ++ self.assertEqual(aaaai_response.answers[0]['data'], 50542628918019813867414319910101719366) + + def testDnsRequestEmptyMX(self): + dnsobj = DNS.DnsRequest('example.org') +@@ -168,7 +168,7 @@ class TestBase(unittest.TestCase): + self.assertTrue(ad_response.answers) + # is the result vaguely ipv4 like? + self.assertEqual(ad_response.answers[0]['data'].count('.'), 3) +- self.assertEqual(ad_response.answers[0]['data'],'93.184.216.119') ++ self.assertEqual(ad_response.answers[0]['data'],'93.184.216.34') + + def testDnsRequestAAAAD(self): + dnsob = DNS.DnsRequest('example.org') +@@ -180,7 +180,7 @@ class TestBase(unittest.TestCase): + self.assertEqual(len(aaaad_response.answers[0]['data']) , 16) + for b in aaaad_response.answers[0]['data']: + assertIsByte(b) +- self.assertEqual(aaaad_response.answers[0]['data'],b'&\x06(\x00\x02 \x00m&\xbf\x14G\x10\x97\n\xa7') ++ self.assertEqual(aaaad_response.answers[0]['data'],b'&\x06(\x00\x02 \x00\x01\x02H\x18\x93%\xc8\x19F') + + def testDnsRequestEmptyMXD(self): + dnsob = DNS.DnsRequest('example.org') From owner-svn-ports-branches@freebsd.org Tue Feb 2 16:01:18 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 25A4BA97E43; Tue, 2 Feb 2016 16:01:18 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 D0DA0D91; Tue, 2 Feb 2016 16:01:17 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u12G1GCN061135; Tue, 2 Feb 2016 16:01:16 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u12G1GT6061133; Tue, 2 Feb 2016 16:01:16 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201602021601.u12G1GT6061133@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Tue, 2 Feb 2016 16:01:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407827 - in branches/2016Q1/mail/opensmtpd: . 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.20 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: Tue, 02 Feb 2016 16:01:18 -0000 Author: gahr Date: Tue Feb 2 16:01:16 2016 New Revision: 407827 URL: https://svnweb.freebsd.org/changeset/ports/407827 Log: MFH: r407825 mail/opensmtpd: update to 5.7.3p2 Details at https://github.com/OpenSMTPD/OpenSMTPD/issues/650 While at it, remove a stale patch that isn't applicable anymore. Upstream implements this logic already, and the patch doesn't actually patch anything. PR: 206816 Submitted by: sa.inbox@gmail.com Approved by: portmgr@ (bapt) Deleted: branches/2016Q1/mail/opensmtpd/files/patch-mk_smtpd_Makefile.in Modified: branches/2016Q1/mail/opensmtpd/Makefile branches/2016Q1/mail/opensmtpd/distinfo Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/mail/opensmtpd/Makefile ============================================================================== --- branches/2016Q1/mail/opensmtpd/Makefile Tue Feb 2 15:54:45 2016 (r407826) +++ branches/2016Q1/mail/opensmtpd/Makefile Tue Feb 2 16:01:16 2016 (r407827) @@ -3,11 +3,12 @@ PORTNAME= opensmtpd PORTVERSION= 5.7.3 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= mail MASTER_SITES= http://www.opensmtpd.org/archives/ \ http://distfiles.pirateparty.in/ashish/ -DISTNAME= ${PORTNAME}-${PORTVERSION}p1 +DISTNAME= ${PORTNAME}-${PORTVERSION}p2 MAINTAINER= ashish@FreeBSD.org COMMENT= Security- and simplicity-focused SMTP server from OpenBSD Modified: branches/2016Q1/mail/opensmtpd/distinfo ============================================================================== --- branches/2016Q1/mail/opensmtpd/distinfo Tue Feb 2 15:54:45 2016 (r407826) +++ branches/2016Q1/mail/opensmtpd/distinfo Tue Feb 2 16:01:16 2016 (r407827) @@ -1,2 +1,2 @@ -SHA256 (opensmtpd-5.7.3p1.tar.gz) = 848a3c72dd22b216bb924b69dc356fc297e8b3671ec30856978950208cba74dd -SIZE (opensmtpd-5.7.3p1.tar.gz) = 709178 +SHA256 (opensmtpd-5.7.3p2.tar.gz) = 0d2973008d0f66bebb84bed516be6c32617735241cc54dd26643529281a8e52b +SIZE (opensmtpd-5.7.3p2.tar.gz) = 709074 From owner-svn-ports-branches@freebsd.org Tue Feb 2 18:29:09 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 27A90A99936; Tue, 2 Feb 2016 18:29:09 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 0360A1075; Tue, 2 Feb 2016 18:29:08 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u12IT8pX005351; Tue, 2 Feb 2016 18:29:08 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u12IT8Xb005350; Tue, 2 Feb 2016 18:29:08 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201602021829.u12IT8Xb005350@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Tue, 2 Feb 2016 18:29:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407833 - branches/2016Q1/sysutils/reptyr/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.20 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: Tue, 02 Feb 2016 18:29:09 -0000 Author: rakuco Date: Tue Feb 2 18:29:07 2016 New Revision: 407833 URL: https://svnweb.freebsd.org/changeset/ports/407833 Log: MFH: r407832 Fix build on 9.3-amd64 after r407349. 9.3-i386, which is what I was using for testing the build on FreeBSD 9, worked fine, but 9.3-amd64 was broken with -Werror. Add a patch I sent upstream to stop trying to cast NULL into an int, which was making GCC 4.2.1 complain: platform/freebsd/arch/x86_common.h: In function 'arch_get_register': platform/freebsd/arch/x86_common.h:48: warning: cast from pointer to integer of different size platform/freebsd/arch/x86_common.h: In function 'arch_set_register': platform/freebsd/arch/x86_common.h:57: warning: cast from pointer to integer of different size platform/freebsd/arch/x86_common.h:59: warning: cast from pointer to integer of different size platform/freebsd/freebsd_ptrace.c: In function 'ptrace_memcpy_to_child': platform/freebsd/freebsd_ptrace.c:267: warning: cast from pointer to integer of different size platform/freebsd/freebsd_ptrace.c: In function 'ptrace_memcpy_from_child': platform/freebsd/freebsd_ptrace.c:282: warning: cast from pointer to integer of different size PR: 206539 Approved by: portmgr blanket approval Added: branches/2016Q1/sysutils/reptyr/files/patch-git_308f600 - copied unchanged from r407832, head/sysutils/reptyr/files/patch-git_308f600 Modified: Directory Properties: branches/2016Q1/ (props changed) Copied: branches/2016Q1/sysutils/reptyr/files/patch-git_308f600 (from r407832, head/sysutils/reptyr/files/patch-git_308f600) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q1/sysutils/reptyr/files/patch-git_308f600 Tue Feb 2 18:29:07 2016 (r407833, copy of r407832, head/sysutils/reptyr/files/patch-git_308f600) @@ -0,0 +1,36 @@ +commit 308f60064fee6d5707514b65f6acad656a8a4feb +Author: Raphael Kubo da Costa +Date: Tue Feb 2 19:04:11 2016 +0100 + + FreeBSD: Do not try to cast NULL to int. + + Passing NULL to the data parameter in calls to ptrace(2) causes failures + on 64-bit FreeBSD 9 installations, where GCC 4.2.1 complains like this: + + platform/freebsd/arch/x86_common.h: In function 'arch_get_register': + platform/freebsd/arch/x86_common.h:48: warning: cast from pointer to integer of different size + platform/freebsd/arch/x86_common.h: In function 'arch_set_register': + platform/freebsd/arch/x86_common.h:57: warning: cast from pointer to integer of different size + platform/freebsd/arch/x86_common.h:59: warning: cast from pointer to integer of different size + platform/freebsd/freebsd_ptrace.c: In function 'ptrace_memcpy_to_child': + platform/freebsd/freebsd_ptrace.c:267: warning: cast from pointer to integer of different size + platform/freebsd/freebsd_ptrace.c: In function 'ptrace_memcpy_from_child': + platform/freebsd/freebsd_ptrace.c:282: warning: cast from pointer to integer of different size + + Make ptrace_command pass 0 to _ptrace_command so that the final + expansion looks like this: + __ptrace_command((cld), (req), (void*)(addr), (int)(0)) + instead of + __ptrace_command((cld), (req), (void*)(addr), (int)(((void*)0))) + +--- platform/freebsd/freebsd_ptrace.c ++++ platform/freebsd/freebsd_ptrace.c +@@ -47,7 +47,7 @@ + static int __ptrace_command(struct ptrace_child *child, int req, + void *, int); + +-#define ptrace_command(cld, req, ...) _ptrace_command(cld, req, ## __VA_ARGS__, NULL, NULL) ++#define ptrace_command(cld, req, ...) _ptrace_command(cld, req, ## __VA_ARGS__, 0, 0) + #define _ptrace_command(cld, req, addr, data, ...) __ptrace_command((cld), (req), (void*)(addr), (int)(data)) + + From owner-svn-ports-branches@freebsd.org Tue Feb 2 18:32:39 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CD50DA99ACD; Tue, 2 Feb 2016 18:32:39 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from apnoea.adamw.org (apnoea.adamw.org [204.109.59.150]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "abg.ninja", Issuer "Gandi Standard SSL CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 50F221354; Tue, 2 Feb 2016 18:32:38 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by apnoea.adamw.org (OpenSMTPD) with ESMTPSA id ab13db5c TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO; Tue, 2 Feb 2016 11:32:34 -0700 (MST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.2 \(3112\)) Subject: Re: svn commit: r407827 - in branches/2016Q1/mail/opensmtpd: . files From: Adam Weinberger In-Reply-To: <201602021601.u12G1GT6061133@repo.freebsd.org> Date: Tue, 2 Feb 2016 11:32:33 -0700 Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <201602021601.u12G1GT6061133@repo.freebsd.org> To: Pietro Cerutti X-Mailer: Apple Mail (2.3112) X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 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: Tue, 02 Feb 2016 18:32:39 -0000 > On 2 Feb, 2016, at 9:01, Pietro Cerutti wrote: >=20 > Author: gahr > Date: Tue Feb 2 16:01:16 2016 > New Revision: 407827 > URL: https://svnweb.freebsd.org/changeset/ports/407827 >=20 > Log: > MFH: r407825 >=20 > mail/opensmtpd: update to 5.7.3p2 >=20 > Details at https://github.com/OpenSMTPD/OpenSMTPD/issues/650 >=20 > While at it, remove a stale patch that isn't applicable anymore. = Upstream > implements this logic already, and the patch doesn't actually patch = anything. That patch did rename smtpd.conf to smtpd.conf.sample. Without it, = installation fails: pkg-static: Unable to access file = /usr/ports/mail/opensmtpd/work/stage/usr/local/etc/mail/smtpd.conf.sample:= No such file or directory *** Error code 74 Stop. make[1]: stopped in /usr/ports/mail/opensmtpd *** Error code 1 Stop. make: stopped in /usr/ports/mail/opensmtpd Can you please either add back the patch, or rename the file in = post-install? # Adam --=20 Adam Weinberger adamw@adamw.org http://www.adamw.org= From owner-svn-ports-branches@freebsd.org Tue Feb 2 20:00:17 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2555EA99A97; Tue, 2 Feb 2016 20:00:17 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 F2606B80; Tue, 2 Feb 2016 20:00:16 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u12K0FMC032087; Tue, 2 Feb 2016 20:00:15 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u12K0FvE032084; Tue, 2 Feb 2016 20:00:15 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <201602022000.u12K0FvE032084@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Tue, 2 Feb 2016 20:00:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407840 - in branches/2016Q1/ftp/curl: . 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.20 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: Tue, 02 Feb 2016 20:00:17 -0000 Author: zeising Date: Tue Feb 2 20:00:15 2016 New Revision: 407840 URL: https://svnweb.freebsd.org/changeset/ports/407840 Log: MFH: r405919 r407725 - Simplify Makefile: - Use USES=localbase unconditionally - Use *_CONFIGURE_{ENABLE,WITH} - Bump PORTREVISION for package change Differential Revision: https://reviews.FreeBSD.org/D4757 PR: 205804 Exp-run by: antoine Accepted by: bapt (portmgr) Update to 7.47.0 PR: 206756 Submitted by: zeising Approved by: ports-secteam (miwi) Security: CVE-2016-0755 Approved by: portmgr (erwin) Apprived by: ports-secteam (feld) Added: branches/2016Q1/ftp/curl/files/patch-docs_examples_getredirect.c - copied unchanged from r407725, head/ftp/curl/files/patch-docs_examples_getredirect.c Modified: branches/2016Q1/ftp/curl/Makefile branches/2016Q1/ftp/curl/distinfo Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/ftp/curl/Makefile ============================================================================== --- branches/2016Q1/ftp/curl/Makefile Tue Feb 2 19:44:40 2016 (r407839) +++ branches/2016Q1/ftp/curl/Makefile Tue Feb 2 20:00:15 2016 (r407840) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= curl -PORTVERSION= 7.46.0 -PORTREVISION= 1 +PORTVERSION= 7.47.0 CATEGORIES= ftp www MASTER_SITES= http://curl.haxx.se/download/ \ LOCAL/sunpoet @@ -53,7 +52,7 @@ INSTALL_TARGET= install-strip TEST_ENV= ${MAKE_ENV} LC_ALL=C TEST_TARGET= test USE_PERL5= build -USES= gmake libtool pathfix perl5 tar:lzma +USES= gmake libtool localbase pathfix perl5 tar:lzma .if !defined(BUILDING_HIPHOP) USE_LDCONFIG= yes @@ -78,17 +77,12 @@ SLAVEDIRS= ftp/curl-hiphop CA_BUNDLE_CONFIGURE_OFF=--without-ca-bundle CA_BUNDLE_CONFIGURE_ON= --with-ca-bundle=${LOCALBASE}/share/certs/ca-root-nss.crt CA_BUNDLE_RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss -CARES_CONFIGURE_OFF= --disable-ares -CARES_CONFIGURE_ON= --enable-ares=${LOCALBASE} +CARES_CONFIGURE_ENABLE= ares CARES_LIB_DEPENDS= libcares.so:${PORTSDIR}/dns/c-ares -COOKIES_CONFIGURE_OFF= --disable-cookies -COOKIES_CONFIGURE_ON= --enable-cookies -CURL_DEBUG_CONFIGURE_OFF= --disable-curldebug -CURL_DEBUG_CONFIGURE_ON=--enable-curldebug -DEBUG_CONFIGURE_OFF= --disable-debug -DEBUG_CONFIGURE_ON= --enable-debug -GNUTLS_CONFIGURE_OFF= --without-gnutls -GNUTLS_CONFIGURE_ON= --with-gnutls=${LOCALBASE} +COOKIES_CONFIGURE_ENABLE= cookies +CURL_DEBUG_CONFIGURE_ENABLE= curldebug +DEBUG_CONFIGURE_ENABLE= debug +GNUTLS_CONFIGURE_WITH= gnutls GNUTLS_LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls GSSAPI_BASE_CONFIGURE_ON= --with-gssapi=${GSSAPIBASEDIR} ${GSSAPI_CONFIGURE_ARGS} GSSAPI_BASE_CPPFLAGS= ${GSSAPICPPFLAGS} @@ -100,35 +94,27 @@ GSSAPI_HEIMDAL_CPPFLAGS=${GSSAPICPPFLAGS GSSAPI_HEIMDAL_LDFLAGS= ${GSSAPILDFLAGS} GSSAPI_HEIMDAL_LIBS= ${GSSAPILIBS} GSSAPI_HEIMDAL_USES= gssapi:heimdal -GSSAPI_MIT_CONFIGURE_ON= --with-gssapi=${GSSAPIBASEDIR} ${GSSAPI_CONFIGURE_ARGS} +GSSAPI_MIT_CONFIGURE_ON=--with-gssapi=${GSSAPIBASEDIR} ${GSSAPI_CONFIGURE_ARGS} GSSAPI_MIT_CPPFLAGS= ${GSSAPICPPFLAGS} GSSAPI_MIT_LDFLAGS= ${GSSAPILDFLAGS} GSSAPI_MIT_LIBS= ${GSSAPILIBS} GSSAPI_MIT_USES= gssapi:mit GSSAPI_NONE_CONFIGURE_ON= --without-gssapi HTTP2_BUILD_DEPENDS= nghttp2>=1.0.0:${PORTSDIR}/www/nghttp2 -HTTP2_CONFIGURE_OFF= --without-nghttp2 -HTTP2_CONFIGURE_ON= --with-nghttp2=${LOCALBASE} +HTTP2_CONFIGURE_WITH= nghttp2 HTTP2_LIB_DEPENDS= libnghttp2.so:${PORTSDIR}/www/nghttp2 HTTP2_RUN_DEPENDS= nghttp2>=1.0.0:${PORTSDIR}/www/nghttp2 HTTP2_USES= pkgconfig -IDN_CONFIGURE_OFF= --without-libidn -IDN_CONFIGURE_ON= --with-libidn=${LOCALBASE} +IDN_CONFIGURE_WITH= libidn IDN_LIB_DEPENDS= libidn.so:${PORTSDIR}/dns/libidn IPV6_CATEGORIES= ipv6 -IPV6_CONFIGURE_OFF= --disable-ipv6 -IPV6_CONFIGURE_ON= --enable-ipv6 -LDAP_CONFIGURE_OFF= --disable-ldap -LDAP_CONFIGURE_ON= --enable-ldap +IPV6_CONFIGURE_ENABLE= ipv6 +LDAP_CONFIGURE_ENABLE= ldap LDAP_USE= OPENLDAP=yes -LDAP_USES= localbase -LDAPS_CONFIGURE_OFF= --disable-ldaps -LDAPS_CONFIGURE_ON= --enable-ldaps -LIBSSH2_CONFIGURE_OFF= --without-libssh2 -LIBSSH2_CONFIGURE_ON= --with-libssh2=${LOCALBASE} +LDAPS_CONFIGURE_ENABLE= ldaps +LIBSSH2_CONFIGURE_WITH= libssh2 LIBSSH2_LIB_DEPENDS= libssh2.so:${PORTSDIR}/security/libssh2 -NSS_CONFIGURE_OFF= --without-nss -NSS_CONFIGURE_ON= --with-nss=yes +NSS_CONFIGURE_WITH= nss NSS_LIB_DEPENDS= libnss3.so:${PORTSDIR}/security/nss NSS_USES= pkgconfig OPENSSL_CONFIGURE_OFF= --without-ssl @@ -136,20 +122,14 @@ OPENSSL_CONFIGURE_ON= --with-ssl=${OPENS OPENSSL_CPPFLAGS= -I${OPENSSLINC} OPENSSL_LDFLAGS= -L${OPENSSLLIB} OPENSSL_USE= OPENSSL=yes -POLARSSL_CONFIGURE_OFF= --without-polarssl -POLARSSL_CONFIGURE_ON= --with-polarssl=${LOCALBASE} +POLARSSL_CONFIGURE_WITH=polarssl POLARSSL_LIB_DEPENDS= libmbedtls.so.9:${PORTSDIR}/security/polarssl13 -PROXY_CONFIGURE_OFF= --disable-proxy -PROXY_CONFIGURE_ON= --enable-proxy -RTMP_CONFIGURE_OFF= --without-librtmp -RTMP_CONFIGURE_ON= --with-librtmp=${LOCALBASE} +PROXY_CONFIGURE_ENABLE= proxy +RTMP_CONFIGURE_WITH= librtmp RTMP_LIB_DEPENDS= librtmp.so:${PORTSDIR}/multimedia/librtmp -THREADED_RESOLVER_CONFIGURE_OFF=--disable-threaded-resolver -THREADED_RESOLVER_CONFIGURE_ON= --enable-threaded-resolver -TLS_SRP_CONFIGURE_OFF= --disable-tls-srp -TLS_SRP_CONFIGURE_ON= --enable-tls-srp -WOLFSSL_CONFIGURE_OFF= --without-cyassl -WOLFSSL_CONFIGURE_ON= --with-cyassl=${LOCALBASE} +THREADED_RESOLVER_CONFIGURE_ENABLE= threaded-resolver +TLS_SRP_CONFIGURE_ENABLE= tls-srp +WOLFSSL_CONFIGURE_WITH= cyassl WOLFSSL_LIB_DEPENDS= libwolfssl.so:${PORTSDIR}/security/wolfssl .include Modified: branches/2016Q1/ftp/curl/distinfo ============================================================================== --- branches/2016Q1/ftp/curl/distinfo Tue Feb 2 19:44:40 2016 (r407839) +++ branches/2016Q1/ftp/curl/distinfo Tue Feb 2 20:00:15 2016 (r407840) @@ -1,2 +1,2 @@ -SHA256 (curl-7.46.0.tar.lzma) = fe854a0dedf0a89da72aa1725d8ff66285b613d366a88f14681dacd824024087 -SIZE (curl-7.46.0.tar.lzma) = 2864645 +SHA256 (curl-7.47.0.tar.lzma) = f7789a806fef4e24ec3d4b70ca86ff145243bf19d03ab0eb5c64f18f1b2748d8 +SIZE (curl-7.47.0.tar.lzma) = 2878783 Copied: branches/2016Q1/ftp/curl/files/patch-docs_examples_getredirect.c (from r407725, head/ftp/curl/files/patch-docs_examples_getredirect.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q1/ftp/curl/files/patch-docs_examples_getredirect.c Tue Feb 2 20:00:15 2016 (r407840, copy of r407725, head/ftp/curl/files/patch-docs_examples_getredirect.c) @@ -0,0 +1,11 @@ +--- docs/examples/getredirect.c.orig 2016-01-30 11:01:12 UTC ++++ docs/examples/getredirect.c +@@ -48,7 +48,7 @@ int main(void) + else { + res = curl_easy_getinfo(curl, CURLINFO_RESPONSE_CODE, &response_code); + if((res == CURLE_OK) && +- ((code / 100) != 3)) { ++ ((response_code / 100) != 3)) { + /* a redirect implies a 3xx response code */ + fprintf(stderr, "Not a redirect.\n"); + } From owner-svn-ports-branches@freebsd.org Tue Feb 2 20:46:33 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D859CA98D1D; Tue, 2 Feb 2016 20:46:33 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from mail.ptrcrt.ch (gahr.cloud.tilaa.com [84.22.109.158]) (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 E2F0ED3F; Tue, 2 Feb 2016 20:46:32 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from ptrcrt.ch (mail.ptrcrt.ch [192.168.1.1]) by mail.ptrcrt.ch (OpenSMTPD) with ESMTPSA id 7a5fc764 TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Tue, 2 Feb 2016 20:46:26 +0000 (UTC) Date: Tue, 2 Feb 2016 21:46:25 +0100 From: Pietro Cerutti To: Adam Weinberger Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: Re: svn commit: r407827 - in branches/2016Q1/mail/opensmtpd: . files Message-ID: <20160202204625.GP66041@ptrcrt.ch> Reply-To: gahr@FreeBSD.org References: <201602021601.u12G1GT6061133@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="zYo4Elh1vtcYNvbq" Content-Disposition: inline In-Reply-To: X-PGP-Key: fp="DA6D E106 A5B8 54B8 5DD8 6D49 ADD0 D38E A192 089E"; id="0xA192089E"; get=; get=; User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 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: Tue, 02 Feb 2016 20:46:34 -0000 --zYo4Elh1vtcYNvbq Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2016-Feb-02, 11:32, Adam Weinberger wrote: > > On 2 Feb, 2016, at 9:01, Pietro Cerutti wrote: > >=20 > > Author: gahr > > Date: Tue Feb 2 16:01:16 2016 > > New Revision: 407827 > > URL: https://svnweb.freebsd.org/changeset/ports/407827 > >=20 > > Log: > > MFH: r407825 > >=20 > > mail/opensmtpd: update to 5.7.3p2 > >=20 > > Details at https://github.com/OpenSMTPD/OpenSMTPD/issues/650 > >=20 > > While at it, remove a stale patch that isn't applicable anymore. Upstr= eam > > implements this logic already, and the patch doesn't actually patch an= ything. >=20 > That patch did rename smtpd.conf to smtpd.conf.sample. Without it, instal= lation fails: >=20 > pkg-static: Unable to access file /usr/ports/mail/opensmtpd/work/stage/us= r/local/etc/mail/smtpd.conf.sample: No such file or directory > *** Error code 74 >=20 > Stop. > make[1]: stopped in /usr/ports/mail/opensmtpd > *** Error code 1 >=20 > Stop. > make: stopped in /usr/ports/mail/opensmtpd >=20 > Can you please either add back the patch, or rename the file in post-inst= all? Ouch that's weird. The previous patch file did not patch anything for me - line numers were above the lines count of the patched file. Anyway, I have restored the patch. Thanks for pointing it out! --=20 Pietro Cerutti The FreeBSD Project gahr@FreeBSD.org PGP Public Key: http://gahr.ch/pgp --zYo4Elh1vtcYNvbq Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJWsRWhXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREQTZERTEwNkE1Qjg1NEI4NUREODZENDlB REQwRDM4RUExOTIwODlFAAoJEK3Q046hkgieVCcP/2bKZLvhYGdGni8Rq7cXEJv+ tRSNYgkvMgVDUZhjVHqospNRzVulm/Mo+6G1guSbQHfnfxDq3JLXyp0WGsYmcDqa bdBu3osE5cC59ix+XnFA5VSkPsmwUc/tveYw0s6xGFUavYGXk8X8HASwZk+Lsaqv mxCx5OEmWyyuJWNGuq/yOnvN+vVLFa1ygVy8j/uL7IfJ6M0rTzJXvGrUMVsiTGmj By4+vdwMqfZBsDl0NYxxwESOkYwyhT8dHQgBX5J2kUgpgGfST8XufJB5DguLUMhv hgN+Xwe6Qw8kMadtG3u7T/8BctPLfRDMRgDjAnYAwoqGl6ugQRRdBC1nVplUj+uw 6Mz9eJJVX7f3YxAjBSP4rbnACEzIkLOgkh5sEQalpgX3GcexRsR7WvheENbbN4Dy sZ/3bWr0Gn7Szx6Mm2oKocGLmMK0a+GMDUigC1+neqaKAfsQ8LyMLPgd2drbzhgN mQsmbZ/mRxBY8lNOFUKwejuB95rDnwyTZYkseoHd/lVnv+RA3gaVCCmpnmdAWZZX LlPqvj2cKG6KKkqTP657xRFsLgm8NFLG4hSFyF/FGta9r4K7bsQCIqwo+B9KvAb4 zUOBy32AOqq+UbjlLk/MkhgZwyoLHsGeLM9efPPIi8SzUXn360yjzTk7CzWPwU+Z 1oOlLVs8TxDwnOLsBKHh =EGcs -----END PGP SIGNATURE----- --zYo4Elh1vtcYNvbq-- From owner-svn-ports-branches@freebsd.org Wed Feb 3 06:36:13 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1218DA73B69; Wed, 3 Feb 2016 06:36:13 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 D91E812AB; Wed, 3 Feb 2016 06:36:12 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u136aBJ1034293; Wed, 3 Feb 2016 06:36:11 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u136aBS0034292; Wed, 3 Feb 2016 06:36:11 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201602030636.u136aBS0034292@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Wed, 3 Feb 2016 06:36:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407945 - branches/2016Q1/mail/opensmtpd/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.20 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, 03 Feb 2016 06:36:13 -0000 Author: gahr Date: Wed Feb 3 06:36:11 2016 New Revision: 407945 URL: https://svnweb.freebsd.org/changeset/ports/407945 Log: MFH: r407847 mail/opensmtpd: restore patch to install .sample config file Notified by: adamw@ Approved by: portmgr (miwi) Added: branches/2016Q1/mail/opensmtpd/files/patch-mk_smtpd_Makefile.in - copied unchanged from r407847, head/mail/opensmtpd/files/patch-mk_smtpd_Makefile.in Modified: Directory Properties: branches/2016Q1/ (props changed) Copied: branches/2016Q1/mail/opensmtpd/files/patch-mk_smtpd_Makefile.in (from r407847, head/mail/opensmtpd/files/patch-mk_smtpd_Makefile.in) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q1/mail/opensmtpd/files/patch-mk_smtpd_Makefile.in Wed Feb 3 06:36:11 2016 (r407945, copy of r407847, head/mail/opensmtpd/files/patch-mk_smtpd_Makefile.in) @@ -0,0 +1,17 @@ +--- mk/smtpd/Makefile.in.orig 2016-02-02 20:40:51 UTC ++++ mk/smtpd/Makefile.in +@@ -1365,13 +1365,7 @@ install-exec-hook: $(CONFIGFILES) $(MANP + $(MKDIR_P) $(DESTDIR)$(bindir) + $(MKDIR_P) $(DESTDIR)$(mandir)/$(mansubdir)5 + $(MKDIR_P) $(DESTDIR)$(mandir)/$(mansubdir)8 +- +- @if [ ! -f $(DESTDIR)$(sysconfdir)/smtpd.conf ]; then \ +- $(INSTALL) -m 644 smtpd.conf.out $(DESTDIR)$(sysconfdir)/smtpd.conf; \ +- else \ +- echo "$(DESTDIR)$(sysconfdir)/smtpd.conf already exists, install will not overwrite"; \ +- fi +- ++ $(INSTALL) -m 644 smtpd.conf.out $(DESTDIR)$(sysconfdir)/smtpd.conf.sample + $(INSTALL) -m 644 aliases.5.out $(DESTDIR)$(mandir)/$(mansubdir)5/aliases.5 + $(INSTALL) -m 644 forward.5.out $(DESTDIR)$(mandir)/$(mansubdir)5/forward.5 + $(INSTALL) -m 644 table.5.out $(DESTDIR)$(mandir)/$(mansubdir)5/table.5 From owner-svn-ports-branches@freebsd.org Wed Feb 3 08:00:36 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7A1F0A99F6A; Wed, 3 Feb 2016 08:00:36 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 523921883; Wed, 3 Feb 2016 08:00:36 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1380Zie057715; Wed, 3 Feb 2016 08:00:35 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1380Zi8057713; Wed, 3 Feb 2016 08:00:35 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201602030800.u1380Zi8057713@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Wed, 3 Feb 2016 08:00:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407948 - branches/2016Q1/devel/py-pip 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.20 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, 03 Feb 2016 08:00:36 -0000 Author: koobs Date: Wed Feb 3 08:00:34 2016 New Revision: 407948 URL: https://svnweb.freebsd.org/changeset/ports/407948 Log: MFH: r407947 devel/py-pip: Add pkg-message user WARNING Add a pkg-message warning users not to use pip to install packages in the system-wide Python environment location. This should have been done a long time ago. While I'm here: - Add LICENSE_FILE - Enable NO_ARCH - Match *_DEPENDS versions to those in setup.py - Fix incorrect pytest-xdist package name match PR: 205881, 205819 Reported by: many Suggested by: many MFH: 2016Q1 Approved by: ports-secteam (blanket) Added: branches/2016Q1/devel/py-pip/pkg-message - copied unchanged from r407947, head/devel/py-pip/pkg-message Modified: branches/2016Q1/devel/py-pip/Makefile Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/devel/py-pip/Makefile ============================================================================== --- branches/2016Q1/devel/py-pip/Makefile Wed Feb 3 07:50:19 2016 (r407947) +++ branches/2016Q1/devel/py-pip/Makefile Wed Feb 3 08:00:34 2016 (r407948) @@ -3,6 +3,7 @@ PORTNAME= pip PORTVERSION= 7.1.2 +PORTREVISION= 1 CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,13 +11,14 @@ MAINTAINER= python@FreeBSD.org COMMENT= Tool for installing and managing Python packages LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt # Tests also need bzr, git, otherwise they fail TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:${PORTSDIR}/devel/py-pytest \ ${PYTHON_PKGNAMEPREFIX}pytest-capturelog>0:${PORTSDIR}/devel/py-pytest-capturelog \ ${PYTHON_PKGNAMEPREFIX}pytest-timeout>0:${PORTSDIR}/devel/py-pytest-timeout \ - ${PYTHON_PKGNAMEPREFIX}pytest-timeout>0:${PORTSDIR}/devel/py-pytest-xdist \ - ${PYTHON_PKGNAMEPREFIX}virtualenv>=13.0.0:${PORTSDIR}/devel/py-virtualenv \ + ${PYTHON_PKGNAMEPREFIX}pytest-xdist>0:${PORTSDIR}/devel/py-pytest-xdist \ + ${PYTHON_PKGNAMEPREFIX}virtualenv>=1.10:${PORTSDIR}/devel/py-virtualenv \ ${PYTHON_PKGNAMEPREFIX}scripttest>=1.3:${PORTSDIR}/devel/py-scripttest \ ${PYTHON_PKGNAMEPREFIX}mock>0:${PORTSDIR}/devel/py-mock \ ${PYTHON_PKGNAMEPREFIX}pretend>0:${PORTSDIR}/devel/py-pretend \ @@ -39,6 +41,8 @@ SHEBANG_FILES= pip/__init__.py GH_ACCOUNT= pypa +NO_ARCH= yes + post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/build/sphinx/html && \ Copied: branches/2016Q1/devel/py-pip/pkg-message (from r407947, head/devel/py-pip/pkg-message) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q1/devel/py-pip/pkg-message Wed Feb 3 08:00:34 2016 (r407948, copy of r407947, head/devel/py-pip/pkg-message) @@ -0,0 +1,14 @@ +============================== !!!! WARNING !!!! ========================== + +pip MUST ONLY be used: + + * With the --user flag, OR + * To install or manage Python packages in virtual environments + +Failure to follow this warning can and will result in an inconsistent +system-wide Python environment (LOCALBASE/lib/pythonX.Y/site-packages) and +cause errors. + +Avoid using pip as root unless you know what you're doing. + +============================== !!!! WARNING !!!! ========================== From owner-svn-ports-branches@freebsd.org Wed Feb 3 17:35:23 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 50248A970EC; Wed, 3 Feb 2016 17:35:23 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 260A6135D; Wed, 3 Feb 2016 17:35:23 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u13HZM3N027840; Wed, 3 Feb 2016 17:35:22 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u13HZLqt027836; Wed, 3 Feb 2016 17:35:21 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201602031735.u13HZLqt027836@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Wed, 3 Feb 2016 17:35:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407965 - branches/2016Q1/sysutils/py-salt 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.20 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, 03 Feb 2016 17:35:23 -0000 Author: feld Date: Wed Feb 3 17:35:21 2016 New Revision: 407965 URL: https://svnweb.freebsd.org/changeset/ports/407965 Log: MFH: r407804 Update to 2015.8.4. PR: 206712 Submitted by: maintainer Security: CVE-2016-1866 Approved by: ports-secteam (with hat) Modified: branches/2016Q1/sysutils/py-salt/Makefile branches/2016Q1/sysutils/py-salt/distinfo branches/2016Q1/sysutils/py-salt/pkg-plist Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/sysutils/py-salt/Makefile ============================================================================== --- branches/2016Q1/sysutils/py-salt/Makefile Wed Feb 3 17:34:08 2016 (r407964) +++ branches/2016Q1/sysutils/py-salt/Makefile Wed Feb 3 17:35:21 2016 (r407965) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= salt -PORTVERSION= 2015.8.3 +PORTVERSION= 2015.8.4 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: branches/2016Q1/sysutils/py-salt/distinfo ============================================================================== --- branches/2016Q1/sysutils/py-salt/distinfo Wed Feb 3 17:34:08 2016 (r407964) +++ branches/2016Q1/sysutils/py-salt/distinfo Wed Feb 3 17:35:21 2016 (r407965) @@ -1,2 +1,2 @@ -SHA256 (salt-2015.8.3.tar.gz) = 2e9a262789b018f3443513105c0c6ae98934c9bc105a04cf9e5c073ef706218a -SIZE (salt-2015.8.3.tar.gz) = 6757678 +SHA256 (salt-2015.8.4.tar.gz) = 8a21a02e53a6ef9b6dad4145c70225b7ff17bbb4a436a131c7e32d42b428cf48 +SIZE (salt-2015.8.4.tar.gz) = 6874756 Modified: branches/2016Q1/sysutils/py-salt/pkg-plist ============================================================================== --- branches/2016Q1/sysutils/py-salt/pkg-plist Wed Feb 3 17:34:08 2016 (r407964) +++ branches/2016Q1/sysutils/py-salt/pkg-plist Wed Feb 3 17:35:21 2016 (r407965) @@ -305,6 +305,8 @@ %%PYTHON_SITELIBDIR%%/salt/grains/core.pyc %%PYTHON_SITELIBDIR%%/salt/grains/disks.py %%PYTHON_SITELIBDIR%%/salt/grains/disks.pyc +%%PYTHON_SITELIBDIR%%/salt/grains/esxi.py +%%PYTHON_SITELIBDIR%%/salt/grains/esxi.pyc %%PYTHON_SITELIBDIR%%/salt/grains/external_ip.py %%PYTHON_SITELIBDIR%%/salt/grains/external_ip.pyc %%PYTHON_SITELIBDIR%%/salt/grains/extra.py @@ -509,6 +511,8 @@ %%PYTHON_SITELIBDIR%%/salt/modules/environ.pyc %%PYTHON_SITELIBDIR%%/salt/modules/eselect.py %%PYTHON_SITELIBDIR%%/salt/modules/eselect.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/esxi.py +%%PYTHON_SITELIBDIR%%/salt/modules/esxi.pyc %%PYTHON_SITELIBDIR%%/salt/modules/etcd_mod.py %%PYTHON_SITELIBDIR%%/salt/modules/etcd_mod.pyc %%PYTHON_SITELIBDIR%%/salt/modules/event.py @@ -847,6 +851,8 @@ %%PYTHON_SITELIBDIR%%/salt/modules/shadow.pyc %%PYTHON_SITELIBDIR%%/salt/modules/slack_notify.py %%PYTHON_SITELIBDIR%%/salt/modules/slack_notify.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/slsutil.py +%%PYTHON_SITELIBDIR%%/salt/modules/slsutil.pyc %%PYTHON_SITELIBDIR%%/salt/modules/smartos_imgadm.py %%PYTHON_SITELIBDIR%%/salt/modules/smartos_imgadm.pyc %%PYTHON_SITELIBDIR%%/salt/modules/smartos_virt.py @@ -951,6 +957,8 @@ %%PYTHON_SITELIBDIR%%/salt/modules/virt.pyc %%PYTHON_SITELIBDIR%%/salt/modules/virtualenv_mod.py %%PYTHON_SITELIBDIR%%/salt/modules/virtualenv_mod.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/vsphere.py +%%PYTHON_SITELIBDIR%%/salt/modules/vsphere.pyc %%PYTHON_SITELIBDIR%%/salt/modules/win_autoruns.py %%PYTHON_SITELIBDIR%%/salt/modules/win_autoruns.pyc %%PYTHON_SITELIBDIR%%/salt/modules/win_dacl.py @@ -1141,6 +1149,8 @@ %%PYTHON_SITELIBDIR%%/salt/proxy/__init__.pyc %%PYTHON_SITELIBDIR%%/salt/proxy/chronos.py %%PYTHON_SITELIBDIR%%/salt/proxy/chronos.pyc +%%PYTHON_SITELIBDIR%%/salt/proxy/esxi.py +%%PYTHON_SITELIBDIR%%/salt/proxy/esxi.pyc %%PYTHON_SITELIBDIR%%/salt/proxy/fx2.py %%PYTHON_SITELIBDIR%%/salt/proxy/fx2.pyc %%PYTHON_SITELIBDIR%%/salt/proxy/junos.py @@ -1267,6 +1277,8 @@ %%PYTHON_SITELIBDIR%%/salt/roster/clustershell.pyc %%PYTHON_SITELIBDIR%%/salt/roster/flat.py %%PYTHON_SITELIBDIR%%/salt/roster/flat.pyc +%%PYTHON_SITELIBDIR%%/salt/roster/range.py +%%PYTHON_SITELIBDIR%%/salt/roster/range.pyc %%PYTHON_SITELIBDIR%%/salt/roster/scan.py %%PYTHON_SITELIBDIR%%/salt/roster/scan.pyc %%PYTHON_SITELIBDIR%%/salt/runner.py @@ -1475,6 +1487,8 @@ %%PYTHON_SITELIBDIR%%/salt/states/environ.pyc %%PYTHON_SITELIBDIR%%/salt/states/eselect.py %%PYTHON_SITELIBDIR%%/salt/states/eselect.pyc +%%PYTHON_SITELIBDIR%%/salt/states/esxi.py +%%PYTHON_SITELIBDIR%%/salt/states/esxi.pyc %%PYTHON_SITELIBDIR%%/salt/states/etcd_mod.py %%PYTHON_SITELIBDIR%%/salt/states/etcd_mod.pyc %%PYTHON_SITELIBDIR%%/salt/states/event.py From owner-svn-ports-branches@freebsd.org Wed Feb 3 17:36:03 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C75B6A9715F; Wed, 3 Feb 2016 17:36:03 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 7A25C1609; Wed, 3 Feb 2016 17:36:03 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u13Ha25C028047; Wed, 3 Feb 2016 17:36:02 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u13Ha2YT028045; Wed, 3 Feb 2016 17:36:02 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201602031736.u13Ha2YT028045@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Wed, 3 Feb 2016 17:36:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407966 - in branches/2016Q1/sysutils/py-salt: . 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.20 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, 03 Feb 2016 17:36:03 -0000 Author: feld Date: Wed Feb 3 17:36:02 2016 New Revision: 407966 URL: https://svnweb.freebsd.org/changeset/ports/407966 Log: MFH: r407964 sysutils/py-salt: Patch to fix major regression There was a major regression in 2015.8.4 which breaks a lot of salt functionality. This adds a patch to fix it ahead of the upcoming 2015.8.5. The reason for patching in the ports tree is that there is a major CVE that is addressed in 2015.8.4 which should be resolved immediately by merging a functional salt to quarterly. Regression: https://github.com/saltstack/salt/issues/30820 Security: CVE-2016-1866 Security: https://vuxml.freebsd.org/freebsd/0652005e-ca96-11e5-96d6-14dae9d210b8.html Approved by: ports-secteam (with hat) Added: branches/2016Q1/sysutils/py-salt/files/patch-salt_state.py - copied unchanged from r407964, head/sysutils/py-salt/files/patch-salt_state.py Modified: branches/2016Q1/sysutils/py-salt/Makefile Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/sysutils/py-salt/Makefile ============================================================================== --- branches/2016Q1/sysutils/py-salt/Makefile Wed Feb 3 17:35:21 2016 (r407965) +++ branches/2016Q1/sysutils/py-salt/Makefile Wed Feb 3 17:36:02 2016 (r407966) @@ -3,6 +3,7 @@ PORTNAME= salt PORTVERSION= 2015.8.4 +PORTREVISION= 1 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Copied: branches/2016Q1/sysutils/py-salt/files/patch-salt_state.py (from r407964, head/sysutils/py-salt/files/patch-salt_state.py) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q1/sysutils/py-salt/files/patch-salt_state.py Wed Feb 3 17:36:02 2016 (r407966, copy of r407964, head/sysutils/py-salt/files/patch-salt_state.py) @@ -0,0 +1,11 @@ +--- salt/state.py.orig 2016-02-03 17:25:12 UTC ++++ salt/state.py +@@ -190,7 +190,7 @@ def find_name(name, state, high): + if len(arg) != 1: + continue + if arg[next(iter(arg))] == name: +- ext_id.append((name, state)) ++ ext_id.append((nid, state)) + return ext_id + + From owner-svn-ports-branches@freebsd.org Wed Feb 3 21:06:56 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C1330A9A7CF; Wed, 3 Feb 2016 21:06:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 8FCDE1B39; Wed, 3 Feb 2016 21:06:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u13L6tcX092201; Wed, 3 Feb 2016 21:06:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u13L6tTP092199; Wed, 3 Feb 2016 21:06:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201602032106.u13L6tTP092199@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 3 Feb 2016 21:06:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407985 - branches/2016Q1/textproc/rubygem-rails-html-sanitizer 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.20 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, 03 Feb 2016 21:06:56 -0000 Author: sunpoet Date: Wed Feb 3 21:06:55 2016 New Revision: 407985 URL: https://svnweb.freebsd.org/changeset/ports/407985 Log: MFH: r407869 - Update to 1.0.3 Changes: https://github.com/rails/rails-html-sanitizer/releases https://github.com/rails/rails-html-sanitizer/commits/master Security: bb0ef21d-0e1b-461b-bc3d-9cba39948888 Approved by: ports-secteam (miwi, feld) Modified: branches/2016Q1/textproc/rubygem-rails-html-sanitizer/Makefile branches/2016Q1/textproc/rubygem-rails-html-sanitizer/distinfo Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/textproc/rubygem-rails-html-sanitizer/Makefile ============================================================================== --- branches/2016Q1/textproc/rubygem-rails-html-sanitizer/Makefile Wed Feb 3 20:55:00 2016 (r407984) +++ branches/2016Q1/textproc/rubygem-rails-html-sanitizer/Makefile Wed Feb 3 21:06:55 2016 (r407985) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rails-html-sanitizer -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.3 CATEGORIES= textproc rubygems MASTER_SITES= RG Modified: branches/2016Q1/textproc/rubygem-rails-html-sanitizer/distinfo ============================================================================== --- branches/2016Q1/textproc/rubygem-rails-html-sanitizer/distinfo Wed Feb 3 20:55:00 2016 (r407984) +++ branches/2016Q1/textproc/rubygem-rails-html-sanitizer/distinfo Wed Feb 3 21:06:55 2016 (r407985) @@ -1,2 +1,2 @@ -SHA256 (rubygem/rails-html-sanitizer-1.0.2.gem) = 2481cfb60c4a03941489af5c92165c6dd169966f0b849d26d857cab5444b467a -SIZE (rubygem/rails-html-sanitizer-1.0.2.gem) = 14848 +SHA256 (rubygem/rails-html-sanitizer-1.0.3.gem) = a7da8eb4ce2e673ba909d36a94a9e06f196e88a92e76d01dfee3803d0d6a0e8d +SIZE (rubygem/rails-html-sanitizer-1.0.3.gem) = 15360 From owner-svn-ports-branches@freebsd.org Wed Feb 3 21:07:54 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 07371A9A83D; Wed, 3 Feb 2016 21:07:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 CA9301C40; Wed, 3 Feb 2016 21:07:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u13L7qaO092387; Wed, 3 Feb 2016 21:07:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u13L7q17092385; Wed, 3 Feb 2016 21:07:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201602032107.u13L7q17092385@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 3 Feb 2016 21:07:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407986 - branches/2016Q1/databases/rubygem-activemodel4 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.20 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, 03 Feb 2016 21:07:54 -0000 Author: sunpoet Date: Wed Feb 3 21:07:52 2016 New Revision: 407986 URL: https://svnweb.freebsd.org/changeset/ports/407986 Log: MFH: r407871 - Update to 4.2.5.1 Changes: https://github.com/rails/rails/blob/4-2-stable/activemodel/CHANGELOG.md https://github.com/rails/rails/compare/v4.2.5...v4.2.5.1 Security: bb0ef21d-0e1b-461b-bc3d-9cba39948888 Approved by: ports-secteam (miwi, feld) Modified: branches/2016Q1/databases/rubygem-activemodel4/Makefile branches/2016Q1/databases/rubygem-activemodel4/distinfo Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/databases/rubygem-activemodel4/Makefile ============================================================================== --- branches/2016Q1/databases/rubygem-activemodel4/Makefile Wed Feb 3 21:06:55 2016 (r407985) +++ branches/2016Q1/databases/rubygem-activemodel4/Makefile Wed Feb 3 21:07:52 2016 (r407986) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= activemodel -PORTVERSION= 4.2.5 +PORTVERSION= 4.2.5.1 CATEGORIES= databases rubygems MASTER_SITES= RG PKGNAMESUFFIX= 4 Modified: branches/2016Q1/databases/rubygem-activemodel4/distinfo ============================================================================== --- branches/2016Q1/databases/rubygem-activemodel4/distinfo Wed Feb 3 21:06:55 2016 (r407985) +++ branches/2016Q1/databases/rubygem-activemodel4/distinfo Wed Feb 3 21:07:52 2016 (r407986) @@ -1,2 +1,2 @@ -SHA256 (rubygem/activemodel-4.2.5.gem) = ccb62c3d5871c02230b5e91e5afb957aab2c95a09c34ea8749fd5612d0eb05a9 -SIZE (rubygem/activemodel-4.2.5.gem) = 45568 +SHA256 (rubygem/activemodel-4.2.5.1.gem) = f714b5cdd57e8f6502c5c5bd7e517629977dbb9934dedf7e75360ac4b71a28ff +SIZE (rubygem/activemodel-4.2.5.1.gem) = 45568 From owner-svn-ports-branches@freebsd.org Thu Feb 4 00:04:54 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4D5FDA9AC1D; Thu, 4 Feb 2016 00:04:54 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 0D07A1A49; Thu, 4 Feb 2016 00:04:53 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1404rWs046577; Thu, 4 Feb 2016 00:04:53 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1404qba046575; Thu, 4 Feb 2016 00:04:52 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602040004.u1404qba046575@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 4 Feb 2016 00:04:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r408007 - in branches/2016Q1/games/lgeneral: . 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.20 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, 04 Feb 2016 00:04:54 -0000 Author: amdmi3 Date: Thu Feb 4 00:04:52 2016 New Revision: 408007 URL: https://svnweb.freebsd.org/changeset/ports/408007 Log: MFH: r408006 - Generate missing data files to fix runtime crash [1] While here: - Fix build with NLS disabled - Fix LICENSE - Switch to USES=localbase - Switch to options helpers - Don't try to use X11 during build PR: 206831 [1] Submitted by: cmangin@arobas.net [1] Approved by: ports-secteam blanket Added: branches/2016Q1/games/lgeneral/files/patch-util_localize.h - copied unchanged from r408006, head/games/lgeneral/files/patch-util_localize.h Modified: branches/2016Q1/games/lgeneral/Makefile Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/games/lgeneral/Makefile ============================================================================== --- branches/2016Q1/games/lgeneral/Makefile Thu Feb 4 00:03:30 2016 (r408006) +++ branches/2016Q1/games/lgeneral/Makefile Thu Feb 4 00:04:52 2016 (r408007) @@ -3,6 +3,7 @@ PORTNAME= lgeneral PORTVERSION= 1.3.0 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME} \ SF/${PORTNAME}/${PORTNAME}-data:data @@ -12,19 +13,16 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:DE MAINTAINER= ports@FreeBSD.org COMMENT= Turn-based strategy engine inspired by Panzer General -LICENSE= GPLv2 +LICENSE= GPLv2+ -USES= gmake +BROKEN_powerpc= does not install +BROKEN_sparc64= does not install + +USES= gmake localbase USE_CSTD= gnu89 USE_SDL= sdl GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - -BROKEN_powerpc= Does not install on ${ARCH} -BROKEN_sparc64= Does not install on ${ARCH} - OPTIONS_DEFINE= DOCS NLS SOUND OPTIONS_DEFAULT= SOUND OPTIONS_SUB= yes @@ -43,9 +41,13 @@ post-install: .for i in flags terrain units @${MKDIR} ${STAGEDIR}${DATADIR}/gfx/${i} .endfor - (${STAGEDIR}${PREFIX}/bin/lgc-pg -s ${WRKDIR}/pg-data \ - -d ${STAGEDIR}${DATADIR}) + ${SETENV} DISPLAY= \ + ${STAGEDIR}${PREFIX}/bin/lgc-pg --separate-bridges \ + -s ${WRKDIR}/pg-data \ + -d ${STAGEDIR}${DATADIR} + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - (cd ${WRKSRC} && ${INSTALL_DATA} README.* ${STAGEDIR}${DOCSDIR}) + ${INSTALL_DATA} ${WRKSRC}/README.* ${STAGEDIR}${DOCSDIR} .include Copied: branches/2016Q1/games/lgeneral/files/patch-util_localize.h (from r408006, head/games/lgeneral/files/patch-util_localize.h) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q1/games/lgeneral/files/patch-util_localize.h Thu Feb 4 00:04:52 2016 (r408007, copy of r408006, head/games/lgeneral/files/patch-util_localize.h) @@ -0,0 +1,14 @@ +--- util/localize.h.orig 2013-05-03 17:17:37 UTC ++++ util/localize.h +@@ -31,9 +31,10 @@ + # include + #endif + ++#ifdef ENABLE_NLS ++ + #include + +-#ifdef ENABLE_NLS + /** shorthand for fetching translation of default domain */ + # define tr(s) gettext (s) + /** shorthand for fetching translation of specified domain */ From owner-svn-ports-branches@freebsd.org Thu Feb 4 06:16:31 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3FF3EA9BD96; Thu, 4 Feb 2016 06:16:31 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 1D2E01BE6; Thu, 4 Feb 2016 06:16:31 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u146GUio055078; Thu, 4 Feb 2016 06:16:30 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u146GTSx055070; Thu, 4 Feb 2016 06:16:29 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201602040616.u146GTSx055070@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Thu, 4 Feb 2016 06:16:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r408012 - in branches/2016Q1/databases: mysql57-client mysql57-client/files mysql57-server mysql57-server/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.20 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, 04 Feb 2016 06:16:31 -0000 Author: riggs Date: Thu Feb 4 06:16:29 2016 New Revision: 408012 URL: https://svnweb.freebsd.org/changeset/ports/408012 Log: MFH: r408005 - Fix plist - binary_log_types.h is now installed only by client, not server - lib/mysql/plugin/ha_example.so is only installed if EXAMPLES OPTION is turned off - Bump PORTREVISION - Allow slave port to override PORTREVISION if necessary - Deactivate performance_schema feature to conserve memory - Add notes to pkg-message: - root password - performance_schema feature is deactivated by default to reduce memory footprint - Allow port to build while boost-libs-1.55 is installed PR: 205956 206065 206612 206879 Submitted by: smh Reviewed by: mokhi64@gmail.com (maintainer) Approved by: ports-secteam (feld), mokhi64@gmail.com (maintainer) Modified: branches/2016Q1/databases/mysql57-client/Makefile branches/2016Q1/databases/mysql57-client/files/patch-include_CMakeLists.txt branches/2016Q1/databases/mysql57-client/pkg-plist branches/2016Q1/databases/mysql57-server/Makefile branches/2016Q1/databases/mysql57-server/files/mysql-server.in branches/2016Q1/databases/mysql57-server/files/patch-include_CMakeLists.txt branches/2016Q1/databases/mysql57-server/pkg-message branches/2016Q1/databases/mysql57-server/pkg-plist Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/databases/mysql57-client/Makefile ============================================================================== --- branches/2016Q1/databases/mysql57-client/Makefile Thu Feb 4 03:29:49 2016 (r408011) +++ branches/2016Q1/databases/mysql57-client/Makefile Thu Feb 4 06:16:29 2016 (r408012) @@ -14,7 +14,6 @@ PKGMESSAGE= ${.CURDIR}/pkg-message PATCHDIR= ${.CURDIR}/files PLIST= ${.CURDIR}/pkg-plist -CONFLICTS_BUILD= boost-libs-1.55* CONFLICTS_INSTALL= mysql5.[0-57-9]-client-* mysql[0-46-9][0-9]-client-* mariadb[0-9][0-9]-client-* percona[0-9][0-9]-client-* CMAKE_ARGS+= -DINSTALL_PKGCONFIGDIR=${PREFIX}/libdata/pkgconfig \ Modified: branches/2016Q1/databases/mysql57-client/files/patch-include_CMakeLists.txt ============================================================================== --- branches/2016Q1/databases/mysql57-client/files/patch-include_CMakeLists.txt Thu Feb 4 03:29:49 2016 (r408011) +++ branches/2016Q1/databases/mysql57-client/files/patch-include_CMakeLists.txt Thu Feb 4 06:16:29 2016 (r408012) @@ -8,11 +8,4 @@ my_dbug.h m_string.h my_sys.h -@@ -68,7 +69,6 @@ SET(HEADERS - ${HEADERS_GEN_CONFIGURE} - ) - --INSTALL(FILES ../libbinlogevents/export/binary_log_types.h DESTINATION ${INSTALL_INCLUDEDIR}) - INSTALL(FILES ${HEADERS} DESTINATION ${INSTALL_INCLUDEDIR} COMPONENT Development) - INSTALL(DIRECTORY mysql/ DESTINATION ${INSTALL_INCLUDEDIR}/mysql COMPONENT Development - PATTERN "*.h" + Modified: branches/2016Q1/databases/mysql57-client/pkg-plist ============================================================================== --- branches/2016Q1/databases/mysql57-client/pkg-plist Thu Feb 4 03:29:49 2016 (r408011) +++ branches/2016Q1/databases/mysql57-client/pkg-plist Thu Feb 4 06:16:29 2016 (r408012) @@ -10,6 +10,7 @@ bin/mysqlimport bin/mysqlpump bin/mysqlshow bin/mysqlslap +include/mysql/binary_log_types.h include/mysql/big_endian.h include/mysql/byte_order_generic.h include/mysql/byte_order_generic_x86.h Modified: branches/2016Q1/databases/mysql57-server/Makefile ============================================================================== --- branches/2016Q1/databases/mysql57-server/Makefile Thu Feb 4 03:29:49 2016 (r408011) +++ branches/2016Q1/databases/mysql57-server/Makefile Thu Feb 4 06:16:29 2016 (r408012) @@ -3,7 +3,7 @@ PORTNAME= mysql PORTVERSION= 5.7.10 -PORTREVISION= 1 +PORTREVISION?= 2 CATEGORIES= databases ipv6 MASTER_SITES= MYSQL/MySQL-5.7:MySQL SF/boost/boost/1.59.0:boost PKGNAMESUFFIX?= 57-server @@ -40,7 +40,8 @@ CMAKE_ARGS+= -DINSTALL_DOCDIR="share/doc -DINSTALL_SCRIPTDIR="bin" \ -DINSTALL_SHAREDIR="share" \ -DINSTALL_SUPPORTFILESDIR="share/mysql" \ - -DLOCAL_BOOST_DIR=${WRKSRC}/../boost_1_59_0 \ + -DLOCAL_BOOST_DIR=${WRKDIR}/boost_1_59_0 \ + -DBOOST_INCLUDE_DIR=${WRKDIR}/boost_1_59_0 \ -DWITH_INNODB_EXTRA_DEBUG=0 SHEBANG_FILES= scripts/*.pl* scripts/*.sh @@ -61,7 +62,6 @@ WANT_MYSQL_VER= 57 USES+= bison:build cpe perl5 USE_PERL5= run -CONFLICTS_BUILD= boost-libs-1.55* CONFLICTS_INSTALL= mariadb[0-9]*-server-* \ mysql[0-46-9][0-689]-server-* \ percona[0-9]*-server-* @@ -84,6 +84,7 @@ CMAKE_ARGS+= -DWITH_EMBEDDED_SERVER="ON" OPTIONS_GROUP= STORAGE OPTIONS_GROUP_STORAGE= ARCHIVE BLACKHOLE EXAMPLE FEDERATED INNOBASE PARTITION PERFSCHEMA +OPTIONS_SUB= YES STORAGE_DESC= Permissible "Storage Engines" (to compile statically into the server) ARCHIVE_DESC= Compile "Archive Storage" statically in server BLACKHOLE_DESC= Compile "Blackhole Storage" statically in server @@ -116,10 +117,8 @@ OPENSSL_CMAKE_ON= -DWITH_SSL=system OPENSSL_CMAKE_ON= -DWITH_SSL=yes .endif -USE_CLANG= 3.3+ - post-extract: - ${RM} -rvf ${WRKSRC}/sql/sql_hints.yy.cc ${WRKSRC}/sql/sql_hints.yy.h + @${RM} -rvf ${WRKSRC}/sql/sql_hints.yy.cc ${WRKSRC}/sql/sql_hints.yy.h post-patch: @${REINPLACE_CMD} 's/*.1/${MMAN1}/' ${WRKSRC}/man/CMakeLists.txt Modified: branches/2016Q1/databases/mysql57-server/files/mysql-server.in ============================================================================== --- branches/2016Q1/databases/mysql57-server/files/mysql-server.in Thu Feb 4 03:29:49 2016 (r408011) +++ branches/2016Q1/databases/mysql57-server/files/mysql-server.in Thu Feb 4 06:16:29 2016 (r408012) @@ -41,7 +41,7 @@ mysql_limits_args="-e -U ${mysql_user}" : ${hostname:=`/bin/hostname`} pidfile=${mysql_pidfile:-"${mysql_dbdir}/${hostname}.pid"} command="/usr/sbin/daemon" -command_args="-c -f %%PREFIX%%/bin/mysqld_safe --defaults-extra-file=${mysql_optfile} --user=${mysql_user} --datadir=${mysql_dbdir} --pid-file=${pidfile} ${mysql_args}" +command_args="-c -f %%PREFIX%%/bin/mysqld_safe --defaults-extra-file=${mysql_optfile} --user=${mysql_user} --datadir=${mysql_dbdir} --pid-file=${pidfile} ${mysql_args} --skip-performance-schema" procname="%%PREFIX%%/libexec/mysqld" start_precmd="${name}_prestart" start_postcmd="${name}_poststart" Modified: branches/2016Q1/databases/mysql57-server/files/patch-include_CMakeLists.txt ============================================================================== --- branches/2016Q1/databases/mysql57-server/files/patch-include_CMakeLists.txt Thu Feb 4 03:29:49 2016 (r408011) +++ branches/2016Q1/databases/mysql57-server/files/patch-include_CMakeLists.txt Thu Feb 4 06:16:29 2016 (r408012) @@ -2,9 +2,9 @@ +++ include/CMakeLists.txt @@ -69,10 +69,12 @@ SET(HEADERS ) - + ++IF(FALSE) INSTALL(FILES ../libbinlogevents/export/binary_log_types.h DESTINATION ${INSTALL_INCLUDEDIR}) -+IF(FALSE) INSTALL(FILES ${HEADERS} DESTINATION ${INSTALL_INCLUDEDIR} COMPONENT Development) INSTALL(DIRECTORY mysql/ DESTINATION ${INSTALL_INCLUDEDIR}/mysql COMPONENT Development PATTERN "*.h" Modified: branches/2016Q1/databases/mysql57-server/pkg-message ============================================================================== --- branches/2016Q1/databases/mysql57-server/pkg-message Thu Feb 4 03:29:49 2016 (r408011) +++ branches/2016Q1/databases/mysql57-server/pkg-message Thu Feb 4 06:16:29 2016 (r408012) @@ -1,6 +1,13 @@ -************************************************************************ +***************************************************************************** Remember to run mysql_upgrade the first time you start the MySQL server after an upgrade from an earlier version. -************************************************************************ +Init. password for first time use of MySQL is saved in $HOME/.mysql_secret +ie. when you want to use "mysql -u root -p" first you should see password +in /root/.mysql_secret + +performance_schema feature is set off by default, because of using high RAM. +if you need it enable it yourself :) + +***************************************************************************** Modified: branches/2016Q1/databases/mysql57-server/pkg-plist ============================================================================== --- branches/2016Q1/databases/mysql57-server/pkg-plist Thu Feb 4 03:29:49 2016 (r408011) +++ branches/2016Q1/databases/mysql57-server/pkg-plist Thu Feb 4 06:16:29 2016 (r408012) @@ -19,13 +19,12 @@ bin/replace bin/resolve_stack_dump bin/resolveip bin/zlib_decompress -include/mysql/binary_log_types.h lib/mysql/libmysqld.a lib/mysql/plugin/adt_null.so lib/mysql/plugin/auth.so lib/mysql/plugin/auth_test_plugin.so lib/mysql/plugin/daemon_example.ini -lib/mysql/plugin/ha_example.so +%%NO_EXAMPLE%%lib/mysql/plugin/ha_example.so lib/mysql/plugin/libdaemon_example.so lib/mysql/plugin/libtest_framework.so lib/mysql/plugin/libtest_services.so From owner-svn-ports-branches@freebsd.org Thu Feb 4 06:58:08 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6043EA9A1BC; Thu, 4 Feb 2016 06:58:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 3097A11FC; Thu, 4 Feb 2016 06:58:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u146w7KL067158; Thu, 4 Feb 2016 06:58:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u146w7FB067156; Thu, 4 Feb 2016 06:58:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201602040658.u146w7FB067156@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 4 Feb 2016 06:58:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r408013 - branches/2016Q1/science/py-pysal 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.20 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, 04 Feb 2016 06:58:08 -0000 Author: sunpoet Date: Thu Feb 4 06:58:06 2016 New Revision: 408013 URL: https://svnweb.freebsd.org/changeset/ports/408013 Log: MFH: r407750 - Update to 1.11.0 - Relax USES=python Changes: https://github.com/pysal/pysal/releases Approved by: ports-secteam (feld) Modified: branches/2016Q1/science/py-pysal/Makefile branches/2016Q1/science/py-pysal/distinfo Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/science/py-pysal/Makefile ============================================================================== --- branches/2016Q1/science/py-pysal/Makefile Thu Feb 4 06:16:29 2016 (r408012) +++ branches/2016Q1/science/py-pysal/Makefile Thu Feb 4 06:58:06 2016 (r408013) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pysal -PORTVERSION= 1.10.0 +PORTVERSION= 1.11.0 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -21,6 +21,6 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nos NO_ARCH= yes USE_PYTHON= autoplist distutils -USES= python:2 +USES= python .include Modified: branches/2016Q1/science/py-pysal/distinfo ============================================================================== --- branches/2016Q1/science/py-pysal/distinfo Thu Feb 4 06:16:29 2016 (r408012) +++ branches/2016Q1/science/py-pysal/distinfo Thu Feb 4 06:58:06 2016 (r408013) @@ -1,2 +1,2 @@ -SHA256 (PySAL-1.10.0.tar.gz) = 5ed28da6ee794cee0ffaa03dbcbf00aafc7433dba1f3c39c43a418e9c2d608e1 -SIZE (PySAL-1.10.0.tar.gz) = 13382525 +SHA256 (PySAL-1.11.0.tar.gz) = c41f5a5d9c155576ca08d481376936b98c77e63008eb025c43f39574e7f593d7 +SIZE (PySAL-1.11.0.tar.gz) = 13439211 From owner-svn-ports-branches@freebsd.org Thu Feb 4 08:35:38 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DC027A9BEFB; Thu, 4 Feb 2016 08:35:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 AB361E6F; Thu, 4 Feb 2016 08:35:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u148ZadA097511; Thu, 4 Feb 2016 08:35:36 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u148ZXQf097477; Thu, 4 Feb 2016 08:35:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201602040835.u148ZXQf097477@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 4 Feb 2016 08:35:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r408016 - in branches/2016Q1: databases/rubygem-activemodel databases/rubygem-activerecord databases/rubygem-activerecord4 devel/rubygem-actionview devel/rubygem-activejob devel/rubygem... 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.20 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, 04 Feb 2016 08:35:38 -0000 Author: sunpoet Date: Thu Feb 4 08:35:33 2016 New Revision: 408016 URL: https://svnweb.freebsd.org/changeset/ports/408016 Log: MFH: r407870 r407872 r407873 r407874 r407875 r407876 r407877 r407878 r407879 r407880 r407881 r407882 r407883 r407884 r407885 r407886 - Update Rails 4.2 to 4.2.5.1 - Update Rails 3 to 3.2.22.1 - Add LICENSE_FILE Changes: https://github.com/rails/rails/commits/4-2-stable https://github.com/rails/rails/compare/v4.2.5...v4.2.5.1 https://github.com/rails/rails/commits/3-2-stable https://github.com/rails/rails/compare/v3.2.22...v3.2.22.1 Security: bb0ef21d-0e1b-461b-bc3d-9cba39948888 Approved by: ports-secteam (feld, miwi) Modified: branches/2016Q1/databases/rubygem-activemodel/Makefile branches/2016Q1/databases/rubygem-activemodel/distinfo branches/2016Q1/databases/rubygem-activerecord/Makefile branches/2016Q1/databases/rubygem-activerecord/distinfo branches/2016Q1/databases/rubygem-activerecord4/Makefile branches/2016Q1/databases/rubygem-activerecord4/distinfo branches/2016Q1/devel/rubygem-actionview/Makefile branches/2016Q1/devel/rubygem-actionview/distinfo branches/2016Q1/devel/rubygem-activejob/Makefile branches/2016Q1/devel/rubygem-activejob/distinfo branches/2016Q1/devel/rubygem-activesupport/Makefile branches/2016Q1/devel/rubygem-activesupport/distinfo branches/2016Q1/devel/rubygem-activesupport4/Makefile branches/2016Q1/devel/rubygem-activesupport4/distinfo branches/2016Q1/mail/rubygem-actionmailer/Makefile branches/2016Q1/mail/rubygem-actionmailer/distinfo branches/2016Q1/mail/rubygem-actionmailer4/Makefile branches/2016Q1/mail/rubygem-actionmailer4/distinfo branches/2016Q1/www/rubygem-actionpack/Makefile branches/2016Q1/www/rubygem-actionpack/distinfo branches/2016Q1/www/rubygem-actionpack4/Makefile branches/2016Q1/www/rubygem-actionpack4/distinfo branches/2016Q1/www/rubygem-activeresource/Makefile branches/2016Q1/www/rubygem-activeresource/distinfo branches/2016Q1/www/rubygem-rails/Makefile branches/2016Q1/www/rubygem-rails/distinfo branches/2016Q1/www/rubygem-rails4/Makefile branches/2016Q1/www/rubygem-rails4/distinfo branches/2016Q1/www/rubygem-railties/Makefile branches/2016Q1/www/rubygem-railties/distinfo branches/2016Q1/www/rubygem-railties4/Makefile branches/2016Q1/www/rubygem-railties4/distinfo Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/databases/rubygem-activemodel/Makefile ============================================================================== --- branches/2016Q1/databases/rubygem-activemodel/Makefile Thu Feb 4 07:58:46 2016 (r408015) +++ branches/2016Q1/databases/rubygem-activemodel/Makefile Thu Feb 4 08:35:33 2016 (r408016) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= activemodel -PORTVERSION= 3.2.22 +PORTVERSION= 3.2.22.1 CATEGORIES= databases rubygems MASTER_SITES= RG Modified: branches/2016Q1/databases/rubygem-activemodel/distinfo ============================================================================== --- branches/2016Q1/databases/rubygem-activemodel/distinfo Thu Feb 4 07:58:46 2016 (r408015) +++ branches/2016Q1/databases/rubygem-activemodel/distinfo Thu Feb 4 08:35:33 2016 (r408016) @@ -1,2 +1,2 @@ -SHA256 (rubygem/activemodel-3.2.22.gem) = cdfd437178e248d54a4d1fc75b696aae0587b274ddd30199693d99335b2dcf6c -SIZE (rubygem/activemodel-3.2.22.gem) = 44032 +SHA256 (rubygem/activemodel-3.2.22.1.gem) = 2adff03c599683b7678365987e9600dc856416f7a242e07d41f1bd9b4c87f0ee +SIZE (rubygem/activemodel-3.2.22.1.gem) = 44032 Modified: branches/2016Q1/databases/rubygem-activerecord/Makefile ============================================================================== --- branches/2016Q1/databases/rubygem-activerecord/Makefile Thu Feb 4 07:58:46 2016 (r408015) +++ branches/2016Q1/databases/rubygem-activerecord/Makefile Thu Feb 4 08:35:33 2016 (r408016) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= activerecord -PORTVERSION= 3.2.22 +PORTVERSION= 3.2.22.1 CATEGORIES= databases rubygems MASTER_SITES= RG Modified: branches/2016Q1/databases/rubygem-activerecord/distinfo ============================================================================== --- branches/2016Q1/databases/rubygem-activerecord/distinfo Thu Feb 4 07:58:46 2016 (r408015) +++ branches/2016Q1/databases/rubygem-activerecord/distinfo Thu Feb 4 08:35:33 2016 (r408016) @@ -1,2 +1,2 @@ -SHA256 (rubygem/activerecord-3.2.22.gem) = b8fbb1ef376b3a3802b747aed33a544412bc3f2115f04f949ca58f3c2e34c29e -SIZE (rubygem/activerecord-3.2.22.gem) = 296448 +SHA256 (rubygem/activerecord-3.2.22.1.gem) = 38632a30fd499eeec22d4994f1df1183ce137190a82ad256b8ca7653b36460b6 +SIZE (rubygem/activerecord-3.2.22.1.gem) = 296448 Modified: branches/2016Q1/databases/rubygem-activerecord4/Makefile ============================================================================== --- branches/2016Q1/databases/rubygem-activerecord4/Makefile Thu Feb 4 07:58:46 2016 (r408015) +++ branches/2016Q1/databases/rubygem-activerecord4/Makefile Thu Feb 4 08:35:33 2016 (r408016) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= activerecord -PORTVERSION= 4.2.5 +PORTVERSION= 4.2.5.1 CATEGORIES= databases rubygems MASTER_SITES= RG PKGNAMESUFFIX= 4 Modified: branches/2016Q1/databases/rubygem-activerecord4/distinfo ============================================================================== --- branches/2016Q1/databases/rubygem-activerecord4/distinfo Thu Feb 4 07:58:46 2016 (r408015) +++ branches/2016Q1/databases/rubygem-activerecord4/distinfo Thu Feb 4 08:35:33 2016 (r408016) @@ -1,2 +1,2 @@ -SHA256 (rubygem/activerecord-4.2.5.gem) = 795b885e45b8d2eda1410207a693287c9a6a143f97631f0531b7bd60dd985695 -SIZE (rubygem/activerecord-4.2.5.gem) = 329728 +SHA256 (rubygem/activerecord-4.2.5.1.gem) = 85d5eac30b4302afb586573c0f044df2e8fdeeeb05502b295833596f468c45e2 +SIZE (rubygem/activerecord-4.2.5.1.gem) = 330240 Modified: branches/2016Q1/devel/rubygem-actionview/Makefile ============================================================================== --- branches/2016Q1/devel/rubygem-actionview/Makefile Thu Feb 4 07:58:46 2016 (r408015) +++ branches/2016Q1/devel/rubygem-actionview/Makefile Thu Feb 4 08:35:33 2016 (r408016) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= actionview -PORTVERSION= 4.2.5 +PORTVERSION= 4.2.5.1 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: branches/2016Q1/devel/rubygem-actionview/distinfo ============================================================================== --- branches/2016Q1/devel/rubygem-actionview/distinfo Thu Feb 4 07:58:46 2016 (r408015) +++ branches/2016Q1/devel/rubygem-actionview/distinfo Thu Feb 4 08:35:33 2016 (r408016) @@ -1,2 +1,2 @@ -SHA256 (rubygem/actionview-4.2.5.gem) = b5dfaa0d77c8f9117f0a4d96174e89465f36a2db7cf7195ec10cb8b367076abc -SIZE (rubygem/actionview-4.2.5.gem) = 144896 +SHA256 (rubygem/actionview-4.2.5.1.gem) = 5584f76f5db2bc9cea4d2cc969213e89f3bba404aaa9a07ef3fe760f207ee1b6 +SIZE (rubygem/actionview-4.2.5.1.gem) = 145408 Modified: branches/2016Q1/devel/rubygem-activejob/Makefile ============================================================================== --- branches/2016Q1/devel/rubygem-activejob/Makefile Thu Feb 4 07:58:46 2016 (r408015) +++ branches/2016Q1/devel/rubygem-activejob/Makefile Thu Feb 4 08:35:33 2016 (r408016) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= activejob -PORTVERSION= 4.2.5 +PORTVERSION= 4.2.5.1 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: branches/2016Q1/devel/rubygem-activejob/distinfo ============================================================================== --- branches/2016Q1/devel/rubygem-activejob/distinfo Thu Feb 4 07:58:46 2016 (r408015) +++ branches/2016Q1/devel/rubygem-activejob/distinfo Thu Feb 4 08:35:33 2016 (r408016) @@ -1,2 +1,2 @@ -SHA256 (rubygem/activejob-4.2.5.gem) = 335d3dfa6bb731c87168540d5f159d12fa1e3374ba937f27125ddc42d628c0b6 -SIZE (rubygem/activejob-4.2.5.gem) = 19456 +SHA256 (rubygem/activejob-4.2.5.1.gem) = 4c1edb86e374eb4efafde43fab8a40ded8b5f841f86fc5f44f73ec70393dd2f5 +SIZE (rubygem/activejob-4.2.5.1.gem) = 19456 Modified: branches/2016Q1/devel/rubygem-activesupport/Makefile ============================================================================== --- branches/2016Q1/devel/rubygem-activesupport/Makefile Thu Feb 4 07:58:46 2016 (r408015) +++ branches/2016Q1/devel/rubygem-activesupport/Makefile Thu Feb 4 08:35:33 2016 (r408016) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= activesupport -PORTVERSION= 3.2.22 +PORTVERSION= 3.2.22.1 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -10,6 +10,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Utility classes and extension that are required by Rails MVC Framework LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-i18n>=0.6.4:${PORTSDIR}/devel/rubygem-i18n \ rubygem-multi_json>=1.0:${PORTSDIR}/devel/rubygem-multi_json Modified: branches/2016Q1/devel/rubygem-activesupport/distinfo ============================================================================== --- branches/2016Q1/devel/rubygem-activesupport/distinfo Thu Feb 4 07:58:46 2016 (r408015) +++ branches/2016Q1/devel/rubygem-activesupport/distinfo Thu Feb 4 08:35:33 2016 (r408016) @@ -1,2 +1,2 @@ -SHA256 (rubygem/activesupport-3.2.22.gem) = b2c2a9f038ea1b05fd755bf2b81c70b4e9d188a233570cd51047d6dd9ee947e7 -SIZE (rubygem/activesupport-3.2.22.gem) = 289280 +SHA256 (rubygem/activesupport-3.2.22.1.gem) = 68944a9409cd991444f87d63e4deb5417c3a43001f072e6096a3bc4a27020e6e +SIZE (rubygem/activesupport-3.2.22.1.gem) = 289792 Modified: branches/2016Q1/devel/rubygem-activesupport4/Makefile ============================================================================== --- branches/2016Q1/devel/rubygem-activesupport4/Makefile Thu Feb 4 07:58:46 2016 (r408015) +++ branches/2016Q1/devel/rubygem-activesupport4/Makefile Thu Feb 4 08:35:33 2016 (r408016) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= activesupport -PORTVERSION= 4.2.5 +PORTVERSION= 4.2.5.1 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 4 Modified: branches/2016Q1/devel/rubygem-activesupport4/distinfo ============================================================================== --- branches/2016Q1/devel/rubygem-activesupport4/distinfo Thu Feb 4 07:58:46 2016 (r408015) +++ branches/2016Q1/devel/rubygem-activesupport4/distinfo Thu Feb 4 08:35:33 2016 (r408016) @@ -1,2 +1,2 @@ -SHA256 (rubygem/activesupport-4.2.5.gem) = ab92026997b67187fc14710214250b92cd984bc00115709f1ef2bf2521b35ff0 -SIZE (rubygem/activesupport-4.2.5.gem) = 330240 +SHA256 (rubygem/activesupport-4.2.5.1.gem) = cd20d48479a755150816b3e46fbc9634345359039f8ac8fde89038ceffd6ef9b +SIZE (rubygem/activesupport-4.2.5.1.gem) = 330240 Modified: branches/2016Q1/mail/rubygem-actionmailer/Makefile ============================================================================== --- branches/2016Q1/mail/rubygem-actionmailer/Makefile Thu Feb 4 07:58:46 2016 (r408015) +++ branches/2016Q1/mail/rubygem-actionmailer/Makefile Thu Feb 4 08:35:33 2016 (r408016) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= actionmailer -PORTVERSION= 3.2.22 +PORTVERSION= 3.2.22.1 CATEGORIES= mail rubygems MASTER_SITES= RG Modified: branches/2016Q1/mail/rubygem-actionmailer/distinfo ============================================================================== --- branches/2016Q1/mail/rubygem-actionmailer/distinfo Thu Feb 4 07:58:46 2016 (r408015) +++ branches/2016Q1/mail/rubygem-actionmailer/distinfo Thu Feb 4 08:35:33 2016 (r408016) @@ -1,2 +1,2 @@ -SHA256 (rubygem/actionmailer-3.2.22.gem) = b52c657d35f7b79ef169c41bc40eafba61b816a59894e99716ef272f46776d0e -SIZE (rubygem/actionmailer-3.2.22.gem) = 21504 +SHA256 (rubygem/actionmailer-3.2.22.1.gem) = 69dbdc86054a1c9cf7ef5dcfc745ee3a2a2ea9e4242e0ca19d1891d972d0b095 +SIZE (rubygem/actionmailer-3.2.22.1.gem) = 22016 Modified: branches/2016Q1/mail/rubygem-actionmailer4/Makefile ============================================================================== --- branches/2016Q1/mail/rubygem-actionmailer4/Makefile Thu Feb 4 07:58:46 2016 (r408015) +++ branches/2016Q1/mail/rubygem-actionmailer4/Makefile Thu Feb 4 08:35:33 2016 (r408016) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= actionmailer -PORTVERSION= 4.2.5 +PORTVERSION= 4.2.5.1 CATEGORIES= mail rubygems MASTER_SITES= RG PKGNAMESUFFIX= 4 Modified: branches/2016Q1/mail/rubygem-actionmailer4/distinfo ============================================================================== --- branches/2016Q1/mail/rubygem-actionmailer4/distinfo Thu Feb 4 07:58:46 2016 (r408015) +++ branches/2016Q1/mail/rubygem-actionmailer4/distinfo Thu Feb 4 08:35:33 2016 (r408016) @@ -1,2 +1,2 @@ -SHA256 (rubygem/actionmailer-4.2.5.gem) = 60f8b5c8ba4ea98a08469626e0ecd4fbc41b2393df888da8f3afe4c034edffcc -SIZE (rubygem/actionmailer-4.2.5.gem) = 27136 +SHA256 (rubygem/actionmailer-4.2.5.1.gem) = 96d0bb15dc567fd7531b83796530991ed540bfa62526da8b55ef5a3b8a43b6bb +SIZE (rubygem/actionmailer-4.2.5.1.gem) = 27136 Modified: branches/2016Q1/www/rubygem-actionpack/Makefile ============================================================================== --- branches/2016Q1/www/rubygem-actionpack/Makefile Thu Feb 4 07:58:46 2016 (r408015) +++ branches/2016Q1/www/rubygem-actionpack/Makefile Thu Feb 4 08:35:33 2016 (r408016) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= actionpack -PORTVERSION= 3.2.22 +PORTVERSION= 3.2.22.1 CATEGORIES= www rubygems MASTER_SITES= RG Modified: branches/2016Q1/www/rubygem-actionpack/distinfo ============================================================================== --- branches/2016Q1/www/rubygem-actionpack/distinfo Thu Feb 4 07:58:46 2016 (r408015) +++ branches/2016Q1/www/rubygem-actionpack/distinfo Thu Feb 4 08:35:33 2016 (r408016) @@ -1,2 +1,2 @@ -SHA256 (rubygem/actionpack-3.2.22.gem) = 9f77a792a8154005d5704386cf708b4500ac5d56eb53a45bfdf0c339761095d1 -SIZE (rubygem/actionpack-3.2.22.gem) = 291328 +SHA256 (rubygem/actionpack-3.2.22.1.gem) = 419505e367140dbd3f93f21722ab36a5ed7dffd40f49c58ce0a2c1dc0fe95f46 +SIZE (rubygem/actionpack-3.2.22.1.gem) = 291840 Modified: branches/2016Q1/www/rubygem-actionpack4/Makefile ============================================================================== --- branches/2016Q1/www/rubygem-actionpack4/Makefile Thu Feb 4 07:58:46 2016 (r408015) +++ branches/2016Q1/www/rubygem-actionpack4/Makefile Thu Feb 4 08:35:33 2016 (r408016) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= actionpack -PORTVERSION= 4.2.5 +PORTVERSION= 4.2.5.1 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= 4 Modified: branches/2016Q1/www/rubygem-actionpack4/distinfo ============================================================================== --- branches/2016Q1/www/rubygem-actionpack4/distinfo Thu Feb 4 07:58:46 2016 (r408015) +++ branches/2016Q1/www/rubygem-actionpack4/distinfo Thu Feb 4 08:35:33 2016 (r408016) @@ -1,2 +1,2 @@ -SHA256 (rubygem/actionpack-4.2.5.gem) = e05d1a050c5b946554dabaa1f861938c620dc2b0239f88b63a349b6ff53ca7dc -SIZE (rubygem/actionpack-4.2.5.gem) = 186368 +SHA256 (rubygem/actionpack-4.2.5.1.gem) = bb737da7fe0b587b4545b4b4ee90093d9e7b1a83988319c2721b7b27796c508f +SIZE (rubygem/actionpack-4.2.5.1.gem) = 186368 Modified: branches/2016Q1/www/rubygem-activeresource/Makefile ============================================================================== --- branches/2016Q1/www/rubygem-activeresource/Makefile Thu Feb 4 07:58:46 2016 (r408015) +++ branches/2016Q1/www/rubygem-activeresource/Makefile Thu Feb 4 08:35:33 2016 (r408016) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= activeresource -PORTVERSION= 3.2.22 +PORTVERSION= 3.2.22.1 CATEGORIES= www rubygems MASTER_SITES= RG Modified: branches/2016Q1/www/rubygem-activeresource/distinfo ============================================================================== --- branches/2016Q1/www/rubygem-activeresource/distinfo Thu Feb 4 07:58:46 2016 (r408015) +++ branches/2016Q1/www/rubygem-activeresource/distinfo Thu Feb 4 08:35:33 2016 (r408016) @@ -1,2 +1,2 @@ -SHA256 (rubygem/activeresource-3.2.22.gem) = 7e67b40e7c13c218ba69567bf1a974d575c9b3922f5cfebd778f065fc2e7aee5 -SIZE (rubygem/activeresource-3.2.22.gem) = 37376 +SHA256 (rubygem/activeresource-3.2.22.1.gem) = 5f6f42132babd4a41ca41eb7bd9b37b011fc4a357a2b2ea09034e0a56df378c0 +SIZE (rubygem/activeresource-3.2.22.1.gem) = 37376 Modified: branches/2016Q1/www/rubygem-rails/Makefile ============================================================================== --- branches/2016Q1/www/rubygem-rails/Makefile Thu Feb 4 07:58:46 2016 (r408015) +++ branches/2016Q1/www/rubygem-rails/Makefile Thu Feb 4 08:35:33 2016 (r408016) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rails -PORTVERSION= 3.2.22 +PORTVERSION= 3.2.22.1 CATEGORIES= www rubygems MASTER_SITES= RG @@ -41,7 +41,6 @@ RUN_DEPENDS= rubygem-actionmailer>=${POR NOPORTDOCS= yes NO_ARCH= yes - USE_RUBY= yes USE_RUBY_RDOC= yes USE_RUBYGEMS= yes Modified: branches/2016Q1/www/rubygem-rails/distinfo ============================================================================== --- branches/2016Q1/www/rubygem-rails/distinfo Thu Feb 4 07:58:46 2016 (r408015) +++ branches/2016Q1/www/rubygem-rails/distinfo Thu Feb 4 08:35:33 2016 (r408016) @@ -1,2 +1,2 @@ -SHA256 (rubygem/rails-3.2.22.gem) = 4e6341bbab6d88aa0578034474699c3793448dfbaa09d89f708304591f3b8a21 -SIZE (rubygem/rails-3.2.22.gem) = 4608 +SHA256 (rubygem/rails-3.2.22.1.gem) = 55bc070a05d583ffc0028bfc6b1c5be60e9d5fc7655ebada06c5c83ae38249e9 +SIZE (rubygem/rails-3.2.22.1.gem) = 4608 Modified: branches/2016Q1/www/rubygem-rails4/Makefile ============================================================================== --- branches/2016Q1/www/rubygem-rails4/Makefile Thu Feb 4 07:58:46 2016 (r408015) +++ branches/2016Q1/www/rubygem-rails4/Makefile Thu Feb 4 08:35:33 2016 (r408016) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rails -PORTVERSION= 4.2.5 +PORTVERSION= 4.2.5.1 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= 4 Modified: branches/2016Q1/www/rubygem-rails4/distinfo ============================================================================== --- branches/2016Q1/www/rubygem-rails4/distinfo Thu Feb 4 07:58:46 2016 (r408015) +++ branches/2016Q1/www/rubygem-rails4/distinfo Thu Feb 4 08:35:33 2016 (r408016) @@ -1,2 +1,2 @@ -SHA256 (rubygem/rails-4.2.5.gem) = 6248f75d4ecbcaa004166aa2b1484f87b7e956013853e905e49b68f29397b565 -SIZE (rubygem/rails-4.2.5.gem) = 1475584 +SHA256 (rubygem/rails-4.2.5.1.gem) = 0bb3795fc6d971522f2681dea730b49be880809012939a8a570bd086b583460e +SIZE (rubygem/rails-4.2.5.1.gem) = 1475584 Modified: branches/2016Q1/www/rubygem-railties/Makefile ============================================================================== --- branches/2016Q1/www/rubygem-railties/Makefile Thu Feb 4 07:58:46 2016 (r408015) +++ branches/2016Q1/www/rubygem-railties/Makefile Thu Feb 4 08:35:33 2016 (r408016) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= railties -PORTVERSION= 3.2.22 +PORTVERSION= 3.2.22.1 CATEGORIES= www rubygems MASTER_SITES= RG Modified: branches/2016Q1/www/rubygem-railties/distinfo ============================================================================== --- branches/2016Q1/www/rubygem-railties/distinfo Thu Feb 4 07:58:46 2016 (r408015) +++ branches/2016Q1/www/rubygem-railties/distinfo Thu Feb 4 08:35:33 2016 (r408016) @@ -1,2 +1,2 @@ -SHA256 (rubygem/railties-3.2.22.gem) = 73be29689c85340f7d46b8de8a8414f16a9fe2bea580956c02a2a785bf728c13 -SIZE (rubygem/railties-3.2.22.gem) = 1588224 +SHA256 (rubygem/railties-3.2.22.1.gem) = 903b106c85d549f4e8a67980a4f78366d825a0bd0d87a13e599b57ec4ce95750 +SIZE (rubygem/railties-3.2.22.1.gem) = 1588736 Modified: branches/2016Q1/www/rubygem-railties4/Makefile ============================================================================== --- branches/2016Q1/www/rubygem-railties4/Makefile Thu Feb 4 07:58:46 2016 (r408015) +++ branches/2016Q1/www/rubygem-railties4/Makefile Thu Feb 4 08:35:33 2016 (r408016) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= railties -PORTVERSION= 4.2.5 +PORTVERSION= 4.2.5.1 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= 4 Modified: branches/2016Q1/www/rubygem-railties4/distinfo ============================================================================== --- branches/2016Q1/www/rubygem-railties4/distinfo Thu Feb 4 07:58:46 2016 (r408015) +++ branches/2016Q1/www/rubygem-railties4/distinfo Thu Feb 4 08:35:33 2016 (r408016) @@ -1,2 +1,2 @@ -SHA256 (rubygem/railties-4.2.5.gem) = 5af4b2ed51bef76d981a8057cd86e23b1d97b40deeae4759d22ff73507e9fcc2 -SIZE (rubygem/railties-4.2.5.gem) = 127488 +SHA256 (rubygem/railties-4.2.5.1.gem) = b460df7ec554f4949db14fdf6eabdd3c413c928c1276d92007a807756ff6751f +SIZE (rubygem/railties-4.2.5.1.gem) = 127488 From owner-svn-ports-branches@freebsd.org Thu Feb 4 10:44:35 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5D2DDA9C5E1; Thu, 4 Feb 2016 10:44:35 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 38B54817; Thu, 4 Feb 2016 10:44:35 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u14AiYSq036128; Thu, 4 Feb 2016 10:44:34 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u14AiYZL036125; Thu, 4 Feb 2016 10:44:34 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201602041044.u14AiYZL036125@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Thu, 4 Feb 2016 10:44:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r408022 - in branches/2016Q1/security/py-rsa: . 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.20 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, 04 Feb 2016 10:44:35 -0000 Author: koobs Date: Thu Feb 4 10:44:33 2016 New Revision: 408022 URL: https://svnweb.freebsd.org/changeset/ports/408022 Log: MFH: r408021 security/py-rsa: Update to 3.3 (Fixes CVE-2016-1494) - Update PORTVERSION and distinfo checksum (3.3) - Modernize TEST entries (test target, TEST_DEPENDS, et al) - Update setup.py patch (zip_safe no longer needed) - Add LICENSE_FILE - Enable NO_ARCH This version fixed a security vulnerability: https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-1494 PR: 206746 Reported by: Sevan Janiyan Security: e78bfc9d-cb1e-11e5-b251-0050562a4d7b Security: CVE-2016-1494 Approved by: ports-secteam (security) Modified: branches/2016Q1/security/py-rsa/Makefile branches/2016Q1/security/py-rsa/distinfo branches/2016Q1/security/py-rsa/files/patch-setup.py Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/security/py-rsa/Makefile ============================================================================== --- branches/2016Q1/security/py-rsa/Makefile Thu Feb 4 10:39:48 2016 (r408021) +++ branches/2016Q1/security/py-rsa/Makefile Thu Feb 4 10:44:33 2016 (r408022) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= rsa -PORTVERSION= 3.1.4 -PORTREVISION= 1 +PORTVERSION= 3.3 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,20 +11,17 @@ MAINTAINER= koobs@FreeBSD.org COMMENT= Pure-Python RSA implementation LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyasn1>=0.1.3:${PORTSDIR}/devel/py-pyasn1 -TEST_DEPENDS:= ${PYTHON_PKGNAMEPREFIX}unittest2>0:${PORTSDIR}/devel/py-unittest2 \ - ${RUN_DEPENDS} - -OPTIONS_DEFINE= TESTS - -TESTS_DESC= Install tools for unit tests -TESTS_BUILD_DEPENDS= ${TEST_DEPENDS} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}unittest2>0:${PORTSDIR}/devel/py-unittest2 USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils + +NO_ARCH= yes -regression-test: build +do-test: @cd ${WRKSRC} && ${PYTHON_CMD} run_tests.py .include Modified: branches/2016Q1/security/py-rsa/distinfo ============================================================================== --- branches/2016Q1/security/py-rsa/distinfo Thu Feb 4 10:39:48 2016 (r408021) +++ branches/2016Q1/security/py-rsa/distinfo Thu Feb 4 10:44:33 2016 (r408022) @@ -1,2 +1,2 @@ -SHA256 (rsa-3.1.4.tar.gz) = e2b0b05936c276b1edd2e1525553233b666df9e29b5c3ba223eed738277c82a0 -SIZE (rsa-3.1.4.tar.gz) = 36181 +SHA256 (rsa-3.3.tar.gz) = 03f3d9bebad06681771016b8752a40b12f615ff32363c7aa19b3798e73ccd615 +SIZE (rsa-3.3.tar.gz) = 33449 Modified: branches/2016Q1/security/py-rsa/files/patch-setup.py ============================================================================== --- branches/2016Q1/security/py-rsa/files/patch-setup.py Thu Feb 4 10:39:48 2016 (r408021) +++ branches/2016Q1/security/py-rsa/files/patch-setup.py Thu Feb 4 10:44:33 2016 (r408022) @@ -1,9 +1,12 @@ ---- ./setup.py.orig 2013-09-26 22:34:41.233363167 +1000 -+++ ./setup.py 2013-09-26 22:34:50.192985862 +1000 -@@ -42,5 +42,5 @@ - 'pyrsa-encrypt-bigfile = rsa.cli:encrypt_bigfile', - 'pyrsa-decrypt-bigfile = rsa.cli:decrypt_bigfile', - ]}, -- -+ zip_safe=False, - ) +--- setup.py.orig 2016-01-13 08:43:51 UTC ++++ setup.py +@@ -42,6 +42,9 @@ setup(name='rsa', + install_requires=[ + 'pyasn1 >= 0.1.3', + ], ++ tests_require=[ ++ 'unittest2', ++ ], + entry_points={'console_scripts': [ + 'pyrsa-priv2pub = rsa.util:private_to_public', + 'pyrsa-keygen = rsa.cli:keygen', From owner-svn-ports-branches@freebsd.org Thu Feb 4 16:37:39 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 33E98A9B1C4; Thu, 4 Feb 2016 16:37:39 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 E1319A9; Thu, 4 Feb 2016 16:37:38 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u14Gbbov040736; Thu, 4 Feb 2016 16:37:37 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u14GbbO7040734; Thu, 4 Feb 2016 16:37:37 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602041637.u14GbbO7040734@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 4 Feb 2016 16:37:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r408052 - branches/2016Q1/misc/raspberrypi-userland 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.20 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, 04 Feb 2016 16:37:39 -0000 Author: amdmi3 Date: Thu Feb 4 16:37:37 2016 New Revision: 408052 URL: https://svnweb.freebsd.org/changeset/ports/408052 Log: MFH: r408041 - Switch to cmake outsource build to not install unneeded directories Approved by: portmgr blanket Approved by: ports-secteam blanket Modified: branches/2016Q1/misc/raspberrypi-userland/Makefile branches/2016Q1/misc/raspberrypi-userland/pkg-plist Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/misc/raspberrypi-userland/Makefile ============================================================================== --- branches/2016Q1/misc/raspberrypi-userland/Makefile Thu Feb 4 16:25:37 2016 (r408051) +++ branches/2016Q1/misc/raspberrypi-userland/Makefile Thu Feb 4 16:37:37 2016 (r408052) @@ -3,7 +3,7 @@ PORTNAME= raspberrypi-userland PORTVERSION= 20151105 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MAINTAINER= mikael.urankar@gmail.com @@ -22,7 +22,7 @@ GH_TAGNAME= fcbf8a3 USE_LDCONFIG= yes -USES= cmake +USES= cmake:outsource CMAKE_ARGS+= -DVMCS_INSTALL_PREFIX=${PREFIX} \ -DCMAKE_TOOLCHAIN_FILE=${WRKSRC}/makefiles/cmake/toolchains/arm-freebsd.cmake Modified: branches/2016Q1/misc/raspberrypi-userland/pkg-plist ============================================================================== --- branches/2016Q1/misc/raspberrypi-userland/pkg-plist Thu Feb 4 16:25:37 2016 (r408051) +++ branches/2016Q1/misc/raspberrypi-userland/pkg-plist Thu Feb 4 16:37:37 2016 (r408052) @@ -388,16 +388,5 @@ sbin/vcfiled %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/libs/vgfont/vgft.h %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/rebuild.sh share/install/vcfiled -@dir include/interface/vchiq_arm/CMakeFiles/vchiq_arm.dir -@dir include/interface/vchiq_arm/CMakeFiles/vchiq_test.dir -@dir include/interface/vcos/CMakeFiles @dir include/interface/vcos/glibc -@dir include/interface/vcos/pthreads/CMakeFiles/vcos.dir/__/generic -@dir include/interface/vcos/pthreads/CMakeFiles/vcos.dir/__/glibc -@dir include/interface/vcos/pthreads/generic/CMakeFiles -@dir include/interface/vmcs_host/CMakeFiles/vchostif.dir/linux -@dir include/interface/vmcs_host/CMakeFiles/vcilcs.dir -@dir include/interface/vmcs_host/linux/vcfiled/CMakeFiles/vcfiled.dir -@dir include/interface/vmcs_host/linux/vcfiled/CMakeFiles/vcfiled_check.dir -@dir include/interface/vmcs_host/linux/vcfiled/CMakeFiles/vcfiled_lock_test.dir @dir include/interface/vmcs_host/linux/vcfiled/etc/init.d From owner-svn-ports-branches@freebsd.org Thu Feb 4 17:30:37 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 88C34A9CC6D; Thu, 4 Feb 2016 17:30:37 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 5AAA411DC; Thu, 4 Feb 2016 17:30:37 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u14HUatG056568; Thu, 4 Feb 2016 17:30:36 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u14HUaFQ056567; Thu, 4 Feb 2016 17:30:36 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602041730.u14HUaFQ056567@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 4 Feb 2016 17:30:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r408062 - branches/2016Q1/sysutils/py-dlipower 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.20 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, 04 Feb 2016 17:30:37 -0000 Author: amdmi3 Date: Thu Feb 4 17:30:36 2016 New Revision: 408062 URL: https://svnweb.freebsd.org/changeset/ports/408062 Log: MFH: r408060 - Fix LICENSE - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam blanket Modified: branches/2016Q1/sysutils/py-dlipower/Makefile Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/sysutils/py-dlipower/Makefile ============================================================================== --- branches/2016Q1/sysutils/py-dlipower/Makefile Thu Feb 4 17:26:06 2016 (r408061) +++ branches/2016Q1/sysutils/py-dlipower/Makefile Thu Feb 4 17:30:36 2016 (r408062) @@ -3,7 +3,7 @@ PORTNAME= dlipower PORTVERSION= 0.7.117 -PORTEPOCH= 1 +PORTEPOCH= 2 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,13 +11,14 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= imp@FreeBSD.org COMMENT= CLI interface to Digital Logger's (DLI) Power Strips -LICENSE= BSD3CLAUSE +LICENSE= BSD2CLAUSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.0:${PORTSDIR}/www/py-beautifulsoup \ ${PYTHON_PKGNAMEPREFIX}requests>=2.0:${PORTSDIR}/www/py-requests \ ${PYTHON_PKGNAMEPREFIX}six>=1.9:${PORTSDIR}/devel/py-six -USES= python +USES= python shebangfix +SHEBANG_FILES= dlipower/fence_dli USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes From owner-svn-ports-branches@freebsd.org Fri Feb 5 17:38:17 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0089AA9C853; Fri, 5 Feb 2016 17:38:17 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 C3FE01637; Fri, 5 Feb 2016 17:38:16 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u15HcFsK095529; Fri, 5 Feb 2016 17:38:15 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u15HcFN3095520; Fri, 5 Feb 2016 17:38:15 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201602051738.u15HcFN3095520@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Fri, 5 Feb 2016 17:38:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r408238 - in branches/2016Q1/net: asterisk asterisk/files asterisk11 asterisk13 asterisk13/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.20 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, 05 Feb 2016 17:38:17 -0000 Author: madpilot Date: Fri Feb 5 17:38:14 2016 New Revision: 408238 URL: https://svnweb.freebsd.org/changeset/ports/408238 Log: MFH: r406243 r408026 - Update net/asterisk11 to 11.21.0 - Update net/asterisk13 to 13.7.0 - Add security fixes to net/asterisk port (PORTVERSION bumped) - Update net/asterisk11 to 11.21.1 - Update net/asterisk13 to 13.7.1 The security update included in these commits introduces an unexpected incompatibility with FreeBSD 9.3 bundled OpenSSL. Unluckily simply forcing this port to use ports provided openssl on 9.x isn't viable, since ftp/curl by default links with base openssl. A default binary package would just crash on startup when loading the asterisk curl module, due to conflicting openssl implementations being used. This commit adds a check in the Makefile, copied from the ftp/curl port, which removes the offending (and unsupported on that openssl version) code from the source file when linking against base OpenSSL on 9.x. Security: 559f3d1b-cb1d-11e5-80a4-001999f8d30b Approved by: ports-secteam (feld) Added: branches/2016Q1/net/asterisk/files/patch-AST-2016-001 - copied unchanged from r408026, head/net/asterisk/files/patch-AST-2016-001 branches/2016Q1/net/asterisk/files/patch-AST-2016-002 - copied unchanged from r408026, head/net/asterisk/files/patch-AST-2016-002 branches/2016Q1/net/asterisk/files/patch-AST-2016-003 - copied unchanged from r408026, head/net/asterisk/files/patch-AST-2016-003 Modified: branches/2016Q1/net/asterisk/Makefile branches/2016Q1/net/asterisk11/Makefile branches/2016Q1/net/asterisk11/distinfo branches/2016Q1/net/asterisk13/Makefile branches/2016Q1/net/asterisk13/distinfo branches/2016Q1/net/asterisk13/files/patch-Makefile Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/net/asterisk/Makefile ============================================================================== --- branches/2016Q1/net/asterisk/Makefile Fri Feb 5 17:37:29 2016 (r408237) +++ branches/2016Q1/net/asterisk/Makefile Fri Feb 5 17:38:14 2016 (r408238) @@ -3,7 +3,7 @@ PORTNAME= asterisk PORTVERSION= 1.8.32.3 -PORTREVISION= 3 +PORTREVISION= 5 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/%SUBDIR%/:main,g729 MASTER_SITE_SUBDIR= asterisk/:main \ @@ -223,6 +223,9 @@ post-patch: @${REINPLACE_CMD} -e '/#define HAVE_SYSINFO 1/d' ${WRKSRC}/configure @${REINPLACE_CMD} -e '/%%LIBSYSINFO%%/d' ${WRKSRC}/main/Makefile .endif +.if ${OPSYS} == FreeBSD && (${OSVERSION} < 1000015 && !(defined(WITH_OPENSSL_PORT) || (!defined(WITH_OPENSSL_BASE) && exists(${LOCALBASE}/lib/libcrypto.so)))) + @${REINPLACE_CMD} -e 's/SSL_OP_NO_TLSv1[_12]*;/0;/' ${WRKSRC}/main/tcptls.c +.endif .if exists(${FILESDIR}/.asterisk.makeopts) USER_MAKEOPTS_FILE=${FILESDIR}/.asterisk.makeopts Copied: branches/2016Q1/net/asterisk/files/patch-AST-2016-001 (from r408026, head/net/asterisk/files/patch-AST-2016-001) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q1/net/asterisk/files/patch-AST-2016-001 Fri Feb 5 17:38:14 2016 (r408238, copy of r408026, head/net/asterisk/files/patch-AST-2016-001) @@ -0,0 +1,140 @@ +diff --git a/configs/http.conf.sample b/configs/http.conf.sample +index 1a7f4fd..9a06fcf 100644 +--- configs/http.conf.sample ++++ configs/http.conf.sample +@@ -67,10 +67,31 @@ bindaddr=127.0.0.1 + ; If no path is given for tlscertfile or tlsprivatekey, default is to look in current + ; directory. If no tlsprivatekey is given, default is to search tlscertfile for private key. + ; ++; + ; To produce a certificate you can e.g. use openssl. This places both the cert and + ; private in same .pem file. + ; openssl req -new -x509 -days 365 -nodes -out /tmp/foo.pem -keyout /tmp/foo.pem + ; ++; tlscipher= ; The list of allowed ciphers ++; ; if none are specified the following cipher ++; ; list will be used instead: ++; ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384: ++; ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-DSS-AES128-GCM-SHA256: ++; kEDH+AESGCM:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA: ++; ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA384: ++; ECDHE-RSA-AES256-SHA:ECDHE-ECDSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA: ++; DHE-DSS-AES128-SHA256:DHE-RSA-AES256-SHA256:DHE-DSS-AES256-SHA:DHE-RSA-AES256-SHA: ++; AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256:AES128-SHA:AES256-SHA: ++; AES:CAMELLIA:DES-CBC3-SHA:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!PSK:!aECDH: ++; !EDH-DSS-DES-CBC3-SHA:!EDH-RSA-DES-CBC3-SHA:!KRB5-DES-CBC3-SHA ++; ++; tlsdisablev1=yes ; Disable TLSv1 support - if not set this defaults to "yes" ++; tlsdisablev11=yes ; Disable TLSv1.1 support - if not set this defaults to "no" ++; tlsdisablev12=yes ; Disable TLSv1.2 support - if not set this defaults to "no" ++; ++; tlsservercipherorder=yes ; Use the server preference order instead of the client order ++; ; Defaults to "yes" ++; + ; The post_mappings section maps URLs to real paths on the filesystem. If a + ; POST is done from within an authenticated manager session to one of the + ; configured POST mappings, then any files in the POST will be placed in the +diff --git a/include/asterisk/tcptls.h b/include/asterisk/tcptls.h +index f3f5e1f..eb7166f 100644 +--- include/asterisk/tcptls.h ++++ include/asterisk/tcptls.h +@@ -79,7 +79,15 @@ enum ast_ssl_flags { + /*! Use SSLv3 for outgoing client connections */ + AST_SSL_SSLV3_CLIENT = (1 << 4), + /*! Use TLSv1 for outgoing client connections */ +- AST_SSL_TLSV1_CLIENT = (1 << 5) ++ AST_SSL_TLSV1_CLIENT = (1 << 5), ++ /*! Use server cipher order instead of the client order */ ++ AST_SSL_SERVER_CIPHER_ORDER = (1 << 6), ++ /*! Disable TLSv1 support */ ++ AST_SSL_DISABLE_TLSV1 = (1 << 7), ++ /*! Disable TLSv1.1 support */ ++ AST_SSL_DISABLE_TLSV11 = (1 << 8), ++ /*! Disable TLSv1.2 support */ ++ AST_SSL_DISABLE_TLSV12 = (1 << 9), + }; + + struct ast_tls_config { +diff --git a/main/http.c b/main/http.c +index 9bebbe7..4bfa985 100644 +--- main/http.c ++++ main/http.c +@@ -1118,10 +1118,13 @@ static int __ast_http_load(int reload) + } + http_tls_cfg.pvtfile = ast_strdup(""); + ++ /* Apply modern intermediate settings according to the Mozilla OpSec team as of July 30th, 2015 but disable TLSv1 */ ++ ast_set_flag(&http_tls_cfg.flags, AST_SSL_DISABLE_TLSV1 | AST_SSL_SERVER_CIPHER_ORDER); ++ + if (http_tls_cfg.cipher) { + ast_free(http_tls_cfg.cipher); + } +- http_tls_cfg.cipher = ast_strdup(""); ++ http_tls_cfg.cipher = ast_strdup("ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-DSS-AES128-GCM-SHA256:kEDH+AESGCM:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA:ECDHE-ECDSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:DHE-DSS-AES128-SHA256:DHE-RSA-AES256-SHA256:DHE-DSS-AES256-SHA:DHE-RSA-AES256-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256:AES128-SHA:AES256-SHA:AES:CAMELLIA:DES-CBC3-SHA:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!PSK:!aECDH:!EDH-DSS-DES-CBC3-SHA:!EDH-RSA-DES-CBC3-SHA:!KRB5-DES-CBC3-SHA"); + + AST_RWLIST_WRLOCK(&uri_redirects); + while ((redirect = AST_RWLIST_REMOVE_HEAD(&uri_redirects, entry))) { +@@ -1146,8 +1149,6 @@ static int __ast_http_load(int reload) + && strcasecmp(v->name, "tlsdontverifyserver") + && strcasecmp(v->name, "tlsclientmethod") + && strcasecmp(v->name, "sslclientmethod") +- && strcasecmp(v->name, "tlscipher") +- && strcasecmp(v->name, "sslcipher") + && !ast_tls_read_conf(&http_tls_cfg, &https_desc, v->name, v->value)) { + continue; + } +diff --git a/main/tcptls.c b/main/tcptls.c +index a5a2af6..f73c2aa 100644 +--- main/tcptls.c ++++ main/tcptls.c +@@ -749,6 +749,7 @@ static int __ssl_setup(struct ast_tls_config *cfg, int client) + return 0; + #else + int disable_ssl = 0; ++ long ssl_opts = 0; + + if (!cfg->enabled) + return 0; +@@ -793,11 +794,24 @@ static int __ssl_setup(struct ast_tls_config *cfg, int client) + * them. SSLv23_*_method supports TLSv1+. + */ + if (disable_ssl) { +- long ssl_opts; ++ ssl_opts |= SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3; ++ } ++ ++ if (ast_test_flag(&cfg->flags, AST_SSL_SERVER_CIPHER_ORDER)) { ++ ssl_opts |= SSL_OP_CIPHER_SERVER_PREFERENCE; ++ } + +- ssl_opts = SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3; +- SSL_CTX_set_options(cfg->ssl_ctx, ssl_opts); ++ if (ast_test_flag(&cfg->flags, AST_SSL_DISABLE_TLSV1)) { ++ ssl_opts |= SSL_OP_NO_TLSv1; + } ++ if (ast_test_flag(&cfg->flags, AST_SSL_DISABLE_TLSV11)) { ++ ssl_opts |= SSL_OP_NO_TLSv1_1; ++ } ++ if (ast_test_flag(&cfg->flags, AST_SSL_DISABLE_TLSV12)) { ++ ssl_opts |= SSL_OP_NO_TLSv1_2; ++ } ++ ++ SSL_CTX_set_options(cfg->ssl_ctx, ssl_opts); + + SSL_CTX_set_verify(cfg->ssl_ctx, + ast_test_flag(&cfg->flags, AST_SSL_VERIFY_CLIENT) ? SSL_VERIFY_PEER | SSL_VERIFY_FAIL_IF_NO_PEER_CERT : SSL_VERIFY_NONE, +@@ -1109,6 +1123,14 @@ int ast_tls_read_conf(struct ast_tls_config *tls_cfg, struct ast_tcptls_session_ + ast_clear_flag(&tls_cfg->flags, AST_SSL_TLSV1_CLIENT); + ast_clear_flag(&tls_cfg->flags, AST_SSL_SSLV3_CLIENT); + } ++ } else if (!strcasecmp(varname, "tlsservercipherorder")) { ++ ast_set2_flag(&tls_cfg->flags, ast_true(value), AST_SSL_SERVER_CIPHER_ORDER); ++ } else if (!strcasecmp(varname, "tlsdisablev1")) { ++ ast_set2_flag(&tls_cfg->flags, ast_true(value), AST_SSL_DISABLE_TLSV1); ++ } else if (!strcasecmp(varname, "tlsdisablev11")) { ++ ast_set2_flag(&tls_cfg->flags, ast_true(value), AST_SSL_DISABLE_TLSV11); ++ } else if (!strcasecmp(varname, "tlsdisablev12")) { ++ ast_set2_flag(&tls_cfg->flags, ast_true(value), AST_SSL_DISABLE_TLSV12); + } else { + return -1; + } Copied: branches/2016Q1/net/asterisk/files/patch-AST-2016-002 (from r408026, head/net/asterisk/files/patch-AST-2016-002) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q1/net/asterisk/files/patch-AST-2016-002 Fri Feb 5 17:38:14 2016 (r408238, copy of r408026, head/net/asterisk/files/patch-AST-2016-002) @@ -0,0 +1,18 @@ +diff --git a/channels/chan_sip.c b/channels/chan_sip.c +index 5de304a..277eec7 100644 +--- channels/chan_sip.c ++++ channels/chan_sip.c +@@ -3771,6 +3771,13 @@ static int retrans_pkt(const void *data) + } + + /* For non-invites, a maximum of 4 secs */ ++ if (INT_MAX / pkt->timer_a < pkt->timer_t1) { ++ /* ++ * Uh Oh, we will have an integer overflow. ++ * Recalculate previous timeout time instead. ++ */ ++ pkt->timer_a = pkt->timer_a / 2; ++ } + siptimer_a = pkt->timer_t1 * pkt->timer_a; /* Double each time */ + if (pkt->method != SIP_INVITE && siptimer_a > 4000) { + siptimer_a = 4000; Copied: branches/2016Q1/net/asterisk/files/patch-AST-2016-003 (from r408026, head/net/asterisk/files/patch-AST-2016-003) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q1/net/asterisk/files/patch-AST-2016-003 Fri Feb 5 17:38:14 2016 (r408238, copy of r408026, head/net/asterisk/files/patch-AST-2016-003) @@ -0,0 +1,28 @@ +diff --git a/main/udptl.c b/main/udptl.c +index a8244e8..6960487 100644 +--- main/udptl.c ++++ main/udptl.c +@@ -231,16 +231,15 @@ static int decode_open_type(uint8_t *buf, unsigned int limit, unsigned int *len, + if (decode_length(buf, limit, len, &octet_cnt) != 0) + return -1; + +- if (octet_cnt > 0) { +- /* Make sure the buffer contains at least the number of bits requested */ +- if ((*len + octet_cnt) > limit) +- return -1; +- +- *p_num_octets = octet_cnt; +- *p_object = &buf[*len]; +- *len += octet_cnt; ++ /* Make sure the buffer contains at least the number of bits requested */ ++ if ((*len + octet_cnt) > limit) { ++ return -1; + } + ++ *p_num_octets = octet_cnt; ++ *p_object = &buf[*len]; ++ *len += octet_cnt; ++ + return 0; + } + /*- End of function --------------------------------------------------------*/ Modified: branches/2016Q1/net/asterisk11/Makefile ============================================================================== --- branches/2016Q1/net/asterisk11/Makefile Fri Feb 5 17:37:29 2016 (r408237) +++ branches/2016Q1/net/asterisk11/Makefile Fri Feb 5 17:38:14 2016 (r408238) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= asterisk -PORTVERSION= 11.20.0 -PORTREVISION= 1 +PORTVERSION= 11.21.1 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/%SUBDIR%/:main,g729 MASTER_SITE_SUBDIR= asterisk/:main \ @@ -228,6 +227,9 @@ post-patch: @${REINPLACE_CMD} -e '/#define HAVE_SYSINFO 1/d' ${WRKSRC}/configure @${REINPLACE_CMD} -e '/%%LIBSYSINFO%%/d' ${WRKSRC}/main/Makefile .endif +.if ${OPSYS} == FreeBSD && (${OSVERSION} < 1000015 && !(defined(WITH_OPENSSL_PORT) || (!defined(WITH_OPENSSL_BASE) && exists(${LOCALBASE}/lib/libcrypto.so)))) + @${REINPLACE_CMD} -e 's/SSL_OP_NO_TLSv1[_12]*;/0;/' ${WRKSRC}/main/tcptls.c +.endif .if exists(${FILESDIR}/.asterisk.makeopts) USER_MAKEOPTS_FILE=${FILESDIR}/.asterisk.makeopts Modified: branches/2016Q1/net/asterisk11/distinfo ============================================================================== --- branches/2016Q1/net/asterisk11/distinfo Fri Feb 5 17:37:29 2016 (r408237) +++ branches/2016Q1/net/asterisk11/distinfo Fri Feb 5 17:38:14 2016 (r408238) @@ -1,5 +1,5 @@ -SHA256 (asterisk-11.20.0.tar.gz) = ba3a26a7ea2b76884ad4984b0694fc9814d98bb373e0cbe42c64962f666720f4 -SIZE (asterisk-11.20.0.tar.gz) = 34864289 +SHA256 (asterisk-11.21.1.tar.gz) = d02afbdda172a6bb98883350d64f83ce865fcea01642a05067ca2c916c3a1ee5 +SIZE (asterisk-11.21.1.tar.gz) = 34867941 SHA256 (asterisk-core-sounds-en-g729-1.4.27.tar.gz) = f5d21ca8305b29ea84fb4603c65c041483ea3a9cd0bf313eb4f098342a29af5f SIZE (asterisk-core-sounds-en-g729-1.4.27.tar.gz) = 1408055 SHA256 (asterisk-moh-opsound-g729-2.03.tar.gz) = 0147ca9a97f0c550227aacb7793499057c4d2c64e021c95f93722f27d5549585 Modified: branches/2016Q1/net/asterisk13/Makefile ============================================================================== --- branches/2016Q1/net/asterisk13/Makefile Fri Feb 5 17:37:29 2016 (r408237) +++ branches/2016Q1/net/asterisk13/Makefile Fri Feb 5 17:38:14 2016 (r408238) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= asterisk -PORTVERSION= 13.6.0 -PORTREVISION= 1 +PORTVERSION= 13.7.1 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/%SUBDIR%/:main,g729 MASTER_SITE_SUBDIR= asterisk/:main \ @@ -250,6 +249,9 @@ post-patch: @${REINPLACE_CMD} -e '/#define HAVE_SYSINFO 1/d' ${WRKSRC}/configure @${REINPLACE_CMD} -e '/%%LIBSYSINFO%%/d' ${WRKSRC}/main/Makefile .endif +.if ${OPSYS} == FreeBSD && (${OSVERSION} < 1000015 && !(defined(WITH_OPENSSL_PORT) || (!defined(WITH_OPENSSL_BASE) && exists(${LOCALBASE}/lib/libcrypto.so)))) + @${REINPLACE_CMD} -e 's/SSL_OP_NO_TLSv1[_12]*;/0;/' ${WRKSRC}/main/tcptls.c +.endif .if exists(${FILESDIR}/.asterisk.makeopts) USER_MAKEOPTS_FILE=${FILESDIR}/.asterisk.makeopts Modified: branches/2016Q1/net/asterisk13/distinfo ============================================================================== --- branches/2016Q1/net/asterisk13/distinfo Fri Feb 5 17:37:29 2016 (r408237) +++ branches/2016Q1/net/asterisk13/distinfo Fri Feb 5 17:38:14 2016 (r408238) @@ -1,5 +1,5 @@ -SHA256 (asterisk-13.6.0.tar.gz) = 8a01b53c946d092ac561c11b404f68cd328306d0e3b434a7485a11d4b175005a -SIZE (asterisk-13.6.0.tar.gz) = 32146107 +SHA256 (asterisk-13.7.1.tar.gz) = f96bb621da63e1d1814cdd25cd92a6ebb976655938d25e4f6e53196411e5804d +SIZE (asterisk-13.7.1.tar.gz) = 32176324 SHA256 (asterisk-core-sounds-en-g729-1.4.27.tar.gz) = f5d21ca8305b29ea84fb4603c65c041483ea3a9cd0bf313eb4f098342a29af5f SIZE (asterisk-core-sounds-en-g729-1.4.27.tar.gz) = 1408055 SHA256 (asterisk-moh-opsound-g729-2.03.tar.gz) = 0147ca9a97f0c550227aacb7793499057c4d2c64e021c95f93722f27d5549585 Modified: branches/2016Q1/net/asterisk13/files/patch-Makefile ============================================================================== --- branches/2016Q1/net/asterisk13/files/patch-Makefile Fri Feb 5 17:37:29 2016 (r408237) +++ branches/2016Q1/net/asterisk13/files/patch-Makefile Fri Feb 5 17:38:14 2016 (r408238) @@ -1,4 +1,4 @@ ---- Makefile.orig 2015-07-24 22:20:17 UTC +--- Makefile.orig 2015-12-15 18:01:38 UTC +++ Makefile @@ -128,7 +128,7 @@ ASTTOPDIR:=$(subst $(space),\$(space),$( OVERWRITE=y @@ -14,7 +14,7 @@ # Default install directory for DAHDI hooks. -DAHDI_UDEV_HOOK_DIR = /usr/share/dahdi/span_config.d -+# DAHDI_UDEV_HOOK_DIR = /usr/share/dahdi/span_config.d ++#DAHDI_UDEV_HOOK_DIR = /usr/share/dahdi/span_config.d # This Makefile previously contained a note about the ability to use .asterisk.makeopts # from your home directory or /etc/asterisk.makeopts to set defaults for menuselect. @@ -51,7 +51,7 @@ installdirs: @for i in $(INSTALLDIRS); do \ -@@ -602,10 +607,10 @@ bininstall: _all installdirs $(SUBDIRS_I +@@ -603,10 +608,10 @@ bininstall: _all installdirs $(SUBDIRS_I if [ -f contrib/firmware/iax/iaxy.bin ] ; then \ $(INSTALL) -m 644 contrib/firmware/iax/iaxy.bin "$(DESTDIR)$(ASTDATADIR)/firmware/iax/iaxy.bin"; \ fi @@ -66,7 +66,7 @@ $(SUBDIRS_INSTALL): +@DESTDIR="$(DESTDIR)" ASTSBINDIR="$(ASTSBINDIR)" $(SUBMAKE) -C $(@:-install=) install -@@ -638,7 +643,7 @@ ifneq ($(filter ~%,$(DESTDIR)),) +@@ -639,7 +644,7 @@ ifneq ($(filter ~%,$(DESTDIR)),) @exit 1 endif @@ -75,18 +75,11 @@ @if [ -x /usr/sbin/asterisk-post-install ]; then \ /usr/sbin/asterisk-post-install "$(DESTDIR)" . ; \ fi -@@ -680,29 +685,16 @@ adsi: - else \ - echo "Installing $$x" ; \ - fi ; \ -- $(INSTALL) -m 644 "$$x" "$(DESTDIR)$(ASTETCDIR)/`$(BASENAME) $$x`" ; \ -+ $(INSTALL) -m 644 $$x $(DESTDIR)$(ASTETCDIR)/`$(BASENAME) $$x`.sample ; \ - done - - samples: adsi - @echo Installing other config files... - @for x in configs/samples/*.sample; do \ -- dst="$(DESTDIR)$(ASTETCDIR)/`$(BASENAME) $$x .sample`" ; \ +@@ -682,23 +687,10 @@ upgrade: bininstall + # (2) the extension to strip off + define INSTALL_CONFIGS + @for x in configs/$(1)/*$(2); do \ +- dst="$(DESTDIR)$(ASTETCDIR)/`$(BASENAME) $$x $(2)`"; \ - if [ -f "$${dst}" ]; then \ - if [ "$(OVERWRITE)" = "y" ]; then \ - if cmp -s "$${dst}" "$$x" ; then \ @@ -102,13 +95,13 @@ echo "Installing file $$x"; \ - $(INSTALL) -m 644 "$$x" "$${dst}" ;\ + $(INSTALL) -m 644 $$x $(DESTDIR)$(ASTETCDIR)/`$(BASENAME) $$x .sample`.sample ; \ - done + done ; \ - if [ "$(OVERWRITE)" = "y" ]; then \ -+ @if true; then \ ++ if true; then \ echo "Updating asterisk.conf" ; \ sed -e 's|^astetcdir.*$$|astetcdir => $(ASTETCDIR)|' \ -e 's|^astmoddir.*$$|astmoddir => $(ASTMODDIR)|' \ -@@ -715,15 +707,15 @@ samples: adsi +@@ -711,8 +703,8 @@ define INSTALL_CONFIGS -e 's|^astrundir.*$$|astrundir => $(ASTVARRUNDIR)|' \ -e 's|^astlogdir.*$$|astlogdir => $(ASTLOGDIR)|' \ -e 's|^astsbindir.*$$|astsbindir => $(ASTSBINDIR)|' \ @@ -117,13 +110,14 @@ + "$(DESTDIR)$(ASTCONFPATH).sample" > "$(DESTDIR)$(ASTCONFPATH).tmp" ; \ + $(INSTALL) -m 644 "$(DESTDIR)$(ASTCONFPATH).tmp" "$(DESTDIR)$(ASTCONFPATH).sample" ; \ rm -f "$(DESTDIR)$(ASTCONFPATH).tmp" ; \ - fi ; \ - $(INSTALL) -d "$(DESTDIR)$(ASTSPOOLDIR)/voicemail/default/1234/INBOX" - build_tools/make_sample_voicemail "$(DESTDIR)/$(ASTDATADIR)" "$(DESTDIR)/$(ASTSPOOLDIR)" - - @for x in phoneprov/*; do \ -- dst="$(DESTDIR)$(ASTDATADIR)/$$x" ; \ -+ dst="$(DESTDIR)$(ASTDATADIR)/$$x" ; \ - if [ -f "$${dst}" ]; then \ - if [ "$(OVERWRITE)" = "y" ]; then \ - if cmp -s "$${dst}" "$$x" ; then \ + fi + endef +@@ -728,7 +720,7 @@ adsi: + else \ + echo "Installing $$x" ; \ + fi ; \ +- $(INSTALL) -m 644 "$$x" "$(DESTDIR)$(ASTETCDIR)/`$(BASENAME) $$x`" ; \ ++ $(INSTALL) -m 644 $$x $(DESTDIR)$(ASTETCDIR)/`$(BASENAME) $$x`.sample ; \ + done + + samples: adsi From owner-svn-ports-branches@freebsd.org Fri Feb 5 21:00:02 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9C94FA9CCDD; Fri, 5 Feb 2016 21:00:02 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 6F700C7; Fri, 5 Feb 2016 21:00:02 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u15L01iM056843; Fri, 5 Feb 2016 21:00:01 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u15L01NY056841; Fri, 5 Feb 2016 21:00:01 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201602052100.u15L01NY056841@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Fri, 5 Feb 2016 21:00:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r408269 - in branches/2016Q1/sysutils/py-salt: . 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.20 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, 05 Feb 2016 21:00:02 -0000 Author: junovitch Date: Fri Feb 5 21:00:01 2016 New Revision: 408269 URL: https://svnweb.freebsd.org/changeset/ports/408269 Log: MFH: r408268 sysutils/py-salt: update 2015.8.4 -> 2015.8.5 Note that 2015.8.4 resolved CVE-2016-1866 but introduced a bug that broke a lot of Salt functionality. This update is functionally equivalent to the current patched 2015.8.4_1 port but brings us back in line with upstream. PR: 206906 Submitted by: Christer Edwards Approved by: ports-secteam (feld) Deleted: branches/2016Q1/sysutils/py-salt/files/patch-salt_state.py Modified: branches/2016Q1/sysutils/py-salt/Makefile branches/2016Q1/sysutils/py-salt/distinfo Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/sysutils/py-salt/Makefile ============================================================================== --- branches/2016Q1/sysutils/py-salt/Makefile Fri Feb 5 20:47:02 2016 (r408268) +++ branches/2016Q1/sysutils/py-salt/Makefile Fri Feb 5 21:00:01 2016 (r408269) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= salt -PORTVERSION= 2015.8.4 -PORTREVISION= 1 +PORTVERSION= 2015.8.5 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: branches/2016Q1/sysutils/py-salt/distinfo ============================================================================== --- branches/2016Q1/sysutils/py-salt/distinfo Fri Feb 5 20:47:02 2016 (r408268) +++ branches/2016Q1/sysutils/py-salt/distinfo Fri Feb 5 21:00:01 2016 (r408269) @@ -1,2 +1,2 @@ -SHA256 (salt-2015.8.4.tar.gz) = 8a21a02e53a6ef9b6dad4145c70225b7ff17bbb4a436a131c7e32d42b428cf48 -SIZE (salt-2015.8.4.tar.gz) = 6874756 +SHA256 (salt-2015.8.5.tar.gz) = db395702f048ea384ccc440201c24d7044685977ae6a8588d0d0933246f0c673 +SIZE (salt-2015.8.5.tar.gz) = 6877624 From owner-svn-ports-branches@freebsd.org Sat Feb 6 09:29:59 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 52839A9D226; Sat, 6 Feb 2016 09:29:59 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 25A63EF8; Sat, 6 Feb 2016 09:29:59 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u169TwXh074952; Sat, 6 Feb 2016 09:29:58 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u169Twvx074950; Sat, 6 Feb 2016 09:29:58 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201602060929.u169Twvx074950@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 6 Feb 2016 09:29:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r408286 - branches/2016Q1/multimedia/ffmpeg 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.20 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: Sat, 06 Feb 2016 09:29:59 -0000 Author: riggs Date: Sat Feb 6 09:29:57 2016 New Revision: 408286 URL: https://svnweb.freebsd.org/changeset/ports/408286 Log: MFH: r408284 - Update to upstream version 2.8.6 - Fix CVE-2016-2213: out-of-bounds array read access in JPEG2000 decoder Security: CVE-2016-2213 Approved by: portmgr (miwi) Modified: branches/2016Q1/multimedia/ffmpeg/Makefile branches/2016Q1/multimedia/ffmpeg/distinfo Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/multimedia/ffmpeg/Makefile ============================================================================== --- branches/2016Q1/multimedia/ffmpeg/Makefile Sat Feb 6 08:49:50 2016 (r408285) +++ branches/2016Q1/multimedia/ffmpeg/Makefile Sat Feb 6 09:29:57 2016 (r408286) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ffmpeg -PORTVERSION= 2.8.5 +PORTVERSION= 2.8.6 PORTEPOCH= 1 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= http://ffmpeg.org/releases/ Modified: branches/2016Q1/multimedia/ffmpeg/distinfo ============================================================================== --- branches/2016Q1/multimedia/ffmpeg/distinfo Sat Feb 6 08:49:50 2016 (r408285) +++ branches/2016Q1/multimedia/ffmpeg/distinfo Sat Feb 6 09:29:57 2016 (r408286) @@ -1,2 +1,2 @@ -SHA256 (ffmpeg-2.8.5.tar.bz2) = 3b6d9951533323ee64a21d0aa7667a780b3470bfe4e0fb7c1b33307ce290615a -SIZE (ffmpeg-2.8.5.tar.bz2) = 8580755 +SHA256 (ffmpeg-2.8.6.tar.bz2) = 40611e329bc354592c6f8f1deb033c31b91f80e91f5707ca4f9afceca78d8e62 +SIZE (ffmpeg-2.8.6.tar.bz2) = 8582420 From owner-svn-ports-branches@freebsd.org Sat Feb 6 11:26:10 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0FA6AA9FF3F; Sat, 6 Feb 2016 11:26:10 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 E1545CD; Sat, 6 Feb 2016 11:26:09 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u16BQ8nP010198; Sat, 6 Feb 2016 11:26:08 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u16BQ8Rv010192; Sat, 6 Feb 2016 11:26:08 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201602061126.u16BQ8Rv010192@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 6 Feb 2016 11:26:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r408293 - in branches/2016Q1/multimedia: mencoder mplayer 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.20 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: Sat, 06 Feb 2016 11:26:10 -0000 Author: riggs Date: Sat Feb 6 11:26:08 2016 New Revision: 408293 URL: https://svnweb.freebsd.org/changeset/ports/408293 Log: MFH: r408289 - Build with ffmpeg-2.8.6 - Fix CVE-2016-2213: out-of-bounds array read access in JPEG2000 decoder Security: CVE-2016-2213 Approved by: portmgr (miwi) Modified: branches/2016Q1/multimedia/mencoder/Makefile branches/2016Q1/multimedia/mencoder/distinfo branches/2016Q1/multimedia/mplayer/Makefile branches/2016Q1/multimedia/mplayer/Makefile.common branches/2016Q1/multimedia/mplayer/distinfo Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/multimedia/mencoder/Makefile ============================================================================== --- branches/2016Q1/multimedia/mencoder/Makefile Sat Feb 6 11:23:58 2016 (r408292) +++ branches/2016Q1/multimedia/mencoder/Makefile Sat Feb 6 11:26:08 2016 (r408293) @@ -3,7 +3,7 @@ PORTNAME= mencoder PORTVERSION= ${MPLAYER_PORT_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia audio MAINTAINER= riggs@FreeBSD.org Modified: branches/2016Q1/multimedia/mencoder/distinfo ============================================================================== --- branches/2016Q1/multimedia/mencoder/distinfo Sat Feb 6 11:23:58 2016 (r408292) +++ branches/2016Q1/multimedia/mencoder/distinfo Sat Feb 6 11:26:08 2016 (r408293) @@ -1,4 +1,4 @@ -SHA256 (ffmpeg-2.8.5.tar.bz2) = 3b6d9951533323ee64a21d0aa7667a780b3470bfe4e0fb7c1b33307ce290615a -SIZE (ffmpeg-2.8.5.tar.bz2) = 8580755 +SHA256 (ffmpeg-2.8.6.tar.bz2) = 40611e329bc354592c6f8f1deb033c31b91f80e91f5707ca4f9afceca78d8e62 +SIZE (ffmpeg-2.8.6.tar.bz2) = 8582420 SHA256 (mplayer-1.2.20151219.tar.xz) = f11d1100a1c37ec9e3e19c7698baf77871ae305ae431ec4a3dc187ca9316e4a2 SIZE (mplayer-1.2.20151219.tar.xz) = 5167716 Modified: branches/2016Q1/multimedia/mplayer/Makefile ============================================================================== --- branches/2016Q1/multimedia/mplayer/Makefile Sat Feb 6 11:23:58 2016 (r408292) +++ branches/2016Q1/multimedia/mplayer/Makefile Sat Feb 6 11:26:08 2016 (r408293) @@ -3,7 +3,7 @@ PORTNAME= mplayer PORTVERSION= ${MPLAYER_PORT_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia audio MAINTAINER= riggs@FreeBSD.org Modified: branches/2016Q1/multimedia/mplayer/Makefile.common ============================================================================== --- branches/2016Q1/multimedia/mplayer/Makefile.common Sat Feb 6 11:23:58 2016 (r408292) +++ branches/2016Q1/multimedia/mplayer/Makefile.common Sat Feb 6 11:26:08 2016 (r408293) @@ -6,7 +6,7 @@ MPLAYER_SNAPSHOT_DATE= 2015-12-19 MPLAYER_PORT_VERSION= 1.2.r${MPLAYER_SNAPSHOT_DATE:S/-//g} -FFMPEG_VERSION= 2.8.5 +FFMPEG_VERSION= 2.8.6 MASTER_SITES= LOCAL/riggs/mplayer:local \ http://ffmpeg.org/releases/:ffmpeg DISTFILES+= ffmpeg-${FFMPEG_VERSION}.tar.bz2:ffmpeg \ Modified: branches/2016Q1/multimedia/mplayer/distinfo ============================================================================== --- branches/2016Q1/multimedia/mplayer/distinfo Sat Feb 6 11:23:58 2016 (r408292) +++ branches/2016Q1/multimedia/mplayer/distinfo Sat Feb 6 11:26:08 2016 (r408293) @@ -1,4 +1,4 @@ -SHA256 (ffmpeg-2.8.5.tar.bz2) = 3b6d9951533323ee64a21d0aa7667a780b3470bfe4e0fb7c1b33307ce290615a -SIZE (ffmpeg-2.8.5.tar.bz2) = 8580755 +SHA256 (ffmpeg-2.8.6.tar.bz2) = 40611e329bc354592c6f8f1deb033c31b91f80e91f5707ca4f9afceca78d8e62 +SIZE (ffmpeg-2.8.6.tar.bz2) = 8582420 SHA256 (mplayer-1.2.20151219.tar.xz) = f11d1100a1c37ec9e3e19c7698baf77871ae305ae431ec4a3dc187ca9316e4a2 SIZE (mplayer-1.2.20151219.tar.xz) = 5167716 From owner-svn-ports-branches@freebsd.org Sat Feb 6 22:55:12 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 74186AA080D; Sat, 6 Feb 2016 22:55:12 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 2AA163E8; Sat, 6 Feb 2016 22:55:12 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u16MtBhe013376; Sat, 6 Feb 2016 22:55:11 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u16MtB5b013374; Sat, 6 Feb 2016 22:55:11 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201602062255.u16MtB5b013374@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sat, 6 Feb 2016 22:55:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r408317 - branches/2016Q1/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.20 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: Sat, 06 Feb 2016 22:55:12 -0000 Author: rene Date: Sat Feb 6 22:55:10 2016 New Revision: 408317 URL: https://svnweb.freebsd.org/changeset/ports/408317 Log: MFH: r408307 www/chromium: update to 48.0.2564.103 The tarballs have been rerolled by upstream at least once after initial creation, but no differences have been found. Submitted by: Christoph Moench-Tegeder Approved by: ports-secteam (feld) Modified: branches/2016Q1/www/chromium/Makefile branches/2016Q1/www/chromium/distinfo Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/www/chromium/Makefile ============================================================================== --- branches/2016Q1/www/chromium/Makefile Sat Feb 6 22:44:44 2016 (r408316) +++ branches/2016Q1/www/chromium/Makefile Sat Feb 6 22:55:10 2016 (r408317) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= chromium -PORTVERSION= 48.0.2564.97 +PORTVERSION= 48.0.2564.103 CATEGORIES= www MASTER_SITES= http://commondatastorage.googleapis.com/chromium-browser-official/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} # default, but needed to get distinfo correct if TEST is on Modified: branches/2016Q1/www/chromium/distinfo ============================================================================== --- branches/2016Q1/www/chromium/distinfo Sat Feb 6 22:44:44 2016 (r408316) +++ branches/2016Q1/www/chromium/distinfo Sat Feb 6 22:55:10 2016 (r408317) @@ -1,4 +1,4 @@ -SHA256 (chromium-48.0.2564.97.tar.xz) = 7734b81a329ba9a1588a9dfb12a227b24cc227ef59bcda8aff51524c3fb252db -SIZE (chromium-48.0.2564.97.tar.xz) = 432337592 -SHA256 (chromium-48.0.2564.97-testdata.tar.xz) = b9ae290549e15affa7a0ab2c57ee6a2f19eb58fdcd7ad1f10d0416f34bfcd6fe -SIZE (chromium-48.0.2564.97-testdata.tar.xz) = 117230856 +SHA256 (chromium-48.0.2564.103.tar.xz) = dd14f1001782b67212b23905ee348166e9e56ea48ba70fe5c29fc38bedf3d67d +SIZE (chromium-48.0.2564.103.tar.xz) = 432350556 +SHA256 (chromium-48.0.2564.103-testdata.tar.xz) = 65aaa51026afd47dbe00c2f62e990cde8db80b6433bfdb832023bb3ebbbb6b8c +SIZE (chromium-48.0.2564.103-testdata.tar.xz) = 117230760