From owner-svn-ports-branches@freebsd.org Mon May 2 03:46: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 A7D6AB2936A; Mon, 2 May 2016 03:46:23 +0000 (UTC) (envelope-from olivierd@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 842F61FAE; Mon, 2 May 2016 03:46:23 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u423kMLR024289; Mon, 2 May 2016 03:46:22 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u423kMfF024286; Mon, 2 May 2016 03:46:22 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201605020346.u423kMfF024286@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Mon, 2 May 2016 03:46:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r414430 - branches/2016Q2/devel/mercurial 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.22 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, 02 May 2016 03:46:23 -0000 Author: olivierd Date: Mon May 2 03:46:22 2016 New Revision: 414430 URL: https://svnweb.freebsd.org/changeset/ports/414430 Log: MFH: r414428 Update to 3.8.1 Changes: https://www.mercurial-scm.org/wiki/WhatsNew#Mercurial_3.8_.2F_3.8.1_.282016-5-1.29 Security: 78abc022-0fee-11e6-9a1c-0014a5a57822 Approved by: ports-secteam (junovitch@) Modified: branches/2016Q2/devel/mercurial/Makefile branches/2016Q2/devel/mercurial/distinfo branches/2016Q2/devel/mercurial/pkg-plist Directory Properties: branches/2016Q2/ (props changed) Modified: branches/2016Q2/devel/mercurial/Makefile ============================================================================== --- branches/2016Q2/devel/mercurial/Makefile Mon May 2 00:41:17 2016 (r414429) +++ branches/2016Q2/devel/mercurial/Makefile Mon May 2 03:46:22 2016 (r414430) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mercurial -PORTVERSION= 3.7.3 +PORTVERSION= 3.8.1 CATEGORIES= devel python MASTER_SITES= http://mercurial.selenic.com/release/ @@ -33,10 +33,6 @@ CONTRIB_FILES= bash_completion \ debugshell.py \ dumprevlog \ hg-ssh \ - hgfixes/__init__.py \ - hgfixes/fix_bytes.py \ - hgfixes/fix_bytesmod.py \ - hgfixes/fix_leftover_imports.py \ hgk \ hgsh/Makefile \ hgsh/hgsh.c \ @@ -68,10 +64,11 @@ post-install: ${INSTALL_MAN} ${WRKSRC}/doc/*.1 ${STAGEDIR}${PREFIX}/man/man1/ ${INSTALL_MAN} ${WRKSRC}/doc/*.5 ${STAGEDIR}${PREFIX}/man/man5/ ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME}/*.so + ${STRIP_CMD} \ + ${STAGEDIR}${PYTHON_SITELIBDIR}/hgext/fsmonitor/pywatchman/*.so .if ${PORT_OPTIONS:MDATA} ${MKDIR} ${STAGEDIR}${DATADIR} ${MKDIR} ${STAGEDIR}${DATADIR}/contrib - ${MKDIR} ${STAGEDIR}${DATADIR}/contrib/hgfixes ${MKDIR} ${STAGEDIR}${DATADIR}/contrib/hgsh ${MKDIR} ${STAGEDIR}${DATADIR}/contrib/vim for f in ${CONTRIB_FILES}; do \ Modified: branches/2016Q2/devel/mercurial/distinfo ============================================================================== --- branches/2016Q2/devel/mercurial/distinfo Mon May 2 00:41:17 2016 (r414429) +++ branches/2016Q2/devel/mercurial/distinfo Mon May 2 03:46:22 2016 (r414430) @@ -1,2 +1,2 @@ -SHA256 (mercurial-3.7.3.tar.gz) = c099c42d74e2d520b61dd372cd996b0fa7605c06617834fd7b13c79b9a9a5b30 -SIZE (mercurial-3.7.3.tar.gz) = 4636732 +SHA256 (mercurial-3.8.1.tar.gz) = face1f058de5530b56b0dfd3b4d0b23d89590c588605c06f3d18b79e8c30d594 +SIZE (mercurial-3.8.1.tar.gz) = 4766849 Modified: branches/2016Q2/devel/mercurial/pkg-plist ============================================================================== --- branches/2016Q2/devel/mercurial/pkg-plist Mon May 2 00:41:17 2016 (r414429) +++ branches/2016Q2/devel/mercurial/pkg-plist Mon May 2 03:46:22 2016 (r414430) @@ -5,6 +5,9 @@ bin/hg %%PYTHON_SITELIBDIR%%/hgext/acl.py %%PYTHON_SITELIBDIR%%/hgext/acl.pyc %%PYTHON_SITELIBDIR%%/hgext/acl.pyo +%%PYTHON_SITELIBDIR%%/hgext/automv.py +%%PYTHON_SITELIBDIR%%/hgext/automv.pyc +%%PYTHON_SITELIBDIR%%/hgext/automv.pyo %%PYTHON_SITELIBDIR%%/hgext/blackbox.py %%PYTHON_SITELIBDIR%%/hgext/blackbox.pyc %%PYTHON_SITELIBDIR%%/hgext/blackbox.pyo @@ -86,6 +89,25 @@ bin/hg %%PYTHON_SITELIBDIR%%/hgext/fetch.py %%PYTHON_SITELIBDIR%%/hgext/fetch.pyc %%PYTHON_SITELIBDIR%%/hgext/fetch.pyo +%%PYTHON_SITELIBDIR%%/hgext/fsmonitor/__init__.py +%%PYTHON_SITELIBDIR%%/hgext/fsmonitor/__init__.pyc +%%PYTHON_SITELIBDIR%%/hgext/fsmonitor/__init__.pyo +%%PYTHON_SITELIBDIR%%/hgext/fsmonitor/pywatchman/__init__.py +%%PYTHON_SITELIBDIR%%/hgext/fsmonitor/pywatchman/__init__.pyc +%%PYTHON_SITELIBDIR%%/hgext/fsmonitor/pywatchman/__init__.pyo +%%PYTHON_SITELIBDIR%%/hgext/fsmonitor/pywatchman/bser.so +%%PYTHON_SITELIBDIR%%/hgext/fsmonitor/pywatchman/capabilities.py +%%PYTHON_SITELIBDIR%%/hgext/fsmonitor/pywatchman/capabilities.pyc +%%PYTHON_SITELIBDIR%%/hgext/fsmonitor/pywatchman/capabilities.pyo +%%PYTHON_SITELIBDIR%%/hgext/fsmonitor/pywatchman/pybser.py +%%PYTHON_SITELIBDIR%%/hgext/fsmonitor/pywatchman/pybser.pyc +%%PYTHON_SITELIBDIR%%/hgext/fsmonitor/pywatchman/pybser.pyo +%%PYTHON_SITELIBDIR%%/hgext/fsmonitor/state.py +%%PYTHON_SITELIBDIR%%/hgext/fsmonitor/state.pyc +%%PYTHON_SITELIBDIR%%/hgext/fsmonitor/state.pyo +%%PYTHON_SITELIBDIR%%/hgext/fsmonitor/watchmanclient.py +%%PYTHON_SITELIBDIR%%/hgext/fsmonitor/watchmanclient.pyc +%%PYTHON_SITELIBDIR%%/hgext/fsmonitor/watchmanclient.pyo %%PYTHON_SITELIBDIR%%/hgext/gpg.py %%PYTHON_SITELIBDIR%%/hgext/gpg.pyc %%PYTHON_SITELIBDIR%%/hgext/gpg.pyo @@ -143,6 +165,9 @@ bin/hg %%PYTHON_SITELIBDIR%%/hgext/largefiles/wirestore.py %%PYTHON_SITELIBDIR%%/hgext/largefiles/wirestore.pyc %%PYTHON_SITELIBDIR%%/hgext/largefiles/wirestore.pyo +%%PYTHON_SITELIBDIR%%/hgext/logtoprocess.py +%%PYTHON_SITELIBDIR%%/hgext/logtoprocess.pyc +%%PYTHON_SITELIBDIR%%/hgext/logtoprocess.pyo %%PYTHON_SITELIBDIR%%/hgext/mq.py %%PYTHON_SITELIBDIR%%/hgext/mq.pyc %%PYTHON_SITELIBDIR%%/hgext/mq.pyo @@ -194,9 +219,15 @@ bin/hg %%PYTHON_SITELIBDIR%%/hgext/zeroconf/__init__.py %%PYTHON_SITELIBDIR%%/hgext/zeroconf/__init__.pyc %%PYTHON_SITELIBDIR%%/hgext/zeroconf/__init__.pyo +%%PYTHON_SITELIBDIR%%/hgext3rd/__init__.py +%%PYTHON_SITELIBDIR%%/hgext3rd/__init__.pyc +%%PYTHON_SITELIBDIR%%/hgext3rd/__init__.pyo %%PYTHON_SITELIBDIR%%/mercurial/__init__.py %%PYTHON_SITELIBDIR%%/mercurial/__init__.pyc %%PYTHON_SITELIBDIR%%/mercurial/__init__.pyo +%%PYTHON_SITELIBDIR%%/mercurial/__modulepolicy__.py +%%PYTHON_SITELIBDIR%%/mercurial/__modulepolicy__.pyc +%%PYTHON_SITELIBDIR%%/mercurial/__modulepolicy__.pyo %%PYTHON_SITELIBDIR%%/mercurial/__version__.py %%PYTHON_SITELIBDIR%%/mercurial/__version__.pyc %%PYTHON_SITELIBDIR%%/mercurial/__version__.pyo @@ -325,6 +356,7 @@ bin/hg %%PYTHON_SITELIBDIR%%/mercurial/help/hgweb.txt %%PYTHON_SITELIBDIR%%/mercurial/help/internals/bundles.txt %%PYTHON_SITELIBDIR%%/mercurial/help/internals/changegroups.txt +%%PYTHON_SITELIBDIR%%/mercurial/help/internals/requirements.txt %%PYTHON_SITELIBDIR%%/mercurial/help/internals/revlogs.txt %%PYTHON_SITELIBDIR%%/mercurial/help/merge-tools.txt %%PYTHON_SITELIBDIR%%/mercurial/help/multirevs.txt @@ -498,6 +530,9 @@ bin/hg %%PYTHON_SITELIBDIR%%/mercurial/py3kcompat.py %%PYTHON_SITELIBDIR%%/mercurial/py3kcompat.pyc %%PYTHON_SITELIBDIR%%/mercurial/py3kcompat.pyo +%%PYTHON_SITELIBDIR%%/mercurial/pycompat.py +%%PYTHON_SITELIBDIR%%/mercurial/pycompat.pyc +%%PYTHON_SITELIBDIR%%/mercurial/pycompat.pyo %%PYTHON_SITELIBDIR%%/mercurial/registrar.py %%PYTHON_SITELIBDIR%%/mercurial/registrar.pyc %%PYTHON_SITELIBDIR%%/mercurial/registrar.pyo @@ -771,10 +806,6 @@ man/man5/hgrc.5.gz %%DATA%%%%DATADIR%%/contrib/debugshell.py %%DATA%%%%DATADIR%%/contrib/dumprevlog %%DATA%%%%DATADIR%%/contrib/hg-ssh -%%DATA%%%%DATADIR%%/contrib/hgfixes/__init__.py -%%DATA%%%%DATADIR%%/contrib/hgfixes/fix_bytes.py -%%DATA%%%%DATADIR%%/contrib/hgfixes/fix_bytesmod.py -%%DATA%%%%DATADIR%%/contrib/hgfixes/fix_leftover_imports.py %%DATA%%%%DATADIR%%/contrib/hgk %%DATA%%%%DATADIR%%/contrib/hgsh/Makefile %%DATA%%%%DATADIR%%/contrib/hgsh/hgsh.c From owner-svn-ports-branches@freebsd.org Mon May 2 05:35:28 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 4A017B22EDE; Mon, 2 May 2016 05:35:28 +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 1A728164C; Mon, 2 May 2016 05:35:28 +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 u425ZRqV057631; Mon, 2 May 2016 05:35:27 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u425ZR7p057629; Mon, 2 May 2016 05:35:27 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201605020535.u425ZR7p057629@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 2 May 2016 05:35:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r414434 - in branches/2016Q2/audio/alsa-lib: . 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.22 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, 02 May 2016 05:35:28 -0000 Author: jbeich Date: Mon May 2 05:35:26 2016 New Revision: 414434 URL: https://svnweb.freebsd.org/changeset/ports/414434 Log: MFH: r414376 audio/alsa-lib: improve etc/asound.conf - Expose "oss" via "aplay -L" - Simplify "oss" and "pulse" - Define "sysdefault" Note, "aplay -D sysdefault" != "aplay -D oss" per ports/184006 Approved by: ports-secteam (junovitch) Modified: branches/2016Q2/audio/alsa-lib/Makefile branches/2016Q2/audio/alsa-lib/files/asound.conf.sample Directory Properties: branches/2016Q2/ (props changed) Modified: branches/2016Q2/audio/alsa-lib/Makefile ============================================================================== --- branches/2016Q2/audio/alsa-lib/Makefile Mon May 2 05:32:39 2016 (r414433) +++ branches/2016Q2/audio/alsa-lib/Makefile Mon May 2 05:35:26 2016 (r414434) @@ -3,6 +3,7 @@ PORTNAME= alsa-lib PORTVERSION= 1.1.1 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ftp://ftp.alsa-project.org/pub/lib/ \ GENTOO Modified: branches/2016Q2/audio/alsa-lib/files/asound.conf.sample ============================================================================== --- branches/2016Q2/audio/alsa-lib/files/asound.conf.sample Mon May 2 05:32:39 2016 (r414433) +++ branches/2016Q2/audio/alsa-lib/files/asound.conf.sample Mon May 2 05:35:26 2016 (r414434) @@ -1,25 +1,25 @@ # # FreeBSD/OSS # -pcm.!default { - type plug - slave.pcm.type oss +pcm.oss { + type oss + hint.description "Open Sound System" } -ctl.!default { +ctl.oss { type oss } +pcm.!sysdefault pcm.plug:oss +ctl.!sysdefault ctl.oss +pcm.!default pcm.sysdefault +ctl.!default ctl.sysdefault + # # Pulseaudio # -# pcm.!default { -# type pulse -# } -# -# ctl.!default { -# type pulse -# } +# pcm.!default pcm.pulse +# ctl.!default ctl.pulse # # Remap all possible surround stuffs. From owner-svn-ports-branches@freebsd.org Mon May 2 05:37:32 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 3AA29B22F6F; Mon, 2 May 2016 05:37:32 +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 EEE5A17A6; Mon, 2 May 2016 05:37:31 +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 u425bVLN058078; Mon, 2 May 2016 05:37:31 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u425bUJ4058067; Mon, 2 May 2016 05:37:30 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201605020537.u425bUJ4058067@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 2 May 2016 05:37:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r414435 - in branches/2016Q2: Mk mail/thunderbird mail/thunderbird/files www/firefox www/firefox-esr www/firefox-esr/files www/firefox/files www/libxul www/libxul/files www/seamonkey ww... 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.22 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, 02 May 2016 05:37:32 -0000 Author: jbeich Date: Mon May 2 05:37:29 2016 New Revision: 414435 URL: https://svnweb.freebsd.org/changeset/ports/414435 Log: MFH: r414386 gecko: unbreak WebRTC microphone selection popup with ALSA=on On FreeBSD sound(4) is enabled by default while alsa-plugins-oss assumes a soundcard is always available. https://bugzilla.mozilla.org/show_bug.cgi?id=1269165 Approved by: ports-secteam (junovitch) Added: branches/2016Q2/mail/thunderbird/files/patch-bug1269165 - copied unchanged from r414386, head/mail/thunderbird/files/patch-bug1269165 branches/2016Q2/www/firefox-esr/files/patch-bug1269165 - copied unchanged from r414386, head/www/firefox-esr/files/patch-bug1269165 branches/2016Q2/www/firefox/files/patch-bug1269165 - copied unchanged from r414386, head/www/firefox/files/patch-bug1269165 branches/2016Q2/www/libxul/files/patch-bug1269165 - copied unchanged from r414386, head/www/libxul/files/patch-bug1269165 branches/2016Q2/www/seamonkey/files/patch-bug1269165 - copied unchanged from r414386, head/www/seamonkey/files/patch-bug1269165 Modified: branches/2016Q2/Mk/bsd.gecko.mk branches/2016Q2/mail/thunderbird/Makefile branches/2016Q2/www/firefox-esr/Makefile branches/2016Q2/www/firefox/Makefile branches/2016Q2/www/libxul/Makefile branches/2016Q2/www/seamonkey/Makefile Directory Properties: branches/2016Q2/ (props changed) Modified: branches/2016Q2/Mk/bsd.gecko.mk ============================================================================== --- branches/2016Q2/Mk/bsd.gecko.mk Mon May 2 05:35:26 2016 (r414434) +++ branches/2016Q2/Mk/bsd.gecko.mk Mon May 2 05:37:29 2016 (r414435) @@ -379,7 +379,7 @@ MOZ_EXPORT+=MOZ_OPTIMIZE_FLAGS="-Os" MOZ .if ${PORT_OPTIONS:MALSA} LIB_DEPENDS+= libasound.so:audio/alsa-lib RUN_DEPENDS+= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:audio/alsa-plugins -RUN_DEPENDS+= alsa-lib>=1.0.27.2_1:audio/alsa-lib +RUN_DEPENDS+= alsa-lib>=1.1.1_1:audio/alsa-lib MOZ_OPTIONS+= --enable-alsa .endif Modified: branches/2016Q2/mail/thunderbird/Makefile ============================================================================== --- branches/2016Q2/mail/thunderbird/Makefile Mon May 2 05:35:26 2016 (r414434) +++ branches/2016Q2/mail/thunderbird/Makefile Mon May 2 05:37:29 2016 (r414435) @@ -3,6 +3,7 @@ PORTNAME= thunderbird DISTVERSION= 38.7.1 +PORTREVISION= 1 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source Copied: branches/2016Q2/mail/thunderbird/files/patch-bug1269165 (from r414386, head/mail/thunderbird/files/patch-bug1269165) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q2/mail/thunderbird/files/patch-bug1269165 Mon May 2 05:37:29 2016 (r414435, copy of r414386, head/mail/thunderbird/files/patch-bug1269165) @@ -0,0 +1,24 @@ +# getUserMedia fails to enumerate ALSA plugins + +--- mozilla/media/webrtc/trunk/webrtc/modules/audio_device/linux/audio_device_alsa_linux.cc.orig 2016-04-22 00:37:17 UTC ++++ mozilla/media/webrtc/trunk/webrtc/modules/audio_device/linux/audio_device_alsa_linux.cc +@@ -1752,7 +1752,9 @@ int32_t AudioDeviceLinuxALSA::GetDevices + // Don't use snd_device_name_hint(-1,..) since there is a access violation + // inside this ALSA API with libasound.so.2.0.0. + int card = -1; ++#ifdef WEBRTC_LINUX + while (!(LATE(snd_card_next)(&card)) && (card >= 0) && keepSearching) { ++#endif + void **hints; + err = LATE(snd_device_name_hint)(card, "pcm", &hints); + if (err != 0) +@@ -1878,7 +1880,9 @@ int32_t AudioDeviceLinuxALSA::GetDevices + LATE(snd_strerror)(err)); + // Continue and return true anyway, since we did get the whole list. + } ++#ifdef WEBRTC_LINUX + } ++#endif + + if (FUNC_GET_NUM_OF_DEVICE == function) + { Modified: branches/2016Q2/www/firefox-esr/Makefile ============================================================================== --- branches/2016Q2/www/firefox-esr/Makefile Mon May 2 05:35:26 2016 (r414434) +++ branches/2016Q2/www/firefox-esr/Makefile Mon May 2 05:37:29 2016 (r414435) @@ -4,6 +4,7 @@ PORTNAME= firefox DISTVERSION= 45.1.0 DISTVERSIONSUFFIX=esr.source +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ Copied: branches/2016Q2/www/firefox-esr/files/patch-bug1269165 (from r414386, head/www/firefox-esr/files/patch-bug1269165) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q2/www/firefox-esr/files/patch-bug1269165 Mon May 2 05:37:29 2016 (r414435, copy of r414386, head/www/firefox-esr/files/patch-bug1269165) @@ -0,0 +1,24 @@ +# getUserMedia fails to enumerate ALSA plugins + +--- media/webrtc/trunk/webrtc/modules/audio_device/linux/audio_device_alsa_linux.cc.orig 2016-04-22 00:37:17 UTC ++++ media/webrtc/trunk/webrtc/modules/audio_device/linux/audio_device_alsa_linux.cc +@@ -1752,7 +1752,9 @@ int32_t AudioDeviceLinuxALSA::GetDevices + // Don't use snd_device_name_hint(-1,..) since there is a access violation + // inside this ALSA API with libasound.so.2.0.0. + int card = -1; ++#ifdef WEBRTC_LINUX + while (!(LATE(snd_card_next)(&card)) && (card >= 0) && keepSearching) { ++#endif + void **hints; + err = LATE(snd_device_name_hint)(card, "pcm", &hints); + if (err != 0) +@@ -1878,7 +1880,9 @@ int32_t AudioDeviceLinuxALSA::GetDevices + LATE(snd_strerror)(err)); + // Continue and return true anyway, since we did get the whole list. + } ++#ifdef WEBRTC_LINUX + } ++#endif + + if (FUNC_GET_NUM_OF_DEVICE == function) + { Modified: branches/2016Q2/www/firefox/Makefile ============================================================================== --- branches/2016Q2/www/firefox/Makefile Mon May 2 05:35:26 2016 (r414434) +++ branches/2016Q2/www/firefox/Makefile Mon May 2 05:37:29 2016 (r414435) @@ -4,7 +4,7 @@ PORTNAME= firefox DISTVERSION= 46.0 DISTVERSIONSUFFIX=.source -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ Copied: branches/2016Q2/www/firefox/files/patch-bug1269165 (from r414386, head/www/firefox/files/patch-bug1269165) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q2/www/firefox/files/patch-bug1269165 Mon May 2 05:37:29 2016 (r414435, copy of r414386, head/www/firefox/files/patch-bug1269165) @@ -0,0 +1,24 @@ +# getUserMedia fails to enumerate ALSA plugins + +--- media/webrtc/trunk/webrtc/modules/audio_device/linux/audio_device_alsa_linux.cc.orig 2016-04-22 00:37:17 UTC ++++ media/webrtc/trunk/webrtc/modules/audio_device/linux/audio_device_alsa_linux.cc +@@ -1752,7 +1752,9 @@ int32_t AudioDeviceLinuxALSA::GetDevices + // Don't use snd_device_name_hint(-1,..) since there is a access violation + // inside this ALSA API with libasound.so.2.0.0. + int card = -1; ++#ifdef WEBRTC_LINUX + while (!(LATE(snd_card_next)(&card)) && (card >= 0) && keepSearching) { ++#endif + void **hints; + err = LATE(snd_device_name_hint)(card, "pcm", &hints); + if (err != 0) +@@ -1878,7 +1880,9 @@ int32_t AudioDeviceLinuxALSA::GetDevices + LATE(snd_strerror)(err)); + // Continue and return true anyway, since we did get the whole list. + } ++#ifdef WEBRTC_LINUX + } ++#endif + + if (FUNC_GET_NUM_OF_DEVICE == function) + { Modified: branches/2016Q2/www/libxul/Makefile ============================================================================== --- branches/2016Q2/www/libxul/Makefile Mon May 2 05:35:26 2016 (r414434) +++ branches/2016Q2/www/libxul/Makefile Mon May 2 05:37:29 2016 (r414435) @@ -3,6 +3,7 @@ PORTNAME= libxul DISTVERSION= 45.1.0 +PORTREVISION= 1 CATEGORIES?= www devel MASTER_SITES= MOZILLA/firefox/releases/${DISTVERSION}esr/source \ MOZILLA/firefox/candidates/${DISTVERSION}esr-candidates/build1/source Copied: branches/2016Q2/www/libxul/files/patch-bug1269165 (from r414386, head/www/libxul/files/patch-bug1269165) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q2/www/libxul/files/patch-bug1269165 Mon May 2 05:37:29 2016 (r414435, copy of r414386, head/www/libxul/files/patch-bug1269165) @@ -0,0 +1,24 @@ +# getUserMedia fails to enumerate ALSA plugins + +--- media/webrtc/trunk/webrtc/modules/audio_device/linux/audio_device_alsa_linux.cc.orig 2016-04-22 00:37:17 UTC ++++ media/webrtc/trunk/webrtc/modules/audio_device/linux/audio_device_alsa_linux.cc +@@ -1752,7 +1752,9 @@ int32_t AudioDeviceLinuxALSA::GetDevices + // Don't use snd_device_name_hint(-1,..) since there is a access violation + // inside this ALSA API with libasound.so.2.0.0. + int card = -1; ++#ifdef WEBRTC_LINUX + while (!(LATE(snd_card_next)(&card)) && (card >= 0) && keepSearching) { ++#endif + void **hints; + err = LATE(snd_device_name_hint)(card, "pcm", &hints); + if (err != 0) +@@ -1878,7 +1880,9 @@ int32_t AudioDeviceLinuxALSA::GetDevices + LATE(snd_strerror)(err)); + // Continue and return true anyway, since we did get the whole list. + } ++#ifdef WEBRTC_LINUX + } ++#endif + + if (FUNC_GET_NUM_OF_DEVICE == function) + { Modified: branches/2016Q2/www/seamonkey/Makefile ============================================================================== --- branches/2016Q2/www/seamonkey/Makefile Mon May 2 05:35:26 2016 (r414434) +++ branches/2016Q2/www/seamonkey/Makefile Mon May 2 05:37:29 2016 (r414435) @@ -4,7 +4,7 @@ PORTNAME= seamonkey DISTVERSION= 2.39 MOZILLA_VER= 42 # above + 3 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES?= www mail news editors irc ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source Copied: branches/2016Q2/www/seamonkey/files/patch-bug1269165 (from r414386, head/www/seamonkey/files/patch-bug1269165) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q2/www/seamonkey/files/patch-bug1269165 Mon May 2 05:37:29 2016 (r414435, copy of r414386, head/www/seamonkey/files/patch-bug1269165) @@ -0,0 +1,24 @@ +# getUserMedia fails to enumerate ALSA plugins + +--- mozilla/media/webrtc/trunk/webrtc/modules/audio_device/linux/audio_device_alsa_linux.cc.orig 2016-04-22 00:37:17 UTC ++++ mozilla/media/webrtc/trunk/webrtc/modules/audio_device/linux/audio_device_alsa_linux.cc +@@ -1752,7 +1752,9 @@ int32_t AudioDeviceLinuxALSA::GetDevices + // Don't use snd_device_name_hint(-1,..) since there is a access violation + // inside this ALSA API with libasound.so.2.0.0. + int card = -1; ++#ifdef WEBRTC_LINUX + while (!(LATE(snd_card_next)(&card)) && (card >= 0) && keepSearching) { ++#endif + void **hints; + err = LATE(snd_device_name_hint)(card, "pcm", &hints); + if (err != 0) +@@ -1878,7 +1880,9 @@ int32_t AudioDeviceLinuxALSA::GetDevices + LATE(snd_strerror)(err)); + // Continue and return true anyway, since we did get the whole list. + } ++#ifdef WEBRTC_LINUX + } ++#endif + + if (FUNC_GET_NUM_OF_DEVICE == function) + { From owner-svn-ports-branches@freebsd.org Mon May 2 23:18: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 789BFB2A383; Mon, 2 May 2016 23:18:13 +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 3EDAD19F8; Mon, 2 May 2016 23:18:13 +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 u42NIC5v082221; Mon, 2 May 2016 23:18:12 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u42NIC7d082219; Mon, 2 May 2016 23:18:12 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201605022318.u42NIC7d082219@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Mon, 2 May 2016 23:18:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r414492 - branches/2016Q2/databases/mariadb55-server 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.22 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, 02 May 2016 23:18:13 -0000 Author: junovitch Date: Mon May 2 23:18:12 2016 New Revision: 414492 URL: https://svnweb.freebsd.org/changeset/ports/414492 Log: MFH: r413725 r414483 - Mark OQGRAPH option BROKEN as it fails with both old and new boost - Allow to disable it properly so the build doesn't break of boost is installed - Remove OQGRAPH-related cmake flags, as they do nothing PR: 207094 Submitted by: amdmi3 Approved by: maintainer timeout (brnrd, 2 months) databases/mariadb55-{client,server}: Update to 5.5.49 - Update to latest version 5.5.49 - Fix multiple vulnerabilities - Remove embedded, ports and no-SSL options Build with SSL support by default Security: 8c2b2f11-0ebe-11e6-b55e-b499baebfeaf Reviewed by: feld (mentor) Approved by: feld (mentor) Differential Revision: D6161 Approved by: ports-secteam (with hat) Modified: branches/2016Q2/databases/mariadb55-server/Makefile branches/2016Q2/databases/mariadb55-server/distinfo Directory Properties: branches/2016Q2/ (props changed) Modified: branches/2016Q2/databases/mariadb55-server/Makefile ============================================================================== --- branches/2016Q2/databases/mariadb55-server/Makefile Mon May 2 23:14:00 2016 (r414491) +++ branches/2016Q2/databases/mariadb55-server/Makefile Mon May 2 23:18:12 2016 (r414492) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME?= mariadb -PORTVERSION= 5.5.47 +PORTVERSION= 5.5.49 CATEGORIES= databases ipv6 MASTER_SITES= http://ftp.osuosl.org/pub/mariadb/${PORTNAME}-${PORTVERSION}/source/ \ http://mirrors.supportex.net/mariadb/${PORTNAME}-${PORTVERSION}/source/ \ @@ -24,6 +24,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message SLAVEDIRS= databases/mariadb55-client USES= cmake execinfo gmake shebangfix +USE_OPENSSL= yes SHEBANG_FILES= scripts/*.sh CMAKE_ARGS+= -DINSTALL_DOCDIR="share/doc/mysql" \ @@ -44,6 +45,7 @@ CMAKE_ARGS+= -DINSTALL_DOCDIR="share/doc -DWITH_UNIT_TESTS=0 \ -DWITH_LIBEDIT=0 \ -DWITH_LIBWRAP=1 \ + -DWITH_SSL=yes \ -DEXECINFO_ROOT=${LOCALBASE} \ -DCOMPILATION_COMMENT="FreeBSD Ports" @@ -57,8 +59,7 @@ BROKEN_armv6= Does not compile on arm .if !defined(CLIENT_ONLY) # MySQL-Server part -USE_MYSQL= yes -WANT_MYSQL_VER= 55m +USES+= mysql:55m CONFLICTS_INSTALL= mariadb5[0-46-9]-server-* \ mariadb1*-server-* \ @@ -70,7 +71,8 @@ USE_RC_SUBR= mysql-server USERS= mysql GROUPS= mysql -CMAKE_ARGS+= -DWITH_EMBEDDED_SERVER="ON" \ +CMAKE_ARGS+= -DREADLINE_INCLUDE_DIR=/usr/include \ + -DWITH_EMBEDDED_SERVER="ON" \ -DWITHOUT_EXAMPLE_STORAGE_ENGINE=1 .else @@ -79,19 +81,10 @@ USES+= readline .endif OPTIONS_DEFINE+= FASTMTX -OPTIONS_RADIO= SSL -OPTIONS_RADIO_SSL= BUNDLED_SSL OPENSSL WITHOUT_SSL -OPTIONS_DEFAULT+= OPENSSL OPTIONS_SUB= yes NO_OPTIONS_SORT=yes -BUNDLED_SSL_DESC= SSL/TLS support via (bundled) CyaSSL FASTMTX_DESC= Replace mutexes with spinlocks -WITHOUT_SSL_DESC= No SSL/TLS support -OPENSSL_CMAKE_ON= -DWITH_SSL=yes -OPENSSL_USE= USE_OPENSSL=yes -BUNDLED_SSL_CMAKE_ON= -DWITH_SSL=bundled -WITHOUT_SSL_CMAKE_ON= -DWITH_SSL=no FASTMTX_CMAKE_ON= -DWITH_FAST_MUTEXES=1 @@ -101,12 +94,12 @@ OPTIONS_DEFINE+= MAXKEY OQGRAPH OPTIONS_DEFAULT+= MAXKEY MAXKEY_DESC= Change max key length from 1000 to 4000 + OQGRAPH_DESC= Open Query Graph Computation engine -OQGRAPH_CMAKE_OFF= -DWITHOUT_OQGRAPH_STORAGE_ENGINE=1 OQGRAPH_USE= GCC=yes -OQGRAPH_CMAKE_ON= -DWITH_OQGRAPH_STORAGE_ENGINE=1 OQGRAPH_LIB_DEPENDS= libboost_system.so:devel/boost-libs +OQGRAPH_BROKEN= yes MAXKEY_EXTRA_PATCHES= ${FILESDIR}/extra-patch-include_my_compare.h .endif @@ -124,6 +117,9 @@ CMAKE_ARGS+= -DWITH_JEMALLOC="no" USE_GCC= yes .endif +post-extract-OQGRAPH-off: + @${RM} -rf ${WRKSRC}/storage/oqgraph + post-patch: @${REINPLACE_CMD} 's/*.1/${MAN1}/' ${WRKSRC}/man/CMakeLists.txt @${REINPLACE_CMD} 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/mysys/default.c Modified: branches/2016Q2/databases/mariadb55-server/distinfo ============================================================================== --- branches/2016Q2/databases/mariadb55-server/distinfo Mon May 2 23:14:00 2016 (r414491) +++ branches/2016Q2/databases/mariadb55-server/distinfo Mon May 2 23:18:12 2016 (r414492) @@ -1,2 +1,2 @@ -SHA256 (mariadb-5.5.47.tar.gz) = 62b9378677433461d2a79b1ebe3182ba249994eb0cff2054ae8de8f646364209 -SIZE (mariadb-5.5.47.tar.gz) = 45705343 +SHA256 (mariadb-5.5.49.tar.gz) = 2c82f2af71b88a7940d5ff647498ed78922c92e88004942caa213131e20f4706 +SIZE (mariadb-5.5.49.tar.gz) = 45738390 From owner-svn-ports-branches@freebsd.org Tue May 3 00:01: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 76CA5B2B024; Tue, 3 May 2016 00:01:23 +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 4B3F7107B; Tue, 3 May 2016 00:01:23 +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 u4301MPG096694; Tue, 3 May 2016 00:01:22 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4301Mhu096691; Tue, 3 May 2016 00:01:22 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201605030001.u4301Mhu096691@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Tue, 3 May 2016 00:01:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r414495 - branches/2016Q2/net/wireshark 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.22 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, 03 May 2016 00:01:23 -0000 Author: junovitch Date: Tue May 3 00:01:22 2016 New Revision: 414495 URL: https://svnweb.freebsd.org/changeset/ports/414495 Log: MFH: r413652 r414124 Merge the GnuTLS and libgcrypt OPTIONS into one as both are required for decryption support. PR: 208830 Update to 2.0.3. See https://www.wireshark.org/docs/relnotes/wireshark-2.0.3.html for the list of changes in this release. Security: https://vuxml.FreeBSD.org/freebsd/7e36c369-10c0-11e6-94fa-002590263bf5.html Approved by: ports-secteam (with hat) Modified: branches/2016Q2/net/wireshark/Makefile branches/2016Q2/net/wireshark/distinfo branches/2016Q2/net/wireshark/pkg-plist Directory Properties: branches/2016Q2/ (props changed) Modified: branches/2016Q2/net/wireshark/Makefile ============================================================================== --- branches/2016Q2/net/wireshark/Makefile Mon May 2 23:58:59 2016 (r414494) +++ branches/2016Q2/net/wireshark/Makefile Tue May 3 00:01:22 2016 (r414495) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME?= wireshark -PORTVERSION= 2.0.2 -PORTREVISION?= 1 +PORTVERSION= 2.0.3 +PORTREVISION?= 0 CATEGORIES= net ipv6 MASTER_SITES= http://www.wireshark.org/download/src/ \ http://ftp.uni-kl.de/pub/wireshark/src/ \ @@ -54,7 +54,7 @@ PLIST_SUB+= ${x:tu}=bin/$x \ .endif .endfor -OPTIONS_DEFINE= RTP SNMP IPV6 GEOIP LUA GCRYPT GNUTLS +OPTIONS_DEFINE= RTP SNMP IPV6 GEOIP LUA DECRYPT OPTIONS_RADIO= ASYNCDNS GUI OPTIONS_SINGLE= KERBEROS @@ -66,8 +66,7 @@ OPTIONS_SINGLE_KERBEROS=KRB_BASE KRB_HEI OPTIONS_DEFAULT?= SNMP ADNS IPV6 GEOIP KRB_BASE GTK3 RTP_DESC= Enable support for playing back RTP streams -GCRYPT_DESC= IPsec decryption support -GNUTLS_DESC= SSL decryption support +DECRYPT_DESC= Decryption support for SSL and IPSec ASYNCDNS_DESC= Asynchronous DNS lookup support ADNS_DESC= Asynchronous DNS resolution via GNU adns KERBEROS_DESC= Kerberos dissection support @@ -90,8 +89,8 @@ SNMP_LIB_DEPENDS= libsmi.so:net-mgmt/lib ADNS_LIB_DEPENDS= libadns.so:dns/adns CARES_LIB_DEPENDS= libcares.so:dns/c-ares GEOIP_LIB_DEPENDS= libGeoIP.so:net/GeoIP -GCRYPT_LIB_DEPENDS= libgcrypt.so:security/libgcrypt -GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls +DECRYPT_LIB_DEPENDS= libgnutls.so:security/gnutls \ + libgcrypt.so:security/libgcrypt IPV6_CONFIGURE_ENABLE= ipv6 @@ -108,8 +107,7 @@ SNMP_CONFIGURE_WITH= libsmi ADNS_CONFIGURE_WITH= adns CARES_CONFIGURE_WITH= c-ares GEOIP_CONFIGURE_WITH= geoip -GCRYPT_CONFIGURE_WITH= gcrypt -GNUTLS_CONFIGURE_WITH= gnutls +DECRYPT_CONFIGURE_WITH= gnutls gcrypt LUA_CPPFLAGS= -I${LUA_INCDIR} Modified: branches/2016Q2/net/wireshark/distinfo ============================================================================== --- branches/2016Q2/net/wireshark/distinfo Mon May 2 23:58:59 2016 (r414494) +++ branches/2016Q2/net/wireshark/distinfo Tue May 3 00:01:22 2016 (r414495) @@ -1,2 +1,2 @@ -SHA256 (wireshark-2.0.2.tar.bz2) = e921fb072085a5654d899949bb561d0687f4819f7b63ba35777bb949a9b6b9c1 -SIZE (wireshark-2.0.2.tar.bz2) = 31073440 +SHA256 (wireshark-2.0.3.tar.bz2) = e196376e75fe21fdef41b4eaa27ce2e1b2b561e7f7b20328a8e96657cc4465fc +SIZE (wireshark-2.0.3.tar.bz2) = 31110988 Modified: branches/2016Q2/net/wireshark/pkg-plist ============================================================================== --- branches/2016Q2/net/wireshark/pkg-plist Mon May 2 23:58:59 2016 (r414494) +++ branches/2016Q2/net/wireshark/pkg-plist Tue May 3 00:01:22 2016 (r414495) @@ -18,10 +18,10 @@ bin/tshark %%TEXT2PCAP%% lib/libwireshark.so lib/libwireshark.so.6 -lib/libwireshark.so.6.0.2 +lib/libwireshark.so.6.1.0 lib/libwiretap.so lib/libwiretap.so.5 -lib/libwiretap.so.5.0.2 +lib/libwiretap.so.5.0.3 lib/libwsutil.so lib/libwsutil.so.6 lib/libwsutil.so.6.0.0 @@ -38,6 +38,7 @@ lib/wireshark/plugins/%%PORTVERSION%%/un lib/wireshark/plugins/%%PORTVERSION%%/wimax.so lib/wireshark/plugins/%%PORTVERSION%%/wimaxasncp.so lib/wireshark/plugins/%%PORTVERSION%%/wimaxmacphy.so +%%ANDROIDDUMP_MAN%%man/man1/androiddump.1.gz %%CAPINFOS_MAN%%man/man1/capinfos.1.gz man/man1/dumpcap.1.gz %%EDITCAP_MAN%%man/man1/editcap.1.gz From owner-svn-ports-branches@freebsd.org Tue May 3 03:15:25 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 C417DB2B7A9; Tue, 3 May 2016 03:15:25 +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 7C4B312CB; Tue, 3 May 2016 03:15:25 +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 u433FODb057043; Tue, 3 May 2016 03:15:24 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u433FOPY057042; Tue, 3 May 2016 03:15:24 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201605030315.u433FOPY057042@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Tue, 3 May 2016 03:15:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r414513 - in branches/2016Q2/lang: php55 php56 php70 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.22 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, 03 May 2016 03:15:25 -0000 Author: junovitch Date: Tue May 3 03:15:24 2016 New Revision: 414513 URL: https://svnweb.freebsd.org/changeset/ports/414513 Log: MFH: r414017 Remove bogus props. Approved by: ports-secteam (with hat) Modified: Directory Properties: branches/2016Q2/ (props changed) branches/2016Q2/lang/php55/Makefile.ext (props changed) branches/2016Q2/lang/php56/Makefile.ext (props changed) branches/2016Q2/lang/php70/Makefile.ext (props changed) From owner-svn-ports-branches@freebsd.org Tue May 3 03:17: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 50287B2B80D; Tue, 3 May 2016 03:17:17 +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 14795144D; Tue, 3 May 2016 03:17:17 +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 u433HGgp057329; Tue, 3 May 2016 03:17:16 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u433HGSw057326; Tue, 3 May 2016 03:17:16 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201605030317.u433HGSw057326@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Tue, 3 May 2016 03:17:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r414514 - in branches/2016Q2/lang/php70: . 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.22 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, 03 May 2016 03:17:17 -0000 Author: junovitch Date: Tue May 3 03:17:15 2016 New Revision: 414514 URL: https://svnweb.freebsd.org/changeset/ports/414514 Log: MFH: r412802 r412806 r413401 r414509 Add configtest support for php-fpm rc script. PR: 208325 Submitted by: ganbold Approved by: miwi Sponsored by: A-Team Systems Bump PORTREVISION. Suggested by: mat - Restore ?= which was removed in r412806 Approved by: portmgr (blanket) lang/php70: update 7.0.5 -> 7.0.6 Changelog: http://www.php.net/ChangeLog-7.php#7.0.6 Security: CVE-2016-3074 Security: https://vuxml.FreeBSD.org/freebsd/5764c634-10d2-11e6-94fa-002590263bf5.html Approved by: ports-secteam (with hat) Modified: branches/2016Q2/lang/php70/Makefile branches/2016Q2/lang/php70/distinfo branches/2016Q2/lang/php70/files/php-fpm.in Directory Properties: branches/2016Q2/ (props changed) Modified: branches/2016Q2/lang/php70/Makefile ============================================================================== --- branches/2016Q2/lang/php70/Makefile Tue May 3 03:15:24 2016 (r414513) +++ branches/2016Q2/lang/php70/Makefile Tue May 3 03:17:15 2016 (r414514) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= php70 -PORTVERSION= 7.0.5 +PORTVERSION= 7.0.6 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions Modified: branches/2016Q2/lang/php70/distinfo ============================================================================== --- branches/2016Q2/lang/php70/distinfo Tue May 3 03:15:24 2016 (r414513) +++ branches/2016Q2/lang/php70/distinfo Tue May 3 03:17:15 2016 (r414514) @@ -1,2 +1,2 @@ -SHA256 (php-7.0.5.tar.bz2) = 2c09af7fe64537ea795f098b9b542ead407ef83f7cdc65b3787115ccbbb51de9 -SIZE (php-7.0.5.tar.bz2) = 14086522 +SHA256 (php-7.0.6.tar.bz2) = 14ddf192a9965c858c1e742a61456be2f34a4db87556172c0d76f08de96329b7 +SIZE (php-7.0.6.tar.bz2) = 14102594 Modified: branches/2016Q2/lang/php70/files/php-fpm.in ============================================================================== --- branches/2016Q2/lang/php70/files/php-fpm.in Tue May 3 03:15:24 2016 (r414513) +++ branches/2016Q2/lang/php70/files/php-fpm.in Tue May 3 03:17:15 2016 (r414514) @@ -17,11 +17,16 @@ name="php_fpm" rcvar=php_fpm_enable +start_precmd="php_fpm_checkconfig" +restart_precmd="php_fpm_checkconfig" +reload_precmd="php_fpm_checkconfig" +configtest_cmd="php_fpm_checkconfig" + load_rc_config "$name" : ${php_fpm_enable="NO"} -extra_commands="reload logrotate" +extra_commands="reload configtest logrotate" command="%%PREFIX%%/sbin/php-fpm" pidfile="/var/run/php-fpm.pid" @@ -40,4 +45,10 @@ php_fpm_logrotate() { kill -USR1 $rc_pid } +php_fpm_checkconfig() +{ + echo "Performing sanity check on php-fpm configuration:" + eval ${command} -t +} + run_rc_command "$1" From owner-svn-ports-branches@freebsd.org Tue May 3 03:18:42 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 87D87B2B848; Tue, 3 May 2016 03:18:42 +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 4ABBD1682; Tue, 3 May 2016 03:18:42 +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 u433IfZ5057590; Tue, 3 May 2016 03:18:41 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u433IfGi057587; Tue, 3 May 2016 03:18:41 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201605030318.u433IfGi057587@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Tue, 3 May 2016 03:18:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r414515 - in branches/2016Q2/lang/php56: . 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.22 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, 03 May 2016 03:18:42 -0000 Author: junovitch Date: Tue May 3 03:18:41 2016 New Revision: 414515 URL: https://svnweb.freebsd.org/changeset/ports/414515 Log: MFH: r413091 r414510 r414512 Add configtest support for php-fpm rc script. PR: 208324 Sponsored by: A-Team Systems lang/php56: update 5.6.20 -> 5.6.21 Changelog: http://www.php.net/ChangeLog-5.php#5.6.21 PR: 209145 Reported by Christian Schwarz Security: CVE-2016-3074 Security: https://vuxml.FreeBSD.org/freebsd/5764c634-10d2-11e6-94fa-002590263bf5.html lang/php56: Restore ?= which was removed in r413091 PR: 208324 (introduced regression) Approved by: portmgr (blanket) Approved by: ports-secteam (with hat) Modified: branches/2016Q2/lang/php56/Makefile branches/2016Q2/lang/php56/distinfo branches/2016Q2/lang/php56/files/php-fpm.in Directory Properties: branches/2016Q2/ (props changed) Modified: branches/2016Q2/lang/php56/Makefile ============================================================================== --- branches/2016Q2/lang/php56/Makefile Tue May 3 03:17:15 2016 (r414514) +++ branches/2016Q2/lang/php56/Makefile Tue May 3 03:18:41 2016 (r414515) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= php56 -PORTVERSION= 5.6.20 +PORTVERSION= 5.6.21 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions Modified: branches/2016Q2/lang/php56/distinfo ============================================================================== --- branches/2016Q2/lang/php56/distinfo Tue May 3 03:17:15 2016 (r414514) +++ branches/2016Q2/lang/php56/distinfo Tue May 3 03:18:41 2016 (r414515) @@ -1,4 +1,4 @@ -SHA256 (php-5.6.20.tar.bz2) = 5ac7bf7caec7a79b18cf458e786fd1609ad2da771224b80bc15cc6f01b22bf1f -SIZE (php-5.6.20.tar.bz2) = 14162188 +SHA256 (php-5.6.21.tar.bz2) = b4ed7ab574b689fd6d6494fde954826c06efc85c505e017b8d776c7c7f479590 +SIZE (php-5.6.21.tar.bz2) = 14165919 SHA256 (php-5.5.x-mail-header.patch) = b0b5a7c961b2052eb14d9528e76155cbeaa881fb9b4a49f452f9dab07b6fb1c4 SIZE (php-5.5.x-mail-header.patch) = 3379 Modified: branches/2016Q2/lang/php56/files/php-fpm.in ============================================================================== --- branches/2016Q2/lang/php56/files/php-fpm.in Tue May 3 03:17:15 2016 (r414514) +++ branches/2016Q2/lang/php56/files/php-fpm.in Tue May 3 03:18:41 2016 (r414515) @@ -17,11 +17,16 @@ name="php_fpm" rcvar=php_fpm_enable +start_precmd="php_fpm_checkconfig" +restart_precmd="php_fpm_checkconfig" +reload_precmd="php_fpm_checkconfig" +configtest_cmd="php_fpm_checkconfig" + load_rc_config "$name" : ${php_fpm_enable="NO"} -extra_commands="reload logrotate" +extra_commands="reload configtest logrotate" command="%%PREFIX%%/sbin/php-fpm" pidfile="/var/run/php-fpm.pid" @@ -40,4 +45,10 @@ php_fpm_logrotate() { kill -USR1 $rc_pid } +php_fpm_checkconfig() +{ + echo "Performing sanity check on php-fpm configuration:" + eval ${command} -t +} + run_rc_command "$1" From owner-svn-ports-branches@freebsd.org Tue May 3 03:19:24 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 22944B2B883; Tue, 3 May 2016 03:19:24 +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 E3B9A1771; Tue, 3 May 2016 03:19:23 +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 u433JNYR057808; Tue, 3 May 2016 03:19:23 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u433JMVJ057806; Tue, 3 May 2016 03:19:22 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201605030319.u433JMVJ057806@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Tue, 3 May 2016 03:19:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r414516 - branches/2016Q2/lang/php55 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.22 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, 03 May 2016 03:19:24 -0000 Author: junovitch Date: Tue May 3 03:19:22 2016 New Revision: 414516 URL: https://svnweb.freebsd.org/changeset/ports/414516 Log: MFH: r414511 lang/php55: update 5.5.34 -> 5.5.35 Changelog: http://php.net/ChangeLog-5.php#5.5.35 Security: CVE-2016-3074 Security: https://vuxml.FreeBSD.org/freebsd/5764c634-10d2-11e6-94fa-002590263bf5.html Approved by: ports-secteam (with hat) Modified: branches/2016Q2/lang/php55/Makefile branches/2016Q2/lang/php55/distinfo Directory Properties: branches/2016Q2/ (props changed) Modified: branches/2016Q2/lang/php55/Makefile ============================================================================== --- branches/2016Q2/lang/php55/Makefile Tue May 3 03:18:41 2016 (r414515) +++ branches/2016Q2/lang/php55/Makefile Tue May 3 03:19:22 2016 (r414516) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= php55 -PORTVERSION= 5.5.34 +PORTVERSION= 5.5.35 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions Modified: branches/2016Q2/lang/php55/distinfo ============================================================================== --- branches/2016Q2/lang/php55/distinfo Tue May 3 03:18:41 2016 (r414515) +++ branches/2016Q2/lang/php55/distinfo Tue May 3 03:19:22 2016 (r414516) @@ -1,4 +1,4 @@ -SHA256 (php-5.5.34.tar.bz2) = af88884416a92619de842ad0fd23f7f7e8140efb0b9194f98a38a78781e5851c -SIZE (php-5.5.34.tar.bz2) = 13686681 +SHA256 (php-5.5.35.tar.bz2) = 2d648dd648e820fd64693ce72f9bf07064d147220e594e39fb9f6310238258d7 +SIZE (php-5.5.35.tar.bz2) = 13690152 SHA256 (php-5.5.x-mail-header.patch) = b0b5a7c961b2052eb14d9528e76155cbeaa881fb9b4a49f452f9dab07b6fb1c4 SIZE (php-5.5.x-mail-header.patch) = 3379 From owner-svn-ports-branches@freebsd.org Tue May 3 10:39:45 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 550EEB2B71B; Tue, 3 May 2016 10:39:45 +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 263381B63; Tue, 3 May 2016 10:39:45 +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 u43Adiid092621; Tue, 3 May 2016 10:39:44 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u43Adif9092620; Tue, 3 May 2016 10:39:44 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201605031039.u43Adif9092620@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Tue, 3 May 2016 10:39:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r414524 - branches/2016Q2/databases/mariadb55-server 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.22 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, 03 May 2016 10:39:45 -0000 Author: junovitch Date: Tue May 3 10:39:44 2016 New Revision: 414524 URL: https://svnweb.freebsd.org/changeset/ports/414524 Log: databases/mariadb55-server: revert portion of last commmit - Fix INDEX; mysql USES is not supported in quarterly and it should have been excluded when r414483 was merged. Pointy hat to: junovitch Approved by: ports-secteam (with hat) Modified: branches/2016Q2/databases/mariadb55-server/Makefile Modified: branches/2016Q2/databases/mariadb55-server/Makefile ============================================================================== --- branches/2016Q2/databases/mariadb55-server/Makefile Tue May 3 10:11:30 2016 (r414523) +++ branches/2016Q2/databases/mariadb55-server/Makefile Tue May 3 10:39:44 2016 (r414524) @@ -59,7 +59,8 @@ BROKEN_armv6= Does not compile on arm .if !defined(CLIENT_ONLY) # MySQL-Server part -USES+= mysql:55m +USE_MYSQL= yes +WANT_MYSQL_VER= 55m CONFLICTS_INSTALL= mariadb5[0-46-9]-server-* \ mariadb1*-server-* \ From owner-svn-ports-branches@freebsd.org Tue May 3 12:45: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 0C797B2B09A; Tue, 3 May 2016 12:45:56 +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 DCC3A1D70; Tue, 3 May 2016 12:45:55 +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 u43Cjt8E032270; Tue, 3 May 2016 12:45:55 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u43CjsGx032265; Tue, 3 May 2016 12:45:54 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201605031245.u43CjsGx032265@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 3 May 2016 12:45:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r414526 - branches/2016Q2/graphics/ImageMagick7 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.22 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, 03 May 2016 12:45:56 -0000 Author: feld Date: Tue May 3 12:45:54 2016 New Revision: 414526 URL: https://svnweb.freebsd.org/changeset/ports/414526 Log: MFH: r414520 Update ImageMagick7 to 7.0.1-0. * Switch to USES=localbase. * Removal all the warnings about this being unstable now that it is released. * Switch to CONFLICT_INSTALL Approved by: ports-secteam (with hat) Modified: branches/2016Q2/graphics/ImageMagick7/Makefile branches/2016Q2/graphics/ImageMagick7/distinfo branches/2016Q2/graphics/ImageMagick7/pkg-descr branches/2016Q2/graphics/ImageMagick7/pkg-plist Directory Properties: branches/2016Q2/ (props changed) Modified: branches/2016Q2/graphics/ImageMagick7/Makefile ============================================================================== --- branches/2016Q2/graphics/ImageMagick7/Makefile Tue May 3 10:49:03 2016 (r414525) +++ branches/2016Q2/graphics/ImageMagick7/Makefile Tue May 3 12:45:54 2016 (r414526) @@ -1,12 +1,9 @@ # $FreeBSD$ PORTNAME= ImageMagick -DISTVERSION= 7.0.0-0~beta${DATE} -PORTREVISION= 2 +DISTVERSION= 7.0.1-0 CATEGORIES= graphics perl5 MASTER_SITES= http://www.imagemagick.org/download/ \ - http://www.imagemagick.org/download/beta/ \ - LOCAL/kwm \ http://www.imagemagick.org/download/legacy/ \ http://servingzone.com/mirrors/ImageMagick/ \ http://mirror.checkdomain.de/imagemagick/ \ @@ -32,20 +29,18 @@ MASTER_SITES= http://www.imagemagick.org PKGNAMESUFFIX= 7 MAINTAINER= kwm@FreeBSD.org -COMMENT= Image processing tools (unstable version) +COMMENT= Image processing tools LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -DATE= 20160225 -WRKSRC= ${WRKDIR}/${PORTNAME}-7.0.0-0 - LIB_DEPENDS= libltdl.so:devel/libltdl CONFLICTS_INSTALL= execline-[0-9]* # bin/import # This port uses .la files, keep libtool:keepla! (magick/module.c) -USES= cpe gmake libtool:keepla pathfix perl5 pkgconfig:both shebangfix tar:xz +USES= cpe gmake libtool:keepla localbase pathfix perl5 \ + pkgconfig:both shebangfix tar:xz CPE_PRODUCT= imagemagick CPE_VENDOR= imagemagick SHEBANG_FILES= www/source/examples.pl @@ -55,17 +50,12 @@ CONFIGURE_ARGS= --without-dps USE_LDCONFIG= yes USE_GNOME= libxml2 -# make sure LOCALBASE is placed at the end of the compiler lookup so the configure -# script can find openjpeg2 headers before the openjpeg15 headers -CPPFLAGS+= -isystem${LOCALBASE}/include -LDFLAGS+= -Wl,-Y${LOCALBASE}/lib - SAMPLE_FILES= coder.xml colors.xml delegates.xml log.xml magic.xml mime.xml \ - policy.xml quantization-table.xml thresholds.xml type-dejavu.xml \ - type-ghostscript.xml type-windows.xml type.xml + policy.xml quantization-table.xml thresholds.xml \ + type-apple.xml type-dejavu.xml type-ghostscript.xml \ + type-windows.xml type.xml -#PLIST_SUB= PORTVERSION=${PORTVERSION:R} -PLIST_SUB= PORTVERSION=${PORTVERSION:R:R} +PLIST_SUB= PORTVERSION=${PORTVERSION:R} OPTIONS_DEFINE= BZIP2 DOCS DJVU FFTW FONTCONFIG FPX FREETYPE \ GRAPHVIZ GSLIB JPEG2000 JBIG JPEG LCMS2 LZMA LQR MODULES \ @@ -397,12 +387,6 @@ USES+= ghostscript:build . endif .endif -.if defined(USER) && ${USER} == kwm -upload: - scp ${DISTDIR}/${DISTNAME}.tar.xz \ - kwm@freefall.freebsd.org:public_distfiles/ -.endif - post-patch: # strip library name of variable parts that can change due to # the HDRI and Q16 option Modified: branches/2016Q2/graphics/ImageMagick7/distinfo ============================================================================== --- branches/2016Q2/graphics/ImageMagick7/distinfo Tue May 3 10:49:03 2016 (r414525) +++ branches/2016Q2/graphics/ImageMagick7/distinfo Tue May 3 12:45:54 2016 (r414526) @@ -1,2 +1,2 @@ -SHA256 (ImageMagick-7.0.0-0~beta20160225.tar.xz) = 35f9ed811415633ab4ed6fa4dd6ada625421e87d38dae98e5afc7d30e2a5e5c6 -SIZE (ImageMagick-7.0.0-0~beta20160225.tar.xz) = 8292428 +SHA256 (ImageMagick-7.0.1-0.tar.xz) = bd15aaef2aa2393b3d62b821f5752d5f4066a90d3b0d9259d93217ad47c056d9 +SIZE (ImageMagick-7.0.1-0.tar.xz) = 8288172 Modified: branches/2016Q2/graphics/ImageMagick7/pkg-descr ============================================================================== --- branches/2016Q2/graphics/ImageMagick7/pkg-descr Tue May 3 10:49:03 2016 (r414525) +++ branches/2016Q2/graphics/ImageMagick7/pkg-descr Tue May 3 12:45:54 2016 (r414526) @@ -1,8 +1,3 @@ - -*** This is a UNSTABLE development snapshot. API/ABI breakage guaranteed *** - -*** This port is a best efford and updates might be irregular *** - ImageMagick is a package for display and interactive manipulation of images. The package includes tools for image conversion, annotation, compositing, animation, and creating montages. ImageMagick can read and Modified: branches/2016Q2/graphics/ImageMagick7/pkg-plist ============================================================================== --- branches/2016Q2/graphics/ImageMagick7/pkg-plist Tue May 3 10:49:03 2016 (r414525) +++ branches/2016Q2/graphics/ImageMagick7/pkg-plist Tue May 3 12:45:54 2016 (r414526) @@ -23,6 +23,7 @@ bin/stream @sample etc/ImageMagick-7/policy.xml.sample @sample etc/ImageMagick-7/quantization-table.xml.sample @sample etc/ImageMagick-7/thresholds.xml.sample +@sample etc/ImageMagick-7/type-apple.xml.sample @sample etc/ImageMagick-7/type-dejavu.xml.sample @sample etc/ImageMagick-7/type-ghostscript.xml.sample @sample etc/ImageMagick-7/type-windows.xml.sample @@ -88,7 +89,6 @@ include/ImageMagick-7/MagickCore/linked- include/ImageMagick-7/MagickCore/list.h include/ImageMagick-7/MagickCore/locale_.h include/ImageMagick-7/MagickCore/log.h -include/ImageMagick-7/MagickCore/magic-private.h include/ImageMagick-7/MagickCore/magic.h include/ImageMagick-7/MagickCore/magick-baseconfig.h include/ImageMagick-7/MagickCore/magick-config.h @@ -316,8 +316,6 @@ lib/ImageMagick-%%PORTVERSION%%/config-% %%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%%%HDRI%%/coders/pnm.so %%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%%%HDRI%%/coders/pango.la %%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%%%HDRI%%/coders/pango.so -%%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%%%HDRI%%/coders/preview.la -%%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%%%HDRI%%/coders/preview.so %%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%%%HDRI%%/coders/ps.la %%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%%%HDRI%%/coders/ps.so %%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%%%HDRI%%/coders/ps2.la @@ -455,6 +453,7 @@ man/man1/convert.1.gz man/man1/display.1.gz man/man1/identify.1.gz man/man1/import.1.gz +man/man1/magick-script.1.gz man/man1/magick.1.gz man/man1/mogrify.1.gz man/man1/montage.1.gz @@ -1493,8 +1492,10 @@ man/man1/stream.1.gz %%PORTDOCS%%%%DOCSDIR%%-7/www/links.html %%PORTDOCS%%%%DOCSDIR%%-7/www/magick++.html %%PORTDOCS%%%%DOCSDIR%%-7/www/magick-core.html +%%PORTDOCS%%%%DOCSDIR%%-7/www/magick-script.html %%PORTDOCS%%%%DOCSDIR%%-7/www/magick-vector-graphics.html %%PORTDOCS%%%%DOCSDIR%%-7/www/magick-wand.html +%%PORTDOCS%%%%DOCSDIR%%-7/www/magick.html %%PORTDOCS%%%%DOCSDIR%%-7/www/miff.html %%PORTDOCS%%%%DOCSDIR%%-7/www/mogrify.html %%PORTDOCS%%%%DOCSDIR%%-7/www/montage.html From owner-svn-ports-branches@freebsd.org Tue May 3 12:47: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 4DF54B2B170; Tue, 3 May 2016 12:47:33 +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 255D01F17; Tue, 3 May 2016 12:47:33 +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 u43ClW47032530; Tue, 3 May 2016 12:47:32 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u43ClWUX032527; Tue, 3 May 2016 12:47:32 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201605031247.u43ClWUX032527@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 3 May 2016 12:47:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r414527 - branches/2016Q2/graphics/ImageMagick 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.22 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, 03 May 2016 12:47:33 -0000 Author: feld Date: Tue May 3 12:47:31 2016 New Revision: 414527 URL: https://svnweb.freebsd.org/changeset/ports/414527 Log: MFH: r413630 r413645 r414519 Update ImageMagick to 6.9.3-8. Fix the handling of type-apple.xml under @sample. PORTREVISION bump for plist change. Committed under just-fix-it. Update ImageMagick to 6.9.3-9. * Switch to USES=localbase. * Mark this version as legacy version now that ImageMagick7 is released. Upstream will continue to support this version. * Switch to CONFLICT_INSTALL Approved by: ports-secteam (with hat) Modified: branches/2016Q2/graphics/ImageMagick/Makefile branches/2016Q2/graphics/ImageMagick/distinfo branches/2016Q2/graphics/ImageMagick/pkg-plist Directory Properties: branches/2016Q2/ (props changed) Modified: branches/2016Q2/graphics/ImageMagick/Makefile ============================================================================== --- branches/2016Q2/graphics/ImageMagick/Makefile Tue May 3 12:45:54 2016 (r414526) +++ branches/2016Q2/graphics/ImageMagick/Makefile Tue May 3 12:47:31 2016 (r414527) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= ImageMagick -DISTVERSION= 6.9.3-7 -PORTREVISION= 2 +DISTVERSION= 6.9.3-9 PORTEPOCH= 1 CATEGORIES= graphics perl5 MASTER_SITES= http://www.imagemagick.org/download/ \ @@ -30,7 +29,7 @@ MASTER_SITES= http://www.imagemagick.org ftp://ftp.fifi.org/pub/ImageMagick/ MAINTAINER= kwm@FreeBSD.org -COMMENT= Image processing tools +COMMENT= Image processing tools (legacy version) LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE @@ -40,7 +39,8 @@ LIB_DEPENDS= libltdl.so:devel/libltdl CONFLICTS_INSTALL= execline-[0-9]* # bin/import # This port uses .la files, keep libtool:keepla! (magick/module.c) -USES= cpe gmake libtool:keepla pathfix perl5 pkgconfig:both shebangfix tar:xz +USES= cpe gmake libtool:keepla localbase pathfix perl5 \ + pkgconfig:both shebangfix tar:xz CPE_PRODUCT= imagemagick CPE_VENDOR= imagemagick SHEBANG_FILES= www/source/examples.pl @@ -50,14 +50,9 @@ CONFIGURE_ARGS= --without-dps USE_LDCONFIG= yes USE_GNOME= libxml2 -# make sure LOCALBASE is placed at the end of the compiler lookup so the configure -# script can find openjpeg2 headers before the openjpeg15 headers -CPPFLAGS+= -isystem${LOCALBASE}/include -LDFLAGS+= -Wl,-Y${LOCALBASE}/lib - SAMPLE_FILES= coder.xml colors.xml delegates.xml log.xml magic.xml mime.xml \ - policy.xml quantization-table.xml thresholds.xml type-dejavu.xml \ - type-ghostscript.xml type-windows.xml type.xml + policy.xml quantization-table.xml thresholds.xml type-apple.xml \ + type-dejavu.xml type-ghostscript.xml type-windows.xml type.xml PLIST_SUB= PORTVERSION=${PORTVERSION:R} @@ -366,11 +361,11 @@ USES+= ghostscript .if ! ${PORT_OPTIONS:MX11} CONFIGURE_ARGS+= --without-x -CONFLICTS+= ImageMagick-6* +CONFLICTS_INSTALL+= ImageMagick-6* PLIST_SUB+= X11='@comment ' PKGNAMESUFFIX= -nox11 .else -CONFLICTS+= ImageMagick-nox11-6* +CONFLICTS_INSTALL+= ImageMagick-nox11-6* CONFLICTS+= display-[0-9]* CONFIGURE_ARGS+= --with-x USE_XORG= xext xt Modified: branches/2016Q2/graphics/ImageMagick/distinfo ============================================================================== --- branches/2016Q2/graphics/ImageMagick/distinfo Tue May 3 12:45:54 2016 (r414526) +++ branches/2016Q2/graphics/ImageMagick/distinfo Tue May 3 12:47:31 2016 (r414527) @@ -1,2 +1,2 @@ -SHA256 (ImageMagick-6.9.3-7.tar.xz) = 6731c414b5b939713a73a088840ed68c22c91d1335514d228d6687d07ce2e1c8 -SIZE (ImageMagick-6.9.3-7.tar.xz) = 8782808 +SHA256 (ImageMagick-6.9.3-9.tar.xz) = cec69db7d14cb1ab2d173381e5676219c678ca27b7af8878c6ffec18ec932960 +SIZE (ImageMagick-6.9.3-9.tar.xz) = 8777400 Modified: branches/2016Q2/graphics/ImageMagick/pkg-plist ============================================================================== --- branches/2016Q2/graphics/ImageMagick/pkg-plist Tue May 3 12:45:54 2016 (r414526) +++ branches/2016Q2/graphics/ImageMagick/pkg-plist Tue May 3 12:47:31 2016 (r414527) @@ -23,6 +23,7 @@ bin/stream @sample etc/ImageMagick-6/policy.xml.sample @sample etc/ImageMagick-6/quantization-table.xml.sample @sample etc/ImageMagick-6/thresholds.xml.sample +@sample etc/ImageMagick-6/type-apple.xml.sample @sample etc/ImageMagick-6/type-dejavu.xml.sample @sample etc/ImageMagick-6/type-ghostscript.xml.sample @sample etc/ImageMagick-6/type-windows.xml.sample From owner-svn-ports-branches@freebsd.org Tue May 3 13:05:28 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 492E4B2B729; Tue, 3 May 2016 13:05:28 +0000 (UTC) (envelope-from pi@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 20ADE18EF; Tue, 3 May 2016 13:05:28 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u43D5RvG038692; Tue, 3 May 2016 13:05:27 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u43D5Qvl038688; Tue, 3 May 2016 13:05:26 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201605031305.u43D5Qvl038688@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 3 May 2016 13:05:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r414528 - in branches/2016Q2/www/gitlab: . 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.22 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, 03 May 2016 13:05:28 -0000 Author: pi Date: Tue May 3 13:05:26 2016 New Revision: 414528 URL: https://svnweb.freebsd.org/changeset/ports/414528 Log: www/gitlab: 8.5.5 -> 8.5.11 to fix CVE-2016-4340 Changes: https://about.gitlab.com/2016/05/02/cve-2016-4340-patches/ PR: 209225 Submitted by: Torsten Zuehlsdorff (maintainer) Approved by: ports-secteam (feld) Modified: branches/2016Q2/www/gitlab/Makefile branches/2016Q2/www/gitlab/distinfo branches/2016Q2/www/gitlab/files/patch-Gemfile branches/2016Q2/www/gitlab/pkg-plist Modified: branches/2016Q2/www/gitlab/Makefile ============================================================================== --- branches/2016Q2/www/gitlab/Makefile Tue May 3 12:47:31 2016 (r414527) +++ branches/2016Q2/www/gitlab/Makefile Tue May 3 13:05:26 2016 (r414528) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gitlab -PORTVERSION= 8.5.5 +PORTVERSION= 8.5.11 DISTVERSIONPREFIX= v CATEGORIES= www devel Modified: branches/2016Q2/www/gitlab/distinfo ============================================================================== --- branches/2016Q2/www/gitlab/distinfo Tue May 3 12:47:31 2016 (r414527) +++ branches/2016Q2/www/gitlab/distinfo Tue May 3 13:05:26 2016 (r414528) @@ -1,2 +1,2 @@ -SHA256 (gitlabhq-gitlabhq-v8.5.5_GH0.tar.gz) = 859ec6142095d459b1587616df6c83063e87a8c7417ab8606100588525d03e2d -SIZE (gitlabhq-gitlabhq-v8.5.5_GH0.tar.gz) = 15179973 +SHA256 (gitlabhq-gitlabhq-v8.5.11_GH0.tar.gz) = 084853403d55e53587d2d03a30ffc03acd36561fcc3783f0d7c8e048d3303c49 +SIZE (gitlabhq-gitlabhq-v8.5.11_GH0.tar.gz) = 15181985 Modified: branches/2016Q2/www/gitlab/files/patch-Gemfile ============================================================================== --- branches/2016Q2/www/gitlab/files/patch-Gemfile Tue May 3 12:47:31 2016 (r414527) +++ branches/2016Q2/www/gitlab/files/patch-Gemfile Tue May 3 13:05:26 2016 (r414528) @@ -1,4 +1,4 @@ ---- Gemfile.orig 2016-03-10 19:32:49 UTC +--- Gemfile.orig 2016-04-20 15:59:09 UTC +++ Gemfile @@ -1,6 +1,6 @@ source "https://rubygems.org" @@ -55,7 +55,8 @@ -gem 'devise-two-factor', '~> 2.0.0' +gem 'devise-two-factor', '>= 2.0.0' gem 'rqrcode-rails3', '~> 0.1.7' - gem 'attr_encrypted', '~> 1.3.4' +-gem 'attr_encrypted', '~> 1.3.4' ++gem 'attr_encrypted', '>= 1.3.4' # Browser detection -gem "browser", '~> 1.0.0' Modified: branches/2016Q2/www/gitlab/pkg-plist ============================================================================== --- branches/2016Q2/www/gitlab/pkg-plist Tue May 3 12:47:31 2016 (r414527) +++ branches/2016Q2/www/gitlab/pkg-plist Tue May 3 13:05:26 2016 (r414528) @@ -1419,6 +1419,7 @@ %%WWWDIR%%/config/initializers/public_key.rb %%WWWDIR%%/config/initializers/rack_attack_git_basic_auth.rb %%WWWDIR%%/config/initializers/rack_lineprof.rb +%%WWWDIR%%/config/initializers/redis_config.rb %%WWWDIR%%/config/initializers/relative_url.rb.sample %%WWWDIR%%/config/initializers/secret_token.rb %%WWWDIR%%/config/initializers/sentry.rb @@ -2548,6 +2549,7 @@ %%WWWDIR%%/lib/gitlab/email/message/repository_push.rb %%WWWDIR%%/lib/gitlab/email/receiver.rb %%WWWDIR%%/lib/gitlab/email/reply_parser.rb +%%WWWDIR%%/lib/gitlab/exclusive_lease.rb %%WWWDIR%%/lib/gitlab/fogbugz_import/client.rb %%WWWDIR%%/lib/gitlab/fogbugz_import/importer.rb %%WWWDIR%%/lib/gitlab/fogbugz_import/project_creator.rb @@ -2775,6 +2777,7 @@ %%WWWDIR%%/spec/controllers/projects_controller_spec.rb %%WWWDIR%%/spec/controllers/root_controller_spec.rb %%WWWDIR%%/spec/controllers/sent_notification_controller_spec.rb +%%WWWDIR%%/spec/controllers/sessions_controller_spec.rb %%WWWDIR%%/spec/controllers/snippets_controller_spec.rb %%WWWDIR%%/spec/controllers/uploads_controller_spec.rb %%WWWDIR%%/spec/controllers/users_controller_spec.rb @@ -2884,6 +2887,7 @@ %%WWWDIR%%/spec/helpers/blob_helper_spec.rb %%WWWDIR%%/spec/helpers/broadcast_messages_helper_spec.rb %%WWWDIR%%/spec/helpers/ci_status_helper_spec.rb +%%WWWDIR%%/spec/helpers/commits_helper_spec.rb %%WWWDIR%%/spec/helpers/diff_helper_spec.rb %%WWWDIR%%/spec/helpers/emails_helper_spec.rb %%WWWDIR%%/spec/helpers/events_helper_spec.rb @@ -2994,6 +2998,7 @@ %%WWWDIR%%/spec/lib/gitlab/email/message/repository_push_spec.rb %%WWWDIR%%/spec/lib/gitlab/email/receiver_spec.rb %%WWWDIR%%/spec/lib/gitlab/email/reply_parser_spec.rb +%%WWWDIR%%/spec/lib/gitlab/exclusive_lease_spec.rb %%WWWDIR%%/spec/lib/gitlab/git_access_spec.rb %%WWWDIR%%/spec/lib/gitlab/git_access_wiki_spec.rb %%WWWDIR%%/spec/lib/gitlab/github_import/client_spec.rb From owner-svn-ports-branches@freebsd.org Tue May 3 13:42:24 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 8341DB2A1EF; Tue, 3 May 2016 13:42:24 +0000 (UTC) (envelope-from pi@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 3C8C21D37; Tue, 3 May 2016 13:42:24 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u43DgNPX051096; Tue, 3 May 2016 13:42:23 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u43DgNbX051093; Tue, 3 May 2016 13:42:23 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201605031342.u43DgNbX051093@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 3 May 2016 13:42:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r414532 - branches/2016Q2/www/gitlab 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.22 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, 03 May 2016 13:42:24 -0000 Author: pi Date: Tue May 3 13:42:23 2016 New Revision: 414532 URL: https://svnweb.freebsd.org/changeset/ports/414532 Log: www/gitlab: 8.5.11 -> 8.5.12 to really fix CVE-2016-4340 Changes: https://about.gitlab.com/2016/05/02/cve-2016-4340-patches/ PR: 209225 Submitted by: Torsten Zuehlsdorff (maintainer) Approved by: ports-secteam (junovitch) Modified: branches/2016Q2/www/gitlab/Makefile branches/2016Q2/www/gitlab/distinfo branches/2016Q2/www/gitlab/pkg-plist Modified: branches/2016Q2/www/gitlab/Makefile ============================================================================== --- branches/2016Q2/www/gitlab/Makefile Tue May 3 13:33:03 2016 (r414531) +++ branches/2016Q2/www/gitlab/Makefile Tue May 3 13:42:23 2016 (r414532) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gitlab -PORTVERSION= 8.5.11 +PORTVERSION= 8.5.12 DISTVERSIONPREFIX= v CATEGORIES= www devel Modified: branches/2016Q2/www/gitlab/distinfo ============================================================================== --- branches/2016Q2/www/gitlab/distinfo Tue May 3 13:33:03 2016 (r414531) +++ branches/2016Q2/www/gitlab/distinfo Tue May 3 13:42:23 2016 (r414532) @@ -1,2 +1,2 @@ -SHA256 (gitlabhq-gitlabhq-v8.5.11_GH0.tar.gz) = 084853403d55e53587d2d03a30ffc03acd36561fcc3783f0d7c8e048d3303c49 -SIZE (gitlabhq-gitlabhq-v8.5.11_GH0.tar.gz) = 15181985 +SHA256 (gitlabhq-gitlabhq-v8.5.12_GH0.tar.gz) = d2827c68e02a149d70971341992d55248fc5bd8041f9e3669b8282597dd31078 +SIZE (gitlabhq-gitlabhq-v8.5.12_GH0.tar.gz) = 15185637 Modified: branches/2016Q2/www/gitlab/pkg-plist ============================================================================== --- branches/2016Q2/www/gitlab/pkg-plist Tue May 3 13:33:03 2016 (r414531) +++ branches/2016Q2/www/gitlab/pkg-plist Tue May 3 13:42:23 2016 (r414532) @@ -290,7 +290,7 @@ %%WWWDIR%%/app/controllers/admin/groups_controller.rb %%WWWDIR%%/app/controllers/admin/hooks_controller.rb %%WWWDIR%%/app/controllers/admin/identities_controller.rb -%%WWWDIR%%/app/controllers/admin/impersonation_controller.rb +%%WWWDIR%%/app/controllers/admin/impersonations_controller.rb %%WWWDIR%%/app/controllers/admin/keys_controller.rb %%WWWDIR%%/app/controllers/admin/labels_controller.rb %%WWWDIR%%/app/controllers/admin/logs_controller.rb @@ -2731,7 +2731,7 @@ %%WWWDIR%%/spec/benchmarks/services/projects/create_service_spec.rb %%WWWDIR%%/spec/controllers/abuse_reports_controller_spec.rb %%WWWDIR%%/spec/controllers/admin/identities_controller_spec.rb -%%WWWDIR%%/spec/controllers/admin/impersonation_controller_spec.rb +%%WWWDIR%%/spec/controllers/admin/impersonations_controller_spec.rb %%WWWDIR%%/spec/controllers/admin/spam_logs_controller_spec.rb %%WWWDIR%%/spec/controllers/admin/users_controller_spec.rb %%WWWDIR%%/spec/controllers/application_controller_spec.rb @@ -2827,6 +2827,7 @@ %%WWWDIR%%/spec/features/issues_spec.rb %%WWWDIR%%/spec/features/login_spec.rb %%WWWDIR%%/spec/features/markdown_spec.rb +%%WWWDIR%%/spec/features/merge_requests/create_new_mr_spec.rb %%WWWDIR%%/spec/features/merge_requests/filter_by_milestone_spec.rb %%WWWDIR%%/spec/features/merge_requests/merge_when_build_succeeds_spec.rb %%WWWDIR%%/spec/features/notes_on_merge_requests_spec.rb @@ -3088,7 +3089,6 @@ %%WWWDIR%%/spec/models/email_spec.rb %%WWWDIR%%/spec/models/event_spec.rb %%WWWDIR%%/spec/models/external_issue_spec.rb -%%WWWDIR%%/spec/models/external_wiki_service_spec.rb %%WWWDIR%%/spec/models/forked_project_link_spec.rb %%WWWDIR%%/spec/models/generic_commit_status_spec.rb %%WWWDIR%%/spec/models/global_milestone_spec.rb @@ -3116,14 +3116,20 @@ %%WWWDIR%%/spec/models/project_services/bamboo_service_spec.rb %%WWWDIR%%/spec/models/project_services/buildkite_service_spec.rb %%WWWDIR%%/spec/models/project_services/builds_email_service_spec.rb +%%WWWDIR%%/spec/models/project_services/campfire_service_spec.rb +%%WWWDIR%%/spec/models/project_services/custom_issue_tracker_service_spec.rb %%WWWDIR%%/spec/models/project_services/drone_ci_service_spec.rb +%%WWWDIR%%/spec/models/project_services/emails_on_push_service_spec.rb +%%WWWDIR%%/spec/models/project_services/external_wiki_service_spec.rb %%WWWDIR%%/spec/models/project_services/flowdock_service_spec.rb %%WWWDIR%%/spec/models/project_services/gemnasium_service_spec.rb %%WWWDIR%%/spec/models/project_services/gitlab_issue_tracker_service_spec.rb %%WWWDIR%%/spec/models/project_services/hipchat_service_spec.rb %%WWWDIR%%/spec/models/project_services/irker_service_spec.rb %%WWWDIR%%/spec/models/project_services/jira_service_spec.rb +%%WWWDIR%%/spec/models/project_services/pivotaltracker_service_spec.rb %%WWWDIR%%/spec/models/project_services/pushover_service_spec.rb +%%WWWDIR%%/spec/models/project_services/redmine_service_spec.rb %%WWWDIR%%/spec/models/project_services/slack_service/build_message_spec.rb %%WWWDIR%%/spec/models/project_services/slack_service/issue_message_spec.rb %%WWWDIR%%/spec/models/project_services/slack_service/merge_message_spec.rb @@ -3166,6 +3172,7 @@ %%WWWDIR%%/spec/requests/api/notes_spec.rb %%WWWDIR%%/spec/requests/api/project_hooks_spec.rb %%WWWDIR%%/spec/requests/api/project_members_spec.rb +%%WWWDIR%%/spec/requests/api/project_snippets_spec.rb %%WWWDIR%%/spec/requests/api/projects_spec.rb %%WWWDIR%%/spec/requests/api/repositories_spec.rb %%WWWDIR%%/spec/requests/api/runners_spec.rb @@ -3246,6 +3253,7 @@ %%WWWDIR%%/spec/support/gitlab_stubs/projects.json %%WWWDIR%%/spec/support/gitlab_stubs/session.json %%WWWDIR%%/spec/support/gitlab_stubs/user.json +%%WWWDIR%%/spec/support/issue_tracker_service_shared_example.rb %%WWWDIR%%/spec/support/jira_service_helper.rb %%WWWDIR%%/spec/support/login_helpers.rb %%WWWDIR%%/spec/support/markdown_feature.rb From owner-svn-ports-branches@freebsd.org Tue May 3 21:55:11 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 29A22B2C204; Tue, 3 May 2016 21:55:11 +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 ECED91B16; Tue, 3 May 2016 21:55:10 +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 u43LtAgw001855; Tue, 3 May 2016 21:55:10 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u43LtAuZ001853; Tue, 3 May 2016 21:55:10 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201605032155.u43LtAuZ001853@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 3 May 2016 21:55:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r414563 - in branches/2016Q2/graphics: ImageMagick ImageMagick/files ImageMagick7 ImageMagick7/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.22 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, 03 May 2016 21:55:11 -0000 Author: feld Date: Tue May 3 21:55:09 2016 New Revision: 414563 URL: https://svnweb.freebsd.org/changeset/ports/414563 Log: MFH: r414562 Disable EPHEMERAL, HTTPS, MVG and MSL coders until a a new release can be made what fixes the CVE issues with these coders. Obtained from: ImageMagick support forum Security: CVE-2016-3714 Approved by: ports-secteam (with hat) Added: branches/2016Q2/graphics/ImageMagick/files/ - copied from r414562, head/graphics/ImageMagick/files/ branches/2016Q2/graphics/ImageMagick7/files/ - copied from r414562, head/graphics/ImageMagick7/files/ Modified: branches/2016Q2/graphics/ImageMagick/Makefile branches/2016Q2/graphics/ImageMagick7/Makefile Directory Properties: branches/2016Q2/ (props changed) Modified: branches/2016Q2/graphics/ImageMagick/Makefile ============================================================================== --- branches/2016Q2/graphics/ImageMagick/Makefile Tue May 3 21:52:32 2016 (r414562) +++ branches/2016Q2/graphics/ImageMagick/Makefile Tue May 3 21:55:09 2016 (r414563) @@ -2,6 +2,7 @@ PORTNAME= ImageMagick DISTVERSION= 6.9.3-9 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= graphics perl5 MASTER_SITES= http://www.imagemagick.org/download/ \ Modified: branches/2016Q2/graphics/ImageMagick7/Makefile ============================================================================== --- branches/2016Q2/graphics/ImageMagick7/Makefile Tue May 3 21:52:32 2016 (r414562) +++ branches/2016Q2/graphics/ImageMagick7/Makefile Tue May 3 21:55:09 2016 (r414563) @@ -2,6 +2,7 @@ PORTNAME= ImageMagick DISTVERSION= 7.0.1-0 +PORTREVISION= 1 CATEGORIES= graphics perl5 MASTER_SITES= http://www.imagemagick.org/download/ \ http://www.imagemagick.org/download/legacy/ \ From owner-svn-ports-branches@freebsd.org Wed May 4 05:56:30 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 624E9B2C9B5; Wed, 4 May 2016 05:56:30 +0000 (UTC) (envelope-from dinoex@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 3D2E11FA5; Wed, 4 May 2016 05:56:30 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u445uTAk049378; Wed, 4 May 2016 05:56:29 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u445uTW2049375; Wed, 4 May 2016 05:56:29 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201605040556.u445uTW2049375@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Wed, 4 May 2016 05:56:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r414584 - branches/2016Q2/security/openssl 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.22 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, 04 May 2016 05:56:30 -0000 Author: dinoex Date: Wed May 4 05:56:29 2016 New Revision: 414584 URL: https://svnweb.freebsd.org/changeset/ports/414584 Log: MFH: r412526 r412667 r414534 - remove NOPRECIOUS* - make portlint happier - add some more manpages PR: 208602 Submitted by: timp87@gmail.com - Security update to 1.0.2h Security: https://www.openssl.org/news/secadv/20160503.txt Security: CVE-2016-2105 Security: CVE-2016-2106 Security: CVE-2016-2107 Security: CVE-2016-2108 Security: CVE-2016-2109 Security: CVE-2016-2176 Approved by: portmgr (Jason Unovitch) Modified: branches/2016Q2/security/openssl/Makefile branches/2016Q2/security/openssl/distinfo branches/2016Q2/security/openssl/pkg-plist Directory Properties: branches/2016Q2/ (props changed) Modified: branches/2016Q2/security/openssl/Makefile ============================================================================== --- branches/2016Q2/security/openssl/Makefile Wed May 4 05:49:34 2016 (r414583) +++ branches/2016Q2/security/openssl/Makefile Wed May 4 05:56:29 2016 (r414584) @@ -3,8 +3,8 @@ PORTNAME= openssl PORTVERSION= 1.0.2 -DISTVERSIONSUFFIX= g -PORTREVISION= 11 +DISTVERSIONSUFFIX= h +PORTREVISION= 12 CATEGORIES= security devel MASTER_SITES= http://www.openssl.org/source/ \ ftp://ftp.openssl.org/source/ \ @@ -14,15 +14,18 @@ DIST_SUBDIR= ${DISTNAME} MAINTAINER= dinoex@FreeBSD.org COMMENT= SSL and crypto library -.ifdef USE_OPENSSL -.error You have `USE_OPENSSL' variable defined either in environment or in make(1) arguments. Please undefine and try again. -.endif +LICENSE= OpenSSL +LICENSE_FILE= ${WRKSRC}/LICENSE -CONFLICTS?= libressl-[0-9]* \ +MAKE_JOBS_UNSAFE= yes +CPE_VERSION= ${PORTVERSION}${DISTVERSIONSUFFIX} +CONFLICTS= libressl-[0-9]* \ libressl-devel-[0-9]* \ openssl-devel-[0-9]* -LICENSE= OpenSSL -LICENSE_FILE= ${WRKSRC}/LICENSE + +.ifdef USE_OPENSSL +.error You have `USE_OPENSSL' variable defined either in environment or in make(1) arguments. Please undefine and try again. +.endif OPTIONS_DEFINE= SHARED THREADS I386 SSE2 ASM PADLOCK ZLIB GMP SCTP SSL2 SSL3 RFC3779 MD2 RC5 EXPCIPHERS DOCS MAN3 OPTIONS_DEFAULT=SHARED THREADS SSE2 SCTP SSL2 SSL3 MD2 MAN3 @@ -56,18 +59,12 @@ MAN3_DESC?= Install API manpages (sectio GMP_LIB_DEPENDS= libgmp.so:math/gmp -MAKE_JOBS_UNSAFE= yes -NOPRECIOUSMAKEVARS= Too many _MLINKS for fetch -NOPRECIOUSSOFTMAKEVARS= Too many _MLINKS for fetch - USES= perl5 cpe USE_PERL5= build MAKE_ARGS+= WHOLE_ARCHIVE_FLAG=--whole-archive MAKE_ENV+= LIBRPATH="${PREFIX}/lib" GREP_OPTIONS= SUB_FILES= pkg-message -CPE_VERSION= ${PORTVERSION}${DISTVERSIONSUFFIX} - .include .if ${PREFIX} == /usr Modified: branches/2016Q2/security/openssl/distinfo ============================================================================== --- branches/2016Q2/security/openssl/distinfo Wed May 4 05:49:34 2016 (r414583) +++ branches/2016Q2/security/openssl/distinfo Wed May 4 05:56:29 2016 (r414584) @@ -1,10 +1,10 @@ -SHA256 (openssl-1.0.2g/openssl-1.0.2g.tar.gz) = b784b1b3907ce39abf4098702dade6365522a253ad1552e267a9a0e89594aa33 -SIZE (openssl-1.0.2g/openssl-1.0.2g.tar.gz) = 5266102 -SHA256 (openssl-1.0.2g/1001-crypto-hmac-support-EVP_MD_CTX_FLAG_ONESHOT-and-set-.patch) = 2eddcb7ab342285cb637ce6b6be143cca835f449f35dd9bb8c7b9167ba2117a7 -SIZE (openssl-1.0.2g/1001-crypto-hmac-support-EVP_MD_CTX_FLAG_ONESHOT-and-set-.patch) = 3717 -SHA256 (openssl-1.0.2g/1002-backport-changes-from-upstream-padlock-module.patch) = aee88a24622ce9d71e38deeb874e58435dcf8ff5690f56194f0e4a00fb09b260 -SIZE (openssl-1.0.2g/1002-backport-changes-from-upstream-padlock-module.patch) = 5770 -SHA256 (openssl-1.0.2g/1003-engines-e_padlock-implement-sha1-sha224-sha256-accel.patch) = c10b8aaf56a4f4f79ca195fc587e0bb533f643e777d7a3e6fb0350399a6060ea -SIZE (openssl-1.0.2g/1003-engines-e_padlock-implement-sha1-sha224-sha256-accel.patch) = 20935 -SHA256 (openssl-1.0.2g/1004-crypto-engine-autoload-padlock-dynamic-engine.patch) = 97eb4411d0fc0890e94bc7c2d682f68b71135da782af769ca73914b37da2b1fd -SIZE (openssl-1.0.2g/1004-crypto-engine-autoload-padlock-dynamic-engine.patch) = 832 +SHA256 (openssl-1.0.2h/openssl-1.0.2h.tar.gz) = 1d4007e53aad94a5b2002fe045ee7bb0b3d98f1a47f8b2bc851dcd1c74332919 +SIZE (openssl-1.0.2h/openssl-1.0.2h.tar.gz) = 5274412 +SHA256 (openssl-1.0.2h/1001-crypto-hmac-support-EVP_MD_CTX_FLAG_ONESHOT-and-set-.patch) = 2eddcb7ab342285cb637ce6b6be143cca835f449f35dd9bb8c7b9167ba2117a7 +SIZE (openssl-1.0.2h/1001-crypto-hmac-support-EVP_MD_CTX_FLAG_ONESHOT-and-set-.patch) = 3717 +SHA256 (openssl-1.0.2h/1002-backport-changes-from-upstream-padlock-module.patch) = aee88a24622ce9d71e38deeb874e58435dcf8ff5690f56194f0e4a00fb09b260 +SIZE (openssl-1.0.2h/1002-backport-changes-from-upstream-padlock-module.patch) = 5770 +SHA256 (openssl-1.0.2h/1003-engines-e_padlock-implement-sha1-sha224-sha256-accel.patch) = c10b8aaf56a4f4f79ca195fc587e0bb533f643e777d7a3e6fb0350399a6060ea +SIZE (openssl-1.0.2h/1003-engines-e_padlock-implement-sha1-sha224-sha256-accel.patch) = 20935 +SHA256 (openssl-1.0.2h/1004-crypto-engine-autoload-padlock-dynamic-engine.patch) = 97eb4411d0fc0890e94bc7c2d682f68b71135da782af769ca73914b37da2b1fd +SIZE (openssl-1.0.2h/1004-crypto-engine-autoload-padlock-dynamic-engine.patch) = 832 Modified: branches/2016Q2/security/openssl/pkg-plist ============================================================================== --- branches/2016Q2/security/openssl/pkg-plist Wed May 4 05:49:34 2016 (r414583) +++ branches/2016Q2/security/openssl/pkg-plist Wed May 4 05:56:29 2016 (r414584) @@ -565,6 +565,15 @@ man/man3/DSA_size.3.gz man/man3/DSA_verify.3.gz man/man3/DSAparams_print.3.gz man/man3/DSAparams_print_fp.3.gz +man/man3/DTLS_client_method.3.gz +man/man3/DTLS_method.3.gz +man/man3/DTLS_server_method.3.gz +man/man3/DTLSv1_2_client_method.3.gz +man/man3/DTLSv1_2_method.3.gz +man/man3/DTLSv1_2_server_method.3.gz +man/man3/DTLSv1_client_method.3.gz +man/man3/DTLSv1_method.3.gz +man/man3/DTLSv1_server_method.3.gz man/man3/ECDSA_SIG_free.3.gz man/man3/ECDSA_SIG_new.3.gz man/man3/ECDSA_do_sign.3.gz @@ -741,6 +750,10 @@ man/man3/EVP_CipherFinal_ex.3.gz man/man3/EVP_CipherInit.3.gz man/man3/EVP_CipherInit_ex.3.gz man/man3/EVP_CipherUpdate.3.gz +man/man3/EVP_DecodeBlock.3.gz +man/man3/EVP_DecodeFinal.3.gz +man/man3/EVP_DecodeInit.3.gz +man/man3/EVP_DecodeUpdate.3.gz man/man3/EVP_DecryptFinal.3.gz man/man3/EVP_DecryptFinal_ex.3.gz man/man3/EVP_DecryptInit.3.gz @@ -757,6 +770,10 @@ man/man3/EVP_DigestUpdate.3.gz man/man3/EVP_DigestVerifyFinal.3.gz man/man3/EVP_DigestVerifyInit.3.gz man/man3/EVP_DigestVerifyUpdate.3.gz +man/man3/EVP_EncodeBlock.3.gz +man/man3/EVP_EncodeFinal.3.gz +man/man3/EVP_EncodeInit.3.gz +man/man3/EVP_EncodeUpdate.3.gz man/man3/EVP_EncryptFinal.3.gz man/man3/EVP_EncryptFinal_ex.3.gz man/man3/EVP_EncryptInit.3.gz @@ -1214,6 +1231,8 @@ man/man3/SSL_CTX_set1_curves.3.gz man/man3/SSL_CTX_set1_curves_list.3.gz man/man3/SSL_CTX_set1_param.3.gz man/man3/SSL_CTX_set1_verify_cert_store.3.gz +man/man3/SSL_CTX_set_alpn_protos.3.gz +man/man3/SSL_CTX_set_alpn_select_cb.3.gz man/man3/SSL_CTX_set_cert_cb.3.gz man/man3/SSL_CTX_set_cert_store.3.gz man/man3/SSL_CTX_set_cert_verify_callback.3.gz @@ -1293,6 +1312,7 @@ man/man3/SSL_ctrl.3.gz man/man3/SSL_do_handshake.3.gz man/man3/SSL_flush_sessions.3.gz man/man3/SSL_free.3.gz +man/man3/SSL_get0_alpn_selected.3.gz man/man3/SSL_get0_chain_certs.3.gz man/man3/SSL_get0_param.3.gz man/man3/SSL_get1_curves.3.gz @@ -1347,6 +1367,7 @@ man/man3/SSL_remove_session.3.gz man/man3/SSL_rstate_string.3.gz man/man3/SSL_rstate_string_long.3.gz man/man3/SSL_select_current_cert.3.gz +man/man3/SSL_select_next_proto.3.gz man/man3/SSL_session_reused.3.gz man/man3/SSL_set0_chain.3.gz man/man3/SSL_set0_chain_cert_store.3.gz @@ -1358,6 +1379,7 @@ man/man3/SSL_set1_curves_list.3.gz man/man3/SSL_set1_param.3.gz man/man3/SSL_set1_verify_cert_store.3.gz man/man3/SSL_set_bio.3.gz +man/man3/SSL_set_alpn_protos.3.gz man/man3/SSL_set_cert_cb.3.gz man/man3/SSL_set_cipher_list.3.gz man/man3/SSL_set_client_CA_list.3.gz @@ -1411,6 +1433,24 @@ man/man3/SSL_write.3.gz man/man3/SSLeay.3.gz man/man3/SSLeay_add_ssl_algorithms.3.gz man/man3/SSLeay_version.3.gz +man/man3/SSLv23_client_method.3.gz +man/man3/SSLv23_method.3.gz +man/man3/SSLv23_server_method.3.gz +man/man3/SSLv2_client_method.3.gz +man/man3/SSLv2_method.3.gz +man/man3/SSLv2_server_method.3.gz +man/man3/SSLv3_client_method.3.gz +man/man3/SSLv3_method.3.gz +man/man3/SSLv3_server_method.3.gz +man/man3/TLSv1_1_client_method.3.gz +man/man3/TLSv1_1_method.3.gz +man/man3/TLSv1_1_server_method.3.gz +man/man3/TLSv1_2_client_method.3.gz +man/man3/TLSv1_2_method.3.gz +man/man3/TLSv1_2_server_method.3.gz +man/man3/TLSv1_client_method.3.gz +man/man3/TLSv1_method.3.gz +man/man3/TLSv1_server_method.3.gz man/man3/UI_OpenSSL.3.gz man/man3/UI_add_error_string.3.gz man/man3/UI_add_info_string.3.gz From owner-svn-ports-branches@freebsd.org Wed May 4 09:13: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 449D0B2D316; Wed, 4 May 2016 09:13:23 +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 F16B61799; Wed, 4 May 2016 09:13:22 +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 u449DMop011302; Wed, 4 May 2016 09:13:22 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u449DK5J011278; Wed, 4 May 2016 09:13:20 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201605040913.u449DK5J011278@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 4 May 2016 09:13:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r414593 - in branches/2016Q2: Mk/Uses mail/linux-thunderbird mail/thunderbird mail/thunderbird-i18n mail/thunderbird/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.22 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, 04 May 2016 09:13:23 -0000 Author: jbeich Date: Wed May 4 09:13:19 2016 New Revision: 414593 URL: https://svnweb.freebsd.org/changeset/ports/414593 Log: MFH: r413157 mail/thunderbird: update to 45.0 Changes: https://www.mozilla.org/thunderbird/45.0/releasenotes/ PR: 209258 Approved by: ports-secteam (junovitch) Added: branches/2016Q2/mail/thunderbird/files/patch-bug1242132 - copied unchanged from r413157, head/mail/thunderbird/files/patch-bug1242132 branches/2016Q2/mail/thunderbird/files/patch-bug1252246 - copied unchanged from r413157, head/mail/thunderbird/files/patch-bug1252246 branches/2016Q2/mail/thunderbird/files/patch-modules-libpref-init-all.js - copied unchanged from r413157, head/mail/thunderbird/files/patch-modules-libpref-init-all.js Deleted: branches/2016Q2/mail/thunderbird/files/extra-patch-bug1125514 branches/2016Q2/mail/thunderbird/files/patch-bug1026499 branches/2016Q2/mail/thunderbird/files/patch-bug1073117 branches/2016Q2/mail/thunderbird/files/patch-bug1112904 branches/2016Q2/mail/thunderbird/files/patch-bug1138845 branches/2016Q2/mail/thunderbird/files/patch-bug1143686 branches/2016Q2/mail/thunderbird/files/patch-bug1144643 branches/2016Q2/mail/thunderbird/files/patch-bug1148203 branches/2016Q2/mail/thunderbird/files/patch-bug779713 branches/2016Q2/mail/thunderbird/files/patch-bug962345 branches/2016Q2/mail/thunderbird/files/patch-memory-jemalloc-Makefile.in branches/2016Q2/mail/thunderbird/files/patch-mozilla-dom-events-MessageEvent.h Modified: branches/2016Q2/Mk/Uses/gecko.mk branches/2016Q2/mail/linux-thunderbird/Makefile branches/2016Q2/mail/linux-thunderbird/distinfo branches/2016Q2/mail/linux-thunderbird/pkg-plist branches/2016Q2/mail/thunderbird-i18n/Makefile branches/2016Q2/mail/thunderbird-i18n/distinfo branches/2016Q2/mail/thunderbird/Makefile branches/2016Q2/mail/thunderbird/distinfo branches/2016Q2/mail/thunderbird/files/patch-bug1021761 branches/2016Q2/mail/thunderbird/files/patch-bug1233275 branches/2016Q2/mail/thunderbird/files/patch-bug292127 branches/2016Q2/mail/thunderbird/files/patch-bug702179 branches/2016Q2/mail/thunderbird/files/patch-bug826985 branches/2016Q2/mail/thunderbird/files/patch-bug847568 branches/2016Q2/mail/thunderbird/files/patch-bug981348 branches/2016Q2/mail/thunderbird/files/patch-bug991253 branches/2016Q2/mail/thunderbird/files/patch-config-baseconfig.mk branches/2016Q2/mail/thunderbird/files/patch-ijg-libjpeg branches/2016Q2/mail/thunderbird/files/patch-toolkit_mozapps_installer_packager_mk branches/2016Q2/mail/thunderbird/files/patch-z-bug517422 Directory Properties: branches/2016Q2/ (props changed) Modified: branches/2016Q2/Mk/Uses/gecko.mk ============================================================================== --- branches/2016Q2/Mk/Uses/gecko.mk Wed May 4 09:03:27 2016 (r414592) +++ branches/2016Q2/Mk/Uses/gecko.mk Wed May 4 09:13:19 2016 (r414593) @@ -65,8 +65,8 @@ _GECKO_INSTALLED_VER:= ${_GECKO_INSTALLE .elif ${gecko_ARGS:Mthunderbird} -_GECKO_DEFAULT_VERSION= 38 -_GECKO_VERSIONS= 38 +_GECKO_DEFAULT_VERSION= 45 +_GECKO_VERSIONS= 45 _GECKO_TYPE= thunderbird .if exists(${LOCALBASE}/bin/thunderbird) @@ -75,7 +75,7 @@ _GECKO_INSTALLED_VER:= ${_GECKO_INSTALLE .endif # Dependence lines for different Thunderbird versions -38_DEPENDS= ${LOCALBASE}/lib/thunderbird/thunderbird:mail/thunderbird +45_DEPENDS= ${LOCALBASE}/lib/thunderbird/thunderbird:mail/thunderbird .else IGNORE= Unknown type of gecko dependency you may specify either libxul, firefox, seamonkey or thunderbird Modified: branches/2016Q2/mail/linux-thunderbird/Makefile ============================================================================== --- branches/2016Q2/mail/linux-thunderbird/Makefile Wed May 4 09:03:27 2016 (r414592) +++ branches/2016Q2/mail/linux-thunderbird/Makefile Wed May 4 09:13:19 2016 (r414593) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= thunderbird -DISTVERSION= 38.7.1 +DISTVERSION= 45.0 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/linux-i686/en-US \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/linux-i686/en-US Modified: branches/2016Q2/mail/linux-thunderbird/distinfo ============================================================================== --- branches/2016Q2/mail/linux-thunderbird/distinfo Wed May 4 09:03:27 2016 (r414592) +++ branches/2016Q2/mail/linux-thunderbird/distinfo Wed May 4 09:13:19 2016 (r414593) @@ -1,5 +1,5 @@ -SHA256 (thunderbird-38.7.1.tar.bz2) = 205729f0ce14666ef98b7e23dad0882d450a508b568fc1d2c99cdfffd2cc9547 -SIZE (thunderbird-38.7.1.tar.bz2) = 41970748 +SHA256 (thunderbird-45.0.tar.bz2) = c4e1d0a902ab04db666ac90cf1003f8b48ed88e3291fbbf1d6b2606e805a45b0 +SIZE (thunderbird-45.0.tar.bz2) = 44105947 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 Modified: branches/2016Q2/mail/linux-thunderbird/pkg-plist ============================================================================== --- branches/2016Q2/mail/linux-thunderbird/pkg-plist Wed May 4 09:03:27 2016 (r414592) +++ branches/2016Q2/mail/linux-thunderbird/pkg-plist Wed May 4 09:13:19 2016 (r414593) @@ -3,16 +3,12 @@ share/applications/%%APP_NAME%%.desktop lib/%%APP_NAME%%/Throbber-small.gif lib/%%APP_NAME%%/application.ini lib/%%APP_NAME%%/blocklist.xml -lib/%%APP_NAME%%/chrome.manifest lib/%%APP_NAME%%/chrome/icons/default/default16.png lib/%%APP_NAME%%/chrome/icons/default/default22.png lib/%%APP_NAME%%/chrome/icons/default/default24.png lib/%%APP_NAME%%/chrome/icons/default/default256.png lib/%%APP_NAME%%/chrome/icons/default/default32.png lib/%%APP_NAME%%/chrome/icons/default/default48.png -lib/%%APP_NAME%%/components/components.manifest -lib/%%APP_NAME%%/components/libdbusservice.so -lib/%%APP_NAME%%/components/libmozgnome.so lib/%%APP_NAME%%/crashreporter lib/%%APP_NAME%%/crashreporter.ini lib/%%APP_NAME%%/defaults/messenger/mailViews.dat @@ -110,10 +106,10 @@ lib/%%APP_NAME%%/distribution/extensions lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calViewUtils.jsm lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calXMLUtils.jsm lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/ical.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/ltnInvitationUtils.jsm +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/ltnUtils.jsm lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/timezones/zones.json -lib/%%APP_NAME%%/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/icon.png -lib/%%APP_NAME%%/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/icon64.png -lib/%%APP_NAME%%/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf +lib/%%APP_NAME%%/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi lib/%%APP_NAME%%/icons/updater.png lib/%%APP_NAME%%/isp/Bogofilter.sfd lib/%%APP_NAME%%/isp/DSPAM.sfd @@ -130,7 +126,7 @@ lib/%%APP_NAME%%/libfreebl3.so %%GTK218%%lib/%%APP_NAME%%/libgtk-x11-2.0.so.0 lib/%%APP_NAME%%/libldap60.so lib/%%APP_NAME%%/libldif60.so -lib/%%APP_NAME%%/libmozalloc.so +lib/%%APP_NAME%%/liblgpllibs.so lib/%%APP_NAME%%/libmozsqlite3.so lib/%%APP_NAME%%/libnspr4.so lib/%%APP_NAME%%/libnss3.so @@ -153,13 +149,6 @@ lib/%%APP_NAME%%/plugins lib/%%APP_NAME%%/precomplete lib/%%APP_NAME%%/removed-files lib/%%APP_NAME%%/run-mozilla.sh -lib/%%APP_NAME%%/searchplugins/amazondotcom.xml -lib/%%APP_NAME%%/searchplugins/aol-web-search.xml -lib/%%APP_NAME%%/searchplugins/bing.xml -lib/%%APP_NAME%%/searchplugins/eBay.xml -lib/%%APP_NAME%%/searchplugins/twitter.xml -lib/%%APP_NAME%%/searchplugins/wikipedia.xml -lib/%%APP_NAME%%/searchplugins/yahoo.xml lib/%%APP_NAME%%/thunderbird lib/%%APP_NAME%%/thunderbird-bin lib/%%APP_NAME%%/update-settings.ini Modified: branches/2016Q2/mail/thunderbird-i18n/Makefile ============================================================================== --- branches/2016Q2/mail/thunderbird-i18n/Makefile Wed May 4 09:03:27 2016 (r414592) +++ branches/2016Q2/mail/thunderbird-i18n/Makefile Wed May 4 09:13:19 2016 (r414593) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= thunderbird-i18n -PORTVERSION= 38.7.1 +PORTVERSION= 45.0 CATEGORIES= mail news net-im MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-i686/xpi \ MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build1/linux-i686/xpi Modified: branches/2016Q2/mail/thunderbird-i18n/distinfo ============================================================================== --- branches/2016Q2/mail/thunderbird-i18n/distinfo Wed May 4 09:03:27 2016 (r414592) +++ branches/2016Q2/mail/thunderbird-i18n/distinfo Wed May 4 09:13:19 2016 (r414593) @@ -1,116 +1,116 @@ -SHA256 (xpi/thunderbird-i18n-38.7.1/ar.xpi) = 7195e3361456016a93af844c3e13829090e684b33b7a5eba883d6723ee3f1e0b -SIZE (xpi/thunderbird-i18n-38.7.1/ar.xpi) = 475296 -SHA256 (xpi/thunderbird-i18n-38.7.1/ast.xpi) = 3280aa131a743172b24669d3cec7998d226df879b9752487c33224f7820623d8 -SIZE (xpi/thunderbird-i18n-38.7.1/ast.xpi) = 405873 -SHA256 (xpi/thunderbird-i18n-38.7.1/be.xpi) = 55580675d83a663874ad0747329944369b2ba1afe09f92f55cb42082e5a57d26 -SIZE (xpi/thunderbird-i18n-38.7.1/be.xpi) = 442452 -SHA256 (xpi/thunderbird-i18n-38.7.1/bg.xpi) = 53b6085720d7cbe9ba959f3569c5e70b02ddcff1e56931da3d762367335d0791 -SIZE (xpi/thunderbird-i18n-38.7.1/bg.xpi) = 506129 -SHA256 (xpi/thunderbird-i18n-38.7.1/bn-BD.xpi) = 670beb9301471022d9c72a118e6270685a16c1d6e0e9e0e7c6e883ce84060fa5 -SIZE (xpi/thunderbird-i18n-38.7.1/bn-BD.xpi) = 560626 -SHA256 (xpi/thunderbird-i18n-38.7.1/br.xpi) = 76a4e3b0195c41de3141e14fab7d7740d307ea997b0f76317db09f7ed0894a19 -SIZE (xpi/thunderbird-i18n-38.7.1/br.xpi) = 449766 -SHA256 (xpi/thunderbird-i18n-38.7.1/ca.xpi) = 3e3f9e15d223b61bf29dc392d904ffa3fd125659064e1ebd465ffc6b7f228c93 -SIZE (xpi/thunderbird-i18n-38.7.1/ca.xpi) = 450325 -SHA256 (xpi/thunderbird-i18n-38.7.1/cs.xpi) = 84051bc067e2bf0047904cbf911aac76cb4d72adefd24d9cf0100faf26222475 -SIZE (xpi/thunderbird-i18n-38.7.1/cs.xpi) = 448724 -SHA256 (xpi/thunderbird-i18n-38.7.1/cy.xpi) = 6149288309f5e3de512234ac51caf33e77b48a0b22e8d8d3a7b6f8f39a035568 -SIZE (xpi/thunderbird-i18n-38.7.1/cy.xpi) = 434848 -SHA256 (xpi/thunderbird-i18n-38.7.1/da.xpi) = 052c34f1e777b7bc77c222b91140a75ef078ac470d9050639636f21e6976f3ba -SIZE (xpi/thunderbird-i18n-38.7.1/da.xpi) = 425828 -SHA256 (xpi/thunderbird-i18n-38.7.1/de.xpi) = 2e2601496ef6bfe806fddc14662447489379e8fecc8a445bb4710ce0fcc9a96e -SIZE (xpi/thunderbird-i18n-38.7.1/de.xpi) = 429877 -SHA256 (xpi/thunderbird-i18n-38.7.1/dsb.xpi) = fc073d21c908444cf5b7b74b715c6ae1b968406ecae6b4892f4f2147757467d6 -SIZE (xpi/thunderbird-i18n-38.7.1/dsb.xpi) = 458487 -SHA256 (xpi/thunderbird-i18n-38.7.1/el.xpi) = d384c99f2300ab6bc74062da47aeea58bd85a29c3de2169bc897a20d343564b9 -SIZE (xpi/thunderbird-i18n-38.7.1/el.xpi) = 493490 -SHA256 (xpi/thunderbird-i18n-38.7.1/en-GB.xpi) = 4c7886f13e564bfbbbdb87fef47dbb1be7a603168f54413ff12f14c4288d9ec0 -SIZE (xpi/thunderbird-i18n-38.7.1/en-GB.xpi) = 416572 -SHA256 (xpi/thunderbird-i18n-38.7.1/en-US.xpi) = ba73342371a53b2db14fa4b118c78a21b8c9dbec10a814347f70b1517b3f9f42 -SIZE (xpi/thunderbird-i18n-38.7.1/en-US.xpi) = 416619 -SHA256 (xpi/thunderbird-i18n-38.7.1/es-AR.xpi) = 48a511afa481179219bb8086d1450c7887cea5e4858ecc4e7f08ab6afec21e68 -SIZE (xpi/thunderbird-i18n-38.7.1/es-AR.xpi) = 442641 -SHA256 (xpi/thunderbird-i18n-38.7.1/es-ES.xpi) = fff0472287354ffe527a95288b94482ded67e8a47526832e3446009f2bde889b -SIZE (xpi/thunderbird-i18n-38.7.1/es-ES.xpi) = 376066 -SHA256 (xpi/thunderbird-i18n-38.7.1/et.xpi) = 34ff6722cf592936108c4a1da8dcd5ad8a19ecc138c9916035c8775d358cac0f -SIZE (xpi/thunderbird-i18n-38.7.1/et.xpi) = 438262 -SHA256 (xpi/thunderbird-i18n-38.7.1/eu.xpi) = 507deded0cf0865423ad622d3c1245c80ced6398b31433cf4c3e2b96bb012a7f -SIZE (xpi/thunderbird-i18n-38.7.1/eu.xpi) = 434838 -SHA256 (xpi/thunderbird-i18n-38.7.1/fi.xpi) = 62aeb5591f267620ac90b8776146f344f23413587e15e47c5b6a12a9bf2d20b8 -SIZE (xpi/thunderbird-i18n-38.7.1/fi.xpi) = 438889 -SHA256 (xpi/thunderbird-i18n-38.7.1/fr.xpi) = 8d5194f8def094540340d838e8f7d22bc850d3c0447afc20ed9a5a073882e176 -SIZE (xpi/thunderbird-i18n-38.7.1/fr.xpi) = 448227 -SHA256 (xpi/thunderbird-i18n-38.7.1/fy-NL.xpi) = c00afdd5efcee615da606aa9589e03e705586d9956703af0646a2e7ebece1d63 -SIZE (xpi/thunderbird-i18n-38.7.1/fy-NL.xpi) = 442161 -SHA256 (xpi/thunderbird-i18n-38.7.1/ga-IE.xpi) = 957f58dd52fac4b11202541353a8ef0516c33c5a551e6d845100f53212d09141 -SIZE (xpi/thunderbird-i18n-38.7.1/ga-IE.xpi) = 457412 -SHA256 (xpi/thunderbird-i18n-38.7.1/gd.xpi) = 9a4c5a74f6dddefef15f22104a18a8b7f8102101b66846dbe06ad1f0eb830c5c -SIZE (xpi/thunderbird-i18n-38.7.1/gd.xpi) = 456317 -SHA256 (xpi/thunderbird-i18n-38.7.1/gl.xpi) = 024f9ca85276eb8f54a4746106a526ba5aa84a544fa2cd7e3ec6277fa5d615f9 -SIZE (xpi/thunderbird-i18n-38.7.1/gl.xpi) = 457839 -SHA256 (xpi/thunderbird-i18n-38.7.1/he.xpi) = 6851737d6c70a2ba4808247142593e509bff2ba143a44a02a0e5575302a31cb9 -SIZE (xpi/thunderbird-i18n-38.7.1/he.xpi) = 485867 -SHA256 (xpi/thunderbird-i18n-38.7.1/hr.xpi) = 714ad6af4445808a4c07910ac8eb8994464b356c1b369d3199bdc1c3e77e5e47 -SIZE (xpi/thunderbird-i18n-38.7.1/hr.xpi) = 440423 -SHA256 (xpi/thunderbird-i18n-38.7.1/hu.xpi) = 3fa6fc417ebeac6791566da44aedae8bc4f86b60cdf018b46e7a83801948a79f -SIZE (xpi/thunderbird-i18n-38.7.1/hu.xpi) = 457988 -SHA256 (xpi/thunderbird-i18n-38.7.1/hsb.xpi) = 5052842466b59418f77bfd1dc35a9440493eba423c2a1b8f8b97a264df89f045 -SIZE (xpi/thunderbird-i18n-38.7.1/hsb.xpi) = 456453 -SHA256 (xpi/thunderbird-i18n-38.7.1/hy-AM.xpi) = b6e37de04d71361c40e41cedf5eb3202b7e47d3b0cabef89daf129628884e621 -SIZE (xpi/thunderbird-i18n-38.7.1/hy-AM.xpi) = 500358 -SHA256 (xpi/thunderbird-i18n-38.7.1/id.xpi) = 1b2b5c1b80d0d693c906eb98c40fa33d8b705148c055e6a303b514d3fb9e2f61 -SIZE (xpi/thunderbird-i18n-38.7.1/id.xpi) = 483188 -SHA256 (xpi/thunderbird-i18n-38.7.1/is.xpi) = dee656222d46f9532f7b94088ec70d8e6570aed60f5613bf959838cf07728880 -SIZE (xpi/thunderbird-i18n-38.7.1/is.xpi) = 443009 -SHA256 (xpi/thunderbird-i18n-38.7.1/it.xpi) = 488481552b8f448cfa8a8edc57ae848bce6b70eb8547beec377d1c9d9e8aef0b -SIZE (xpi/thunderbird-i18n-38.7.1/it.xpi) = 369024 -SHA256 (xpi/thunderbird-i18n-38.7.1/ja.xpi) = 33b886b079bb9cdb444bf25300157dac292237f328ec9f7f2cb5013e5129e662 -SIZE (xpi/thunderbird-i18n-38.7.1/ja.xpi) = 492861 -SHA256 (xpi/thunderbird-i18n-38.7.1/ko.xpi) = f36e61c7cd1f1d94d8da3e3cfe8ee6dcf937749c243368c632a3edf599d9c747 -SIZE (xpi/thunderbird-i18n-38.7.1/ko.xpi) = 454853 -SHA256 (xpi/thunderbird-i18n-38.7.1/lt.xpi) = 1745e254b1bf60025d717cdafbf2248fe2fa6a9a7d2128674178967b36338f95 -SIZE (xpi/thunderbird-i18n-38.7.1/lt.xpi) = 454571 -SHA256 (xpi/thunderbird-i18n-38.7.1/nb-NO.xpi) = e83db8bca5d5554456afdb05f37bc4bb8a592e7db6f1b55da44b665e453011bb -SIZE (xpi/thunderbird-i18n-38.7.1/nb-NO.xpi) = 434340 -SHA256 (xpi/thunderbird-i18n-38.7.1/nl.xpi) = 97b293393f5b70a00f04d88085599361b860fea7c3cbb9326479ad555f7b45df -SIZE (xpi/thunderbird-i18n-38.7.1/nl.xpi) = 435108 -SHA256 (xpi/thunderbird-i18n-38.7.1/nn-NO.xpi) = 66734465ec5093727ae71de6a36a4af77ea673b96787b4d3587e37a00b878d90 -SIZE (xpi/thunderbird-i18n-38.7.1/nn-NO.xpi) = 436623 -SHA256 (xpi/thunderbird-i18n-38.7.1/pa-IN.xpi) = ef1622591337f90ce8a37dd02446f868541d67dc1538325a36958a28f7cc32d8 -SIZE (xpi/thunderbird-i18n-38.7.1/pa-IN.xpi) = 530462 -SHA256 (xpi/thunderbird-i18n-38.7.1/pl.xpi) = e7e84a334775419a547236fcccb7276936d3948007bf24b4e4cc67464ab58ebe -SIZE (xpi/thunderbird-i18n-38.7.1/pl.xpi) = 411509 -SHA256 (xpi/thunderbird-i18n-38.7.1/pt-BR.xpi) = 64a68a4ae6057a915a33eb0c2ba293d36d304a9fca7b6668364962fa10503a59 -SIZE (xpi/thunderbird-i18n-38.7.1/pt-BR.xpi) = 443752 -SHA256 (xpi/thunderbird-i18n-38.7.1/pt-PT.xpi) = e2e84fc58cf4ec61559446a78b951fd9b76a51e34be0b9bc8c345e1f976be661 -SIZE (xpi/thunderbird-i18n-38.7.1/pt-PT.xpi) = 442064 -SHA256 (xpi/thunderbird-i18n-38.7.1/rm.xpi) = 5f24a81001ddd0d933b9ac13aab0178335a87d6a7bac091a4816e308036dc19d -SIZE (xpi/thunderbird-i18n-38.7.1/rm.xpi) = 442112 -SHA256 (xpi/thunderbird-i18n-38.7.1/ro.xpi) = e36cd4c00613039ca998f3c5167835d42c00d0b39c62da3291e17e283e412774 -SIZE (xpi/thunderbird-i18n-38.7.1/ro.xpi) = 448349 -SHA256 (xpi/thunderbird-i18n-38.7.1/ru.xpi) = 21e3b2fad82d5e6efc8e8398410196b14e2dc834bf824ac0d4df7bfdcc62d184 -SIZE (xpi/thunderbird-i18n-38.7.1/ru.xpi) = 437592 -SHA256 (xpi/thunderbird-i18n-38.7.1/si.xpi) = cf44f53cbf1a561cf3b1fc7df5a84bc0bddb5a154dfa78b73393033d9a18ca6b -SIZE (xpi/thunderbird-i18n-38.7.1/si.xpi) = 535341 -SHA256 (xpi/thunderbird-i18n-38.7.1/sk.xpi) = 0ee327bd9c6b54c56726bb0e079be875fed97f727315522454e41e9a282687b9 -SIZE (xpi/thunderbird-i18n-38.7.1/sk.xpi) = 456606 -SHA256 (xpi/thunderbird-i18n-38.7.1/sl.xpi) = 1470606a7b723e61403a8fe9f1a293affce6d20d5b8648739fee11ed492f97ad -SIZE (xpi/thunderbird-i18n-38.7.1/sl.xpi) = 437847 -SHA256 (xpi/thunderbird-i18n-38.7.1/sq.xpi) = bbb49ccfac3d3967cb2c0df3330894900d117575f29764afec9bb2d258ecae25 -SIZE (xpi/thunderbird-i18n-38.7.1/sq.xpi) = 446897 -SHA256 (xpi/thunderbird-i18n-38.7.1/sr.xpi) = 25028d49311456a3970310b44f0c66d346e215b32aea116a76bec9371f1ab016 -SIZE (xpi/thunderbird-i18n-38.7.1/sr.xpi) = 543315 -SHA256 (xpi/thunderbird-i18n-38.7.1/sv-SE.xpi) = e301468c618084fb1b1b342a75a5e242af0327b13f4f345395b5ff1a0a078915 -SIZE (xpi/thunderbird-i18n-38.7.1/sv-SE.xpi) = 439634 -SHA256 (xpi/thunderbird-i18n-38.7.1/ta-LK.xpi) = 8ed37d62a883a65221cd5f1928d915545ad4f4987a89f9c097f07788d772e183 -SIZE (xpi/thunderbird-i18n-38.7.1/ta-LK.xpi) = 558737 -SHA256 (xpi/thunderbird-i18n-38.7.1/tr.xpi) = aa8aff97b1dfe81491285feffa3edc98ad5914e5e6e0dd7a49f595975c9cefcb -SIZE (xpi/thunderbird-i18n-38.7.1/tr.xpi) = 447799 -SHA256 (xpi/thunderbird-i18n-38.7.1/uk.xpi) = e8eaddfda4d0897417d004da24a58bbb2904b2b95a40f2137ce47261650fb26b -SIZE (xpi/thunderbird-i18n-38.7.1/uk.xpi) = 509601 -SHA256 (xpi/thunderbird-i18n-38.7.1/vi.xpi) = 27300ff5b00541501fe6524bebc3de05b2ae70b25132240aa421871b344ce322 -SIZE (xpi/thunderbird-i18n-38.7.1/vi.xpi) = 519843 -SHA256 (xpi/thunderbird-i18n-38.7.1/zh-CN.xpi) = 26a231f0d6e938bb8453eef3aa14ce9c70dccdf2305ac36677faa11fafcc1472 -SIZE (xpi/thunderbird-i18n-38.7.1/zh-CN.xpi) = 466412 -SHA256 (xpi/thunderbird-i18n-38.7.1/zh-TW.xpi) = 17e4fb9414e4774acbdfb0690ce1eb8a68e888bb8f328b3d6fc79b0bb54dcb13 -SIZE (xpi/thunderbird-i18n-38.7.1/zh-TW.xpi) = 466661 +SHA256 (xpi/thunderbird-i18n-45.0/ar.xpi) = fb2149bf73d5ac70ed902634eb30171835dabaa1a320aa0761057d5a1833bef9 +SIZE (xpi/thunderbird-i18n-45.0/ar.xpi) = 490773 +SHA256 (xpi/thunderbird-i18n-45.0/ast.xpi) = aa00a32977f5f6181f7a5e7d97c5e7518e69ab7d4babd93c2e60e3d34a5b849f +SIZE (xpi/thunderbird-i18n-45.0/ast.xpi) = 428057 +SHA256 (xpi/thunderbird-i18n-45.0/be.xpi) = 76fd0ca0105b899b136499eca33910a8a769e0cf2b87ad5c63024b4fadd22313 +SIZE (xpi/thunderbird-i18n-45.0/be.xpi) = 469094 +SHA256 (xpi/thunderbird-i18n-45.0/bg.xpi) = 9496be1bddc7739269880d2add7ba14e7a82c7a51bbd158f54f5a86a17d2b030 +SIZE (xpi/thunderbird-i18n-45.0/bg.xpi) = 524297 +SHA256 (xpi/thunderbird-i18n-45.0/bn-BD.xpi) = 9960e4a3900b7fa58e9b23260519c14cd13c57c7613a46d67192070d8a6066cb +SIZE (xpi/thunderbird-i18n-45.0/bn-BD.xpi) = 581437 +SHA256 (xpi/thunderbird-i18n-45.0/br.xpi) = b0a32d8f1a587417624c2710433d004a3a8cf7df6614b47af7eda3a7c49aee9c +SIZE (xpi/thunderbird-i18n-45.0/br.xpi) = 465998 +SHA256 (xpi/thunderbird-i18n-45.0/ca.xpi) = 0cc24edb880a8d956854edf9162c5066f4159b7389d0764024e6b721c9d7d664 +SIZE (xpi/thunderbird-i18n-45.0/ca.xpi) = 467978 +SHA256 (xpi/thunderbird-i18n-45.0/cs.xpi) = dea9eab64d80ea8f1f190cb534e15e138a03707932398f74be4419f543734eaa +SIZE (xpi/thunderbird-i18n-45.0/cs.xpi) = 474326 +SHA256 (xpi/thunderbird-i18n-45.0/cy.xpi) = be109dd5fa1c73afbada379a7f09c85088c4caaf0ecfbc34ed9a6a76ce5bbbc6 +SIZE (xpi/thunderbird-i18n-45.0/cy.xpi) = 456119 +SHA256 (xpi/thunderbird-i18n-45.0/da.xpi) = a2582eb709e1eda1d1d790d3e825f1de874216be86dc69bf09216ff2e3cc1bee +SIZE (xpi/thunderbird-i18n-45.0/da.xpi) = 445593 +SHA256 (xpi/thunderbird-i18n-45.0/de.xpi) = c7415d7d2d7add3d0a99d9b8503291bf012b0a0e8628fe779365a19cd0a00105 +SIZE (xpi/thunderbird-i18n-45.0/de.xpi) = 451954 +SHA256 (xpi/thunderbird-i18n-45.0/dsb.xpi) = 689655b8f8916eeecf1e966d342e6772500fd872f9ebb688e7344d19b1debdc5 +SIZE (xpi/thunderbird-i18n-45.0/dsb.xpi) = 481646 +SHA256 (xpi/thunderbird-i18n-45.0/el.xpi) = 7e5badcfa2bab9c87abaab82c1b05f29727cbc851383a64792690554776eadd9 +SIZE (xpi/thunderbird-i18n-45.0/el.xpi) = 514355 +SHA256 (xpi/thunderbird-i18n-45.0/en-GB.xpi) = 5d268a207232ecae0b2cea61d4cc8bb40334f21d200443778bad617ff1b25f23 +SIZE (xpi/thunderbird-i18n-45.0/en-GB.xpi) = 437602 +SHA256 (xpi/thunderbird-i18n-45.0/en-US.xpi) = 1260c20185c3252b25488c0d3b463937078ae481456b35f1926473049dd442ff +SIZE (xpi/thunderbird-i18n-45.0/en-US.xpi) = 435471 +SHA256 (xpi/thunderbird-i18n-45.0/es-AR.xpi) = b70cfa37a653f0a8968006e108721729173f80270e29bac1a53d21e052c626c1 +SIZE (xpi/thunderbird-i18n-45.0/es-AR.xpi) = 464682 +SHA256 (xpi/thunderbird-i18n-45.0/es-ES.xpi) = 106ddf25bc9a62d54f943df770ed2650d2f500c7abbd5868af455f3eae3bd3fd +SIZE (xpi/thunderbird-i18n-45.0/es-ES.xpi) = 387998 +SHA256 (xpi/thunderbird-i18n-45.0/et.xpi) = 62f42758f751f506805f7e876a6a17ff93eb6e322a4d5fac4d012d018250ea40 +SIZE (xpi/thunderbird-i18n-45.0/et.xpi) = 458416 +SHA256 (xpi/thunderbird-i18n-45.0/eu.xpi) = abac313e1ae3a2bae9ff5c56e4b207a6ba71a77db2cfcf5cd459c8c9cb6e7979 +SIZE (xpi/thunderbird-i18n-45.0/eu.xpi) = 456706 +SHA256 (xpi/thunderbird-i18n-45.0/fi.xpi) = afb758875d3935c2a06205965d69300f6a0f63ac2f1ed50b0ab6338139a1362d +SIZE (xpi/thunderbird-i18n-45.0/fi.xpi) = 458334 +SHA256 (xpi/thunderbird-i18n-45.0/fr.xpi) = 15bd3883903231914d8acebed9593f00137826f59dc45943354f2feb9cca5621 +SIZE (xpi/thunderbird-i18n-45.0/fr.xpi) = 475464 +SHA256 (xpi/thunderbird-i18n-45.0/fy-NL.xpi) = 03af0e3471172abd34d62c4d8f28b59a3c16ec7b93d66b831d0faa853c80358b +SIZE (xpi/thunderbird-i18n-45.0/fy-NL.xpi) = 464755 +SHA256 (xpi/thunderbird-i18n-45.0/ga-IE.xpi) = 3bd85a997f6c020e6c814a7895d431aa6df1b5392dec65a6ce809c557538b137 +SIZE (xpi/thunderbird-i18n-45.0/ga-IE.xpi) = 480315 +SHA256 (xpi/thunderbird-i18n-45.0/gd.xpi) = 96ab01f5658b6f3f774c6f754acdf9731c3a64c462d72b4514035e426fcefb05 +SIZE (xpi/thunderbird-i18n-45.0/gd.xpi) = 478295 +SHA256 (xpi/thunderbird-i18n-45.0/gl.xpi) = 6cae6fc66d2a3a8de17985bdf15c6ea559d54656c5238ba76d1e80312a9e5d32 +SIZE (xpi/thunderbird-i18n-45.0/gl.xpi) = 478578 +SHA256 (xpi/thunderbird-i18n-45.0/he.xpi) = af1d9f6b687773bf671012b73a16be1511d71661d9b47ebbf6b715449ba8e8db +SIZE (xpi/thunderbird-i18n-45.0/he.xpi) = 497960 +SHA256 (xpi/thunderbird-i18n-45.0/hr.xpi) = a6379f9aa6b2420bad3e03de51744fda3f281360d32fb20393458cb91d3e6dc1 +SIZE (xpi/thunderbird-i18n-45.0/hr.xpi) = 463957 +SHA256 (xpi/thunderbird-i18n-45.0/hsb.xpi) = 353987805a44f12e896ae2035956d5270f1d878a3882f7473c593dd7bb5dfc0b +SIZE (xpi/thunderbird-i18n-45.0/hsb.xpi) = 479412 +SHA256 (xpi/thunderbird-i18n-45.0/hu.xpi) = cf3833bfe2ba2629aea229cba992e47e2f44ba67dbc417c5356cbf1b8fe8326f +SIZE (xpi/thunderbird-i18n-45.0/hu.xpi) = 479583 +SHA256 (xpi/thunderbird-i18n-45.0/hy-AM.xpi) = 5d10aee8ee42e2c191844f3195b81e9bddd0f409957415f8f7bd0d527a6ded13 +SIZE (xpi/thunderbird-i18n-45.0/hy-AM.xpi) = 518881 +SHA256 (xpi/thunderbird-i18n-45.0/id.xpi) = 21397c9ccb1c8a19873ee621affaa2eadc0d48e43baa590476d0c7394ad7e1cd +SIZE (xpi/thunderbird-i18n-45.0/id.xpi) = 499980 +SHA256 (xpi/thunderbird-i18n-45.0/is.xpi) = c4a78c55eff843258ca45a81437fa350453f1344ce704960965e1bef2a43aab8 +SIZE (xpi/thunderbird-i18n-45.0/is.xpi) = 462189 +SHA256 (xpi/thunderbird-i18n-45.0/it.xpi) = ce3182539224f6d7ab6b3f5aab0c60c2552f91b8836c20b523f1bc1faf77043a +SIZE (xpi/thunderbird-i18n-45.0/it.xpi) = 376887 +SHA256 (xpi/thunderbird-i18n-45.0/ja.xpi) = 4dbec26b6449bcc803442fa78b90386296f548631481a738339f6125a39cfc0f +SIZE (xpi/thunderbird-i18n-45.0/ja.xpi) = 519550 +SHA256 (xpi/thunderbird-i18n-45.0/ko.xpi) = 50f7ecd392dfce7fc35882d9c1c0962f51a729dd7dae128d53969c85b8f2dacf +SIZE (xpi/thunderbird-i18n-45.0/ko.xpi) = 487416 +SHA256 (xpi/thunderbird-i18n-45.0/lt.xpi) = 7b59810bad64dc6b02ec9d1cc9a22b639ec8c35f17394147d75088e326ced3e0 +SIZE (xpi/thunderbird-i18n-45.0/lt.xpi) = 477734 +SHA256 (xpi/thunderbird-i18n-45.0/nb-NO.xpi) = f1f395d73066d37823a3520ef09d8bc781bbb308555daff3d82208d4c9fa10cb +SIZE (xpi/thunderbird-i18n-45.0/nb-NO.xpi) = 460010 +SHA256 (xpi/thunderbird-i18n-45.0/nl.xpi) = 8df61ee2940defbad67442cbdc4cd30e4cb9364b7188066933b1d867216fc96e +SIZE (xpi/thunderbird-i18n-45.0/nl.xpi) = 456662 +SHA256 (xpi/thunderbird-i18n-45.0/nn-NO.xpi) = bf89fbd5015da7c4e327e3959085788e735aab93f85dc891b9ee7609797a797b +SIZE (xpi/thunderbird-i18n-45.0/nn-NO.xpi) = 460878 +SHA256 (xpi/thunderbird-i18n-45.0/pa-IN.xpi) = 90cef5c55d1d9428e908e52921214cb89022db22d20324cda571f5067ce6adc2 +SIZE (xpi/thunderbird-i18n-45.0/pa-IN.xpi) = 551066 +SHA256 (xpi/thunderbird-i18n-45.0/pl.xpi) = 5ca001ceb3b6fa049c7d369ef6feca0ca635ffdd3fc602058e48cf7547ebfb58 +SIZE (xpi/thunderbird-i18n-45.0/pl.xpi) = 423865 +SHA256 (xpi/thunderbird-i18n-45.0/pt-BR.xpi) = 9551e881a82960df63b47744d14a9dd10c544e275e1198fdad47202efb827e74 +SIZE (xpi/thunderbird-i18n-45.0/pt-BR.xpi) = 464681 +SHA256 (xpi/thunderbird-i18n-45.0/pt-PT.xpi) = 9774d7df25cbdea8214789990eca45b2a6b3afb4db95090b0b6749fafeb63fa0 +SIZE (xpi/thunderbird-i18n-45.0/pt-PT.xpi) = 463749 +SHA256 (xpi/thunderbird-i18n-45.0/rm.xpi) = f5d87085b9a730d0737b27fde6407dce7b90957d4e373a747e3379e1c16ff5e0 +SIZE (xpi/thunderbird-i18n-45.0/rm.xpi) = 462648 +SHA256 (xpi/thunderbird-i18n-45.0/ro.xpi) = d975b76899782465673dbb1c4174b28c017342ca3d38f6fa3a2973a5b8817ca0 +SIZE (xpi/thunderbird-i18n-45.0/ro.xpi) = 468516 +SHA256 (xpi/thunderbird-i18n-45.0/ru.xpi) = 7e61145bb880e12c1205f8235f4f78c6e11e6e1c83e57d9fff440e1730da6e29 +SIZE (xpi/thunderbird-i18n-45.0/ru.xpi) = 463889 +SHA256 (xpi/thunderbird-i18n-45.0/si.xpi) = a35e7115b8c11c5f043905e2b911bc4e7a831b3be2adb8f1f77e1d24c9cb6f01 +SIZE (xpi/thunderbird-i18n-45.0/si.xpi) = 555993 +SHA256 (xpi/thunderbird-i18n-45.0/sk.xpi) = b3ef0caeeb8b388b5a5141cd1cf2022f0446a4de7548a80454932533f2d5c09c +SIZE (xpi/thunderbird-i18n-45.0/sk.xpi) = 481490 +SHA256 (xpi/thunderbird-i18n-45.0/sl.xpi) = 83aa064ecc7d667d9a718d2c91ee3588093e7df9c4a81b84cca11d88301c5458 +SIZE (xpi/thunderbird-i18n-45.0/sl.xpi) = 462779 +SHA256 (xpi/thunderbird-i18n-45.0/sq.xpi) = f27cbf31f7077e8f23094519f18b1fdb47dc4c2daad61d3c948df42a33fb043f +SIZE (xpi/thunderbird-i18n-45.0/sq.xpi) = 469533 +SHA256 (xpi/thunderbird-i18n-45.0/sr.xpi) = f243ac51c842acdbd2d2b8f6ffbd11c637e859604de87c45ff483c177ae7c45c +SIZE (xpi/thunderbird-i18n-45.0/sr.xpi) = 565463 +SHA256 (xpi/thunderbird-i18n-45.0/sv-SE.xpi) = c486c44b0eae6f930cf65322fa80ab5980275fe4e8c40a96df6e4fa7e5be48cc +SIZE (xpi/thunderbird-i18n-45.0/sv-SE.xpi) = 465432 +SHA256 (xpi/thunderbird-i18n-45.0/ta-LK.xpi) = d8acc86335f62cc0a51ac7021696c26ad78b4776e9069b12dbc80ef5affd45a4 +SIZE (xpi/thunderbird-i18n-45.0/ta-LK.xpi) = 579217 +SHA256 (xpi/thunderbird-i18n-45.0/tr.xpi) = fc84b4a72222b0bf9bd0f0dd22b8aefaade996a6a3a73aac2e378ad92edbb780 +SIZE (xpi/thunderbird-i18n-45.0/tr.xpi) = 467620 +SHA256 (xpi/thunderbird-i18n-45.0/uk.xpi) = dc05607f77ceed5e07b7d0432d149e420edb955b72ebc3c6465a19b98799e7af +SIZE (xpi/thunderbird-i18n-45.0/uk.xpi) = 536436 +SHA256 (xpi/thunderbird-i18n-45.0/vi.xpi) = 91fa505c9eaf6fd7c0139cfbe2358595078114767d0220f33309442e2e37fada +SIZE (xpi/thunderbird-i18n-45.0/vi.xpi) = 540496 +SHA256 (xpi/thunderbird-i18n-45.0/zh-CN.xpi) = 3f5bc2c5d4c21d2856591dd1de864e53105ae6a2decaee58ed27a66a52188e21 +SIZE (xpi/thunderbird-i18n-45.0/zh-CN.xpi) = 489208 +SHA256 (xpi/thunderbird-i18n-45.0/zh-TW.xpi) = 2e78b6ef421619df69edde19e1995a2d54c8726539ba38b3afe22b96267008ea +SIZE (xpi/thunderbird-i18n-45.0/zh-TW.xpi) = 490848 Modified: branches/2016Q2/mail/thunderbird/Makefile ============================================================================== --- branches/2016Q2/mail/thunderbird/Makefile Wed May 4 09:03:27 2016 (r414592) +++ branches/2016Q2/mail/thunderbird/Makefile Wed May 4 09:13:19 2016 (r414593) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= thunderbird -DISTVERSION= 38.7.1 +DISTVERSION= 45.0 PORTREVISION= 1 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ @@ -13,35 +13,36 @@ EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION} MAINTAINER= gecko@FreeBSD.org COMMENT= Mozilla Thunderbird is standalone mail and news that stands above -BUILD_DEPENDS= nspr>=4.10.10:devel/nspr \ - nss>=3.19.2.3:security/nss \ +BUILD_DEPENDS= nspr>=4.12:devel/nspr \ + nss>=3.21.1:security/nss \ libevent2>=2.0.21_2:devel/libevent2 \ - soundtouch>=1.8.0:audio/soundtouch \ - harfbuzz>=0.9.34:print/harfbuzz \ - graphite2>=1.2.4:graphics/graphite2 \ + soundtouch>=1.9.0:audio/soundtouch \ + harfbuzz>=1.1.0:print/harfbuzz \ + graphite2>=1.3.7:graphics/graphite2 \ + png>=1.6.19:graphics/png \ libvorbis>=1.3.5,3:audio/libvorbis \ - libvpx>=1.3.0:multimedia/libvpx \ - sqlite3>=3.8.9:databases/sqlite3 \ + libvpx>=1.5.0:multimedia/libvpx \ + sqlite3>=3.9.1:databases/sqlite3 \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 \ v4l_compat>0:multimedia/v4l_compat \ autoconf-2.13:devel/autoconf213 \ + yasm:devel/yasm \ zip:archivers/zip \ unzip:archivers/unzip -# opus>=1.1:audio/opus \ LIB_DEPENDS= libv4l2.so:multimedia/libv4l EM_VERSION= 1.9.1 -L_VERSION= 4.0.7.1 +L_VERSION= 4.7 SSP_UNSAFE= yes USE_GECKO= gecko -USE_MOZILLA= -opus +USE_MOZILLA= # empty USE_QT5= # empty QT_NONSTANDARD= yes USE_GL= gl -USES= tar:bzip2 +USES= tar:xz MOZ_OPTIONS= --program-transform-name='s/thunderbird/${MOZILLA}/' \ --enable-single-profile --disable-profilesharing \ @@ -56,25 +57,20 @@ PORTNAME_ICON_SRC= ${PREFIX}/lib/${MOZIL SYSTEM_PREFS= ${FAKEDIR}/lib/${PORTNAME}/defaults/pref/${PORTNAME}.js MOZ_PIS_SCRIPTS=moz_pis_S50cleanhome -OPTIONS_DEFINE= ENIGMAIL LIGHTNING -OPTIONS_DEFAULT=CANBERRA ENIGMAIL LIGHTNING +OPTIONS_EXCLUDE=GSTREAMER LOGGING +OPTIONS_DEFINE= ENIGMAIL LIGHTNING RUST +OPTIONS_SINGLE= TOOLKIT +OPTIONS_SINGLE_TOOLKIT= GTK2 GTK3 +OPTIONS_DEFAULT=BUNDLED_CAIRO CANBERRA ENIGMAIL GTK2 LIGHTNING .include "${.CURDIR}/../../www/firefox/Makefile.options" - -OPTIONS_DEFAULT:=${OPTIONS_DEFAULT:S/GSTREAMER//} - .include -WRKSRC= ${WRKDIR}/comm-esr38 +WRKSRC:= ${WRKDIR}/${PORTNAME}-${DISTVERSION} MOZSRC:= ${WRKSRC}/mozilla XPI_LIBDIR= ${PREFIX}/lib/xpi -.if ${PORTVERSION:R:R} < 33 -CONFIGURE_TARGET:=${CONFIGURE_TARGET:S/portbld/unknown/} -MOZ_OPTIONS:= ${MOZ_OPTIONS:S/${CONFIGURE_TARGET}//} -.endif - .if ${PORT_OPTIONS:MENIGMAIL} MASTER_SITES+= https://www.enigmail.net/download/source/:enigmail DISTFILES+= ${EM_DISTFILE}:enigmail @@ -109,8 +105,6 @@ post-extract: .endif post-patch: - @${REINPLACE_CMD} -e '/MOZPNG/s/=[0-9]*/=10511/' \ - ${MOZSRC}/configure.in ${WRKSRC}/configure.in @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/mail/app/nsMailApp.cpp .if ${PORT_OPTIONS:MENIGMAIL} Modified: branches/2016Q2/mail/thunderbird/distinfo ============================================================================== --- branches/2016Q2/mail/thunderbird/distinfo Wed May 4 09:03:27 2016 (r414592) +++ branches/2016Q2/mail/thunderbird/distinfo Wed May 4 09:13:19 2016 (r414593) @@ -1,4 +1,4 @@ -SHA256 (thunderbird-38.7.1.source.tar.bz2) = 46985ab53f1d1fab9a6c7dd0b34ccf38f8401d507bf686ee56dc28a0555d9328 -SIZE (thunderbird-38.7.1.source.tar.bz2) = 204445791 +SHA256 (thunderbird-45.0.source.tar.xz) = 15693897f1e46cbb5a95932b8c087a53004635415845fb4f50d4edfbba77d667 +SIZE (thunderbird-45.0.source.tar.xz) = 200691996 SHA256 (enigmail-1.9.1.tar.gz) = 0393119725fa5931d9888a2a1c9796d440ee7975ca3d005eb63142768b10f993 SIZE (enigmail-1.9.1.tar.gz) = 1736876 Modified: branches/2016Q2/mail/thunderbird/files/patch-bug1021761 ============================================================================== --- branches/2016Q2/mail/thunderbird/files/patch-bug1021761 Wed May 4 09:03:27 2016 (r414592) +++ branches/2016Q2/mail/thunderbird/files/patch-bug1021761 Wed May 4 09:13:19 2016 (r414593) @@ -561,8 +561,8 @@ index a962553..1f780f4 100644 /* get a pcm, disabling resampling, so we get a rate the * hardware/dmix/pulse/etc. supports. */ -- r = snd_pcm_open(&pcm, "default", SND_PCM_STREAM_PLAYBACK | SND_PCM_NO_AUTO_RESAMPLE, 0); -+ r = WRAP(snd_pcm_open)(&pcm, "default", SND_PCM_STREAM_PLAYBACK | SND_PCM_NO_AUTO_RESAMPLE, 0); +- r = snd_pcm_open(&pcm, CUBEB_ALSA_PCM_NAME, SND_PCM_STREAM_PLAYBACK | SND_PCM_NO_AUTO_RESAMPLE, 0); ++ r = WRAP(snd_pcm_open)(&pcm, CUBEB_ALSA_PCM_NAME, SND_PCM_STREAM_PLAYBACK | SND_PCM_NO_AUTO_RESAMPLE, 0); if (r < 0) { return CUBEB_ERROR; } @@ -1070,11 +1070,11 @@ index 8b7a0dd..31212ce 100644 +CFLAGS += CONFIG['MOZ_OSS_CFLAGS'] CFLAGS += CONFIG['MOZ_ALSA_CFLAGS'] CFLAGS += CONFIG['MOZ_PULSEAUDIO_CFLAGS'] -diff --git media/webrtc/signaling/test/moz.build media/webrtc/signaling/test/moz.build +diff --git media/webrtc/signaling/test/common.build media/webrtc/signaling/test/common.build index 991f03f..3d99eb5 100644 ---- mozilla/media/webrtc/signaling/test/moz.build -+++ mozilla/media/webrtc/signaling/test/moz.build -@@ -112,8 +112,8 @@ if CONFIG['JS_SHARED_LIBRARY']: +--- mozilla/media/webrtc/signaling/test/common.build ++++ mozilla/media/webrtc/signaling/test/common.build +@@ -102,8 +102,8 @@ USE_LIBS += ['mozglue'] OS_LIBS += CONFIG['MOZ_WEBRTC_X11_LIBS'] OS_LIBS += CONFIG['REALTIME_LIBS'] Modified: branches/2016Q2/mail/thunderbird/files/patch-bug1233275 ============================================================================== --- branches/2016Q2/mail/thunderbird/files/patch-bug1233275 Wed May 4 09:03:27 2016 (r414592) +++ branches/2016Q2/mail/thunderbird/files/patch-bug1233275 Wed May 4 09:13:19 2016 (r414593) @@ -3,23 +3,19 @@ diff --git a/ipc/chromium/src/base/process_util_bsd.cc b/ipc/chromium/src/base/process_util_bsd.cc --- mozilla/ipc/chromium/src/base/process_util_bsd.cc +++ mozilla/ipc/chromium/src/base/process_util_bsd.cc -@@ -13,6 +13,7 @@ +@@ -12,10 +12,9 @@ #include +#include "nspr.h" #include "base/eintr_wrapper.h" - #include "base/file_util.h" - #include "base/logging.h" -@@ -48,7 +49,6 @@ - #ifdef HAVE_POSIX_SPAWN - #include --extern "C" char **environ __dso_public; - #endif +-extern "C" char **environ __attribute__((__visibility__("default"))); +- + namespace base { - namespace { -@@ -114,6 +114,7 @@ bool LaunchApp(const std::vector + #include "SharedMemoryBasic.h" + #include "mozilla/Atomics.h" +@@ -34,7 +34,7 @@ struct ParamTraits; + namespace mozilla { + #if defined(OS_WIN) + typedef HANDLE CrossProcessMutexHandle; +-#elif defined(OS_LINUX) || defined(OS_MACOSX) ++#elif !defined(OS_NETBSD) && !defined(OS_OPENBSD) + typedef mozilla::ipc::SharedMemoryBasic::Handle CrossProcessMutexHandle; + #else + // Stub for other platforms. We can't use uintptr_t here since different +@@ -100,7 +100,7 @@ private: + + #if defined(OS_WIN) + HANDLE mMutex; +-#elif defined(OS_LINUX) || defined(OS_MACOSX) ++#elif !defined(OS_NETBSD) && !defined(OS_OPENBSD) + RefPtr mSharedBuffer; + pthread_mutex_t* mMutex; + mozilla::Atomic* mCount; +diff --git a/ipc/glue/moz.build b/ipc/glue/moz.build +--- mozilla/ipc/glue/moz.build ++++ mozilla/ipc/glue/moz.build +@@ -61,7 +61,7 @@ if CONFIG['OS_ARCH'] == 'WINNT': + SOURCES += [ + 'CrossProcessMutex_windows.cpp', + ] +-elif CONFIG['OS_ARCH'] in ('Linux', 'Darwin'): ++elif not CONFIG['OS_ARCH'] in ('NetBSD', 'OpenBSD'): + UNIFIED_SOURCES += [ + 'CrossProcessMutex_posix.cpp', + ] Modified: branches/2016Q2/mail/thunderbird/files/patch-bug292127 ============================================================================== --- branches/2016Q2/mail/thunderbird/files/patch-bug292127 Wed May 4 09:03:27 2016 (r414592) +++ branches/2016Q2/mail/thunderbird/files/patch-bug292127 Wed May 4 09:13:19 2016 (r414593) @@ -1,5 +1,5 @@ ---- ldap/sdks/c-sdk/ldap/include/ldap.h~ -+++ ldap/sdks/c-sdk/ldap/include/ldap.h +--- ldap/c-sdk/include/ldap.h~ ++++ ldap/c-sdk/include/ldap.h @@ -40,6 +40,229 @@ #ifndef _LDAP_H #define _LDAP_H Modified: branches/2016Q2/mail/thunderbird/files/patch-bug702179 ============================================================================== --- branches/2016Q2/mail/thunderbird/files/patch-bug702179 Wed May 4 09:03:27 2016 (r414592) +++ branches/2016Q2/mail/thunderbird/files/patch-bug702179 Wed May 4 09:13:19 2016 (r414593) @@ -1,24 +1,13 @@ -commit 6ddaacd -Author: Ginn Chen -Date: Wed Nov 30 07:23:46 2011 +0800 - - Bug 702179 dtrace probes are not installed on Solaris with static js lib r=glandium ---- - js/src/Makefile.in | 3 --- - toolkit/library/moz.build | 5 ----- - 2 files changed, 8 deletions(-) - -diff --git js/src/Makefile.in js/src/Makefile.in -index 62bbfa0..90400cb 100644 ---- mozilla/js/src/Makefile.in -+++ mozilla/js/src/Makefile.in -@@ -17,9 +17,6 @@ TOPLEVEL_BUILD := 1 - run_for_side_effects := $(shell echo 'MAKE: $(MAKE)') - EXTRA_LIBS += $(NSPR_LIBS) +--- mozilla/js/src/moz.build.orig 2015-12-16 12:32:04.574425000 +0100 ++++ mozilla/js/src/moz.build 2015-12-16 12:32:09.032032000 +0100 +@@ -671,10 +671,6 @@ CFLAGS += CONFIG['MOZ_ICU_CFLAGS'] + CXXFLAGS += CONFIG['MOZ_ICU_CFLAGS'] + LOCAL_INCLUDES += CONFIG['MOZ_ICU_INCLUDES'] --DIST_INSTALL = 1 --NO_EXPAND_LIBS = 1 +-NO_EXPAND_LIBS = True - - ifdef JS_HAS_CTYPES - ifdef MOZ_NATIVE_FFI - LOCAL_INCLUDES = $(MOZ_FFI_CFLAGS) +-DIST_INSTALL = True +- + # Prepare self-hosted JS code for embedding + GENERATED_FILES += ['selfhosted.out.h'] + selfhosted = GENERATED_FILES['selfhosted.out.h'] Modified: branches/2016Q2/mail/thunderbird/files/patch-bug826985 ============================================================================== --- branches/2016Q2/mail/thunderbird/files/patch-bug826985 Wed May 4 09:03:27 2016 (r414592) +++ branches/2016Q2/mail/thunderbird/files/patch-bug826985 Wed May 4 09:13:19 2016 (r414593) @@ -17,10 +17,10 @@ diff --git config/system-headers config/ index 55e4cd1..76567b3 100644 --- mozilla/config/system-headers +++ mozilla/config/system-headers -@@ -635,6 +635,7 @@ libgnomevfs/gnome-vfs-mime-handlers.h - libgnomevfs/gnome-vfs-mime-utils.h - libgnomevfs/gnome-vfs-ops.h - libgnomevfs/gnome-vfs-standard-callbacks.h +@@ -627,6 +627,7 @@ libgnome/libgnome.h + libgnomeui/gnome-icon-lookup.h + libgnomeui/gnome-icon-theme.h + libgnomeui/gnome-ui-init.h +libv4l2.h lib$routines.h limits @@ -51,13 +51,13 @@ index b483cd1..f1dd1f0 100644 # basic stuff for everything 'include_internal_video_render': 0, 'clang_use_chrome_plugins': 0, -diff --git media/webrtc/signaling/test/moz.build media/webrtc/signaling/test/moz.build +diff --git media/webrtc/signaling/test/common.build media/webrtc/signaling/test/common.build index b483cd1..f1dd1f0 100644 ---- mozilla/media/webrtc/signaling/test/moz.build -+++ mozilla/media/webrtc/signaling/test/moz.build -@@ -122,6 +122,7 @@ if CONFIG['JS_SHARED_LIBRARY']: - 'js', - ] +--- mozilla/media/webrtc/signaling/test/common.build ++++ mozilla/media/webrtc/signaling/test/common.build +@@ -99,6 +99,7 @@ if CONFIG['JS_SHARED_LIBRARY']: + + USE_LIBS += ['mozglue'] +OS_LIBS += CONFIG['MOZ_LIBV4L2_LIBS'] OS_LIBS += CONFIG['MOZ_WEBRTC_X11_LIBS'] @@ -145,26 +145,26 @@ index d46b5aa..e452223 100644 'targets': [ { 'target_name': 'video_capture_module', -@@ -69,6 +72,19 @@ - 'linux/video_capture_linux.cc', - 'linux/video_capture_linux.h', - ], -+ 'conditions': [ -+ ['use_libv4l2==1', { -+ 'defines': [ -+ 'HAVE_LIBV4L2', -+ ], -+ 'cflags_mozilla': [ -+ '$(MOZ_LIBV4L2_CFLAGS)', -+ ], -+ 'libraries': [ -+ '-lv4l2', +@@ -75,6 +78,19 @@ + 'linux/video_capture_linux.cc', + 'linux/video_capture_linux.h', + ], ++ 'conditions': [ ++ ['use_libv4l2==1', { ++ 'defines': [ ++ 'HAVE_LIBV4L2', ++ ], ++ 'cflags_mozilla': [ ++ '$(MOZ_LIBV4L2_CFLAGS)', ++ ], ++ 'libraries': [ ++ '-lv4l2', ++ ], ++ }], + ], -+ }], -+ ], - }], # linux - ['OS=="mac"', { - 'sources': [ + }], # linux + ['OS=="mac"', { + 'sources': [ diff --git toolkit/library/moz.build toolkit/library/moz.build index 9c16ffa..1db3794 100644 --- mozilla/toolkit/library/moz.build Modified: branches/2016Q2/mail/thunderbird/files/patch-bug847568 ============================================================================== --- branches/2016Q2/mail/thunderbird/files/patch-bug847568 Wed May 4 09:03:27 2016 (r414592) +++ branches/2016Q2/mail/thunderbird/files/patch-bug847568 Wed May 4 09:13:19 2016 (r414593) @@ -4,7 +4,7 @@ diff --git config/Makefile.in config/Mak index 14bfc0d..5383399 100644 --- mozilla/config/Makefile.in +++ mozilla/config/Makefile.in -@@ -75,6 +75,8 @@ export:: $(export-preqs) +@@ -49,6 +49,8 @@ export:: $(export-preqs) -DMOZ_NATIVE_LIBEVENT=$(MOZ_NATIVE_LIBEVENT) \ -DMOZ_NATIVE_LIBVPX=$(MOZ_NATIVE_LIBVPX) \ -DMOZ_NATIVE_ICU=$(MOZ_NATIVE_ICU) \ @@ -17,7 +17,7 @@ diff --git config/system-headers config/ index 18e8703..bdc5f82 100644 --- mozilla/config/system-headers +++ mozilla/config/system-headers -@@ -1357,3 +1357,11 @@ unicode/utypes.h +@@ -1344,3 +1344,11 @@ unicode/utypes.h #endif libutil.h unwind.h @@ -33,7 +33,7 @@ diff --git configure.in configure.in index ac38f40..87536b7 100644 --- mozilla/configure.in +++ mozilla/configure.in -@@ -7986,6 +7986,49 @@ if test "$USE_FC_FREETYPE"; then +@@ -7989,6 +7989,49 @@ if test "$USE_FC_FREETYPE"; then fi dnl ======================================================== @@ -46,7 +46,7 @@ index ac38f40..87536b7 100644 +MOZ_NATIVE_HARFBUZZ=) + +if test -n "$MOZ_NATIVE_HARFBUZZ"; then -+ PKG_CHECK_MODULES(MOZ_HARFBUZZ, harfbuzz >= 0.9.34) ++ PKG_CHECK_MODULES(MOZ_HARFBUZZ, harfbuzz >= 1.1.0) +fi + +AC_SUBST(MOZ_NATIVE_HARFBUZZ) @@ -70,7 +70,7 @@ index ac38f40..87536b7 100644 + * 100 + GR2_VERSION_BUGFIX >= \ + (major) * 10000 + (minor) * 100 + (bugfix) ) + ], [ -+ #if !GR2_VERSION_REQUIRE(1,2,4) ++ #if !GR2_VERSION_REQUIRE(1,3,7) + #error "Insufficient graphite2 version." + #endif + ], [], @@ -87,38 +87,54 @@ diff --git dom/base/moz.build dom/base/m index a660ba4..6b2f602 100644 --- mozilla/dom/base/moz.build +++ mozilla/dom/base/moz.build -@@ -196,6 +196,9 @@ SOURCES += [ - 'nsObjectLoadingContent.cpp', - ] +@@ -397,6 +397,9 @@ if CONFIG['INTEL_ARCHITECTURE']: + SOURCES += ['nsTextFragmentSSE2.cpp'] + SOURCES['nsTextFragmentSSE2.cpp'].flags += CONFIG['SSE2_FLAGS'] +if CONFIG['MOZ_NATIVE_HARFBUZZ']: + SOURCES['nsContentUtils.cpp'].flags += CONFIG['MOZ_HARFBUZZ_CFLAGS'] + EXTRA_COMPONENTS += [ - 'contentAreaDropListener.js', - 'contentAreaDropListener.manifest', + 'ConsoleAPI.manifest', + 'ConsoleAPIStorage.js', diff --git gfx/graphite2/moz-gr-update.sh gfx/graphite2/moz-gr-update.sh index f3d76ea..a9e7fb6 100644 --- mozilla/gfx/graphite2/moz-gr-update.sh +++ mozilla/gfx/graphite2/moz-gr-update.sh -@@ -37,6 +37,9 @@ +@@ -1,6 +1,7 @@ + #!/bin/bash + + # Script used to update the Graphite2 library in the mozilla source tree ++# and bump version for --with-system-graphite2 + + # This script lives in gfx/graphite2, along with the library source, + # but must be run from the top level of the mozilla-central tree. +@@ -37,12 +38,16 @@ echo "See" $0 "for update procedure." >> #find gfx/graphite2/ -name "*.cpp" -exec perl -p -i -e "s///;s/Windows.h/windows.h/;" {} \; #find gfx/graphite2/ -name "*.h" -exec perl -p -i -e "s///;s/Windows.h/windows.h/;" {} \; ++# chase version for --with-system-graphite2 +perl -p -i -e "s/[0-9]+\,[0-9]+\,[0-9]+/$RELEASE/ and tr/./,/ \ + if /GR2_VERSION_REQUIRE/" configure.in + # summarize what's been touched echo Updated to $RELEASE. echo Here is what changed in the gfx/graphite2 directory: + echo + +-hg stat gfx/graphite2 ++hg stat configure.in gfx/graphite2 + + echo + echo If gfx/graphite2/src/files.mk has changed, please make corresponding diff --git gfx/harfbuzz/README-mozilla gfx/harfbuzz/README-mozilla index ca57d16..1ce21fe 100644 --- mozilla/gfx/harfbuzz/README-mozilla +++ mozilla/gfx/harfbuzz/README-mozilla -@@ -21,3 +21,8 @@ In addition, the src/Makefile.in file here is NOT from upstream, nor is it +@@ -18,3 +18,8 @@ the mozilla tree. + In addition, the src/Makefile.in file here is NOT from upstream, nor is it generated from src/Makefile.am (the original harfbuzz version); it is a mozilla- - specific makefile that is maintained by hand. It should only need updating when - new source files or exported headers are added in harfbuzz. + specific makefile that is maintained by hand. + +The in-tree copy may be omitted during build by --with-system-harfbuzz. +Make sure to keep pkg-config version check within configure.in in sync @@ -154,9 +170,9 @@ diff --git gfx/skia/generate_mozbuild.py index 28fa6b5..240dced 100755 --- mozilla/gfx/skia/generate_mozbuild.py +++ mozilla/gfx/skia/generate_mozbuild.py -@@ -140,6 +140,9 @@ if CONFIG['GNU_CXX']: - if not CONFIG['CLANG_CXX']: - CXXFLAGS += ['-Wno-logical-op'] +@@ -134,6 +134,9 @@ if CONFIG['CLANG_CXX'] or CONFIG['CLANG_ + '-Wno-unused-private-field', + ] +if CONFIG['MOZ_NATIVE_HARFBUZZ']: + CXXFLAGS += CONFIG['MOZ_HARFBUZZ_CFLAGS'] @@ -168,9 +184,9 @@ diff --git gfx/skia/moz.build gfx/skia/m index 1d0c2f9..adb8941 100644 --- mozilla/gfx/skia/moz.build +++ mozilla/gfx/skia/moz.build -@@ -968,6 +968,9 @@ if CONFIG['GNU_CXX']: - if not CONFIG['CLANG_CXX']: - CXXFLAGS += ['-Wno-logical-op'] +@@ -752,6 +752,9 @@ if CONFIG['CLANG_CXX'] or CONFIG['CLANG_ + '-Wno-unused-private-field', + ] +if CONFIG['MOZ_NATIVE_HARFBUZZ']: + CXXFLAGS += CONFIG['MOZ_HARFBUZZ_CFLAGS'] @@ -182,9 +198,9 @@ diff --git gfx/thebes/moz.build gfx/theb index d5852fa..aeeab25 100644 --- mozilla/gfx/thebes/moz.build +++ mozilla/gfx/thebes/moz.build -@@ -294,7 +294,13 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'andr - if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('gtk2', 'gtk3', 'qt'): - CXXFLAGS += CONFIG['MOZ_PANGO_CFLAGS'] +@@ -306,7 +306,13 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('gtk + + LOCAL_INCLUDES += CONFIG['SKIA_INCLUDES'] -DEFINES['GRAPHITE2_STATIC'] = True +if CONFIG['MOZ_NATIVE_HARFBUZZ']: @@ -195,35 +211,38 @@ index d5852fa..aeeab25 100644 +else: + DEFINES['GRAPHITE2_STATIC'] = True - if CONFIG['GKMEDIAS_SHARED_LIBRARY']: - DEFINES['OTS_DLL'] = True -diff --git intl/unicharutil/util/moz.build intl/unicharutil/util/moz.build + if CONFIG['CLANG_CXX']: + # Suppress warnings from Skia header files. index d736943..41a931f 100644 --- mozilla/intl/unicharutil/util/moz.build +++ mozilla/intl/unicharutil/util/moz.build -@@ -37,3 +37,6 @@ if CONFIG['_MSC_VER']: +@@ -44,4 +44,7 @@ if CONFIG['ENABLE_INTL_API']: + LOCAL_INCLUDES += CONFIG['MOZ_ICU_INCLUDES'] + USE_LIBS += ['icu'] - if CONFIG['ENABLE_INTL_API']: - CXXFLAGS += CONFIG['MOZ_ICU_CFLAGS'] -+ +if CONFIG['MOZ_NATIVE_HARFBUZZ']: + CXXFLAGS += CONFIG['MOZ_HARFBUZZ_CFLAGS'] ++ + DIST_INSTALL = True diff --git netwerk/dns/moz.build netwerk/dns/moz.build index 0b0717a..2e665c9 100644 --- mozilla/netwerk/dns/moz.build +++ mozilla/netwerk/dns/moz.build -@@ -64,3 +64,6 @@ GENERATED_FILES = [ - LOCAL_INCLUDES += [ +@@ -66,6 +66,9 @@ LOCAL_INCLUDES += [ '/netwerk/base', ] -+ + +if CONFIG['MOZ_NATIVE_HARFBUZZ']: + CXXFLAGS += CONFIG['MOZ_HARFBUZZ_CFLAGS'] ++ + if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gonk' and CONFIG['ANDROID_VERSION'] > '19': + LOCAL_INCLUDES += ['%' + '%s/bionic/libc/dns/include' % CONFIG['ANDROID_SOURCE']] + diff --git toolkit/library/moz.build toolkit/library/moz.build index 67f0db9..d42137a 100644 --- mozilla/toolkit/library/moz.build +++ mozilla/toolkit/library/moz.build -@@ -187,6 +187,12 @@ if CONFIG['MOZ_NATIVE_LIBVPX']: +@@ -231,6 +231,12 @@ if CONFIG['MOZ_NATIVE_LIBVPX']: if not CONFIG['MOZ_TREE_PIXMAN']: OS_LIBS += CONFIG['MOZ_PIXMAN_LIBS'] Modified: branches/2016Q2/mail/thunderbird/files/patch-bug981348 ============================================================================== --- branches/2016Q2/mail/thunderbird/files/patch-bug981348 Wed May 4 09:03:27 2016 (r414592) +++ branches/2016Q2/mail/thunderbird/files/patch-bug981348 Wed May 4 09:13:19 2016 (r414593) @@ -2,13 +2,13 @@ diff --git dom/system/OSFileConstants.cp index 4b21361..cb3be32 100644 --- mozilla/dom/system/OSFileConstants.cpp +++ mozilla/dom/system/OSFileConstants.cpp -@@ -596,7 +596,7 @@ static const dom::ConstantSpec gLibcProperties[] = +@@ -662,7 +662,7 @@ - { "OSFILE_SIZEOF_STATVFS", INT_TO_JSVAL(sizeof (struct statvfs)) }, + { "OSFILE_SIZEOF_STATVFS", JS::Int32Value(sizeof (struct statvfs)) }, -- { "OSFILE_OFFSETOF_STATVFS_F_BSIZE", INT_TO_JSVAL(offsetof (struct statvfs, f_bsize)) }, -+ { "OSFILE_OFFSETOF_STATVFS_F_FRSIZE", INT_TO_JSVAL(offsetof (struct statvfs, f_frsize)) }, - { "OSFILE_OFFSETOF_STATVFS_F_BAVAIL", INT_TO_JSVAL(offsetof (struct statvfs, f_bavail)) }, +- { "OSFILE_OFFSETOF_STATVFS_F_BSIZE", JS::Int32Value(offsetof (struct statvfs, f_bsize)) }, ++ { "OSFILE_OFFSETOF_STATVFS_F_FRSIZE", JS::Int32Value(offsetof (struct statvfs, f_frsize)) }, + { "OSFILE_OFFSETOF_STATVFS_F_BAVAIL", JS::Int32Value(offsetof (struct statvfs, f_bavail)) }, #endif // defined(XP_UNIX) diff --git toolkit/components/osfile/modules/osfile_unix_back.jsm toolkit/components/osfile/modules/osfile_unix_back.jsm Modified: branches/2016Q2/mail/thunderbird/files/patch-bug991253 ============================================================================== --- branches/2016Q2/mail/thunderbird/files/patch-bug991253 Wed May 4 09:03:27 2016 (r414592) +++ branches/2016Q2/mail/thunderbird/files/patch-bug991253 Wed May 4 09:13:19 2016 (r414593) @@ -1,6 +1,6 @@ ---- mozilla/extensions/spellcheck/hunspell/src/mozHunspell.cpp~ -+++ mozilla/extensions/spellcheck/hunspell/src/mozHunspell.cpp -@@ -400,6 +400,14 @@ mozHunspell::LoadDictionaryList(bool aNo +--- mozilla/extensions/spellcheck/hunspell/glue/mozHunspell.cpp~ ++++ mozilla/extensions/spellcheck/hunspell/glue/mozHunspell.cpp +@@ -392,6 +392,14 @@ mozHunspell::LoadDictionaryList(bool aNo } } Modified: branches/2016Q2/mail/thunderbird/files/patch-config-baseconfig.mk ============================================================================== --- branches/2016Q2/mail/thunderbird/files/patch-config-baseconfig.mk Wed May 4 09:03:27 2016 (r414592) +++ branches/2016Q2/mail/thunderbird/files/patch-config-baseconfig.mk Wed May 4 09:13:19 2016 (r414593) @@ -1,6 +1,9 @@ --- mozilla/config/baseconfig.mk~ +++ mozilla/config/baseconfig.mk -@@ -1,7 +1,7 @@ +@@ -2,10 +2,10 @@ + # directly in python/mozbuild/mozbuild/base.py for gmake validation. + # We thus use INCLUDED_AUTOCONF_MK to enable/disable some parts depending + # whether a normal build is happening or whether the check is running. -includedir := $(includedir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION) -idldir = $(datadir)/idl/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION) -installdir = $(libdir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION) @@ -9,6 +12,6 @@ +idldir = $(datadir)/idl/%%MOZILLA%% +installdir = $(libdir)/%%MOZILLA%% +sdkdir = $(libdir)/%%MOZILLA%% - ifndef TOP_DIST - TOP_DIST = dist - endif + ifeq (.,$(DEPTH)) + DIST = dist + else Modified: branches/2016Q2/mail/thunderbird/files/patch-ijg-libjpeg ============================================================================== --- branches/2016Q2/mail/thunderbird/files/patch-ijg-libjpeg Wed May 4 09:03:27 2016 (r414592) +++ branches/2016Q2/mail/thunderbird/files/patch-ijg-libjpeg Wed May 4 09:13:19 2016 (r414593) @@ -69,7 +69,7 @@ index 8fa8200..1d2a259 100644 break; case JCS_CMYK: case JCS_YCCK: -@@ -433,6 +452,15 @@ nsJPEGDecoder::WriteInternal(const char* +@@ -448,6 +467,16 @@ nsJPEGDecoder::WriteInternal(const char* return; // I/O suspension } @@ -82,9 +82,10 @@ index 8fa8200..1d2a259 100644 + mInfo.cconvert->color_convert = ycc_rgb_convert_argb; + } +#endif - ++ // If this is a progressive JPEG ... mState = mInfo.buffered_image ? + JPEG_DECOMPRESS_PROGRESSIVE : JPEG_DECOMPRESS_SEQUENTIAL; @@ -605,7 +633,11 @@ nsJPEGDecoder::OutputScanlines(bool* sus uint32_t* imageRow = ((uint32_t*)mImageData) + (mInfo.output_scanline * mInfo.output_width); Copied: branches/2016Q2/mail/thunderbird/files/patch-modules-libpref-init-all.js (from r413157, head/mail/thunderbird/files/patch-modules-libpref-init-all.js) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q2/mail/thunderbird/files/patch-modules-libpref-init-all.js Wed May 4 09:13:19 2016 (r414593, copy of r413157, head/mail/thunderbird/files/patch-modules-libpref-init-all.js) @@ -0,0 +1,15 @@ *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-branches@freebsd.org Wed May 4 12:41:11 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 5520DB2B289; Wed, 4 May 2016 12:41:11 +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 E68E21859; Wed, 4 May 2016 12:41:10 +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 u44CfACx071835; Wed, 4 May 2016 12:41:10 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u44Cf8K6071821; Wed, 4 May 2016 12:41:08 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201605041241.u44Cf8K6071821@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 4 May 2016 12:41:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r414600 - in branches/2016Q2/www: firefox firefox-esr firefox-esr-i18n firefox-i18n libxul 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.22 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, 04 May 2016 12:41:11 -0000 Author: jbeich Date: Wed May 4 12:41:08 2016 New Revision: 414600 URL: https://svnweb.freebsd.org/changeset/ports/414600 Log: MFH: r414580 www/firefox{,-esr}: update to 46.0.1 / 45.1.1esr Temporarily switch www/linux-firefox to ESR because - x11-toolkits/linux-c6-gtk3 doesn't exist - x11-toolkits/linux-f10-gtk3 doesn't exist or maybe too old Changes: https://www.mozilla.org/firefox/46.0.1/releasenotes/ Changes: https://www.mozilla.org/firefox/45.1.1/releasenotes/ Approved by: ports-secteam (junovitch) Modified: branches/2016Q2/www/firefox-esr-i18n/Makefile branches/2016Q2/www/firefox-esr-i18n/distinfo branches/2016Q2/www/firefox-esr/Makefile branches/2016Q2/www/firefox-esr/distinfo branches/2016Q2/www/firefox-i18n/Makefile branches/2016Q2/www/firefox-i18n/distinfo branches/2016Q2/www/firefox/Makefile branches/2016Q2/www/firefox/distinfo branches/2016Q2/www/libxul/Makefile branches/2016Q2/www/libxul/distinfo branches/2016Q2/www/linux-firefox/Makefile branches/2016Q2/www/linux-firefox/distinfo branches/2016Q2/www/linux-firefox/pkg-plist Directory Properties: branches/2016Q2/ (props changed) Modified: branches/2016Q2/www/firefox-esr-i18n/Makefile ============================================================================== --- branches/2016Q2/www/firefox-esr-i18n/Makefile Wed May 4 12:30:06 2016 (r414599) +++ branches/2016Q2/www/firefox-esr-i18n/Makefile Wed May 4 12:41:08 2016 (r414600) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= firefox -PORTVERSION= 45.1.0 +PORTVERSION= 45.1.1 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/2016Q2/www/firefox-esr-i18n/distinfo ============================================================================== --- branches/2016Q2/www/firefox-esr-i18n/distinfo Wed May 4 12:30:06 2016 (r414599) +++ branches/2016Q2/www/firefox-esr-i18n/distinfo Wed May 4 12:41:08 2016 (r414600) @@ -1,180 +1,180 @@ -SHA256 (xpi/firefox-45.1.0/ach.xpi) = 520703fb2e195a2ed247633062cb0bbb5aa4adb090abd00f83ed7fcebce532b4 -SIZE (xpi/firefox-45.1.0/ach.xpi) = 426525 -SHA256 (xpi/firefox-45.1.0/af.xpi) = 4e830d0c8fd8d2be20de9bc76484b5517191c582bfc3ec8fd049f80d101905f8 -SIZE (xpi/firefox-45.1.0/af.xpi) = 439350 -SHA256 (xpi/firefox-45.1.0/an.xpi) = dacee584b408755b199e91cc302eae5819ce362d5177633ae4da67d277767e32 -SIZE (xpi/firefox-45.1.0/an.xpi) = 449031 -SHA256 (xpi/firefox-45.1.0/ar.xpi) = ffd15f00739b1add480594933b14af7ed6f1a18be9d9570e5d55f06dcdad211f -SIZE (xpi/firefox-45.1.0/ar.xpi) = 474955 -SHA256 (xpi/firefox-45.1.0/as.xpi) = 5844b82bb60165784c0d0066ca03d6149997854b241712d67675568684db2749 -SIZE (xpi/firefox-45.1.0/as.xpi) = 483091 -SHA256 (xpi/firefox-45.1.0/ast.xpi) = 8387356f83db26385201ca706b1de8d870ccf74647cf64c3db99c430e53757ca -SIZE (xpi/firefox-45.1.0/ast.xpi) = 419244 -SHA256 (xpi/firefox-45.1.0/az.xpi) = 757612b2ab3d7a0174f77fba2fc79c36012ea81c4d32f70368a10d2a4ad913da -SIZE (xpi/firefox-45.1.0/az.xpi) = 464012 -SHA256 (xpi/firefox-45.1.0/be.xpi) = fa57643a1c050dd4b5d37a5302348ef86dd0f97d718ff42ae2fb65ce49514156 -SIZE (xpi/firefox-45.1.0/be.xpi) = 442614 -SHA256 (xpi/firefox-45.1.0/bg.xpi) = 0483235b368cf7b980fa8a017c8f606842eb2538f989656e0ca49cd968dc036b -SIZE (xpi/firefox-45.1.0/bg.xpi) = 460803 -SHA256 (xpi/firefox-45.1.0/bn-BD.xpi) = ec199c1a9a1f5aa379eee7176584c9f68d85ecc7e27a00d3252de3260748ab6c -SIZE (xpi/firefox-45.1.0/bn-BD.xpi) = 515637 -SHA256 (xpi/firefox-45.1.0/bn-IN.xpi) = 3ddc05753ccd30595d5204f90ee715bab75fefeec430c572ec0e98d13ffb6c42 -SIZE (xpi/firefox-45.1.0/bn-IN.xpi) = 494070 -SHA256 (xpi/firefox-45.1.0/br.xpi) = 6a914b1c11d73a628be78596ce34dbe9c10a6bf221c16aa409b39d6033b4cf8f -SIZE (xpi/firefox-45.1.0/br.xpi) = 436387 -SHA256 (xpi/firefox-45.1.0/bs.xpi) = 835a206cd5f2f628c80abd440c393c2984bcb202a2ecdcc86e0c8fc5218f2be1 -SIZE (xpi/firefox-45.1.0/bs.xpi) = 442992 -SHA256 (xpi/firefox-45.1.0/ca.xpi) = 34d21e459aa1ca44748de421429f6368fcac22d66ab44135df4e9d583f705c9a -SIZE (xpi/firefox-45.1.0/ca.xpi) = 436828 -SHA256 (xpi/firefox-45.1.0/cs.xpi) = 66de4bb611850904d2b3037e22ea60a1e0184ad0362afbfd04c1c74a649f4674 -SIZE (xpi/firefox-45.1.0/cs.xpi) = 443478 -SHA256 (xpi/firefox-45.1.0/cy.xpi) = a0e9d2d5b7c4406ff9156464bbcf44f2f3f7f12c1a409eb091b10fc18425cf98 -SIZE (xpi/firefox-45.1.0/cy.xpi) = 438903 -SHA256 (xpi/firefox-45.1.0/da.xpi) = beaeddeff7d784a1e8bf99ccbf36e65240aa62de7f600f8a5513a34e95f995ed -SIZE (xpi/firefox-45.1.0/da.xpi) = 430073 -SHA256 (xpi/firefox-45.1.0/de.xpi) = d375a46d2d5b626c3036d45eb286da06402b40c4fb7fe564c07426cb9b9e05ac -SIZE (xpi/firefox-45.1.0/de.xpi) = 445477 -SHA256 (xpi/firefox-45.1.0/dsb.xpi) = 9358152130db0eb7bbed6d71ef27464ce5367e041ff2329813c783a51a624538 -SIZE (xpi/firefox-45.1.0/dsb.xpi) = 463786 -SHA256 (xpi/firefox-45.1.0/el.xpi) = 5ec7b64200168b59dde23b41e44874f2a15f47ee160cf9d2e7b65a7ced08698c -SIZE (xpi/firefox-45.1.0/el.xpi) = 470862 -SHA256 (xpi/firefox-45.1.0/en-GB.xpi) = c856d0dedb73068d16b56db7706d6107f510dfe9649f0b878988b75fd8f4fc58 -SIZE (xpi/firefox-45.1.0/en-GB.xpi) = 423866 -SHA256 (xpi/firefox-45.1.0/en-US.xpi) = b21bee531e86c7e85c9c4a97e4ba4b2c7d061e44a7dbbdc23bcef57d897891c9 -SIZE (xpi/firefox-45.1.0/en-US.xpi) = 425464 -SHA256 (xpi/firefox-45.1.0/en-ZA.xpi) = 601cb03941023adcf1f22234c538912ad138629d24031266f4b7deaed2f47e8d -SIZE (xpi/firefox-45.1.0/en-ZA.xpi) = 420771 -SHA256 (xpi/firefox-45.1.0/eo.xpi) = 8f45bb2b8ac13d578e9ec410a1d05523ee5284409ac908c456109194a8d79d74 -SIZE (xpi/firefox-45.1.0/eo.xpi) = 440955 -SHA256 (xpi/firefox-45.1.0/es-AR.xpi) = 8017fa20fee5db586f654496e8779cbc3b7f0ce7ea710f8eeefb0e67c374d0b0 -SIZE (xpi/firefox-45.1.0/es-AR.xpi) = 441476 -SHA256 (xpi/firefox-45.1.0/es-CL.xpi) = 5d7b7d5c58198a61d13371d8e7cfd8a61b1b173e5c75e1595c68787f38fa2f92 -SIZE (xpi/firefox-45.1.0/es-CL.xpi) = 368759 -SHA256 (xpi/firefox-45.1.0/es-ES.xpi) = 422423e6a3c680daa70fb84bed3c671f8a754fa8c0f9957f0bbffe390042f476 -SIZE (xpi/firefox-45.1.0/es-ES.xpi) = 353710 -SHA256 (xpi/firefox-45.1.0/es-MX.xpi) = 02772e3581b82d298a3a42ba944fab64645516f2768353891ab7168882c0290e -SIZE (xpi/firefox-45.1.0/es-MX.xpi) = 449390 -SHA256 (xpi/firefox-45.1.0/et.xpi) = 47fe79a5b5a3ce60fc2df77170cad6f33a4cd45b46506f6994b5f3b9cd7d0cd5 -SIZE (xpi/firefox-45.1.0/et.xpi) = 433347 -SHA256 (xpi/firefox-45.1.0/eu.xpi) = 09ef21060722257a9c061f36f65ff264387572084cbb9df09ead920c81779956 -SIZE (xpi/firefox-45.1.0/eu.xpi) = 441352 -SHA256 (xpi/firefox-45.1.0/fa.xpi) = e66d551af1ab1d722c778c07164297fb1836b5e07013c4be94012ee7dddcba2f -SIZE (xpi/firefox-45.1.0/fa.xpi) = 491935 -SHA256 (xpi/firefox-45.1.0/ff.xpi) = d117e2390e6e5311b8e3fac85be71c090149d0b49f04f5a99a9ced3b853567b8 -SIZE (xpi/firefox-45.1.0/ff.xpi) = 441495 -SHA256 (xpi/firefox-45.1.0/fi.xpi) = 7fcfe60b776ce7beb4284d9ee026a4a845d76912be44a4e8868f01385fad568e -SIZE (xpi/firefox-45.1.0/fi.xpi) = 438343 -SHA256 (xpi/firefox-45.1.0/fr.xpi) = acf98ddd2d7900b378631f9f0debe5725ffbb6757bb12e8395c648b923a612b2 -SIZE (xpi/firefox-45.1.0/fr.xpi) = 450033 -SHA256 (xpi/firefox-45.1.0/fy-NL.xpi) = 631becc167f5ac36071a68124047638cdea99589ee7c8e44619e9630a8499d81 -SIZE (xpi/firefox-45.1.0/fy-NL.xpi) = 447773 -SHA256 (xpi/firefox-45.1.0/ga-IE.xpi) = 996f321a4706efbf0489ed0d4f834396758cece68ea51fcedb78c55f00e9c486 -SIZE (xpi/firefox-45.1.0/ga-IE.xpi) = 460050 -SHA256 (xpi/firefox-45.1.0/gd.xpi) = c691bc21f05f9e0b1cd8a00f60516ddad15240bc4eb314b025940e47d06140ec -SIZE (xpi/firefox-45.1.0/gd.xpi) = 449705 -SHA256 (xpi/firefox-45.1.0/gl.xpi) = d941d515af9a304579cf5f08719489ddcbdbfe7a63c3b6d65e02138084bbc3bd -SIZE (xpi/firefox-45.1.0/gl.xpi) = 434800 -SHA256 (xpi/firefox-45.1.0/gn.xpi) = 437b2b9885a8e3800435afd26e33638743cf300b66a9ee0b9e92566fc1419d7d -SIZE (xpi/firefox-45.1.0/gn.xpi) = 460642 -SHA256 (xpi/firefox-45.1.0/gu-IN.xpi) = 7fe25e9f20cdaaa10d5685303c69bdfdb42d677ace365933f6041d88a6298984 -SIZE (xpi/firefox-45.1.0/gu-IN.xpi) = 472561 -SHA256 (xpi/firefox-45.1.0/he.xpi) = 878cbe9aa34d1968a40b1abc8a43eb7bf75d2a1c85e13e77d45e79ad595552f1 -SIZE (xpi/firefox-45.1.0/he.xpi) = 454782 -SHA256 (xpi/firefox-45.1.0/hi-IN.xpi) = def808718637fb0a8f1ec842fa6187d7c6ccf33e77535d8d1a7e37045910767a -SIZE (xpi/firefox-45.1.0/hi-IN.xpi) = 486985 -SHA256 (xpi/firefox-45.1.0/hr.xpi) = 272881202ef43f0f686649bf5135c374d5cae28670aea2833a2d3c9414591578 -SIZE (xpi/firefox-45.1.0/hr.xpi) = 449065 -SHA256 (xpi/firefox-45.1.0/hsb.xpi) = 788e9d9a496663a81eda82af730a1db2228fcb3b5d4b9e04d7f28036c62fb2db -SIZE (xpi/firefox-45.1.0/hsb.xpi) = 461449 -SHA256 (xpi/firefox-45.1.0/hu.xpi) = 8ddefee5e3d9bb1f2983af3376f8247e3fcd38b1bd0136d82b1e7c610a87feba -SIZE (xpi/firefox-45.1.0/hu.xpi) = 449772 -SHA256 (xpi/firefox-45.1.0/hy-AM.xpi) = e54b4ea162145165b938cbd89d78e6817bed4bb92f252aa7cf380ad32f62b9e8 -SIZE (xpi/firefox-45.1.0/hy-AM.xpi) = 500035 -SHA256 (xpi/firefox-45.1.0/id.xpi) = 3792ff8654aaad501b523720a5ff250d41fed98b6105abfb5de198aa52e6e2ee -SIZE (xpi/firefox-45.1.0/id.xpi) = 427171 -SHA256 (xpi/firefox-45.1.0/is.xpi) = 742676e0207c26fc81a1ef89ddee5fa905dda343659cee879f5a192ce8951c87 -SIZE (xpi/firefox-45.1.0/is.xpi) = 443209 -SHA256 (xpi/firefox-45.1.0/it.xpi) = 781c48919f90a461d402936252dfd04cc449d20fcfdace5b3e2430dc76acc874 -SIZE (xpi/firefox-45.1.0/it.xpi) = 343720 -SHA256 (xpi/firefox-45.1.0/ja.xpi) = 5de75db5bb087a5032a5d8fbac727239639a5ec5a5544e5ad563c42d6cfaf1e2 -SIZE (xpi/firefox-45.1.0/ja.xpi) = 486325 -SHA256 (xpi/firefox-45.1.0/kk.xpi) = 64e3ccdaafca6d9127d0faa46c253342340ce0eacdbcc8e4176fcf0166e012a9 -SIZE (xpi/firefox-45.1.0/kk.xpi) = 498890 -SHA256 (xpi/firefox-45.1.0/km.xpi) = 8cd72b860d89103ec6f61f46137ada5f1b96047e70beb70e08b0fc5b97c3fe61 -SIZE (xpi/firefox-45.1.0/km.xpi) = 504298 -SHA256 (xpi/firefox-45.1.0/kn.xpi) = 8b5b90c613be9e2892f07795bcfed1a7d68c9105546836a678a230086f4cdc90 -SIZE (xpi/firefox-45.1.0/kn.xpi) = 495877 -SHA256 (xpi/firefox-45.1.0/ko.xpi) = 65cdc4462a2212e935b7309e047a2ad05ad34ff9921e958a2de7243c6a6650e6 -SIZE (xpi/firefox-45.1.0/ko.xpi) = 465285 -SHA256 (xpi/firefox-45.1.0/lij.xpi) = c7054361b75abe861dd365cf2cd6f98783326c6adc8756ba1d10e916095438f7 -SIZE (xpi/firefox-45.1.0/lij.xpi) = 381379 -SHA256 (xpi/firefox-45.1.0/lt.xpi) = 4c6c918deeab044783177cb7f0303269be16ff3cbf80c855786f71b2732a5cb9 -SIZE (xpi/firefox-45.1.0/lt.xpi) = 454674 -SHA256 (xpi/firefox-45.1.0/lv.xpi) = 647bcdf245353e7f22b04c387ae98bb0a4283f0555bd832c03abb5551fbc09d5 -SIZE (xpi/firefox-45.1.0/lv.xpi) = 445716 -SHA256 (xpi/firefox-45.1.0/mai.xpi) = 9cedbc11eaffb5968e33df27f47f67fb457bb7dc17ae142283f093f245c38e6d -SIZE (xpi/firefox-45.1.0/mai.xpi) = 492644 -SHA256 (xpi/firefox-45.1.0/mk.xpi) = 2e4fc67d1ed7564148851166d04787ce856445960849ac891982ab3c66da0ade -SIZE (xpi/firefox-45.1.0/mk.xpi) = 476389 -SHA256 (xpi/firefox-45.1.0/ml.xpi) = 9e7375141869b52cbdd7ef89a4dabc9b797d7b50632a7d9a8af72c780fb20f05 -SIZE (xpi/firefox-45.1.0/ml.xpi) = 498677 -SHA256 (xpi/firefox-45.1.0/mr.xpi) = c3d38c612d3aff7c4fd2f8bccd2b74176be0f0b0161781c5242dedbedb35c5f0 -SIZE (xpi/firefox-45.1.0/mr.xpi) = 503694 -SHA256 (xpi/firefox-45.1.0/ms.xpi) = 2875610734813bbbf52337bd3317768e82838dce14543333041648d0cc30b529 -SIZE (xpi/firefox-45.1.0/ms.xpi) = 440061 -SHA256 (xpi/firefox-45.1.0/nb-NO.xpi) = 9496e01cb9839677cb8051667acc2b6692f4663de532d13d72c31596e2fa0fac -SIZE (xpi/firefox-45.1.0/nb-NO.xpi) = 435466 -SHA256 (xpi/firefox-45.1.0/nl.xpi) = 3e7bcb94564cb01be83e12adc490001180f0cf666c6ce64691bd46fc1af4fd7f -SIZE (xpi/firefox-45.1.0/nl.xpi) = 435197 -SHA256 (xpi/firefox-45.1.0/nn-NO.xpi) = 55d754d238d3fb7834199879ea64667e11bdf14b291a715f34586090a8b75269 -SIZE (xpi/firefox-45.1.0/nn-NO.xpi) = 432929 -SHA256 (xpi/firefox-45.1.0/or.xpi) = 07d421f719bef417588838d668ea50f28853c8b05f0197334dd48df982102813 -SIZE (xpi/firefox-45.1.0/or.xpi) = 495917 -SHA256 (xpi/firefox-45.1.0/pa-IN.xpi) = 909c16142442a4f0cd83a0b4da87ce52fd339fba740b008227b143c3cb90dec1 -SIZE (xpi/firefox-45.1.0/pa-IN.xpi) = 489546 -SHA256 (xpi/firefox-45.1.0/pl.xpi) = d79512a921f3137ec393882af23ac4060a5e058fff0b23466750c3a921b12396 -SIZE (xpi/firefox-45.1.0/pl.xpi) = 383924 -SHA256 (xpi/firefox-45.1.0/pt-BR.xpi) = fc299a8c1552ac2008a2a4cb5fe8b0fb2285e8f0cf92df541a309da3bb08219d -SIZE (xpi/firefox-45.1.0/pt-BR.xpi) = 450986 -SHA256 (xpi/firefox-45.1.0/pt-PT.xpi) = 388de1d5ec25349f7d0b59bb8d0817ab7031821f23591692debeaf06d130ad23 -SIZE (xpi/firefox-45.1.0/pt-PT.xpi) = 437017 -SHA256 (xpi/firefox-45.1.0/rm.xpi) = 2a1185afca7aebf2a236df616f8a7fada7829cce0ccbd7f0bab38b42ee6530c4 -SIZE (xpi/firefox-45.1.0/rm.xpi) = 437714 -SHA256 (xpi/firefox-45.1.0/ro.xpi) = f094b95572faf5415ce7cd1073830d6c1e82e09b305478a70322f3485276c8f8 -SIZE (xpi/firefox-45.1.0/ro.xpi) = 444056 -SHA256 (xpi/firefox-45.1.0/ru.xpi) = 7e2c2f27b273077193b9a2eee3581e324201ea2b8119960ead943c4bad895441 -SIZE (xpi/firefox-45.1.0/ru.xpi) = 392734 -SHA256 (xpi/firefox-45.1.0/si.xpi) = 87d5c084c8c9ee2949e9703bf59163f03400b466b83722ee3dd9e3a114bc4f8b -SIZE (xpi/firefox-45.1.0/si.xpi) = 482242 -SHA256 (xpi/firefox-45.1.0/sk.xpi) = b9770ec13612263736b1c59063e644f5c78dedf25b43b66339107ee1c5fd5a9d -SIZE (xpi/firefox-45.1.0/sk.xpi) = 453603 -SHA256 (xpi/firefox-45.1.0/sl.xpi) = 1b7a5c66c37c4cc7900cd4fc97c019c166b1cdd974846d685179f84733fb92f8 -SIZE (xpi/firefox-45.1.0/sl.xpi) = 444960 -SHA256 (xpi/firefox-45.1.0/son.xpi) = f1782e9086ea8a52c3f0c66b4d315b086bd75b649c539e88d389943a051c4457 -SIZE (xpi/firefox-45.1.0/son.xpi) = 433509 -SHA256 (xpi/firefox-45.1.0/sq.xpi) = ff807f114438782bc017869b6a4e4cc2c323cabc09ad9a47094bed7736382897 -SIZE (xpi/firefox-45.1.0/sq.xpi) = 452182 -SHA256 (xpi/firefox-45.1.0/sr.xpi) = 24f3be1c5751a1283e14ebbb33c73951371c2f0715a1fece502f03d6dd5cef87 -SIZE (xpi/firefox-45.1.0/sr.xpi) = 464474 -SHA256 (xpi/firefox-45.1.0/sv-SE.xpi) = f0f0d1f0217cdbf6d919ad5731c6f6492c30c059fd4ece63ec59f44a61742e45 -SIZE (xpi/firefox-45.1.0/sv-SE.xpi) = 444208 -SHA256 (xpi/firefox-45.1.0/ta.xpi) = 5803307096dc644cbb282c42e8d041451899dacbd052a68b2f2d044b425e23bd -SIZE (xpi/firefox-45.1.0/ta.xpi) = 483114 -SHA256 (xpi/firefox-45.1.0/te.xpi) = 2ad70721fa4b4b2b67bdce70760b72f2d9c32a79e4bda2563aa5a6a5c9758395 -SIZE (xpi/firefox-45.1.0/te.xpi) = 492465 -SHA256 (xpi/firefox-45.1.0/th.xpi) = 0ba903ee3607ba6bc76c39a1ea855e3e0eec9b0af91beced08136def0138949a -SIZE (xpi/firefox-45.1.0/th.xpi) = 477644 -SHA256 (xpi/firefox-45.1.0/tr.xpi) = cf86e15a1c0547f891121d9cadce25cd3be09d35c1e2f998a2809e7f66241e3d -SIZE (xpi/firefox-45.1.0/tr.xpi) = 451160 -SHA256 (xpi/firefox-45.1.0/uk.xpi) = d9b9493fa0da79fdd86c043c455b7626312246ed5c3b1a82052b79a3231d25b7 -SIZE (xpi/firefox-45.1.0/uk.xpi) = 494776 -SHA256 (xpi/firefox-45.1.0/uz.xpi) = e33398c14c24241c412fd22b46eaa3e2f78cb36e26a9ee02fe2aacc881cc3aa6 -SIZE (xpi/firefox-45.1.0/uz.xpi) = 443798 -SHA256 (xpi/firefox-45.1.0/vi.xpi) = 842a43a616f2a5ea0ad6963fe21fb2d3b25b98612a21be629adbb74301dec67a -SIZE (xpi/firefox-45.1.0/vi.xpi) = 450774 -SHA256 (xpi/firefox-45.1.0/xh.xpi) = 24f08d22e7d90f211a005b7c6f5580512268088c046b452052e62102b6e4acf1 -SIZE (xpi/firefox-45.1.0/xh.xpi) = 432913 -SHA256 (xpi/firefox-45.1.0/zh-CN.xpi) = 5532eaf005914abca2e28a9c455029a98357bd17b305a0460e020ca37f4fd864 -SIZE (xpi/firefox-45.1.0/zh-CN.xpi) = 475791 -SHA256 (xpi/firefox-45.1.0/zh-TW.xpi) = 5127eb60caead072b71dac2a3a75a0b28fc85f7532ef78f75e4bd834557a0aab -SIZE (xpi/firefox-45.1.0/zh-TW.xpi) = 466524 +SHA256 (xpi/firefox-45.1.1/ach.xpi) = d83055ca8b37a345abc83272fcdb98fd12282152763157589a975ecf4f7a17fa +SIZE (xpi/firefox-45.1.1/ach.xpi) = 426525 +SHA256 (xpi/firefox-45.1.1/af.xpi) = dd994cf4e196ba8928018fdff624b448efd7519560b1bed09aaa61fe740bc04e +SIZE (xpi/firefox-45.1.1/af.xpi) = 439350 +SHA256 (xpi/firefox-45.1.1/an.xpi) = 5b924b7b5893f770c23e7a3c5cf20759f6039d89a7336ca8fc0a93ca119f81c4 +SIZE (xpi/firefox-45.1.1/an.xpi) = 449031 +SHA256 (xpi/firefox-45.1.1/ar.xpi) = e31158a718f2456a5476e3cf40d3230e5661a59ffd52b7c831f23759d1ea3b31 +SIZE (xpi/firefox-45.1.1/ar.xpi) = 474955 +SHA256 (xpi/firefox-45.1.1/as.xpi) = 09aba7093334335f399eed15b3827697a1f66052602af842b61b8fe870e2b5a6 +SIZE (xpi/firefox-45.1.1/as.xpi) = 483091 +SHA256 (xpi/firefox-45.1.1/ast.xpi) = 5b03cfd06270a6f80e77935fdca231b4089e806cc244f83c6a4886ed908152b6 +SIZE (xpi/firefox-45.1.1/ast.xpi) = 419244 +SHA256 (xpi/firefox-45.1.1/az.xpi) = 56a3a2c8ccd8afbbd9c272f8b12f4bb7b2b4bc072828c3a2e8e98ffeae61fa07 +SIZE (xpi/firefox-45.1.1/az.xpi) = 464013 +SHA256 (xpi/firefox-45.1.1/be.xpi) = ee66ead5c254eec4cc7400ba0f29772cc76ada94542442c47668e885b75146cd +SIZE (xpi/firefox-45.1.1/be.xpi) = 442615 +SHA256 (xpi/firefox-45.1.1/bg.xpi) = 2f97043dbe9d611da03f92780d40c9c6925153c584c0a01241289e3aeef42336 +SIZE (xpi/firefox-45.1.1/bg.xpi) = 460803 +SHA256 (xpi/firefox-45.1.1/bn-BD.xpi) = 164c51026a76126f225c0e626788bf1a17ce79cb0921e9920fd18bc19765bcfe +SIZE (xpi/firefox-45.1.1/bn-BD.xpi) = 515638 +SHA256 (xpi/firefox-45.1.1/bn-IN.xpi) = 8adeb66997ba426da30c547366772d13daa7cad7e1afa84c91f0f8f48583dc01 +SIZE (xpi/firefox-45.1.1/bn-IN.xpi) = 494070 +SHA256 (xpi/firefox-45.1.1/br.xpi) = 9e4d131052a40f686783788517b21605832d4cb32acc5a7529a732ccbd646233 +SIZE (xpi/firefox-45.1.1/br.xpi) = 436387 +SHA256 (xpi/firefox-45.1.1/bs.xpi) = 26ff067f53933358ca06419059ccdc0178b1645b190db5c1069ccdcd5d28d088 +SIZE (xpi/firefox-45.1.1/bs.xpi) = 442991 +SHA256 (xpi/firefox-45.1.1/ca.xpi) = 55f09e4ffe22f0e17eec7f4e7ec6a0980beb77f785b38ea9bbd36a7252cea000 +SIZE (xpi/firefox-45.1.1/ca.xpi) = 436829 +SHA256 (xpi/firefox-45.1.1/cs.xpi) = f2a087e3d15cf9cebbaef4d8021d0cd57cbadbffdc4b3e8255e781048ae46079 +SIZE (xpi/firefox-45.1.1/cs.xpi) = 443479 +SHA256 (xpi/firefox-45.1.1/cy.xpi) = 83362ff6880072fe09ac17cf1c1c005b1585f5a3a0dc8d8346f64c86dc21951a +SIZE (xpi/firefox-45.1.1/cy.xpi) = 438904 +SHA256 (xpi/firefox-45.1.1/da.xpi) = 5e7ad2b10abcf56ee0e2571bd356369f9acbb9e8dd8a39d202da58d7efa514a3 +SIZE (xpi/firefox-45.1.1/da.xpi) = 430073 +SHA256 (xpi/firefox-45.1.1/de.xpi) = 53632d86e03b462a54afb5cb225db82e2f256f8439be0c41569154b9fc1d0897 +SIZE (xpi/firefox-45.1.1/de.xpi) = 445477 +SHA256 (xpi/firefox-45.1.1/dsb.xpi) = 146c7acc29ef17b8a128013b681a73b9932abd83a4f16facb6d564ffdf0eacbc +SIZE (xpi/firefox-45.1.1/dsb.xpi) = 463786 +SHA256 (xpi/firefox-45.1.1/el.xpi) = 708c7fa8e513f5c3c2dcf68b2f167c401fd084fa40a77c50fa4ad0c4208b3297 +SIZE (xpi/firefox-45.1.1/el.xpi) = 470861 +SHA256 (xpi/firefox-45.1.1/en-GB.xpi) = bc6e1b550c28e2de857afd19442a99d54e61419adcb6e9c558a319d52e95b7a2 +SIZE (xpi/firefox-45.1.1/en-GB.xpi) = 423865 +SHA256 (xpi/firefox-45.1.1/en-US.xpi) = 8cf66fdf60c680886a6679e36178d2800a66b4958c9c1b530e39875ab97fe4b8 +SIZE (xpi/firefox-45.1.1/en-US.xpi) = 425464 +SHA256 (xpi/firefox-45.1.1/en-ZA.xpi) = 37e00a701eabae66fd8bd348e94f6ffdf381a0e1d82a1138f0780e9d7260d53f +SIZE (xpi/firefox-45.1.1/en-ZA.xpi) = 420770 +SHA256 (xpi/firefox-45.1.1/eo.xpi) = 40b05996c059a9192cfcc328b1e21535f04ff487402eae31d4c1e5da11a89ecf +SIZE (xpi/firefox-45.1.1/eo.xpi) = 440955 +SHA256 (xpi/firefox-45.1.1/es-AR.xpi) = 8738b135c875ccead5705faa6430d8fc514675e5fceae6b46a72905b19031c81 +SIZE (xpi/firefox-45.1.1/es-AR.xpi) = 441477 +SHA256 (xpi/firefox-45.1.1/es-CL.xpi) = f9e2d636093aacd073318ca937baa90acac5ca5454e01068d274026065e0360b +SIZE (xpi/firefox-45.1.1/es-CL.xpi) = 368759 +SHA256 (xpi/firefox-45.1.1/es-ES.xpi) = d5cbdd9d45c507c3d6727749eccead5c246674a8ba935be0006ac88bff086c48 +SIZE (xpi/firefox-45.1.1/es-ES.xpi) = 353711 +SHA256 (xpi/firefox-45.1.1/es-MX.xpi) = ae5d50462d73824068acd0c1cc790f27d72e211cdeed6030b0bbbc32f098ada2 +SIZE (xpi/firefox-45.1.1/es-MX.xpi) = 449390 +SHA256 (xpi/firefox-45.1.1/et.xpi) = 9270f2850624c80b06f462ab38e36588d7a7cf9c2043a956bc72e1a78fe196e5 +SIZE (xpi/firefox-45.1.1/et.xpi) = 433347 +SHA256 (xpi/firefox-45.1.1/eu.xpi) = 1ede6524e697b29a6b309179dec0b6492cff485b62e3a00df281510f994c7b03 +SIZE (xpi/firefox-45.1.1/eu.xpi) = 441352 +SHA256 (xpi/firefox-45.1.1/fa.xpi) = d3b5580b8080022fbb1863f959d40e14c3e9e143b33b8a0436e282a8f8030dd3 +SIZE (xpi/firefox-45.1.1/fa.xpi) = 491936 +SHA256 (xpi/firefox-45.1.1/ff.xpi) = fab5cde7546ae3ff7a5c166018246e5c9ccc4270775a916dd0df56063862151a +SIZE (xpi/firefox-45.1.1/ff.xpi) = 441494 +SHA256 (xpi/firefox-45.1.1/fi.xpi) = f2f9060386db9a14840f42cc0c298bf17eee0662472bbac90be6733fad246ce9 +SIZE (xpi/firefox-45.1.1/fi.xpi) = 438343 +SHA256 (xpi/firefox-45.1.1/fr.xpi) = 7f40ec62c37479a1493c78a54a82b9d333f2991888b61f72e24074eedbe44a34 +SIZE (xpi/firefox-45.1.1/fr.xpi) = 450032 +SHA256 (xpi/firefox-45.1.1/fy-NL.xpi) = d72cee29697aa248b5aae12b9ef09a09e28ef375029be4c1a673265ddc7ab25d +SIZE (xpi/firefox-45.1.1/fy-NL.xpi) = 447773 +SHA256 (xpi/firefox-45.1.1/ga-IE.xpi) = 5e1dad1f15e5b9aae87d147b1467aa345f3e15594de6e21b19ba5a2ce7302679 +SIZE (xpi/firefox-45.1.1/ga-IE.xpi) = 460050 +SHA256 (xpi/firefox-45.1.1/gd.xpi) = 7fb26a668acc2c0c6da4264bfd1c8b5c3377ccd61037560a617d5005064bfd81 +SIZE (xpi/firefox-45.1.1/gd.xpi) = 449705 +SHA256 (xpi/firefox-45.1.1/gl.xpi) = bcca0faeb5266d16040880daa5a083616bee93ed8077b42eff2368d583fa47d0 +SIZE (xpi/firefox-45.1.1/gl.xpi) = 434799 +SHA256 (xpi/firefox-45.1.1/gn.xpi) = 7ad0548c25d0858d0694996bfcaa132771edd6ab026f214d79c8852bd9ade6c0 +SIZE (xpi/firefox-45.1.1/gn.xpi) = 460643 +SHA256 (xpi/firefox-45.1.1/gu-IN.xpi) = b5c344b9e6f750b0b63c35dc279982ce2294cce3a5275e44741da66abc320193 +SIZE (xpi/firefox-45.1.1/gu-IN.xpi) = 472562 +SHA256 (xpi/firefox-45.1.1/he.xpi) = d4814f3dac155439a6ce2488bf19e0fd70a2ed85989f5699519a33174359677b +SIZE (xpi/firefox-45.1.1/he.xpi) = 454782 +SHA256 (xpi/firefox-45.1.1/hi-IN.xpi) = d5b71557d0e40e9ee3d79aa1e2ce0b3af34df6d85d68b7ac52d4a67ee644f068 +SIZE (xpi/firefox-45.1.1/hi-IN.xpi) = 486986 +SHA256 (xpi/firefox-45.1.1/hr.xpi) = 476ee9610d7002551c1a81a00fe0caa47c30b02bc3478562ed3e96fc9539a485 +SIZE (xpi/firefox-45.1.1/hr.xpi) = 449063 +SHA256 (xpi/firefox-45.1.1/hsb.xpi) = e949a95ed6788525b3bae044e45fc22fac45ba09e33c2de63776fa168f6c51c2 +SIZE (xpi/firefox-45.1.1/hsb.xpi) = 461453 +SHA256 (xpi/firefox-45.1.1/hu.xpi) = eb2b2d2b59b9fdf25f30596b4ee2262d4756e1324daa507901e197e208542bcc +SIZE (xpi/firefox-45.1.1/hu.xpi) = 449772 +SHA256 (xpi/firefox-45.1.1/hy-AM.xpi) = ab5db1d2d6b18df71757420c5d77178adfdedc9779e7c944bd2221279fd83085 +SIZE (xpi/firefox-45.1.1/hy-AM.xpi) = 500035 +SHA256 (xpi/firefox-45.1.1/id.xpi) = 719dc2d7875378d2eafb950c50a720d15a2c104840bc7fcfe53a1f6d75cfadb7 +SIZE (xpi/firefox-45.1.1/id.xpi) = 427171 +SHA256 (xpi/firefox-45.1.1/is.xpi) = 81a974a7a697aa07c691a9b9498a2190e00f27f2cc9a5a2190d5af8facf9034c +SIZE (xpi/firefox-45.1.1/is.xpi) = 443209 +SHA256 (xpi/firefox-45.1.1/it.xpi) = a6352ff97bd2bf30b34a5031ae8fb4754ff7cd5fecab22eb9681a9e366b1276d +SIZE (xpi/firefox-45.1.1/it.xpi) = 343721 +SHA256 (xpi/firefox-45.1.1/ja.xpi) = 3ed23a89edd79b14350ba6dac759aa2c53b4b80914430854a774e0a407c2f6d5 +SIZE (xpi/firefox-45.1.1/ja.xpi) = 486326 +SHA256 (xpi/firefox-45.1.1/kk.xpi) = e97977832c4163b1041b3c74885ede4dc866cdd666315c38b1cd14838e9e197f +SIZE (xpi/firefox-45.1.1/kk.xpi) = 498890 +SHA256 (xpi/firefox-45.1.1/km.xpi) = fac7e5eef4b9f3eef29c190e26e8907b42b2513933d3a9ff14820205376fbf46 +SIZE (xpi/firefox-45.1.1/km.xpi) = 504297 +SHA256 (xpi/firefox-45.1.1/kn.xpi) = e93c5157c2e8da41118164f872498a488c870add2f5bd51d44b0d4c429fd5be0 +SIZE (xpi/firefox-45.1.1/kn.xpi) = 495877 +SHA256 (xpi/firefox-45.1.1/ko.xpi) = dbabcbf7eb3c91135c878f2fc60fef425a49d44802f77ae390623fe9fcc7d998 +SIZE (xpi/firefox-45.1.1/ko.xpi) = 465285 +SHA256 (xpi/firefox-45.1.1/lij.xpi) = 3602d267fd9dc509a82503aba560b897c832d4b7b77a239c375725d5276cce64 +SIZE (xpi/firefox-45.1.1/lij.xpi) = 381382 +SHA256 (xpi/firefox-45.1.1/lt.xpi) = 03aaf4c628851b180dcee65339149f3c988dd95364eab664e49e40add844b805 +SIZE (xpi/firefox-45.1.1/lt.xpi) = 454675 +SHA256 (xpi/firefox-45.1.1/lv.xpi) = 2e39a7fb32c349fc0305e42da6e0abaeba276f8ed870e024e54e13c457dfd318 +SIZE (xpi/firefox-45.1.1/lv.xpi) = 445716 +SHA256 (xpi/firefox-45.1.1/mai.xpi) = 7e575105a99b516cce1eeba46e55180e5606175ed42e187e6088c9aa0b4c867d +SIZE (xpi/firefox-45.1.1/mai.xpi) = 492643 +SHA256 (xpi/firefox-45.1.1/mk.xpi) = 84f6bbaea802d5cdb65cc42386e92e80c6e0f6a4da97c501eb6c0ec649ac7f9c +SIZE (xpi/firefox-45.1.1/mk.xpi) = 476389 +SHA256 (xpi/firefox-45.1.1/ml.xpi) = 53398c5163ab97bc87c396ce731883da3de060c4a18bbdb5f0daa88d2313538b +SIZE (xpi/firefox-45.1.1/ml.xpi) = 498677 +SHA256 (xpi/firefox-45.1.1/mr.xpi) = 7e450bc14788fa5a59533289a98c81d44e1dc159484f6c86c6dbcb1e2d370699 +SIZE (xpi/firefox-45.1.1/mr.xpi) = 503695 +SHA256 (xpi/firefox-45.1.1/ms.xpi) = e4cf31c4086c81affb738e42d4f6acc0ef54e855dce92dab0df348d49d0760de +SIZE (xpi/firefox-45.1.1/ms.xpi) = 440061 +SHA256 (xpi/firefox-45.1.1/nb-NO.xpi) = 0001e6a8fdf69acea398930e331ef0c22706d1e853e7a345c1f0ddb47d39185c +SIZE (xpi/firefox-45.1.1/nb-NO.xpi) = 435466 +SHA256 (xpi/firefox-45.1.1/nl.xpi) = 5133bf601b0bbe8a5378cf2086f0196dabc46567c5e906115a7361d6467c840a +SIZE (xpi/firefox-45.1.1/nl.xpi) = 435198 +SHA256 (xpi/firefox-45.1.1/nn-NO.xpi) = ae7f0431315024ec41c69893dc8c0c231f1cdb1f7331bd86101c0fc43314a126 +SIZE (xpi/firefox-45.1.1/nn-NO.xpi) = 432930 +SHA256 (xpi/firefox-45.1.1/or.xpi) = a6ceb9afd32665e3ab6ee262809f35714d45f54f6c12f26b03a0d4c63de22cb9 +SIZE (xpi/firefox-45.1.1/or.xpi) = 495918 +SHA256 (xpi/firefox-45.1.1/pa-IN.xpi) = d44be9e06234d1be404335bfe7c5aeecc9ccb3e62aaa82e14422f8b072e4c6dd +SIZE (xpi/firefox-45.1.1/pa-IN.xpi) = 489546 +SHA256 (xpi/firefox-45.1.1/pl.xpi) = 543d72ff9f59cc1eacf0fc5b5bede92ae09abfd33946de214a0cff18d7161621 +SIZE (xpi/firefox-45.1.1/pl.xpi) = 383925 +SHA256 (xpi/firefox-45.1.1/pt-BR.xpi) = 4e2866a37ad4aff1376e13b6559acbfad3266259daf9b296505780f73af0085c +SIZE (xpi/firefox-45.1.1/pt-BR.xpi) = 450986 +SHA256 (xpi/firefox-45.1.1/pt-PT.xpi) = 1b7a6eaffc5282dcbeb8de95a79aee457c6dd2be9000410245a8e6131756bea6 +SIZE (xpi/firefox-45.1.1/pt-PT.xpi) = 437018 +SHA256 (xpi/firefox-45.1.1/rm.xpi) = cf1dcaddda433c7419b67456133ab9a1db4464a7d7481d7622679e047af99d8e +SIZE (xpi/firefox-45.1.1/rm.xpi) = 437714 +SHA256 (xpi/firefox-45.1.1/ro.xpi) = 501da53fdd20aaafc736509e5efc46df07c1612949dfcf7099143d4783b6d03a +SIZE (xpi/firefox-45.1.1/ro.xpi) = 444056 +SHA256 (xpi/firefox-45.1.1/ru.xpi) = 789e501b0b548f442edbd5068d22248e69aabea2ffc527c21eae4ed26eab6f75 +SIZE (xpi/firefox-45.1.1/ru.xpi) = 392734 +SHA256 (xpi/firefox-45.1.1/si.xpi) = 61dd114357a8e515f88c5c1552f4520c246b3c5410ed0b7f8d5d88bc631c5c1a +SIZE (xpi/firefox-45.1.1/si.xpi) = 482242 +SHA256 (xpi/firefox-45.1.1/sk.xpi) = 2366d4536443d89807e7a089ec3b2efd1ff40d2d45343bb070eab0a6644f69e2 +SIZE (xpi/firefox-45.1.1/sk.xpi) = 453602 +SHA256 (xpi/firefox-45.1.1/sl.xpi) = 48ff2e41664ae674d40b377d8d0c88b5e66cd094928f0a62dccff47ababf155c +SIZE (xpi/firefox-45.1.1/sl.xpi) = 444959 +SHA256 (xpi/firefox-45.1.1/son.xpi) = abb8e49455d60d8e250ec2ea16b5f1e2137bf55e98cff70c2f506d29fe32065c +SIZE (xpi/firefox-45.1.1/son.xpi) = 433510 +SHA256 (xpi/firefox-45.1.1/sq.xpi) = 854e5e89707d0e190321c84dde2053022859cdcf44e765be1f3a3f02fe300e0e +SIZE (xpi/firefox-45.1.1/sq.xpi) = 452183 +SHA256 (xpi/firefox-45.1.1/sr.xpi) = 9882dff840c774a92b2c5b704488d284da11b0ed730fc2a5146d139e9ca9520e +SIZE (xpi/firefox-45.1.1/sr.xpi) = 464474 +SHA256 (xpi/firefox-45.1.1/sv-SE.xpi) = dfabb4ac996e9023dff676621be12f2a9908f965c015b6776780bb1257456c74 +SIZE (xpi/firefox-45.1.1/sv-SE.xpi) = 444209 +SHA256 (xpi/firefox-45.1.1/ta.xpi) = 1fdd03dd1af63c4c7fa47b2c011e508699cb293618ef3103f9c464a2fbb09bf7 +SIZE (xpi/firefox-45.1.1/ta.xpi) = 483115 +SHA256 (xpi/firefox-45.1.1/te.xpi) = dbd40c37d1cfbdb2a20608ad5ca43cfd3e63b70cd0f6ae4b6def37e0867f792a +SIZE (xpi/firefox-45.1.1/te.xpi) = 492463 +SHA256 (xpi/firefox-45.1.1/th.xpi) = 44b610ec4753c587275a67f90679782d482de7901911d439bdf1f85be2ba1ac1 +SIZE (xpi/firefox-45.1.1/th.xpi) = 477645 +SHA256 (xpi/firefox-45.1.1/tr.xpi) = 12875bf1f2fe0e59b9072d898513da94391cdf0d2b00841edda12d62bbe49bc5 +SIZE (xpi/firefox-45.1.1/tr.xpi) = 451160 +SHA256 (xpi/firefox-45.1.1/uk.xpi) = 8a6ab975de9e7705fb397e6375d5f8a7652eebfe8ac5eb321bad724b7c2531bd +SIZE (xpi/firefox-45.1.1/uk.xpi) = 494777 +SHA256 (xpi/firefox-45.1.1/uz.xpi) = 55be80aeec41b284a5ac60a290f23c76c08d621c37281c7bf23e05deb42cd567 +SIZE (xpi/firefox-45.1.1/uz.xpi) = 443798 +SHA256 (xpi/firefox-45.1.1/vi.xpi) = 9c2530a840975d755bc7571bbb1e012159d50b834fc85b00833c9305a39d3729 +SIZE (xpi/firefox-45.1.1/vi.xpi) = 450775 +SHA256 (xpi/firefox-45.1.1/xh.xpi) = 8f7eabfe6f34624ce419da4e43a7a00dbad3298badb56119abee6b425466321a +SIZE (xpi/firefox-45.1.1/xh.xpi) = 432914 +SHA256 (xpi/firefox-45.1.1/zh-CN.xpi) = bcc5929c954fdabc359768309d90cce3a929d58313f2aba24d08d50f8abd2ab3 +SIZE (xpi/firefox-45.1.1/zh-CN.xpi) = 475791 +SHA256 (xpi/firefox-45.1.1/zh-TW.xpi) = 8eec6417d7c44b44669a8c5901adfdd6f9ea8115e6a4fa773a3ac4bf2b36e975 +SIZE (xpi/firefox-45.1.1/zh-TW.xpi) = 466525 Modified: branches/2016Q2/www/firefox-esr/Makefile ============================================================================== --- branches/2016Q2/www/firefox-esr/Makefile Wed May 4 12:30:06 2016 (r414599) +++ branches/2016Q2/www/firefox-esr/Makefile Wed May 4 12:41:08 2016 (r414600) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 45.1.0 +DISTVERSION= 45.1.1 DISTVERSIONSUFFIX=esr.source -PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ Modified: branches/2016Q2/www/firefox-esr/distinfo ============================================================================== --- branches/2016Q2/www/firefox-esr/distinfo Wed May 4 12:30:06 2016 (r414599) +++ branches/2016Q2/www/firefox-esr/distinfo Wed May 4 12:41:08 2016 (r414600) @@ -1,2 +1,2 @@ -SHA256 (firefox-45.1.0esr.source.tar.xz) = 8bdc4a0f6d0ca4f28e888ca0044ba735ddc78302820b5ffcc25cd65064ff40a1 -SIZE (firefox-45.1.0esr.source.tar.xz) = 184373664 +SHA256 (firefox-45.1.1esr.source.tar.xz) = a27e36aa1ccebddfe5a113f7f15b09a61e35644be58029b00b0d996a00d04562 +SIZE (firefox-45.1.1esr.source.tar.xz) = 184360800 Modified: branches/2016Q2/www/firefox-i18n/Makefile ============================================================================== --- branches/2016Q2/www/firefox-i18n/Makefile Wed May 4 12:30:06 2016 (r414599) +++ branches/2016Q2/www/firefox-i18n/Makefile Wed May 4 12:41:08 2016 (r414600) @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= firefox-i18n -PORTVERSION= 46.0 -PORTREVISION= 1 +PORTVERSION= 46.0.1 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-i686/xpi \ - MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build5/linux-i686/xpi + MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build1/linux-i686/xpi PKGNAMEPREFIX= DISTFILES= ${FIREFOX_I18N_:S/$/.xpi/} DIST_SUBDIR= xpi/${DISTNAME} Modified: branches/2016Q2/www/firefox-i18n/distinfo ============================================================================== --- branches/2016Q2/www/firefox-i18n/distinfo Wed May 4 12:30:06 2016 (r414599) +++ branches/2016Q2/www/firefox-i18n/distinfo Wed May 4 12:41:08 2016 (r414600) @@ -1,178 +1,178 @@ -SHA256 (xpi/firefox-i18n-46.0/ach.xpi) = fed4c0742afbe72822697145f45fd724146bf49ea2cdc938fdeca4e69ca7261d -SIZE (xpi/firefox-i18n-46.0/ach.xpi) = 430443 -SHA256 (xpi/firefox-i18n-46.0/af.xpi) = 46b12db3f2d6ba7cf897323a2ecd5d9ba249f5081f1663c6d3b802d6d038ddb7 -SIZE (xpi/firefox-i18n-46.0/af.xpi) = 437789 -SHA256 (xpi/firefox-i18n-46.0/an.xpi) = 611ea5d95e608fd636093c58923397d13e81b2ea9aad6f613c7811e944837d03 -SIZE (xpi/firefox-i18n-46.0/an.xpi) = 447582 -SHA256 (xpi/firefox-i18n-46.0/ar.xpi) = 9385a0ef670e4c3233d76baab390af50c52fcac14522a4748e5225528cce1444 -SIZE (xpi/firefox-i18n-46.0/ar.xpi) = 473522 -SHA256 (xpi/firefox-i18n-46.0/as.xpi) = 6f11023309830b6f23d122d9e0b96d552a4a618a3464ec21d427b2a5445390fe -SIZE (xpi/firefox-i18n-46.0/as.xpi) = 485694 -SHA256 (xpi/firefox-i18n-46.0/ast.xpi) = b474df8eed6bc429152cd76a35a5c5e138ff79657abfb02ca1e95251dba43410 -SIZE (xpi/firefox-i18n-46.0/ast.xpi) = 421892 -SHA256 (xpi/firefox-i18n-46.0/az.xpi) = 53a87320e345eff5df43e7986f19da7b4edcb5b24d160098343793575b4bf37c -SIZE (xpi/firefox-i18n-46.0/az.xpi) = 458474 -SHA256 (xpi/firefox-i18n-46.0/be.xpi) = ecc4a15a4de606cea61314d7d16470f8f25415689f35a286044ed406237b8132 -SIZE (xpi/firefox-i18n-46.0/be.xpi) = 447214 -SHA256 (xpi/firefox-i18n-46.0/bg.xpi) = eb3841f86515949df9a9f6ebb94b529ad21915eb7ef3fa436f1185feaf9ed093 -SIZE (xpi/firefox-i18n-46.0/bg.xpi) = 485175 -SHA256 (xpi/firefox-i18n-46.0/bn-BD.xpi) = a4f5d8cc8662399b2ef99172cc65d48c19660c7d8f6c022888f20e4b936d8aaf -SIZE (xpi/firefox-i18n-46.0/bn-BD.xpi) = 514991 -SHA256 (xpi/firefox-i18n-46.0/bn-IN.xpi) = 6c1767e4830af887b044437a06521a05ecb6433e38729021eb17075118f12310 -SIZE (xpi/firefox-i18n-46.0/bn-IN.xpi) = 511116 -SHA256 (xpi/firefox-i18n-46.0/br.xpi) = f7aaa06e800816ea4051fd2ebdb2df8dc08e4a336f966b91f667a3c1cd6332cf -SIZE (xpi/firefox-i18n-46.0/br.xpi) = 434620 -SHA256 (xpi/firefox-i18n-46.0/bs.xpi) = 164e8f0bd85aeda4d06a10f71224e5c934474c94f0758d6421eedf9d8141e3d8 -SIZE (xpi/firefox-i18n-46.0/bs.xpi) = 441621 -SHA256 (xpi/firefox-i18n-46.0/ca.xpi) = d6bfb1a3a352cf7f5b9359aa79e3e8524c62308a3f693d2371a8d0202478aae5 -SIZE (xpi/firefox-i18n-46.0/ca.xpi) = 439859 -SHA256 (xpi/firefox-i18n-46.0/cs.xpi) = e8c4fc6792b12c074e2faa2e5aba3a4ebe52afe9c16c22785ada5796c6e1bba9 -SIZE (xpi/firefox-i18n-46.0/cs.xpi) = 442444 -SHA256 (xpi/firefox-i18n-46.0/cy.xpi) = f1e2139c07a6520a2b73258e45b7f74744b7863787ed2e629f29fa65180cf2ff -SIZE (xpi/firefox-i18n-46.0/cy.xpi) = 437876 -SHA256 (xpi/firefox-i18n-46.0/da.xpi) = b12d113a3d9d6dae0b7b7cf4e8e0e1e3fbc83bcb7527803d76940ee43bf90929 -SIZE (xpi/firefox-i18n-46.0/da.xpi) = 428341 -SHA256 (xpi/firefox-i18n-46.0/de.xpi) = b14c26fc8793d60fd1098f2f8caf0d26fde877d9ac736ba6e541725446135b2a -SIZE (xpi/firefox-i18n-46.0/de.xpi) = 444268 -SHA256 (xpi/firefox-i18n-46.0/dsb.xpi) = a599a59056d86ad68b3c248525b3f4986e28d98b060d21d94fad6e813320bff1 -SIZE (xpi/firefox-i18n-46.0/dsb.xpi) = 462489 -SHA256 (xpi/firefox-i18n-46.0/el.xpi) = b778555f9cc12ff1beeea8cd2ce6049d8410df8cb283aa7b9b58a17d226fa6b5 -SIZE (xpi/firefox-i18n-46.0/el.xpi) = 473311 -SHA256 (xpi/firefox-i18n-46.0/en-GB.xpi) = c4714ff0d8750378461d150222716659cc95827344d2653ef87a59d595671ad1 -SIZE (xpi/firefox-i18n-46.0/en-GB.xpi) = 421832 -SHA256 (xpi/firefox-i18n-46.0/en-ZA.xpi) = 978f834143a5179418641acc06553103589adea8d0e6b6b393a09a319b1217ea -SIZE (xpi/firefox-i18n-46.0/en-ZA.xpi) = 411466 -SHA256 (xpi/firefox-i18n-46.0/eo.xpi) = 4a064487f8e71b4572c087d16ce4b43059ad74171173e68bb93c0e433160c942 -SIZE (xpi/firefox-i18n-46.0/eo.xpi) = 438143 -SHA256 (xpi/firefox-i18n-46.0/es-AR.xpi) = 29545eb48f7bd0c271de03fddf75ff5a25787b214480ed248584eefb242fa28f -SIZE (xpi/firefox-i18n-46.0/es-AR.xpi) = 439950 -SHA256 (xpi/firefox-i18n-46.0/es-CL.xpi) = 58bbe653ff54178b1b774333acc784b4f7e44d23c06ab3d280a618eb44919829 -SIZE (xpi/firefox-i18n-46.0/es-CL.xpi) = 369969 -SHA256 (xpi/firefox-i18n-46.0/es-ES.xpi) = 26d03abea3ef085ae8f58c2a8585b3c4f373a1966e3ac0150e9ee126e44b091c -SIZE (xpi/firefox-i18n-46.0/es-ES.xpi) = 351180 -SHA256 (xpi/firefox-i18n-46.0/es-MX.xpi) = b13a25a3f73308e70c4f9b27dd5991ea0abaeb35e2ca4eaec62485673b5d239a -SIZE (xpi/firefox-i18n-46.0/es-MX.xpi) = 447979 -SHA256 (xpi/firefox-i18n-46.0/et.xpi) = 0c44f7f904eecfddfca3b230960698d1354194c9d61f16275efc8f1fba136a18 -SIZE (xpi/firefox-i18n-46.0/et.xpi) = 431024 -SHA256 (xpi/firefox-i18n-46.0/eu.xpi) = 4205ce50589d7c13668db050a46e3d51e99848d9cf56ccee8d963c9e82984ae4 -SIZE (xpi/firefox-i18n-46.0/eu.xpi) = 439771 -SHA256 (xpi/firefox-i18n-46.0/fa.xpi) = af4da0d7eeea69e056d42032762a69c07f2701b537ffd1cc6043ef9ded81ee69 -SIZE (xpi/firefox-i18n-46.0/fa.xpi) = 490944 -SHA256 (xpi/firefox-i18n-46.0/ff.xpi) = 50a25095e330031c76f3abd715f4eb0304da608e7800d425a6027b7ef45b2c5e -SIZE (xpi/firefox-i18n-46.0/ff.xpi) = 444062 -SHA256 (xpi/firefox-i18n-46.0/fi.xpi) = af03d0d3a3bacf96911e6adfcb132b2dd8797f1711b1326479f4e771592e7fb4 -SIZE (xpi/firefox-i18n-46.0/fi.xpi) = 433020 -SHA256 (xpi/firefox-i18n-46.0/fr.xpi) = 6e795f71f1d351a860351b5fdfafd51739cf91c7ccfb8dc9fdbfc9d0c75c1480 -SIZE (xpi/firefox-i18n-46.0/fr.xpi) = 452728 -SHA256 (xpi/firefox-i18n-46.0/fy-NL.xpi) = 11c3cab12d0b977fad9160f3a1504539fffd670184aef9dd25b8612e09ffa6c6 -SIZE (xpi/firefox-i18n-46.0/fy-NL.xpi) = 446168 -SHA256 (xpi/firefox-i18n-46.0/ga-IE.xpi) = f125b502fe1c9d9de95ad5d9a8813a09005a61a441d72df2333ef44f87b63825 -SIZE (xpi/firefox-i18n-46.0/ga-IE.xpi) = 458904 -SHA256 (xpi/firefox-i18n-46.0/gd.xpi) = bce8174b84a47bc02424b12ce40432de8eba92c21c46e769bc8e14d75c9f3dd0 -SIZE (xpi/firefox-i18n-46.0/gd.xpi) = 448230 -SHA256 (xpi/firefox-i18n-46.0/gl.xpi) = 4036f0d8fafbe22792c8d694a542fe0ddbe32d93deb93a78e93e05b294417875 -SIZE (xpi/firefox-i18n-46.0/gl.xpi) = 437766 -SHA256 (xpi/firefox-i18n-46.0/gn.xpi) = 0171e1e407286d705bb150d0add35235dc324917e2ea4907a6d473f0111efb4f -SIZE (xpi/firefox-i18n-46.0/gn.xpi) = 459161 -SHA256 (xpi/firefox-i18n-46.0/gu-IN.xpi) = 64e574f4b80bea11389ccbc951f9369dc26aabbc0f01346c86ccf4caa2f7d671 -SIZE (xpi/firefox-i18n-46.0/gu-IN.xpi) = 475142 -SHA256 (xpi/firefox-i18n-46.0/he.xpi) = ae790d2392e74b9c91f7b60bf51585bc5d3541b25445834530e0f74a818ca321 -SIZE (xpi/firefox-i18n-46.0/he.xpi) = 458180 -SHA256 (xpi/firefox-i18n-46.0/hi-IN.xpi) = 45702138fc4fdc28b49b4d4cbb468617ff1ea6782ac613d530146b7ac6564998 -SIZE (xpi/firefox-i18n-46.0/hi-IN.xpi) = 489651 -SHA256 (xpi/firefox-i18n-46.0/hr.xpi) = d09bd205ca032edc73bcf6a397303329b683f86cb86ef2d68080e09a90ac0845 -SIZE (xpi/firefox-i18n-46.0/hr.xpi) = 447689 -SHA256 (xpi/firefox-i18n-46.0/hsb.xpi) = 1d992b99aa7248f17c02b1c91c445f8954e4c9ad59743a0773a8b47eb12da5ce -SIZE (xpi/firefox-i18n-46.0/hsb.xpi) = 460152 -SHA256 (xpi/firefox-i18n-46.0/hu.xpi) = 4bb111606b82e225d58f225685206b3dc9a366497e8b30652f8fc97ba4f83d5d -SIZE (xpi/firefox-i18n-46.0/hu.xpi) = 452539 -SHA256 (xpi/firefox-i18n-46.0/hy-AM.xpi) = 4c37aa4c63d09b0e2037d5056fae12cbbc1d168d6dc489a42a3605f296cb0f2f -SIZE (xpi/firefox-i18n-46.0/hy-AM.xpi) = 499568 -SHA256 (xpi/firefox-i18n-46.0/id.xpi) = c31226896c8847e29aa19f6dd1115145409ca5ee4c45f0bd53dfd02430240ba7 -SIZE (xpi/firefox-i18n-46.0/id.xpi) = 424737 -SHA256 (xpi/firefox-i18n-46.0/is.xpi) = c0a83dfc0e44a4a7ea07126fef84d6e68ff1965b636ad0ff882433de9649d380 -SIZE (xpi/firefox-i18n-46.0/is.xpi) = 441729 -SHA256 (xpi/firefox-i18n-46.0/it.xpi) = cd770c0fe5b9dcfff7056c08441d0cf9b0d3e8e4088c02510a4959f27975d77e -SIZE (xpi/firefox-i18n-46.0/it.xpi) = 345366 -SHA256 (xpi/firefox-i18n-46.0/ja.xpi) = 9072722594eef1f73b76e2f69503757589a7eb69eb7d714e6be1bb9cfdd21bdb -SIZE (xpi/firefox-i18n-46.0/ja.xpi) = 489493 -SHA256 (xpi/firefox-i18n-46.0/kk.xpi) = 08bfecc3e683fd30b91e9bd68b9382b0448460b9db08bf1705e1eecaf0bac2ba -SIZE (xpi/firefox-i18n-46.0/kk.xpi) = 496353 -SHA256 (xpi/firefox-i18n-46.0/km.xpi) = 94137ded181bd55e3f9fc70e89ebcfe6b7908dfa41a0c70fa579f85f0ca6c253 -SIZE (xpi/firefox-i18n-46.0/km.xpi) = 507043 -SHA256 (xpi/firefox-i18n-46.0/kn.xpi) = 586a10a626ce066ba1970d7d8e30f23177ba657942d0d4348c17dcb13b93d529 -SIZE (xpi/firefox-i18n-46.0/kn.xpi) = 516228 -SHA256 (xpi/firefox-i18n-46.0/ko.xpi) = 35a39b0958ac5ee06ff0c2355da39f2158875fe5b6f50395ed01af243022ceb5 -SIZE (xpi/firefox-i18n-46.0/ko.xpi) = 464533 -SHA256 (xpi/firefox-i18n-46.0/lij.xpi) = 7e3b3d1a426541d2a944473b999cd2d0cb7e19ce2f5010b92f81b41ff1144e6b -SIZE (xpi/firefox-i18n-46.0/lij.xpi) = 386443 -SHA256 (xpi/firefox-i18n-46.0/lt.xpi) = 23a8313e98f0c635b3dbcac68f68469c6dbb9b66b409779c1a78de033fe5b208 -SIZE (xpi/firefox-i18n-46.0/lt.xpi) = 453289 -SHA256 (xpi/firefox-i18n-46.0/lv.xpi) = d15d0e26fd8e3235c566e5bcd29a8e6cb1bcee5dd40c6a941c6e344506540a6b -SIZE (xpi/firefox-i18n-46.0/lv.xpi) = 444308 -SHA256 (xpi/firefox-i18n-46.0/mai.xpi) = f6dc411db917a9ef0de3a5f0697dfc78cd2c800c34255337655cf4efc03ca090 -SIZE (xpi/firefox-i18n-46.0/mai.xpi) = 495279 -SHA256 (xpi/firefox-i18n-46.0/mk.xpi) = 644e607e4226756ba15df243059ba5f0a7bd53352cafc600af41c6621799e8e6 -SIZE (xpi/firefox-i18n-46.0/mk.xpi) = 478876 -SHA256 (xpi/firefox-i18n-46.0/ml.xpi) = b9673c9bd3b816fc8dad6ff7f1421a595bd108dd43aa70961d8f75a5671aeae5 -SIZE (xpi/firefox-i18n-46.0/ml.xpi) = 520778 -SHA256 (xpi/firefox-i18n-46.0/mr.xpi) = f632e20b453350166fa4829421fdadf9caf47f868a03b8d11ecfab6a2e5ab1d8 -SIZE (xpi/firefox-i18n-46.0/mr.xpi) = 502340 -SHA256 (xpi/firefox-i18n-46.0/ms.xpi) = a4fa3fbd034ff9d411fd066a9450586b9fcde50fa1c1e62abbcba8431a3bf0b0 -SIZE (xpi/firefox-i18n-46.0/ms.xpi) = 442934 -SHA256 (xpi/firefox-i18n-46.0/nb-NO.xpi) = 07202efd56d6bd5eca50a6a42b325267f9a867ee5cfbd2945fa90ba4d52a519b -SIZE (xpi/firefox-i18n-46.0/nb-NO.xpi) = 433763 -SHA256 (xpi/firefox-i18n-46.0/nl.xpi) = 3dfc67fafc82fa312db50f2692a8c4de38cc4930162704e05a9fa05154f3dce7 -SIZE (xpi/firefox-i18n-46.0/nl.xpi) = 433503 -SHA256 (xpi/firefox-i18n-46.0/nn-NO.xpi) = 13242257b9cec3d6bea8c453b48103e3a312af5e25aca7d415d62ddd3f13924d -SIZE (xpi/firefox-i18n-46.0/nn-NO.xpi) = 429674 -SHA256 (xpi/firefox-i18n-46.0/or.xpi) = 01ba1055c33953962949f7717a850d81c27aecf7b84fef5f5d09827a302529ea -SIZE (xpi/firefox-i18n-46.0/or.xpi) = 498519 -SHA256 (xpi/firefox-i18n-46.0/pa-IN.xpi) = beaaee2689247170f69902215af706ada1435150c5a003e3f57e01824d56335f -SIZE (xpi/firefox-i18n-46.0/pa-IN.xpi) = 492242 -SHA256 (xpi/firefox-i18n-46.0/pl.xpi) = 05e0389cc6e808ad43c5c63ff34cb258dcb117e6f5ca5296e8bcb5916918dc04 -SIZE (xpi/firefox-i18n-46.0/pl.xpi) = 385182 -SHA256 (xpi/firefox-i18n-46.0/pt-BR.xpi) = 1445768139d1f6446b7bbb8994fdcca244879e076508f117346e54b0eb3558f1 -SIZE (xpi/firefox-i18n-46.0/pt-BR.xpi) = 449180 -SHA256 (xpi/firefox-i18n-46.0/pt-PT.xpi) = e34c96e262eb1c405935b198e110ee66e70137207c98244dffdf575838c7c462 -SIZE (xpi/firefox-i18n-46.0/pt-PT.xpi) = 435559 -SHA256 (xpi/firefox-i18n-46.0/rm.xpi) = 9535f8e33f333f05064fe79952958a95b182467705935f50ccd4ef9ca293e923 -SIZE (xpi/firefox-i18n-46.0/rm.xpi) = 436663 -SHA256 (xpi/firefox-i18n-46.0/ro.xpi) = ade9d780415b51e3f33e8166addfe630e5031bc76dcb61886d6b2abf3be79bb3 -SIZE (xpi/firefox-i18n-46.0/ro.xpi) = 449481 -SHA256 (xpi/firefox-i18n-46.0/ru.xpi) = 2d2813de241fbbf8b1635fd5e1048c06f0d8ce454d725ed54ab3ea3974da2505 -SIZE (xpi/firefox-i18n-46.0/ru.xpi) = 396302 -SHA256 (xpi/firefox-i18n-46.0/si.xpi) = efb0f41536540d2416f515466738c07ea84ab9ef16255886a76994cf1ee0077b -SIZE (xpi/firefox-i18n-46.0/si.xpi) = 484910 -SHA256 (xpi/firefox-i18n-46.0/sk.xpi) = 7b716650c5e45e15050188c038dbfd8916a932db0f77b79f0543ff556c59ea4b -SIZE (xpi/firefox-i18n-46.0/sk.xpi) = 452438 -SHA256 (xpi/firefox-i18n-46.0/sl.xpi) = 1a43d30c62acdfb7f1dd999d7024e060e4f1585ea6e8e8644ba117146064b2cd -SIZE (xpi/firefox-i18n-46.0/sl.xpi) = 443725 -SHA256 (xpi/firefox-i18n-46.0/son.xpi) = 3fbc8ce72b144388a5cf086ec3564d3b67d763d35b3ce850a5b63e9ccc0485a2 -SIZE (xpi/firefox-i18n-46.0/son.xpi) = 436205 -SHA256 (xpi/firefox-i18n-46.0/sq.xpi) = fa6256f44984435a15ce8b21fb93e27723b06e5f818b1fab59540af56188c2bb -SIZE (xpi/firefox-i18n-46.0/sq.xpi) = 450772 -SHA256 (xpi/firefox-i18n-46.0/sr.xpi) = cab87a556aa49508eb6196cfd8c3bc282692c45aadf524adc48ea6034a449df4 -SIZE (xpi/firefox-i18n-46.0/sr.xpi) = 467598 -SHA256 (xpi/firefox-i18n-46.0/sv-SE.xpi) = a878876e86ce8c92d13eb083e8c088fdcd24fd6aab03b1907f9d1a31668458d5 -SIZE (xpi/firefox-i18n-46.0/sv-SE.xpi) = 442643 -SHA256 (xpi/firefox-i18n-46.0/ta.xpi) = 44e3c0cca2ca5ac747cfbb4c4c424ebd62c200f14cb0ccf18315000a350e3a60 -SIZE (xpi/firefox-i18n-46.0/ta.xpi) = 485894 -SHA256 (xpi/firefox-i18n-46.0/te.xpi) = ce01126833f7707550e7bddbcf0cb89686b45b95186dce08e530cc6615e1ee84 -SIZE (xpi/firefox-i18n-46.0/te.xpi) = 512321 -SHA256 (xpi/firefox-i18n-46.0/th.xpi) = 8bb483e006ec6d75b6c1ec2daa2456e6d4fde8a7f592889629edeafbb7bd5729 -SIZE (xpi/firefox-i18n-46.0/th.xpi) = 489017 -SHA256 (xpi/firefox-i18n-46.0/tr.xpi) = 52ab3ee5d26412eed8848ff98c00389ae23013ebb231f6548dc4cd4c4caab608 -SIZE (xpi/firefox-i18n-46.0/tr.xpi) = 443017 -SHA256 (xpi/firefox-i18n-46.0/uk.xpi) = cb1ce0a6fb9cd724f235a47e685f08eee1c24f20502d41ac55c1b985b39dfb83 -SIZE (xpi/firefox-i18n-46.0/uk.xpi) = 492432 -SHA256 (xpi/firefox-i18n-46.0/uz.xpi) = 5fa6bed2eb75f7dda1473f9573f6421eba6ca309c48933e3d759b0bc93d7bc22 -SIZE (xpi/firefox-i18n-46.0/uz.xpi) = 450193 -SHA256 (xpi/firefox-i18n-46.0/vi.xpi) = c34cce409028112f1985c73096277b1ca53a6aacb4b6f37d3a1c75e9f09e6426 -SIZE (xpi/firefox-i18n-46.0/vi.xpi) = 453661 -SHA256 (xpi/firefox-i18n-46.0/xh.xpi) = 5b27fb4df7e15f5e08ab2b38e7b488aa4dae04c103bbd32e1b845995e1409b2b -SIZE (xpi/firefox-i18n-46.0/xh.xpi) = 439663 -SHA256 (xpi/firefox-i18n-46.0/zh-CN.xpi) = a21c2b8dcee8df36fe49ab59a7381668ad2a471606eb5fbc86c6e1d456daf54a -SIZE (xpi/firefox-i18n-46.0/zh-CN.xpi) = 464300 -SHA256 (xpi/firefox-i18n-46.0/zh-TW.xpi) = 2c363a59e3447698abaf6442ba5d5bd6db18c0ba0f411821b13060d13b676be6 -SIZE (xpi/firefox-i18n-46.0/zh-TW.xpi) = 472116 +SHA256 (xpi/firefox-i18n-46.0.1/ach.xpi) = f0d47951dfdeaa97752afa5f860ec90d775b6124fc393a7c8ff04e507afc61d3 +SIZE (xpi/firefox-i18n-46.0.1/ach.xpi) = 430444 +SHA256 (xpi/firefox-i18n-46.0.1/af.xpi) = 94a037ca774b48f44db941c0074b118c9c2a226f8d7448e17a8e35b93626441d +SIZE (xpi/firefox-i18n-46.0.1/af.xpi) = 437790 +SHA256 (xpi/firefox-i18n-46.0.1/an.xpi) = 5f352fd2d500c224c10e6762b73940f8cfd11aac84c01635ff3af3677dfa85e6 +SIZE (xpi/firefox-i18n-46.0.1/an.xpi) = 447584 +SHA256 (xpi/firefox-i18n-46.0.1/ar.xpi) = 8e22844d0e461b908fe4f5213a22ca1722afaac4106938eb5e88e18565b46cd8 +SIZE (xpi/firefox-i18n-46.0.1/ar.xpi) = 473523 +SHA256 (xpi/firefox-i18n-46.0.1/as.xpi) = fedd32a271d0980d2cf6a42560b240e744d87be38c7fdc9c9b9e802cea11312d +SIZE (xpi/firefox-i18n-46.0.1/as.xpi) = 485695 +SHA256 (xpi/firefox-i18n-46.0.1/ast.xpi) = dee65a28152aa0b09bfe59f83b7678bf29bebb2e41eabd07684777c782e9d920 +SIZE (xpi/firefox-i18n-46.0.1/ast.xpi) = 421893 +SHA256 (xpi/firefox-i18n-46.0.1/az.xpi) = 645e6d94631cf67f7238658795ba8170a4cffe4a02247d1b6aad918c1bce1fb0 +SIZE (xpi/firefox-i18n-46.0.1/az.xpi) = 458475 +SHA256 (xpi/firefox-i18n-46.0.1/be.xpi) = 37451d28220bf33640a58dfa2dc3040b4b0bbe49b176660b3cfbf6850982f7a1 +SIZE (xpi/firefox-i18n-46.0.1/be.xpi) = 447216 +SHA256 (xpi/firefox-i18n-46.0.1/bg.xpi) = e99d5bb1f5f3f60e3a7ed89b5ec66f2409249bf80e6c7904aa7672083b2327ca +SIZE (xpi/firefox-i18n-46.0.1/bg.xpi) = 485177 +SHA256 (xpi/firefox-i18n-46.0.1/bn-BD.xpi) = 14608b1a98e48fecbc54908f748569184aa8372927e8e60301734d8da4da763a +SIZE (xpi/firefox-i18n-46.0.1/bn-BD.xpi) = 514992 +SHA256 (xpi/firefox-i18n-46.0.1/bn-IN.xpi) = afbe7cdaaeb11d95485b539e40d9624c5ae232ff5deab4fcc1ccb13a89f43d15 +SIZE (xpi/firefox-i18n-46.0.1/bn-IN.xpi) = 511120 +SHA256 (xpi/firefox-i18n-46.0.1/br.xpi) = 82a7326e73735cdaf21b2867cfc5e2f64a7111d03fe0d5996b2dea19e29ce43d +SIZE (xpi/firefox-i18n-46.0.1/br.xpi) = 434622 +SHA256 (xpi/firefox-i18n-46.0.1/bs.xpi) = a1404fefd9f65c9bae4fb6728ace056fa72d6263c394b7a0915e5df7566d212a +SIZE (xpi/firefox-i18n-46.0.1/bs.xpi) = 441622 +SHA256 (xpi/firefox-i18n-46.0.1/ca.xpi) = a9642a3d72a83cdf8083262381cf68f43118784da20dbaa105314f8661c747b5 +SIZE (xpi/firefox-i18n-46.0.1/ca.xpi) = 439861 +SHA256 (xpi/firefox-i18n-46.0.1/cs.xpi) = 70b2fec4f524afcc34b2cbfc43fc9f317d7191d4811945be4e6ce069fd65169f +SIZE (xpi/firefox-i18n-46.0.1/cs.xpi) = 442446 +SHA256 (xpi/firefox-i18n-46.0.1/cy.xpi) = 32110478415c096040c843042375bfd8270e98ddc5c395c74f63ed5a97fe1809 +SIZE (xpi/firefox-i18n-46.0.1/cy.xpi) = 437878 +SHA256 (xpi/firefox-i18n-46.0.1/da.xpi) = f0daf30e06e84ba45379c856900117c0971ff092310ca04b88251222752cd400 +SIZE (xpi/firefox-i18n-46.0.1/da.xpi) = 428343 +SHA256 (xpi/firefox-i18n-46.0.1/de.xpi) = e60717631e6400fe3129b6419d3a33294ab18fe1c509f80598f799d16ec11508 +SIZE (xpi/firefox-i18n-46.0.1/de.xpi) = 444269 +SHA256 (xpi/firefox-i18n-46.0.1/dsb.xpi) = 50b5e36eaec33550245267a9965adfbd0058cccf49882645cdcd618dfc63083a +SIZE (xpi/firefox-i18n-46.0.1/dsb.xpi) = 462492 +SHA256 (xpi/firefox-i18n-46.0.1/el.xpi) = 0423a99f8eb2c3b4fdaea26e073169537e67943831579242e3b9ca95617eae75 +SIZE (xpi/firefox-i18n-46.0.1/el.xpi) = 473312 +SHA256 (xpi/firefox-i18n-46.0.1/en-GB.xpi) = f85ab43812f9e36529abd7d0563f0ba6047eb0520c6ff96b845e19abace29a5a +SIZE (xpi/firefox-i18n-46.0.1/en-GB.xpi) = 421833 +SHA256 (xpi/firefox-i18n-46.0.1/en-ZA.xpi) = a259e1e77c5d008044843789c16479979b194630e54a36d52289a5bce1bd9a8c +SIZE (xpi/firefox-i18n-46.0.1/en-ZA.xpi) = 411467 +SHA256 (xpi/firefox-i18n-46.0.1/eo.xpi) = fd4b4be0a5ee625f11496b4e0ac80b516f0f8862458bb815878c10cfb911e349 +SIZE (xpi/firefox-i18n-46.0.1/eo.xpi) = 438145 +SHA256 (xpi/firefox-i18n-46.0.1/es-AR.xpi) = 578b12e91a596cad9c78f602863cc3473dd711ee83ee651a147157b17a78eada +SIZE (xpi/firefox-i18n-46.0.1/es-AR.xpi) = 439952 +SHA256 (xpi/firefox-i18n-46.0.1/es-CL.xpi) = 27f880560d846a81ca19de6926e2dc2c70e3975f96986330e960d8d7ad24ce75 +SIZE (xpi/firefox-i18n-46.0.1/es-CL.xpi) = 369971 +SHA256 (xpi/firefox-i18n-46.0.1/es-ES.xpi) = 94f6c156574add6ad334b6ada0645a56d67c7de67dd7d385381622b9a8d4381d +SIZE (xpi/firefox-i18n-46.0.1/es-ES.xpi) = 351183 +SHA256 (xpi/firefox-i18n-46.0.1/es-MX.xpi) = f2a064adeac314b67dd7896284dfb75ce4942850f8dbea57db7caecff59c927e +SIZE (xpi/firefox-i18n-46.0.1/es-MX.xpi) = 447980 +SHA256 (xpi/firefox-i18n-46.0.1/et.xpi) = 7ed3b29ae516d11267cd5e0637dacfa188894233291bf8f30c3b9094c27e1c34 +SIZE (xpi/firefox-i18n-46.0.1/et.xpi) = 431025 +SHA256 (xpi/firefox-i18n-46.0.1/eu.xpi) = ea7c9b8ecce4f42dbd1c71f922bf50d50c66b63bcba8ef9f4d52f7c7e5236b2b +SIZE (xpi/firefox-i18n-46.0.1/eu.xpi) = 439772 +SHA256 (xpi/firefox-i18n-46.0.1/fa.xpi) = f7183cbc12774a41e7d5f7b701afa5d0f7a4ff7b3104c9ba9fd36099019b6423 +SIZE (xpi/firefox-i18n-46.0.1/fa.xpi) = 490946 +SHA256 (xpi/firefox-i18n-46.0.1/ff.xpi) = b5d4e0961d1691dbb907fc8ad544dd479432713871b0fdcc80ec5349bfe24a92 +SIZE (xpi/firefox-i18n-46.0.1/ff.xpi) = 444064 +SHA256 (xpi/firefox-i18n-46.0.1/fi.xpi) = e2c5608bd13f0749221e05be448e9e626e24966f9f7cce1870308ccaaac9cc8a +SIZE (xpi/firefox-i18n-46.0.1/fi.xpi) = 433022 +SHA256 (xpi/firefox-i18n-46.0.1/fr.xpi) = 5707d498995be7a8576040d2308502f4c310c6406250a8e4ff92fee6c47adc2c +SIZE (xpi/firefox-i18n-46.0.1/fr.xpi) = 452730 +SHA256 (xpi/firefox-i18n-46.0.1/fy-NL.xpi) = a4ed390004026a5b4757c944f016ec006e0779acb6471f18f3c7b44eeb11f7bf +SIZE (xpi/firefox-i18n-46.0.1/fy-NL.xpi) = 446172 +SHA256 (xpi/firefox-i18n-46.0.1/ga-IE.xpi) = 67cac34d026365980b2e68e4c87dd9089005a776f25e477130b301e9856ecc36 +SIZE (xpi/firefox-i18n-46.0.1/ga-IE.xpi) = 458905 +SHA256 (xpi/firefox-i18n-46.0.1/gd.xpi) = d3737b985d8912cab025a7c24490da1a59cf4e4bc29f9986aa42b6803e5896be +SIZE (xpi/firefox-i18n-46.0.1/gd.xpi) = 448231 +SHA256 (xpi/firefox-i18n-46.0.1/gl.xpi) = 42233cc32d13dd8c5a3f518db6056edab6219c44f8313436744eb5d35b04faf2 +SIZE (xpi/firefox-i18n-46.0.1/gl.xpi) = 437767 +SHA256 (xpi/firefox-i18n-46.0.1/gn.xpi) = f3ed9eee677aa9b0ebd6c43f63d695557fae3b8ddf6b8eee7827708a7b5a59b8 +SIZE (xpi/firefox-i18n-46.0.1/gn.xpi) = 459163 +SHA256 (xpi/firefox-i18n-46.0.1/gu-IN.xpi) = d0a47f85673f9ae38a29bb522c39f09761632e2d143b2da8cf44b2c658cb9355 +SIZE (xpi/firefox-i18n-46.0.1/gu-IN.xpi) = 475143 +SHA256 (xpi/firefox-i18n-46.0.1/he.xpi) = 9be91c79406f5c3cfbbf7ce9dbca81e8b63473253811e13883b27f4528bef5b8 +SIZE (xpi/firefox-i18n-46.0.1/he.xpi) = 458182 +SHA256 (xpi/firefox-i18n-46.0.1/hi-IN.xpi) = a83e219fa35bc40c464a3ac6d3868b4c40f8b9d3b9a5e1f98e1e7d152c96ba2b +SIZE (xpi/firefox-i18n-46.0.1/hi-IN.xpi) = 489652 +SHA256 (xpi/firefox-i18n-46.0.1/hr.xpi) = ae3596469b937e216f6fea4f29313ea1935231b979c6bd23fcde877369c7790e +SIZE (xpi/firefox-i18n-46.0.1/hr.xpi) = 447691 +SHA256 (xpi/firefox-i18n-46.0.1/hsb.xpi) = 856745c8ccd328545f9e5e1e3cd5ae56b22bbc53f90a34dba3c7d76af4cf7af8 +SIZE (xpi/firefox-i18n-46.0.1/hsb.xpi) = 460156 +SHA256 (xpi/firefox-i18n-46.0.1/hu.xpi) = 5e4e98334f6938dd9eee38869283091f54b848cd75ad69a85deef91887518d8b +SIZE (xpi/firefox-i18n-46.0.1/hu.xpi) = 452539 +SHA256 (xpi/firefox-i18n-46.0.1/hy-AM.xpi) = 5d58d351167c5f062c8c74713dbe3ec86226ea13babba5e26b46c891a84fa392 +SIZE (xpi/firefox-i18n-46.0.1/hy-AM.xpi) = 499569 +SHA256 (xpi/firefox-i18n-46.0.1/id.xpi) = afd2c57e56dd7e42249fda83442c7e4fbb04518665707a6b02fa0684dd14bb7b +SIZE (xpi/firefox-i18n-46.0.1/id.xpi) = 424739 +SHA256 (xpi/firefox-i18n-46.0.1/is.xpi) = 813f7da71ee99418d8a8256da843b5c798ace592d0d4a6ca8d6a0ddcd7dfe7f3 +SIZE (xpi/firefox-i18n-46.0.1/is.xpi) = 441735 +SHA256 (xpi/firefox-i18n-46.0.1/it.xpi) = 1fe6cea75803b9be36167558cca32afbece3b01c158c754b5a185cf7dcadae30 +SIZE (xpi/firefox-i18n-46.0.1/it.xpi) = 345367 +SHA256 (xpi/firefox-i18n-46.0.1/ja.xpi) = 32d7aaf26a0cdb92d884361931483a69312cf94b8e62758f5b8033c3d2b6d2bf +SIZE (xpi/firefox-i18n-46.0.1/ja.xpi) = 489475 +SHA256 (xpi/firefox-i18n-46.0.1/kk.xpi) = 4ac9051a94a9587cf606c0c6ffe0275c6fa038c7420e410d2768b78ef0e2b917 +SIZE (xpi/firefox-i18n-46.0.1/kk.xpi) = 496354 +SHA256 (xpi/firefox-i18n-46.0.1/km.xpi) = abfab1c0e4276b87b97f6fb41823805853d43b7ae213f3ffaa4ef529f164075a +SIZE (xpi/firefox-i18n-46.0.1/km.xpi) = 507045 +SHA256 (xpi/firefox-i18n-46.0.1/kn.xpi) = 5e0265bdf3d5101539e88d711052a0ff467dd06489fd3a691c40e7260c448568 +SIZE (xpi/firefox-i18n-46.0.1/kn.xpi) = 516230 +SHA256 (xpi/firefox-i18n-46.0.1/ko.xpi) = 98e1b9cddf40a6cb71243d951202aca0b7c7f9e470d53b118085b30a11e669de +SIZE (xpi/firefox-i18n-46.0.1/ko.xpi) = 464534 +SHA256 (xpi/firefox-i18n-46.0.1/lij.xpi) = 83cab4238a3baf60f253d954a2e7b564efb45aa4ba4789d87ef30df1b2956cbe +SIZE (xpi/firefox-i18n-46.0.1/lij.xpi) = 386448 +SHA256 (xpi/firefox-i18n-46.0.1/lt.xpi) = b683dabe8edae09e9c46b864516a8f8162e0902b6d5238e2b1194db546f40e3e +SIZE (xpi/firefox-i18n-46.0.1/lt.xpi) = 453290 +SHA256 (xpi/firefox-i18n-46.0.1/lv.xpi) = d1f35372a9d76fd979d7893da186abdf19644613315d2916efe1216caf738932 +SIZE (xpi/firefox-i18n-46.0.1/lv.xpi) = 444309 +SHA256 (xpi/firefox-i18n-46.0.1/mai.xpi) = f267d4cb4d8265b458cef3d0dc5b3f4d4908cd5b68bf95d1cce4945f868f54ac +SIZE (xpi/firefox-i18n-46.0.1/mai.xpi) = 495281 +SHA256 (xpi/firefox-i18n-46.0.1/mk.xpi) = 2667a8c68472a8cb43f6bf33615c5fbcb27f7b55b3da71ca1f6d214c45706401 +SIZE (xpi/firefox-i18n-46.0.1/mk.xpi) = 478877 +SHA256 (xpi/firefox-i18n-46.0.1/ml.xpi) = ae7f8bb4eecbfd6f633f7f5e9acfabf76bb0e98a685706da531c2a64d16dedd8 +SIZE (xpi/firefox-i18n-46.0.1/ml.xpi) = 520779 +SHA256 (xpi/firefox-i18n-46.0.1/mr.xpi) = 083b99cf39f6ff85486f21ce04c9a8362de18b8911f9e3ce11bfb4abb5271b0c +SIZE (xpi/firefox-i18n-46.0.1/mr.xpi) = 502342 +SHA256 (xpi/firefox-i18n-46.0.1/ms.xpi) = a9bd85db2eabced2bbc133b412d4a75875bd0eae8125ef5e72c748493e41d4cf +SIZE (xpi/firefox-i18n-46.0.1/ms.xpi) = 442936 +SHA256 (xpi/firefox-i18n-46.0.1/nb-NO.xpi) = 71ca049757dd6e55d48a49a42f668386f78870da14733307106d4e7187fa04b4 +SIZE (xpi/firefox-i18n-46.0.1/nb-NO.xpi) = 433764 +SHA256 (xpi/firefox-i18n-46.0.1/nl.xpi) = 6eb39f4716b497a14abfdb366bccb5c8cd35fa1bd50fc563c3bc904c69c7965e +SIZE (xpi/firefox-i18n-46.0.1/nl.xpi) = 433504 +SHA256 (xpi/firefox-i18n-46.0.1/nn-NO.xpi) = 12b23858b7b33767823bdb7e1960a78391c80c6874cdc0bf61d3328556842743 +SIZE (xpi/firefox-i18n-46.0.1/nn-NO.xpi) = 429675 +SHA256 (xpi/firefox-i18n-46.0.1/or.xpi) = 861f4c661888e3abd2cac861870922914f096c910b8aea2385bd0ede4c0c909b +SIZE (xpi/firefox-i18n-46.0.1/or.xpi) = 498524 +SHA256 (xpi/firefox-i18n-46.0.1/pa-IN.xpi) = 6b6968aaa0dd15313176677b62de5dbe9dc5ae8952f6575b0e67830f23c36d24 +SIZE (xpi/firefox-i18n-46.0.1/pa-IN.xpi) = 492244 +SHA256 (xpi/firefox-i18n-46.0.1/pl.xpi) = fa8e15e9842382da18a47e7b7974af94194a595916c93c0831ef16e4f97a4d47 +SIZE (xpi/firefox-i18n-46.0.1/pl.xpi) = 385183 +SHA256 (xpi/firefox-i18n-46.0.1/pt-BR.xpi) = f4c13bce735a1554a560c499152a11189d8443d79d2ed18d659d6cbe4218d31e +SIZE (xpi/firefox-i18n-46.0.1/pt-BR.xpi) = 449181 +SHA256 (xpi/firefox-i18n-46.0.1/pt-PT.xpi) = b0110cb8a24ba7908a1151195725dca3bf7e448e18e4f5b87273a3d19efc7163 +SIZE (xpi/firefox-i18n-46.0.1/pt-PT.xpi) = 435561 +SHA256 (xpi/firefox-i18n-46.0.1/rm.xpi) = 52e28fdac9edbae28260ba50a770080e5c4a4beaf17f383ddec93a759c2ecc57 +SIZE (xpi/firefox-i18n-46.0.1/rm.xpi) = 436665 +SHA256 (xpi/firefox-i18n-46.0.1/ro.xpi) = 5bdd9bb5a56e536223f0f36f7551efc01e56d847b2f73e84a76bc010d5491f6d +SIZE (xpi/firefox-i18n-46.0.1/ro.xpi) = 449482 +SHA256 (xpi/firefox-i18n-46.0.1/ru.xpi) = 24001217f6b2f222037fff74d4de42ae55b301f668eb6a3635d5d090c5c0ac10 +SIZE (xpi/firefox-i18n-46.0.1/ru.xpi) = 396303 +SHA256 (xpi/firefox-i18n-46.0.1/si.xpi) = dda3c6680a62d27d1465c2c018521b214b1c0a6d9de53290a3bcb1e31e6cbdd1 +SIZE (xpi/firefox-i18n-46.0.1/si.xpi) = 484912 +SHA256 (xpi/firefox-i18n-46.0.1/sk.xpi) = 6150daff402bacc8e4c0dfaa2df9d87589c24bbf4f565ef7b39d394164861b4c +SIZE (xpi/firefox-i18n-46.0.1/sk.xpi) = 452440 +SHA256 (xpi/firefox-i18n-46.0.1/sl.xpi) = 0bb6045168dc2c64d3c936bb09178b493924c04ad769a27ea118e2ad35aeba5b +SIZE (xpi/firefox-i18n-46.0.1/sl.xpi) = 443726 +SHA256 (xpi/firefox-i18n-46.0.1/son.xpi) = 0d2a94aad4bafa4e626d51a3e39a57220728872893a6a45d2b9682121e430ac0 +SIZE (xpi/firefox-i18n-46.0.1/son.xpi) = 436206 +SHA256 (xpi/firefox-i18n-46.0.1/sq.xpi) = 9fb1822eeea4ebce7cbf3e037ad89239125a1d012b972a892bb50d365f19b7b2 +SIZE (xpi/firefox-i18n-46.0.1/sq.xpi) = 450773 +SHA256 (xpi/firefox-i18n-46.0.1/sr.xpi) = edfb6133babd29e6d3b6083266d4bcbb87d51212668c5f27be2f0d66a08dca58 +SIZE (xpi/firefox-i18n-46.0.1/sr.xpi) = 467599 +SHA256 (xpi/firefox-i18n-46.0.1/sv-SE.xpi) = 27d6287973462dae2b6d6e4874ecbd9cc8890c2408eedfd599e62efcfeb146ee +SIZE (xpi/firefox-i18n-46.0.1/sv-SE.xpi) = 442644 +SHA256 (xpi/firefox-i18n-46.0.1/ta.xpi) = 354e5657999a12d3a2d4dc564fe81fa4c0cb74b9452d893bebc0da092ee022d4 +SIZE (xpi/firefox-i18n-46.0.1/ta.xpi) = 485895 +SHA256 (xpi/firefox-i18n-46.0.1/te.xpi) = 1e86f0ed15a928c5f9d097ad7e977d4d5c20ed7809c9d2b8963d43585541e673 +SIZE (xpi/firefox-i18n-46.0.1/te.xpi) = 512320 +SHA256 (xpi/firefox-i18n-46.0.1/th.xpi) = 0f473c1686c97c96788176a4df2a799bbba180c36fc071215eb1f5e84c2fcb3b +SIZE (xpi/firefox-i18n-46.0.1/th.xpi) = 489020 +SHA256 (xpi/firefox-i18n-46.0.1/tr.xpi) = 94050219121fa0a4102e636e8a72be638dc180ae9d21ef62e41820aa355b9871 +SIZE (xpi/firefox-i18n-46.0.1/tr.xpi) = 443018 +SHA256 (xpi/firefox-i18n-46.0.1/uk.xpi) = 1c131d8ed6b259587fd24629fdf17f5a1b502b605e59ea87190c28e49ae0d595 +SIZE (xpi/firefox-i18n-46.0.1/uk.xpi) = 492434 +SHA256 (xpi/firefox-i18n-46.0.1/uz.xpi) = 9baef189da768da46772a31654ef4151e6f42212b82603a8ae5d305a562fa4b4 +SIZE (xpi/firefox-i18n-46.0.1/uz.xpi) = 450194 +SHA256 (xpi/firefox-i18n-46.0.1/vi.xpi) = 33ae4068d12b9f30b4ce6da59e5c9ba10bdcab0fa8436033187416f586076ece +SIZE (xpi/firefox-i18n-46.0.1/vi.xpi) = 453663 +SHA256 (xpi/firefox-i18n-46.0.1/xh.xpi) = 29a5c75fec307430136ef6a46c17ce77c7cecce31da01e912d92ea5578ec8590 +SIZE (xpi/firefox-i18n-46.0.1/xh.xpi) = 439664 +SHA256 (xpi/firefox-i18n-46.0.1/zh-CN.xpi) = bccb8ecc0ab6262f055e40fc9af998fce2dcf50890963f3d463acb8ae3fb18b2 +SIZE (xpi/firefox-i18n-46.0.1/zh-CN.xpi) = 464301 +SHA256 (xpi/firefox-i18n-46.0.1/zh-TW.xpi) = 1f8e3aefb8eacb5ea0fa9fb631ec0eb17000408cb15a6d39e08c09ff2f2cdde6 +SIZE (xpi/firefox-i18n-46.0.1/zh-TW.xpi) = 472118 Modified: branches/2016Q2/www/firefox/Makefile ============================================================================== --- branches/2016Q2/www/firefox/Makefile Wed May 4 12:30:06 2016 (r414599) +++ branches/2016Q2/www/firefox/Makefile Wed May 4 12:41:08 2016 (r414600) @@ -2,13 +2,12 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 46.0 +DISTVERSION= 46.0.1 DISTVERSIONSUFFIX=.source -PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build5/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla Modified: branches/2016Q2/www/firefox/distinfo ============================================================================== --- branches/2016Q2/www/firefox/distinfo Wed May 4 12:30:06 2016 (r414599) +++ branches/2016Q2/www/firefox/distinfo Wed May 4 12:41:08 2016 (r414600) @@ -1,2 +1,2 @@ -SHA256 (firefox-46.0.source.tar.xz) = b35aa05162362d73cd308066adca207f7aa40ceae10931fa4819371df6c4f8bf -SIZE (firefox-46.0.source.tar.xz) = 187338968 +SHA256 (firefox-46.0.1.source.tar.xz) = 98b8292a31b7e3e426f3204de1fed2a6ab38dcf64dd27bdfae556b407a198bf9 +SIZE (firefox-46.0.1.source.tar.xz) = 187160976 Modified: branches/2016Q2/www/libxul/Makefile ============================================================================== --- branches/2016Q2/www/libxul/Makefile Wed May 4 12:30:06 2016 (r414599) +++ branches/2016Q2/www/libxul/Makefile Wed May 4 12:41:08 2016 (r414600) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libxul -DISTVERSION= 45.1.0 -PORTREVISION= 1 +DISTVERSION= 45.1.1 CATEGORIES?= www devel MASTER_SITES= MOZILLA/firefox/releases/${DISTVERSION}esr/source \ MOZILLA/firefox/candidates/${DISTVERSION}esr-candidates/build1/source Modified: branches/2016Q2/www/libxul/distinfo ============================================================================== --- branches/2016Q2/www/libxul/distinfo Wed May 4 12:30:06 2016 (r414599) +++ branches/2016Q2/www/libxul/distinfo Wed May 4 12:41:08 2016 (r414600) @@ -1,2 +1,2 @@ -SHA256 (firefox-45.1.0esr.source.tar.xz) = 8bdc4a0f6d0ca4f28e888ca0044ba735ddc78302820b5ffcc25cd65064ff40a1 -SIZE (firefox-45.1.0esr.source.tar.xz) = 184373664 +SHA256 (firefox-45.1.1esr.source.tar.xz) = a27e36aa1ccebddfe5a113f7f15b09a61e35644be58029b00b0d996a00d04562 +SIZE (firefox-45.1.1esr.source.tar.xz) = 184360800 Modified: branches/2016Q2/www/linux-firefox/Makefile ============================================================================== --- branches/2016Q2/www/linux-firefox/Makefile Wed May 4 12:30:06 2016 (r414599) +++ branches/2016Q2/www/linux-firefox/Makefile Wed May 4 12:41:08 2016 (r414600) @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 46.0 -PORTREVISION= 1 -PORTEPOCH= 1 +DISTVERSION= 45.1.1 +DISTVERSIONSUFFIX=esr +PORTEPOCH= 2 CATEGORIES= www ipv6 -MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/linux-i686/en-US \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build5/linux-i686/en-US +MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/linux-i686/en-US \ + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}esr-candidates/build1/linux-i686/en-US MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla Modified: branches/2016Q2/www/linux-firefox/distinfo ============================================================================== --- branches/2016Q2/www/linux-firefox/distinfo Wed May 4 12:30:06 2016 (r414599) +++ branches/2016Q2/www/linux-firefox/distinfo Wed May 4 12:41:08 2016 (r414600) @@ -1,5 +1,5 @@ -SHA256 (firefox-46.0.tar.bz2) = 43ff37fc9138b185a052966b69901c461b7fed6d642bf483be27e0ccd8e6c5dc -SIZE (firefox-46.0.tar.bz2) = 53220326 +SHA256 (firefox-45.1.1esr.tar.bz2) = 6226926c9b2eea44b82ae09f5a853bded58fb2a2afc0d53d5c6d73b3d06a1f8d +SIZE (firefox-45.1.1esr.tar.bz2) = 52102386 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 Modified: branches/2016Q2/www/linux-firefox/pkg-plist ============================================================================== --- branches/2016Q2/www/linux-firefox/pkg-plist Wed May 4 12:30:06 2016 (r414599) +++ branches/2016Q2/www/linux-firefox/pkg-plist Wed May 4 12:41:08 2016 (r414600) @@ -12,8 +12,6 @@ lib/%%APP_NAME%%/browser/components/libb lib/%%APP_NAME%%/browser/crashreporter-override.ini lib/%%APP_NAME%%/browser/defaults/preferences/browser-prefs.js lib/%%APP_NAME%%/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi -lib/%%APP_NAME%%/browser/features/e10srollout@mozilla.org.xpi -lib/%%APP_NAME%%/browser/features/firefox@getpocket.com.xpi lib/%%APP_NAME%%/browser/features/loop@mozilla.org.xpi lib/%%APP_NAME%%/browser/icons/mozicon128.png lib/%%APP_NAME%%/browser/omni.ja @@ -28,7 +26,6 @@ lib/%%APP_NAME%%/firefox lib/%%APP_NAME%%/firefox-bin lib/%%APP_NAME%%/gmp-clearkey/0.1/clearkey.info lib/%%APP_NAME%%/gmp-clearkey/0.1/libclearkey.so -lib/%%APP_NAME%%/gtk2/libmozgtk.so lib/%%APP_NAME%%/icons/updater.png lib/%%APP_NAME%%/libfreebl3.chk lib/%%APP_NAME%%/libfreebl3.so @@ -37,9 +34,6 @@ lib/%%APP_NAME%%/libfreebl3.so %%GTK218%%lib/%%APP_NAME%%/libglib-2.0.so.0 %%GTK218%%lib/%%APP_NAME%%/libgtk-x11-2.0.so.0 lib/%%APP_NAME%%/liblgpllibs.so -lib/%%APP_NAME%%/libmozavcodec.so -lib/%%APP_NAME%%/libmozavutil.so -lib/%%APP_NAME%%/libmozgtk.so lib/%%APP_NAME%%/libmozsqlite3.so lib/%%APP_NAME%%/libnspr4.so lib/%%APP_NAME%%/libnss3.so From owner-svn-ports-branches@freebsd.org Wed May 4 15:19: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 A603BB2D785; Wed, 4 May 2016 15:19:19 +0000 (UTC) (envelope-from vanilla@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 6A2841AF5; Wed, 4 May 2016 15:19:19 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u44FJI8o019880; Wed, 4 May 2016 15:19:18 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u44FJIaR019878; Wed, 4 May 2016 15:19:18 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201605041519.u44FJIaR019878@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Wed, 4 May 2016 15:19:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r414604 - in branches/2016Q2/devel/jansson: . 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.22 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, 04 May 2016 15:19:19 -0000 Author: vanilla Date: Wed May 4 15:19:18 2016 New Revision: 414604 URL: https://svnweb.freebsd.org/changeset/ports/414604 Log: MFH: r414586 Fix CVE-2016-4425. PR: 209219/209257 Submitted by: junovitch@ / pkubaj@anongoth.pl Approved by: ports-secteam (junovitch) Added: branches/2016Q2/devel/jansson/files/patch-CVE-2016-4425 - copied unchanged from r414586, head/devel/jansson/files/patch-CVE-2016-4425 Modified: branches/2016Q2/devel/jansson/Makefile Directory Properties: branches/2016Q2/ (props changed) Modified: branches/2016Q2/devel/jansson/Makefile ============================================================================== --- branches/2016Q2/devel/jansson/Makefile Wed May 4 14:46:03 2016 (r414603) +++ branches/2016Q2/devel/jansson/Makefile Wed May 4 15:19:18 2016 (r414604) @@ -3,7 +3,7 @@ PORTNAME= jansson PORTVERSION= 2.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://www.digip.org/jansson/releases/ @@ -17,5 +17,7 @@ USES= cpe pathfix pkgconfig gmake tar:b USE_LDCONFIG= yes GNU_CONFIGURE= yes CPE_VENDOR= jansson_project +INSTALL_TARGET= install-strip +TEST_TARGET= check .include Copied: branches/2016Q2/devel/jansson/files/patch-CVE-2016-4425 (from r414586, head/devel/jansson/files/patch-CVE-2016-4425) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q2/devel/jansson/files/patch-CVE-2016-4425 Wed May 4 15:19:18 2016 (r414604, copy of r414586, head/devel/jansson/files/patch-CVE-2016-4425) @@ -0,0 +1,43 @@ +--- src/jansson_config.h.in.orig 2016-05-04 11:43:48.386196000 +0800 ++++ src/jansson_config.h.in 2016-05-04 11:44:21.204996000 +0800 +@@ -36,4 +36,8 @@ + otherwise to 0. */ + #define JSON_HAVE_LOCALECONV @json_have_localeconv@ + ++/* Maximum recursion depth for parsing JSON input. ++ * This limits the depth of e.g. array-within-array constructions. */ ++#define JSON_PARSER_MAX_DEPTH 2048 ++ + #endif +--- src/load.c.orig 2016-05-04 11:44:34.356957000 +0800 ++++ src/load.c 2016-05-04 11:46:44.547307000 +0800 +@@ -61,6 +61,7 @@ typedef struct { + typedef struct { + stream_t stream; + strbuffer_t saved_text; ++ size_t depth; + int token; + union { + struct { +@@ -800,6 +801,12 @@ static json_t *parse_value(lex_t *lex, s + json_t *json; + double value; + ++ lex->depth++; ++ if(lex->depth > JSON_PARSER_MAX_DEPTH) { ++ error_set(error, lex, "maximum parsing depth reached"); ++ return NULL; ++ } ++ + switch(lex->token) { + case TOKEN_STRING: { + const char *value = lex->value.string.val; +@@ -877,6 +884,8 @@ static json_t *parse_json(lex_t *lex, si + { + json_t *result; + ++ lex->depth = 0; ++ + lex_scan(lex, error); + if(!(flags & JSON_DECODE_ANY)) { + if(lex->token != '[' && lex->token != '{') { From owner-svn-ports-branches@freebsd.org Wed May 4 21:12:43 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 18E28B2D92C; Wed, 4 May 2016 21:12:43 +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 C289017EA; Wed, 4 May 2016 21:12:42 +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 u44LCfMV030014; Wed, 4 May 2016 21:12:41 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u44LCfBH030012; Wed, 4 May 2016 21:12:41 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201605042112.u44LCfBH030012@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Wed, 4 May 2016 21:12:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r414614 - in branches/2016Q2/dns/powerdns: . 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.22 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, 04 May 2016 21:12:43 -0000 Author: riggs Date: Wed May 4 21:12:41 2016 New Revision: 414614 URL: https://svnweb.freebsd.org/changeset/ports/414614 Log: MFH: r414613 Fix build on 9.3 i386 PR: 209260 Submitted by: tremere@cainites.net (maintainer) Approved by: ports-secteam (build fix blanket) Modified: branches/2016Q2/dns/powerdns/Makefile branches/2016Q2/dns/powerdns/files/patch-pdns_dnspacket.cc Directory Properties: branches/2016Q2/ (props changed) Modified: branches/2016Q2/dns/powerdns/Makefile ============================================================================== --- branches/2016Q2/dns/powerdns/Makefile Wed May 4 21:04:17 2016 (r414613) +++ branches/2016Q2/dns/powerdns/Makefile Wed May 4 21:12:41 2016 (r414614) @@ -14,6 +14,8 @@ LICENSE= GPLv2 LIB_DEPENDS= libboost_serialization.so:devel/boost-libs +BROKEN_powerpc64= Does not build + USES= cpe gmake libtool lua pkgconfig tar:bzip2 USE_LDCONFIG= YES USE_SUBMAKE= YES @@ -120,8 +122,6 @@ TOOLS_DESC= Build extra tools REMOTEOPT_DESC= Remote backend connectors ZEROMQ_DESC= Enable ZeroMQ connector (Implies REMOTE enabled) -.include - post-install: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} .for i in pdns.conf Modified: branches/2016Q2/dns/powerdns/files/patch-pdns_dnspacket.cc ============================================================================== --- branches/2016Q2/dns/powerdns/files/patch-pdns_dnspacket.cc Wed May 4 21:04:17 2016 (r414613) +++ branches/2016Q2/dns/powerdns/files/patch-pdns_dnspacket.cc Wed May 4 21:12:41 2016 (r414614) @@ -7,7 +7,7 @@ - uint64_t now = time(0); - if(abs(trc->d_time - now) > trc->d_fudge) { - L<qdomain<<"' denied: TSIG (key '"<<*keyname<<"') time delta "<< abs(trc->d_time - now)<<" > 'fudge' "<d_fudge<d_time - (int64_t)time(0)); ++ uint64_t delta = std::labs((int64_t)trc->d_time - (int64_t)time(0)); + if(delta > trc->d_fudge) { + L<qdomain<<"' denied: TSIG (key '"<<*keyname<<"') time delta "<< delta <<" > 'fudge' "<d_fudge< 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 4B2F4B2E640; Thu, 5 May 2016 16:42:58 +0000 (UTC) (envelope-from rm@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 2324A195E; Thu, 5 May 2016 16:42:58 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u45Ggvov088704; Thu, 5 May 2016 16:42:57 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u45GguJr088696; Thu, 5 May 2016 16:42:56 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201605051642.u45GguJr088696@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Thu, 5 May 2016 16:42:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r414650 - in branches/2016Q2/www: webkit-gtk2 webkit-gtk2/files webkit-gtk3 webkit-gtk3/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.22 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, 05 May 2016 16:42:58 -0000 Author: rm Date: Thu May 5 16:42:56 2016 New Revision: 414650 URL: https://svnweb.freebsd.org/changeset/ports/414650 Log: MFH: r414478 r414649 www/webkit-gtk[23]: update to 2.4.10 Merged from freebsd-ports-gnome development repo. Reviewed by: kwm With hat: gnome www/webkit-gtk[23]: update to 2.4.11 - update to 2.4.11 - fix build with Ruby 2.2 default version (ruby symlink doesn't exist anymore) - replace CPPFLAGS and LDFLAGS by USES= localbase - fix couple of whitespace bugs PR: 208961 PR: 208192 Submitted by: olivierd Reviewed by: kwm With hat: gnome - fix build of webkit-gtk2 on ARM platforms PR: 208569 Reported by: otacilio.neto@bsd.com.br Submitted by: mikael.urankar@gmail.com - fix build of webkit-gtk[23] when GNU binutils is installed PR: 195500 PR: 196333 Submitted by: Christoph Moench-Tegeder Approved by: ports-secteam (feld) Added: branches/2016Q2/www/webkit-gtk2/files/patch-Source_WTF_wtf_Platform.h - copied unchanged from r414649, head/www/webkit-gtk2/files/patch-Source_WTF_wtf_Platform.h Deleted: branches/2016Q2/www/webkit-gtk2/files/patch-CVE-2014-1748 branches/2016Q2/www/webkit-gtk3/files/patch-CVE-2014-1748 Modified: branches/2016Q2/www/webkit-gtk2/Makefile branches/2016Q2/www/webkit-gtk2/distinfo branches/2016Q2/www/webkit-gtk2/pkg-plist branches/2016Q2/www/webkit-gtk3/Makefile branches/2016Q2/www/webkit-gtk3/distinfo branches/2016Q2/www/webkit-gtk3/pkg-plist Directory Properties: branches/2016Q2/ (props changed) Modified: branches/2016Q2/www/webkit-gtk2/Makefile ============================================================================== --- branches/2016Q2/www/webkit-gtk2/Makefile Thu May 5 16:08:08 2016 (r414649) +++ branches/2016Q2/www/webkit-gtk2/Makefile Thu May 5 16:42:56 2016 (r414650) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= webkit -PORTVERSION= 2.4.9 -PORTREVISION= 2 +PORTVERSION= 2.4.11 CATEGORIES= www MASTER_SITES= http://webkitgtk.org/releases/ PKGNAMESUFFIX= -gtk2 @@ -28,7 +27,7 @@ PORTSCOUT= limit:1.4.*$$ USE_GSTREAMER1= yes USE_XORG= xt xdamage xcomposite -USES= bison compiler:c++11-lib gettext gmake gperf libtool \ +USES= bison compiler:c++11-lib gettext gmake gperf libtool localbase \ perl5 pkgconfig shebangfix sqlite tar:xz USE_RUBY= yes RUBY_NO_RUN_DEPENDS=yes @@ -37,9 +36,8 @@ USE_GL= gl USE_PERL5= build USE_LDCONFIG= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= ac_cv_path_DOLT_BASH="" -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +CONFIGURE_ENV= AR=/usr/bin/ar \ + ac_cv_path_DOLT_BASH="" INSTALL_TARGET= install-strip CONFIGURE_ARGS= --with-gtk=2.0 \ --enable-svg-fonts \ @@ -52,7 +50,7 @@ MAKE_ENV= XDG_CACHE_HOME=${WRKDIR} CONFIGURE_ARGS+=--disable-egl \ --disable-gles2 -SHEBANG_FILES= \ +SHEBANG_FILES= \ Source/JavaScriptCore/create_hash_table \ Source/JavaScriptCore/inspector/scripts/xxd.pl \ Source/WebCore/css/*.pl \ @@ -64,7 +62,7 @@ SHEBANG_FILES= \ Source/WebCore/bindings/scripts/*.p[lm] \ Source/JavaScriptCore/create_hash_table -BROWSER_PLUGINS_DIR?= ${LOCALBASE}/lib/browser_plugins/symlinks/webkit-gtk2 +BROWSER_PLUGINS_DIR?= ${LOCALBASE}/lib/browser_plugins/symlinks/webkit-gtk2 #_BROWSER_PLUGINS_DIR= ${BROWSER_PLUGINS_DIR:S|^/|"|:S|/|", "|g}", OPTIONS_DEFINE= DEBUG FULLDEBUG @@ -93,10 +91,12 @@ CXXFLAGS+= -Wno-c++11-extensions # Shutu CXXFLAGS+= -Qunused-arguments .endif - post-patch: @${REINPLACE_CMD} -e 's|%%BROWSER_PLUGINS_DIR%%|${BROWSER_PLUGINS_DIR}|' \ ${WRKSRC}/Source/WebCore/plugins/PluginDatabase.cpp +# Since ruby 2.2 there is no ruby symlink + @${REINPLACE_CMD} -e 's|ruby|${RUBY_NAME}|g' \ + ${WRKSRC}/configure @${FIND} ${WRKSRC} -name GNUmakefile.in | ${XARGS} ${REINPLACE_CMD} -e \ 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' Modified: branches/2016Q2/www/webkit-gtk2/distinfo ============================================================================== --- branches/2016Q2/www/webkit-gtk2/distinfo Thu May 5 16:08:08 2016 (r414649) +++ branches/2016Q2/www/webkit-gtk2/distinfo Thu May 5 16:42:56 2016 (r414650) @@ -1,2 +1,2 @@ -SHA256 (webkitgtk-2.4.9.tar.xz) = afdf29e7828816cad0be2604cf19421e96d96bf493987328ffc8813bb20ac564 -SIZE (webkitgtk-2.4.9.tar.xz) = 9840740 +SHA256 (webkitgtk-2.4.11.tar.xz) = 588aea051bfbacced27fdfe0335a957dca839ebe36aa548df39c7bbafdb65bf7 +SIZE (webkitgtk-2.4.11.tar.xz) = 9869100 Copied: branches/2016Q2/www/webkit-gtk2/files/patch-Source_WTF_wtf_Platform.h (from r414649, head/www/webkit-gtk2/files/patch-Source_WTF_wtf_Platform.h) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q2/www/webkit-gtk2/files/patch-Source_WTF_wtf_Platform.h Thu May 5 16:42:56 2016 (r414650, copy of r414649, head/www/webkit-gtk2/files/patch-Source_WTF_wtf_Platform.h) @@ -0,0 +1,12 @@ +This patch reportedly fixes build for ARM. See PR 208569 + +--- Source/WTF/wtf/Platform.h.orig 2016-04-10 06:48:36 UTC ++++ Source/WTF/wtf/Platform.h +@@ -218,6 +218,7 @@ + #elif defined(__ARM_ARCH_6__) \ + || defined(__ARM_ARCH_6J__) \ + || defined(__ARM_ARCH_6K__) \ ++ || defined(__ARM_ARCH_6KZ__) \ + || defined(__ARM_ARCH_6Z__) \ + || defined(__ARM_ARCH_6ZK__) \ + || defined(__ARM_ARCH_6T2__) \ Modified: branches/2016Q2/www/webkit-gtk2/pkg-plist ============================================================================== --- branches/2016Q2/www/webkit-gtk2/pkg-plist Thu May 5 16:08:08 2016 (r414649) +++ branches/2016Q2/www/webkit-gtk2/pkg-plist Thu May 5 16:42:56 2016 (r414650) @@ -255,10 +255,10 @@ lib/girepository-1.0/JavaScriptCore-1.0. lib/girepository-1.0/WebKit-1.0.typelib lib/libjavascriptcoregtk-1.0.so lib/libjavascriptcoregtk-1.0.so.0 -lib/libjavascriptcoregtk-1.0.so.0.16.17 +lib/libjavascriptcoregtk-1.0.so.0.16.19 lib/libwebkitgtk-1.0.so lib/libwebkitgtk-1.0.so.0 -lib/libwebkitgtk-1.0.so.0.22.15 +lib/libwebkitgtk-1.0.so.0.22.17 libdata/pkgconfig/javascriptcoregtk-1.0.pc libdata/pkgconfig/webkit-1.0.pc share/gir-1.0/JavaScriptCore-1.0.gir @@ -426,7 +426,6 @@ share/gtk-doc/html/webkit1/webkitdomgtk/ share/gtk-doc/html/webkit1/webkitdomgtk/home.png share/gtk-doc/html/webkit1/webkitdomgtk/index-all.html share/gtk-doc/html/webkit1/webkitdomgtk/index.html -share/gtk-doc/html/webkit1/webkitdomgtk/index.sgml share/gtk-doc/html/webkit1/webkitdomgtk/left-insensitive.png share/gtk-doc/html/webkit1/webkitdomgtk/left.png share/gtk-doc/html/webkit1/webkitdomgtk/right-insensitive.png @@ -499,7 +498,6 @@ share/gtk-doc/html/webkit1/webkitgtk/ind share/gtk-doc/html/webkit1/webkitgtk/index-all.html share/gtk-doc/html/webkit1/webkitgtk/index-deprecated.html share/gtk-doc/html/webkit1/webkitgtk/index.html -share/gtk-doc/html/webkit1/webkitgtk/index.sgml share/gtk-doc/html/webkit1/webkitgtk/left-insensitive.png share/gtk-doc/html/webkit1/webkitgtk/left.png share/gtk-doc/html/webkit1/webkitgtk/right-insensitive.png @@ -532,6 +530,7 @@ share/locale/hi/LC_MESSAGES/WebKitGTK-2. share/locale/hu/LC_MESSAGES/WebKitGTK-2.0.mo share/locale/id/LC_MESSAGES/WebKitGTK-2.0.mo share/locale/it/LC_MESSAGES/WebKitGTK-2.0.mo +share/locale/ja/LC_MESSAGES/WebKitGTK-2.0.mo share/locale/kn/LC_MESSAGES/WebKitGTK-2.0.mo share/locale/ko/LC_MESSAGES/WebKitGTK-2.0.mo share/locale/lt/LC_MESSAGES/WebKitGTK-2.0.mo @@ -556,6 +555,7 @@ share/locale/te/LC_MESSAGES/WebKitGTK-2. share/locale/uk/LC_MESSAGES/WebKitGTK-2.0.mo share/locale/vi/LC_MESSAGES/WebKitGTK-2.0.mo share/locale/zh_CN/LC_MESSAGES/WebKitGTK-2.0.mo +share/locale/zh_TW/LC_MESSAGES/WebKitGTK-2.0.mo share/webkitgtk-1.0/images/deleteButton.png share/webkitgtk-1.0/images/inputSpeech.png share/webkitgtk-1.0/images/missingImage.png Modified: branches/2016Q2/www/webkit-gtk3/Makefile ============================================================================== --- branches/2016Q2/www/webkit-gtk3/Makefile Thu May 5 16:08:08 2016 (r414649) +++ branches/2016Q2/www/webkit-gtk3/Makefile Thu May 5 16:42:56 2016 (r414650) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= webkit -PORTVERSION= 2.4.9 -PORTREVISION= 2 +PORTVERSION= 2.4.11 CATEGORIES= www MASTER_SITES= http://webkitgtk.org/releases/ PKGNAMESUFFIX= -gtk3 @@ -28,8 +27,8 @@ PORTSCOUT= limit:1.4.*$$ USE_GSTREAMER1= yes USE_XORG= xt xdamage xcomposite -USES= bison compiler:c++11-lib gettext gmake gperf libtool perl5 \ - pkgconfig shebangfix sqlite tar:xz +USES= bison compiler:c++11-lib gettext gmake gperf libtool localbase \ + perl5 pkgconfig shebangfix sqlite tar:xz USE_RUBY= yes RUBY_NO_RUN_DEPENDS=yes USE_GNOME= cairo gtk20 gtk30 introspection:build libxslt @@ -37,9 +36,8 @@ USE_GL= gl USE_PERL5= build USE_LDCONFIG= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= ac_cv_path_DOLT_BASH="" -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +CONFIGURE_ENV= AR=/usr/bin/ar \ + ac_cv_path_DOLT_BASH="" INSTALL_TARGET= install-strip CONFIGURE_ARGS= --with-gtk=3.0 \ --enable-svg-fonts \ @@ -104,6 +102,9 @@ CXXFLAGS+= -Qunused-arguments post-patch: @${REINPLACE_CMD} -e 's|%%BROWSER_PLUGINS_DIR%%|${BROWSER_PLUGINS_DIR}|' \ ${WRKSRC}/Source/WebCore/plugins/PluginDatabase.cpp +# Since ruby 2.2 there is no ruby symlink + @${REINPLACE_CMD} -e 's|ruby|${RUBY_NAME}|g' \ + ${WRKSRC}/configure @${FIND} ${WRKSRC} -name GNUmakefile.in | ${XARGS} ${REINPLACE_CMD} -e \ 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' Modified: branches/2016Q2/www/webkit-gtk3/distinfo ============================================================================== --- branches/2016Q2/www/webkit-gtk3/distinfo Thu May 5 16:08:08 2016 (r414649) +++ branches/2016Q2/www/webkit-gtk3/distinfo Thu May 5 16:42:56 2016 (r414650) @@ -1,2 +1,2 @@ -SHA256 (webkitgtk-2.4.9.tar.xz) = afdf29e7828816cad0be2604cf19421e96d96bf493987328ffc8813bb20ac564 -SIZE (webkitgtk-2.4.9.tar.xz) = 9840740 +SHA256 (webkitgtk-2.4.11.tar.xz) = 588aea051bfbacced27fdfe0335a957dca839ebe36aa548df39c7bbafdb65bf7 +SIZE (webkitgtk-2.4.11.tar.xz) = 9869100 Modified: branches/2016Q2/www/webkit-gtk3/pkg-plist ============================================================================== --- branches/2016Q2/www/webkit-gtk3/pkg-plist Thu May 5 16:08:08 2016 (r414649) +++ branches/2016Q2/www/webkit-gtk3/pkg-plist Thu May 5 16:42:56 2016 (r414650) @@ -258,13 +258,13 @@ lib/girepository-1.0/WebKit2-3.0.typelib lib/girepository-1.0/WebKit2WebExtension-3.0.typelib lib/libjavascriptcoregtk-3.0.so lib/libjavascriptcoregtk-3.0.so.0 -lib/libjavascriptcoregtk-3.0.so.0.16.17 +lib/libjavascriptcoregtk-3.0.so.0.16.19 lib/libwebkit2gtk-3.0.so lib/libwebkit2gtk-3.0.so.25 -lib/libwebkit2gtk-3.0.so.25.10.12 +lib/libwebkit2gtk-3.0.so.25.10.14 lib/libwebkitgtk-3.0.so lib/libwebkitgtk-3.0.so.0 -lib/libwebkitgtk-3.0.so.0.22.15 +lib/libwebkitgtk-3.0.so.0.22.17 lib/webkit2gtk-3.0/injected-bundle/libwebkit2gtkinjectedbundle.so libdata/pkgconfig/javascriptcoregtk-3.0.pc libdata/pkgconfig/webkit2gtk-3.0.pc @@ -320,7 +320,6 @@ share/gtk-doc/html/webkit2gtk/ch02.html share/gtk-doc/html/webkit2gtk/home.png share/gtk-doc/html/webkit2gtk/index-all.html share/gtk-doc/html/webkit2gtk/index.html -share/gtk-doc/html/webkit2gtk/index.sgml share/gtk-doc/html/webkit2gtk/left-insensitive.png share/gtk-doc/html/webkit2gtk/left.png share/gtk-doc/html/webkit2gtk/right-insensitive.png @@ -494,7 +493,6 @@ share/gtk-doc/html/webkitdomgtk/ch01.htm share/gtk-doc/html/webkitdomgtk/home.png share/gtk-doc/html/webkitdomgtk/index-all.html share/gtk-doc/html/webkitdomgtk/index.html -share/gtk-doc/html/webkitdomgtk/index.sgml share/gtk-doc/html/webkitdomgtk/left-insensitive.png share/gtk-doc/html/webkitdomgtk/left.png share/gtk-doc/html/webkitdomgtk/right-insensitive.png @@ -567,7 +565,6 @@ share/gtk-doc/html/webkitgtk/index-1.3.8 share/gtk-doc/html/webkitgtk/index-all.html share/gtk-doc/html/webkitgtk/index-deprecated.html share/gtk-doc/html/webkitgtk/index.html -share/gtk-doc/html/webkitgtk/index.sgml share/gtk-doc/html/webkitgtk/left-insensitive.png share/gtk-doc/html/webkitgtk/left.png share/gtk-doc/html/webkitgtk/right-insensitive.png @@ -600,6 +597,7 @@ share/locale/hi/LC_MESSAGES/WebKitGTK-3. share/locale/hu/LC_MESSAGES/WebKitGTK-3.0.mo share/locale/id/LC_MESSAGES/WebKitGTK-3.0.mo share/locale/it/LC_MESSAGES/WebKitGTK-3.0.mo +share/locale/ja/LC_MESSAGES/WebKitGTK-3.0.mo share/locale/kn/LC_MESSAGES/WebKitGTK-3.0.mo share/locale/ko/LC_MESSAGES/WebKitGTK-3.0.mo share/locale/lt/LC_MESSAGES/WebKitGTK-3.0.mo @@ -624,6 +622,7 @@ share/locale/te/LC_MESSAGES/WebKitGTK-3. share/locale/uk/LC_MESSAGES/WebKitGTK-3.0.mo share/locale/vi/LC_MESSAGES/WebKitGTK-3.0.mo share/locale/zh_CN/LC_MESSAGES/WebKitGTK-3.0.mo +share/locale/zh_TW/LC_MESSAGES/WebKitGTK-3.0.mo share/webkitgtk-3.0/images/deleteButton.png share/webkitgtk-3.0/images/inputSpeech.png share/webkitgtk-3.0/images/missingImage.png From owner-svn-ports-branches@freebsd.org Fri May 6 12:37: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 8B386B2F291; Fri, 6 May 2016 12:37:38 +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 5B1391379; Fri, 6 May 2016 12:37:38 +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 u46CbbNZ052485; Fri, 6 May 2016 12:37:37 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u46CbbXs052479; Fri, 6 May 2016 12:37:37 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201605061237.u46CbbXs052479@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 6 May 2016 12:37:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r414703 - in branches/2016Q2/mail: linux-thunderbird thunderbird thunderbird-i18n 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.22 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, 06 May 2016 12:37:38 -0000 Author: jbeich Date: Fri May 6 12:37:36 2016 New Revision: 414703 URL: https://svnweb.freebsd.org/changeset/ports/414703 Log: MFH: r414684 mail/thunderbird: update to 45.1.0 - Update ENIGMAIL to 1.9.2 [1] Changes: https://www.mozilla.org/thunderbird/45.1.0/releasenotes/ Changes: https://www.enigmail.net/index.php/en/download/changelog [1] PR: 209155 [1] Submitted by: mi [1] Security: 92d44f83-a7bf-41cf-91ee-3d1b8ecf579f Approved by: ports-secteam (feld) Modified: branches/2016Q2/mail/linux-thunderbird/Makefile branches/2016Q2/mail/linux-thunderbird/distinfo branches/2016Q2/mail/thunderbird-i18n/Makefile branches/2016Q2/mail/thunderbird-i18n/distinfo branches/2016Q2/mail/thunderbird/Makefile branches/2016Q2/mail/thunderbird/distinfo Directory Properties: branches/2016Q2/ (props changed) Modified: branches/2016Q2/mail/linux-thunderbird/Makefile ============================================================================== --- branches/2016Q2/mail/linux-thunderbird/Makefile Fri May 6 12:02:20 2016 (r414702) +++ branches/2016Q2/mail/linux-thunderbird/Makefile Fri May 6 12:37:36 2016 (r414703) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= thunderbird -DISTVERSION= 45.0 +DISTVERSION= 45.1.0 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/linux-i686/en-US \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/linux-i686/en-US Modified: branches/2016Q2/mail/linux-thunderbird/distinfo ============================================================================== --- branches/2016Q2/mail/linux-thunderbird/distinfo Fri May 6 12:02:20 2016 (r414702) +++ branches/2016Q2/mail/linux-thunderbird/distinfo Fri May 6 12:37:36 2016 (r414703) @@ -1,5 +1,5 @@ -SHA256 (thunderbird-45.0.tar.bz2) = c4e1d0a902ab04db666ac90cf1003f8b48ed88e3291fbbf1d6b2606e805a45b0 -SIZE (thunderbird-45.0.tar.bz2) = 44105947 +SHA256 (thunderbird-45.1.0.tar.bz2) = 24c5d03af4a931d8b1e31de86b9ae15b630e40b8b784c94981195ccca633796e +SIZE (thunderbird-45.1.0.tar.bz2) = 44109949 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 Modified: branches/2016Q2/mail/thunderbird-i18n/Makefile ============================================================================== --- branches/2016Q2/mail/thunderbird-i18n/Makefile Fri May 6 12:02:20 2016 (r414702) +++ branches/2016Q2/mail/thunderbird-i18n/Makefile Fri May 6 12:37:36 2016 (r414703) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= thunderbird-i18n -PORTVERSION= 45.0 +PORTVERSION= 45.1.0 CATEGORIES= mail news net-im MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-i686/xpi \ MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build1/linux-i686/xpi Modified: branches/2016Q2/mail/thunderbird-i18n/distinfo ============================================================================== --- branches/2016Q2/mail/thunderbird-i18n/distinfo Fri May 6 12:02:20 2016 (r414702) +++ branches/2016Q2/mail/thunderbird-i18n/distinfo Fri May 6 12:37:36 2016 (r414703) @@ -1,116 +1,116 @@ -SHA256 (xpi/thunderbird-i18n-45.0/ar.xpi) = fb2149bf73d5ac70ed902634eb30171835dabaa1a320aa0761057d5a1833bef9 -SIZE (xpi/thunderbird-i18n-45.0/ar.xpi) = 490773 -SHA256 (xpi/thunderbird-i18n-45.0/ast.xpi) = aa00a32977f5f6181f7a5e7d97c5e7518e69ab7d4babd93c2e60e3d34a5b849f -SIZE (xpi/thunderbird-i18n-45.0/ast.xpi) = 428057 -SHA256 (xpi/thunderbird-i18n-45.0/be.xpi) = 76fd0ca0105b899b136499eca33910a8a769e0cf2b87ad5c63024b4fadd22313 -SIZE (xpi/thunderbird-i18n-45.0/be.xpi) = 469094 -SHA256 (xpi/thunderbird-i18n-45.0/bg.xpi) = 9496be1bddc7739269880d2add7ba14e7a82c7a51bbd158f54f5a86a17d2b030 -SIZE (xpi/thunderbird-i18n-45.0/bg.xpi) = 524297 -SHA256 (xpi/thunderbird-i18n-45.0/bn-BD.xpi) = 9960e4a3900b7fa58e9b23260519c14cd13c57c7613a46d67192070d8a6066cb -SIZE (xpi/thunderbird-i18n-45.0/bn-BD.xpi) = 581437 -SHA256 (xpi/thunderbird-i18n-45.0/br.xpi) = b0a32d8f1a587417624c2710433d004a3a8cf7df6614b47af7eda3a7c49aee9c -SIZE (xpi/thunderbird-i18n-45.0/br.xpi) = 465998 -SHA256 (xpi/thunderbird-i18n-45.0/ca.xpi) = 0cc24edb880a8d956854edf9162c5066f4159b7389d0764024e6b721c9d7d664 -SIZE (xpi/thunderbird-i18n-45.0/ca.xpi) = 467978 -SHA256 (xpi/thunderbird-i18n-45.0/cs.xpi) = dea9eab64d80ea8f1f190cb534e15e138a03707932398f74be4419f543734eaa -SIZE (xpi/thunderbird-i18n-45.0/cs.xpi) = 474326 -SHA256 (xpi/thunderbird-i18n-45.0/cy.xpi) = be109dd5fa1c73afbada379a7f09c85088c4caaf0ecfbc34ed9a6a76ce5bbbc6 -SIZE (xpi/thunderbird-i18n-45.0/cy.xpi) = 456119 -SHA256 (xpi/thunderbird-i18n-45.0/da.xpi) = a2582eb709e1eda1d1d790d3e825f1de874216be86dc69bf09216ff2e3cc1bee -SIZE (xpi/thunderbird-i18n-45.0/da.xpi) = 445593 -SHA256 (xpi/thunderbird-i18n-45.0/de.xpi) = c7415d7d2d7add3d0a99d9b8503291bf012b0a0e8628fe779365a19cd0a00105 -SIZE (xpi/thunderbird-i18n-45.0/de.xpi) = 451954 -SHA256 (xpi/thunderbird-i18n-45.0/dsb.xpi) = 689655b8f8916eeecf1e966d342e6772500fd872f9ebb688e7344d19b1debdc5 -SIZE (xpi/thunderbird-i18n-45.0/dsb.xpi) = 481646 -SHA256 (xpi/thunderbird-i18n-45.0/el.xpi) = 7e5badcfa2bab9c87abaab82c1b05f29727cbc851383a64792690554776eadd9 -SIZE (xpi/thunderbird-i18n-45.0/el.xpi) = 514355 -SHA256 (xpi/thunderbird-i18n-45.0/en-GB.xpi) = 5d268a207232ecae0b2cea61d4cc8bb40334f21d200443778bad617ff1b25f23 -SIZE (xpi/thunderbird-i18n-45.0/en-GB.xpi) = 437602 -SHA256 (xpi/thunderbird-i18n-45.0/en-US.xpi) = 1260c20185c3252b25488c0d3b463937078ae481456b35f1926473049dd442ff -SIZE (xpi/thunderbird-i18n-45.0/en-US.xpi) = 435471 -SHA256 (xpi/thunderbird-i18n-45.0/es-AR.xpi) = b70cfa37a653f0a8968006e108721729173f80270e29bac1a53d21e052c626c1 -SIZE (xpi/thunderbird-i18n-45.0/es-AR.xpi) = 464682 -SHA256 (xpi/thunderbird-i18n-45.0/es-ES.xpi) = 106ddf25bc9a62d54f943df770ed2650d2f500c7abbd5868af455f3eae3bd3fd -SIZE (xpi/thunderbird-i18n-45.0/es-ES.xpi) = 387998 -SHA256 (xpi/thunderbird-i18n-45.0/et.xpi) = 62f42758f751f506805f7e876a6a17ff93eb6e322a4d5fac4d012d018250ea40 -SIZE (xpi/thunderbird-i18n-45.0/et.xpi) = 458416 -SHA256 (xpi/thunderbird-i18n-45.0/eu.xpi) = abac313e1ae3a2bae9ff5c56e4b207a6ba71a77db2cfcf5cd459c8c9cb6e7979 -SIZE (xpi/thunderbird-i18n-45.0/eu.xpi) = 456706 -SHA256 (xpi/thunderbird-i18n-45.0/fi.xpi) = afb758875d3935c2a06205965d69300f6a0f63ac2f1ed50b0ab6338139a1362d -SIZE (xpi/thunderbird-i18n-45.0/fi.xpi) = 458334 -SHA256 (xpi/thunderbird-i18n-45.0/fr.xpi) = 15bd3883903231914d8acebed9593f00137826f59dc45943354f2feb9cca5621 -SIZE (xpi/thunderbird-i18n-45.0/fr.xpi) = 475464 -SHA256 (xpi/thunderbird-i18n-45.0/fy-NL.xpi) = 03af0e3471172abd34d62c4d8f28b59a3c16ec7b93d66b831d0faa853c80358b -SIZE (xpi/thunderbird-i18n-45.0/fy-NL.xpi) = 464755 -SHA256 (xpi/thunderbird-i18n-45.0/ga-IE.xpi) = 3bd85a997f6c020e6c814a7895d431aa6df1b5392dec65a6ce809c557538b137 -SIZE (xpi/thunderbird-i18n-45.0/ga-IE.xpi) = 480315 -SHA256 (xpi/thunderbird-i18n-45.0/gd.xpi) = 96ab01f5658b6f3f774c6f754acdf9731c3a64c462d72b4514035e426fcefb05 -SIZE (xpi/thunderbird-i18n-45.0/gd.xpi) = 478295 -SHA256 (xpi/thunderbird-i18n-45.0/gl.xpi) = 6cae6fc66d2a3a8de17985bdf15c6ea559d54656c5238ba76d1e80312a9e5d32 -SIZE (xpi/thunderbird-i18n-45.0/gl.xpi) = 478578 -SHA256 (xpi/thunderbird-i18n-45.0/he.xpi) = af1d9f6b687773bf671012b73a16be1511d71661d9b47ebbf6b715449ba8e8db -SIZE (xpi/thunderbird-i18n-45.0/he.xpi) = 497960 -SHA256 (xpi/thunderbird-i18n-45.0/hr.xpi) = a6379f9aa6b2420bad3e03de51744fda3f281360d32fb20393458cb91d3e6dc1 -SIZE (xpi/thunderbird-i18n-45.0/hr.xpi) = 463957 -SHA256 (xpi/thunderbird-i18n-45.0/hsb.xpi) = 353987805a44f12e896ae2035956d5270f1d878a3882f7473c593dd7bb5dfc0b -SIZE (xpi/thunderbird-i18n-45.0/hsb.xpi) = 479412 -SHA256 (xpi/thunderbird-i18n-45.0/hu.xpi) = cf3833bfe2ba2629aea229cba992e47e2f44ba67dbc417c5356cbf1b8fe8326f -SIZE (xpi/thunderbird-i18n-45.0/hu.xpi) = 479583 -SHA256 (xpi/thunderbird-i18n-45.0/hy-AM.xpi) = 5d10aee8ee42e2c191844f3195b81e9bddd0f409957415f8f7bd0d527a6ded13 -SIZE (xpi/thunderbird-i18n-45.0/hy-AM.xpi) = 518881 -SHA256 (xpi/thunderbird-i18n-45.0/id.xpi) = 21397c9ccb1c8a19873ee621affaa2eadc0d48e43baa590476d0c7394ad7e1cd -SIZE (xpi/thunderbird-i18n-45.0/id.xpi) = 499980 -SHA256 (xpi/thunderbird-i18n-45.0/is.xpi) = c4a78c55eff843258ca45a81437fa350453f1344ce704960965e1bef2a43aab8 -SIZE (xpi/thunderbird-i18n-45.0/is.xpi) = 462189 -SHA256 (xpi/thunderbird-i18n-45.0/it.xpi) = ce3182539224f6d7ab6b3f5aab0c60c2552f91b8836c20b523f1bc1faf77043a -SIZE (xpi/thunderbird-i18n-45.0/it.xpi) = 376887 -SHA256 (xpi/thunderbird-i18n-45.0/ja.xpi) = 4dbec26b6449bcc803442fa78b90386296f548631481a738339f6125a39cfc0f -SIZE (xpi/thunderbird-i18n-45.0/ja.xpi) = 519550 -SHA256 (xpi/thunderbird-i18n-45.0/ko.xpi) = 50f7ecd392dfce7fc35882d9c1c0962f51a729dd7dae128d53969c85b8f2dacf -SIZE (xpi/thunderbird-i18n-45.0/ko.xpi) = 487416 -SHA256 (xpi/thunderbird-i18n-45.0/lt.xpi) = 7b59810bad64dc6b02ec9d1cc9a22b639ec8c35f17394147d75088e326ced3e0 -SIZE (xpi/thunderbird-i18n-45.0/lt.xpi) = 477734 -SHA256 (xpi/thunderbird-i18n-45.0/nb-NO.xpi) = f1f395d73066d37823a3520ef09d8bc781bbb308555daff3d82208d4c9fa10cb -SIZE (xpi/thunderbird-i18n-45.0/nb-NO.xpi) = 460010 -SHA256 (xpi/thunderbird-i18n-45.0/nl.xpi) = 8df61ee2940defbad67442cbdc4cd30e4cb9364b7188066933b1d867216fc96e -SIZE (xpi/thunderbird-i18n-45.0/nl.xpi) = 456662 -SHA256 (xpi/thunderbird-i18n-45.0/nn-NO.xpi) = bf89fbd5015da7c4e327e3959085788e735aab93f85dc891b9ee7609797a797b -SIZE (xpi/thunderbird-i18n-45.0/nn-NO.xpi) = 460878 -SHA256 (xpi/thunderbird-i18n-45.0/pa-IN.xpi) = 90cef5c55d1d9428e908e52921214cb89022db22d20324cda571f5067ce6adc2 -SIZE (xpi/thunderbird-i18n-45.0/pa-IN.xpi) = 551066 -SHA256 (xpi/thunderbird-i18n-45.0/pl.xpi) = 5ca001ceb3b6fa049c7d369ef6feca0ca635ffdd3fc602058e48cf7547ebfb58 -SIZE (xpi/thunderbird-i18n-45.0/pl.xpi) = 423865 -SHA256 (xpi/thunderbird-i18n-45.0/pt-BR.xpi) = 9551e881a82960df63b47744d14a9dd10c544e275e1198fdad47202efb827e74 -SIZE (xpi/thunderbird-i18n-45.0/pt-BR.xpi) = 464681 -SHA256 (xpi/thunderbird-i18n-45.0/pt-PT.xpi) = 9774d7df25cbdea8214789990eca45b2a6b3afb4db95090b0b6749fafeb63fa0 -SIZE (xpi/thunderbird-i18n-45.0/pt-PT.xpi) = 463749 -SHA256 (xpi/thunderbird-i18n-45.0/rm.xpi) = f5d87085b9a730d0737b27fde6407dce7b90957d4e373a747e3379e1c16ff5e0 -SIZE (xpi/thunderbird-i18n-45.0/rm.xpi) = 462648 -SHA256 (xpi/thunderbird-i18n-45.0/ro.xpi) = d975b76899782465673dbb1c4174b28c017342ca3d38f6fa3a2973a5b8817ca0 -SIZE (xpi/thunderbird-i18n-45.0/ro.xpi) = 468516 -SHA256 (xpi/thunderbird-i18n-45.0/ru.xpi) = 7e61145bb880e12c1205f8235f4f78c6e11e6e1c83e57d9fff440e1730da6e29 -SIZE (xpi/thunderbird-i18n-45.0/ru.xpi) = 463889 -SHA256 (xpi/thunderbird-i18n-45.0/si.xpi) = a35e7115b8c11c5f043905e2b911bc4e7a831b3be2adb8f1f77e1d24c9cb6f01 -SIZE (xpi/thunderbird-i18n-45.0/si.xpi) = 555993 -SHA256 (xpi/thunderbird-i18n-45.0/sk.xpi) = b3ef0caeeb8b388b5a5141cd1cf2022f0446a4de7548a80454932533f2d5c09c -SIZE (xpi/thunderbird-i18n-45.0/sk.xpi) = 481490 -SHA256 (xpi/thunderbird-i18n-45.0/sl.xpi) = 83aa064ecc7d667d9a718d2c91ee3588093e7df9c4a81b84cca11d88301c5458 -SIZE (xpi/thunderbird-i18n-45.0/sl.xpi) = 462779 -SHA256 (xpi/thunderbird-i18n-45.0/sq.xpi) = f27cbf31f7077e8f23094519f18b1fdb47dc4c2daad61d3c948df42a33fb043f -SIZE (xpi/thunderbird-i18n-45.0/sq.xpi) = 469533 -SHA256 (xpi/thunderbird-i18n-45.0/sr.xpi) = f243ac51c842acdbd2d2b8f6ffbd11c637e859604de87c45ff483c177ae7c45c -SIZE (xpi/thunderbird-i18n-45.0/sr.xpi) = 565463 -SHA256 (xpi/thunderbird-i18n-45.0/sv-SE.xpi) = c486c44b0eae6f930cf65322fa80ab5980275fe4e8c40a96df6e4fa7e5be48cc -SIZE (xpi/thunderbird-i18n-45.0/sv-SE.xpi) = 465432 -SHA256 (xpi/thunderbird-i18n-45.0/ta-LK.xpi) = d8acc86335f62cc0a51ac7021696c26ad78b4776e9069b12dbc80ef5affd45a4 -SIZE (xpi/thunderbird-i18n-45.0/ta-LK.xpi) = 579217 -SHA256 (xpi/thunderbird-i18n-45.0/tr.xpi) = fc84b4a72222b0bf9bd0f0dd22b8aefaade996a6a3a73aac2e378ad92edbb780 -SIZE (xpi/thunderbird-i18n-45.0/tr.xpi) = 467620 -SHA256 (xpi/thunderbird-i18n-45.0/uk.xpi) = dc05607f77ceed5e07b7d0432d149e420edb955b72ebc3c6465a19b98799e7af -SIZE (xpi/thunderbird-i18n-45.0/uk.xpi) = 536436 -SHA256 (xpi/thunderbird-i18n-45.0/vi.xpi) = 91fa505c9eaf6fd7c0139cfbe2358595078114767d0220f33309442e2e37fada -SIZE (xpi/thunderbird-i18n-45.0/vi.xpi) = 540496 -SHA256 (xpi/thunderbird-i18n-45.0/zh-CN.xpi) = 3f5bc2c5d4c21d2856591dd1de864e53105ae6a2decaee58ed27a66a52188e21 -SIZE (xpi/thunderbird-i18n-45.0/zh-CN.xpi) = 489208 -SHA256 (xpi/thunderbird-i18n-45.0/zh-TW.xpi) = 2e78b6ef421619df69edde19e1995a2d54c8726539ba38b3afe22b96267008ea -SIZE (xpi/thunderbird-i18n-45.0/zh-TW.xpi) = 490848 +SHA256 (xpi/thunderbird-i18n-45.1.0/ar.xpi) = 19ca994ba8ae469e3ee62d0e8f2c22b436c355a02ec187e81d615c67c9addad3 +SIZE (xpi/thunderbird-i18n-45.1.0/ar.xpi) = 490774 +SHA256 (xpi/thunderbird-i18n-45.1.0/ast.xpi) = 97a31e91a44e84ce5975f8a4f15b1792c5c11b3a796d648e3e9943f51454bfd3 +SIZE (xpi/thunderbird-i18n-45.1.0/ast.xpi) = 428058 +SHA256 (xpi/thunderbird-i18n-45.1.0/be.xpi) = 7e7b3c6d8ce6c73a0cc522924bf578682b2b029c5c534a6bbad24968f086fc47 +SIZE (xpi/thunderbird-i18n-45.1.0/be.xpi) = 469095 +SHA256 (xpi/thunderbird-i18n-45.1.0/bg.xpi) = 4bbd01b864a0d57c7f9dd8f7b09b702db0b5629d5330ab23af64b1edc286cb47 +SIZE (xpi/thunderbird-i18n-45.1.0/bg.xpi) = 524298 +SHA256 (xpi/thunderbird-i18n-45.1.0/bn-BD.xpi) = a234d2ddc12c466a2812329e3e2bb186bd09a85a8c0ab2ce387b7f6133a7ee73 +SIZE (xpi/thunderbird-i18n-45.1.0/bn-BD.xpi) = 581438 +SHA256 (xpi/thunderbird-i18n-45.1.0/br.xpi) = 47c8d122a35a688282f72e70c29af8a6e0cf3b31fa1bb98da5f7ec7dfcd5b381 +SIZE (xpi/thunderbird-i18n-45.1.0/br.xpi) = 465999 +SHA256 (xpi/thunderbird-i18n-45.1.0/ca.xpi) = 9d0ffb70eb8b72ba0932c3bee34f12a3fb06766d3cfb063872219397c48685fc +SIZE (xpi/thunderbird-i18n-45.1.0/ca.xpi) = 467979 +SHA256 (xpi/thunderbird-i18n-45.1.0/cs.xpi) = dd7c1720fa7f2825438dee59e46e5d93911d29f8f4f05152b61d0ec6675009f0 +SIZE (xpi/thunderbird-i18n-45.1.0/cs.xpi) = 474327 +SHA256 (xpi/thunderbird-i18n-45.1.0/cy.xpi) = 5ef4be044999200b273a148f7bc1954c5a20047383ea27ac1eb065aaa47db56b +SIZE (xpi/thunderbird-i18n-45.1.0/cy.xpi) = 456120 +SHA256 (xpi/thunderbird-i18n-45.1.0/da.xpi) = 7961f7214f3eff898964aaa2a79bf554d566fc18405508f504ba20b92a0085e6 +SIZE (xpi/thunderbird-i18n-45.1.0/da.xpi) = 445594 +SHA256 (xpi/thunderbird-i18n-45.1.0/de.xpi) = 0f8291cbc88d6fb18fae20ecc30e1a70f2492d06c3734d63e8900f2977721a5f +SIZE (xpi/thunderbird-i18n-45.1.0/de.xpi) = 451955 +SHA256 (xpi/thunderbird-i18n-45.1.0/dsb.xpi) = d71e1d3f0b9a583bcd67a3844b91e043ab7961219fc1ff8f5c98177a78ac0a1e +SIZE (xpi/thunderbird-i18n-45.1.0/dsb.xpi) = 481646 +SHA256 (xpi/thunderbird-i18n-45.1.0/el.xpi) = f9d39cdecfe57374fb35694a3d2073959fe6c33629df3a124b37b829fe50bcce +SIZE (xpi/thunderbird-i18n-45.1.0/el.xpi) = 514358 +SHA256 (xpi/thunderbird-i18n-45.1.0/en-GB.xpi) = b339fe2259e86be929cb7e9a9e9779d2fc16c5cdd92949ad64b8a57553eb1269 +SIZE (xpi/thunderbird-i18n-45.1.0/en-GB.xpi) = 437602 +SHA256 (xpi/thunderbird-i18n-45.1.0/en-US.xpi) = d61bda9acabc223810bcb86b73d1d27e92708f6517bc7c89663834058e36ffdf +SIZE (xpi/thunderbird-i18n-45.1.0/en-US.xpi) = 435471 +SHA256 (xpi/thunderbird-i18n-45.1.0/es-AR.xpi) = f05c5717d6b48632e389afde024a35df775c5bf5fa710606666f6385a5475755 +SIZE (xpi/thunderbird-i18n-45.1.0/es-AR.xpi) = 464683 +SHA256 (xpi/thunderbird-i18n-45.1.0/es-ES.xpi) = 5c0de219e65edafd7893ae94727f002b6a8841c336f4f1acda82de982c76d0dd +SIZE (xpi/thunderbird-i18n-45.1.0/es-ES.xpi) = 387999 +SHA256 (xpi/thunderbird-i18n-45.1.0/et.xpi) = bc8b3283dacf9180e1fc9b8cd563fcb576d746aa2b085a4287d3b69b84b2f8e8 +SIZE (xpi/thunderbird-i18n-45.1.0/et.xpi) = 458418 +SHA256 (xpi/thunderbird-i18n-45.1.0/eu.xpi) = 625b59556469dad351cde4a28a5dce5529aa2465dcde1f7eaeecbede785272dc +SIZE (xpi/thunderbird-i18n-45.1.0/eu.xpi) = 456707 +SHA256 (xpi/thunderbird-i18n-45.1.0/fi.xpi) = 15f4c05034134d9b1900a8a8a1040686b9a711eca5ff2e45ddc502e0f248768b +SIZE (xpi/thunderbird-i18n-45.1.0/fi.xpi) = 458335 +SHA256 (xpi/thunderbird-i18n-45.1.0/fr.xpi) = 5490d542ad080fbce3076c691004a0fa8d47ead78ceb46ce8a0d1f6452ddb5a8 +SIZE (xpi/thunderbird-i18n-45.1.0/fr.xpi) = 475465 +SHA256 (xpi/thunderbird-i18n-45.1.0/fy-NL.xpi) = 473af6e3e4bdf460485c6a46cae6b14d15221f5eb17d2a36500aefe6cd2589c6 +SIZE (xpi/thunderbird-i18n-45.1.0/fy-NL.xpi) = 464756 +SHA256 (xpi/thunderbird-i18n-45.1.0/ga-IE.xpi) = 4d2d14261e1ac010b3c762030cf416727821c433b2ff7b1867e5f5c07d8ca04b +SIZE (xpi/thunderbird-i18n-45.1.0/ga-IE.xpi) = 480315 +SHA256 (xpi/thunderbird-i18n-45.1.0/gd.xpi) = 05d709219a0c6ef956663dbcbfa7f546a4ada1128922ad678307b99d2f16f281 +SIZE (xpi/thunderbird-i18n-45.1.0/gd.xpi) = 478296 +SHA256 (xpi/thunderbird-i18n-45.1.0/gl.xpi) = 15bd061510fdfbae09807f7697acc6e743f72a634c91002e830001fbeb01f5f5 +SIZE (xpi/thunderbird-i18n-45.1.0/gl.xpi) = 478580 +SHA256 (xpi/thunderbird-i18n-45.1.0/he.xpi) = 05fa15c626a0166280e2c406947ebf28e463337f77086c5f7fa374e5f859479a +SIZE (xpi/thunderbird-i18n-45.1.0/he.xpi) = 497962 +SHA256 (xpi/thunderbird-i18n-45.1.0/hr.xpi) = 3459b013efbfc2e15129b623869ee4a61810f4eb864bf71d3cdbbce0d3465144 +SIZE (xpi/thunderbird-i18n-45.1.0/hr.xpi) = 463958 +SHA256 (xpi/thunderbird-i18n-45.1.0/hsb.xpi) = 2dc60498f9ede9f084805c65ce7a70d12cffa828c19d206478a1966023bf396d +SIZE (xpi/thunderbird-i18n-45.1.0/hsb.xpi) = 479413 +SHA256 (xpi/thunderbird-i18n-45.1.0/hu.xpi) = e899edbae6b7d20346a08896770b63bd27226214777fbff43d8287407545b8a3 +SIZE (xpi/thunderbird-i18n-45.1.0/hu.xpi) = 479583 +SHA256 (xpi/thunderbird-i18n-45.1.0/hy-AM.xpi) = 5e8b49826771d87b40bd0de7c973715a9dc6f87cbcb57ecab2baf13c0312c9e7 +SIZE (xpi/thunderbird-i18n-45.1.0/hy-AM.xpi) = 518882 +SHA256 (xpi/thunderbird-i18n-45.1.0/id.xpi) = 218fd44697d5d77e7057203c618941341a477ce84cd9058c4aca1bf444ffba0a +SIZE (xpi/thunderbird-i18n-45.1.0/id.xpi) = 499981 +SHA256 (xpi/thunderbird-i18n-45.1.0/is.xpi) = 33a82beeed8d07a0e99027e4658956ead6191c4d83731b8ed9785b5e4a8ceeec +SIZE (xpi/thunderbird-i18n-45.1.0/is.xpi) = 462190 +SHA256 (xpi/thunderbird-i18n-45.1.0/it.xpi) = b88335742b965488b4c253b2762922dcbaec1b03e4a46e89ccf0868a312d97a9 +SIZE (xpi/thunderbird-i18n-45.1.0/it.xpi) = 376888 +SHA256 (xpi/thunderbird-i18n-45.1.0/ja.xpi) = 508616adb80b75eb11ac4ffe774da069c53e5325cd2518bea8a6b68124e442aa +SIZE (xpi/thunderbird-i18n-45.1.0/ja.xpi) = 519551 +SHA256 (xpi/thunderbird-i18n-45.1.0/ko.xpi) = d66d4fff901d7e1b073709807f6b5d5d6bb3c1abac13df27c040f924a574ff05 +SIZE (xpi/thunderbird-i18n-45.1.0/ko.xpi) = 487416 +SHA256 (xpi/thunderbird-i18n-45.1.0/lt.xpi) = 3505eab4baaca400374f6a600dc3502ddb8cd4415caa64c8e7fb8516e02d4ace +SIZE (xpi/thunderbird-i18n-45.1.0/lt.xpi) = 477735 +SHA256 (xpi/thunderbird-i18n-45.1.0/nb-NO.xpi) = 77a7fd3ec33ea13f13dfc785a59bc195e4f22a526ce3af0657e4cd26a345bd0f +SIZE (xpi/thunderbird-i18n-45.1.0/nb-NO.xpi) = 460011 +SHA256 (xpi/thunderbird-i18n-45.1.0/nl.xpi) = dc8d2c6a679f6d4e911015c87fb67c82f9cef4820965e0d80a8c53aaba1155ba +SIZE (xpi/thunderbird-i18n-45.1.0/nl.xpi) = 456663 +SHA256 (xpi/thunderbird-i18n-45.1.0/nn-NO.xpi) = 80a9d5f496db0854f565c1ab71473aaf5e39e2e0e312aa1516732d87f99e1e34 +SIZE (xpi/thunderbird-i18n-45.1.0/nn-NO.xpi) = 460879 +SHA256 (xpi/thunderbird-i18n-45.1.0/pa-IN.xpi) = 7be57264ce44d7a08addccaa24661f9cf1def3e1e0d1bb23e4f8b6de72a5a342 +SIZE (xpi/thunderbird-i18n-45.1.0/pa-IN.xpi) = 551066 +SHA256 (xpi/thunderbird-i18n-45.1.0/pl.xpi) = a2dfbf3e92891b98bb7ab6feef9c7b903f16fe4615b641506e3470ba5505af04 +SIZE (xpi/thunderbird-i18n-45.1.0/pl.xpi) = 423866 +SHA256 (xpi/thunderbird-i18n-45.1.0/pt-BR.xpi) = bf7f0de90bcf22a5087fbe4883962a72efbcefc969fabbdaff4675eadc8bef86 +SIZE (xpi/thunderbird-i18n-45.1.0/pt-BR.xpi) = 464682 +SHA256 (xpi/thunderbird-i18n-45.1.0/pt-PT.xpi) = 2c681adc6dc8c67ed7fd9e51a521a383c63397984e8d7f1eda915b3b3d596369 +SIZE (xpi/thunderbird-i18n-45.1.0/pt-PT.xpi) = 463750 +SHA256 (xpi/thunderbird-i18n-45.1.0/rm.xpi) = a54eb68e4585eeefee3fb0e3bb02e9987002f8e0d6e2c268bd131bcb86dd5b47 +SIZE (xpi/thunderbird-i18n-45.1.0/rm.xpi) = 462650 +SHA256 (xpi/thunderbird-i18n-45.1.0/ro.xpi) = 1f6d544d91d499de32abd5327bdb494e219215971dfa73532a4b184ace075cb3 +SIZE (xpi/thunderbird-i18n-45.1.0/ro.xpi) = 468517 +SHA256 (xpi/thunderbird-i18n-45.1.0/ru.xpi) = 12915fca3a3a5f821f8ee0c4c09105ae23b289d3cb0692f27177c75e811987c4 +SIZE (xpi/thunderbird-i18n-45.1.0/ru.xpi) = 463891 +SHA256 (xpi/thunderbird-i18n-45.1.0/si.xpi) = fc7295c884f537ae6085322333a477c0c08995202b039ce439d5e1925ca22b65 +SIZE (xpi/thunderbird-i18n-45.1.0/si.xpi) = 555994 +SHA256 (xpi/thunderbird-i18n-45.1.0/sk.xpi) = 1481bddd79f9d2b640adc3fa715f535dffada9aaac5b48b24bfe9cd9f77dee56 +SIZE (xpi/thunderbird-i18n-45.1.0/sk.xpi) = 481492 +SHA256 (xpi/thunderbird-i18n-45.1.0/sl.xpi) = b7bc2a32d62917609ee1501a747b648357a875a337aa466e8b846fe83c0a5e94 +SIZE (xpi/thunderbird-i18n-45.1.0/sl.xpi) = 462776 +SHA256 (xpi/thunderbird-i18n-45.1.0/sq.xpi) = 8c4a165a103ca785e6b776bc0fd8b5d1bc2f9da33530d80aaa5fc6634272ed4b +SIZE (xpi/thunderbird-i18n-45.1.0/sq.xpi) = 469534 +SHA256 (xpi/thunderbird-i18n-45.1.0/sr.xpi) = 2ebe7c218753470f5bf9016b87fce71145994581cba6f50f99ae141aed3a97e6 +SIZE (xpi/thunderbird-i18n-45.1.0/sr.xpi) = 565464 +SHA256 (xpi/thunderbird-i18n-45.1.0/sv-SE.xpi) = c8fecd5f57bc1954b5ffe8f3288790f59ef85c0734d8a1d7a4f5ae77955f1a3b +SIZE (xpi/thunderbird-i18n-45.1.0/sv-SE.xpi) = 465433 +SHA256 (xpi/thunderbird-i18n-45.1.0/ta-LK.xpi) = e4b6656c11850367c353cf4034bea73676d4c9f90d9ed1121cca46c7603a3b4b +SIZE (xpi/thunderbird-i18n-45.1.0/ta-LK.xpi) = 579218 +SHA256 (xpi/thunderbird-i18n-45.1.0/tr.xpi) = bebf4f5adbec44d288bd5c36cd807e5fd894a39cd60b0325059fe6c0b46c0ffa +SIZE (xpi/thunderbird-i18n-45.1.0/tr.xpi) = 467621 +SHA256 (xpi/thunderbird-i18n-45.1.0/uk.xpi) = 8fc7721b3bc4010632041b08bdb7dde39c4ee6920afe5d7ee6608534a830abee +SIZE (xpi/thunderbird-i18n-45.1.0/uk.xpi) = 536438 +SHA256 (xpi/thunderbird-i18n-45.1.0/vi.xpi) = a26268f37e0eeabacb84b514c6dc1bc033706230a72dc882b67c17afd46faea9 +SIZE (xpi/thunderbird-i18n-45.1.0/vi.xpi) = 540497 +SHA256 (xpi/thunderbird-i18n-45.1.0/zh-CN.xpi) = e1618817070fc4c9904e752c9cc8d3aa431590b4a093b04cd6d54b4cd0b20d7d +SIZE (xpi/thunderbird-i18n-45.1.0/zh-CN.xpi) = 489209 +SHA256 (xpi/thunderbird-i18n-45.1.0/zh-TW.xpi) = 0e1939d37e92509190809d8da305c879f3bc48695272a0640ba1962cd9dcc9e1 +SIZE (xpi/thunderbird-i18n-45.1.0/zh-TW.xpi) = 490849 Modified: branches/2016Q2/mail/thunderbird/Makefile ============================================================================== --- branches/2016Q2/mail/thunderbird/Makefile Fri May 6 12:02:20 2016 (r414702) +++ branches/2016Q2/mail/thunderbird/Makefile Fri May 6 12:37:36 2016 (r414703) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= thunderbird -DISTVERSION= 45.0 -PORTREVISION= 1 +DISTVERSION= 45.1.0 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source @@ -32,8 +31,8 @@ BUILD_DEPENDS= nspr>=4.12:devel/nspr \ LIB_DEPENDS= libv4l2.so:multimedia/libv4l -EM_VERSION= 1.9.1 -L_VERSION= 4.7 +EM_VERSION= 1.9.2 +L_VERSION= 4.7.1 SSP_UNSAFE= yes USE_GECKO= gecko Modified: branches/2016Q2/mail/thunderbird/distinfo ============================================================================== --- branches/2016Q2/mail/thunderbird/distinfo Fri May 6 12:02:20 2016 (r414702) +++ branches/2016Q2/mail/thunderbird/distinfo Fri May 6 12:37:36 2016 (r414703) @@ -1,4 +1,4 @@ -SHA256 (thunderbird-45.0.source.tar.xz) = 15693897f1e46cbb5a95932b8c087a53004635415845fb4f50d4edfbba77d667 -SIZE (thunderbird-45.0.source.tar.xz) = 200691996 -SHA256 (enigmail-1.9.1.tar.gz) = 0393119725fa5931d9888a2a1c9796d440ee7975ca3d005eb63142768b10f993 -SIZE (enigmail-1.9.1.tar.gz) = 1736876 +SHA256 (thunderbird-45.1.0.source.tar.xz) = 830a5a1819450e43c82be8a735095b3366416e80144699e07542720bde8639bd +SIZE (thunderbird-45.1.0.source.tar.xz) = 200993556 +SHA256 (enigmail-1.9.2.tar.gz) = 81c92937911005a5b94956d6d330a6f4114ad91da2dc10137bb0a3cbafd0ca42 +SIZE (enigmail-1.9.2.tar.gz) = 1741350 From owner-svn-ports-branches@freebsd.org Fri May 6 16:52: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 20BE5B2F618; Fri, 6 May 2016 16:52:10 +0000 (UTC) (envelope-from jkim@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 D7D5E1249; Fri, 6 May 2016 16:52:09 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u46Gq9wA032279; Fri, 6 May 2016 16:52:09 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u46Gq87M032275; Fri, 6 May 2016 16:52:08 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201605061652.u46Gq87M032275@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Fri, 6 May 2016 16:52:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r414713 - in branches/2016Q2/java/openjdk6: . 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.22 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, 06 May 2016 16:52:10 -0000 Author: jkim Date: Fri May 6 16:52:08 2016 New Revision: 414713 URL: https://svnweb.freebsd.org/changeset/ports/414713 Log: MFH: r414705 Update to b39. Approved by: ports-secteam (feld) Modified: branches/2016Q2/java/openjdk6/Makefile branches/2016Q2/java/openjdk6/distinfo branches/2016Q2/java/openjdk6/files/patch-set Directory Properties: branches/2016Q2/ (props changed) Modified: branches/2016Q2/java/openjdk6/Makefile ============================================================================== --- branches/2016Q2/java/openjdk6/Makefile Fri May 6 16:02:50 2016 (r414712) +++ branches/2016Q2/java/openjdk6/Makefile Fri May 6 16:52:08 2016 (r414713) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= openjdk6 -PORTVERSION= b38 +PORTVERSION= b39 PORTEPOCH= 1 CATEGORIES= java devel MASTER_SITES= APACHE/ant/binaries/:ant \ @@ -27,7 +27,7 @@ LIB_DEPENDS= libfreetype.so:print/freety RUN_DEPENDS= javavm:java/javavmwrapper \ dejavu>0:x11-fonts/dejavu -OPENJDK_BUILDDATE= 20_jan_2016 +OPENJDK_BUILDDATE= 03_may_2016 OPTIONS_DEFINE= ICEDTEA IPV6 POLICY SOUND TZUPDATE OPTIONS_DEFAULT=ICEDTEA IPV6 TZUPDATE Modified: branches/2016Q2/java/openjdk6/distinfo ============================================================================== --- branches/2016Q2/java/openjdk6/distinfo Fri May 6 16:02:50 2016 (r414712) +++ branches/2016Q2/java/openjdk6/distinfo Fri May 6 16:52:08 2016 (r414713) @@ -1,6 +1,6 @@ SHA256 (apache-ant-1.9.6-bin.tar.bz2) = a43b0928960d63d6b1e2bed37e1ce4fd8fa1788ba84e08388bfe9513f02e8db3 SIZE (apache-ant-1.9.6-bin.tar.bz2) = 4385004 -SHA256 (openjdk-6-src-b38-20_jan_2016.tar.xz) = ff88dbcbda6c3c7d80b7cbd28065a455cdb009de9874fcf9ff9ca8205d38a257 -SIZE (openjdk-6-src-b38-20_jan_2016.tar.xz) = 33845368 +SHA256 (openjdk-6-src-b39-03_may_2016.tar.xz) = d11dc2ababe88e7891f1abbd7fa4fe033a65dea22c071331a641374b3247717f +SIZE (openjdk-6-src-b39-03_may_2016.tar.xz) = 33887004 SHA256 (jtreg-4.1-bin-b05_29_nov_2012.zip) = 9291eb4a14501232b35614e88686ff66ad8b69d0098dbd4322b28f97b672653d SIZE (jtreg-4.1-bin-b05_29_nov_2012.zip) = 5993382 Modified: branches/2016Q2/java/openjdk6/files/patch-set ============================================================================== --- branches/2016Q2/java/openjdk6/files/patch-set Fri May 6 16:02:50 2016 (r414712) +++ branches/2016Q2/java/openjdk6/files/patch-set Fri May 6 16:52:08 2016 (r414713) @@ -2826,7 +2826,7 @@ // the installation of the klass pointer into the new klass "k" --- hotspot/src/share/vm/oops/klass.hpp +++ hotspot/src/share/vm/oops/klass.hpp -@@ -167,7 +167,7 @@ +@@ -168,7 +168,7 @@ bool null_vtbl() { return *(intptr_t*)this == 0; } protected: @@ -2835,6 +2835,20 @@ }; +@@ -419,11 +419,11 @@ + } + static bool layout_helper_is_typeArray(jint lh) { + // _lh_array_tag_type_value == (lh >> _lh_array_tag_shift); +- return (juint)lh >= (juint)(_lh_array_tag_type_value << _lh_array_tag_shift); ++ return (juint)lh >= (juint)((juint)_lh_array_tag_type_value << _lh_array_tag_shift); + } + static bool layout_helper_is_objArray(jint lh) { + // _lh_array_tag_obj_value == (lh >> _lh_array_tag_shift); +- return (jint)lh < (jint)(_lh_array_tag_type_value << _lh_array_tag_shift); ++ return (jint)lh < (jint)((juint)_lh_array_tag_type_value << _lh_array_tag_shift); + } + static int layout_helper_header_size(jint lh) { + assert(lh < (jint)_lh_neutral_value, "must be array"); --- hotspot/src/share/vm/oops/symbol.cpp +++ hotspot/src/share/vm/oops/symbol.cpp @@ -36,7 +36,7 @@ @@ -2948,15 +2962,6 @@ Node* n = (Node*)C->node_arena()->Amalloc_D(x); #ifdef ASSERT n->_in = (Node**)n; // magic cookie for assertion check -@@ -218,7 +218,7 @@ - - // New Operator that takes a Compile pointer, this will eventually - // be the "new" New operator. -- inline void* operator new( size_t x, Compile* C, int y) { -+ inline void* operator new( size_t x, Compile* C, int y) throw() { - Node* n = (Node*)C->node_arena()->Amalloc_D(x + y*sizeof(void*)); - n->_in = (Node**)(((char*)n) + x); - #ifdef ASSERT --- hotspot/src/share/vm/opto/parse3.cpp +++ hotspot/src/share/vm/opto/parse3.cpp @@ -487,7 +487,8 @@ @@ -9031,7 +9036,7 @@ * Function prototypes. --- jdk/src/solaris/classes/sun/awt/X11GraphicsEnvironment.java +++ jdk/src/solaris/classes/sun/awt/X11GraphicsEnvironment.java -@@ -403,7 +403,7 @@ +@@ -413,7 +413,7 @@ if (fontID != null) { fileName = (String)fontNameMap.get(fontID); /* On Linux check for the Lucida Oblique fonts */ @@ -9040,7 +9045,7 @@ if (oblmap == null) { initObliqueLucidaFontMap(); } -@@ -639,7 +639,7 @@ +@@ -649,7 +649,7 @@ if (fontConfigDirs == null) { return; } @@ -9049,6 +9054,15 @@ fontConfigDirs.add(jreLibDirName+File.separator+"oblique-fonts"); } fontdirs = (String[])fontConfigDirs.toArray(new String[0]); +@@ -930,7 +930,7 @@ + */ + FontConfiguration mFontConfig = new MFontConfiguration(this); + if (isOpenSolaris || +- (isLinux && ++ (isLinuxOrBSD && + (!mFontConfig.foundOsSpecificFile() || + !mFontConfig.fontFilesArePresent()) || + (isSolaris && !mFontConfig.fontFilesArePresent()))) { --- jdk/src/solaris/classes/sun/nio/ch/DefaultSelectorProvider.java +++ jdk/src/solaris/classes/sun/nio/ch/DefaultSelectorProvider.java @@ -47,6 +47,10 @@ From owner-svn-ports-branches@freebsd.org Fri May 6 18:00:44 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 4CBF4B3169D; Fri, 6 May 2016 18:00:44 +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 F139119D2; Fri, 6 May 2016 18:00:43 +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 u46I0hab051762; Fri, 6 May 2016 18:00:43 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u46I0chP051714; Fri, 6 May 2016 18:00:38 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201605061800.u46I0chP051714@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Fri, 6 May 2016 18:00:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r414715 - in branches/2016Q2/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.22 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, 06 May 2016 18:00:44 -0000 Author: riggs Date: Fri May 6 18:00:38 2016 New Revision: 414715 URL: https://svnweb.freebsd.org/changeset/ports/414715 Log: MFH: r414707 Update to 5.7.12, fixing 31 partially critical vulnerabilities List of vulnerabilities is documented on: http://vuxml.freebsd.org/freebsd/8c2b2f11-0ebe-11e6-b55e-b499baebfeaf.html CVE IDs see below. PR: 206998 Submitted by: mokhi64@gmail.com (maintainer) Reviewed by: rootservice@gmail.com Approved by: ports-secteam (feld), mokhi64@gmail.com (maintainer) Security: CVE-2016-0705 CVE-2016-0639 CVE-2015-3194 CVE-2016-0640 CVE-2016-0641 CVE-2016-3461 CVE-2016-2047 CVE-2016-0642 CVE-2016-0643 CVE-2016-0644 CVE-2016-0646 CVE-2016-0647 CVE-2016-0648 CVE-2016-0649 CVE-2016-0650 CVE-2016-0652 CVE-2016-0653 CVE-2016-0654 CVE-2016-0655 CVE-2016-0656 CVE-2016-0657 CVE-2016-0658 CVE-2016-0651 CVE-2016-0659 CVE-2016-0661 CVE-2016-0662 CVE-2016-0663 CVE-2016-0665 CVE-2016-0666 CVE-2016-0667 CVE-2016-0668 Added: branches/2016Q2/databases/mysql57-server/files/my.cnf.sample.in - copied unchanged from r414707, head/databases/mysql57-server/files/my.cnf.sample.in branches/2016Q2/databases/mysql57-server/files/patch-rapid_plugin_x_CMakeLists.txt - copied unchanged from r414707, head/databases/mysql57-server/files/patch-rapid_plugin_x_CMakeLists.txt branches/2016Q2/databases/mysql57-server/files/patch-rapid_plugin_x_mysqlx__error.cmake - copied unchanged from r414707, head/databases/mysql57-server/files/patch-rapid_plugin_x_mysqlx__error.cmake branches/2016Q2/databases/mysql57-server/files/patch-rapid_unittest_gunit_xplugin_CMakeLists.txt - copied unchanged from r414707, head/databases/mysql57-server/files/patch-rapid_unittest_gunit_xplugin_CMakeLists.txt branches/2016Q2/databases/mysql57-server/files/patch-sql_json__dom.h (contents, props changed) branches/2016Q2/databases/mysql57-server/files/patch-storage_innobase_buf_buf0buf.cc (contents, props changed) branches/2016Q2/databases/mysql57-server/files/patch-storage_innobase_dict_dict0stats.cc (contents, props changed) branches/2016Q2/databases/mysql57-server/files/patch-storage_innobase_sync_sync0debug.cc (contents, props changed) branches/2016Q2/databases/mysql57-server/files/rapid_plugin-patch-_x_mysqlxtest__src_mysqlxtest.cc - copied unchanged from r414707, head/databases/mysql57-server/files/rapid_plugin-patch-_x_mysqlxtest__src_mysqlxtest.cc Modified: branches/2016Q2/databases/mysql57-client/Makefile branches/2016Q2/databases/mysql57-client/files/patch-CMakeLists.txt branches/2016Q2/databases/mysql57-client/files/patch-client_CMakeLists.txt branches/2016Q2/databases/mysql57-client/files/patch-cmake_build__configurations_compiler__options.cmake branches/2016Q2/databases/mysql57-client/files/patch-cmake_os_DragonFly.cmake branches/2016Q2/databases/mysql57-client/files/patch-cmd-line-utils_libedit_chartype.h branches/2016Q2/databases/mysql57-client/files/patch-cmd-line-utils_libedit_vi.c branches/2016Q2/databases/mysql57-client/files/patch-extra_CMakeLists.txt branches/2016Q2/databases/mysql57-client/files/patch-include_CMakeLists.txt branches/2016Q2/databases/mysql57-client/files/patch-include_my__compare.h branches/2016Q2/databases/mysql57-client/files/patch-include_myisam.h branches/2016Q2/databases/mysql57-client/files/patch-libmysql_CMakeLists.txt branches/2016Q2/databases/mysql57-client/files/patch-man_CMakeLists.txt branches/2016Q2/databases/mysql57-client/files/patch-mysys__ssl_my__default.cc branches/2016Q2/databases/mysql57-client/files/patch-scripts_CMakeLists.txt branches/2016Q2/databases/mysql57-client/files/patch-storage_myisam_mi__dynrec.c branches/2016Q2/databases/mysql57-client/files/patch-support-files_CMakeLists.txt branches/2016Q2/databases/mysql57-client/pkg-plist branches/2016Q2/databases/mysql57-server/Makefile branches/2016Q2/databases/mysql57-server/distinfo branches/2016Q2/databases/mysql57-server/files/mysql-server.in branches/2016Q2/databases/mysql57-server/files/patch-CMakeLists.txt branches/2016Q2/databases/mysql57-server/files/patch-client_CMakeLists.txt branches/2016Q2/databases/mysql57-server/files/patch-cmake_plugin.cmake branches/2016Q2/databases/mysql57-server/files/patch-cmd-line-utils_libedit_chartype.h branches/2016Q2/databases/mysql57-server/files/patch-cmd-line-utils_libedit_vi.c branches/2016Q2/databases/mysql57-server/files/patch-include_CMakeLists.txt branches/2016Q2/databases/mysql57-server/files/patch-include_my__compare.h branches/2016Q2/databases/mysql57-server/files/patch-include_my__thread__os__id.h branches/2016Q2/databases/mysql57-server/files/patch-include_myisam.h branches/2016Q2/databases/mysql57-server/files/patch-libmysql_CMakeLists.txt branches/2016Q2/databases/mysql57-server/files/patch-libservices_CMakeLists.txt branches/2016Q2/databases/mysql57-server/files/patch-mysys__ssl_my__default.cc branches/2016Q2/databases/mysql57-server/files/patch-plugin_password__validation_validate__password.cc branches/2016Q2/databases/mysql57-server/files/patch-scripts_CMakeLists.txt branches/2016Q2/databases/mysql57-server/files/patch-sql_CMakeLists.txt branches/2016Q2/databases/mysql57-server/files/patch-sql_conn__handler_socket__connection.cc branches/2016Q2/databases/mysql57-server/files/patch-sql_sql__view.cc branches/2016Q2/databases/mysql57-server/files/patch-sql_sys__vars.cc branches/2016Q2/databases/mysql57-server/files/patch-storage_innobase_include_srv0mon.h branches/2016Q2/databases/mysql57-server/files/patch-storage_myisam_mi__dynrec.c branches/2016Q2/databases/mysql57-server/files/patch-support-files_CMakeLists.txt branches/2016Q2/databases/mysql57-server/pkg-message branches/2016Q2/databases/mysql57-server/pkg-plist Directory Properties: branches/2016Q2/ (props changed) Modified: branches/2016Q2/databases/mysql57-client/Makefile ============================================================================== --- branches/2016Q2/databases/mysql57-client/Makefile Fri May 6 17:52:23 2016 (r414714) +++ branches/2016Q2/databases/mysql57-client/Makefile Fri May 6 18:00:38 2016 (r414715) @@ -2,25 +2,26 @@ # $FreeBSD$ PORTNAME= mysql -PORTREVISION?= 4 PKGNAMESUFFIX= 57-client COMMENT= Multithreaded SQL database (client) LICENSE+= LGPL21 +BROKEN_powerpc64= Does not build + MASTERDIR= ${.CURDIR}/../mysql57-server PKGMESSAGE= ${.CURDIR}/pkg-message PATCHDIR= ${.CURDIR}/files PLIST= ${.CURDIR}/pkg-plist -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-* +CONFLICTS_INSTALL= mysql5[0-68-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 \ - -DINSTALL_LDCONFIGDIR=${PREFIX}/libdata/ldconfig/ \ - -DWITHOUT_SERVER=1 \ - -DWITH_SYSTEMD=0 +CMAKE_ARGS+= -DWITHOUT_SERVER=1 USE_LDCONFIG+= ${PREFIX}/lib/mysql @@ -30,7 +31,7 @@ MMAN1= comp_err.1 msql2mysql.1 mysql.1 CLIENT_ONLY= yes -# issue 166367: adding symlinks for back-compatibility with $(lib)_r +# issue 166367: adding symlinks for back-compatibility with ${lib}_r post-install: @${LN} -s libmysqlclient.a ${STAGEDIR}${PREFIX}/lib/mysql/libmysqlclient_r.a @${LN} -s libmysqlclient.so ${STAGEDIR}${PREFIX}/lib/mysql/libmysqlclient_r.so Modified: branches/2016Q2/databases/mysql57-client/files/patch-CMakeLists.txt ============================================================================== --- branches/2016Q2/databases/mysql57-client/files/patch-CMakeLists.txt Fri May 6 17:52:23 2016 (r414714) +++ branches/2016Q2/databases/mysql57-client/files/patch-CMakeLists.txt Fri May 6 18:00:38 2016 (r414715) @@ -1,6 +1,6 @@ ---- CMakeLists.txt.orig 2015-11-29 19:16:24 UTC +--- CMakeLists.txt.orig 2016-03-28 18:06:12 UTC +++ CMakeLists.txt -@@ -569,8 +569,8 @@ ENDIF() +@@ -606,8 +606,8 @@ ENDIF() ADD_SUBDIRECTORY(extra) ADD_SUBDIRECTORY(client) @@ -10,7 +10,7 @@ IF(UNIX) ADD_SUBDIRECTORY(man) -@@ -639,14 +639,13 @@ ELSE() +@@ -676,14 +676,13 @@ ELSE() SET(CPACK_GENERATOR "TGZ") ENDIF() ADD_SUBDIRECTORY(packaging/WiX) @@ -26,7 +26,7 @@ IF(NOT INSTALL_LAYOUT MATCHES "RPM") INSTALL(FILES COPYING LICENSE.mysql DESTINATION ${INSTALL_DOCREADMEDIR} -@@ -673,6 +672,7 @@ IF(NOT INSTALL_LAYOUT MATCHES "RPM") +@@ -706,6 +705,7 @@ IF(NOT INSTALL_LAYOUT MATCHES "RPM") PATTERN "sp-imp-spec.txt" EXCLUDE ) ENDIF() Modified: branches/2016Q2/databases/mysql57-client/files/patch-client_CMakeLists.txt ============================================================================== --- branches/2016Q2/databases/mysql57-client/files/patch-client_CMakeLists.txt Fri May 6 17:52:23 2016 (r414714) +++ branches/2016Q2/databases/mysql57-client/files/patch-client_CMakeLists.txt Fri May 6 18:00:38 2016 (r414715) @@ -1,6 +1,6 @@ ---- client/CMakeLists.txt.orig 2015-11-29 19:16:24 UTC +--- client/CMakeLists.txt.orig 2016-03-28 18:06:12 UTC +++ client/CMakeLists.txt -@@ -121,6 +121,7 @@ IF(UNIX) +@@ -47,6 +47,7 @@ IF(UNIX) TARGET_LINK_LIBRARIES(mysql ${EDITLINE_LIBRARY}) ENDIF(UNIX) @@ -8,7 +8,7 @@ IF(NOT WITHOUT_SERVER) MYSQL_ADD_EXECUTABLE(mysql_upgrade upgrade/program.cc -@@ -131,10 +132,13 @@ ADD_COMPILE_FLAGS( +@@ -57,10 +58,13 @@ ADD_COMPILE_FLAGS( TARGET_LINK_LIBRARIES(mysql_upgrade mysqlclient client_base mysqlcheck_core) ADD_DEPENDENCIES(mysql_upgrade GenFixPrivs GenSysSchema) ENDIF() @@ -22,7 +22,7 @@ ADD_CONVENIENCE_LIBRARY(mysqlcheck_core check/mysqlcheck_core.cc) TARGET_LINK_LIBRARIES(mysqlcheck_core mysqlclient) -@@ -152,8 +156,10 @@ TARGET_LINK_LIBRARIES(mysqlimport mysqlc +@@ -78,8 +82,10 @@ TARGET_LINK_LIBRARIES(mysqlimport mysqlc MYSQL_ADD_EXECUTABLE(mysqlshow mysqlshow.c) TARGET_LINK_LIBRARIES(mysqlshow mysqlclient) @@ -33,7 +33,7 @@ MYSQL_ADD_EXECUTABLE(mysqlbinlog mysqlbinlog.cc) ADD_COMPILE_FLAGS( -@@ -172,8 +178,10 @@ TARGET_LINK_LIBRARIES(mysqlslap mysqlcli +@@ -98,8 +104,10 @@ TARGET_LINK_LIBRARIES(mysqlslap mysqlcli MYSQL_ADD_EXECUTABLE(mysql_config_editor mysql_config_editor.cc) TARGET_LINK_LIBRARIES(mysql_config_editor mysqlclient) @@ -44,7 +44,7 @@ IF(UNIX AND NOT WITHOUT_SERVER) MYSQL_ADD_EXECUTABLE(mysql_install_db -@@ -196,7 +204,6 @@ IF(WIN32) +@@ -122,7 +130,6 @@ IF(WIN32) ENDIF(WIN32) SET_TARGET_PROPERTIES ( Modified: branches/2016Q2/databases/mysql57-client/files/patch-cmake_build__configurations_compiler__options.cmake ============================================================================== --- branches/2016Q2/databases/mysql57-client/files/patch-cmake_build__configurations_compiler__options.cmake Fri May 6 17:52:23 2016 (r414714) +++ branches/2016Q2/databases/mysql57-client/files/patch-cmake_build__configurations_compiler__options.cmake Fri May 6 18:00:38 2016 (r414715) @@ -1,4 +1,4 @@ ---- cmake/build_configurations/compiler_options.cmake.orig 2015-11-29 19:16:24 UTC +--- cmake/build_configurations/compiler_options.cmake.orig 2016-03-28 18:06:12 UTC +++ cmake/build_configurations/compiler_options.cmake @@ -28,7 +28,7 @@ IF(UNIX) Modified: branches/2016Q2/databases/mysql57-client/files/patch-cmake_os_DragonFly.cmake ============================================================================== --- branches/2016Q2/databases/mysql57-client/files/patch-cmake_os_DragonFly.cmake Fri May 6 17:52:23 2016 (r414714) +++ branches/2016Q2/databases/mysql57-client/files/patch-cmake_os_DragonFly.cmake Fri May 6 18:00:38 2016 (r414715) @@ -1,4 +1,4 @@ ---- cmake/os/DragonFly.cmake.orig 2015-12-17 10:53:10 UTC +--- cmake/os/DragonFly.cmake.orig 2016-04-14 10:16:17 UTC +++ cmake/os/DragonFly.cmake @@ -0,0 +1,24 @@ +INCLUDE(CheckCSourceRuns) Modified: branches/2016Q2/databases/mysql57-client/files/patch-cmd-line-utils_libedit_chartype.h ============================================================================== --- branches/2016Q2/databases/mysql57-client/files/patch-cmd-line-utils_libedit_chartype.h Fri May 6 17:52:23 2016 (r414714) +++ branches/2016Q2/databases/mysql57-client/files/patch-cmd-line-utils_libedit_chartype.h Fri May 6 18:00:38 2016 (r414715) @@ -1,4 +1,4 @@ ---- cmd-line-utils/libedit/chartype.h.orig 2015-11-29 19:16:24 UTC +--- cmd-line-utils/libedit/chartype.h.orig 2016-03-28 18:06:12 UTC +++ cmd-line-utils/libedit/chartype.h @@ -49,7 +49,7 @@ TODO : Verify if FreeBSD & AIX stores ISO 10646 in wchar_t. */ Modified: branches/2016Q2/databases/mysql57-client/files/patch-cmd-line-utils_libedit_vi.c ============================================================================== --- branches/2016Q2/databases/mysql57-client/files/patch-cmd-line-utils_libedit_vi.c Fri May 6 17:52:23 2016 (r414714) +++ branches/2016Q2/databases/mysql57-client/files/patch-cmd-line-utils_libedit_vi.c Fri May 6 18:00:38 2016 (r414715) @@ -1,4 +1,4 @@ ---- cmd-line-utils/libedit/vi.c.orig 2015-11-29 19:16:24 UTC +--- cmd-line-utils/libedit/vi.c.orig 2016-03-28 18:06:12 UTC +++ cmd-line-utils/libedit/vi.c @@ -919,7 +919,7 @@ vi_comment_out(EditLine *el, Int c __att * NB: posix implies that we should enter insert mode, however Modified: branches/2016Q2/databases/mysql57-client/files/patch-extra_CMakeLists.txt ============================================================================== --- branches/2016Q2/databases/mysql57-client/files/patch-extra_CMakeLists.txt Fri May 6 17:52:23 2016 (r414714) +++ branches/2016Q2/databases/mysql57-client/files/patch-extra_CMakeLists.txt Fri May 6 18:00:38 2016 (r414715) @@ -1,4 +1,4 @@ ---- extra/CMakeLists.txt.orig 2015-11-29 19:16:24 UTC +--- extra/CMakeLists.txt.orig 2016-03-28 18:06:12 UTC +++ extra/CMakeLists.txt @@ -45,6 +45,7 @@ ENDIF() Modified: branches/2016Q2/databases/mysql57-client/files/patch-include_CMakeLists.txt ============================================================================== --- branches/2016Q2/databases/mysql57-client/files/patch-include_CMakeLists.txt Fri May 6 17:52:23 2016 (r414714) +++ branches/2016Q2/databases/mysql57-client/files/patch-include_CMakeLists.txt Fri May 6 18:00:38 2016 (r414715) @@ -1,6 +1,6 @@ ---- include/CMakeLists.txt.orig 2015-11-29 19:16:24 UTC +--- include/CMakeLists.txt.orig 2016-03-28 18:06:12 UTC +++ include/CMakeLists.txt -@@ -37,6 +37,7 @@ SET(HEADERS_ABI +@@ -38,6 +38,7 @@ SET(HEADERS_ABI SET(HEADERS ${HEADERS_ABI} @@ -8,4 +8,3 @@ my_dbug.h m_string.h my_sys.h - Modified: branches/2016Q2/databases/mysql57-client/files/patch-include_my__compare.h ============================================================================== --- branches/2016Q2/databases/mysql57-client/files/patch-include_my__compare.h Fri May 6 17:52:23 2016 (r414714) +++ branches/2016Q2/databases/mysql57-client/files/patch-include_my__compare.h Fri May 6 18:00:38 2016 (r414715) @@ -1,4 +1,4 @@ ---- include/my_compare.h.orig 2015-11-29 19:16:24 UTC +--- include/my_compare.h.orig 2016-03-28 18:06:12 UTC +++ include/my_compare.h @@ -40,7 +40,7 @@ extern "C" { But beware the dependency of MI_MAX_POSSIBLE_KEY_BUFF and HA_MAX_KEY_LENGTH. Modified: branches/2016Q2/databases/mysql57-client/files/patch-include_myisam.h ============================================================================== --- branches/2016Q2/databases/mysql57-client/files/patch-include_myisam.h Fri May 6 17:52:23 2016 (r414714) +++ branches/2016Q2/databases/mysql57-client/files/patch-include_myisam.h Fri May 6 18:00:38 2016 (r414715) @@ -1,4 +1,4 @@ ---- include/myisam.h.orig 2015-11-29 19:16:24 UTC +--- include/myisam.h.orig 2016-03-28 18:06:12 UTC +++ include/myisam.h @@ -45,7 +45,7 @@ extern "C" { The following defines can be increased if necessary. Modified: branches/2016Q2/databases/mysql57-client/files/patch-libmysql_CMakeLists.txt ============================================================================== --- branches/2016Q2/databases/mysql57-client/files/patch-libmysql_CMakeLists.txt Fri May 6 17:52:23 2016 (r414714) +++ branches/2016Q2/databases/mysql57-client/files/patch-libmysql_CMakeLists.txt Fri May 6 18:00:38 2016 (r414715) @@ -1,4 +1,4 @@ ---- libmysql/CMakeLists.txt.orig 2015-11-29 19:16:24 UTC +--- libmysql/CMakeLists.txt.orig 2016-03-28 18:06:12 UTC +++ libmysql/CMakeLists.txt @@ -260,7 +260,7 @@ IF(NOT DISABLE_SHARED) COMPONENT SharedLibraries) Modified: branches/2016Q2/databases/mysql57-client/files/patch-man_CMakeLists.txt ============================================================================== --- branches/2016Q2/databases/mysql57-client/files/patch-man_CMakeLists.txt Fri May 6 17:52:23 2016 (r414714) +++ branches/2016Q2/databases/mysql57-client/files/patch-man_CMakeLists.txt Fri May 6 18:00:38 2016 (r414715) @@ -1,15 +1,13 @@ --- man/CMakeLists.txt.orig 2015-11-29 19:16:24 UTC +++ man/CMakeLists.txt -@@ -14,11 +14,7 @@ - # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +@@ -15,10 +15,6 @@ # Copy man pages --FILE(GLOB MAN1_FILES *.1) + FILE(GLOB MAN1_FILES *.1) -FILE(GLOB MAN1_EXCLUDE make_win_bin_dist.1) -FILE(GLOB MAN1_NDB ndb*.1) -FILE(GLOB MAN8_FILES *.8) -FILE(GLOB MAN8_NDB ndb*.8) -+FILE(GLOB MAN1_FILES comp_err.1 msql2mysql.1 mysql.1 mysql_config.1 mysql_config_editor.1 mysql_find_rows.1 mysql_waitpid.1 mysqlaccess.1 mysqladmin.1 mysqlbinlog.1 mysqlcheck.1 mysqldump.1 mysqlimport.1 mysqlshow.1 mysqlslap.1) IF(MAN1_FILES) IF(MAN1_EXCLUDE) LIST(REMOVE_ITEM MAN1_FILES ${MAN1_EXCLUDE}) Modified: branches/2016Q2/databases/mysql57-client/files/patch-mysys__ssl_my__default.cc ============================================================================== --- branches/2016Q2/databases/mysql57-client/files/patch-mysys__ssl_my__default.cc Fri May 6 17:52:23 2016 (r414714) +++ branches/2016Q2/databases/mysql57-client/files/patch-mysys__ssl_my__default.cc Fri May 6 18:00:38 2016 (r414715) @@ -1,4 +1,4 @@ ---- mysys_ssl/my_default.cc.orig 2015-11-29 19:16:24 UTC +--- mysys_ssl/my_default.cc.orig 2016-03-28 18:06:12 UTC +++ mysys_ssl/my_default.cc @@ -122,7 +122,7 @@ static my_bool is_login_file= FALSE; Modified: branches/2016Q2/databases/mysql57-client/files/patch-scripts_CMakeLists.txt ============================================================================== --- branches/2016Q2/databases/mysql57-client/files/patch-scripts_CMakeLists.txt Fri May 6 17:52:23 2016 (r414714) +++ branches/2016Q2/databases/mysql57-client/files/patch-scripts_CMakeLists.txt Fri May 6 18:00:38 2016 (r414715) @@ -1,4 +1,4 @@ ---- scripts/CMakeLists.txt.orig 2015-11-29 19:16:24 UTC +--- scripts/CMakeLists.txt.orig 2016-03-28 18:06:12 UTC +++ scripts/CMakeLists.txt @@ -43,6 +43,7 @@ ELSE() MESSAGE(FATAL_ERROR "Cannot concatenate files") Modified: branches/2016Q2/databases/mysql57-client/files/patch-storage_myisam_mi__dynrec.c ============================================================================== --- branches/2016Q2/databases/mysql57-client/files/patch-storage_myisam_mi__dynrec.c Fri May 6 17:52:23 2016 (r414714) +++ branches/2016Q2/databases/mysql57-client/files/patch-storage_myisam_mi__dynrec.c Fri May 6 18:00:38 2016 (r414715) @@ -1,4 +1,4 @@ ---- storage/myisam/mi_dynrec.c.orig 2015-12-14 07:39:39 UTC +--- storage/myisam/mi_dynrec.c.orig 2016-03-28 18:06:12 UTC +++ storage/myisam/mi_dynrec.c @@ -65,18 +65,13 @@ my_bool mi_dynmap_file(MI_INFO *info, my DBUG_RETURN(1); Modified: branches/2016Q2/databases/mysql57-client/files/patch-support-files_CMakeLists.txt ============================================================================== --- branches/2016Q2/databases/mysql57-client/files/patch-support-files_CMakeLists.txt Fri May 6 17:52:23 2016 (r414714) +++ branches/2016Q2/databases/mysql57-client/files/patch-support-files_CMakeLists.txt Fri May 6 18:00:38 2016 (r414715) @@ -1,4 +1,4 @@ ---- support-files/CMakeLists.txt.orig 2015-11-29 19:16:24 UTC +--- support-files/CMakeLists.txt.orig 2016-03-28 18:06:12 UTC +++ support-files/CMakeLists.txt @@ -44,14 +44,17 @@ ELSE() SET(inst_location ${INSTALL_SUPPORTFILESDIR}) @@ -18,18 +18,19 @@ FOREACH(script mysqld_multi.server mysql-log-rotate) CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/${script}.sh ${CMAKE_CURRENT_BINARY_DIR}/${script} @ONLY ) -@@ -68,8 +71,10 @@ IF(UNIX) +@@ -68,9 +71,11 @@ IF(UNIX) IF(INSTALL_SUPPORTFILESDIR) INSTALL(FILES magic DESTINATION ${inst_location} COMPONENT SupportFiles) ENDIF() +ENDIF() INSTALL(FILES mysql.m4 DESTINATION ${INSTALL_SHAREDIR}/aclocal COMPONENT Development) -+IF(FALSE) - CONFIGURE_FILE(MySQL-shared-compat.spec.sh ${CMAKE_CURRENT_BINARY_DIR}/MySQL-shared-compat.spec @ONLY) ++IF(FALSE) SET(bindir ${prefix}/${INSTALL_BINDIR}) -@@ -84,3 +89,4 @@ IF(UNIX) + SET(sbindir ${prefix}/${INSTALL_SBINDIR}) + SET(scriptdir ${prefix}/${INSTALL_SCRIPTDIR}) +@@ -83,3 +88,4 @@ IF(UNIX) PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE) ENDIF() Modified: branches/2016Q2/databases/mysql57-client/pkg-plist ============================================================================== --- branches/2016Q2/databases/mysql57-client/pkg-plist Fri May 6 17:52:23 2016 (r414714) +++ branches/2016Q2/databases/mysql57-client/pkg-plist Fri May 6 18:00:38 2016 (r414715) @@ -53,6 +53,8 @@ include/mysql/mysql/plugin_auth_common.h include/mysql/mysql/plugin_ftparser.h include/mysql/mysql/plugin_ftparser.h.pp include/mysql/mysql/plugin_group_replication.h +include/mysql/mysql/plugin_keyring.h +include/mysql/mysql/plugin_keyring.h.pp include/mysql/mysql/plugin_trace.h include/mysql/mysql/plugin_validate_password.h include/mysql/mysql/psi/mysql_file.h @@ -75,6 +77,7 @@ include/mysql/mysql/service_locking.h include/mysql/mysql/service_my_plugin_log.h include/mysql/mysql/service_my_snprintf.h include/mysql/mysql/service_mysql_alloc.h +include/mysql/mysql/service_mysql_keyring.h include/mysql/mysql/service_mysql_password_policy.h include/mysql/mysql/service_mysql_string.h include/mysql/mysql/service_parser.h @@ -84,6 +87,7 @@ include/mysql/mysql/service_rules_table. include/mysql/mysql/service_security_context.h include/mysql/mysql/service_srv_session.h include/mysql/mysql/service_srv_session_info.h +include/mysql/mysql/service_ssl_wrapper.h include/mysql/mysql/service_thd_alloc.h include/mysql/mysql/service_thd_engine_lock.h include/mysql/mysql/service_thd_wait.h @@ -103,6 +107,7 @@ include/mysql/plugin.h include/mysql/plugin_audit.h include/mysql/plugin_ftparser.h include/mysql/plugin_group_replication.h +include/mysql/plugin_keyring.h include/mysql/plugin_validate_password.h include/mysql/sql_common.h include/mysql/sql_state.h Modified: branches/2016Q2/databases/mysql57-server/Makefile ============================================================================== --- branches/2016Q2/databases/mysql57-server/Makefile Fri May 6 17:52:23 2016 (r414714) +++ branches/2016Q2/databases/mysql57-server/Makefile Fri May 6 18:00:38 2016 (r414715) @@ -2,47 +2,64 @@ # $FreeBSD$ PORTNAME= mysql -PORTVERSION= 5.7.10 -PORTREVISION?= 3 +PORTVERSION= 5.7.12 CATEGORIES= databases ipv6 -MASTER_SITES= MYSQL/MySQL-5.7:MySQL SF/boost/boost/1.59.0:boost +MASTER_SITES= MYSQL/MySQL-5.7 PKGNAMESUFFIX?= 57-server -DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:MySQL boost_1_59_0.tar.gz:boost +DISTNAME= ${PORTNAME}-boost-${PORTVERSION} MAINTAINER= mokhi64@gmail.com COMMENT= Multithreaded SQL database (server) LICENSE= GPLv2 +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + SLAVEDIRS= databases/mysql57-client -USES= cmake:outsource shebangfix +USES= bison:build cmake:outsource compiler:c11 compiler:c++11-lib cpe libedit localbase perl5 shebangfix + +USE_OPENSSL= yes +USE_PERL5= run + +WITH_OPENSSL_PORT= yes -OPTIONS_RADIO= SSL -OPTIONS_RADIO_SSL= BUNDLED_SSL OPENSSL WITHOUT_SSL -OPTIONS_DEFAULT+= OPENSSL -NO_OPTIONS_SORT= yes +MY_DBDIR= /var/db/mysql +MY_SECDIR= /var/db/mysql_secure +MY_TMPDIR= /var/db/mysql_tmpdir -BUNDLED_SSL_DESC= SSL/TLS support via (bundled) CyaSSL -WITHOUT_SSL_DESC= No SSL/TLS support +LIB_DEPENDS+= libevent.so:devel/libevent2 \ + liblz4.so:archivers/liblz4 -CMAKE_ARGS+= -DINSTALL_DOCDIR="share/doc/mysql" \ +CMAKE_BUILD_TYPE= Release + +CMAKE_ARGS+= -DINSTALL_LAYOUT=FREEBSD \ + -DINSTALL_LDCONFIGDIR="${LOCALBASE}/libdata/ldconfig" \ + -DINSTALL_PKGCONFIGDIR="${LOCALBASE}/libdata/pkgconfig" \ + -DINSTALL_DOCDIR="share/doc/mysql" \ -DINSTALL_DOCREADMEDIR="share/doc/mysql" \ -DINSTALL_INCLUDEDIR="include/mysql" \ -DINSTALL_INFODIR="info" \ -DINSTALL_LIBDIR="lib/mysql" \ - -DINSTALL_PKGCONFIGDIR=${PREFIX}/libdata/pkgconfig \ -DINSTALL_MANDIR="man" \ - -DINSTALL_MYSQLDATADIR="/var/db/mysql" \ + -DINSTALL_MYSQLDATADIR="${MY_DBDIR}" \ + -DINSTALL_MYSQLKEYRINGDIR="etc/mysql/keyring" \ -DINSTALL_MYSQLSHAREDIR="share/mysql" \ -DINSTALL_MYSQLTESTDIR="share/mysql/tests" \ -DINSTALL_PLUGINDIR="lib/mysql/plugin" \ -DINSTALL_SBINDIR="libexec" \ -DINSTALL_SCRIPTDIR="bin" \ + -DINSTALL_SECURE_FILE_PRIVDIR="${MY_SECDIR}" \ -DINSTALL_SHAREDIR="share" \ -DINSTALL_SUPPORTFILESDIR="share/mysql" \ - -DLOCAL_BOOST_DIR=${WRKDIR}/boost_1_59_0 \ - -DBOOST_INCLUDE_DIR=${WRKDIR}/boost_1_59_0 \ - -DWITH_INNODB_EXTRA_DEBUG=0 + -DMYSQL_KEYRINGDIR="${ETCDIR}/keyring" \ + -DSYSCONFDIR="${ETCDIR}" \ + -DWITH_BOOST="${WRKSRC}/boost" \ + -DWITH_EDITLINE=system \ + -DWITH_LIBEVENT=system \ + -DWITH_LZ4=system \ + -DWITH_ZLIB=system \ + -DWITH_SSL=${OPENSSLBASE} \ + -DWITH_PIC=1 SHEBANG_FILES= scripts/*.pl* scripts/*.sh @@ -50,24 +67,28 @@ SHEBANG_FILES= scripts/*.pl* scripts/*.s .error You have `USE_MYSQL' variable defined either in environment or in make(1) arguments. Please undefine and try again. .endif -BUNDLED_SSL_CMAKE_ON= -DWITH_SSL=bundled -OPENSSL_USE= OPENSSL=yes -WITHOUT_SSL_CMAKE_ON= -DWITH_SSL=no +SUB_LIST= MY_DBDIR=${MY_DBDIR} \ + MY_SECDIR=${MY_SECDIR} \ + MY_TMPDIR=${MY_TMPDIR} + +PLIST_SUB= MY_DBDIR=${MY_DBDIR} \ + MY_SECDIR=${MY_SECDIR} \ + MY_TMPDIR=${MY_TMPDIR} # MySQL-Server part .if !defined(CLIENT_ONLY) USE_MYSQL= yes WANT_MYSQL_VER= 57 -USES+= bison:build cpe perl5 -USE_PERL5= run - -CONFLICTS_INSTALL= mariadb[0-9]*-server-* \ - mysql[0-46-9][0-689]-server-* \ - percona[0-9]*-server-* +CONFLICTS_INSTALL= mysql5[0-68-9]-server-* \ + mysql[0-46-9][0-9]-server-* \ + mariadb[0-9][0-9]-server-* \ + percona[0-9][0-9]-server-* USE_RC_SUBR= mysql-server +SUB_FILES= my.cnf.sample + USERS= mysql GROUPS= mysql @@ -110,20 +131,15 @@ OPTIONS_DEFAULT+= PERFSCHM PERFSCHM_SUB_LIST+= PERFSCHEMRC="" PERFSCHM_SUB_LIST_OFF+= PERFSCHEMRC="--skip-performance-schema" - -.else -USES+= readline .endif .include +### Just for the sake of FreeBSD 9.X ### .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 -CC= clang -CXX= clang++ -CPP= clang-cpp -OPENSSL_CMAKE_ON= -DWITH_SSL=system -.elif ${OSVERSION} >= 1000000 -OPENSSL_CMAKE_ON= -DWITH_SSL=yes +.if !defined(CLIENT_ONLY) +EXTRA_PATCHES+= ${PATCHDIR}/rapid_plugin-patch-_x_mysqlxtest__src_mysqlxtest.cc +.endif .endif post-extract: @@ -132,4 +148,15 @@ post-extract: post-patch: @${REINPLACE_CMD} 's/*.1/${MMAN1}/' ${WRKSRC}/man/CMakeLists.txt +.if !defined(CLIENT_ONLY) +post-install: + ${MKDIR} ${STAGEDIR}${ETCDIR} + ${INSTALL_DATA} ${WRKDIR}/my.cnf.sample ${STAGEDIR}${ETCDIR}/my.cnf.sample + +post-stage: + ${MKDIR} ${STAGEDIR}${ETCDIR}/keyring + ${MKDIR} ${STAGEDIR}${MY_SECDIR} + ${MKDIR} ${STAGEDIR}${MY_TMPDIR} +.endif + .include Modified: branches/2016Q2/databases/mysql57-server/distinfo ============================================================================== --- branches/2016Q2/databases/mysql57-server/distinfo Fri May 6 17:52:23 2016 (r414714) +++ branches/2016Q2/databases/mysql57-server/distinfo Fri May 6 18:00:38 2016 (r414715) @@ -1,4 +1,2 @@ -SHA256 (mysql-5.7.10.tar.gz) = 1ea1644884d086a23eafd8ccb04d517fbd43da3a6a06036f23c5c3a111e25c74 -SIZE (mysql-5.7.10.tar.gz) = 48919371 -SHA256 (boost_1_59_0.tar.gz) = 47f11c8844e579d02691a607fbd32540104a9ac7a2534a8ddaef50daf502baac -SIZE (boost_1_59_0.tar.gz) = 83709983 +SHA256 (mysql-boost-5.7.12.tar.gz) = 3990c78b4064e4e972e763d62449cb8f930717b3dd2ddcbbaeeaa0f644d5333d +SIZE (mysql-boost-5.7.12.tar.gz) = 60604385 Copied: branches/2016Q2/databases/mysql57-server/files/my.cnf.sample.in (from r414707, head/databases/mysql57-server/files/my.cnf.sample.in) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q2/databases/mysql57-server/files/my.cnf.sample.in Fri May 6 18:00:38 2016 (r414715, copy of r414707, head/databases/mysql57-server/files/my.cnf.sample.in) @@ -0,0 +1,64 @@ +# $FreeBSD$ + +[client] +port = 3306 +socket = /tmp/mysql.sock + +[mysql] +prompt = \u@\h [\d]>\_ +no_auto_rehash + +[mysqld] +user = mysql +port = 3306 +socket = /tmp/mysql.sock +bind-address = 127.0.0.1 +basedir = %%PREFIX%% +datadir = %%MY_DBDIR%% +tmpdir = %%MY_TMPDIR%% +slave-load-tmpdir = %%MY_TMPDIR%% +secure-file-priv = %%MY_SECDIR%% +log-bin = mysql-bin +log-output = TABLE +master-info-repository = TABLE +relay-log-info-repository = TABLE +relay-log-recovery = 1 +slow-query-log = 1 +server-id = 1 +sync_binlog = 1 +sync_relay_log = 1 +binlog_cache_size = 16M +expire_logs_days = 30 +default_password_lifetime = 0 +enforce-gtid-consistency = 1 +gtid-mode = ON +safe-user-create = 1 +lower_case_table_names = 1 +explicit-defaults-for-timestamp = 1 +myisam-recover-options = BACKUP,FORCE +open_files_limit = 32768 +table_open_cache = 16384 +table_definition_cache = 8192 +net_retry_count = 16384 +key_buffer_size = 256M +max_allowed_packet = 64M +query_cache_type = 0 +query_cache_size = 0 +long_query_time = 0.5 +innodb_buffer_pool_size = 1G +innodb_data_home_dir = %%MY_DBDIR%% +innodb_log_group_home_dir = %%MY_DBDIR%% +innodb_data_file_path = ibdata1:128M:autoextend +innodb_temp_data_file_path = ibtmp1:128M:autoextend +innodb_flush_method = O_DIRECT +innodb_log_file_size = 256M +innodb_log_buffer_size = 16M +innodb_write_io_threads = 8 +innodb_read_io_threads = 8 +innodb_autoinc_lock_mode = 2 +skip-symbolic-links + +[mysqldump] +max_allowed_packet = 256M +quote_names +quick Modified: branches/2016Q2/databases/mysql57-server/files/mysql-server.in ============================================================================== --- branches/2016Q2/databases/mysql57-server/files/mysql-server.in Fri May 6 17:52:23 2016 (r414714) +++ branches/2016Q2/databases/mysql57-server/files/mysql-server.in Fri May 6 18:00:38 2016 (r414715) @@ -14,10 +14,12 @@ # mysql_limits (bool): Set to "NO" by default. # Set it to yes to run `limits -e -U mysql` # just before mysql starts. -# mysql_dbdir (str): Default to "/var/db/mysql" +# mysql_dbdir (str): Default to "%%MY_DBDIR%%" # Base database directory. +# mysql_confdir (str): Default to "%%ETCDIR%%" +# Base configuration directory. # mysql_optfile (str): Server-specific option file. -# Default to "${mysql_dbdir}/my.cnf". +# Default to "${mysql_confdir}/my.cnf". # mysql_pidfile (str): Custum PID file path and name. # Default to "${mysql_dbdir}/${hostname}.pid". # mysql_args (str): Custom additional arguments to be passed @@ -33,30 +35,43 @@ load_rc_config $name : ${mysql_enable="NO"} : ${mysql_limits="NO"} -: ${mysql_dbdir="/var/db/mysql"} +: ${mysql_dbdir="%%MY_DBDIR%%"} +: ${mysql_confdir="%%ETCDIR%%"} +if [ -f "${mysql_dbdir}/my.cnf" ]; then : ${mysql_optfile="${mysql_dbdir}/my.cnf"} +else +: ${mysql_optfile="${mysql_confdir}/my.cnf"} +fi mysql_user="mysql" 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} %%PERFSCHEMRC%%" +command_args="-c -f %%PREFIX%%/bin/mysqld_safe --defaults-extra-file=${mysql_optfile} --basedir=%%PREFIX%% --datadir=${mysql_dbdir} --pid-file=${pidfile} --user=${mysql_user} ${mysql_args} %%PERFSCHEMRC%%" procname="%%PREFIX%%/libexec/mysqld" start_precmd="${name}_prestart" start_postcmd="${name}_poststart" mysql_install_db="%%PREFIX%%/bin/mysql_install_db" -mysql_install_db_args="--defaults-extra-file=${mysql_optfile} --basedir=%%PREFIX%% --datadir=${mysql_dbdir} --mysqld-file=${procname}" +mysql_install_db_args="--defaults-extra-file=${mysql_optfile} --basedir=%%PREFIX%% --datadir=${mysql_dbdir} --mysqld-file=${procname} --user=${mysql_user}" mysql_create_auth_tables() { eval $mysql_install_db $mysql_install_db_args >/dev/null 2>/dev/null - [ $? -eq 0 ] && chown -R ${mysql_user}:${mysql_user} ${mysql_dbdir} } mysql_prestart() { - if [ ! -d "${mysql_dbdir}/mysql/." ]; then + if [ -f "${mysql_dbdir}/my.cnf" ]; then + echo "" + echo "Please keep in mind that the default location for my.cnf will be changed" + echo "from \"%%MY_DBDIR%%/my.cnf\" to \"%%ETCDIR%%/my.cnf\" in the near" + echo "future. If you do not want to move your my.cnf to the new location then" + echo "you must set \"mysql_optfile\" in /etc/rc.conf to \"/var/db/mysql/my.cnf\"." + echo "" + fi + + if [ ! -d "${mysql_dbdir}/mysql" ]; then mysql_create_auth_tables || return 1 fi if checkyesno mysql_limits; then Modified: branches/2016Q2/databases/mysql57-server/files/patch-CMakeLists.txt ============================================================================== --- branches/2016Q2/databases/mysql57-server/files/patch-CMakeLists.txt Fri May 6 17:52:23 2016 (r414714) +++ branches/2016Q2/databases/mysql57-server/files/patch-CMakeLists.txt Fri May 6 18:00:38 2016 (r414715) @@ -1,6 +1,6 @@ ---- CMakeLists.txt.orig 2015-11-29 19:16:24 UTC +--- CMakeLists.txt.orig 2016-03-28 18:06:12 UTC +++ CMakeLists.txt -@@ -577,12 +577,10 @@ IF(UNIX) +@@ -614,12 +614,10 @@ IF(UNIX) ENDIF() IF(NOT WITHOUT_SERVER) @@ -13,7 +13,7 @@ ENDIF(WITH_EMBEDDED_SERVER) ENDIF() -@@ -591,8 +589,6 @@ ENDIF() +@@ -628,8 +626,6 @@ ENDIF() ADD_SUBDIRECTORY(scripts) IF(NOT WITHOUT_SERVER) @@ -22,7 +22,7 @@ ADD_SUBDIRECTORY(support-files) IF(EXISTS ${CMAKE_SOURCE_DIR}/internal/CMakeLists.txt) ADD_SUBDIRECTORY(internal) -@@ -647,6 +643,7 @@ ENDIF() +@@ -684,6 +680,7 @@ ENDIF() # # RPM installs documentation directly from the source tree # @@ -30,7 +30,7 @@ IF(NOT INSTALL_LAYOUT MATCHES "RPM") INSTALL(FILES COPYING LICENSE.mysql DESTINATION ${INSTALL_DOCREADMEDIR} -@@ -673,6 +670,7 @@ IF(NOT INSTALL_LAYOUT MATCHES "RPM") +@@ -706,6 +703,7 @@ IF(NOT INSTALL_LAYOUT MATCHES "RPM") PATTERN "sp-imp-spec.txt" EXCLUDE ) ENDIF() Modified: branches/2016Q2/databases/mysql57-server/files/patch-client_CMakeLists.txt ============================================================================== --- branches/2016Q2/databases/mysql57-server/files/patch-client_CMakeLists.txt Fri May 6 17:52:23 2016 (r414714) +++ branches/2016Q2/databases/mysql57-server/files/patch-client_CMakeLists.txt Fri May 6 18:00:38 2016 (r414715) @@ -1,6 +1,6 @@ ---- client/CMakeLists.txt.orig 2015-11-29 19:16:24 UTC +--- client/CMakeLists.txt.orig 2016-03-28 18:06:12 UTC +++ client/CMakeLists.txt -@@ -38,8 +38,6 @@ ADD_DEFINITIONS( +@@ -32,8 +32,6 @@ INCLUDE(${MYSQL_CMAKE_SCRIPT_DIR}/compil ## Subdirectory with common client code. ADD_SUBDIRECTORY(base) @@ -9,8 +9,8 @@ ## We will need libeay32.dll and ssleay32.dll when running client executables. COPY_OPENSSL_DLLS(copy_openssl_client) -@@ -115,11 +113,13 @@ IF(CMAKE_USE_PTHREADS_INIT AND CMAKE_C_F - ENDIF() +@@ -41,11 +39,13 @@ COPY_OPENSSL_DLLS(copy_openssl_client) + INCLUDE(${MYSQL_CMAKE_SCRIPT_DIR}/compile_flags.cmake) ADD_DEFINITIONS(${SSL_DEFINES}) +IF(FALSE) @@ -23,7 +23,7 @@ IF(NOT WITHOUT_SERVER) MYSQL_ADD_EXECUTABLE(mysql_upgrade -@@ -139,6 +139,7 @@ TARGET_LINK_LIBRARIES(mysqltest mysqlcli +@@ -65,6 +65,7 @@ TARGET_LINK_LIBRARIES(mysqltest mysqlcli ADD_CONVENIENCE_LIBRARY(mysqlcheck_core check/mysqlcheck_core.cc) TARGET_LINK_LIBRARIES(mysqlcheck_core mysqlclient) @@ -31,7 +31,7 @@ MYSQL_ADD_EXECUTABLE(mysqlcheck check/mysqlcheck.cc) TARGET_LINK_LIBRARIES(mysqlcheck mysqlcheck_core) -@@ -151,10 +152,12 @@ TARGET_LINK_LIBRARIES(mysqlimport mysqlc +@@ -77,10 +78,12 @@ TARGET_LINK_LIBRARIES(mysqlimport mysqlc MYSQL_ADD_EXECUTABLE(mysqlshow mysqlshow.c) TARGET_LINK_LIBRARIES(mysqlshow mysqlclient) @@ -44,7 +44,7 @@ MYSQL_ADD_EXECUTABLE(mysqlbinlog mysqlbinlog.cc) ADD_COMPILE_FLAGS( mysqlbinlog.cc -@@ -171,6 +174,7 @@ TARGET_LINK_LIBRARIES(mysqlslap mysqlcli +@@ -97,6 +100,7 @@ TARGET_LINK_LIBRARIES(mysqlslap mysqlcli MYSQL_ADD_EXECUTABLE(mysql_config_editor mysql_config_editor.cc) TARGET_LINK_LIBRARIES(mysql_config_editor mysqlclient) @@ -52,7 +52,7 @@ MYSQL_ADD_EXECUTABLE(mysql_secure_installation mysql_secure_installation.cc) TARGET_LINK_LIBRARIES(mysql_secure_installation mysqlclient) -@@ -186,9 +190,11 @@ IF(UNIX AND NOT WITHOUT_SERVER) +@@ -112,9 +116,11 @@ IF(UNIX AND NOT WITHOUT_SERVER) ADD_DEPENDENCIES(mysql_install_db GenBootstrapPriv GenSysSchema) ENDIF() @@ -64,7 +64,7 @@ # "WIN32" also covers 64 bit. "echo" is used in some files below "mysql-test/". IF(WIN32) -@@ -197,11 +203,6 @@ ENDIF(WIN32) +@@ -123,11 +129,6 @@ ENDIF(WIN32) SET_TARGET_PROPERTIES ( mysql_plugin Modified: branches/2016Q2/databases/mysql57-server/files/patch-cmake_plugin.cmake ============================================================================== --- branches/2016Q2/databases/mysql57-server/files/patch-cmake_plugin.cmake Fri May 6 17:52:23 2016 (r414714) +++ branches/2016Q2/databases/mysql57-server/files/patch-cmake_plugin.cmake Fri May 6 18:00:38 2016 (r414715) @@ -1,6 +1,6 @@ ---- cmake/plugin.cmake.orig 2015-11-29 19:16:24 UTC +--- cmake/plugin.cmake.orig 2016-03-28 18:06:12 UTC +++ cmake/plugin.cmake -@@ -236,9 +236,6 @@ MACRO(MYSQL_ADD_PLUGIN) +@@ -237,9 +237,6 @@ MACRO(MYSQL_ADD_PLUGIN) MYSQL_INSTALL_TARGETS(${target} DESTINATION ${INSTALL_PLUGINDIR} COMPONENT ${INSTALL_COMPONENT}) Modified: branches/2016Q2/databases/mysql57-server/files/patch-cmd-line-utils_libedit_chartype.h ============================================================================== --- branches/2016Q2/databases/mysql57-server/files/patch-cmd-line-utils_libedit_chartype.h Fri May 6 17:52:23 2016 (r414714) +++ branches/2016Q2/databases/mysql57-server/files/patch-cmd-line-utils_libedit_chartype.h Fri May 6 18:00:38 2016 (r414715) @@ -1,4 +1,4 @@ ---- cmd-line-utils/libedit/chartype.h.orig 2015-11-29 19:16:24 UTC +--- cmd-line-utils/libedit/chartype.h.orig 2016-03-28 18:06:12 UTC +++ cmd-line-utils/libedit/chartype.h @@ -49,7 +49,7 @@ TODO : Verify if FreeBSD & AIX stores ISO 10646 in wchar_t. */ Modified: branches/2016Q2/databases/mysql57-server/files/patch-cmd-line-utils_libedit_vi.c ============================================================================== --- branches/2016Q2/databases/mysql57-server/files/patch-cmd-line-utils_libedit_vi.c Fri May 6 17:52:23 2016 (r414714) +++ branches/2016Q2/databases/mysql57-server/files/patch-cmd-line-utils_libedit_vi.c Fri May 6 18:00:38 2016 (r414715) @@ -1,4 +1,4 @@ ---- cmd-line-utils/libedit/vi.c.orig 2015-11-29 19:16:24 UTC +--- cmd-line-utils/libedit/vi.c.orig 2016-03-28 18:06:12 UTC +++ cmd-line-utils/libedit/vi.c @@ -919,7 +919,7 @@ vi_comment_out(EditLine *el, Int c __att * NB: posix implies that we should enter insert mode, however Modified: branches/2016Q2/databases/mysql57-server/files/patch-include_CMakeLists.txt ============================================================================== --- branches/2016Q2/databases/mysql57-server/files/patch-include_CMakeLists.txt Fri May 6 17:52:23 2016 (r414714) +++ branches/2016Q2/databases/mysql57-server/files/patch-include_CMakeLists.txt Fri May 6 18:00:38 2016 (r414715) @@ -1,12 +1,16 @@ ---- include/CMakeLists.txt.orig 2015-11-29 19:16:24 UTC +--- include/CMakeLists.txt.orig 2016-03-28 18:06:12 UTC +++ include/CMakeLists.txt -@@ -69,10 +69,12 @@ SET(HEADERS +@@ -69,14 +69,13 @@ SET(HEADERS + ${HEADERS_GEN_CONFIGURE} ) - -+IF(FALSE) - 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 + ++IF(FALSE) + INSTALL(FILES + ../libbinlogevents/export/binary_log_types.h + DESTINATION ${INSTALL_INCLUDEDIR} +- COMPONENT Development) +-INSTALL(FILES ${HEADERS} DESTINATION ${INSTALL_INCLUDEDIR} COMPONENT Development) +-INSTALL(DIRECTORY mysql/ DESTINATION ${INSTALL_INCLUDEDIR}/mysql COMPONENT Development PATTERN "*.h" PATTERN "psi_abi*" EXCLUDE ) Modified: branches/2016Q2/databases/mysql57-server/files/patch-include_my__compare.h ============================================================================== --- branches/2016Q2/databases/mysql57-server/files/patch-include_my__compare.h Fri May 6 17:52:23 2016 (r414714) +++ branches/2016Q2/databases/mysql57-server/files/patch-include_my__compare.h Fri May 6 18:00:38 2016 (r414715) @@ -1,4 +1,4 @@ ---- include/my_compare.h.orig 2015-11-29 19:16:24 UTC +--- include/my_compare.h.orig 2016-03-28 18:06:12 UTC +++ include/my_compare.h @@ -40,7 +40,7 @@ extern "C" { But beware the dependency of MI_MAX_POSSIBLE_KEY_BUFF and HA_MAX_KEY_LENGTH. Modified: branches/2016Q2/databases/mysql57-server/files/patch-include_my__thread__os__id.h ============================================================================== --- branches/2016Q2/databases/mysql57-server/files/patch-include_my__thread__os__id.h Fri May 6 17:52:23 2016 (r414714) +++ branches/2016Q2/databases/mysql57-server/files/patch-include_my__thread__os__id.h Fri May 6 18:00:38 2016 (r414715) @@ -1,4 +1,4 @@ ---- include/my_thread_os_id.h.orig 2015-11-29 19:16:24 UTC +--- include/my_thread_os_id.h.orig 2016-03-28 18:06:12 UTC +++ include/my_thread_os_id.h @@ -75,8 +75,12 @@ static inline my_thread_os_id_t my_threa return pthread_getthreadid_np(); Modified: branches/2016Q2/databases/mysql57-server/files/patch-include_myisam.h ============================================================================== --- branches/2016Q2/databases/mysql57-server/files/patch-include_myisam.h Fri May 6 17:52:23 2016 (r414714) +++ branches/2016Q2/databases/mysql57-server/files/patch-include_myisam.h Fri May 6 18:00:38 2016 (r414715) @@ -1,4 +1,4 @@ ---- include/myisam.h.orig 2015-11-29 19:16:24 UTC +--- include/myisam.h.orig 2016-03-28 18:06:12 UTC +++ include/myisam.h @@ -45,7 +45,7 @@ extern "C" { The following defines can be increased if necessary. Modified: branches/2016Q2/databases/mysql57-server/files/patch-libmysql_CMakeLists.txt ============================================================================== --- branches/2016Q2/databases/mysql57-server/files/patch-libmysql_CMakeLists.txt Fri May 6 17:52:23 2016 (r414714) +++ branches/2016Q2/databases/mysql57-server/files/patch-libmysql_CMakeLists.txt Fri May 6 18:00:38 2016 (r414715) @@ -1,4 +1,4 @@ ---- libmysql/CMakeLists.txt.orig 2015-11-29 19:16:24 UTC +--- libmysql/CMakeLists.txt.orig 2016-03-28 18:06:12 UTC +++ libmysql/CMakeLists.txt @@ -215,7 +215,7 @@ IF(WIN32) ENDIF() Modified: branches/2016Q2/databases/mysql57-server/files/patch-libservices_CMakeLists.txt ============================================================================== --- branches/2016Q2/databases/mysql57-server/files/patch-libservices_CMakeLists.txt Fri May 6 17:52:23 2016 (r414714) +++ branches/2016Q2/databases/mysql57-server/files/patch-libservices_CMakeLists.txt Fri May 6 18:00:38 2016 (r414715) @@ -1,7 +1,7 @@ ---- libservices/CMakeLists.txt.orig 2015-11-29 19:16:24 UTC +--- libservices/CMakeLists.txt.orig 2016-03-28 18:06:12 UTC +++ libservices/CMakeLists.txt -@@ -34,4 +34,6 @@ SET(MYSQLSERVICES_SOURCES - security_context_service.c) +@@ -35,4 +35,6 @@ SET(MYSQLSERVICES_SOURCES + mysql_keyring_service.c) ADD_CONVENIENCE_LIBRARY(mysqlservices ${MYSQLSERVICES_SOURCES}) +IF(FALSE) Modified: branches/2016Q2/databases/mysql57-server/files/patch-mysys__ssl_my__default.cc ============================================================================== --- branches/2016Q2/databases/mysql57-server/files/patch-mysys__ssl_my__default.cc Fri May 6 17:52:23 2016 (r414714) +++ branches/2016Q2/databases/mysql57-server/files/patch-mysys__ssl_my__default.cc Fri May 6 18:00:38 2016 (r414715) @@ -1,4 +1,4 @@ ---- mysys_ssl/my_default.cc.orig 2015-11-29 19:16:24 UTC +--- mysys_ssl/my_default.cc.orig 2016-03-28 18:06:12 UTC +++ mysys_ssl/my_default.cc @@ -122,7 +122,7 @@ static my_bool is_login_file= FALSE; Modified: branches/2016Q2/databases/mysql57-server/files/patch-plugin_password__validation_validate__password.cc ============================================================================== --- branches/2016Q2/databases/mysql57-server/files/patch-plugin_password__validation_validate__password.cc Fri May 6 17:52:23 2016 (r414714) +++ branches/2016Q2/databases/mysql57-server/files/patch-plugin_password__validation_validate__password.cc Fri May 6 18:00:38 2016 (r414715) @@ -1,4 +1,4 @@ ---- plugin/password_validation/validate_password.cc.orig 2015-11-29 19:16:24 UTC +--- plugin/password_validation/validate_password.cc.orig 2016-03-28 18:06:12 UTC +++ plugin/password_validation/validate_password.cc @@ -18,6 +18,8 @@ #include Copied: branches/2016Q2/databases/mysql57-server/files/patch-rapid_plugin_x_CMakeLists.txt (from r414707, head/databases/mysql57-server/files/patch-rapid_plugin_x_CMakeLists.txt) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q2/databases/mysql57-server/files/patch-rapid_plugin_x_CMakeLists.txt Fri May 6 18:00:38 2016 (r414715, copy of r414707, head/databases/mysql57-server/files/patch-rapid_plugin_x_CMakeLists.txt) @@ -0,0 +1,20 @@ +--- rapid/plugin/x/CMakeLists.txt.orig 2016-03-28 18:06:12 UTC ++++ rapid/plugin/x/CMakeLists.txt +@@ -91,14 +91,14 @@ ELSE() + ${CMAKE_CURRENT_SOURCE_DIR}/ngs/include + ${CMAKE_SOURCE_DIR}/include #temporary + ${CMAKE_CURRENT_SOURCE_DIR}/include/mysql +- ${SSL_INCLUDE_DIRS} +- ${ZLIB_INCLUDE_DIR} ++ ${BOOST_INCLUDE_DIR} + ) + + INCLUDE_DIRECTORIES(SYSTEM +- ${BOOST_INCLUDE_DIR} + ${PROTOBUF_INCLUDE_DIRS} + ${LIBEVENT_INCLUDE_DIR} ++ ${SSL_INCLUDE_DIRS} ++ ${ZLIB_INCLUDE_DIR} + ) + + IF(XPLUGIN_NO_LITE_PROTOBUF) Copied: branches/2016Q2/databases/mysql57-server/files/patch-rapid_plugin_x_mysqlx__error.cmake (from r414707, head/databases/mysql57-server/files/patch-rapid_plugin_x_mysqlx__error.cmake) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q2/databases/mysql57-server/files/patch-rapid_plugin_x_mysqlx__error.cmake Fri May 6 18:00:38 2016 (r414715, copy of r414707, head/databases/mysql57-server/files/patch-rapid_plugin_x_mysqlx__error.cmake) @@ -0,0 +1,11 @@ +--- rapid/plugin/x/mysqlx_error.cmake.orig 2016-04-14 21:38:55 UTC ++++ rapid/plugin/x/mysqlx_error.cmake +@@ -26,6 +26,8 @@ GENERATE_XERRORS(${MYSQLX_PROJECT_DIR}/s + CONFIGURE_FILE(${MYSQLX_PROJECT_DIR}/src/mysqlx_error.h.in + ${CMAKE_CURRENT_BINARY_DIR}/mysqlx_error.h) + ++IF(FALSE) + INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/mysqlx_error.h + DESTINATION ${INSTALL_INCLUDEDIR} + COMPONENT Developement) ++ENDIF() Copied: branches/2016Q2/databases/mysql57-server/files/patch-rapid_unittest_gunit_xplugin_CMakeLists.txt (from r414707, head/databases/mysql57-server/files/patch-rapid_unittest_gunit_xplugin_CMakeLists.txt) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q2/databases/mysql57-server/files/patch-rapid_unittest_gunit_xplugin_CMakeLists.txt Fri May 6 18:00:38 2016 (r414715, copy of r414707, head/databases/mysql57-server/files/patch-rapid_unittest_gunit_xplugin_CMakeLists.txt) @@ -0,0 +1,18 @@ +--- rapid/unittest/gunit/xplugin/CMakeLists.txt.orig 2016-03-28 18:06:12 UTC ++++ rapid/unittest/gunit/xplugin/CMakeLists.txt +@@ -65,7 +65,6 @@ ENDIF() + ADD_DEFINITIONS(${GMOCK_CFLAGS} -DBOOST_ALL_NO_LIB -DBOOST_NO_AUTO_PTR -DUSE_MYSQLX_FULL_PROTO) + + INCLUDE_DIRECTORIES(SYSTEM +- ${BOOST_INCLUDE_DIR} + ${PROTOBUF_INCLUDE_DIRS} + ${SSL_INCLUDE_DIRS} + ${LIBEVENT_INCLUDE_DIR} +@@ -75,6 +74,7 @@ INCLUDE_DIRECTORIES(SYSTEM + ) + + INCLUDE_DIRECTORIES( ++ ${BOOST_INCLUDE_DIR} + ${CMAKE_SOURCE_DIR}/testing/include + ${PROJECT_SOURCE_DIR}/rapid/plugin/x/ngs/include + ${PROJECT_SOURCE_DIR}/rapid/plugin/x/ngs/include/ngs Modified: branches/2016Q2/databases/mysql57-server/files/patch-scripts_CMakeLists.txt ============================================================================== --- branches/2016Q2/databases/mysql57-server/files/patch-scripts_CMakeLists.txt Fri May 6 17:52:23 2016 (r414714) +++ branches/2016Q2/databases/mysql57-server/files/patch-scripts_CMakeLists.txt Fri May 6 18:00:38 2016 (r414715) @@ -1,4 +1,4 @@ ---- scripts/CMakeLists.txt.orig 2015-11-29 19:16:24 UTC +--- scripts/CMakeLists.txt.orig 2016-03-28 18:06:12 UTC +++ scripts/CMakeLists.txt @@ -347,6 +347,8 @@ MACRO(EXTRACT_LINK_LIBRARIES target var) GET_FILENAME_COMPONENT(lib "${lib}" NAME_WE) Modified: branches/2016Q2/databases/mysql57-server/files/patch-sql_CMakeLists.txt ============================================================================== --- branches/2016Q2/databases/mysql57-server/files/patch-sql_CMakeLists.txt Fri May 6 17:52:23 2016 (r414714) +++ branches/2016Q2/databases/mysql57-server/files/patch-sql_CMakeLists.txt Fri May 6 18:00:38 2016 (r414715) @@ -1,4 +1,4 @@ ---- sql/CMakeLists.txt.orig 2015-11-29 19:16:24 UTC +--- sql/CMakeLists.txt.orig 2016-03-28 18:06:12 UTC +++ sql/CMakeLists.txt @@ -24,6 +24,8 @@ INCLUDE_DIRECTORIES( ${ZLIB_INCLUDE_DIR} Modified: branches/2016Q2/databases/mysql57-server/files/patch-sql_conn__handler_socket__connection.cc ============================================================================== --- branches/2016Q2/databases/mysql57-server/files/patch-sql_conn__handler_socket__connection.cc Fri May 6 17:52:23 2016 (r414714) +++ branches/2016Q2/databases/mysql57-server/files/patch-sql_conn__handler_socket__connection.cc Fri May 6 18:00:38 2016 (r414715) @@ -1,4 +1,4 @@ ---- sql/conn_handler/socket_connection.cc.orig 2015-11-29 19:16:24 UTC +--- sql/conn_handler/socket_connection.cc.orig 2016-03-28 18:06:12 UTC +++ sql/conn_handler/socket_connection.cc @@ -939,20 +939,23 @@ Channel_info* Mysqld_socket_listener::li signal(SIGCHLD, SIG_DFL); Added: branches/2016Q2/databases/mysql57-server/files/patch-sql_json__dom.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q2/databases/mysql57-server/files/patch-sql_json__dom.h Fri May 6 18:00:38 2016 (r414715) @@ -0,0 +1,11 @@ +--- sql/json_dom.h.orig 2016-03-28 18:06:12 UTC ++++ sql/json_dom.h +@@ -368,7 +368,7 @@ struct Json_key_comparator + Json_object class. + */ + typedef std::map > > Json_object_map; ++ Malloc_allocator > > Json_object_map; + + /** + Represents a JSON container value of type "object" (ECMA), type Modified: branches/2016Q2/databases/mysql57-server/files/patch-sql_sql__view.cc ============================================================================== --- branches/2016Q2/databases/mysql57-server/files/patch-sql_sql__view.cc Fri May 6 17:52:23 2016 (r414714) +++ branches/2016Q2/databases/mysql57-server/files/patch-sql_sql__view.cc Fri May 6 18:00:38 2016 (r414715) @@ -1,6 +1,6 @@ ---- sql/sql_view.cc.orig 2015-11-29 19:16:24 UTC +--- sql/sql_view.cc.orig 2016-03-28 18:06:12 UTC +++ sql/sql_view.cc -@@ -768,46 +768,46 @@ static const int required_view_parameter +@@ -773,46 +773,46 @@ static const int required_view_parameter */ static File_option view_parameters[]= {{{ C_STRING_WITH_LEN("query")}, Modified: branches/2016Q2/databases/mysql57-server/files/patch-sql_sys__vars.cc ============================================================================== --- branches/2016Q2/databases/mysql57-server/files/patch-sql_sys__vars.cc Fri May 6 17:52:23 2016 (r414714) +++ branches/2016Q2/databases/mysql57-server/files/patch-sql_sys__vars.cc Fri May 6 18:00:38 2016 (r414715) @@ -1,4 +1,4 @@ ---- sql/sys_vars.cc.orig 2015-11-29 19:16:24 UTC +--- sql/sys_vars.cc.orig 2016-03-28 18:06:12 UTC +++ sql/sys_vars.cc @@ -1734,7 +1734,7 @@ static Sys_var_ulong Sys_interactive_tim "connection before closing it", @@ -9,7 +9,7 @@ static Sys_var_ulong Sys_join_buffer_size( "join_buffer_size", -@@ -2562,7 +2562,7 @@ static Sys_var_ulong Sys_net_read_timeou +@@ -2552,7 +2552,7 @@ static Sys_var_ulong Sys_net_read_timeou "Number of seconds to wait for more data from a connection before " "aborting the read", SESSION_VAR(net_read_timeout), CMD_LINE(REQUIRED_ARG), @@ -18,7 +18,7 @@ NO_MUTEX_GUARD, NOT_IN_BINLOG, ON_CHECK(0), ON_UPDATE(fix_net_read_timeout)); -@@ -2578,7 +2578,7 @@ static Sys_var_ulong Sys_net_write_timeo +@@ -2568,7 +2568,7 @@ static Sys_var_ulong Sys_net_write_timeo "Number of seconds to wait for a block to be written to a connection " "before aborting the write", SESSION_VAR(net_write_timeout), CMD_LINE(REQUIRED_ARG), @@ -27,7 +27,7 @@ NO_MUTEX_GUARD, NOT_IN_BINLOG, ON_CHECK(0), ON_UPDATE(fix_net_write_timeout)); -@@ -4031,7 +4031,7 @@ static Sys_var_ulong Sys_net_wait_timeou +@@ -4083,7 +4083,7 @@ static Sys_var_ulong Sys_net_wait_timeou "The number of seconds the server waits for activity on a " "connection before closing it", SESSION_VAR(net_wait_timeout), CMD_LINE(REQUIRED_ARG), Added: branches/2016Q2/databases/mysql57-server/files/patch-storage_innobase_buf_buf0buf.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q2/databases/mysql57-server/files/patch-storage_innobase_buf_buf0buf.cc Fri May 6 18:00:38 2016 (r414715) @@ -0,0 +1,11 @@ +--- storage/innobase/buf/buf0buf.cc.orig 2016-03-28 18:06:12 UTC ++++ storage/innobase/buf/buf0buf.cc +@@ -338,7 +338,7 @@ typedef std::map< + const byte*, + buf_chunk_t*, + std::less, +- ut_allocator > > ++ ut_allocator > > + buf_pool_chunk_map_t; + + static buf_pool_chunk_map_t* buf_chunk_map_reg; Added: branches/2016Q2/databases/mysql57-server/files/patch-storage_innobase_dict_dict0stats.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q2/databases/mysql57-server/files/patch-storage_innobase_dict_dict0stats.cc Fri May 6 18:00:38 2016 (r414715) @@ -0,0 +1,11 @@ +--- storage/innobase/dict/dict0stats.cc.orig 2016-03-28 18:06:12 UTC ++++ storage/innobase/dict/dict0stats.cc +@@ -139,7 +139,7 @@ then we would store 5,7,10,11,12 in the + typedef std::vector > boundaries_t; + + /** Allocator type used for index_map_t. */ *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-branches@freebsd.org Sat May 7 06:35:24 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 E5286B31130; Sat, 7 May 2016 06:35:24 +0000 (UTC) (envelope-from pi@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 B69561793; Sat, 7 May 2016 06:35:24 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u476ZN7t086183; Sat, 7 May 2016 06:35:23 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u476ZNdk086182; Sat, 7 May 2016 06:35:23 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201605070635.u476ZNdk086182@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 7 May 2016 06:35:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r414755 - branches/2016Q2 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.22 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, 07 May 2016 06:35:25 -0000 Author: pi Date: Sat May 7 06:35:23 2016 New Revision: 414755 URL: https://svnweb.freebsd.org/changeset/ports/414755 Log: MFH: r414727 www/node010: 0.10.40 -> 0.10.45 Update to the latest upstream v0.10.x maintenance release after the recent openssl CVEs. Release announcement with changelog is here: https://nodejs.org/en/blog/release/v0.10.45/ https://nodejs.org/en/blog/vulnerability/openssl-may-2016/ PR: 209337 Submitter: Bradley T. Hughes (maintainer) Approved by: ports-secteam (junovitch) Modified: Directory Properties: branches/2016Q2/ (props changed) From owner-svn-ports-branches@freebsd.org Sat May 7 06:38: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 C3BF5B31187; Sat, 7 May 2016 06:38:02 +0000 (UTC) (envelope-from pi@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 8D8CA18BD; Sat, 7 May 2016 06:38:02 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u476c1Ng086403; Sat, 7 May 2016 06:38:01 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u476c1UJ086402; Sat, 7 May 2016 06:38:01 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201605070638.u476c1UJ086402@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 7 May 2016 06:38:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r414756 - branches/2016Q2 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.22 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, 07 May 2016 06:38:02 -0000 Author: pi Date: Sat May 7 06:38:01 2016 New Revision: 414756 URL: https://svnweb.freebsd.org/changeset/ports/414756 Log: MFH: r414728 www/node012: 0.12.9 -> 0.12.14 Update to the latest upstream v0.12.x maintenance release after the recent openssl CVEs. Release announcement with changelog is here: https://nodejs.org/en/blog/release/v0.12.14/ https://nodejs.org/en/blog/vulnerability/openssl-may-2016/ PR: 209339 Submitted by: Bradley T. Hughes (maintainer) Approved by: ports-secteam (junovitch) Modified: Directory Properties: branches/2016Q2/ (props changed) From owner-svn-ports-branches@freebsd.org Sat May 7 06:40:25 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 5974CB311DF; Sat, 7 May 2016 06:40:25 +0000 (UTC) (envelope-from pi@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 2947419FD; Sat, 7 May 2016 06:40:25 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u476eOHf086615; Sat, 7 May 2016 06:40:24 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u476eOJw086613; Sat, 7 May 2016 06:40:24 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201605070640.u476eOJw086613@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 7 May 2016 06:40:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r414757 - branches/2016Q2/www/node010 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.22 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, 07 May 2016 06:40:25 -0000 Author: pi Date: Sat May 7 06:40:24 2016 New Revision: 414757 URL: https://svnweb.freebsd.org/changeset/ports/414757 Log: MFH: r414727 www/node010: 0.10.40 -> 0.10.45 Update to the latest upstream v0.10.x maintenance release after the recent openssl CVEs. Release announcement with changelog is here: https://nodejs.org/en/blog/release/v0.10.45/ https://nodejs.org/en/blog/vulnerability/openssl-may-2016/ PR: 209337 Submitter: Bradley T. Hughes (maintainer) Approved by: ports-secteam (junovitch) Modified: branches/2016Q2/www/node010/Makefile branches/2016Q2/www/node010/distinfo Modified: branches/2016Q2/www/node010/Makefile ============================================================================== --- branches/2016Q2/www/node010/Makefile Sat May 7 06:38:01 2016 (r414756) +++ branches/2016Q2/www/node010/Makefile Sat May 7 06:40:24 2016 (r414757) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= node -PORTVERSION= 0.10.40 +PORTVERSION= 0.10.45 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ Modified: branches/2016Q2/www/node010/distinfo ============================================================================== --- branches/2016Q2/www/node010/distinfo Sat May 7 06:38:01 2016 (r414756) +++ branches/2016Q2/www/node010/distinfo Sat May 7 06:40:24 2016 (r414757) @@ -1,2 +1,2 @@ -SHA256 (node-v0.10.40.tar.gz) = bae79c2fd959aebe1629af36077bebbb760128db753da226d2344cd91499149f -SIZE (node-v0.10.40.tar.gz) = 14761139 +SHA256 (node-v0.10.45.tar.gz) = d184bb74758d4ac69826823934cda1d46e81402fc16ebdb2ecacdc1a8fe0b568 +SIZE (node-v0.10.45.tar.gz) = 15681636 From owner-svn-ports-branches@freebsd.org Sat May 7 06:41: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 A1AA0B31227; Sat, 7 May 2016 06:41:23 +0000 (UTC) (envelope-from pi@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 72AAE1B83; Sat, 7 May 2016 06:41:23 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u476fMij086762; Sat, 7 May 2016 06:41:22 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u476fMp5086760; Sat, 7 May 2016 06:41:22 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201605070641.u476fMp5086760@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 7 May 2016 06:41:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r414758 - branches/2016Q2/www/node012 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.22 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, 07 May 2016 06:41:23 -0000 Author: pi Date: Sat May 7 06:41:22 2016 New Revision: 414758 URL: https://svnweb.freebsd.org/changeset/ports/414758 Log: MFH: r414728 www/node012: 0.12.9 -> 0.12.14 Update to the latest upstream v0.12.x maintenance release after the recent openssl CVEs. Release announcement with changelog is here: https://nodejs.org/en/blog/release/v0.12.14/ https://nodejs.org/en/blog/vulnerability/openssl-may-2016/ PR: 209339 Submitted by: Bradley T. Hughes (maintainer) Approved by: ports-secteam (junovitch) Modified: branches/2016Q2/www/node012/Makefile branches/2016Q2/www/node012/distinfo Modified: branches/2016Q2/www/node012/Makefile ============================================================================== --- branches/2016Q2/www/node012/Makefile Sat May 7 06:40:24 2016 (r414757) +++ branches/2016Q2/www/node012/Makefile Sat May 7 06:41:22 2016 (r414758) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= node -PORTVERSION= 0.12.9 +PORTVERSION= 0.12.14 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ Modified: branches/2016Q2/www/node012/distinfo ============================================================================== --- branches/2016Q2/www/node012/distinfo Sat May 7 06:40:24 2016 (r414757) +++ branches/2016Q2/www/node012/distinfo Sat May 7 06:41:22 2016 (r414758) @@ -1,2 +1,2 @@ -SHA256 (node-v0.12.9.tar.gz) = 35daad301191e5f8dd7e5d2fbb711d081b82d1837d59837b8ee224c256cfe5e4 -SIZE (node-v0.12.9.tar.gz) = 19582666 +SHA256 (node-v0.12.14.tar.gz) = 0a55e57cbd3ffa67525c0d93ac7076d3b2ac70887b11c5c97be3e1953cb50b1d +SIZE (node-v0.12.14.tar.gz) = 19925796 From owner-svn-ports-branches@freebsd.org Sat May 7 06:43:41 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 9695FB3133A; Sat, 7 May 2016 06:43:41 +0000 (UTC) (envelope-from pi@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 62FE31E29; Sat, 7 May 2016 06:43:41 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u476heN8089628; Sat, 7 May 2016 06:43:40 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u476heNg089626; Sat, 7 May 2016 06:43:40 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201605070643.u476heNg089626@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 7 May 2016 06:43:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r414759 - branches/2016Q2/www/node4 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.22 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, 07 May 2016 06:43:41 -0000 Author: pi Date: Sat May 7 06:43:40 2016 New Revision: 414759 URL: https://svnweb.freebsd.org/changeset/ports/414759 Log: MFH: r414729 www/node4: 4.4.1 -> 4.4.4 Update to the latest upstream v4.x maintenance release after the recent openssl CVEs. Release announcement with changelog is here: https://nodejs.org/en/blog/release/v4.4.4/ https://nodejs.org/en/blog/vulnerability/openssl-may-2016/ PR: 209340 Submitted by: Bradley T. Hughes (maintainer) Approved by: ports-secteam (junovitch) Modified: branches/2016Q2/www/node4/Makefile branches/2016Q2/www/node4/distinfo Modified: branches/2016Q2/www/node4/Makefile ============================================================================== --- branches/2016Q2/www/node4/Makefile Sat May 7 06:41:22 2016 (r414758) +++ branches/2016Q2/www/node4/Makefile Sat May 7 06:43:40 2016 (r414759) @@ -2,13 +2,13 @@ # $FreeBSD$ PORTNAME= node -PORTVERSION= 4.4.1 +PORTVERSION= 4.4.4 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ PKGNAMESUFFIX= 4 -MAINTAINER= linpct@gmail.com +MAINTAINER= bradleythughes@fastmail.fm COMMENT= V8 JavaScript for client and server (4.x LTS) LICENSE= MIT Modified: branches/2016Q2/www/node4/distinfo ============================================================================== --- branches/2016Q2/www/node4/distinfo Sat May 7 06:41:22 2016 (r414758) +++ branches/2016Q2/www/node4/distinfo Sat May 7 06:43:40 2016 (r414759) @@ -1,2 +1,2 @@ -SHA256 (node-v4.4.1.tar.gz) = f3e604cc4d05a4810c37cd43a838a2dc4399d517bd1e8c53b7670dcffc4dc481 -SIZE (node-v4.4.1.tar.gz) = 22361560 +SHA256 (node-v4.4.4.tar.gz) = 53c694c203ee18e7cd393612be08c61ed6ab8b2a165260984a99c014d1741414 +SIZE (node-v4.4.4.tar.gz) = 22585086 From owner-svn-ports-branches@freebsd.org Sat May 7 08:57:48 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 6126AB316EE; Sat, 7 May 2016 08:57:48 +0000 (UTC) (envelope-from brnrd@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 28E721FC5; Sat, 7 May 2016 08:57:48 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u478vlF9029752; Sat, 7 May 2016 08:57:47 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u478vknE029744; Sat, 7 May 2016 08:57:46 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201605070857.u478vknE029744@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Sat, 7 May 2016 08:57:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r414765 - in branches/2016Q2/databases: mariadb100-client/files mariadb100-server mariadb100-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.22 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, 07 May 2016 08:57:48 -0000 Author: brnrd Date: Sat May 7 08:57:46 2016 New Revision: 414765 URL: https://svnweb.freebsd.org/changeset/ports/414765 Log: MFH: r413724 r414725 - Mark OQGRAPH option BROKEN as it fails with both old and new boost - Allow to disable it properly so the build doesn't break of boost is installed - Remove OQGRAPH-related cmake flags, as they do nothing PR: 207115 Submitted by: amdmi3 Approved by: maintainer timeout (never@nevermind.kiev.ua, 2 months) databases/mariadb100-{client,server}: Update to 10.0.25 - Update to latest version 10.0.25 - Fix security vulnerabilities - Replace USE_MYSQL/WANT_MYSQL_VER with USES= mysql:100m - Always build with SSL support, remove bundled CyaSSL - Align INNODB engine option with upstream option name - Mark not supported for TokuDB on i386 - Backport improvements from 10.1 port - Replace bundled libs with ports' versions - ENGINES options group - TokuDB Engine - Add upstreamed patch fixing linuxism - Add/fix docs and license files - Make OQGraph ignore message explicit PR: 209318 Security: 8c2b2f11-0ebe-11e6-b55e-b499baebfeaf Reviewed by: feld (mentor) Approved by: feld (mentor) Differential Revision: D6162 Approved by: ports-secteam (junovitch) Added: branches/2016Q2/databases/mariadb100-server/files/patch-storage_connect_tabmysql.cpp - copied unchanged from r414725, head/databases/mariadb100-server/files/patch-storage_connect_tabmysql.cpp branches/2016Q2/databases/mariadb100-server/files/patch-storage_tokudb_CMakeLists.txt - copied unchanged from r414725, head/databases/mariadb100-server/files/patch-storage_tokudb_CMakeLists.txt branches/2016Q2/databases/mariadb100-server/files/patch-storage_tokudb_PerconaFT_cmake__modules_TokuThirdParty.cmake - copied unchanged from r414725, head/databases/mariadb100-server/files/patch-storage_tokudb_PerconaFT_cmake__modules_TokuThirdParty.cmake branches/2016Q2/databases/mariadb100-server/files/patch-storage_tokudb_PerconaFT_ft_CMakeLists.txt - copied unchanged from r414725, head/databases/mariadb100-server/files/patch-storage_tokudb_PerconaFT_ft_CMakeLists.txt Deleted: branches/2016Q2/databases/mariadb100-client/files/patch-cmake_jemalloc.cmake branches/2016Q2/databases/mariadb100-client/files/patch-extra_yassl_taocrypt_src_integer.cpp branches/2016Q2/databases/mariadb100-server/files/patch-cmake_jemalloc.cmake branches/2016Q2/databases/mariadb100-server/files/patch-storage_connect_json.cpp Modified: branches/2016Q2/databases/mariadb100-server/Makefile branches/2016Q2/databases/mariadb100-server/distinfo branches/2016Q2/databases/mariadb100-server/pkg-plist Directory Properties: branches/2016Q2/ (props changed) Modified: branches/2016Q2/databases/mariadb100-server/Makefile ============================================================================== --- branches/2016Q2/databases/mariadb100-server/Makefile Sat May 7 08:51:34 2016 (r414764) +++ branches/2016Q2/databases/mariadb100-server/Makefile Sat May 7 08:57:46 2016 (r414765) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME?= mariadb -PORTVERSION= 10.0.23 +PORTVERSION= 10.0.25 CATEGORIES= databases ipv6 MASTER_SITES= http://ftp.osuosl.org/pub/${SITESDIR}/ \ http://mirrors.supportex.net/${SITESDIR}/ \ @@ -22,23 +22,18 @@ SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message SLAVEDIRS= databases/mariadb100-client -USES= bison:build cmake cpe execinfo gmake shebangfix +USES= bison:build cmake compiler:c++11-lib cpe execinfo gmake shebangfix USE_LDCONFIG= ${PREFIX}/lib/mysql ${PREFIX}/lib/mysql/plugin SHEBANG_FILES= scripts/*.sh SITESDIR= mariadb/mariadb-${PORTVERSION}/source OPTIONS_DEFINE= FASTMTX -OPTIONS_RADIO= SSL -OPTIONS_RADIO_SSL= BUNDLED_SSL OPENSSL WITHOUT_SSL -OPTIONS_DEFAULT+= OPENSSL NO_OPTIONS_SORT= yes -BUNDLED_SSL_DESC= SSL/TLS support via (bundled) CyaSSL FASTMTX_DESC= Replace mutexes with spinlocks -WITHOUT_SSL_DESC= No SSL/TLS support -CMAKE_ARGS+= -DINSTALL_DOCDIR="share/doc/mysql" \ - -DINSTALL_DOCREADMEDIR="share/doc/mysql" \ +CMAKE_ARGS+= -DINSTALL_DOCDIR="share/doc/mariadb" \ + -DINSTALL_DOCREADMEDIR="share/doc/mariadb" \ -DINSTALL_INCLUDEDIR="include/mysql" \ -DINSTALL_INFODIR="info" \ -DINSTALL_LIBDIR="lib/mysql" \ @@ -54,6 +49,7 @@ CMAKE_ARGS+= -DINSTALL_DOCDIR="share/doc -DINSTALL_SUPPORTFILESDIR="share/mysql" \ -DWITH_UNIT_TESTS=0 \ -DWITH_LIBEDIT=0 \ + -DWITH_SSL=${OPENSSLBASE} \ -DWITH_LIBWRAP=1 \ -DEXECINFO_ROOT=${LOCALBASE} \ -DCOMPILATION_COMMENT="FreeBSD Ports" @@ -71,23 +67,29 @@ CONFLICTS_INSTALL= mariadb5*-${PKGNAMESU .if !defined(CLIENT_ONLY) # MySQL-Server options -USE_MYSQL= yes USE_LDCONFIG+= ${PREFIX}/lib/mysql/plugin -OPTIONS_DEFINE+= INNODB MAXKEY MROONGA OQGRAPH +OPTIONS_DEFINE+= MAXKEY OPTIONS_DEFAULT+= MAXKEY -OPTIONS_SUB= yes +OPTIONS_GROUP= ENGINES +OPTIONS_GROUP_ENGINES= INNOBASE MROONGA OQGRAPH SPHINX SPIDER TOKUDB + +ENGINES_DESC= Optional MariaDB storage engines +INNOBASE_DESC= Build InnoDB engine next to XtraDB +MAXKEY_DESC= Change max key length from 1000 to 4000 +MROONGA_DESC= Mroonga Full Text Search engine +OQGRAPH_DESC= Open Query Graph Computation engine (Requires GCC) +SPHINX_DESC= SphinxSE engine +SPIDER_DESC= Partitioning and XA-transactions engine +TOKUDB_DESC= Fractal tree index tree data structure engine + +OPTIONS_SUB= yes + +TOKUDB_PORTDOCS= PATENTS README.md -INNODB_DESC= Build InnoDB engine next to XtraDB -MAXKEY_DESC= Change max key length from 1000 to 4000 -MROONGA_DESC= Mroonga Full Text Search engine (gcc) -OQGRAPH_DESC= Open Query Graph Computation engine (gcc) .endif -BUNDLED_SSL_CMAKE_ON= -DWITH_SSL=bundled FASTMTX_CMAKE_ON= -DWITH_FAST_MUTEXES=1 -OPENSSL_CMAKE_ON= -DWITH_SSL=yes -OPENSSL_USE= OPENSSL=yes -WITHOUT_SSL_CMAKE_ON= -DWITH_SSL=no +USE_OPENSSL= yes .if defined(CLIENT_ONLY) # MySQL-Client part @@ -103,15 +105,18 @@ CMAKE_ARGS+= -DWITH_EMBEDDED_SERVER="ON" -DCMAKE_SKIP_BUILD_RPATH:BOOL=YES \ -DWITHOUT_EXAMPLE_STORAGE_ENGINE=1 -INNODB_CMAKE_OFF= -DWITHOUT_INNOBASE=1 +.for ENGINE in ${OPTIONS_GROUP_ENGINES} +${ENGINE}_CMAKE_OFF= -DWITHOUT_${ENGINE}=1 +.endfor + MAXKEY_EXTRA_PATCHES+= ${FILESDIR}/extra-patch-include_my__compare.h MROONGA_CMAKE_OFF= -DWITHOUT_MROONGA=1 -OQGRAPH_CMAKE_OFF= -DWITHOUT_OQGRAPH=1 OQGRAPH_LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libJudy.so:devel/judy # Currently OQGraph does not build using clang. # See See https://mariadb.atlassian.net/browse/MDEV-8051. -OQGRPAH_USE= gcc +OQGRAPH_USE= gcc +OQGRAPH_BROKEN= OQGraph does not build post-install: # Remove programs to avoid conflict with mariadb100-client @@ -120,7 +125,9 @@ post-install: ${RM} ${STAGEDIR}${PREFIX}/bin/msql2mysql \ ${STAGEDIR}${PREFIX}/bin/mysql_config \ ${STAGEDIR}${PREFIX}/bin/mysql_find_rows \ - ${STAGEDIR}${PREFIX}/bin/mysqlaccess + ${STAGEDIR}${PREFIX}/bin/mysqlaccess \ + ${STAGEDIR}${DOCSDIR}/COPYING.AGPLv3 \ + ${STAGEDIR}${DOCSDIR}/COPYING.GPLv2 .endif .include @@ -131,11 +138,20 @@ CMAKE_ARGS+= -DWITH_JEMALLOC="system" CMAKE_ARGS+= -DWITH_JEMALLOC="no" .endif -# Server segfaults on i386 when built with clang >= 3.4 +.if ${PORT_OPTIONS:MTOKUDB} +NOT_FOR_ARCHS= i386 +NOT_FOR_ARCHS_REASON= TokuDB not supported on 32-bit platforms, see \ + https://github.com/percona/PerconaFT/blob/master/README.md +.endif + .if ${ARCH} == 'i386' && ${OSVERSION} >= 1001000 +# Server segfaults on i386 when built with clang >= 3.4 USE_GCC= yes .endif +post-extract-OQGRAPH-off: + @${RM} -rf ${WRKSRC}/storage/oqgraph + post-patch: @${REINPLACE_CMD} 's/*.1/${MAN1}/' ${WRKSRC}/man/CMakeLists.txt @${REINPLACE_CMD} 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/mysys/my_default.c Modified: branches/2016Q2/databases/mariadb100-server/distinfo ============================================================================== --- branches/2016Q2/databases/mariadb100-server/distinfo Sat May 7 08:51:34 2016 (r414764) +++ branches/2016Q2/databases/mariadb100-server/distinfo Sat May 7 08:57:46 2016 (r414765) @@ -1,2 +1,2 @@ -SHA256 (mariadb-10.0.23.tar.gz) = 156eed69892834be66736aebe0a17a76d5031fd1c2f481a82228ff33bb7ba274 -SIZE (mariadb-10.0.23.tar.gz) = 57394548 +SHA256 (mariadb-10.0.25.tar.gz) = 4540832c18112a332f61f4eeb57140890c4e2188ae12b312f4e2e8a0363553e4 +SIZE (mariadb-10.0.25.tar.gz) = 57459461 Copied: branches/2016Q2/databases/mariadb100-server/files/patch-storage_connect_tabmysql.cpp (from r414725, head/databases/mariadb100-server/files/patch-storage_connect_tabmysql.cpp) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q2/databases/mariadb100-server/files/patch-storage_connect_tabmysql.cpp Sat May 7 08:57:46 2016 (r414765, copy of r414725, head/databases/mariadb100-server/files/patch-storage_connect_tabmysql.cpp) @@ -0,0 +1,13 @@ +See https://mariadb.atlassian.net/browse/MDEV-9603 + +--- storage/connect/tabmysql.cpp.orig 2016-04-28 20:27:49 UTC ++++ storage/connect/tabmysql.cpp +@@ -334,7 +334,7 @@ bool MYSQLDEF::DefineAM(PGLOBAL g, LPCST + Delayed = !!GetIntCatInfo("Delayed", 0); + } else { + // MYSQL access from a PROXY table +- Database = GetStringCatInfo(g, "Database", Schema ? Schema : PlugDup(g, "*")); ++ Database = GetStringCatInfo(g, "Database", Schema ? Schema : PlugDup(g, (PSZ)"*")); + Isview = GetBoolCatInfo("View", false); + + // We must get other connection parms from the calling table Copied: branches/2016Q2/databases/mariadb100-server/files/patch-storage_tokudb_CMakeLists.txt (from r414725, head/databases/mariadb100-server/files/patch-storage_tokudb_CMakeLists.txt) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q2/databases/mariadb100-server/files/patch-storage_tokudb_CMakeLists.txt Sat May 7 08:57:46 2016 (r414765, copy of r414725, head/databases/mariadb100-server/files/patch-storage_tokudb_CMakeLists.txt) @@ -0,0 +1,13 @@ +--- storage/tokudb/CMakeLists.txt.orig 2016-02-17 20:59:56 UTC ++++ storage/tokudb/CMakeLists.txt +@@ -131,8 +131,8 @@ SET(TOKUDB_PLUGIN_DYNAMIC "ha_tokudb") + SET(TOKUDB_SOURCES ha_tokudb.cc) + MYSQL_ADD_PLUGIN(tokudb ${TOKUDB_SOURCES} STORAGE_ENGINE MODULE_ONLY + LINK_LIBRARIES tokufractaltree_static tokuportability_static ${ZLIB_LIBRARY} stdc++) +-SET(CMAKE_MODULE_LINKER_FLAGS_RELEASE "${CMAKE_MODULE_LINKER_FLAGS_RELEASE} -flto -fuse-linker-plugin") +-SET(CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO "${CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO} -flto -fuse-linker-plugin") ++SET(CMAKE_MODULE_LINKER_FLAGS_RELEASE "${CMAKE_MODULE_LINKER_FLAGS_RELEASE}") ++SET(CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO "${CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO}") + + SET(CPACK_RPM_server_PACKAGE_OBSOLETES + "${CPACK_RPM_server_PACKAGE_OBSOLETES} MariaDB-tokudb-engine < 10.0.5" PARENT_SCOPE) Copied: branches/2016Q2/databases/mariadb100-server/files/patch-storage_tokudb_PerconaFT_cmake__modules_TokuThirdParty.cmake (from r414725, head/databases/mariadb100-server/files/patch-storage_tokudb_PerconaFT_cmake__modules_TokuThirdParty.cmake) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q2/databases/mariadb100-server/files/patch-storage_tokudb_PerconaFT_cmake__modules_TokuThirdParty.cmake Sat May 7 08:57:46 2016 (r414765, copy of r414725, head/databases/mariadb100-server/files/patch-storage_tokudb_PerconaFT_cmake__modules_TokuThirdParty.cmake) @@ -0,0 +1,37 @@ +--- storage/tokudb/PerconaFT/cmake_modules/TokuThirdParty.cmake.orig 2016-02-17 20:59:56 UTC ++++ storage/tokudb/PerconaFT/cmake_modules/TokuThirdParty.cmake +@@ -34,6 +34,13 @@ if (CMAKE_PROJECT_NAME STREQUAL TokuDB) + endif () + endif () + ++IF (CMAKE_SYSTEM_NAME STREQUAL "FreeBSD") ++ include_directories("/usr/include") ++ ++ add_library(lzma SHARED IMPORTED) ++ set_target_properties(lzma PROPERTIES IMPORTED_LOCATION ++ "/usr/lib/liblzma.so") ++ELSE() + ## add lzma with an external project + set(xz_configure_opts --with-pic --enable-static) + if (APPLE) +@@ -105,8 +112,15 @@ add_library(lzma STATIC IMPORTED) + set_target_properties(lzma PROPERTIES IMPORTED_LOCATION + "${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR}/xz/lib/liblzma.a") + add_dependencies(lzma build_lzma) ++ENDIF() + ++IF (CMAKE_SYSTEM_NAME STREQUAL "FreeBSD") ++ include_directories("/usr/local/include") + ++ add_library(snappy SHARED IMPORTED) ++ set_target_properties(snappy PROPERTIES IMPORTED_LOCATION ++ "/usr/local/lib/libsnappy.so") ++ELSE() + ## add snappy with an external project + set(SNAPPY_SOURCE_DIR "${TokuDB_SOURCE_DIR}/third_party/snappy-1.1.2" CACHE FILEPATH "Where to find sources for snappy.") + if (NOT EXISTS "${SNAPPY_SOURCE_DIR}/CMakeLists.txt") +@@ -140,3 +154,4 @@ add_library(snappy STATIC IMPORTED) + set_target_properties(snappy PROPERTIES IMPORTED_LOCATION + "${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR}/snappy/lib/libsnappy.a") + add_dependencies(snappy build_snappy) ++ENDIF() Copied: branches/2016Q2/databases/mariadb100-server/files/patch-storage_tokudb_PerconaFT_ft_CMakeLists.txt (from r414725, head/databases/mariadb100-server/files/patch-storage_tokudb_PerconaFT_ft_CMakeLists.txt) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q2/databases/mariadb100-server/files/patch-storage_tokudb_PerconaFT_ft_CMakeLists.txt Sat May 7 08:57:46 2016 (r414765, copy of r414725, head/databases/mariadb100-server/files/patch-storage_tokudb_PerconaFT_ft_CMakeLists.txt) @@ -0,0 +1,13 @@ +--- storage/tokudb/PerconaFT/ft/CMakeLists.txt.orig 2016-02-17 21:59:56.000000000 +0100 ++++ storage/tokudb/PerconaFT/ft/CMakeLists.txt 2016-02-21 20:51:12.317052693 +0100 +@@ -84,8 +84,8 @@ set_target_properties(ft_static PROPERTI + maybe_add_gcov_to_libraries(ft ft_static) + + ## depend on other generated targets +-add_dependencies(ft install_tdb_h generate_log_code build_lzma build_snappy) +-add_dependencies(ft_static install_tdb_h generate_log_code build_lzma build_snappy) ++add_dependencies(ft install_tdb_h generate_log_code) ++add_dependencies(ft_static install_tdb_h generate_log_code) + + ## link with lzma (which should be static) and link dependers with zlib + target_link_libraries(ft LINK_PRIVATE util_static lzma snappy ${LIBTOKUPORTABILITY}) Modified: branches/2016Q2/databases/mariadb100-server/pkg-plist ============================================================================== --- branches/2016Q2/databases/mariadb100-server/pkg-plist Sat May 7 08:51:34 2016 (r414764) +++ branches/2016Q2/databases/mariadb100-server/pkg-plist Sat May 7 08:57:46 2016 (r414765) @@ -33,6 +33,8 @@ bin/perror bin/replace bin/resolve_stack_dump bin/resolveip +%%TOKUDB%%bin/tokuft_logprint +%%TOKUDB%%bin/tokuftdump include/mysql/private/embedded_priv.h lib/mysql/libmysqld.a lib/mysql/libmysqld.so @@ -51,12 +53,13 @@ lib/mysql/plugin/ha_blackhole.so lib/mysql/plugin/ha_connect.so lib/mysql/plugin/ha_federated.so lib/mysql/plugin/ha_federatedx.so -%%INNODB%%lib/mysql/plugin/ha_innodb.so +%%INNOBASE%%lib/mysql/plugin/ha_innodb.so %%MROONGA%%lib/mysql/plugin/ha_mroonga.so %%OQGRAPH%%lib/mysql/plugin/ha_oqgraph.so lib/mysql/plugin/ha_sequence.so -lib/mysql/plugin/ha_sphinx.so -lib/mysql/plugin/ha_spider.so +%%SPHINX%%lib/mysql/plugin/ha_sphinx.so +%%SPIDER%%lib/mysql/plugin/ha_spider.so +%%TOKUDB%%lib/mysql/plugin/ha_tokudb.so lib/mysql/plugin/ha_test_sql_discovery.so lib/mysql/plugin/handlersocket.so lib/mysql/plugin/libdaemon_example.so From owner-svn-ports-branches@freebsd.org Sat May 7 19:38:14 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 846F2B324DA; Sat, 7 May 2016 19:38:14 +0000 (UTC) (envelope-from pi@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 3CE3E1FD5; Sat, 7 May 2016 19:38:14 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u47JcD82022931; Sat, 7 May 2016 19:38:13 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u47JcDq2022928; Sat, 7 May 2016 19:38:13 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201605071938.u47JcDq2022928@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 7 May 2016 19:38:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r414783 - branches/2016Q2/www/node 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.22 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, 07 May 2016 19:38:14 -0000 Author: pi Date: Sat May 7 19:38:13 2016 New Revision: 414783 URL: https://svnweb.freebsd.org/changeset/ports/414783 Log: MFH: r414730 www/node5: 5.9.1 -> 5.11.1 Update to the latest upstream v5.x stable release after the recent openssl CVEs. Release announcement with changelog is here: https://nodejs.org/en/blog/release/v5.11.1 https://nodejs.org/en/blog/vulnerability/openssl-may-2016/ PR: 209341 MFH: 2016Q2 Submitted by: Bradley T. Hughes (maintainer) Approved by: ports-secteam (junovitch) Modified: branches/2016Q2/www/node/Makefile branches/2016Q2/www/node/distinfo branches/2016Q2/www/node/pkg-plist Modified: branches/2016Q2/www/node/Makefile ============================================================================== --- branches/2016Q2/www/node/Makefile Sat May 7 19:24:41 2016 (r414782) +++ branches/2016Q2/www/node/Makefile Sat May 7 19:38:13 2016 (r414783) @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= node -PORTVERSION= 5.9.1 +PORTVERSION= 5.11.1 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ -MAINTAINER= linpct@gmail.com +MAINTAINER= bradleythughes@fastmail.fm COMMENT= V8 JavaScript for client and server (5.x) LICENSE= MIT Modified: branches/2016Q2/www/node/distinfo ============================================================================== --- branches/2016Q2/www/node/distinfo Sat May 7 19:24:41 2016 (r414782) +++ branches/2016Q2/www/node/distinfo Sat May 7 19:38:13 2016 (r414783) @@ -1,2 +1,2 @@ -SHA256 (node-v5.9.1.tar.gz) = 9bfa882ba832c526add1f939121c79d95b9c592785ec8afe043086a0c7a30c18 -SIZE (node-v5.9.1.tar.gz) = 22432928 +SHA256 (node-v5.11.1.tar.gz) = be1211ce415ecc48412ce3e9d5b48cf9ec8e99b34f25b4e1909a02679cc72fab +SIZE (node-v5.11.1.tar.gz) = 22834326 Modified: branches/2016Q2/www/node/pkg-plist ============================================================================== --- branches/2016Q2/www/node/pkg-plist Sat May 7 19:24:41 2016 (r414782) +++ branches/2016Q2/www/node/pkg-plist Sat May 7 19:38:13 2016 (r414783) @@ -29,6 +29,8 @@ include/node/openssl/archs/linux-ppc/ope include/node/openssl/archs/linux-ppc64/opensslconf.h include/node/openssl/archs/linux-x32/opensslconf.h include/node/openssl/archs/linux-x86_64/opensslconf.h +include/node/openssl/archs/linux32-s390x/opensslconf.h +include/node/openssl/archs/linux64-s390x/opensslconf.h include/node/openssl/archs/solaris-x86-gcc/opensslconf.h include/node/openssl/archs/solaris64-x86_64-gcc/opensslconf.h include/node/openssl/asn1.h