From owner-svn-ports-branches@freebsd.org Sun Dec 9 01:49:16 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 628F0133126B; Sun, 9 Dec 2018 01:49:16 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0A011723A9; Sun, 9 Dec 2018 01:49:16 +0000 (UTC) (envelope-from swills@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C700B257E; Sun, 9 Dec 2018 01:49:15 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB91nFsT010984; Sun, 9 Dec 2018 01:49:15 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB91nF4B010982; Sun, 9 Dec 2018 01:49:15 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201812090149.wB91nF4B010982@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sun, 9 Dec 2018 01:49:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r487010 - branches/2018Q4/security/py-asyncssh X-SVN-Group: ports-branches X-SVN-Commit-Author: swills X-SVN-Commit-Paths: branches/2018Q4/security/py-asyncssh X-SVN-Commit-Revision: 487010 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0A011723A9 X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.96)[-0.959,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.99)[-0.990,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Dec 2018 01:49:16 -0000 Author: swills Date: Sun Dec 9 01:49:15 2018 New Revision: 487010 URL: https://svnweb.freebsd.org/changeset/ports/487010 Log: MFH: r487009 security/py-asyncssh: Update to 1.14.0 While here, add test target PR: 230151 Submitted by: Nathan Approved by: maintainer timeout (bartosz@ixsystems.com, >2 months) Security: 0e8f496a-b498-11e8-bdcf-74d435e60b7c Approved by: ports-secteam (implicit) Modified: branches/2018Q4/security/py-asyncssh/Makefile branches/2018Q4/security/py-asyncssh/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/security/py-asyncssh/Makefile ============================================================================== --- branches/2018Q4/security/py-asyncssh/Makefile Sun Dec 9 01:47:38 2018 (r487009) +++ branches/2018Q4/security/py-asyncssh/Makefile Sun Dec 9 01:49:15 2018 (r487010) @@ -1,12 +1,12 @@ # $FreeBSD$ PORTNAME= asyncssh -PORTVERSION= 1.12.0 +PORTVERSION= 1.14.0 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= bartosz@ixsystems.com +MAINTAINER= bartosz@ixsystems.com COMMENT= Python asnycio SSH protocol library LICENSE= EPL @@ -18,5 +18,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bcrypt>0:security/ USES= python:3.4+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes + +do-test: + @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test .include Modified: branches/2018Q4/security/py-asyncssh/distinfo ============================================================================== --- branches/2018Q4/security/py-asyncssh/distinfo Sun Dec 9 01:47:38 2018 (r487009) +++ branches/2018Q4/security/py-asyncssh/distinfo Sun Dec 9 01:49:15 2018 (r487010) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519265865 -SHA256 (asyncssh-1.12.0.tar.gz) = 183fb9fccf38f42f6d587c3068be8bcb04a83e51a036b0074a7370e7289d05d3 -SIZE (asyncssh-1.12.0.tar.gz) = 289549 +TIMESTAMP = 1536543976 +SHA256 (asyncssh-1.14.0.tar.gz) = a80025ffa5f4f9a4d1aa6883f2b187fe536fa19e7d012027f57228608e2a3138 +SIZE (asyncssh-1.14.0.tar.gz) = 307133 From owner-svn-ports-branches@freebsd.org Sun Dec 9 08:25:53 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 847401312D7A; Sun, 9 Dec 2018 08:25:53 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 270FC80507; Sun, 9 Dec 2018 08:25:53 +0000 (UTC) (envelope-from novel@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 04E9C6CDC; Sun, 9 Dec 2018 08:25:53 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB98Pqvw017907; Sun, 9 Dec 2018 08:25:52 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB98PqU3017906; Sun, 9 Dec 2018 08:25:52 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201812090825.wB98PqU3017906@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Sun, 9 Dec 2018 08:25:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r487030 - in branches/2018Q4/emulators/qemu: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: novel X-SVN-Commit-Paths: in branches/2018Q4/emulators/qemu: . files X-SVN-Commit-Revision: 487030 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 270FC80507 X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.96)[-0.963,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.99)[-0.991,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Dec 2018 08:25:53 -0000 Author: novel Date: Sun Dec 9 08:25:52 2018 New Revision: 487030 URL: https://svnweb.freebsd.org/changeset/ports/487030 Log: MFH: r484695 emulators/qemu: fix build on 12 and -CURRENT Build fails with: hw/rdma/vmw/pvrdma_cmd.c:19:10: fatal error: 'linux/types.h' file not found Add two upstream commits to fix this issue: * 72221d03b85fcfba27a47a2af08ee59150550ced to not include linux/types.h * 21ab34c9543fe1b6d31b3edbd01a397e7e090d00 to split PVRDMA from RDMA as pvrdma device can't be used on FreeBSD as mremap() system call is missing PR: 232968 Reported by: Trond.Endrestol@ximalas.info Approved by: portmgr (build fix blanket) Obtained from: upstream Approved by: ports-secteam (miwi) Added: branches/2018Q4/emulators/qemu/files/patch-rdma-pvrdma-split - copied unchanged from r484695, head/emulators/qemu/files/patch-rdma-pvrdma-split Modified: branches/2018Q4/emulators/qemu/Makefile Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/emulators/qemu/Makefile ============================================================================== --- branches/2018Q4/emulators/qemu/Makefile Sun Dec 9 08:13:09 2018 (r487029) +++ branches/2018Q4/emulators/qemu/Makefile Sun Dec 9 08:25:52 2018 (r487030) @@ -3,7 +3,7 @@ PORTNAME= qemu PORTVERSION= 2.12.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= http://wiki.qemu.org/download/ DIST_SUBDIR= qemu/${PORTVERSION} Copied: branches/2018Q4/emulators/qemu/files/patch-rdma-pvrdma-split (from r484695, head/emulators/qemu/files/patch-rdma-pvrdma-split) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q4/emulators/qemu/files/patch-rdma-pvrdma-split Sun Dec 9 08:25:52 2018 (r487030, copy of r484695, head/emulators/qemu/files/patch-rdma-pvrdma-split) @@ -0,0 +1,123 @@ +diff --git configure configure +index 457684a7e6..3da60d8436 100755 +--- configure ++++ configure +@@ -353,6 +353,7 @@ hax="no" + hvf="no" + whpx="no" + rdma="" ++pvrdma="" + gprof="no" + debug_tcg="no" + debug="no" +@@ -1308,6 +1309,10 @@ for opt do + ;; + --disable-rdma) rdma="no" + ;; ++ --enable-pvrdma) pvrdma="yes" ++ ;; ++ --disable-pvrdma) pvrdma="no" ++ ;; + --with-gtkabi=*) gtkabi="$optarg" + ;; + --disable-vte) vte="no" +@@ -1593,7 +1598,8 @@ disabled with --disable-FEATURE, default is enabled if available: + hax HAX acceleration support + hvf Hypervisor.framework acceleration support + whpx Windows Hypervisor Platform acceleration support +- rdma Enable RDMA-based migration and PVRDMA support ++ rdma Enable RDMA-based migration ++ pvrdma Enable PVRDMA support + vde support for vde network + netmap support for netmap network + linux-aio Linux AIO support +@@ -2971,6 +2977,48 @@ EOF + fi + fi + ++########################################## ++# PVRDMA detection ++ ++cat > $TMPC < ++ ++int ++main(void) ++{ ++ char buf = 0; ++ void *addr = &buf; ++ addr = mremap(addr, 0, 1, MREMAP_MAYMOVE | MREMAP_FIXED); ++ ++ return 0; ++} ++EOF ++ ++if test "$rdma" = "yes" ; then ++ case "$pvrdma" in ++ "") ++ if compile_prog "" ""; then ++ pvrdma="yes" ++ else ++ pvrdma="no" ++ fi ++ ;; ++ "yes") ++ if ! compile_prog "" ""; then ++ error_exit "PVRDMA is not supported since mremap is not implemented" ++ fi ++ pvrdma="yes" ++ ;; ++ "no") ++ pvrdma="no" ++ ;; ++ esac ++else ++ if test "$pvrdma" = "yes" ; then ++ error_exit "PVRDMA requires rdma suppport" ++ fi ++ pvrdma="no" ++fi + + ########################################## + # VNC SASL detection +@@ -5820,6 +5868,7 @@ if test "$tcg" = "yes" ; then + fi + echo "malloc trim support $malloc_trim" + echo "RDMA support $rdma" ++echo "PVRDMA support $pvrdma" + echo "fdt support $fdt" + echo "membarrier $membarrier" + echo "preadv support $preadv" +@@ -6568,6 +6617,10 @@ if test "$rdma" = "yes" ; then + echo "RDMA_LIBS=$rdma_libs" >> $config_host_mak + fi + ++if test "$pvrdma" = "yes" ; then ++ echo "CONFIG_PVRDMA=y" >> $config_host_mak ++fi ++ + if test "$have_rtnetlink" = "yes" ; then + echo "CONFIG_RTNETLINK=y" >> $config_host_mak + fi +diff --git hw/rdma/Makefile.objs hw/rdma/Makefile.objs +index 3504c39d21..bd36cbf51c 100644 +--- hw/rdma/Makefile.objs ++++ hw/rdma/Makefile.objs +@@ -1,4 +1,4 @@ +-ifeq ($(CONFIG_RDMA),y) ++ifeq ($(CONFIG_PVRDMA),y) + obj-$(CONFIG_PCI) += rdma_utils.o rdma_backend.o rdma_rm.o + obj-$(CONFIG_PCI) += vmw/pvrdma_dev_ring.o vmw/pvrdma_cmd.o \ + vmw/pvrdma_qp_ops.o vmw/pvrdma_main.o +diff --git hw/rdma/vmw/pvrdma_cmd.c hw/rdma/vmw/pvrdma_cmd.c +index 99019d8741..bd14b4bc47 100644 +--- hw/rdma/vmw/pvrdma_cmd.c ++++ hw/rdma/vmw/pvrdma_cmd.c +@@ -16,7 +16,6 @@ + #include "qemu/osdep.h" + #include "qemu/error-report.h" + #include "cpu.h" +-#include + #include "hw/hw.h" + #include "hw/pci/pci.h" + #include "hw/pci/pci_ids.h" From owner-svn-ports-branches@freebsd.org Sun Dec 9 13:07:01 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 56ED313210E8; Sun, 9 Dec 2018 13:07:01 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EBFB86ABA1; Sun, 9 Dec 2018 13:07:00 +0000 (UTC) (envelope-from crees@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C890811ABC; Sun, 9 Dec 2018 13:07:00 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB9D70QR060998; Sun, 9 Dec 2018 13:07:00 GMT (envelope-from crees@FreeBSD.org) Received: (from crees@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB9D70GR060997; Sun, 9 Dec 2018 13:07:00 GMT (envelope-from crees@FreeBSD.org) Message-Id: <201812091307.wB9D70GR060997@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: crees set sender to crees@FreeBSD.org using -f From: Chris Rees Date: Sun, 9 Dec 2018 13:07:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r487041 - branches/2018Q4/net/ssltunnel-server X-SVN-Group: ports-branches X-SVN-Commit-Author: crees X-SVN-Commit-Paths: branches/2018Q4/net/ssltunnel-server X-SVN-Commit-Revision: 487041 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: EBFB86ABA1 X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_LONG(-0.99)[-0.990,0]; NEURAL_HAM_SHORT(-0.97)[-0.968,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Dec 2018 13:07:01 -0000 Author: crees Date: Sun Dec 9 13:07:00 2018 New Revision: 487041 URL: https://svnweb.freebsd.org/changeset/ports/487041 Log: MFH: r484122 This has been broken for a while and upstream has disappeared. Approved by: portmgr (implicit, no change in package) Modified: branches/2018Q4/net/ssltunnel-server/Makefile Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/net/ssltunnel-server/Makefile ============================================================================== --- branches/2018Q4/net/ssltunnel-server/Makefile Sun Dec 9 11:49:14 2018 (r487040) +++ branches/2018Q4/net/ssltunnel-server/Makefile Sun Dec 9 13:07:00 2018 (r487041) @@ -11,6 +11,10 @@ PKGNAMESUFFIX= -server MAINTAINER= crees@FreeBSD.org COMMENT= PPP over SSL virtual private networking (server part) +BROKEN= Does not build +DEPRECATED= Does not build, upstream disappeared +EXPIRATION_DATE= 2019-01-04 + LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE From owner-svn-ports-branches@freebsd.org Sun Dec 9 13:24:30 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BDEE71321BCB; Sun, 9 Dec 2018 13:24:30 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 605066B983; Sun, 9 Dec 2018 13:24:30 +0000 (UTC) (envelope-from novel@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 20D5A11DE7; Sun, 9 Dec 2018 13:24:30 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB9DOTds071778; Sun, 9 Dec 2018 13:24:29 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB9DOTJv071777; Sun, 9 Dec 2018 13:24:29 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201812091324.wB9DOTJv071777@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Sun, 9 Dec 2018 13:24:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r487046 - branches/2018Q4/net/vde2/files X-SVN-Group: ports-branches X-SVN-Commit-Author: novel X-SVN-Commit-Paths: branches/2018Q4/net/vde2/files X-SVN-Commit-Revision: 487046 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 605066B983 X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_LONG(-0.99)[-0.991,0]; NEURAL_HAM_SHORT(-0.97)[-0.970,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Dec 2018 13:24:31 -0000 Author: novel Date: Sun Dec 9 13:24:29 2018 New Revision: 487046 URL: https://svnweb.freebsd.org/changeset/ports/487046 Log: MFH: r483811 Fix the build with OpenSSL 1.1.1 Approved by: ports-secteam (miwi) Added: branches/2018Q4/net/vde2/files/patch-src_vde__cryptcab_cryptcab.c - copied unchanged from r483811, head/net/vde2/files/patch-src_vde__cryptcab_cryptcab.c Modified: Directory Properties: branches/2018Q4/ (props changed) Copied: branches/2018Q4/net/vde2/files/patch-src_vde__cryptcab_cryptcab.c (from r483811, head/net/vde2/files/patch-src_vde__cryptcab_cryptcab.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q4/net/vde2/files/patch-src_vde__cryptcab_cryptcab.c Sun Dec 9 13:24:29 2018 (r487046, copy of r483811, head/net/vde2/files/patch-src_vde__cryptcab_cryptcab.c) @@ -0,0 +1,110 @@ +--- src/vde_cryptcab/cryptcab.c.orig 2011-11-23 16:41:17 UTC ++++ src/vde_cryptcab/cryptcab.c +@@ -22,7 +22,11 @@ static void Usage(char *programname) + exit(1); + } + ++#if OPENSSL_VERSION_NUMBER >= 0x1010100fL ++static EVP_CIPHER_CTX *ctx; ++#else + static EVP_CIPHER_CTX ctx; ++#endif + static int ctx_initialized = 0; + static int encryption_disabled = 0; + static int nfd; +@@ -103,19 +107,33 @@ int data_encrypt(unsigned char *src, unsigned char *ds + } + + if (!ctx_initialized) { ++#if OPENSSL_VERSION_NUMBER >= 0x1010100fL ++ ctx = EVP_CIPHER_CTX_new(); ++ EVP_CIPHER_CTX_init (ctx); ++#else + EVP_CIPHER_CTX_init (&ctx); ++#endif + ctx_initialized = 1; + } + ++#if OPENSSL_VERSION_NUMBER >= 0x1010100fL ++ EVP_EncryptInit (ctx, EVP_bf_cbc (), p->key, p->iv); ++ if (EVP_EncryptUpdate (ctx, dst, &olen, src, len) != 1) ++#else + EVP_EncryptInit (&ctx, EVP_bf_cbc (), p->key, p->iv); + if (EVP_EncryptUpdate (&ctx, dst, &olen, src, len) != 1) ++#endif + { + fprintf (stderr,"error in encrypt update\n"); + olen = -1; + goto cleanup; + } + ++#if OPENSSL_VERSION_NUMBER >= 0x1010100fL ++ if (EVP_EncryptFinal (ctx, dst + olen, &tlen) != 1) ++#else + if (EVP_EncryptFinal (&ctx, dst + olen, &tlen) != 1) ++#endif + { + fprintf (stderr,"error in encrypt final\n"); + olen = -1; +@@ -124,7 +142,12 @@ int data_encrypt(unsigned char *src, unsigned char *ds + olen += tlen; + + cleanup: +- EVP_CIPHER_CTX_cleanup(&ctx); ++#if OPENSSL_VERSION_NUMBER >= 0x1010100fL ++ EVP_CIPHER_CTX_cleanup(ctx); ++ EVP_CIPHER_CTX_free(ctx); ++#else ++ EVP_CIPHER_CTX_cleanup(&ctx); ++#endif + return olen; + } + +@@ -138,19 +161,33 @@ int data_decrypt(unsigned char *src, unsigned char *ds + } + + if (!ctx_initialized) { ++#if OPENSSL_VERSION_NUMBER >= 0x1010100fL ++ ctx = EVP_CIPHER_CTX_new(); ++ EVP_CIPHER_CTX_init(ctx); ++#else + EVP_CIPHER_CTX_init (&ctx); ++#endif + ctx_initialized = 1; + } + ++#if OPENSSL_VERSION_NUMBER >= 0x1010100fL ++ EVP_DecryptInit (ctx, EVP_bf_cbc (), p->key, p->iv); ++ if (EVP_DecryptUpdate (ctx, dst, &olen, src, len) != 1) ++#else + EVP_DecryptInit (&ctx, EVP_bf_cbc (), p->key, p->iv); + if (EVP_DecryptUpdate (&ctx, dst, &olen, src, len) != 1) ++#endif + { + fprintf (stderr,"error in decrypt update\n"); + olen = -1; + goto cleanup; + } + ++#if OPENSSL_VERSION_NUMBER >= 0x1010100fL ++ if (EVP_DecryptFinal (ctx, dst + olen, &tlen) != 1) ++#else + if (EVP_DecryptFinal (&ctx, dst + olen, &tlen) != 1) ++#endif + { + fprintf (stderr,"error in decrypt final\n"); + olen = -1; +@@ -159,7 +196,12 @@ int data_decrypt(unsigned char *src, unsigned char *ds + olen += tlen; + + cleanup: +- EVP_CIPHER_CTX_cleanup(&ctx); ++#if OPENSSL_VERSION_NUMBER >= 0x1010100fL ++ EVP_CIPHER_CTX_cleanup(ctx); ++ EVP_CIPHER_CTX_free(ctx); ++#else ++ EVP_CIPHER_CTX_cleanup(&ctx); ++#endif + return olen; + } + From owner-svn-ports-branches@freebsd.org Sun Dec 9 13:51:21 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F289913225FC; Sun, 9 Dec 2018 13:51:20 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9D5956C383; Sun, 9 Dec 2018 13:51:20 +0000 (UTC) (envelope-from crees@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7E26612171; Sun, 9 Dec 2018 13:51:20 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB9DpKHX082954; Sun, 9 Dec 2018 13:51:20 GMT (envelope-from crees@FreeBSD.org) Received: (from crees@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB9DpIZ4082945; Sun, 9 Dec 2018 13:51:18 GMT (envelope-from crees@FreeBSD.org) Message-Id: <201812091351.wB9DpIZ4082945@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: crees set sender to crees@FreeBSD.org using -f From: Chris Rees Date: Sun, 9 Dec 2018 13:51:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r487047 - in branches/2018Q4/x11-wm/cde: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: crees X-SVN-Commit-Paths: in branches/2018Q4/x11-wm/cde: . files X-SVN-Commit-Revision: 487047 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 9D5956C383 X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.97)[-0.973,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.99)[-0.993,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Dec 2018 13:51:21 -0000 Author: crees Date: Sun Dec 9 13:51:18 2018 New Revision: 487047 URL: https://svnweb.freebsd.org/changeset/ports/487047 Log: MFH 484207 (partial) Update to 2.3.0 Unbreak Incorporate changes and improvements made by Mikael Urankar PR: ports/221102 Submitted by: mikael.urankar@gmail.com Various other cleanups; correct pkg-message and add ksh dependency PR: ports/220572 Submitted by: pfg NOT MERGED: Move to more correct x11 category Approved by: portmgr (implicit; unbreaking) Added: branches/2018Q4/x11-wm/cde/files/patch-admin_IntegTools_dbTools_installCDE (contents, props changed) branches/2018Q4/x11-wm/cde/files/patch-admin_IntegTools_post__install_freebsd_configMin.src (contents, props changed) branches/2018Q4/x11-wm/cde/files/patch-admin_IntegTools_post__install_freebsd_configRun.src (contents, props changed) branches/2018Q4/x11-wm/cde/files/patch-admin_IntegTools_post__install_freebsd_configShlibs.src (contents, props changed) branches/2018Q4/x11-wm/cde/files/patch-config_cf_Imake.cf (contents, props changed) branches/2018Q4/x11-wm/cde/files/patch-config_cf_Imake.rules (contents, props changed) Deleted: branches/2018Q4/x11-wm/cde/files/patch-lib_tt_lib_util_tt__file__system.C Modified: branches/2018Q4/x11-wm/cde/Makefile branches/2018Q4/x11-wm/cde/distinfo branches/2018Q4/x11-wm/cde/files/pkg-message.in branches/2018Q4/x11-wm/cde/pkg-plist Modified: branches/2018Q4/x11-wm/cde/Makefile ============================================================================== --- branches/2018Q4/x11-wm/cde/Makefile Sun Dec 9 13:24:29 2018 (r487046) +++ branches/2018Q4/x11-wm/cde/Makefile Sun Dec 9 13:51:18 2018 (r487047) @@ -1,29 +1,36 @@ # $FreeBSD$ PORTNAME= cde -DISTVERSION= 2.2.3 -PORTREVISION= 1 +DISTVERSION= 2.3.0 CATEGORIES= x11-wm MASTER_SITES= SF/cdesktopenv/src/ -DISTNAME= ${PORTNAME}-src-${DISTVERSION} MAINTAINER= crees@FreeBSD.org COMMENT= Common Desktop Environment +LICENSE= LGPL21 + BROKEN_mips64= fails to build: ./config/imake/imake: No such file or directory BROKEN_powerpc64= fails to build: ./config/imake/imake: No such file or directory BUILD_DEPENDS= ksh93:shells/ksh93 \ bdftopcf:x11-fonts/bdftopcf \ - mkfontdir:x11-fonts/mkfontdir \ - biconv:converters/iconv + mkfontdir:x11-fonts/mkfontdir \ + biconv:converters/iconv \ + ${LOCALBASE}/libdata/pkgconfig/fontconfig.pc:x11-fonts/fontconfig \ + ${LOCALBASE}/libdata/pkgconfig/freetype2.pc:print/freetype2 +RUN_DEPENDS= ${LOCALBASE}/bin/fc-cache:x11-fonts/fontconfig \ + ${LOCALBASE}/libdata/pkgconfig/freetype2.pc:print/freetype2 \ + ksh93:shells/ksh93 \ + xrdb:x11/xrdb \ + xset:x11/xset -USES= motif perl5 shebangfix +USES= iconv motif perl5 shebangfix tcl:85 SHEBANG_FILES= programs/dtdocbook/sgmls/sgmls.pl \ programs/dtinfo/tools/bin/ccdate USE_LDCONFIG= ${PREFIX}/dt/lib USE_RC_SUBR= dtcms dtspc -USE_XORG= xinerama xp xt +USE_XORG= xinerama xp xt xscrnsaver WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} ALL_TARGET= World @@ -37,46 +44,89 @@ SUB_FILES= pkg-message BROKEN= Does not build on head .endif -DTPATHSRE= 's,/usr/dt,${STAGEDIR}${PREFIX}/dt,;s,/etc/dt,${STAGEDIR}${PREFIX}/etc/dt,;\ - s,/var/dt,${STAGEDIR}${PREFIX}/dt/var,' post-patch: - if [ -f /usr/include/iconv.h ]; then \ + @if [ -f /usr/include/iconv.h ]; then \ ${REINPLACE_CMD} -e 's!^[[:space:]]*const char .ip = (const char .) .bp!char *ip = *bp!' \ ${WRKSRC}/programs/dtmail/libDtMail/Common/Session.C \ ${WRKSRC}/programs/dtmail/libDtMail/RFC/RFCBodyPart.C; \ fi - ${REINPLACE_CMD} -e 's,^PREFIX.*,PREFIX=${STAGEDIR}${PREFIX},' \ +# From shells/ksh93 +.if ${OSVERSION} >= 1100093 + @${REINPLACE_CMD} -e 's|SF_FLAGS|SFIO_FLAGS|g' \ + ${WRKSRC}/programs/dtksh/ksh93/src/lib/libast/include/sfio*.h \ + ${WRKSRC}/programs/dtksh/ksh93/src/lib/libast/sfio/*.c \ + ${WRKSRC}/programs/dtksh/ksh93/src/lib/libast/sfio/*.h +.endif + +# Speed up poudriere + qemu + native-xtools + @${REINPLACE_CMD} \ + -e 's|CcCmd cc|CcCmd ${CC}|g' \ + -e 's|CplusplusCmd c++|CplusplusCmd ${CXX}|g' \ + -e 's|CppCmd /usr/bin/cpp|CppCmd ${CPP}|g' \ + ${WRKSRC}/config/cf/FreeBSD.cf + +# Needed for armv6 + @${REINPLACE_CMD} -e 's|__va_copy|va_copy|g' \ + ${WRKSRC}/programs/dtksh/ksh93/src/lib/libast/hash/*.c \ + ${WRKSRC}/programs/dtksh/ksh93/src/lib/libast/sfio/*.c \ + ${WRKSRC}/programs/dtksh/ksh93/src/lib/libast/string/*.c + +# Fix all hardcoded path + @${REINPLACE_CMD} -e 's|/usr/bin/perl|${LOCALBASE}/bin/perl|g' \ + ${WRKSRC}/config/cf/Imake.tmpl \ + ${WRKSRC}/programs/dtdocbook/sgmls/sgmls.pl \ + ${WRKSRC}/programs/dtinfo/tools/bin/ccdate + @${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e \ + 's|/usr/dt|${LOCALBASE}/dt|g ; \ + s|/etc/dt|${LOCALBASE}/etc/dt|g' + + @${REINPLACE_CMD} -e 's|STAGEDIR|${STAGEDIR}|g' -e \ + 's|LOCALBASE|${LOCALBASE}|g' \ + ${WRKSRC}/admin/IntegTools/dbTools/installCDE.src \ + ${WRKSRC}/admin/IntegTools/post_install/freebsd/configRun.src \ + ${WRKSRC}/admin/IntegTools/post_install/freebsd/configShlibs.src \ ${WRKSRC}/admin/IntegTools/post_install/freebsd/configMin.src - ${FIND} ${WRKSRC}/programs/dtksh/ksh93 -type f -exec \ - ${REINPLACE_CMD} -e 's,SF_FLAGS,SFIO_FLAGS,g' \{} \+ - cd ${WRKSRC} && \ - ${MKDIR} imports/x11 && \ - ${LN} -s ${LOCALBASE}/bin ${LOCALBASE}/include ${LOCALBASE}/lib \ - imports/x11 && \ - ${MKDIR} imports/motif/include && \ - ${LN} -s ${LOCALBASE}/include/Xm imports/motif/include -# PREFIX safe- ugh! Ignore doc subdirectoy as it causes build headaches -# ${FIND} ${WRKSRC}/??[^c]* -type f -exec ${REINPLACE_CMD} \ -# -e 's,\([>/]|^\)usr/dt,\2${PREFIX:S,^/,,}/dt,g' \ -# -e 's,\([^a-zA-Z]|^\)/etc/dt,\1${PREFIX}/etc/dt,g' \ -# \{} + - ${REINPLACE_CMD} ${DTPATHSRE} ${WRKSRC}/databases/* - ${FIND} ${WRKSRC}/programs/ -type f \ - -name Makefile \ - -exec ${REINPLACE_CMD} ${DTPATHSRE} \{} + -# \( -name '*.[Cch]' -or -name Makefile \) \ +# we need to remove a few LOCALBASE + @${REINPLACE_CMD} -e 's|${LOCALBASE}/etc/dtinfogen|/etc/dtinfogen|g' \ + ${WRKSRC}/databases/CDE-RUN.udb \ + ${WRKSRC}/config/cf/cde.tmpl + @${REINPLACE_CMD} -e 's|${LOCALBASE}/etc/dtsr|/etc/dtsr|g' -e \ + 's|${LOCALBASE}/etc/dtinfo_start|/etc/dtinfo_start|g' \ + ${WRKSRC}/databases/CDE-RUN.udb \ + ${WRKSRC}/programs/tttypes/dtinfo_start.ptype \ + ${WRKSRC}/programs/tttypes/dtinfo.ptype + @${REINPLACE_CMD} -e 's|${LOCALBASE}||g' \ + ${WRKSRC}/programs/dtinfo/dtinfogen/infolib/etc/dtinfogen_worker.c + +# why redefine exit?? + @${REINPLACE_CMD} -e '/void exit/d' \ + ${WRKSRC}/lib/tt/bin/tt_type_comp/frozen.mp_types_lex.C +# (time_t*) NULL is apparently too C-ish + @${REINPLACE_CMD} -e 's,(time_t) *NULL,nullptr,' \ + ${WRKSRC}/programs/dtmail/libDtMail/Common/FileShare.C \ + ${WRKSRC}/programs/dtmail/libDtMail/RFC/RFCMailBox.C + +# The docs say not necessary, but unreliable without +# @${MKDIR} ${WRKSRC}/imports/x11/include +# @${LN} -s ${LOCALBASE}/include/X11 ${WRKSRC}/imports/x11/include +# @${LN} -s ${LOCALBASE}/include/Xm ${WRKSRC}/imports/x11/include +# @${LN} -s ${LOCALBASE}/include/fontconfig ${WRKSRC}/imports/x11/include +# @${LN} -s ${LOCALBASE}/include/freetype2 ${WRKSRC}/imports/x11/include + + do-install: cd ${WRKSRC}/admin/IntegTools/dbTools && \ - ./installCDE -s ${WRKSRC} -pseudo - ${ECHO_CMD} "MANPATH ${PREFIX}/dt/share/man" > \ - ${STAGEDIR}${PREFIX}/etc/man.d/cde.conf + ./installCDE -s ${WRKSRC} -destdir ${STAGEDIR} (cd ${STAGEDIR}${PREFIX}/dt/share/man && \ for m in 1 1m 3 4 5 6; do \ ${GZIP_CMD} man$$m/*.$$m; \ done) ${INSTALL_DATA} ${WRKSRC}/lib/pam/libpam/pam.conf \ - ${STAGEDIR}${PREFIX}/etc/pam.d + ${STAGEDIR}${PREFIX}/etc/pam.d/cde.conf + +post-install: + ${FIND} ${STAGEDIR}/${PREFIX}/dt -type f -exec ${SH} -c '${STRIP_CMD} {} > /dev/null 2>&1' \; # Documented switches don't actually produce desired effect! # ./installCDE -s ${WRKSRC} -pI ${STAGEDIR}${PREFIX}/dt \ Modified: branches/2018Q4/x11-wm/cde/distinfo ============================================================================== --- branches/2018Q4/x11-wm/cde/distinfo Sun Dec 9 13:24:29 2018 (r487046) +++ branches/2018Q4/x11-wm/cde/distinfo Sun Dec 9 13:51:18 2018 (r487047) @@ -1,3 +1,3 @@ -TIMESTAMP = 1496004049 -SHA256 (cde-src-2.2.3.tar.gz) = 108fc8ee6216a2d3da5ee0682c3012a042c33b2eaf4b4dc357e1e2b770be4f8f -SIZE (cde-src-2.2.3.tar.gz) = 60738851 +TIMESTAMP = 1541358342 +SHA256 (cde-2.3.0.tar.gz) = 2f82c32a9ec7d81130336959c01942eedaa2ffab810df2ee69f3aefd8d2ae641 +SIZE (cde-2.3.0.tar.gz) = 57941186 Added: branches/2018Q4/x11-wm/cde/files/patch-admin_IntegTools_dbTools_installCDE ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q4/x11-wm/cde/files/patch-admin_IntegTools_dbTools_installCDE Sun Dec 9 13:51:18 2018 (r487047) @@ -0,0 +1,11 @@ +--- admin/IntegTools/dbTools/installCDE.src.orig 2016-05-26 15:44:34 UTC ++++ admin/IntegTools/dbTools/installCDE.src +@@ -648,7 +648,7 @@ XCOMM + TAR_DIR="" + LeaveLinks="no" + REMOVE_LINKS="no" +- CLEAN_DAEMONS="yes" ++ CLEAN_DAEMONS="no" + theLang="" + CONFIGURE_ONLY="no" + Added: branches/2018Q4/x11-wm/cde/files/patch-admin_IntegTools_post__install_freebsd_configMin.src ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q4/x11-wm/cde/files/patch-admin_IntegTools_post__install_freebsd_configMin.src Sun Dec 9 13:51:18 2018 (r487047) @@ -0,0 +1,41 @@ +--- admin/IntegTools/post_install/freebsd/configMin.src.orig 2016-06-21 UTC ++++ admin/IntegTools/post_install/freebsd/configMin.src +@@ -197,13 +197,13 @@ RemoveMinFiles() + + SetManPath() + { +- DTMANPATH=CDE_INSTALLATION_TOP/share/man +- echo "MANPATH $DTMANPATH" > ${PREFIX}/etc/man.d/cde.conf ++ DTMANPATH=/usr/local/dt/share/man ++ echo "MANPATH $DTMANPATH" > STAGEDIR/LOCALBASE/etc/man.d/cde.conf + } + + UnSetManPath() + { +- rm -f ${PREFIX}/etc/man.d/cde.conf ++ rm -f STAGEDIR/LOCALBASE/etc/man.d/cde.conf + } + + VerifyInstalledFiles() +@@ -235,21 +235,8 @@ XCOMM ################################## + if [ "$OPERATION" = "configure" ] + then + +- FixEtcServices +- +- : FixEtcInetdDotConf +- + SetManPath + +- HASH +- HASH create the /var/dt/tmp directory for the dtspcd +- HASH +- +- if [ ! -d CDE_LOGFILES_TOP/tmp ] +- then +- mkdir -p CDE_LOGFILES_TOP/tmp +- fi +- + elif [ "$OPERATION" = "deconfigure" ] + then + Added: branches/2018Q4/x11-wm/cde/files/patch-admin_IntegTools_post__install_freebsd_configRun.src ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q4/x11-wm/cde/files/patch-admin_IntegTools_post__install_freebsd_configRun.src Sun Dec 9 13:51:18 2018 (r487047) @@ -0,0 +1,50 @@ +--- admin/IntegTools/post_install/freebsd/configRun.src.orig 2016-06-21 UTC ++++ admin/IntegTools/post_install/freebsd/configRun.src +@@ -221,9 +221,9 @@ XCOMM ################################## + PRODUCT=CDE + FILESET=CDE-RUN + +-DT_TOP=CDE_INSTALLATION_TOP +-DT_CONFIG_TOP=CDE_CONFIGURATION_TOP +-DT_TEMP_TOP=CDE_LOGFILES_TOP ++DT_TOP=STAGEDIR/usr/dt ++DT_CONFIG_TOP=STAGEDIR/etc/dt ++DT_TEMP_TOP=STAGEDIR/var/dt + ROOT=/ + + retval=0 +@@ -253,17 +253,6 @@ DEFAULT_PRINTER="DtPrint" + mkdir -p $DT_TEMP_TOP/$APPCONFIG/appmanager + fi + +- cd $DT_TEMP_TOP +- mv $APPCONFIG/appmanager .hidden-appmanager +- chmod -R 755 * +- chmod 755 .hidden-appmanager +- chown -R bin * +- chgrp -R bin * +- mv .hidden-appmanager $APPCONFIG/appmanager +- chmod 755 . +- chown bin . +- chgrp bin . +- + HASH + HASH create the CDE_CONFIGURATION_TOP and its config directory + HASH +@@ -296,8 +285,6 @@ DEFAULT_PRINTER="DtPrint" + cd $DT_CONFIG_TOP + chmod -R 755 * + +- FixInetdDotConf +- + elif [ "$OPERATION" = "deconfigure" ] + then + +@@ -322,7 +309,4 @@ DEFAULT_PRINTER="DtPrint" + /etc/rc.d/inetd onereload + fi + +- HASH dtmail requires setgid +- chmod 2555 $DT_TOP/bin/dtmail +- + return $retval Added: branches/2018Q4/x11-wm/cde/files/patch-admin_IntegTools_post__install_freebsd_configShlibs.src ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q4/x11-wm/cde/files/patch-admin_IntegTools_post__install_freebsd_configShlibs.src Sun Dec 9 13:51:18 2018 (r487047) @@ -0,0 +1,30 @@ +--- admin/IntegTools/post_install/freebsd/configShlibs.src.orig 2016-05-27 14:25:51 UTC ++++ admin/IntegTools/post_install/freebsd/configShlibs.src +@@ -54,7 +54,7 @@ XCOMM + XCOMM creates links in the install tree libtt.so -> libtt.so.1 + XCOMM + +- cd CDE_INSTALLATION_TOP/lib ++ cd STAGEDIR/LOCALBASE/dt/lib + + for lib in `/bin/ls *.so.*` + do +@@ -78,7 +78,7 @@ FILESET=CDE-SHLIBS + retval=0 + CDE_TOP=CDE_INSTALLATION_TOP + CDE_CONF_TOP=CDE_CONFIGURATION_TOP +-LDCONFIGFILE=/usr/local/libdata/ldconfig/cde ++LDCONFIGFILE=STAGEDIR/LOCALBASE/libdata/ldconfig/cde + + HandleOption $* + +@@ -100,8 +100,7 @@ LDCONFIGFILE=/usr/local/libdata/ldconfig + MakeTheLink + + rm -f $LDCONFIGFILE +- echo $CDE_TOP/lib > $LDCONFIGFILE +- /sbin/ldconfig -m $CDE_TOP/lib ++ echo LOCALBASE/dt/lib > $LDCONFIGFILE + + elif [ "$OPERATION" = "verify" ] + then Added: branches/2018Q4/x11-wm/cde/files/patch-config_cf_Imake.cf ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q4/x11-wm/cde/files/patch-config_cf_Imake.cf Sun Dec 9 13:51:18 2018 (r487047) @@ -0,0 +1,13 @@ +--- ./config/cf/Imake.cf.orig 2016-05-19 UTC ++++ ./config/cf/Imake.cf +@@ -205,6 +205,10 @@ XCOMM $TOG: Imake.cf /main/30 1998/04/28 + # define AMD64Architecture + # undef amd64 + # endif ++# if defined(__arm__) ++# undef __arm__ ++# define ARMArchitecture ++# endif + #endif /* __FreeBSD__ */ + + #ifdef AMOEBA Added: branches/2018Q4/x11-wm/cde/files/patch-config_cf_Imake.rules ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q4/x11-wm/cde/files/patch-config_cf_Imake.rules Sun Dec 9 13:51:18 2018 (r487047) @@ -0,0 +1,30 @@ +Work around a difference between "clang -traditional" and "gcc -traditional" + +CppScriptTarget is used to generate rules to create a shell script by running +the input through cpp (cf config/cf/Imake.rules) + +For example, we have +CppScriptTarget(configRun,configRun.src,...) + +in admin/IntegTools/post_install/freebsd/configRun.src, we have: +#define STAR * +for j in $DT_TOP/$APPCONFIG/$i/STAR + +gcc outputs this "for j in $DT_TOP/$APPCONFIG/$i/*" +clang outputs this "for j in $DT_TOP/$APPCONFIG/$i/ *" + +This prevents some post install scripts to create the correct directories. + +Should we use devel/tradcpp instead? + +--- config/cf/Imake.rules.orig 2016-10-31 UTC ++++ config/cf/Imake.rules +@@ -2398,7 +2398,7 @@ MakeMakeSubdirs(dirs,Makefiles) + * Also delete line numbers from the cpp output (-P is not portable, I guess). + */ + #ifndef CppSedMagic +-#define CppSedMagic $(SED) -e '/^#[line]* *[0-9][0-9]* *.*$$/d' -e '/^XCOMM$$/s//#/' -e '/^XCOMM[^a-zA-Z0-9_]/s/^XCOMM/#/' ++#define CppSedMagic $(SED) -E 's;(/|#) \*;/*;g' | $(SED) -e '/^#[line]* *[0-9][0-9]* *.*$$/d' -e '/^XCOMM$$/s//#/' -e '/^XCOMM[^a-zA-Z0-9_]/s/^XCOMM/#/' + #endif /* CppSedMagic */ + + #ifndef CppFileTarget Modified: branches/2018Q4/x11-wm/cde/files/pkg-message.in ============================================================================== --- branches/2018Q4/x11-wm/cde/files/pkg-message.in Sun Dec 9 13:24:29 2018 (r487046) +++ branches/2018Q4/x11-wm/cde/files/pkg-message.in Sun Dec 9 13:51:18 2018 (r487047) @@ -15,5 +15,5 @@ the calendar to work). # service rpcbind start && service dtspc start && service dtcms start To start the Common Desktop Environment, -% ln -s /usr/dt/bin/Xsession ~/.Xsession +% ln -s %%PREFIX%%/dt/bin/Xsession ~/.Xsession % env LANG=C startx Modified: branches/2018Q4/x11-wm/cde/pkg-plist ============================================================================== --- branches/2018Q4/x11-wm/cde/pkg-plist Sun Dec 9 13:24:29 2018 (r487046) +++ branches/2018Q4/x11-wm/cde/pkg-plist Sun Dec 9 13:51:18 2018 (r487047) @@ -21,7 +21,6 @@ dt/app-defaults/C/Dtscreen dt/app-defaults/C/Dtsession dt/app-defaults/C/Dtstyle dt/app-defaults/C/Dtterm -dt/app-defaults/C/Dtudcfonted dt/app-defaults/C/Dtwm dt/app-defaults/C/Ttsnoop dt/app-defaults/C/UNIXbindings @@ -45,7 +44,6 @@ dt/app-defaults/de_DE.ISO8859-1/Dtscreen dt/app-defaults/de_DE.ISO8859-1/Dtsession dt/app-defaults/de_DE.ISO8859-1/Dtstyle dt/app-defaults/de_DE.ISO8859-1/Dtterm -dt/app-defaults/de_DE.ISO8859-1/Dtudcfonted dt/app-defaults/de_DE.ISO8859-1/Dtwm dt/app-defaults/es_ES.ISO8859-1/Dt dt/app-defaults/es_ES.ISO8859-1/Dtbuilder @@ -67,7 +65,6 @@ dt/app-defaults/es_ES.ISO8859-1/Dtscreen dt/app-defaults/es_ES.ISO8859-1/Dtsession dt/app-defaults/es_ES.ISO8859-1/Dtstyle dt/app-defaults/es_ES.ISO8859-1/Dtterm -dt/app-defaults/es_ES.ISO8859-1/Dtudcfonted dt/app-defaults/es_ES.ISO8859-1/Dtwm dt/app-defaults/fr_FR.ISO8859-1/Dt dt/app-defaults/fr_FR.ISO8859-1/Dtbuilder @@ -89,7 +86,6 @@ dt/app-defaults/fr_FR.ISO8859-1/Dtscreen dt/app-defaults/fr_FR.ISO8859-1/Dtsession dt/app-defaults/fr_FR.ISO8859-1/Dtstyle dt/app-defaults/fr_FR.ISO8859-1/Dtterm -dt/app-defaults/fr_FR.ISO8859-1/Dtudcfonted dt/app-defaults/fr_FR.ISO8859-1/Dtwm dt/app-defaults/it_IT.ISO8859-1/Dt dt/app-defaults/it_IT.ISO8859-1/Dtbuilder @@ -111,7 +107,6 @@ dt/app-defaults/it_IT.ISO8859-1/Dtscreen dt/app-defaults/it_IT.ISO8859-1/Dtsession dt/app-defaults/it_IT.ISO8859-1/Dtstyle dt/app-defaults/it_IT.ISO8859-1/Dtterm -dt/app-defaults/it_IT.ISO8859-1/Dtudcfonted dt/app-defaults/it_IT.ISO8859-1/Dtwm dt/appconfig/appmanager/C/Desktop_Apps/DtLoadInfoLib dt/appconfig/appmanager/C/Desktop_Apps/DtPrintManager @@ -4117,8 +4112,8 @@ dt/appconfig/types/it_IT.ISO8859-1/xclients.dt dt/backdrops dt/bin/Xsession dt/bin/dsdm -dt/bin/dtaction -dt/bin/dtappgather +@(,,6755) dt/bin/dtaction +@(,,4755) dt/bin/dtappgather dt/bin/dtappintegrate dt/bin/dtbuilder dt/bin/dtcalc @@ -4153,18 +4148,19 @@ dt/bin/dthelpview dt/bin/dticon dt/bin/dtimsstart dt/bin/dtinfo +dt/bin/dtinfogen dt/bin/dtksh dt/bin/dtlogin dt/bin/dtlp -@(root,mail,2555) dt/bin/dtmail -dt/bin/dtmailpr +@(,mail,2755) dt/bin/dtmail +@(,mail,2755) dt/bin/dtmailpr dt/bin/dtpad dt/bin/dtpdm dt/bin/dtpdmd -dt/bin/dtprintinfo +@(,,2755) dt/bin/dtprintinfo dt/bin/dtscreen dt/bin/dtsearchpath -dt/bin/dtsession +@(,,2755) dt/bin/dtsession dt/bin/dtsession_res dt/bin/dtspcd dt/bin/dtsrclean @@ -4176,10 +4172,8 @@ dt/bin/dtsrindex dt/bin/dtsrkdump dt/bin/dtsrload dt/bin/dtstyle -dt/bin/dtterm +@(,,2755) dt/bin/dtterm dt/bin/dttypes -dt/bin/dtudcexch -dt/bin/dtudcfonted dt/bin/dtwm dt/bin/huffcode dt/bin/rpc.cmsd @@ -4202,7 +4196,6 @@ dt/config/C/Xresources.d/0120.session dt/config/C/Xresources.d/0140.session dt/config/C/Xresources.d/0160.session dt/config/C/dtfile.config -dt/config/C/fonts.list dt/config/C/sys.dtwmrc dt/config/C/sys.font dt/config/C/sys.resources @@ -4215,7 +4208,6 @@ dt/config/Xservers dt/config/Xsession.d/0010.dtpaths dt/config/Xsession.d/0020.dtims dt/config/Xsession.d/0030.dttmpdir -dt/config/Xsession.d/0040.xmbind dt/config/Xsession.d/0060.dtsysenv dt/config/Xsetup dt/config/Xstartup @@ -4405,6 +4397,9 @@ dt/infolib/etc/StyleUpdate dt/infolib/etc/dbdrv dt/infolib/etc/de_DE.ISO8859-1/dtsr/deu.sfx dt/infolib/etc/de_DE.ISO8859-1/dtsr/deu.stp +dt/infolib/etc/dtinfo_start +dt/infolib/etc/dtinfogen_worker +dt/infolib/etc/dtsr/dtsearch.dbd dt/infolib/etc/es_ES.ISO8859-1/dtsr/esp.sfx dt/infolib/etc/es_ES.ISO8859-1/dtsr/esp.stp dt/infolib/etc/fr_FR.ISO8859-1/dtsr/fra.sfx @@ -4419,41 +4414,7 @@ dt/infolib/etc/nsgmls dt/infolib/etc/online.feature.spec dt/infolib/etc/valBase dt/infolib/etc/validator -dt/lib/bindings/acorn -dt/lib/bindings/apollo -dt/lib/bindings/dec -dt/lib/bindings/dg_AViiON -dt/lib/bindings/doubleclick -dt/lib/bindings/hal -dt/lib/bindings/hitachi -dt/lib/bindings/hp -dt/lib/bindings/ibm -dt/lib/bindings/intergraph -dt/lib/bindings/intergraph17 -dt/lib/bindings/megatek -dt/lib/bindings/motorola -dt/lib/bindings/ncr_at -dt/lib/bindings/ncr_vt -dt/lib/bindings/pc -dt/lib/bindings/sgi -dt/lib/bindings/siemens_9733 -dt/lib/bindings/siemens_wx200 -dt/lib/bindings/sni -dt/lib/bindings/sni_97801 -dt/lib/bindings/sony -dt/lib/bindings/sun -dt/lib/bindings/sun_at -dt/lib/bindings/tek -dt/lib/bindings/xmbind.alias dt/lib/dtksh/DtFuncs.dtsh -dt/lib/dtudcfonted/dtaddcpf -dt/lib/dtudcfonted/dtbdftocpf -dt/lib/dtudcfonted/dtcpftobdf -dt/lib/dtudcfonted/dtcpftogpf -dt/lib/dtudcfonted/dtcpgpf -dt/lib/dtudcfonted/dtgpftobdf -dt/lib/dtudcfonted/dtgpftocpf -dt/lib/dtudcfonted/dtlsgpf dt/lib/libDtHelp.so dt/lib/libDtHelp.so.2 dt/lib/libDtMmdb.so @@ -4514,8 +4475,6 @@ dt/lib/nls/msg/C/dtsession.cat dt/lib/nls/msg/C/dtstyle.cat dt/lib/nls/msg/C/dtterm.cat dt/lib/nls/msg/C/dttypes.cat -dt/lib/nls/msg/C/dtudcexch.cat -dt/lib/nls/msg/C/dtudcfonted.cat dt/lib/nls/msg/C/dtwm.cat dt/lib/nls/msg/C/fmt_tbl.cat dt/lib/nls/msg/C/libDtMail.cat @@ -4558,8 +4517,6 @@ dt/lib/nls/msg/de_DE.ISO8859-1/dtsession.cat dt/lib/nls/msg/de_DE.ISO8859-1/dtstyle.cat dt/lib/nls/msg/de_DE.ISO8859-1/dtterm.cat dt/lib/nls/msg/de_DE.ISO8859-1/dttypes.cat -dt/lib/nls/msg/de_DE.ISO8859-1/dtudcexch.cat -dt/lib/nls/msg/de_DE.ISO8859-1/dtudcfonted.cat dt/lib/nls/msg/de_DE.ISO8859-1/dtwm.cat dt/lib/nls/msg/de_DE.ISO8859-1/fmt_tbl.cat dt/lib/nls/msg/de_DE.ISO8859-1/libDtMail.cat @@ -4602,8 +4559,6 @@ dt/lib/nls/msg/es_ES.ISO8859-1/dtsession.cat dt/lib/nls/msg/es_ES.ISO8859-1/dtstyle.cat dt/lib/nls/msg/es_ES.ISO8859-1/dtterm.cat dt/lib/nls/msg/es_ES.ISO8859-1/dttypes.cat -dt/lib/nls/msg/es_ES.ISO8859-1/dtudcexch.cat -dt/lib/nls/msg/es_ES.ISO8859-1/dtudcfonted.cat dt/lib/nls/msg/es_ES.ISO8859-1/dtwm.cat dt/lib/nls/msg/es_ES.ISO8859-1/fmt_tbl.cat dt/lib/nls/msg/es_ES.ISO8859-1/libDtMail.cat @@ -4646,8 +4601,6 @@ dt/lib/nls/msg/fr_FR.ISO8859-1/dtsession.cat dt/lib/nls/msg/fr_FR.ISO8859-1/dtstyle.cat dt/lib/nls/msg/fr_FR.ISO8859-1/dtterm.cat dt/lib/nls/msg/fr_FR.ISO8859-1/dttypes.cat -dt/lib/nls/msg/fr_FR.ISO8859-1/dtudcexch.cat -dt/lib/nls/msg/fr_FR.ISO8859-1/dtudcfonted.cat dt/lib/nls/msg/fr_FR.ISO8859-1/dtwm.cat dt/lib/nls/msg/fr_FR.ISO8859-1/fmt_tbl.cat dt/lib/nls/msg/fr_FR.ISO8859-1/libDtMail.cat @@ -4690,8 +4643,6 @@ dt/lib/nls/msg/it_IT.ISO8859-1/dtsession.cat dt/lib/nls/msg/it_IT.ISO8859-1/dtstyle.cat dt/lib/nls/msg/it_IT.ISO8859-1/dtterm.cat dt/lib/nls/msg/it_IT.ISO8859-1/dttypes.cat -dt/lib/nls/msg/it_IT.ISO8859-1/dtudcexch.cat -dt/lib/nls/msg/it_IT.ISO8859-1/dtudcfonted.cat dt/lib/nls/msg/it_IT.ISO8859-1/dtwm.cat dt/lib/nls/msg/it_IT.ISO8859-1/fmt_tbl.cat dt/lib/nls/msg/it_IT.ISO8859-1/libDtMail.cat @@ -4733,26 +4684,20 @@ dt/share/backdrops/desc.it_IT.ISO8859-1 dt/share/examples/README dt/share/examples/dtaction/Makefile.HP dt/share/examples/dtaction/Makefile.IBM -dt/share/examples/dtaction/Makefile.NOVELL dt/share/examples/dtaction/Makefile.SUN -dt/share/examples/dtaction/Makefile.UXP dt/share/examples/dtaction/README dt/share/examples/dtaction/actions.c dt/share/examples/dtbuilder/README dt/share/examples/dtbuilder/about_box.bil dt/share/examples/dtcalendar/Makefile.HP dt/share/examples/dtcalendar/Makefile.IBM -dt/share/examples/dtcalendar/Makefile.NOVELL dt/share/examples/dtcalendar/Makefile.SUN -dt/share/examples/dtcalendar/Makefile.UXP dt/share/examples/dtcalendar/README dt/share/examples/dtcalendar/attributes.c dt/share/examples/dtdnd/Dtdnddemo dt/share/examples/dtdnd/Makefile.HP dt/share/examples/dtdnd/Makefile.IBM dt/share/examples/dtdnd/Makefile.SUN -dt/share/examples/dtdnd/Makefile.USL -dt/share/examples/dtdnd/Makefile.UXP dt/share/examples/dtdnd/README dt/share/examples/dtdnd/buff.c dt/share/examples/dtdnd/buff.h @@ -4766,9 +4711,7 @@ dt/share/examples/dtdnd/text.c dt/share/examples/dtdnd/text.h dt/share/examples/dtdts/Makefile.HP dt/share/examples/dtdts/Makefile.IBM -dt/share/examples/dtdts/Makefile.NOVELL dt/share/examples/dtdts/Makefile.SUN -dt/share/examples/dtdts/Makefile.UXP dt/share/examples/dtdts/README dt/share/examples/dtdts/datatyping.c dt/share/examples/dthelp/Dthelpdemo @@ -4779,11 +4722,9 @@ dt/share/examples/dthelp/HourGlass.c dt/share/examples/dthelp/HourGlassI.h dt/share/examples/dthelp/Main.c dt/share/examples/dthelp/Main.h -dt/share/examples/dthelp/Makefile.DEC dt/share/examples/dthelp/Makefile.HP dt/share/examples/dthelp/Makefile.IBM dt/share/examples/dthelp/Makefile.SUN -dt/share/examples/dthelp/Makefile.UXP dt/share/examples/dthelp/README dt/share/examples/dthelp/help/Makefile dt/share/examples/dthelp/help/graphics/AppWithHelp.xwd @@ -4843,89 +4784,32 @@ dt/share/examples/dtksh/crMovesText1 dt/share/examples/dtksh/ksh93.memo dt/share/examples/dtscreen/Makefile.HP dt/share/examples/dtscreen/Makefile.IBM -dt/share/examples/dtscreen/Makefile.NOVELL dt/share/examples/dtscreen/Makefile.SUN -dt/share/examples/dtscreen/Makefile.UXP dt/share/examples/dtscreen/README dt/share/examples/dtscreen/dt/appconfig/types/C/screensaver.dt dt/share/examples/dtscreen/screensaver.c dt/share/examples/dtsession/Makefile.HP dt/share/examples/dtsession/Makefile.IBM -dt/share/examples/dtsession/Makefile.NOVELL dt/share/examples/dtsession/Makefile.SUN -dt/share/examples/dtsession/Makefile.UXP dt/share/examples/dtsession/README dt/share/examples/dtsession/session.c dt/share/examples/dtterm/Makefile.HP dt/share/examples/dtterm/Makefile.IBM -dt/share/examples/dtterm/Makefile.NOVELL dt/share/examples/dtterm/Makefile.SUN -dt/share/examples/dtterm/Makefile.UXP dt/share/examples/dtterm/README dt/share/examples/dtterm/term.c dt/share/examples/dtwidget/Makefile.HP dt/share/examples/dtwidget/Makefile.IBM -dt/share/examples/dtwidget/Makefile.NOVELL dt/share/examples/dtwidget/Makefile.SUN -dt/share/examples/dtwidget/Makefile.UXP dt/share/examples/dtwidget/README dt/share/examples/dtwidget/controls.c dt/share/examples/dtwidget/editor.c dt/share/examples/dtwsm/Makefile.HP dt/share/examples/dtwsm/Makefile.IBM -dt/share/examples/dtwsm/Makefile.NOVELL dt/share/examples/dtwsm/Makefile.SUN -dt/share/examples/dtwsm/Makefile.UXP dt/share/examples/dtwsm/README dt/share/examples/dtwsm/occupy.c dt/share/examples/dtwsm/wsinfo.c -dt/share/examples/motif/clipboard/Makefile.HP -dt/share/examples/motif/clipboard/Makefile.IBM -dt/share/examples/motif/clipboard/Makefile.NOVELL -dt/share/examples/motif/clipboard/Makefile.SUN -dt/share/examples/motif/clipboard/Makefile.UXP -dt/share/examples/motif/clipboard/README -dt/share/examples/motif/clipboard/cutpaste.c -dt/share/examples/motif/clipboard/cutpaste.uil -dt/share/examples/motif/clipboard/cutpaste_local.uil -dt/share/examples/motif/dogs/Dog.c -dt/share/examples/motif/dogs/Dog.h -dt/share/examples/motif/dogs/Dog.uil -dt/share/examples/motif/dogs/DogP.h -dt/share/examples/motif/dogs/Makefile.HP -dt/share/examples/motif/dogs/Makefile.IBM -dt/share/examples/motif/dogs/Makefile.NOVELL -dt/share/examples/motif/dogs/Makefile.SUN -dt/share/examples/motif/dogs/Makefile.UXP -dt/share/examples/motif/dogs/README -dt/share/examples/motif/dogs/Square.c -dt/share/examples/motif/dogs/Square.h -dt/share/examples/motif/dogs/Square.uil -dt/share/examples/motif/dogs/SquareP.h -dt/share/examples/motif/dogs/bark.bm -dt/share/examples/motif/dogs/dogs.c -dt/share/examples/motif/dogs/dogs.uil -dt/share/examples/motif/dogs/down.bm -dt/share/examples/motif/dogs/up.bm -dt/share/examples/motif/draganddrop/DNDDemo.c -dt/share/examples/motif/draganddrop/DNDDemo.h -dt/share/examples/motif/draganddrop/DNDDraw.c -dt/share/examples/motif/draganddrop/Makefile.HP -dt/share/examples/motif/draganddrop/Makefile.IBM -dt/share/examples/motif/draganddrop/Makefile.NOVELL -dt/share/examples/motif/draganddrop/Makefile.SUN -dt/share/examples/motif/draganddrop/Makefile.UXP -dt/share/examples/motif/draganddrop/README -dt/share/examples/motif/periodic/Makefile.HP -dt/share/examples/motif/periodic/Makefile.IBM -dt/share/examples/motif/periodic/Makefile.NOVELL -dt/share/examples/motif/periodic/Makefile.SUN -dt/share/examples/motif/periodic/Makefile.UXP -dt/share/examples/motif/periodic/Periodic -dt/share/examples/motif/periodic/README -dt/share/examples/motif/periodic/periodic.c -dt/share/examples/motif/periodic/periodic.uil -dt/share/examples/motif/periodic/periodic_local.uil dt/share/examples/sys.font.iso dt/share/examples/template/C/README dt/share/examples/template/C/Template.ad @@ -4946,9 +4830,7 @@ dt/share/examples/template/C/template_icon.pm dt/share/examples/template/C/template_icon_m.bm dt/share/examples/template/Makefile.HP dt/share/examples/template/Makefile.IBM -dt/share/examples/template/Makefile.NOVELL dt/share/examples/template/Makefile.SUN -dt/share/examples/template/Makefile.UXP dt/share/examples/template/README dt/share/examples/template/TemplateNew dt/share/examples/template/TemplateOpen @@ -4958,9 +4840,7 @@ dt/share/examples/template/template.c dt/share/examples/template/template.ptype dt/share/examples/tt/Makefile.HP dt/share/examples/tt/Makefile.IBM -dt/share/examples/tt/Makefile.NOVELL dt/share/examples/tt/Makefile.SUN -dt/share/examples/tt/Makefile.UXP dt/share/examples/tt/README dt/share/examples/tt/broadcast.c dt/share/examples/types/C/IconBrowse.dt @@ -5059,8 +4939,6 @@ dt/share/man/man1/dtsrload.1.gz dt/share/man/man1/dtstyle.1.gz dt/share/man/man1/dtterm.1.gz dt/share/man/man1/dttypes.1.gz -dt/share/man/man1/dtudcexch.1.gz -dt/share/man/man1/dtudcfonted.1.gz dt/share/man/man1/dtwm.1.gz dt/share/man/man1/huffcode.1.gz dt/share/man/man1/ksh.1.gz @@ -5712,7 +5590,29 @@ dt/share/palettes/desc.de_DE.ISO8859-1 dt/share/palettes/desc.es_ES.ISO8859-1 dt/share/palettes/desc.fr_FR.ISO8859-1 dt/share/palettes/desc.it_IT.ISO8859-1 +etc/pam.d/cde.conf +etc/man.d/cde.conf @dir dt/appconfig/appmanager/de_DE.ISO8859-1/System_Admin @dir dt/appconfig/appmanager/es_ES.ISO8859-1/System_Admin @dir dt/appconfig/appmanager/fr_FR.ISO8859-1/System_Admin @dir dt/appconfig/appmanager/it_IT.ISO8859-1/System_Admin +@dir etc/dt/appconfig/appmanager/C +@dir etc/dt/appconfig/appmanager/de_DE.ISO8859-1 +@dir etc/dt/appconfig/appmanager/es_ES.ISO8859-1 +@dir etc/dt/appconfig/appmanager/fr_FR.ISO8859-1 +@dir etc/dt/appconfig/appmanager/it_IT.ISO8859-1 +@dir etc/dt/appconfig/help/C +@dir etc/dt/appconfig/help/de_DE.ISO8859-1 +@dir etc/dt/appconfig/help/es_ES.ISO8859-1 +@dir etc/dt/appconfig/help/fr_FR.ISO8859-1 +@dir etc/dt/appconfig/help/it_IT.ISO8859-1 +@dir etc/dt/appconfig/icons/C +@dir etc/dt/appconfig/types/C +@dir etc/dt/appconfig/types/de_DE.ISO8859-1 +@dir etc/dt/appconfig/types/es_ES.ISO8859-1 +@dir etc/dt/appconfig/types/fr_FR.ISO8859-1 +@dir etc/dt/appconfig/types/it_IT.ISO8859-1 +@dir etc/dt/config/Xsession.d +@dir /var/dt/appconfig/appmanager +@dir /var/dt/appconfig +@dir /var/dt From owner-svn-ports-branches@freebsd.org Sun Dec 9 18:15:24 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B4AF91329656; Sun, 9 Dec 2018 18:15:24 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5B47A74A7F; Sun, 9 Dec 2018 18:15:24 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3C6E614D2A; Sun, 9 Dec 2018 18:15:24 +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 wB9IFOSC022002; Sun, 9 Dec 2018 18:15:24 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB9IFNpo021998; Sun, 9 Dec 2018 18:15:23 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201812091815.wB9IFNpo021998@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 9 Dec 2018 18:15:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r487069 - branches/2018Q4/mail/mpop X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2018Q4/mail/mpop X-SVN-Commit-Revision: 487069 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 5B47A74A7F X-Spamd-Result: default: False [-2.93 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.94)[-0.941,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.99)[-0.990,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Dec 2018 18:15:24 -0000 Author: jbeich Date: Sun Dec 9 18:15:23 2018 New Revision: 487069 URL: https://svnweb.freebsd.org/changeset/ports/487069 Log: MFH: r487036 mail/mpop: update to 1.4.1 Changes: https://marlam.de/mpop/news/mpop-1-4-1/ Reported by: portscout Approved by: ports-secteam (miwi) Modified: branches/2018Q4/mail/mpop/Makefile branches/2018Q4/mail/mpop/distinfo branches/2018Q4/mail/mpop/pkg-plist Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/mail/mpop/Makefile ============================================================================== --- branches/2018Q4/mail/mpop/Makefile Sun Dec 9 17:59:27 2018 (r487068) +++ branches/2018Q4/mail/mpop/Makefile Sun Dec 9 18:15:23 2018 (r487069) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mpop -DISTVERSION= 1.4.0 +DISTVERSION= 1.4.1 CATEGORIES= mail MASTER_SITES= https://marlam.de/mpop/releases/ Modified: branches/2018Q4/mail/mpop/distinfo ============================================================================== --- branches/2018Q4/mail/mpop/distinfo Sun Dec 9 17:59:27 2018 (r487068) +++ branches/2018Q4/mail/mpop/distinfo Sun Dec 9 18:15:23 2018 (r487069) @@ -1,3 +1,3 @@ -TIMESTAMP = 1534624941 -SHA256 (mpop-1.4.0.tar.xz) = 5240521fdf1f46c4a95566d24c7088de5665337e0221ac23f33cb055eaddba93 -SIZE (mpop-1.4.0.tar.xz) = 273292 +TIMESTAMP = 1544280325 +SHA256 (mpop-1.4.1.tar.xz) = 3e26fad331272f67e210e52df8da414fba485547ab07dea92b6f23e5bc9135ad +SIZE (mpop-1.4.1.tar.xz) = 296968 Modified: branches/2018Q4/mail/mpop/pkg-plist ============================================================================== --- branches/2018Q4/mail/mpop/pkg-plist Sun Dec 9 17:59:27 2018 (r487068) +++ branches/2018Q4/mail/mpop/pkg-plist Sun Dec 9 18:15:23 2018 (r487069) @@ -1,3 +1,6 @@ bin/mpop man/man1/mpop.1.gz %%NLS%%share/locale/de/LC_MESSAGES/mpop.mo +%%NLS%%share/locale/es/LC_MESSAGES/mpop.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/mpop.mo +%%NLS%%share/locale/uk/LC_MESSAGES/mpop.mo From owner-svn-ports-branches@freebsd.org Sun Dec 9 22:00:26 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 73D551332DD6; Sun, 9 Dec 2018 22:00:26 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 19D4E7F3E0; Sun, 9 Dec 2018 22:00:26 +0000 (UTC) (envelope-from swills@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F08061714B; Sun, 9 Dec 2018 22:00:25 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB9M0PLQ037905; Sun, 9 Dec 2018 22:00:25 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB9M0PB8037903; Sun, 9 Dec 2018 22:00:25 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201812092200.wB9M0PB8037903@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sun, 9 Dec 2018 22:00:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r487094 - branches/2018Q4/dns/powerdns-recursor X-SVN-Group: ports-branches X-SVN-Commit-Author: swills X-SVN-Commit-Paths: branches/2018Q4/dns/powerdns-recursor X-SVN-Commit-Revision: 487094 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 19D4E7F3E0 X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_LONG(-0.99)[-0.990,0]; NEURAL_HAM_SHORT(-0.97)[-0.970,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Dec 2018 22:00:26 -0000 Author: swills Date: Sun Dec 9 22:00:25 2018 New Revision: 487094 URL: https://svnweb.freebsd.org/changeset/ports/487094 Log: MFH: r487092 dns/powerdns-recursor: Update to 4.1.8 PR: 233603 Submitted by: Ralf van der Enden (maintainer) Security: f6d6308a-f2ec-11e8-b005-6805ca2fa271 Approved by: ports-secteam (implici) Modified: branches/2018Q4/dns/powerdns-recursor/Makefile branches/2018Q4/dns/powerdns-recursor/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/dns/powerdns-recursor/Makefile ============================================================================== --- branches/2018Q4/dns/powerdns-recursor/Makefile Sun Dec 9 21:49:39 2018 (r487093) +++ branches/2018Q4/dns/powerdns-recursor/Makefile Sun Dec 9 22:00:25 2018 (r487094) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= recursor -DISTVERSION= 4.1.7 +DISTVERSION= 4.1.8 CATEGORIES= dns ipv6 MASTER_SITES= http://downloads.powerdns.com/releases/ PKGNAMEPREFIX= powerdns- Modified: branches/2018Q4/dns/powerdns-recursor/distinfo ============================================================================== --- branches/2018Q4/dns/powerdns-recursor/distinfo Sun Dec 9 21:49:39 2018 (r487093) +++ branches/2018Q4/dns/powerdns-recursor/distinfo Sun Dec 9 22:00:25 2018 (r487094) @@ -1,3 +1,3 @@ -TIMESTAMP = 1542545089 -SHA256 (pdns-recursor-4.1.7.tar.bz2) = 9a045cfd1d3b195f3166170c2cb120bea08926c6474ebc67e8020edf1deddb6b -SIZE (pdns-recursor-4.1.7.tar.bz2) = 1237866 +TIMESTAMP = 1543308804 +SHA256 (pdns-recursor-4.1.8.tar.bz2) = 68f88f4df85acb68da64706573312b8ec57bf853f5502f6bd968c67b15d7e5f5 +SIZE (pdns-recursor-4.1.8.tar.bz2) = 1237750 From owner-svn-ports-branches@freebsd.org Mon Dec 10 07:12:02 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 93C37131439F; Mon, 10 Dec 2018 07:12:02 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 38A906B1B4; Mon, 10 Dec 2018 07:12:02 +0000 (UTC) (envelope-from tobik@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1726B1CBA0; Mon, 10 Dec 2018 07:12:02 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBA7C1Wc028490; Mon, 10 Dec 2018 07:12:01 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBA7C1IW028488; Mon, 10 Dec 2018 07:12:01 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201812100712.wBA7C1IW028488@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Mon, 10 Dec 2018 07:12:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r487131 - branches/2018Q4/sysutils/pefs-kmod X-SVN-Group: ports-branches X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: branches/2018Q4/sysutils/pefs-kmod X-SVN-Commit-Revision: 487131 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 38A906B1B4 X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.97)[-0.969,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.99)[-0.990,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 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, 10 Dec 2018 07:12:02 -0000 Author: tobik Date: Mon Dec 10 07:12:01 2018 New Revision: 487131 URL: https://svnweb.freebsd.org/changeset/ports/487131 Log: MFH: r485210 r487095 - Unbreak on HEAD PR: 233242 Submitted by: Nathan Reported by: Martin Wilke Reviewed by: Gleb Kurtsou sysutils/pefs-kmod: Update to 2018.11.26 - Fixes build on 12 PR: 233882 Approved by: gleb (maintainer) Approved by: ports-secteam (miwi) Modified: branches/2018Q4/sysutils/pefs-kmod/Makefile branches/2018Q4/sysutils/pefs-kmod/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/sysutils/pefs-kmod/Makefile ============================================================================== --- branches/2018Q4/sysutils/pefs-kmod/Makefile Mon Dec 10 07:01:06 2018 (r487130) +++ branches/2018Q4/sysutils/pefs-kmod/Makefile Mon Dec 10 07:12:01 2018 (r487131) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pefs -DISTVERSION= 2017-06-20 +DISTVERSION= 2018-11-26 CATEGORIES= sysutils MASTER_SITES= LOCAL/gleb PKGNAMESUFFIX= -kmod @@ -12,16 +12,16 @@ COMMENT= PEFS kernel level stacked cryptographic files LICENSE= BSD2CLAUSE -MAKE_JOBS_UNSAFE=yes -MAKE_ENV= BINDIR="${PREFIX}/sbin" MANDIR="${MANPREFIX}/man/man" \ - NO_MANCOMPRESS= - BROKEN_armv6= fails to compile: implicit declaration of function 'cp15_pmccntr_get' is invalid in C99 BROKEN_DragonFly= fails to build: don't know how to make vnode_if.h ONLY_FOR_ARCHS= amd64 armv6 i386 ONLY_FOR_ARCHS_REASON= untested on any other arch USES= kmod uidfix + +MAKE_JOBS_UNSAFE=yes +MAKE_ENV= BINDIR="${PREFIX}/sbin" MANDIR="${MANPREFIX}/man/man" \ + NO_MANCOMPRESS= OPTIONS_DEFINE= AESNI OPTIONS_DEFAULT= Modified: branches/2018Q4/sysutils/pefs-kmod/distinfo ============================================================================== --- branches/2018Q4/sysutils/pefs-kmod/distinfo Mon Dec 10 07:01:06 2018 (r487130) +++ branches/2018Q4/sysutils/pefs-kmod/distinfo Mon Dec 10 07:12:01 2018 (r487131) @@ -1,3 +1,3 @@ -TIMESTAMP = 1498020540 -SHA256 (pefs-2017-06-20.tar.gz) = 8115600f43036de7c1c4ff46d41b5a36ee59b9d5f5af339b2890234fbc9f525c -SIZE (pefs-2017-06-20.tar.gz) = 90208 +TIMESTAMP = 1543813366 +SHA256 (pefs-2018-11-26.tar.gz) = b1d185982fdc7533ef99deeeb740157f0ea215a238a967ac5bfe56279e810bdb +SIZE (pefs-2018-11-26.tar.gz) = 90259 From owner-svn-ports-branches@freebsd.org Mon Dec 10 11:58:44 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 99B801322D37; Mon, 10 Dec 2018 11:58:43 +0000 (UTC) (envelope-from dch@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4694775113; Mon, 10 Dec 2018 11:58:43 +0000 (UTC) (envelope-from dch@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 231E11F8FA; Mon, 10 Dec 2018 11:58:43 +0000 (UTC) (envelope-from dch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBABwh7S075460; Mon, 10 Dec 2018 11:58:43 GMT (envelope-from dch@FreeBSD.org) Received: (from dch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBABwgrn075457; Mon, 10 Dec 2018 11:58:42 GMT (envelope-from dch@FreeBSD.org) Message-Id: <201812101158.wBABwgrn075457@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dch set sender to dch@FreeBSD.org using -f From: Dave Cottlehuber Date: Mon, 10 Dec 2018 11:58:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r487158 - in branches/2018Q4/databases/couchdb2: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: dch X-SVN-Commit-Paths: in branches/2018Q4/databases/couchdb2: . files X-SVN-Commit-Revision: 487158 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4694775113 X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.96)[-0.963,0]; NEURAL_HAM_LONG(-0.99)[-0.993,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 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, 10 Dec 2018 11:58:44 -0000 Author: dch Date: Mon Dec 10 11:58:42 2018 New Revision: 487158 URL: https://svnweb.freebsd.org/changeset/ports/487158 Log: MFH: r487151 databases/couchdb2: update 2.2.0 -> 2.3.0 Approved by: jrm (mentor) Security: CVE-2018-17188 Differential Revision: https://reviews.freebsd.org/D18409 Approved by: ports-secteam Modified: branches/2018Q4/databases/couchdb2/Makefile branches/2018Q4/databases/couchdb2/distinfo branches/2018Q4/databases/couchdb2/files/couchdb2.in branches/2018Q4/databases/couchdb2/pkg-plist Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/databases/couchdb2/Makefile ============================================================================== --- branches/2018Q4/databases/couchdb2/Makefile Mon Dec 10 11:40:26 2018 (r487157) +++ branches/2018Q4/databases/couchdb2/Makefile Mon Dec 10 11:58:42 2018 (r487158) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= couchdb2 -DISTVERSION= 2.2.0 +DISTVERSION= 2.3.0 CATEGORIES= databases MASTER_SITES= APACHE/couchdb/source/${DISTVERSION} DISTNAME= apache-couchdb-${DISTVERSION} @@ -37,7 +37,7 @@ CONFIGURE_ARGS= --skip-deps --user ${USERS} --disable- ALL_TARGET= release OPTIONS_DEFINE= DOCS -OPTIONS_DEFAULT=OTP20 +OPTIONS_DEFAULT=OTP21 OPTIONS_SUB= yes OPTIONS_SINGLE= ENV Modified: branches/2018Q4/databases/couchdb2/distinfo ============================================================================== --- branches/2018Q4/databases/couchdb2/distinfo Mon Dec 10 11:40:26 2018 (r487157) +++ branches/2018Q4/databases/couchdb2/distinfo Mon Dec 10 11:58:42 2018 (r487158) @@ -1,3 +1,3 @@ -TIMESTAMP = 1534506610 -SHA256 (apache-couchdb-2.2.0.tar.gz) = 0e3ceb8aab73af8e54a2e2c949f362495b1c938455a15e9a4e294901c6c67985 -SIZE (apache-couchdb-2.2.0.tar.gz) = 16941229 +TIMESTAMP = 1543778292 +SHA256 (apache-couchdb-2.3.0.tar.gz) = 0b3868d042b158d9fd2f504804abd93cd22681c033952f832ce846672c31f352 +SIZE (apache-couchdb-2.3.0.tar.gz) = 17402223 Modified: branches/2018Q4/databases/couchdb2/files/couchdb2.in ============================================================================== --- branches/2018Q4/databases/couchdb2/files/couchdb2.in Mon Dec 10 11:40:26 2018 (r487157) +++ branches/2018Q4/databases/couchdb2/files/couchdb2.in Mon Dec 10 11:58:42 2018 (r487158) @@ -44,6 +44,8 @@ couchdb2_start() -c \ -u ${couchdb2_user} \ env ERL_FLAGS="${erl_flags}" \ + COUCHDB_QUERY_SERVER_JAVASCRIPT="%%APPDIR%%/bin/couchjs %%APPDIR%%/share/server/main.js" \ + COUCHDB_QUERY_SERVER_COFFEESCRIPT="%%APPDIR%%/bin/couchjs %%APPDIR%%/share/server/main-coffee.js" \ ${command} } Modified: branches/2018Q4/databases/couchdb2/pkg-plist ============================================================================== --- branches/2018Q4/databases/couchdb2/pkg-plist Mon Dec 10 11:40:26 2018 (r487157) +++ branches/2018Q4/databases/couchdb2/pkg-plist Mon Dec 10 11:58:42 2018 (r487158) @@ -1,6 +1,6 @@ -@dir libexec/couchdb2/lib/couch-%%VERSION%%/priv/couch_ejson_compare -@dir libexec/couchdb2/lib/couch-%%VERSION%%/priv/couch_js -@dir libexec/couchdb2/lib/couch-%%VERSION%%/priv/icu_driver +@dir libexec/couchdb2/lib/couch-%%VERSION%%-RC1/priv/couch_ejson_compare +@dir libexec/couchdb2/lib/couch-%%VERSION%%-RC1/priv/couch_js +@dir libexec/couchdb2/lib/couch-%%VERSION%%-RC1/priv/icu_driver @dir(couchdb,couchdb,700) /var/db/couchdb2 @dir(couchdb,couchdb,700) /var/log/couchdb2 @sample(couchdb,couchdb,640) %%ETCDIR%%/local.ini.sample @@ -18,281 +18,274 @@ libexec/couchdb2/lib/b64url-1.0.1/ebin/b64url.beam libexec/couchdb2/lib/b64url-1.0.1/priv/b64url.so libexec/couchdb2/lib/bear-0.8.1-9-g008f48a/ebin/bear.app libexec/couchdb2/lib/bear-0.8.1-9-g008f48a/ebin/bear.beam -libexec/couchdb2/lib/chttpd-%%VERSION%%/ebin/chttpd.app -libexec/couchdb2/lib/chttpd-%%VERSION%%/ebin/chttpd.beam -libexec/couchdb2/lib/chttpd-%%VERSION%%/ebin/chttpd_app.beam -libexec/couchdb2/lib/chttpd-%%VERSION%%/ebin/chttpd_auth.beam -libexec/couchdb2/lib/chttpd-%%VERSION%%/ebin/chttpd_auth_cache.beam -libexec/couchdb2/lib/chttpd-%%VERSION%%/ebin/chttpd_auth_request.beam -libexec/couchdb2/lib/chttpd-%%VERSION%%/ebin/chttpd_cors.beam -libexec/couchdb2/lib/chttpd-%%VERSION%%/ebin/chttpd_db.beam -libexec/couchdb2/lib/chttpd-%%VERSION%%/ebin/chttpd_epi.beam -libexec/couchdb2/lib/chttpd-%%VERSION%%/ebin/chttpd_external.beam -libexec/couchdb2/lib/chttpd-%%VERSION%%/ebin/chttpd_handlers.beam -libexec/couchdb2/lib/chttpd-%%VERSION%%/ebin/chttpd_httpd_handlers.beam -libexec/couchdb2/lib/chttpd-%%VERSION%%/ebin/chttpd_misc.beam -libexec/couchdb2/lib/chttpd-%%VERSION%%/ebin/chttpd_plugin.beam -libexec/couchdb2/lib/chttpd-%%VERSION%%/ebin/chttpd_prefer_header.beam -libexec/couchdb2/lib/chttpd-%%VERSION%%/ebin/chttpd_rewrite.beam -libexec/couchdb2/lib/chttpd-%%VERSION%%/ebin/chttpd_show.beam -libexec/couchdb2/lib/chttpd-%%VERSION%%/ebin/chttpd_sup.beam -libexec/couchdb2/lib/chttpd-%%VERSION%%/ebin/chttpd_test_util.beam -libexec/couchdb2/lib/chttpd-%%VERSION%%/ebin/chttpd_view.beam -libexec/couchdb2/lib/chttpd-%%VERSION%%/ebin/chttpd_xframe_options.beam -libexec/couchdb2/lib/chttpd-%%VERSION%%/include/chttpd.hrl -libexec/couchdb2/lib/chttpd-%%VERSION%%/include/chttpd_cors.hrl -libexec/couchdb2/lib/chttpd-%%VERSION%%/priv/stats_descriptions.cfg -libexec/couchdb2/lib/config-1.0.4/ebin/config.app -libexec/couchdb2/lib/config-1.0.4/ebin/config.beam -libexec/couchdb2/lib/config-1.0.4/ebin/config_app.beam -libexec/couchdb2/lib/config-1.0.4/ebin/config_listener.beam -libexec/couchdb2/lib/config-1.0.4/ebin/config_listener_mon.beam -libexec/couchdb2/lib/config-1.0.4/ebin/config_notifier.beam -libexec/couchdb2/lib/config-1.0.4/ebin/config_sup.beam -libexec/couchdb2/lib/config-1.0.4/ebin/config_util.beam -libexec/couchdb2/lib/config-1.0.4/ebin/config_writer.beam -libexec/couchdb2/lib/couch-%%VERSION%%/ebin/couch.app -libexec/couchdb2/lib/couch-%%VERSION%%/ebin/couch.beam -libexec/couchdb2/lib/couch-%%VERSION%%/ebin/couch_app.beam -libexec/couchdb2/lib/couch-%%VERSION%%/ebin/couch_att.beam -libexec/couchdb2/lib/couch-%%VERSION%%/ebin/couch_auth_cache.beam -libexec/couchdb2/lib/couch-%%VERSION%%/ebin/couch_base32.beam -libexec/couchdb2/lib/couch-%%VERSION%%/ebin/couch_bt_engine.beam -libexec/couchdb2/lib/couch-%%VERSION%%/ebin/couch_bt_engine_compactor.beam -libexec/couchdb2/lib/couch-%%VERSION%%/ebin/couch_bt_engine_header.beam -libexec/couchdb2/lib/couch-%%VERSION%%/ebin/couch_bt_engine_stream.beam -libexec/couchdb2/lib/couch-%%VERSION%%/ebin/couch_btree.beam -libexec/couchdb2/lib/couch-%%VERSION%%/ebin/couch_changes.beam -libexec/couchdb2/lib/couch-%%VERSION%%/ebin/couch_compaction_daemon.beam -libexec/couchdb2/lib/couch-%%VERSION%%/ebin/couch_compress.beam -libexec/couchdb2/lib/couch-%%VERSION%%/ebin/couch_db.beam -libexec/couchdb2/lib/couch-%%VERSION%%/ebin/couch_db_engine.beam -libexec/couchdb2/lib/couch-%%VERSION%%/ebin/couch_db_epi.beam -libexec/couchdb2/lib/couch-%%VERSION%%/ebin/couch_db_header.beam -libexec/couchdb2/lib/couch-%%VERSION%%/ebin/couch_db_plugin.beam -libexec/couchdb2/lib/couch-%%VERSION%%/ebin/couch_db_updater.beam -libexec/couchdb2/lib/couch-%%VERSION%%/ebin/couch_debug.beam -libexec/couchdb2/lib/couch-%%VERSION%%/ebin/couch_doc.beam -libexec/couchdb2/lib/couch-%%VERSION%%/ebin/couch_drv.beam -libexec/couchdb2/lib/couch-%%VERSION%%/ebin/couch_ejson_compare.beam -libexec/couchdb2/lib/couch-%%VERSION%%/ebin/couch_ejson_size.beam -libexec/couchdb2/lib/couch-%%VERSION%%/ebin/couch_emsort.beam -libexec/couchdb2/lib/couch-%%VERSION%%/ebin/couch_event_sup.beam -libexec/couchdb2/lib/couch-%%VERSION%%/ebin/couch_external_manager.beam -libexec/couchdb2/lib/couch-%%VERSION%%/ebin/couch_external_server.beam -libexec/couchdb2/lib/couch-%%VERSION%%/ebin/couch_file.beam -libexec/couchdb2/lib/couch-%%VERSION%%/ebin/couch_hash.beam -libexec/couchdb2/lib/couch-%%VERSION%%/ebin/couch_hotp.beam -libexec/couchdb2/lib/couch-%%VERSION%%/ebin/couch_httpd.beam -libexec/couchdb2/lib/couch-%%VERSION%%/ebin/couch_httpd_auth.beam -libexec/couchdb2/lib/couch-%%VERSION%%/ebin/couch_httpd_db.beam -libexec/couchdb2/lib/couch-%%VERSION%%/ebin/couch_httpd_external.beam -libexec/couchdb2/lib/couch-%%VERSION%%/ebin/couch_httpd_handlers.beam -libexec/couchdb2/lib/couch-%%VERSION%%/ebin/couch_httpd_misc_handlers.beam -libexec/couchdb2/lib/couch-%%VERSION%%/ebin/couch_httpd_multipart.beam -libexec/couchdb2/lib/couch-%%VERSION%%/ebin/couch_httpd_proxy.beam -libexec/couchdb2/lib/couch-%%VERSION%%/ebin/couch_httpd_rewrite.beam -libexec/couchdb2/lib/couch-%%VERSION%%/ebin/couch_httpd_vhost.beam -libexec/couchdb2/lib/couch-%%VERSION%%/ebin/couch_io_logger.beam -libexec/couchdb2/lib/couch-%%VERSION%%/ebin/couch_key_tree.beam -libexec/couchdb2/lib/couch-%%VERSION%%/ebin/couch_lru.beam -libexec/couchdb2/lib/couch-%%VERSION%%/ebin/couch_multidb_changes.beam -libexec/couchdb2/lib/couch-%%VERSION%%/ebin/couch_native_process.beam -libexec/couchdb2/lib/couch-%%VERSION%%/ebin/couch_os_daemons.beam -libexec/couchdb2/lib/couch-%%VERSION%%/ebin/couch_os_process.beam -libexec/couchdb2/lib/couch-%%VERSION%%/ebin/couch_passwords.beam -libexec/couchdb2/lib/couch-%%VERSION%%/ebin/couch_primary_sup.beam -libexec/couchdb2/lib/couch-%%VERSION%%/ebin/couch_proc_manager.beam -libexec/couchdb2/lib/couch-%%VERSION%%/ebin/couch_query_servers.beam -libexec/couchdb2/lib/couch-%%VERSION%%/ebin/couch_rand.beam -libexec/couchdb2/lib/couch-%%VERSION%%/ebin/couch_secondary_sup.beam -libexec/couchdb2/lib/couch-%%VERSION%%/ebin/couch_server.beam -libexec/couchdb2/lib/couch-%%VERSION%%/ebin/couch_stream.beam -libexec/couchdb2/lib/couch-%%VERSION%%/ebin/couch_sup.beam -libexec/couchdb2/lib/couch-%%VERSION%%/ebin/couch_task_status.beam -libexec/couchdb2/lib/couch-%%VERSION%%/ebin/couch_totp.beam -libexec/couchdb2/lib/couch-%%VERSION%%/ebin/couch_users_db.beam -libexec/couchdb2/lib/couch-%%VERSION%%/ebin/couch_util.beam -libexec/couchdb2/lib/couch-%%VERSION%%/ebin/couch_uuids.beam -libexec/couchdb2/lib/couch-%%VERSION%%/ebin/couch_work_queue.beam -libexec/couchdb2/lib/couch-%%VERSION%%/ebin/test_engine_attachments.beam -libexec/couchdb2/lib/couch-%%VERSION%%/ebin/test_engine_compaction.beam -libexec/couchdb2/lib/couch-%%VERSION%%/ebin/test_engine_fold_changes.beam -libexec/couchdb2/lib/couch-%%VERSION%%/ebin/test_engine_fold_docs.beam -libexec/couchdb2/lib/couch-%%VERSION%%/ebin/test_engine_get_set_props.beam -libexec/couchdb2/lib/couch-%%VERSION%%/ebin/test_engine_open_close_delete.beam -libexec/couchdb2/lib/couch-%%VERSION%%/ebin/test_engine_purge_docs.beam -libexec/couchdb2/lib/couch-%%VERSION%%/ebin/test_engine_read_write_docs.beam -libexec/couchdb2/lib/couch-%%VERSION%%/ebin/test_engine_ref_counting.beam -libexec/couchdb2/lib/couch-%%VERSION%%/ebin/test_engine_util.beam -libexec/couchdb2/lib/couch-%%VERSION%%/ebin/test_request.beam -libexec/couchdb2/lib/couch-%%VERSION%%/ebin/test_util.beam -libexec/couchdb2/lib/couch-%%VERSION%%/include/couch_db.hrl -libexec/couchdb2/lib/couch-%%VERSION%%/include/couch_eunit.hrl -libexec/couchdb2/lib/couch-%%VERSION%%/include/couch_js_functions.hrl -libexec/couchdb2/lib/couch-%%VERSION%%/priv/couch_ejson_compare.so -libexec/couchdb2/lib/couch-%%VERSION%%/priv/couch_icu_driver.so +libexec/couchdb2/lib/chttpd-%%VERSION%%-RC1/ebin/chttpd.app +libexec/couchdb2/lib/chttpd-%%VERSION%%-RC1/ebin/chttpd.beam +libexec/couchdb2/lib/chttpd-%%VERSION%%-RC1/ebin/chttpd_app.beam +libexec/couchdb2/lib/chttpd-%%VERSION%%-RC1/ebin/chttpd_auth.beam +libexec/couchdb2/lib/chttpd-%%VERSION%%-RC1/ebin/chttpd_auth_cache.beam +libexec/couchdb2/lib/chttpd-%%VERSION%%-RC1/ebin/chttpd_auth_request.beam +libexec/couchdb2/lib/chttpd-%%VERSION%%-RC1/ebin/chttpd_cors.beam +libexec/couchdb2/lib/chttpd-%%VERSION%%-RC1/ebin/chttpd_db.beam +libexec/couchdb2/lib/chttpd-%%VERSION%%-RC1/ebin/chttpd_epi.beam +libexec/couchdb2/lib/chttpd-%%VERSION%%-RC1/ebin/chttpd_external.beam +libexec/couchdb2/lib/chttpd-%%VERSION%%-RC1/ebin/chttpd_handlers.beam +libexec/couchdb2/lib/chttpd-%%VERSION%%-RC1/ebin/chttpd_httpd_handlers.beam +libexec/couchdb2/lib/chttpd-%%VERSION%%-RC1/ebin/chttpd_misc.beam +libexec/couchdb2/lib/chttpd-%%VERSION%%-RC1/ebin/chttpd_plugin.beam +libexec/couchdb2/lib/chttpd-%%VERSION%%-RC1/ebin/chttpd_prefer_header.beam +libexec/couchdb2/lib/chttpd-%%VERSION%%-RC1/ebin/chttpd_rewrite.beam +libexec/couchdb2/lib/chttpd-%%VERSION%%-RC1/ebin/chttpd_show.beam +libexec/couchdb2/lib/chttpd-%%VERSION%%-RC1/ebin/chttpd_sup.beam +libexec/couchdb2/lib/chttpd-%%VERSION%%-RC1/ebin/chttpd_test_util.beam +libexec/couchdb2/lib/chttpd-%%VERSION%%-RC1/ebin/chttpd_view.beam +libexec/couchdb2/lib/chttpd-%%VERSION%%-RC1/ebin/chttpd_xframe_options.beam +libexec/couchdb2/lib/chttpd-%%VERSION%%-RC1/include/chttpd.hrl +libexec/couchdb2/lib/chttpd-%%VERSION%%-RC1/include/chttpd_cors.hrl +libexec/couchdb2/lib/chttpd-%%VERSION%%-RC1/priv/stats_descriptions.cfg +libexec/couchdb2/lib/config-2.1.4/ebin/config.app +libexec/couchdb2/lib/config-2.1.4/ebin/config.beam +libexec/couchdb2/lib/config-2.1.4/ebin/config_app.beam +libexec/couchdb2/lib/config-2.1.4/ebin/config_listener.beam +libexec/couchdb2/lib/config-2.1.4/ebin/config_listener_mon.beam +libexec/couchdb2/lib/config-2.1.4/ebin/config_notifier.beam +libexec/couchdb2/lib/config-2.1.4/ebin/config_sup.beam +libexec/couchdb2/lib/config-2.1.4/ebin/config_util.beam +libexec/couchdb2/lib/config-2.1.4/ebin/config_writer.beam +libexec/couchdb2/lib/couch-%%VERSION%%-RC1/ebin/couch.app +libexec/couchdb2/lib/couch-%%VERSION%%-RC1/ebin/couch.beam +libexec/couchdb2/lib/couch-%%VERSION%%-RC1/ebin/couch_app.beam +libexec/couchdb2/lib/couch-%%VERSION%%-RC1/ebin/couch_att.beam +libexec/couchdb2/lib/couch-%%VERSION%%-RC1/ebin/couch_auth_cache.beam +libexec/couchdb2/lib/couch-%%VERSION%%-RC1/ebin/couch_base32.beam +libexec/couchdb2/lib/couch-%%VERSION%%-RC1/ebin/couch_bt_engine.beam +libexec/couchdb2/lib/couch-%%VERSION%%-RC1/ebin/couch_bt_engine_compactor.beam +libexec/couchdb2/lib/couch-%%VERSION%%-RC1/ebin/couch_bt_engine_header.beam +libexec/couchdb2/lib/couch-%%VERSION%%-RC1/ebin/couch_bt_engine_stream.beam +libexec/couchdb2/lib/couch-%%VERSION%%-RC1/ebin/couch_btree.beam +libexec/couchdb2/lib/couch-%%VERSION%%-RC1/ebin/couch_changes.beam +libexec/couchdb2/lib/couch-%%VERSION%%-RC1/ebin/couch_compaction_daemon.beam +libexec/couchdb2/lib/couch-%%VERSION%%-RC1/ebin/couch_compress.beam +libexec/couchdb2/lib/couch-%%VERSION%%-RC1/ebin/couch_db.beam +libexec/couchdb2/lib/couch-%%VERSION%%-RC1/ebin/couch_db_engine.beam +libexec/couchdb2/lib/couch-%%VERSION%%-RC1/ebin/couch_db_epi.beam +libexec/couchdb2/lib/couch-%%VERSION%%-RC1/ebin/couch_db_header.beam +libexec/couchdb2/lib/couch-%%VERSION%%-RC1/ebin/couch_db_plugin.beam +libexec/couchdb2/lib/couch-%%VERSION%%-RC1/ebin/couch_db_updater.beam +libexec/couchdb2/lib/couch-%%VERSION%%-RC1/ebin/couch_debug.beam +libexec/couchdb2/lib/couch-%%VERSION%%-RC1/ebin/couch_doc.beam +libexec/couchdb2/lib/couch-%%VERSION%%-RC1/ebin/couch_drv.beam +libexec/couchdb2/lib/couch-%%VERSION%%-RC1/ebin/couch_ejson_compare.beam +libexec/couchdb2/lib/couch-%%VERSION%%-RC1/ebin/couch_ejson_size.beam +libexec/couchdb2/lib/couch-%%VERSION%%-RC1/ebin/couch_emsort.beam +libexec/couchdb2/lib/couch-%%VERSION%%-RC1/ebin/couch_event_sup.beam +libexec/couchdb2/lib/couch-%%VERSION%%-RC1/ebin/couch_external_manager.beam +libexec/couchdb2/lib/couch-%%VERSION%%-RC1/ebin/couch_external_server.beam +libexec/couchdb2/lib/couch-%%VERSION%%-RC1/ebin/couch_file.beam +libexec/couchdb2/lib/couch-%%VERSION%%-RC1/ebin/couch_flags.beam +libexec/couchdb2/lib/couch-%%VERSION%%-RC1/ebin/couch_flags_config.beam +libexec/couchdb2/lib/couch-%%VERSION%%-RC1/ebin/couch_hash.beam +libexec/couchdb2/lib/couch-%%VERSION%%-RC1/ebin/couch_hotp.beam +libexec/couchdb2/lib/couch-%%VERSION%%-RC1/ebin/couch_httpd.beam +libexec/couchdb2/lib/couch-%%VERSION%%-RC1/ebin/couch_httpd_auth.beam +libexec/couchdb2/lib/couch-%%VERSION%%-RC1/ebin/couch_httpd_db.beam +libexec/couchdb2/lib/couch-%%VERSION%%-RC1/ebin/couch_httpd_external.beam +libexec/couchdb2/lib/couch-%%VERSION%%-RC1/ebin/couch_httpd_handlers.beam +libexec/couchdb2/lib/couch-%%VERSION%%-RC1/ebin/couch_httpd_misc_handlers.beam +libexec/couchdb2/lib/couch-%%VERSION%%-RC1/ebin/couch_httpd_multipart.beam +libexec/couchdb2/lib/couch-%%VERSION%%-RC1/ebin/couch_httpd_rewrite.beam +libexec/couchdb2/lib/couch-%%VERSION%%-RC1/ebin/couch_httpd_vhost.beam +libexec/couchdb2/lib/couch-%%VERSION%%-RC1/ebin/couch_io_logger.beam +libexec/couchdb2/lib/couch-%%VERSION%%-RC1/ebin/couch_key_tree.beam +libexec/couchdb2/lib/couch-%%VERSION%%-RC1/ebin/couch_lru.beam +libexec/couchdb2/lib/couch-%%VERSION%%-RC1/ebin/couch_multidb_changes.beam +libexec/couchdb2/lib/couch-%%VERSION%%-RC1/ebin/couch_native_process.beam +libexec/couchdb2/lib/couch-%%VERSION%%-RC1/ebin/couch_os_process.beam +libexec/couchdb2/lib/couch-%%VERSION%%-RC1/ebin/couch_passwords.beam +libexec/couchdb2/lib/couch-%%VERSION%%-RC1/ebin/couch_primary_sup.beam +libexec/couchdb2/lib/couch-%%VERSION%%-RC1/ebin/couch_proc_manager.beam +libexec/couchdb2/lib/couch-%%VERSION%%-RC1/ebin/couch_query_servers.beam +libexec/couchdb2/lib/couch-%%VERSION%%-RC1/ebin/couch_rand.beam +libexec/couchdb2/lib/couch-%%VERSION%%-RC1/ebin/couch_secondary_sup.beam +libexec/couchdb2/lib/couch-%%VERSION%%-RC1/ebin/couch_server.beam +libexec/couchdb2/lib/couch-%%VERSION%%-RC1/ebin/couch_stream.beam +libexec/couchdb2/lib/couch-%%VERSION%%-RC1/ebin/couch_sup.beam +libexec/couchdb2/lib/couch-%%VERSION%%-RC1/ebin/couch_task_status.beam +libexec/couchdb2/lib/couch-%%VERSION%%-RC1/ebin/couch_totp.beam +libexec/couchdb2/lib/couch-%%VERSION%%-RC1/ebin/couch_users_db.beam +libexec/couchdb2/lib/couch-%%VERSION%%-RC1/ebin/couch_util.beam +libexec/couchdb2/lib/couch-%%VERSION%%-RC1/ebin/couch_uuids.beam +libexec/couchdb2/lib/couch-%%VERSION%%-RC1/ebin/couch_work_queue.beam +libexec/couchdb2/lib/couch-%%VERSION%%-RC1/ebin/test_request.beam +libexec/couchdb2/lib/couch-%%VERSION%%-RC1/ebin/test_util.beam +libexec/couchdb2/lib/couch-%%VERSION%%-RC1/include/couch_db.hrl +libexec/couchdb2/lib/couch-%%VERSION%%-RC1/include/couch_eunit.hrl +libexec/couchdb2/lib/couch-%%VERSION%%-RC1/include/couch_js_functions.hrl +libexec/couchdb2/lib/couch-%%VERSION%%-RC1/priv/couch_ejson_compare.so +libexec/couchdb2/lib/couch-%%VERSION%%-RC1/priv/couch_icu_driver.so @mode 0755 -libexec/couchdb2/lib/couch-%%VERSION%%/priv/couchspawnkillable -libexec/couchdb2/lib/couch-%%VERSION%%/priv/spawnkillable/couchspawnkillable.sh +libexec/couchdb2/lib/couch-%%VERSION%%-RC1/priv/couchspawnkillable +libexec/couchdb2/lib/couch-%%VERSION%%-RC1/priv/spawnkillable/couchspawnkillable.sh @mode -libexec/couchdb2/lib/couch-%%VERSION%%/priv/stats_descriptions.cfg -libexec/couchdb2/lib/couch_epi-%%VERSION%%/ebin/couch_epi.app -libexec/couchdb2/lib/couch_epi-%%VERSION%%/ebin/couch_epi.beam -libexec/couchdb2/lib/couch_epi-%%VERSION%%/ebin/couch_epi_app.beam -libexec/couchdb2/lib/couch_epi-%%VERSION%%/ebin/couch_epi_codechange_monitor.beam -libexec/couchdb2/lib/couch_epi-%%VERSION%%/ebin/couch_epi_codegen.beam -libexec/couchdb2/lib/couch_epi-%%VERSION%%/ebin/couch_epi_data.beam -libexec/couchdb2/lib/couch_epi-%%VERSION%%/ebin/couch_epi_data_gen.beam -libexec/couchdb2/lib/couch_epi-%%VERSION%%/ebin/couch_epi_functions.beam -libexec/couchdb2/lib/couch_epi-%%VERSION%%/ebin/couch_epi_functions_gen.beam -libexec/couchdb2/lib/couch_epi-%%VERSION%%/ebin/couch_epi_module_keeper.beam -libexec/couchdb2/lib/couch_epi-%%VERSION%%/ebin/couch_epi_plugin.beam -libexec/couchdb2/lib/couch_epi-%%VERSION%%/ebin/couch_epi_sup.beam -libexec/couchdb2/lib/couch_epi-%%VERSION%%/ebin/couch_epi_util.beam -libexec/couchdb2/lib/couch_event-%%VERSION%%/ebin/couch_event.app -libexec/couchdb2/lib/couch_event-%%VERSION%%/ebin/couch_event.beam -libexec/couchdb2/lib/couch_event-%%VERSION%%/ebin/couch_event_app.beam -libexec/couchdb2/lib/couch_event-%%VERSION%%/ebin/couch_event_listener.beam -libexec/couchdb2/lib/couch_event-%%VERSION%%/ebin/couch_event_listener_mfa.beam -libexec/couchdb2/lib/couch_event-%%VERSION%%/ebin/couch_event_os_listener.beam -libexec/couchdb2/lib/couch_event-%%VERSION%%/ebin/couch_event_server.beam -libexec/couchdb2/lib/couch_event-%%VERSION%%/ebin/couch_event_sup2.beam -libexec/couchdb2/lib/couch_index-%%VERSION%%/ebin/couch_index.app -libexec/couchdb2/lib/couch_index-%%VERSION%%/ebin/couch_index.beam -libexec/couchdb2/lib/couch_index-%%VERSION%%/ebin/couch_index_app.beam -libexec/couchdb2/lib/couch_index-%%VERSION%%/ebin/couch_index_compactor.beam -libexec/couchdb2/lib/couch_index-%%VERSION%%/ebin/couch_index_epi.beam -libexec/couchdb2/lib/couch_index-%%VERSION%%/ebin/couch_index_plugin.beam -libexec/couchdb2/lib/couch_index-%%VERSION%%/ebin/couch_index_server.beam -libexec/couchdb2/lib/couch_index-%%VERSION%%/ebin/couch_index_sup.beam -libexec/couchdb2/lib/couch_index-%%VERSION%%/ebin/couch_index_updater.beam -libexec/couchdb2/lib/couch_index-%%VERSION%%/ebin/couch_index_util.beam -libexec/couchdb2/lib/couch_log-%%VERSION%%/ebin/couch_log.app -libexec/couchdb2/lib/couch_log-%%VERSION%%/ebin/couch_log.beam -libexec/couchdb2/lib/couch_log-%%VERSION%%/ebin/couch_log_app.beam -libexec/couchdb2/lib/couch_log-%%VERSION%%/ebin/couch_log_config.beam -libexec/couchdb2/lib/couch_log-%%VERSION%%/ebin/couch_log_config_dyn.beam -libexec/couchdb2/lib/couch_log-%%VERSION%%/ebin/couch_log_error_logger_h.beam -libexec/couchdb2/lib/couch_log-%%VERSION%%/ebin/couch_log_formatter.beam -libexec/couchdb2/lib/couch_log-%%VERSION%%/ebin/couch_log_monitor.beam -libexec/couchdb2/lib/couch_log-%%VERSION%%/ebin/couch_log_server.beam -libexec/couchdb2/lib/couch_log-%%VERSION%%/ebin/couch_log_sup.beam -libexec/couchdb2/lib/couch_log-%%VERSION%%/ebin/couch_log_trunc_io.beam -libexec/couchdb2/lib/couch_log-%%VERSION%%/ebin/couch_log_trunc_io_fmt.beam -libexec/couchdb2/lib/couch_log-%%VERSION%%/ebin/couch_log_util.beam -libexec/couchdb2/lib/couch_log-%%VERSION%%/ebin/couch_log_writer.beam -libexec/couchdb2/lib/couch_log-%%VERSION%%/ebin/couch_log_writer_file.beam -libexec/couchdb2/lib/couch_log-%%VERSION%%/ebin/couch_log_writer_stderr.beam -libexec/couchdb2/lib/couch_log-%%VERSION%%/ebin/couch_log_writer_syslog.beam -libexec/couchdb2/lib/couch_log-%%VERSION%%/include/couch_log.hrl -libexec/couchdb2/lib/couch_log-%%VERSION%%/priv/stats_descriptions.cfg -libexec/couchdb2/lib/couch_mrview-%%VERSION%%/ebin/couch_mrview.app -libexec/couchdb2/lib/couch_mrview-%%VERSION%%/ebin/couch_mrview.beam -libexec/couchdb2/lib/couch_mrview-%%VERSION%%/ebin/couch_mrview_changes.beam -libexec/couchdb2/lib/couch_mrview-%%VERSION%%/ebin/couch_mrview_cleanup.beam -libexec/couchdb2/lib/couch_mrview-%%VERSION%%/ebin/couch_mrview_compactor.beam -libexec/couchdb2/lib/couch_mrview-%%VERSION%%/ebin/couch_mrview_http.beam -libexec/couchdb2/lib/couch_mrview-%%VERSION%%/ebin/couch_mrview_index.beam -libexec/couchdb2/lib/couch_mrview-%%VERSION%%/ebin/couch_mrview_show.beam -libexec/couchdb2/lib/couch_mrview-%%VERSION%%/ebin/couch_mrview_test_util.beam -libexec/couchdb2/lib/couch_mrview-%%VERSION%%/ebin/couch_mrview_update_notifier.beam -libexec/couchdb2/lib/couch_mrview-%%VERSION%%/ebin/couch_mrview_updater.beam -libexec/couchdb2/lib/couch_mrview-%%VERSION%%/ebin/couch_mrview_util.beam -libexec/couchdb2/lib/couch_mrview-%%VERSION%%/include/couch_mrview.hrl -libexec/couchdb2/lib/couch_mrview-%%VERSION%%/priv/stats_descriptions.cfg -libexec/couchdb2/lib/couch_peruser-%%VERSION%%/ebin/couch_peruser.app -libexec/couchdb2/lib/couch_peruser-%%VERSION%%/ebin/couch_peruser.beam -libexec/couchdb2/lib/couch_peruser-%%VERSION%%/ebin/couch_peruser_app.beam -libexec/couchdb2/lib/couch_peruser-%%VERSION%%/ebin/couch_peruser_sup.beam -libexec/couchdb2/lib/couch_plugins-%%VERSION%%/ebin/couch_plugins.app -libexec/couchdb2/lib/couch_plugins-%%VERSION%%/ebin/couch_plugins.beam -libexec/couchdb2/lib/couch_plugins-%%VERSION%%/ebin/couch_plugins_httpd.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%/ebin/couch_replicator.app -libexec/couchdb2/lib/couch_replicator-%%VERSION%%/ebin/couch_replicator.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%/ebin/couch_replicator_api_wrap.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%/ebin/couch_replicator_app.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%/ebin/couch_replicator_auth.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%/ebin/couch_replicator_auth_noop.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%/ebin/couch_replicator_auth_session.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%/ebin/couch_replicator_changes_reader.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%/ebin/couch_replicator_clustering.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%/ebin/couch_replicator_connection.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%/ebin/couch_replicator_db_changes.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%/ebin/couch_replicator_doc_processor.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%/ebin/couch_replicator_doc_processor_worker.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%/ebin/couch_replicator_docs.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%/ebin/couch_replicator_fabric.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%/ebin/couch_replicator_fabric_rpc.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%/ebin/couch_replicator_filters.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%/ebin/couch_replicator_httpc.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%/ebin/couch_replicator_httpc_pool.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%/ebin/couch_replicator_httpd.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%/ebin/couch_replicator_httpd_util.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%/ebin/couch_replicator_ids.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%/ebin/couch_replicator_job_sup.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%/ebin/couch_replicator_manager.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%/ebin/couch_replicator_notifier.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%/ebin/couch_replicator_rate_limiter.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%/ebin/couch_replicator_rate_limiter_tables.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%/ebin/couch_replicator_scheduler.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%/ebin/couch_replicator_scheduler_job.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%/ebin/couch_replicator_scheduler_sup.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%/ebin/couch_replicator_stats.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%/ebin/couch_replicator_sup.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%/ebin/couch_replicator_utils.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%/ebin/couch_replicator_worker.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%/ebin/json_stream_parse.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%/include/couch_replicator_api_wrap.hrl -libexec/couchdb2/lib/couch_replicator-%%VERSION%%/priv/stats_descriptions.cfg -libexec/couchdb2/lib/couch_stats-%%VERSION%%/ebin/couch_stats.app -libexec/couchdb2/lib/couch_stats-%%VERSION%%/ebin/couch_stats.beam -libexec/couchdb2/lib/couch_stats-%%VERSION%%/ebin/couch_stats_aggregator.beam -libexec/couchdb2/lib/couch_stats-%%VERSION%%/ebin/couch_stats_app.beam -libexec/couchdb2/lib/couch_stats-%%VERSION%%/ebin/couch_stats_httpd.beam -libexec/couchdb2/lib/couch_stats-%%VERSION%%/ebin/couch_stats_process_tracker.beam -libexec/couchdb2/lib/couch_stats-%%VERSION%%/ebin/couch_stats_sup.beam -libexec/couchdb2/lib/couch_stats-%%VERSION%%/priv/sample_descriptions.cfg -libexec/couchdb2/lib/ddoc_cache-%%VERSION%%/ebin/ddoc_cache.app -libexec/couchdb2/lib/ddoc_cache-%%VERSION%%/ebin/ddoc_cache.beam -libexec/couchdb2/lib/ddoc_cache-%%VERSION%%/ebin/ddoc_cache_app.beam -libexec/couchdb2/lib/ddoc_cache-%%VERSION%%/ebin/ddoc_cache_entry.beam -libexec/couchdb2/lib/ddoc_cache-%%VERSION%%/ebin/ddoc_cache_entry_custom.beam -libexec/couchdb2/lib/ddoc_cache-%%VERSION%%/ebin/ddoc_cache_entry_ddocid.beam -libexec/couchdb2/lib/ddoc_cache-%%VERSION%%/ebin/ddoc_cache_entry_ddocid_rev.beam -libexec/couchdb2/lib/ddoc_cache-%%VERSION%%/ebin/ddoc_cache_entry_validation_funs.beam -libexec/couchdb2/lib/ddoc_cache-%%VERSION%%/ebin/ddoc_cache_lru.beam -libexec/couchdb2/lib/ddoc_cache-%%VERSION%%/ebin/ddoc_cache_opener.beam -libexec/couchdb2/lib/ddoc_cache-%%VERSION%%/ebin/ddoc_cache_sup.beam -libexec/couchdb2/lib/ddoc_cache-%%VERSION%%/ebin/ddoc_cache_value.beam -libexec/couchdb2/lib/ddoc_cache-%%VERSION%%/priv/stats_descriptions.cfg +libexec/couchdb2/lib/couch-%%VERSION%%-RC1/priv/stats_descriptions.cfg +libexec/couchdb2/lib/couch_epi-%%VERSION%%-RC1/ebin/couch_epi.app +libexec/couchdb2/lib/couch_epi-%%VERSION%%-RC1/ebin/couch_epi.beam +libexec/couchdb2/lib/couch_epi-%%VERSION%%-RC1/ebin/couch_epi_app.beam +libexec/couchdb2/lib/couch_epi-%%VERSION%%-RC1/ebin/couch_epi_codechange_monitor.beam +libexec/couchdb2/lib/couch_epi-%%VERSION%%-RC1/ebin/couch_epi_codegen.beam +libexec/couchdb2/lib/couch_epi-%%VERSION%%-RC1/ebin/couch_epi_data.beam +libexec/couchdb2/lib/couch_epi-%%VERSION%%-RC1/ebin/couch_epi_data_gen.beam +libexec/couchdb2/lib/couch_epi-%%VERSION%%-RC1/ebin/couch_epi_functions.beam +libexec/couchdb2/lib/couch_epi-%%VERSION%%-RC1/ebin/couch_epi_functions_gen.beam +libexec/couchdb2/lib/couch_epi-%%VERSION%%-RC1/ebin/couch_epi_module_keeper.beam +libexec/couchdb2/lib/couch_epi-%%VERSION%%-RC1/ebin/couch_epi_plugin.beam +libexec/couchdb2/lib/couch_epi-%%VERSION%%-RC1/ebin/couch_epi_sup.beam +libexec/couchdb2/lib/couch_epi-%%VERSION%%-RC1/ebin/couch_epi_util.beam +libexec/couchdb2/lib/couch_event-%%VERSION%%-RC1/ebin/couch_event.app +libexec/couchdb2/lib/couch_event-%%VERSION%%-RC1/ebin/couch_event.beam +libexec/couchdb2/lib/couch_event-%%VERSION%%-RC1/ebin/couch_event_app.beam +libexec/couchdb2/lib/couch_event-%%VERSION%%-RC1/ebin/couch_event_listener.beam +libexec/couchdb2/lib/couch_event-%%VERSION%%-RC1/ebin/couch_event_listener_mfa.beam +libexec/couchdb2/lib/couch_event-%%VERSION%%-RC1/ebin/couch_event_os_listener.beam +libexec/couchdb2/lib/couch_event-%%VERSION%%-RC1/ebin/couch_event_server.beam +libexec/couchdb2/lib/couch_event-%%VERSION%%-RC1/ebin/couch_event_sup2.beam +libexec/couchdb2/lib/couch_index-%%VERSION%%-RC1/ebin/couch_index.app +libexec/couchdb2/lib/couch_index-%%VERSION%%-RC1/ebin/couch_index.beam +libexec/couchdb2/lib/couch_index-%%VERSION%%-RC1/ebin/couch_index_app.beam +libexec/couchdb2/lib/couch_index-%%VERSION%%-RC1/ebin/couch_index_compactor.beam +libexec/couchdb2/lib/couch_index-%%VERSION%%-RC1/ebin/couch_index_epi.beam +libexec/couchdb2/lib/couch_index-%%VERSION%%-RC1/ebin/couch_index_plugin.beam +libexec/couchdb2/lib/couch_index-%%VERSION%%-RC1/ebin/couch_index_plugin_couch_db.beam +libexec/couchdb2/lib/couch_index-%%VERSION%%-RC1/ebin/couch_index_server.beam +libexec/couchdb2/lib/couch_index-%%VERSION%%-RC1/ebin/couch_index_sup.beam +libexec/couchdb2/lib/couch_index-%%VERSION%%-RC1/ebin/couch_index_updater.beam +libexec/couchdb2/lib/couch_index-%%VERSION%%-RC1/ebin/couch_index_util.beam +libexec/couchdb2/lib/couch_log-%%VERSION%%-RC1/ebin/couch_log.app +libexec/couchdb2/lib/couch_log-%%VERSION%%-RC1/ebin/couch_log.beam +libexec/couchdb2/lib/couch_log-%%VERSION%%-RC1/ebin/couch_log_app.beam +libexec/couchdb2/lib/couch_log-%%VERSION%%-RC1/ebin/couch_log_config.beam +libexec/couchdb2/lib/couch_log-%%VERSION%%-RC1/ebin/couch_log_config_dyn.beam +libexec/couchdb2/lib/couch_log-%%VERSION%%-RC1/ebin/couch_log_error_logger_h.beam +libexec/couchdb2/lib/couch_log-%%VERSION%%-RC1/ebin/couch_log_formatter.beam +libexec/couchdb2/lib/couch_log-%%VERSION%%-RC1/ebin/couch_log_monitor.beam +libexec/couchdb2/lib/couch_log-%%VERSION%%-RC1/ebin/couch_log_server.beam +libexec/couchdb2/lib/couch_log-%%VERSION%%-RC1/ebin/couch_log_sup.beam +libexec/couchdb2/lib/couch_log-%%VERSION%%-RC1/ebin/couch_log_trunc_io.beam +libexec/couchdb2/lib/couch_log-%%VERSION%%-RC1/ebin/couch_log_trunc_io_fmt.beam +libexec/couchdb2/lib/couch_log-%%VERSION%%-RC1/ebin/couch_log_util.beam +libexec/couchdb2/lib/couch_log-%%VERSION%%-RC1/ebin/couch_log_writer.beam +libexec/couchdb2/lib/couch_log-%%VERSION%%-RC1/ebin/couch_log_writer_file.beam +libexec/couchdb2/lib/couch_log-%%VERSION%%-RC1/ebin/couch_log_writer_stderr.beam +libexec/couchdb2/lib/couch_log-%%VERSION%%-RC1/ebin/couch_log_writer_syslog.beam +libexec/couchdb2/lib/couch_log-%%VERSION%%-RC1/include/couch_log.hrl +libexec/couchdb2/lib/couch_log-%%VERSION%%-RC1/priv/stats_descriptions.cfg +libexec/couchdb2/lib/couch_mrview-%%VERSION%%-RC1/ebin/couch_mrview.app +libexec/couchdb2/lib/couch_mrview-%%VERSION%%-RC1/ebin/couch_mrview.beam +libexec/couchdb2/lib/couch_mrview-%%VERSION%%-RC1/ebin/couch_mrview_changes.beam +libexec/couchdb2/lib/couch_mrview-%%VERSION%%-RC1/ebin/couch_mrview_cleanup.beam +libexec/couchdb2/lib/couch_mrview-%%VERSION%%-RC1/ebin/couch_mrview_compactor.beam +libexec/couchdb2/lib/couch_mrview-%%VERSION%%-RC1/ebin/couch_mrview_http.beam +libexec/couchdb2/lib/couch_mrview-%%VERSION%%-RC1/ebin/couch_mrview_index.beam +libexec/couchdb2/lib/couch_mrview-%%VERSION%%-RC1/ebin/couch_mrview_show.beam +libexec/couchdb2/lib/couch_mrview-%%VERSION%%-RC1/ebin/couch_mrview_test_util.beam +libexec/couchdb2/lib/couch_mrview-%%VERSION%%-RC1/ebin/couch_mrview_update_notifier.beam +libexec/couchdb2/lib/couch_mrview-%%VERSION%%-RC1/ebin/couch_mrview_updater.beam +libexec/couchdb2/lib/couch_mrview-%%VERSION%%-RC1/ebin/couch_mrview_util.beam +libexec/couchdb2/lib/couch_mrview-%%VERSION%%-RC1/include/couch_mrview.hrl +libexec/couchdb2/lib/couch_mrview-%%VERSION%%-RC1/priv/stats_descriptions.cfg +libexec/couchdb2/lib/couch_peruser-%%VERSION%%-RC1/ebin/couch_peruser.app +libexec/couchdb2/lib/couch_peruser-%%VERSION%%-RC1/ebin/couch_peruser.beam +libexec/couchdb2/lib/couch_peruser-%%VERSION%%-RC1/ebin/couch_peruser_app.beam +libexec/couchdb2/lib/couch_peruser-%%VERSION%%-RC1/ebin/couch_peruser_sup.beam +libexec/couchdb2/lib/couch_plugins-%%VERSION%%-RC1/ebin/couch_plugins.app +libexec/couchdb2/lib/couch_plugins-%%VERSION%%-RC1/ebin/couch_plugins.beam +libexec/couchdb2/lib/couch_plugins-%%VERSION%%-RC1/ebin/couch_plugins_httpd.beam +libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC1/ebin/couch_replicator.app +libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC1/ebin/couch_replicator.beam +libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC1/ebin/couch_replicator_api_wrap.beam +libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC1/ebin/couch_replicator_app.beam +libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC1/ebin/couch_replicator_auth.beam +libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC1/ebin/couch_replicator_auth_noop.beam +libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC1/ebin/couch_replicator_auth_session.beam +libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC1/ebin/couch_replicator_changes_reader.beam +libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC1/ebin/couch_replicator_clustering.beam +libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC1/ebin/couch_replicator_connection.beam +libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC1/ebin/couch_replicator_db_changes.beam +libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC1/ebin/couch_replicator_doc_processor.beam +libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC1/ebin/couch_replicator_doc_processor_worker.beam +libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC1/ebin/couch_replicator_docs.beam +libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC1/ebin/couch_replicator_fabric.beam +libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC1/ebin/couch_replicator_fabric_rpc.beam +libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC1/ebin/couch_replicator_filters.beam +libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC1/ebin/couch_replicator_httpc.beam +libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC1/ebin/couch_replicator_httpc_pool.beam +libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC1/ebin/couch_replicator_httpd.beam +libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC1/ebin/couch_replicator_httpd_util.beam +libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC1/ebin/couch_replicator_ids.beam +libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC1/ebin/couch_replicator_job_sup.beam +libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC1/ebin/couch_replicator_manager.beam +libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC1/ebin/couch_replicator_notifier.beam +libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC1/ebin/couch_replicator_rate_limiter.beam +libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC1/ebin/couch_replicator_rate_limiter_tables.beam +libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC1/ebin/couch_replicator_scheduler.beam +libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC1/ebin/couch_replicator_scheduler_job.beam +libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC1/ebin/couch_replicator_scheduler_sup.beam +libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC1/ebin/couch_replicator_stats.beam +libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC1/ebin/couch_replicator_sup.beam +libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC1/ebin/couch_replicator_utils.beam +libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC1/ebin/couch_replicator_worker.beam +libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC1/ebin/json_stream_parse.beam +libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC1/include/couch_replicator_api_wrap.hrl +libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC1/priv/stats_descriptions.cfg +libexec/couchdb2/lib/couch_stats-%%VERSION%%-RC1/ebin/couch_stats.app +libexec/couchdb2/lib/couch_stats-%%VERSION%%-RC1/ebin/couch_stats.beam +libexec/couchdb2/lib/couch_stats-%%VERSION%%-RC1/ebin/couch_stats_aggregator.beam +libexec/couchdb2/lib/couch_stats-%%VERSION%%-RC1/ebin/couch_stats_app.beam +libexec/couchdb2/lib/couch_stats-%%VERSION%%-RC1/ebin/couch_stats_httpd.beam +libexec/couchdb2/lib/couch_stats-%%VERSION%%-RC1/ebin/couch_stats_process_tracker.beam +libexec/couchdb2/lib/couch_stats-%%VERSION%%-RC1/ebin/couch_stats_sup.beam +libexec/couchdb2/lib/couch_stats-%%VERSION%%-RC1/priv/sample_descriptions.cfg +libexec/couchdb2/lib/ddoc_cache-%%VERSION%%-RC1/ebin/ddoc_cache.app +libexec/couchdb2/lib/ddoc_cache-%%VERSION%%-RC1/ebin/ddoc_cache.beam +libexec/couchdb2/lib/ddoc_cache-%%VERSION%%-RC1/ebin/ddoc_cache_app.beam +libexec/couchdb2/lib/ddoc_cache-%%VERSION%%-RC1/ebin/ddoc_cache_entry.beam +libexec/couchdb2/lib/ddoc_cache-%%VERSION%%-RC1/ebin/ddoc_cache_entry_custom.beam +libexec/couchdb2/lib/ddoc_cache-%%VERSION%%-RC1/ebin/ddoc_cache_entry_ddocid.beam +libexec/couchdb2/lib/ddoc_cache-%%VERSION%%-RC1/ebin/ddoc_cache_entry_ddocid_rev.beam +libexec/couchdb2/lib/ddoc_cache-%%VERSION%%-RC1/ebin/ddoc_cache_entry_validation_funs.beam +libexec/couchdb2/lib/ddoc_cache-%%VERSION%%-RC1/ebin/ddoc_cache_lru.beam +libexec/couchdb2/lib/ddoc_cache-%%VERSION%%-RC1/ebin/ddoc_cache_opener.beam +libexec/couchdb2/lib/ddoc_cache-%%VERSION%%-RC1/ebin/ddoc_cache_sup.beam +libexec/couchdb2/lib/ddoc_cache-%%VERSION%%-RC1/ebin/ddoc_cache_value.beam +libexec/couchdb2/lib/ddoc_cache-%%VERSION%%-RC1/priv/stats_descriptions.cfg libexec/couchdb2/lib/ets_lru-1.0.0/ebin/ets_lru.app libexec/couchdb2/lib/ets_lru-1.0.0/ebin/ets_lru.beam -libexec/couchdb2/lib/fabric-%%VERSION%%/ebin/fabric.app -libexec/couchdb2/lib/fabric-%%VERSION%%/ebin/fabric.beam -libexec/couchdb2/lib/fabric-%%VERSION%%/ebin/fabric_db_create.beam -libexec/couchdb2/lib/fabric-%%VERSION%%/ebin/fabric_db_delete.beam -libexec/couchdb2/lib/fabric-%%VERSION%%/ebin/fabric_db_doc_count.beam -libexec/couchdb2/lib/fabric-%%VERSION%%/ebin/fabric_db_info.beam -libexec/couchdb2/lib/fabric-%%VERSION%%/ebin/fabric_db_meta.beam -libexec/couchdb2/lib/fabric-%%VERSION%%/ebin/fabric_db_update_listener.beam -libexec/couchdb2/lib/fabric-%%VERSION%%/ebin/fabric_dict.beam -libexec/couchdb2/lib/fabric-%%VERSION%%/ebin/fabric_doc_attachments.beam -libexec/couchdb2/lib/fabric-%%VERSION%%/ebin/fabric_doc_atts.beam -libexec/couchdb2/lib/fabric-%%VERSION%%/ebin/fabric_doc_missing_revs.beam -libexec/couchdb2/lib/fabric-%%VERSION%%/ebin/fabric_doc_open.beam -libexec/couchdb2/lib/fabric-%%VERSION%%/ebin/fabric_doc_open_revs.beam -libexec/couchdb2/lib/fabric-%%VERSION%%/ebin/fabric_doc_update.beam -libexec/couchdb2/lib/fabric-%%VERSION%%/ebin/fabric_group_info.beam -libexec/couchdb2/lib/fabric-%%VERSION%%/ebin/fabric_rpc.beam -libexec/couchdb2/lib/fabric-%%VERSION%%/ebin/fabric_util.beam -libexec/couchdb2/lib/fabric-%%VERSION%%/ebin/fabric_view.beam -libexec/couchdb2/lib/fabric-%%VERSION%%/ebin/fabric_view_all_docs.beam -libexec/couchdb2/lib/fabric-%%VERSION%%/ebin/fabric_view_changes.beam -libexec/couchdb2/lib/fabric-%%VERSION%%/ebin/fabric_view_map.beam -libexec/couchdb2/lib/fabric-%%VERSION%%/ebin/fabric_view_reduce.beam -libexec/couchdb2/lib/fabric-%%VERSION%%/include/fabric.hrl -libexec/couchdb2/lib/fabric-%%VERSION%%/priv/stats_descriptions.cfg +libexec/couchdb2/lib/fabric-%%VERSION%%-RC1/ebin/fabric.app +libexec/couchdb2/lib/fabric-%%VERSION%%-RC1/ebin/fabric.beam +libexec/couchdb2/lib/fabric-%%VERSION%%-RC1/ebin/fabric_db_create.beam +libexec/couchdb2/lib/fabric-%%VERSION%%-RC1/ebin/fabric_db_delete.beam +libexec/couchdb2/lib/fabric-%%VERSION%%-RC1/ebin/fabric_db_doc_count.beam +libexec/couchdb2/lib/fabric-%%VERSION%%-RC1/ebin/fabric_db_info.beam +libexec/couchdb2/lib/fabric-%%VERSION%%-RC1/ebin/fabric_db_meta.beam +libexec/couchdb2/lib/fabric-%%VERSION%%-RC1/ebin/fabric_db_update_listener.beam +libexec/couchdb2/lib/fabric-%%VERSION%%-RC1/ebin/fabric_design_doc_count.beam +libexec/couchdb2/lib/fabric-%%VERSION%%-RC1/ebin/fabric_dict.beam +libexec/couchdb2/lib/fabric-%%VERSION%%-RC1/ebin/fabric_doc_attachments.beam +libexec/couchdb2/lib/fabric-%%VERSION%%-RC1/ebin/fabric_doc_atts.beam +libexec/couchdb2/lib/fabric-%%VERSION%%-RC1/ebin/fabric_doc_missing_revs.beam +libexec/couchdb2/lib/fabric-%%VERSION%%-RC1/ebin/fabric_doc_open.beam +libexec/couchdb2/lib/fabric-%%VERSION%%-RC1/ebin/fabric_doc_open_revs.beam +libexec/couchdb2/lib/fabric-%%VERSION%%-RC1/ebin/fabric_doc_purge.beam +libexec/couchdb2/lib/fabric-%%VERSION%%-RC1/ebin/fabric_doc_update.beam +libexec/couchdb2/lib/fabric-%%VERSION%%-RC1/ebin/fabric_group_info.beam +libexec/couchdb2/lib/fabric-%%VERSION%%-RC1/ebin/fabric_rpc.beam +libexec/couchdb2/lib/fabric-%%VERSION%%-RC1/ebin/fabric_util.beam +libexec/couchdb2/lib/fabric-%%VERSION%%-RC1/ebin/fabric_view.beam +libexec/couchdb2/lib/fabric-%%VERSION%%-RC1/ebin/fabric_view_all_docs.beam +libexec/couchdb2/lib/fabric-%%VERSION%%-RC1/ebin/fabric_view_changes.beam +libexec/couchdb2/lib/fabric-%%VERSION%%-RC1/ebin/fabric_view_map.beam +libexec/couchdb2/lib/fabric-%%VERSION%%-RC1/ebin/fabric_view_reduce.beam +libexec/couchdb2/lib/fabric-%%VERSION%%-RC1/include/fabric.hrl +libexec/couchdb2/lib/fabric-%%VERSION%%-RC1/priv/stats_descriptions.cfg libexec/couchdb2/lib/folsom-CouchDB-0.8.2/ebin/folsom.app libexec/couchdb2/lib/folsom-CouchDB-0.8.2/ebin/folsom.beam libexec/couchdb2/lib/folsom-CouchDB-0.8.2/ebin/folsom_ets.beam @@ -321,17 +314,17 @@ libexec/couchdb2/lib/folsom-CouchDB-0.8.2/ebin/folsom_ libexec/couchdb2/lib/folsom-CouchDB-0.8.2/ebin/folsom_utils.beam libexec/couchdb2/lib/folsom-CouchDB-0.8.2/ebin/folsom_vm_metrics.beam libexec/couchdb2/lib/folsom-CouchDB-0.8.2/include/folsom.hrl -libexec/couchdb2/lib/global_changes-%%VERSION%%/ebin/global_changes.app -libexec/couchdb2/lib/global_changes-%%VERSION%%/ebin/global_changes_app.beam -libexec/couchdb2/lib/global_changes-%%VERSION%%/ebin/global_changes_epi.beam -libexec/couchdb2/lib/global_changes-%%VERSION%%/ebin/global_changes_httpd.beam -libexec/couchdb2/lib/global_changes-%%VERSION%%/ebin/global_changes_httpd_handlers.beam -libexec/couchdb2/lib/global_changes-%%VERSION%%/ebin/global_changes_listener.beam -libexec/couchdb2/lib/global_changes-%%VERSION%%/ebin/global_changes_plugin.beam -libexec/couchdb2/lib/global_changes-%%VERSION%%/ebin/global_changes_server.beam -libexec/couchdb2/lib/global_changes-%%VERSION%%/ebin/global_changes_sup.beam -libexec/couchdb2/lib/global_changes-%%VERSION%%/ebin/global_changes_util.beam -libexec/couchdb2/lib/global_changes-%%VERSION%%/priv/stats_descriptions.cfg +libexec/couchdb2/lib/global_changes-%%VERSION%%-RC1/ebin/global_changes.app +libexec/couchdb2/lib/global_changes-%%VERSION%%-RC1/ebin/global_changes_app.beam +libexec/couchdb2/lib/global_changes-%%VERSION%%-RC1/ebin/global_changes_epi.beam +libexec/couchdb2/lib/global_changes-%%VERSION%%-RC1/ebin/global_changes_httpd.beam +libexec/couchdb2/lib/global_changes-%%VERSION%%-RC1/ebin/global_changes_httpd_handlers.beam +libexec/couchdb2/lib/global_changes-%%VERSION%%-RC1/ebin/global_changes_listener.beam +libexec/couchdb2/lib/global_changes-%%VERSION%%-RC1/ebin/global_changes_plugin.beam +libexec/couchdb2/lib/global_changes-%%VERSION%%-RC1/ebin/global_changes_server.beam +libexec/couchdb2/lib/global_changes-%%VERSION%%-RC1/ebin/global_changes_sup.beam +libexec/couchdb2/lib/global_changes-%%VERSION%%-RC1/ebin/global_changes_util.beam +libexec/couchdb2/lib/global_changes-%%VERSION%%-RC1/priv/stats_descriptions.cfg libexec/couchdb2/lib/hyper-1.0/ebin/hyper.app libexec/couchdb2/lib/hyper-1.0/ebin/hyper.beam libexec/couchdb2/lib/hyper-1.0/ebin/hyper_array.beam @@ -364,101 +357,103 @@ libexec/couchdb2/lib/jiffy-0.14.11/priv/jiffy.so libexec/couchdb2/lib/khash-1.0.1/ebin/khash.app libexec/couchdb2/lib/khash-1.0.1/ebin/khash.beam libexec/couchdb2/lib/khash-1.0.1/priv/khash.so -libexec/couchdb2/lib/mango-%%VERSION%%/ebin/mango.app -libexec/couchdb2/lib/mango-%%VERSION%%/ebin/mango_app.beam -libexec/couchdb2/lib/mango-%%VERSION%%/ebin/mango_crud.beam -libexec/couchdb2/lib/mango-%%VERSION%%/ebin/mango_cursor.beam -libexec/couchdb2/lib/mango-%%VERSION%%/ebin/mango_cursor_special.beam -libexec/couchdb2/lib/mango-%%VERSION%%/ebin/mango_cursor_text.beam -libexec/couchdb2/lib/mango-%%VERSION%%/ebin/mango_cursor_view.beam -libexec/couchdb2/lib/mango-%%VERSION%%/ebin/mango_doc.beam -libexec/couchdb2/lib/mango-%%VERSION%%/ebin/mango_epi.beam -libexec/couchdb2/lib/mango-%%VERSION%%/ebin/mango_error.beam -libexec/couchdb2/lib/mango-%%VERSION%%/ebin/mango_execution_stats.beam -libexec/couchdb2/lib/mango-%%VERSION%%/ebin/mango_fields.beam -libexec/couchdb2/lib/mango-%%VERSION%%/ebin/mango_httpd.beam -libexec/couchdb2/lib/mango-%%VERSION%%/ebin/mango_httpd_handlers.beam -libexec/couchdb2/lib/mango-%%VERSION%%/ebin/mango_idx.beam -libexec/couchdb2/lib/mango-%%VERSION%%/ebin/mango_idx_special.beam -libexec/couchdb2/lib/mango-%%VERSION%%/ebin/mango_idx_text.beam -libexec/couchdb2/lib/mango-%%VERSION%%/ebin/mango_idx_view.beam -libexec/couchdb2/lib/mango-%%VERSION%%/ebin/mango_json.beam -libexec/couchdb2/lib/mango-%%VERSION%%/ebin/mango_json_bookmark.beam -libexec/couchdb2/lib/mango-%%VERSION%%/ebin/mango_native_proc.beam -libexec/couchdb2/lib/mango-%%VERSION%%/ebin/mango_opts.beam -libexec/couchdb2/lib/mango-%%VERSION%%/ebin/mango_selector.beam -libexec/couchdb2/lib/mango-%%VERSION%%/ebin/mango_selector_text.beam -libexec/couchdb2/lib/mango-%%VERSION%%/ebin/mango_sort.beam -libexec/couchdb2/lib/mango-%%VERSION%%/ebin/mango_sup.beam -libexec/couchdb2/lib/mango-%%VERSION%%/ebin/mango_util.beam -libexec/couchdb2/lib/mem3-%%VERSION%%/ebin/mem3.app -libexec/couchdb2/lib/mem3-%%VERSION%%/ebin/mem3.beam -libexec/couchdb2/lib/mem3-%%VERSION%%/ebin/mem3_app.beam -libexec/couchdb2/lib/mem3-%%VERSION%%/ebin/mem3_cluster.beam -libexec/couchdb2/lib/mem3-%%VERSION%%/ebin/mem3_epi.beam -libexec/couchdb2/lib/mem3-%%VERSION%%/ebin/mem3_httpd.beam -libexec/couchdb2/lib/mem3-%%VERSION%%/ebin/mem3_httpd_handlers.beam -libexec/couchdb2/lib/mem3-%%VERSION%%/ebin/mem3_nodes.beam -libexec/couchdb2/lib/mem3-%%VERSION%%/ebin/mem3_rep.beam -libexec/couchdb2/lib/mem3-%%VERSION%%/ebin/mem3_rpc.beam -libexec/couchdb2/lib/mem3-%%VERSION%%/ebin/mem3_shards.beam -libexec/couchdb2/lib/mem3-%%VERSION%%/ebin/mem3_sup.beam -libexec/couchdb2/lib/mem3-%%VERSION%%/ebin/mem3_sync.beam -libexec/couchdb2/lib/mem3-%%VERSION%%/ebin/mem3_sync_event.beam -libexec/couchdb2/lib/mem3-%%VERSION%%/ebin/mem3_sync_event_listener.beam -libexec/couchdb2/lib/mem3-%%VERSION%%/ebin/mem3_sync_nodes.beam -libexec/couchdb2/lib/mem3-%%VERSION%%/ebin/mem3_sync_security.beam -libexec/couchdb2/lib/mem3-%%VERSION%%/ebin/mem3_util.beam -libexec/couchdb2/lib/mem3-%%VERSION%%/include/mem3.hrl -libexec/couchdb2/lib/mem3-%%VERSION%%/priv/stats_descriptions.cfg -libexec/couchdb2/lib/mochiweb-2.17.0/ebin/mochifmt.beam -libexec/couchdb2/lib/mochiweb-2.17.0/ebin/mochifmt_records.beam -libexec/couchdb2/lib/mochiweb-2.17.0/ebin/mochifmt_std.beam -libexec/couchdb2/lib/mochiweb-2.17.0/ebin/mochiglobal.beam -libexec/couchdb2/lib/mochiweb-2.17.0/ebin/mochihex.beam -libexec/couchdb2/lib/mochiweb-2.17.0/ebin/mochijson.beam -libexec/couchdb2/lib/mochiweb-2.17.0/ebin/mochijson2.beam -libexec/couchdb2/lib/mochiweb-2.17.0/ebin/mochilists.beam -libexec/couchdb2/lib/mochiweb-2.17.0/ebin/mochilogfile2.beam -libexec/couchdb2/lib/mochiweb-2.17.0/ebin/mochinum.beam -libexec/couchdb2/lib/mochiweb-2.17.0/ebin/mochitemp.beam -libexec/couchdb2/lib/mochiweb-2.17.0/ebin/mochiutf8.beam -libexec/couchdb2/lib/mochiweb-2.17.0/ebin/mochiweb.app -libexec/couchdb2/lib/mochiweb-2.17.0/ebin/mochiweb.beam -libexec/couchdb2/lib/mochiweb-2.17.0/ebin/mochiweb_acceptor.beam -libexec/couchdb2/lib/mochiweb-2.17.0/ebin/mochiweb_base64url.beam -libexec/couchdb2/lib/mochiweb-2.17.0/ebin/mochiweb_charref.beam -libexec/couchdb2/lib/mochiweb-2.17.0/ebin/mochiweb_clock.beam -libexec/couchdb2/lib/mochiweb-2.17.0/ebin/mochiweb_cookies.beam -libexec/couchdb2/lib/mochiweb-2.17.0/ebin/mochiweb_cover.beam -libexec/couchdb2/lib/mochiweb-2.17.0/ebin/mochiweb_echo.beam -libexec/couchdb2/lib/mochiweb-2.17.0/ebin/mochiweb_headers.beam -libexec/couchdb2/lib/mochiweb-2.17.0/ebin/mochiweb_html.beam -libexec/couchdb2/lib/mochiweb-2.17.0/ebin/mochiweb_http.beam -libexec/couchdb2/lib/mochiweb-2.17.0/ebin/mochiweb_io.beam -libexec/couchdb2/lib/mochiweb-2.17.0/ebin/mochiweb_mime.beam -libexec/couchdb2/lib/mochiweb-2.17.0/ebin/mochiweb_multipart.beam -libexec/couchdb2/lib/mochiweb-2.17.0/ebin/mochiweb_request.beam -libexec/couchdb2/lib/mochiweb-2.17.0/ebin/mochiweb_response.beam -libexec/couchdb2/lib/mochiweb-2.17.0/ebin/mochiweb_session.beam -libexec/couchdb2/lib/mochiweb-2.17.0/ebin/mochiweb_socket.beam -libexec/couchdb2/lib/mochiweb-2.17.0/ebin/mochiweb_socket_server.beam -libexec/couchdb2/lib/mochiweb-2.17.0/ebin/mochiweb_util.beam -libexec/couchdb2/lib/mochiweb-2.17.0/ebin/mochiweb_websocket.beam -libexec/couchdb2/lib/mochiweb-2.17.0/ebin/reloader.beam -libexec/couchdb2/lib/mochiweb-2.17.0/include/internal.hrl -libexec/couchdb2/lib/rexi-%%VERSION%%/ebin/rexi.app -libexec/couchdb2/lib/rexi-%%VERSION%%/ebin/rexi.beam -libexec/couchdb2/lib/rexi-%%VERSION%%/ebin/rexi_app.beam -libexec/couchdb2/lib/rexi-%%VERSION%%/ebin/rexi_buffer.beam -libexec/couchdb2/lib/rexi-%%VERSION%%/ebin/rexi_monitor.beam -libexec/couchdb2/lib/rexi-%%VERSION%%/ebin/rexi_server.beam -libexec/couchdb2/lib/rexi-%%VERSION%%/ebin/rexi_server_mon.beam -libexec/couchdb2/lib/rexi-%%VERSION%%/ebin/rexi_server_sup.beam -libexec/couchdb2/lib/rexi-%%VERSION%%/ebin/rexi_sup.beam -libexec/couchdb2/lib/rexi-%%VERSION%%/ebin/rexi_utils.beam -libexec/couchdb2/lib/rexi-%%VERSION%%/include/rexi.hrl -libexec/couchdb2/lib/rexi-%%VERSION%%/priv/stats_descriptions.cfg +libexec/couchdb2/lib/mango-%%VERSION%%-RC1/ebin/mango.app +libexec/couchdb2/lib/mango-%%VERSION%%-RC1/ebin/mango_app.beam +libexec/couchdb2/lib/mango-%%VERSION%%-RC1/ebin/mango_crud.beam +libexec/couchdb2/lib/mango-%%VERSION%%-RC1/ebin/mango_cursor.beam +libexec/couchdb2/lib/mango-%%VERSION%%-RC1/ebin/mango_cursor_special.beam +libexec/couchdb2/lib/mango-%%VERSION%%-RC1/ebin/mango_cursor_text.beam +libexec/couchdb2/lib/mango-%%VERSION%%-RC1/ebin/mango_cursor_view.beam +libexec/couchdb2/lib/mango-%%VERSION%%-RC1/ebin/mango_doc.beam +libexec/couchdb2/lib/mango-%%VERSION%%-RC1/ebin/mango_epi.beam +libexec/couchdb2/lib/mango-%%VERSION%%-RC1/ebin/mango_error.beam +libexec/couchdb2/lib/mango-%%VERSION%%-RC1/ebin/mango_execution_stats.beam +libexec/couchdb2/lib/mango-%%VERSION%%-RC1/ebin/mango_fields.beam +libexec/couchdb2/lib/mango-%%VERSION%%-RC1/ebin/mango_httpd.beam +libexec/couchdb2/lib/mango-%%VERSION%%-RC1/ebin/mango_httpd_handlers.beam +libexec/couchdb2/lib/mango-%%VERSION%%-RC1/ebin/mango_idx.beam +libexec/couchdb2/lib/mango-%%VERSION%%-RC1/ebin/mango_idx_special.beam +libexec/couchdb2/lib/mango-%%VERSION%%-RC1/ebin/mango_idx_text.beam +libexec/couchdb2/lib/mango-%%VERSION%%-RC1/ebin/mango_idx_view.beam +libexec/couchdb2/lib/mango-%%VERSION%%-RC1/ebin/mango_json.beam +libexec/couchdb2/lib/mango-%%VERSION%%-RC1/ebin/mango_json_bookmark.beam +libexec/couchdb2/lib/mango-%%VERSION%%-RC1/ebin/mango_native_proc.beam +libexec/couchdb2/lib/mango-%%VERSION%%-RC1/ebin/mango_opts.beam +libexec/couchdb2/lib/mango-%%VERSION%%-RC1/ebin/mango_selector.beam +libexec/couchdb2/lib/mango-%%VERSION%%-RC1/ebin/mango_selector_text.beam +libexec/couchdb2/lib/mango-%%VERSION%%-RC1/ebin/mango_sort.beam +libexec/couchdb2/lib/mango-%%VERSION%%-RC1/ebin/mango_sup.beam +libexec/couchdb2/lib/mango-%%VERSION%%-RC1/ebin/mango_util.beam +libexec/couchdb2/lib/mem3-%%VERSION%%-RC1/ebin/mem3.app +libexec/couchdb2/lib/mem3-%%VERSION%%-RC1/ebin/mem3.beam +libexec/couchdb2/lib/mem3-%%VERSION%%-RC1/ebin/mem3_app.beam +libexec/couchdb2/lib/mem3-%%VERSION%%-RC1/ebin/mem3_cluster.beam +libexec/couchdb2/lib/mem3-%%VERSION%%-RC1/ebin/mem3_epi.beam +libexec/couchdb2/lib/mem3-%%VERSION%%-RC1/ebin/mem3_httpd.beam +libexec/couchdb2/lib/mem3-%%VERSION%%-RC1/ebin/mem3_httpd_handlers.beam +libexec/couchdb2/lib/mem3-%%VERSION%%-RC1/ebin/mem3_nodes.beam +libexec/couchdb2/lib/mem3-%%VERSION%%-RC1/ebin/mem3_plugin_couch_db.beam +libexec/couchdb2/lib/mem3-%%VERSION%%-RC1/ebin/mem3_rep.beam +libexec/couchdb2/lib/mem3-%%VERSION%%-RC1/ebin/mem3_rpc.beam +libexec/couchdb2/lib/mem3-%%VERSION%%-RC1/ebin/mem3_seeds.beam +libexec/couchdb2/lib/mem3-%%VERSION%%-RC1/ebin/mem3_shards.beam +libexec/couchdb2/lib/mem3-%%VERSION%%-RC1/ebin/mem3_sup.beam +libexec/couchdb2/lib/mem3-%%VERSION%%-RC1/ebin/mem3_sync.beam +libexec/couchdb2/lib/mem3-%%VERSION%%-RC1/ebin/mem3_sync_event.beam +libexec/couchdb2/lib/mem3-%%VERSION%%-RC1/ebin/mem3_sync_event_listener.beam +libexec/couchdb2/lib/mem3-%%VERSION%%-RC1/ebin/mem3_sync_nodes.beam +libexec/couchdb2/lib/mem3-%%VERSION%%-RC1/ebin/mem3_sync_security.beam +libexec/couchdb2/lib/mem3-%%VERSION%%-RC1/ebin/mem3_util.beam +libexec/couchdb2/lib/mem3-%%VERSION%%-RC1/include/mem3.hrl +libexec/couchdb2/lib/mem3-%%VERSION%%-RC1/priv/stats_descriptions.cfg +libexec/couchdb2/lib/mochiweb-2.18.0/ebin/mochifmt.beam +libexec/couchdb2/lib/mochiweb-2.18.0/ebin/mochifmt_records.beam +libexec/couchdb2/lib/mochiweb-2.18.0/ebin/mochifmt_std.beam +libexec/couchdb2/lib/mochiweb-2.18.0/ebin/mochiglobal.beam +libexec/couchdb2/lib/mochiweb-2.18.0/ebin/mochihex.beam +libexec/couchdb2/lib/mochiweb-2.18.0/ebin/mochijson.beam +libexec/couchdb2/lib/mochiweb-2.18.0/ebin/mochijson2.beam +libexec/couchdb2/lib/mochiweb-2.18.0/ebin/mochilists.beam +libexec/couchdb2/lib/mochiweb-2.18.0/ebin/mochilogfile2.beam +libexec/couchdb2/lib/mochiweb-2.18.0/ebin/mochinum.beam +libexec/couchdb2/lib/mochiweb-2.18.0/ebin/mochitemp.beam +libexec/couchdb2/lib/mochiweb-2.18.0/ebin/mochiutf8.beam +libexec/couchdb2/lib/mochiweb-2.18.0/ebin/mochiweb.app +libexec/couchdb2/lib/mochiweb-2.18.0/ebin/mochiweb.beam +libexec/couchdb2/lib/mochiweb-2.18.0/ebin/mochiweb_acceptor.beam +libexec/couchdb2/lib/mochiweb-2.18.0/ebin/mochiweb_base64url.beam +libexec/couchdb2/lib/mochiweb-2.18.0/ebin/mochiweb_charref.beam +libexec/couchdb2/lib/mochiweb-2.18.0/ebin/mochiweb_clock.beam +libexec/couchdb2/lib/mochiweb-2.18.0/ebin/mochiweb_cookies.beam +libexec/couchdb2/lib/mochiweb-2.18.0/ebin/mochiweb_cover.beam +libexec/couchdb2/lib/mochiweb-2.18.0/ebin/mochiweb_echo.beam +libexec/couchdb2/lib/mochiweb-2.18.0/ebin/mochiweb_headers.beam +libexec/couchdb2/lib/mochiweb-2.18.0/ebin/mochiweb_html.beam +libexec/couchdb2/lib/mochiweb-2.18.0/ebin/mochiweb_http.beam +libexec/couchdb2/lib/mochiweb-2.18.0/ebin/mochiweb_io.beam +libexec/couchdb2/lib/mochiweb-2.18.0/ebin/mochiweb_mime.beam +libexec/couchdb2/lib/mochiweb-2.18.0/ebin/mochiweb_multipart.beam +libexec/couchdb2/lib/mochiweb-2.18.0/ebin/mochiweb_request.beam +libexec/couchdb2/lib/mochiweb-2.18.0/ebin/mochiweb_response.beam +libexec/couchdb2/lib/mochiweb-2.18.0/ebin/mochiweb_session.beam +libexec/couchdb2/lib/mochiweb-2.18.0/ebin/mochiweb_socket.beam +libexec/couchdb2/lib/mochiweb-2.18.0/ebin/mochiweb_socket_server.beam +libexec/couchdb2/lib/mochiweb-2.18.0/ebin/mochiweb_util.beam +libexec/couchdb2/lib/mochiweb-2.18.0/ebin/mochiweb_websocket.beam +libexec/couchdb2/lib/mochiweb-2.18.0/ebin/reloader.beam +libexec/couchdb2/lib/mochiweb-2.18.0/include/internal.hrl +libexec/couchdb2/lib/rexi-%%VERSION%%-RC1/ebin/rexi.app +libexec/couchdb2/lib/rexi-%%VERSION%%-RC1/ebin/rexi.beam +libexec/couchdb2/lib/rexi-%%VERSION%%-RC1/ebin/rexi_app.beam +libexec/couchdb2/lib/rexi-%%VERSION%%-RC1/ebin/rexi_buffer.beam +libexec/couchdb2/lib/rexi-%%VERSION%%-RC1/ebin/rexi_monitor.beam +libexec/couchdb2/lib/rexi-%%VERSION%%-RC1/ebin/rexi_server.beam +libexec/couchdb2/lib/rexi-%%VERSION%%-RC1/ebin/rexi_server_mon.beam +libexec/couchdb2/lib/rexi-%%VERSION%%-RC1/ebin/rexi_server_sup.beam +libexec/couchdb2/lib/rexi-%%VERSION%%-RC1/ebin/rexi_sup.beam +libexec/couchdb2/lib/rexi-%%VERSION%%-RC1/ebin/rexi_utils.beam +libexec/couchdb2/lib/rexi-%%VERSION%%-RC1/include/rexi.hrl +libexec/couchdb2/lib/rexi-%%VERSION%%-RC1/priv/stats_descriptions.cfg libexec/couchdb2/lib/setup-1/ebin/setup.app libexec/couchdb2/lib/setup-1/ebin/setup.beam libexec/couchdb2/lib/setup-1/ebin/setup_app.beam @@ -469,6 +464,7 @@ libexec/couchdb2/lib/setup-1/ebin/setup_sup.beam libexec/couchdb2/lib/snappy-1.0.5/ebin/snappy.app libexec/couchdb2/lib/snappy-1.0.5/ebin/snappy.beam libexec/couchdb2/lib/snappy-1.0.5/priv/snappy_nif.so +@comment erlang release libexec/couchdb2/releases/%%VERSION%%/couchdb.boot libexec/couchdb2/releases/%%VERSION%%/couchdb.rel libexec/couchdb2/releases/%%VERSION%%/couchdb.script @@ -492,7 +488,11 @@ man/man1/apachecouchdb.1.gz %%PORTDOCS%%%%WWWDIR%%/docs/_images/intro-why-01.png %%PORTDOCS%%%%WWWDIR%%/docs/_images/intro-why-02.png %%PORTDOCS%%%%WWWDIR%%/docs/_images/intro-why-03.png +%%PORTDOCS%%%%WWWDIR%%/docs/_images/purge-checkpoint-docs.png %%PORTDOCS%%%%WWWDIR%%/docs/_images/replication-state-diagram.svg +%%PORTDOCS%%%%WWWDIR%%/docs/_images/rev-tree1.png +%%PORTDOCS%%%%WWWDIR%%/docs/_images/rev-tree2.png +%%PORTDOCS%%%%WWWDIR%%/docs/_images/rev-tree3.png %%PORTDOCS%%%%WWWDIR%%/docs/_images/views-intro-01.png %%PORTDOCS%%%%WWWDIR%%/docs/_images/views-intro-02.png %%PORTDOCS%%%%WWWDIR%%/docs/_images/views-intro-03.png @@ -525,11 +525,11 @@ man/man1/apachecouchdb.1.gz %%PORTDOCS%%%%WWWDIR%%/docs/_sources/best-practices/forms.txt %%PORTDOCS%%%%WWWDIR%%/docs/_sources/best-practices/index.txt %%PORTDOCS%%%%WWWDIR%%/docs/_sources/best-practices/jsdevel.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/best-practices/nginx.txt +%%PORTDOCS%%%%WWWDIR%%/docs/_sources/best-practices/reverse-proxies.txt %%PORTDOCS%%%%WWWDIR%%/docs/_sources/cluster/databases.txt %%PORTDOCS%%%%WWWDIR%%/docs/_sources/cluster/index.txt %%PORTDOCS%%%%WWWDIR%%/docs/_sources/cluster/nodes.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/cluster/setup.txt +%%PORTDOCS%%%%WWWDIR%%/docs/_sources/cluster/purging.txt %%PORTDOCS%%%%WWWDIR%%/docs/_sources/cluster/sharding.txt %%PORTDOCS%%%%WWWDIR%%/docs/_sources/cluster/theory.txt %%PORTDOCS%%%%WWWDIR%%/docs/_sources/config/auth.txt @@ -537,7 +537,6 @@ man/man1/apachecouchdb.1.gz %%PORTDOCS%%%%WWWDIR%%/docs/_sources/config/compaction.txt %%PORTDOCS%%%%WWWDIR%%/docs/_sources/config/couch-peruser.txt %%PORTDOCS%%%%WWWDIR%%/docs/_sources/config/couchdb.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/config/http-handlers.txt %%PORTDOCS%%%%WWWDIR%%/docs/_sources/config/http.txt %%PORTDOCS%%%%WWWDIR%%/docs/_sources/config/index.txt %%PORTDOCS%%%%WWWDIR%%/docs/_sources/config/intro.txt @@ -556,6 +555,7 @@ man/man1/apachecouchdb.1.gz %%PORTDOCS%%%%WWWDIR%%/docs/_sources/cve/2014-2668.txt %%PORTDOCS%%%%WWWDIR%%/docs/_sources/cve/2017-12635.txt %%PORTDOCS%%%%WWWDIR%%/docs/_sources/cve/2017-12636.txt +%%PORTDOCS%%%%WWWDIR%%/docs/_sources/cve/2018-11769.txt %%PORTDOCS%%%%WWWDIR%%/docs/_sources/cve/2018-8007.txt %%PORTDOCS%%%%WWWDIR%%/docs/_sources/cve/index.txt %%PORTDOCS%%%%WWWDIR%%/docs/_sources/ddocs/ddocs.txt @@ -574,7 +574,6 @@ man/man1/apachecouchdb.1.gz %%PORTDOCS%%%%WWWDIR%%/docs/_sources/install/freebsd.txt %%PORTDOCS%%%%WWWDIR%%/docs/_sources/install/index.txt %%PORTDOCS%%%%WWWDIR%%/docs/_sources/install/mac.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/install/setup.txt %%PORTDOCS%%%%WWWDIR%%/docs/_sources/install/snap.txt %%PORTDOCS%%%%WWWDIR%%/docs/_sources/install/troubleshooting.txt %%PORTDOCS%%%%WWWDIR%%/docs/_sources/install/unix.txt @@ -601,6 +600,9 @@ man/man1/apachecouchdb.1.gz %%PORTDOCS%%%%WWWDIR%%/docs/_sources/replication/intro.txt %%PORTDOCS%%%%WWWDIR%%/docs/_sources/replication/protocol.txt %%PORTDOCS%%%%WWWDIR%%/docs/_sources/replication/replicator.txt +%%PORTDOCS%%%%WWWDIR%%/docs/_sources/setup/cluster.txt +%%PORTDOCS%%%%WWWDIR%%/docs/_sources/setup/index.txt +%%PORTDOCS%%%%WWWDIR%%/docs/_sources/setup/single-node.txt %%PORTDOCS%%%%WWWDIR%%/docs/_sources/whatsnew/0.10.txt %%PORTDOCS%%%%WWWDIR%%/docs/_sources/whatsnew/0.11.txt %%PORTDOCS%%%%WWWDIR%%/docs/_sources/whatsnew/0.8.txt @@ -616,6 +618,7 @@ man/man1/apachecouchdb.1.gz %%PORTDOCS%%%%WWWDIR%%/docs/_sources/whatsnew/2.0.txt %%PORTDOCS%%%%WWWDIR%%/docs/_sources/whatsnew/2.1.txt %%PORTDOCS%%%%WWWDIR%%/docs/_sources/whatsnew/2.2.txt +%%PORTDOCS%%%%WWWDIR%%/docs/_sources/whatsnew/2.3.txt %%PORTDOCS%%%%WWWDIR%%/docs/_sources/whatsnew/index.txt %%PORTDOCS%%%%WWWDIR%%/docs/_static/ajax-loader.gif %%PORTDOCS%%%%WWWDIR%%/docs/_static/basic.css @@ -699,11 +702,11 @@ man/man1/apachecouchdb.1.gz %%PORTDOCS%%%%WWWDIR%%/docs/best-practices/forms.html %%PORTDOCS%%%%WWWDIR%%/docs/best-practices/index.html %%PORTDOCS%%%%WWWDIR%%/docs/best-practices/jsdevel.html -%%PORTDOCS%%%%WWWDIR%%/docs/best-practices/nginx.html +%%PORTDOCS%%%%WWWDIR%%/docs/best-practices/reverse-proxies.html %%PORTDOCS%%%%WWWDIR%%/docs/cluster/databases.html %%PORTDOCS%%%%WWWDIR%%/docs/cluster/index.html %%PORTDOCS%%%%WWWDIR%%/docs/cluster/nodes.html -%%PORTDOCS%%%%WWWDIR%%/docs/cluster/setup.html +%%PORTDOCS%%%%WWWDIR%%/docs/cluster/purging.html %%PORTDOCS%%%%WWWDIR%%/docs/cluster/sharding.html %%PORTDOCS%%%%WWWDIR%%/docs/cluster/theory.html %%PORTDOCS%%%%WWWDIR%%/docs/config-ref.html @@ -712,7 +715,6 @@ man/man1/apachecouchdb.1.gz %%PORTDOCS%%%%WWWDIR%%/docs/config/compaction.html %%PORTDOCS%%%%WWWDIR%%/docs/config/couch-peruser.html %%PORTDOCS%%%%WWWDIR%%/docs/config/couchdb.html -%%PORTDOCS%%%%WWWDIR%%/docs/config/http-handlers.html %%PORTDOCS%%%%WWWDIR%%/docs/config/http.html %%PORTDOCS%%%%WWWDIR%%/docs/config/index.html %%PORTDOCS%%%%WWWDIR%%/docs/config/intro.html @@ -731,6 +733,7 @@ man/man1/apachecouchdb.1.gz %%PORTDOCS%%%%WWWDIR%%/docs/cve/2014-2668.html %%PORTDOCS%%%%WWWDIR%%/docs/cve/2017-12635.html %%PORTDOCS%%%%WWWDIR%%/docs/cve/2017-12636.html +%%PORTDOCS%%%%WWWDIR%%/docs/cve/2018-11769.html %%PORTDOCS%%%%WWWDIR%%/docs/cve/2018-8007.html %%PORTDOCS%%%%WWWDIR%%/docs/cve/index.html %%PORTDOCS%%%%WWWDIR%%/docs/ddocs/ddocs.html @@ -751,7 +754,6 @@ man/man1/apachecouchdb.1.gz %%PORTDOCS%%%%WWWDIR%%/docs/install/freebsd.html %%PORTDOCS%%%%WWWDIR%%/docs/install/index.html %%PORTDOCS%%%%WWWDIR%%/docs/install/mac.html -%%PORTDOCS%%%%WWWDIR%%/docs/install/setup.html %%PORTDOCS%%%%WWWDIR%%/docs/install/snap.html %%PORTDOCS%%%%WWWDIR%%/docs/install/troubleshooting.html %%PORTDOCS%%%%WWWDIR%%/docs/install/unix.html @@ -781,6 +783,9 @@ man/man1/apachecouchdb.1.gz %%PORTDOCS%%%%WWWDIR%%/docs/replication/replicator.html %%PORTDOCS%%%%WWWDIR%%/docs/search.html %%PORTDOCS%%%%WWWDIR%%/docs/searchindex.js +%%PORTDOCS%%%%WWWDIR%%/docs/setup/cluster.html +%%PORTDOCS%%%%WWWDIR%%/docs/setup/index.html +%%PORTDOCS%%%%WWWDIR%%/docs/setup/single-node.html %%PORTDOCS%%%%WWWDIR%%/docs/whatsnew/0.10.html %%PORTDOCS%%%%WWWDIR%%/docs/whatsnew/0.11.html %%PORTDOCS%%%%WWWDIR%%/docs/whatsnew/0.8.html @@ -796,9 +801,10 @@ man/man1/apachecouchdb.1.gz %%PORTDOCS%%%%WWWDIR%%/docs/whatsnew/2.0.html %%PORTDOCS%%%%WWWDIR%%/docs/whatsnew/2.1.html %%PORTDOCS%%%%WWWDIR%%/docs/whatsnew/2.2.html +%%PORTDOCS%%%%WWWDIR%%/docs/whatsnew/2.3.html %%PORTDOCS%%%%WWWDIR%%/docs/whatsnew/index.html @comment fauxton core UI -%%WWWDIR%%/dashboard.assets/css/styles.1f6328d51322a984c80b.css +%%WWWDIR%%/dashboard.assets/css/styles.f23ccd7c635c16f6deb2.css %%WWWDIR%%/dashboard.assets/fonts/fauxtonicon5.eot %%WWWDIR%%/dashboard.assets/fonts/fauxtonicon5.ttf %%WWWDIR%%/dashboard.assets/fonts/fauxtonicon5.woff @@ -816,8 +822,8 @@ man/man1/apachecouchdb.1.gz %%WWWDIR%%/dashboard.assets/img/linkedin.png %%WWWDIR%%/dashboard.assets/img/loader.gif %%WWWDIR%%/dashboard.assets/img/twitter.png -%%WWWDIR%%/dashboard.assets/js/bundle.1f6328d51322a984c80b.js -%%WWWDIR%%/dashboard.assets/js/manifest.8f0fd5ce084b9546751b.js -%%WWWDIR%%/dashboard.assets/js/vendor.5381c7f6ce38ae144ceb.js +%%WWWDIR%%/dashboard.assets/js/bundle.f23ccd7c635c16f6deb2.js +%%WWWDIR%%/dashboard.assets/js/manifest.a154524a560e5f6f431b.js +%%WWWDIR%%/dashboard.assets/js/vendor.ad636a617801d128f019.js %%WWWDIR%%/favicon.ico %%WWWDIR%%/index.html From owner-svn-ports-branches@freebsd.org Mon Dec 10 12:22:11 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 760E713247D7; Mon, 10 Dec 2018 12:22:11 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 14EDA763ED; Mon, 10 Dec 2018 12:22:11 +0000 (UTC) (envelope-from bhughes@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EA17E1FD9C; Mon, 10 Dec 2018 12:22:10 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBACMAiW087978; Mon, 10 Dec 2018 12:22:10 GMT (envelope-from bhughes@FreeBSD.org) Received: (from bhughes@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBACMAdt087973; Mon, 10 Dec 2018 12:22:10 GMT (envelope-from bhughes@FreeBSD.org) Message-Id: <201812101222.wBACMAdt087973@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhughes set sender to bhughes@FreeBSD.org using -f From: "Bradley T. Hughes" Date: Mon, 10 Dec 2018 12:22:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r487160 - branches/2018Q4/www/node6 X-SVN-Group: ports-branches X-SVN-Commit-Author: bhughes X-SVN-Commit-Paths: branches/2018Q4/www/node6 X-SVN-Commit-Revision: 487160 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 14EDA763ED X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.96)[-0.959,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.99)[-0.990,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 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, 10 Dec 2018 12:22:11 -0000 Author: bhughes Date: Mon Dec 10 12:22:10 2018 New Revision: 487160 URL: https://svnweb.freebsd.org/changeset/ports/487160 Log: MFH: r487154 www/node6: Update 6.14.4_1 -> 6.15.1 This is a security release addressing multiple vulnerabilities. Node.js 6.15.0 addresses the vulnerabilities, and 6.15.1 addresses an issue with the fix for CVE-2018-12122. Users are recommended to upgrade as soon as possible. https://nodejs.org/en/blog/vulnerability/november-2018-security-releases/ https://nodejs.org/en/blog/release/v6.15.0/ https://nodejs.org/en/blog/release/v6.15.1/ Security: 2a86f45a-fc3c-11e8-a414-00155d006b02 Sponsored by: Miles AS Approved by: ports-secteam (miwi) Modified: branches/2018Q4/www/node6/Makefile branches/2018Q4/www/node6/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/www/node6/Makefile ============================================================================== --- branches/2018Q4/www/node6/Makefile Mon Dec 10 12:12:55 2018 (r487159) +++ branches/2018Q4/www/node6/Makefile Mon Dec 10 12:22:10 2018 (r487160) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= node -PORTVERSION= 6.14.4 +PORTVERSION= 6.15.1 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ Modified: branches/2018Q4/www/node6/distinfo ============================================================================== --- branches/2018Q4/www/node6/distinfo Mon Dec 10 12:12:55 2018 (r487159) +++ branches/2018Q4/www/node6/distinfo Mon Dec 10 12:22:10 2018 (r487160) @@ -1,3 +1,3 @@ -TIMESTAMP = 1535227100 -SHA256 (node-v6.14.4.tar.gz) = 10aff5317908af04107e9ae26a07a84ee11a213657701df05c189afa4586cf37 -SIZE (node-v6.14.4.tar.gz) = 27219503 +TIMESTAMP = 1544115985 +SHA256 (node-v6.15.1.tar.gz) = 3e08c82c95ab32f476199369e894b48d70cbaaaa12c1b67f60584c618a6eb0ca +SIZE (node-v6.15.1.tar.gz) = 27230428 From owner-svn-ports-branches@freebsd.org Mon Dec 10 12:24:52 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 61D1E13248CE; Mon, 10 Dec 2018 12:24:52 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0686976549; Mon, 10 Dec 2018 12:24:52 +0000 (UTC) (envelope-from bhughes@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DBB181FDC0; Mon, 10 Dec 2018 12:24:51 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBACOpOc090667; Mon, 10 Dec 2018 12:24:51 GMT (envelope-from bhughes@FreeBSD.org) Received: (from bhughes@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBACOpVB090666; Mon, 10 Dec 2018 12:24:51 GMT (envelope-from bhughes@FreeBSD.org) Message-Id: <201812101224.wBACOpVB090666@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhughes set sender to bhughes@FreeBSD.org using -f From: "Bradley T. Hughes" Date: Mon, 10 Dec 2018 12:24:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r487161 - branches/2018Q4/www/node8 X-SVN-Group: ports-branches X-SVN-Commit-Author: bhughes X-SVN-Commit-Paths: branches/2018Q4/www/node8 X-SVN-Commit-Revision: 487161 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0686976549 X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_LONG(-0.99)[-0.990,0]; NEURAL_HAM_SHORT(-0.96)[-0.959,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 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, 10 Dec 2018 12:24:52 -0000 Author: bhughes Date: Mon Dec 10 12:24:51 2018 New Revision: 487161 URL: https://svnweb.freebsd.org/changeset/ports/487161 Log: MFH: r487155 www/node8: Update 8.13.0 -> 8.14.0 This is a security release addressing multiple vulnerabilities. Users are recommended to upgrade as soon as possible. https://nodejs.org/en/blog/vulnerability/november-2018-security-releases/ https://nodejs.org/en/blog/release/v8.14.0/ Security: 2a86f45a-fc3c-11e8-a414-00155d006b02 Sponsored by: Miles AS Approved by: ports-secteam (miwi) Modified: branches/2018Q4/www/node8/Makefile branches/2018Q4/www/node8/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/www/node8/Makefile ============================================================================== --- branches/2018Q4/www/node8/Makefile Mon Dec 10 12:22:10 2018 (r487160) +++ branches/2018Q4/www/node8/Makefile Mon Dec 10 12:24:51 2018 (r487161) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= node -PORTVERSION= 8.12.0 +PORTVERSION= 8.14.0 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ Modified: branches/2018Q4/www/node8/distinfo ============================================================================== --- branches/2018Q4/www/node8/distinfo Mon Dec 10 12:22:10 2018 (r487160) +++ branches/2018Q4/www/node8/distinfo Mon Dec 10 12:24:51 2018 (r487161) @@ -1,3 +1,3 @@ -TIMESTAMP = 1536784572 -SHA256 (node-v8.12.0.tar.gz) = b4797843136edd9195c28221a1680ae52c29d867fc5fc1c99f7d6e2f2126a67b -SIZE (node-v8.12.0.tar.gz) = 30393516 +TIMESTAMP = 1544115973 +SHA256 (node-v8.14.0.tar.gz) = c49f4d2223be9f2d2d73a131e9a25d9668b7ec2c1319d28c3c3658ff503b720c +SIZE (node-v8.14.0.tar.gz) = 30598067 From owner-svn-ports-branches@freebsd.org Mon Dec 10 20:49:37 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E2BA0133341E; Mon, 10 Dec 2018 20:49:36 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9031B6E34A; Mon, 10 Dec 2018 20:49:36 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5418724FFD; Mon, 10 Dec 2018 20:49:36 +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 wBAKnahX052546; Mon, 10 Dec 2018 20:49:36 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBAKnYI3052538; Mon, 10 Dec 2018 20:49:34 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201812102049.wBAKnYI3052538@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 10 Dec 2018 20:49:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r487200 - in branches/2018Q4: Mk Mk/Uses www/firefox www/firefox-i18n www/firefox/files X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2018Q4: Mk Mk/Uses www/firefox www/firefox-i18n www/firefox/files X-SVN-Commit-Revision: 487200 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 9031B6E34A X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.98)[-0.984,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 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, 10 Dec 2018 20:49:37 -0000 Author: jbeich Date: Mon Dec 10 20:49:34 2018 New Revision: 487200 URL: https://svnweb.freebsd.org/changeset/ports/487200 Log: MFH: r486573 r486574 r486575 r486734 r486823 www/firefox: update to 64.0 Changes: https://www.mozilla.org/firefox/64.0/releasenotes/ PR: 233028 Security: d10b49b2-8d02-49e8-afde-0844626317af Approved by: ports-secteam (miwi) Differential Revision: https://reviews.freebsd.org/D17871 Added: branches/2018Q4/www/firefox/files/patch-bug1507655 - copied unchanged from r486573, head/www/firefox/files/patch-bug1507655 Modified: branches/2018Q4/Mk/Uses/gecko.mk branches/2018Q4/Mk/bsd.gecko.mk branches/2018Q4/www/firefox-i18n/Makefile branches/2018Q4/www/firefox-i18n/distinfo branches/2018Q4/www/firefox/Makefile branches/2018Q4/www/firefox/distinfo branches/2018Q4/www/firefox/files/patch-bug847568 Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/Mk/Uses/gecko.mk ============================================================================== --- branches/2018Q4/Mk/Uses/gecko.mk Mon Dec 10 20:15:49 2018 (r487199) +++ branches/2018Q4/Mk/Uses/gecko.mk Mon Dec 10 20:49:34 2018 (r487200) @@ -22,12 +22,12 @@ _GECKO_VERSION= ${gecko_ARGS:M[0-9][0-9]*} .if ${gecko_ARGS:Mfirefox} _GECKO_DEFAULT_VERSION= 60 -_GECKO_VERSIONS= 60 63 +_GECKO_VERSIONS= 60 64 _GECKO_TYPE= firefox # Dependence lines for different Firefox versions 60_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox-esr -63_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox +64_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox .if exists(${LOCALBASE}/bin/firefox) _GECKO_INSTALLED_VER!= ${PKG_QUERY} %v firefox firefox-esr Modified: branches/2018Q4/Mk/bsd.gecko.mk ============================================================================== --- branches/2018Q4/Mk/bsd.gecko.mk Mon Dec 10 20:15:49 2018 (r487199) +++ branches/2018Q4/Mk/bsd.gecko.mk Mon Dec 10 20:49:34 2018 (r487200) @@ -117,6 +117,10 @@ BUILD_DEPENDS+= rust-cbindgen>=0.6.2:devel/rust-cbindg node:www/node .endif +.if ${MOZILLA_VER:R:R} < 64 +MOZ_OPTIONS+= --enable-pie +.endif + .if ${OPSYS} == FreeBSD && ${OSREL} == 11.1 && ${MOZILLA_VER:R:R} < 49 LLD_UNSAFE= yes .endif @@ -267,8 +271,7 @@ MOZ_OPTIONS+= \ --enable-chrome-format=${MOZ_CHROME} \ --enable-default-toolkit=${MOZ_TOOLKIT} \ --enable-update-channel=${MOZ_CHANNEL} \ - --disable-updater \ - --enable-pie + --disable-updater # others MOZ_OPTIONS+= --with-system-zlib \ --with-system-bz2 Modified: branches/2018Q4/www/firefox-i18n/Makefile ============================================================================== --- branches/2018Q4/www/firefox-i18n/Makefile Mon Dec 10 20:15:49 2018 (r487199) +++ branches/2018Q4/www/firefox-i18n/Makefile Mon Dec 10 20:49:34 2018 (r487200) @@ -2,10 +2,11 @@ # $FreeBSD$ PORTNAME= firefox-i18n -PORTVERSION= 63.0.3 +PORTVERSION= 64.0 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-i686/xpi \ - MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build4/linux-i686/xpi + MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build3/linux-i686/xpi PKGNAMEPREFIX= DISTFILES= ${FIREFOX_I18N_:S/$/.xpi/} DIST_SUBDIR= xpi/${DISTNAME} @@ -15,7 +16,7 @@ COMMENT= Localized interface for Firefox EXTRACT_DEPENDS= zip:archivers/zip -USES= zip:infozip gecko:firefox,63,build +USES= zip:infozip gecko:firefox,64,build USE_XPI= firefox NO_ARCH= yes Modified: branches/2018Q4/www/firefox-i18n/distinfo ============================================================================== --- branches/2018Q4/www/firefox-i18n/distinfo Mon Dec 10 20:15:49 2018 (r487199) +++ branches/2018Q4/www/firefox-i18n/distinfo Mon Dec 10 20:49:34 2018 (r487200) @@ -1,199 +1,199 @@ -TIMESTAMP = 1542325261 -SHA256 (xpi/firefox-i18n-63.0.3/ach.xpi) = 133a31ec9eda6f5eb0bfa38b0f319cfaf5c4176ff619a8a505e71af4a7f365fb -SIZE (xpi/firefox-i18n-63.0.3/ach.xpi) = 455083 -SHA256 (xpi/firefox-i18n-63.0.3/af.xpi) = 6d60477b462c45cb4e038e2b00aa4a31c7f4bbe138a1db14a7c4bb303848595b -SIZE (xpi/firefox-i18n-63.0.3/af.xpi) = 437909 -SHA256 (xpi/firefox-i18n-63.0.3/an.xpi) = f12854a4c2ccbb2b81cc0cafe838c9f1a545e912e34b9319b7f3af9ce7061629 -SIZE (xpi/firefox-i18n-63.0.3/an.xpi) = 474544 -SHA256 (xpi/firefox-i18n-63.0.3/ar.xpi) = a0ae3906017de26370466cea30c43c7286d0b46acbb8fecfc61a86c97b616f6b -SIZE (xpi/firefox-i18n-63.0.3/ar.xpi) = 513466 -SHA256 (xpi/firefox-i18n-63.0.3/as.xpi) = 6798a1a6aec24e48ae494a4f057c45e3b7ea31488fd7eed486ba1816f442e3b3 -SIZE (xpi/firefox-i18n-63.0.3/as.xpi) = 482194 -SHA256 (xpi/firefox-i18n-63.0.3/ast.xpi) = 362cc17e42bc625b8514135ebbe7042ba94074d978f750594035c409a2f3ebb7 -SIZE (xpi/firefox-i18n-63.0.3/ast.xpi) = 465658 -SHA256 (xpi/firefox-i18n-63.0.3/az.xpi) = e91aabf17a379952750066881acc09aa3dc65082ebc101e08e279d48c382af54 -SIZE (xpi/firefox-i18n-63.0.3/az.xpi) = 490944 -SHA256 (xpi/firefox-i18n-63.0.3/be.xpi) = f514fab6434fa23f9adaa1c52ff9067f2c87c5d8c6396ebbacac6aefc42904cb -SIZE (xpi/firefox-i18n-63.0.3/be.xpi) = 549296 -SHA256 (xpi/firefox-i18n-63.0.3/bg.xpi) = 671f94406a40b7dd2c2adb2fb913cf42b7bf41717c44e81bfe522dd856e30988 -SIZE (xpi/firefox-i18n-63.0.3/bg.xpi) = 523533 -SHA256 (xpi/firefox-i18n-63.0.3/bn-BD.xpi) = 4759803e520bbfe1d9db2289409b1e5734c8de19e696802eb1f43b72b092beab -SIZE (xpi/firefox-i18n-63.0.3/bn-BD.xpi) = 548599 -SHA256 (xpi/firefox-i18n-63.0.3/bn-IN.xpi) = d7afc0782af3833e97f2ce711b2d9f4e55aeaf5df8efbb9b1382b45ac0b1f2dd -SIZE (xpi/firefox-i18n-63.0.3/bn-IN.xpi) = 516019 -SHA256 (xpi/firefox-i18n-63.0.3/br.xpi) = c1bd25609ef30d86173e0df3e8e99bd6dbff6ef40b0f098052968346bec236d4 -SIZE (xpi/firefox-i18n-63.0.3/br.xpi) = 474387 -SHA256 (xpi/firefox-i18n-63.0.3/bs.xpi) = eff1783e942af1193510e63651f41ed9c191c1a47c44e5d77a8469229b74e493 -SIZE (xpi/firefox-i18n-63.0.3/bs.xpi) = 472890 -SHA256 (xpi/firefox-i18n-63.0.3/ca.xpi) = c3b5c3113e311ef375150613057cedd81aa8e69ad1bac7496ea9266640e7e739 -SIZE (xpi/firefox-i18n-63.0.3/ca.xpi) = 469252 -SHA256 (xpi/firefox-i18n-63.0.3/cak.xpi) = ad78a6ad161386695a2825cd3edc41379c414876f53a270a7071d04737b82564 -SIZE (xpi/firefox-i18n-63.0.3/cak.xpi) = 502721 -SHA256 (xpi/firefox-i18n-63.0.3/cs.xpi) = 72f59287425933bfc824184dfe7447f4cad341404a2324b9f36cf3086fb5c83f -SIZE (xpi/firefox-i18n-63.0.3/cs.xpi) = 489313 -SHA256 (xpi/firefox-i18n-63.0.3/cy.xpi) = 7a9477642f7b054b1e24fa5d5b9d59ea26438ef45aeb8e3313547186b4e1cd17 -SIZE (xpi/firefox-i18n-63.0.3/cy.xpi) = 481075 -SHA256 (xpi/firefox-i18n-63.0.3/da.xpi) = 377e98788e41f5a3a000b41d9339d2f37e497914885a00320859f85d42fdb79d -SIZE (xpi/firefox-i18n-63.0.3/da.xpi) = 481842 -SHA256 (xpi/firefox-i18n-63.0.3/de.xpi) = 14bd321b737a79523f28ce5d9ba37df985e5e260f2b183be66f9674b112f5802 -SIZE (xpi/firefox-i18n-63.0.3/de.xpi) = 491988 -SHA256 (xpi/firefox-i18n-63.0.3/dsb.xpi) = 5ffd4a6e2a908612fcf55662f573b8b51e928957ac58a6b07a8be36d4b794321 -SIZE (xpi/firefox-i18n-63.0.3/dsb.xpi) = 500879 -SHA256 (xpi/firefox-i18n-63.0.3/el.xpi) = e452895005fd3c35697f610f56aeafe9d3d1eeaed64ef5f0a9efb9a1a5383a27 -SIZE (xpi/firefox-i18n-63.0.3/el.xpi) = 558446 -SHA256 (xpi/firefox-i18n-63.0.3/en-CA.xpi) = 7d02b7f5cf55ef803a731031bc1d53d9e9a279096a6df7c8726feb4355834a9f -SIZE (xpi/firefox-i18n-63.0.3/en-CA.xpi) = 450715 -SHA256 (xpi/firefox-i18n-63.0.3/en-GB.xpi) = 73f6fc1ce107695a5fdd4f3eb5a7f3b462ea08b0a3912356f5050328332962ac -SIZE (xpi/firefox-i18n-63.0.3/en-GB.xpi) = 442415 -SHA256 (xpi/firefox-i18n-63.0.3/en-US.xpi) = 4a0d0e51d27edb1148c91e0cdd106e4c663e67ce04fc3db559bcf0d8830c447c -SIZE (xpi/firefox-i18n-63.0.3/en-US.xpi) = 425479 -SHA256 (xpi/firefox-i18n-63.0.3/en-ZA.xpi) = c3a3184aeeb6eab44e1a353caa79a5bc6c7e620c7fd3ba8c9b386811cfcece67 -SIZE (xpi/firefox-i18n-63.0.3/en-ZA.xpi) = 427851 -SHA256 (xpi/firefox-i18n-63.0.3/eo.xpi) = 58478371f7dad87b673494af6d17b654ce04a6c419c8b6d5dd37f4682eef80bb -SIZE (xpi/firefox-i18n-63.0.3/eo.xpi) = 478965 -SHA256 (xpi/firefox-i18n-63.0.3/es-AR.xpi) = 52cb334d461cd010377cfd35213cbe065435168dd7a5ef1d85570e3985b8fae9 -SIZE (xpi/firefox-i18n-63.0.3/es-AR.xpi) = 486916 -SHA256 (xpi/firefox-i18n-63.0.3/es-CL.xpi) = 09a6f406be1a71c9b28da92aca02b6cb12ca84ed26fe8dfe88adacd293d1dba9 -SIZE (xpi/firefox-i18n-63.0.3/es-CL.xpi) = 487572 -SHA256 (xpi/firefox-i18n-63.0.3/es-ES.xpi) = c8ba72016e05fb2ab40064a57feda7964bfbd394aac11b384688ccefe4b7b558 -SIZE (xpi/firefox-i18n-63.0.3/es-ES.xpi) = 431431 -SHA256 (xpi/firefox-i18n-63.0.3/es-MX.xpi) = 2e6b5a78e7def20c6c00cfd8d1c1be84df4e62dba23e05f13aa52a0e7e7fc81c -SIZE (xpi/firefox-i18n-63.0.3/es-MX.xpi) = 490505 -SHA256 (xpi/firefox-i18n-63.0.3/et.xpi) = 62eb5ba195bfb11f001b875910c76c0fce320da711e7ced8c7b06ae31cfcf2f1 -SIZE (xpi/firefox-i18n-63.0.3/et.xpi) = 469970 -SHA256 (xpi/firefox-i18n-63.0.3/eu.xpi) = 2ed251ec4bd183b0086e777a01992048d31271ec9bf9869d5a070bab81cb3b84 -SIZE (xpi/firefox-i18n-63.0.3/eu.xpi) = 478606 -SHA256 (xpi/firefox-i18n-63.0.3/fa.xpi) = ba66475a7a152b35f22454074a4160da2c52c229c2fb60ca515bd5a020829969 -SIZE (xpi/firefox-i18n-63.0.3/fa.xpi) = 529582 -SHA256 (xpi/firefox-i18n-63.0.3/ff.xpi) = 30ccae32050ccaba4f3bdd7f017f57f0eef6b75e2e0666be7a8999791cc4193b -SIZE (xpi/firefox-i18n-63.0.3/ff.xpi) = 467973 -SHA256 (xpi/firefox-i18n-63.0.3/fi.xpi) = 79ee324aa4358fc494e70e05bd0948355d79688e9fa3b74591a0489c44d7b483 -SIZE (xpi/firefox-i18n-63.0.3/fi.xpi) = 467883 -SHA256 (xpi/firefox-i18n-63.0.3/fr.xpi) = cea47e257be67838302e37821fd59e837fe68d30022b7006dab93e3dcafb84a6 -SIZE (xpi/firefox-i18n-63.0.3/fr.xpi) = 496629 -SHA256 (xpi/firefox-i18n-63.0.3/fy-NL.xpi) = e5114e840017814a3709f2924e6d9372892d4fdcaf441fc57724707033d6732f -SIZE (xpi/firefox-i18n-63.0.3/fy-NL.xpi) = 485368 -SHA256 (xpi/firefox-i18n-63.0.3/ga-IE.xpi) = 02843dfed7c2994ff6455df1f064555a5ac8486dbff00b2380442f3a1da5320a -SIZE (xpi/firefox-i18n-63.0.3/ga-IE.xpi) = 479146 -SHA256 (xpi/firefox-i18n-63.0.3/gd.xpi) = 707104938e8508dad8b9566e09571522e1a5bdb34cda6b6f534b468f3296d987 -SIZE (xpi/firefox-i18n-63.0.3/gd.xpi) = 484591 -SHA256 (xpi/firefox-i18n-63.0.3/gl.xpi) = 096c923791bcc08579973427fb63e3e1b14008747b5ba33dae51bf0896f1d177 -SIZE (xpi/firefox-i18n-63.0.3/gl.xpi) = 455902 -SHA256 (xpi/firefox-i18n-63.0.3/gn.xpi) = 48c865af74a1c6b2f54878575f124ec424f9bc1c9fdf62ca57c4c4096c715f0d -SIZE (xpi/firefox-i18n-63.0.3/gn.xpi) = 496363 -SHA256 (xpi/firefox-i18n-63.0.3/gu-IN.xpi) = 816284bf26a9b0a1ab7d34a146eee722591635c88cde12b0b22b026828c90804 -SIZE (xpi/firefox-i18n-63.0.3/gu-IN.xpi) = 556303 -SHA256 (xpi/firefox-i18n-63.0.3/he.xpi) = 82405ba755711962e430e3f26eb8906044067ca51167d33ed435e74f4fd4698b -SIZE (xpi/firefox-i18n-63.0.3/he.xpi) = 486232 -SHA256 (xpi/firefox-i18n-63.0.3/hi-IN.xpi) = 518c56f8bf6658b997956543f6bf90f721397c79786b4b1a82bcc550d51f27ea -SIZE (xpi/firefox-i18n-63.0.3/hi-IN.xpi) = 545392 -SHA256 (xpi/firefox-i18n-63.0.3/hr.xpi) = 55c737c0ea6fc74bb49a2ae58d2e66fcf7068a2d16014d878191fe3c10a5b6b8 -SIZE (xpi/firefox-i18n-63.0.3/hr.xpi) = 468499 -SHA256 (xpi/firefox-i18n-63.0.3/hsb.xpi) = 7eb1617935706ff6f217af84901593f36c8b804677359e57dc0263a32d36be9b -SIZE (xpi/firefox-i18n-63.0.3/hsb.xpi) = 500688 -SHA256 (xpi/firefox-i18n-63.0.3/hu.xpi) = 0dd11f24d4708bbd365afa14824af9d034871455b4b39aa9016a85cca2ab62ad -SIZE (xpi/firefox-i18n-63.0.3/hu.xpi) = 497766 -SHA256 (xpi/firefox-i18n-63.0.3/hy-AM.xpi) = 335dc44396a272ded14d59ac8e8be2f3b1ab44478680b1ecf8f1e8561ef2cc00 -SIZE (xpi/firefox-i18n-63.0.3/hy-AM.xpi) = 525186 -SHA256 (xpi/firefox-i18n-63.0.3/ia.xpi) = f52b1a2f7de012ca992ee8f9657e5ba8556ccbe4800ef5f28304fc005bb5e069 -SIZE (xpi/firefox-i18n-63.0.3/ia.xpi) = 474989 -SHA256 (xpi/firefox-i18n-63.0.3/id.xpi) = a16e59f8fe24ea8e250d35b6e3bd9f4f3288a35a65c63a22d9c50a26e8451de0 -SIZE (xpi/firefox-i18n-63.0.3/id.xpi) = 468256 -SHA256 (xpi/firefox-i18n-63.0.3/is.xpi) = 3ae1bc07c94a05e209dec8e04a87035026fe64141944586d77ed088fa5f104f1 -SIZE (xpi/firefox-i18n-63.0.3/is.xpi) = 467334 -SHA256 (xpi/firefox-i18n-63.0.3/it.xpi) = 8a3b970adfac445bc18e9051f3dc5910e3649112e618381eaeef991fc50a6cea -SIZE (xpi/firefox-i18n-63.0.3/it.xpi) = 351086 -SHA256 (xpi/firefox-i18n-63.0.3/ja.xpi) = 9017b89abe511039143cb48045e8dddc61791ce1675ffa560a079eeeda67d066 -SIZE (xpi/firefox-i18n-63.0.3/ja.xpi) = 501998 -SHA256 (xpi/firefox-i18n-63.0.3/ka.xpi) = fcb51dc8ff33eb7836bbc30b3b1c9de1cf3cb296105c867c4565eb334fed919d -SIZE (xpi/firefox-i18n-63.0.3/ka.xpi) = 517231 -SHA256 (xpi/firefox-i18n-63.0.3/kab.xpi) = cd6e861266b2e0de2cb49fa3c9ed4e9e5b779d2ad672769ed0abfbb441bb2a30 -SIZE (xpi/firefox-i18n-63.0.3/kab.xpi) = 490517 -SHA256 (xpi/firefox-i18n-63.0.3/kk.xpi) = fb3b470673af37d57e0458ada6c505fe4d08107b37bf271b098653435e1b8803 -SIZE (xpi/firefox-i18n-63.0.3/kk.xpi) = 546393 -SHA256 (xpi/firefox-i18n-63.0.3/km.xpi) = c6469cd91f07c845759db65eb9600ec4a6b0acad9d036bb6c2a157c753ee751c -SIZE (xpi/firefox-i18n-63.0.3/km.xpi) = 530633 -SHA256 (xpi/firefox-i18n-63.0.3/kn.xpi) = e3b2b389a82c47bef00f9e5458097ebaecbb7150dc8f4890cd626da6225d2acc -SIZE (xpi/firefox-i18n-63.0.3/kn.xpi) = 536462 -SHA256 (xpi/firefox-i18n-63.0.3/ko.xpi) = 9527759ae962a504ff5d3c2c8194273beae0906ef9d125957de3788f00bb1ccc -SIZE (xpi/firefox-i18n-63.0.3/ko.xpi) = 496524 -SHA256 (xpi/firefox-i18n-63.0.3/lij.xpi) = 5c40ab1a51ab5143e08700df6c57b3d57379a054c5d45a1876ebe5daa0ee4105 -SIZE (xpi/firefox-i18n-63.0.3/lij.xpi) = 478457 -SHA256 (xpi/firefox-i18n-63.0.3/lt.xpi) = 9a950d9252d096c2fd88d8cdeed693f835b01f661ce277faf14a52c5bd96348d -SIZE (xpi/firefox-i18n-63.0.3/lt.xpi) = 501126 -SHA256 (xpi/firefox-i18n-63.0.3/lv.xpi) = 5097ecdb31910563f8ee0cd267147ada40167c5f218817044f560cd9e66e6413 -SIZE (xpi/firefox-i18n-63.0.3/lv.xpi) = 489160 -SHA256 (xpi/firefox-i18n-63.0.3/mai.xpi) = f0baf8541b365445cc9ae8e2ff86c73ba90fb11a7f4b1aeae42489a79a52f6df -SIZE (xpi/firefox-i18n-63.0.3/mai.xpi) = 498741 -SHA256 (xpi/firefox-i18n-63.0.3/mk.xpi) = 45cc56fa796b8357348d77035454dfbf7bf7edd43b3e1eee0db323cedf6a1761 -SIZE (xpi/firefox-i18n-63.0.3/mk.xpi) = 463728 -SHA256 (xpi/firefox-i18n-63.0.3/ml.xpi) = d7366db105776fb9b560a9649a709d22f0af51b3e23d282d395061e495cae09d -SIZE (xpi/firefox-i18n-63.0.3/ml.xpi) = 546428 -SHA256 (xpi/firefox-i18n-63.0.3/mr.xpi) = 6bbb6cc2e1409bf1e9b47bb8a09dcb3831fdc01c0554ac70a5d3908c90122790 -SIZE (xpi/firefox-i18n-63.0.3/mr.xpi) = 538970 -SHA256 (xpi/firefox-i18n-63.0.3/ms.xpi) = f1cbbdd4c5478fc94c283fb20fe83e6dbd7e971ed26c2e9bfb7f5db3a088cb99 -SIZE (xpi/firefox-i18n-63.0.3/ms.xpi) = 471526 -SHA256 (xpi/firefox-i18n-63.0.3/my.xpi) = 144dbfab5a6b72520c07bbe3080de28a13427d522d9cbde750bb0d062376c2ba -SIZE (xpi/firefox-i18n-63.0.3/my.xpi) = 516684 -SHA256 (xpi/firefox-i18n-63.0.3/nb-NO.xpi) = 3849a4ff407628fc6980c8b5a76e35d8cdc11f213b26657c948bcdab3f2db800 -SIZE (xpi/firefox-i18n-63.0.3/nb-NO.xpi) = 470895 -SHA256 (xpi/firefox-i18n-63.0.3/ne-NP.xpi) = 3c58272b8d115af9748811b1d962507379ce2c5a4eebc0bc315572a926b97a0f -SIZE (xpi/firefox-i18n-63.0.3/ne-NP.xpi) = 508080 -SHA256 (xpi/firefox-i18n-63.0.3/nl.xpi) = c4664366d401df4bc0710bf7ad2e7f6a3cdc3591fbe3f509a91374812b58f3f8 -SIZE (xpi/firefox-i18n-63.0.3/nl.xpi) = 460042 -SHA256 (xpi/firefox-i18n-63.0.3/nn-NO.xpi) = d5bf65a8f4e5279d08dda798e8d9dd6380a16ee5cbbe96e680fe65b1ff531a49 -SIZE (xpi/firefox-i18n-63.0.3/nn-NO.xpi) = 469113 -SHA256 (xpi/firefox-i18n-63.0.3/oc.xpi) = 789323f14ee2c89bd9105cf8f4c0e87a75300d20169fced32117076633b7d344 -SIZE (xpi/firefox-i18n-63.0.3/oc.xpi) = 482911 -SHA256 (xpi/firefox-i18n-63.0.3/or.xpi) = 435f79e0b4399d0a99c766a65b243194f299cafbb17b98b4d6ea8cdf4bf9b4db -SIZE (xpi/firefox-i18n-63.0.3/or.xpi) = 489361 -SHA256 (xpi/firefox-i18n-63.0.3/pa-IN.xpi) = 010ff111b72e74470697411c90023b1333f1369d028aefba8cbffe2a1ac5d7ff -SIZE (xpi/firefox-i18n-63.0.3/pa-IN.xpi) = 508191 -SHA256 (xpi/firefox-i18n-63.0.3/pl.xpi) = f84cc74ec6b2e30c9b82f8d479bf02fca3c016a6c13c3d39470329a217155b4a -SIZE (xpi/firefox-i18n-63.0.3/pl.xpi) = 379306 -SHA256 (xpi/firefox-i18n-63.0.3/pt-BR.xpi) = 72064d54939a43b790c842124c0a4cf07f281cd1d021aa4e1c57e494d2d29efa -SIZE (xpi/firefox-i18n-63.0.3/pt-BR.xpi) = 471902 -SHA256 (xpi/firefox-i18n-63.0.3/pt-PT.xpi) = 6663036a129cbd90198f424732302eb3889d8992466c5989751466c611d848ce -SIZE (xpi/firefox-i18n-63.0.3/pt-PT.xpi) = 485596 -SHA256 (xpi/firefox-i18n-63.0.3/rm.xpi) = 9ed36fd9b4d4fc6f2241106b885b173b559a3e8a1ee7aa4215befb21ee1a72e3 -SIZE (xpi/firefox-i18n-63.0.3/rm.xpi) = 475828 -SHA256 (xpi/firefox-i18n-63.0.3/ro.xpi) = 070ea96f27c06db3bfc4847ae160b5da8484c0d2f5a8ab987be124904e49e3c0 -SIZE (xpi/firefox-i18n-63.0.3/ro.xpi) = 472568 -SHA256 (xpi/firefox-i18n-63.0.3/ru.xpi) = f16b8e1f6cc00e9cfabe6e85131528d6c3481fcbf10b54018af1ff6a347513c2 -SIZE (xpi/firefox-i18n-63.0.3/ru.xpi) = 543429 -SHA256 (xpi/firefox-i18n-63.0.3/si.xpi) = 8c449f610eef3815f484ac319726d4b0d81c9ff0a34cd36da3e44a52737fd373 -SIZE (xpi/firefox-i18n-63.0.3/si.xpi) = 492577 -SHA256 (xpi/firefox-i18n-63.0.3/sk.xpi) = 43b9ce02b704688b94f46e4caa63f033d2f41e57b4ee64e2a3fd1f5154c0c9e1 -SIZE (xpi/firefox-i18n-63.0.3/sk.xpi) = 500227 -SHA256 (xpi/firefox-i18n-63.0.3/sl.xpi) = b0ef14f3d558eab46c50294beb5d9b172cf4c5186758fac91770fae5dc8bf8c7 -SIZE (xpi/firefox-i18n-63.0.3/sl.xpi) = 482003 -SHA256 (xpi/firefox-i18n-63.0.3/son.xpi) = 45bbe7ba73b7500c31b985821daef1afa74e94064733f592b3a96121f9837c93 -SIZE (xpi/firefox-i18n-63.0.3/son.xpi) = 452799 -SHA256 (xpi/firefox-i18n-63.0.3/sq.xpi) = 6a007f99623cbf19d0deee82e5d3cff7c6d4a5b584874cc34536d04361df522e -SIZE (xpi/firefox-i18n-63.0.3/sq.xpi) = 492310 -SHA256 (xpi/firefox-i18n-63.0.3/sr.xpi) = 631882baa642575b51cdea8505417a754e6c54e8a3b8de52d898db0e1dd85f23 -SIZE (xpi/firefox-i18n-63.0.3/sr.xpi) = 507257 -SHA256 (xpi/firefox-i18n-63.0.3/sv-SE.xpi) = 9f7b360951bef787411f5bef3446cb0a607fd508a4140bf20272b9458d179086 -SIZE (xpi/firefox-i18n-63.0.3/sv-SE.xpi) = 481625 -SHA256 (xpi/firefox-i18n-63.0.3/ta.xpi) = c4a03399d5839d5f70b5dc84522461fc32f65d31ecfec3acceef2ae0dc9a720f -SIZE (xpi/firefox-i18n-63.0.3/ta.xpi) = 533418 -SHA256 (xpi/firefox-i18n-63.0.3/te.xpi) = 1dee514b2682c7a161ecc2c0e2601e1331fec844d252dc42f7dcd1898994b87e -SIZE (xpi/firefox-i18n-63.0.3/te.xpi) = 545789 -SHA256 (xpi/firefox-i18n-63.0.3/th.xpi) = f5eed40ac638af044a767fb0dacc2f532496f619d3a4c37fff680f12df5d0e2d -SIZE (xpi/firefox-i18n-63.0.3/th.xpi) = 519006 -SHA256 (xpi/firefox-i18n-63.0.3/tr.xpi) = 98a8797f0ec4616b0d5c2a33587347e59b5b7d772f11b95fcde9cb6ebd76b95c -SIZE (xpi/firefox-i18n-63.0.3/tr.xpi) = 491288 -SHA256 (xpi/firefox-i18n-63.0.3/uk.xpi) = 04d5244e5f46b3862dc14ec3cba44803f2e9c00e62e16cdf8afa929d3223ae37 -SIZE (xpi/firefox-i18n-63.0.3/uk.xpi) = 548378 -SHA256 (xpi/firefox-i18n-63.0.3/ur.xpi) = b5877006327605d57996bd856ecf3d38c442b13bc4989e6660f66328ad13fd06 -SIZE (xpi/firefox-i18n-63.0.3/ur.xpi) = 525516 -SHA256 (xpi/firefox-i18n-63.0.3/uz.xpi) = bebba4decb4cbd6954ac1bc6424abc5cdbeed0c22b7ab5f72d3d5ae35d7d3dfc -SIZE (xpi/firefox-i18n-63.0.3/uz.xpi) = 469357 -SHA256 (xpi/firefox-i18n-63.0.3/vi.xpi) = b635ca6a5f27b612d9779d55560bd9b414be802daaa5dd3be1307ae20604edd8 -SIZE (xpi/firefox-i18n-63.0.3/vi.xpi) = 489043 -SHA256 (xpi/firefox-i18n-63.0.3/xh.xpi) = b8f51991b82bb255f17a8f28aa0b457bda42925e004f27695a7be518f2b96809 -SIZE (xpi/firefox-i18n-63.0.3/xh.xpi) = 466840 -SHA256 (xpi/firefox-i18n-63.0.3/zh-CN.xpi) = c5108e03edc50df28bb38b3af18d2f6fb3726b76104719d2b95d0432819d2d20 -SIZE (xpi/firefox-i18n-63.0.3/zh-CN.xpi) = 504055 -SHA256 (xpi/firefox-i18n-63.0.3/zh-TW.xpi) = c52f63a9ad26abdc9eded3f78a14b6c9a93790225505ff760a7ed169962b3eb0 -SIZE (xpi/firefox-i18n-63.0.3/zh-TW.xpi) = 507002 +TIMESTAMP = 1544151497 +SHA256 (xpi/firefox-i18n-64.0/ach.xpi) = f7892be24ac5ef42c22edf86a012e95e25502c5c5f737f54f8b9c63173857372 +SIZE (xpi/firefox-i18n-64.0/ach.xpi) = 455463 +SHA256 (xpi/firefox-i18n-64.0/af.xpi) = 7ef092a89156e88d11c67574d56f36c0e711021fc82536562c4f62bd1f707e0f +SIZE (xpi/firefox-i18n-64.0/af.xpi) = 431976 +SHA256 (xpi/firefox-i18n-64.0/an.xpi) = eeefe78961a3c0b51dac647f9e57858c11e68831b51f6c5831c7a0b375797521 +SIZE (xpi/firefox-i18n-64.0/an.xpi) = 473568 +SHA256 (xpi/firefox-i18n-64.0/ar.xpi) = 13f8d3f342b4b36b5bfd43468bedcf84e576cd7c39ca25cbcc39d94f37a3f671 +SIZE (xpi/firefox-i18n-64.0/ar.xpi) = 513398 +SHA256 (xpi/firefox-i18n-64.0/as.xpi) = 27a3014d5309f9a9e75633bb30cde0468c3f96e1a6083186f1bdb6961f7f113e +SIZE (xpi/firefox-i18n-64.0/as.xpi) = 478291 +SHA256 (xpi/firefox-i18n-64.0/ast.xpi) = 1304896adead0aa137a92efb31e6ea5fc08ecf834eb473dc19d4fae00769790c +SIZE (xpi/firefox-i18n-64.0/ast.xpi) = 461828 +SHA256 (xpi/firefox-i18n-64.0/az.xpi) = 5694a4d92272202e033f0b675ecfeea11594b8f1ad72e291888a87e366e8aa6a +SIZE (xpi/firefox-i18n-64.0/az.xpi) = 490034 +SHA256 (xpi/firefox-i18n-64.0/be.xpi) = a5faf2dbadd4e02dd091c1d4e5ab081d15a81c5e94be6de417656ec4671bf41d +SIZE (xpi/firefox-i18n-64.0/be.xpi) = 553257 +SHA256 (xpi/firefox-i18n-64.0/bg.xpi) = b0e29cc4524f06ca76d28831f6a998668aa6d05d3d54ea089c704e98bccf2ea9 +SIZE (xpi/firefox-i18n-64.0/bg.xpi) = 523739 +SHA256 (xpi/firefox-i18n-64.0/bn-BD.xpi) = b1db2f78a91ffd26d9d507990b90d03d85c189386645e5a941e551ed7a0f42b7 +SIZE (xpi/firefox-i18n-64.0/bn-BD.xpi) = 541873 +SHA256 (xpi/firefox-i18n-64.0/bn-IN.xpi) = 2d8e5b653fbb3558bff174b0c3719471838f0725127b596c96a6d515da71b5c9 +SIZE (xpi/firefox-i18n-64.0/bn-IN.xpi) = 528978 +SHA256 (xpi/firefox-i18n-64.0/br.xpi) = 62045a918544b5993defe7567e5e7e8521ffe74812bc0fbbb17be62a0b59ec47 +SIZE (xpi/firefox-i18n-64.0/br.xpi) = 479238 +SHA256 (xpi/firefox-i18n-64.0/bs.xpi) = fdfb7b9a220a38c3190f160a8cd0591f0d8aa6c235d6a765d8779473a52951f2 +SIZE (xpi/firefox-i18n-64.0/bs.xpi) = 471750 +SHA256 (xpi/firefox-i18n-64.0/ca.xpi) = 70834220149e07d6724dc5014257fe73e888eef69d1a91ef629ca060a7f133d5 +SIZE (xpi/firefox-i18n-64.0/ca.xpi) = 469698 +SHA256 (xpi/firefox-i18n-64.0/cak.xpi) = ea3fc352224300a815bdea8f9e21803b96333f00d1a5f3cd3d298558c9a89076 +SIZE (xpi/firefox-i18n-64.0/cak.xpi) = 506033 +SHA256 (xpi/firefox-i18n-64.0/cs.xpi) = 3e7dc361d22cce7edcf76737ae933c6fc1055f8b5de3ed818d951399337eed0f +SIZE (xpi/firefox-i18n-64.0/cs.xpi) = 494715 +SHA256 (xpi/firefox-i18n-64.0/cy.xpi) = 55c04bb8d52f17d76753fb8f86028e18b6a2ca5c2d31372cd702811f426abecd +SIZE (xpi/firefox-i18n-64.0/cy.xpi) = 484374 +SHA256 (xpi/firefox-i18n-64.0/da.xpi) = 7e65181d73225429007c10e55d7df58c112ca3d98ff07e161cdf32bda3771e2e +SIZE (xpi/firefox-i18n-64.0/da.xpi) = 486848 +SHA256 (xpi/firefox-i18n-64.0/de.xpi) = 77a083106fa0d5ac093cda891d1dbd0d1cdbff5d7b2052af4afb371ed7981175 +SIZE (xpi/firefox-i18n-64.0/de.xpi) = 494533 +SHA256 (xpi/firefox-i18n-64.0/dsb.xpi) = 65bf177d7329c30ce40a39d7361a339ecfea14f365b2fc743789b19536c72f40 +SIZE (xpi/firefox-i18n-64.0/dsb.xpi) = 504229 +SHA256 (xpi/firefox-i18n-64.0/el.xpi) = 67c2156fa4780082c17a4a7bd6b0edaed446ea2465f47afbe0568ea6183b4681 +SIZE (xpi/firefox-i18n-64.0/el.xpi) = 558813 +SHA256 (xpi/firefox-i18n-64.0/en-CA.xpi) = cd11eba938c0ebfd42bd1a1e80f1ff3108ad78f88c56d48eb13b0522329b509f +SIZE (xpi/firefox-i18n-64.0/en-CA.xpi) = 454068 +SHA256 (xpi/firefox-i18n-64.0/en-GB.xpi) = 879d9544cea983d17b8206c37bb7833a6a423fbe73b142f280dd6b3d7c61581b +SIZE (xpi/firefox-i18n-64.0/en-GB.xpi) = 440963 +SHA256 (xpi/firefox-i18n-64.0/en-US.xpi) = de9dc47b1f56c8a9a6f4164ca33b22c00e2bed80f1e8553a8a7ed1c45383d9e7 +SIZE (xpi/firefox-i18n-64.0/en-US.xpi) = 413609 +SHA256 (xpi/firefox-i18n-64.0/en-ZA.xpi) = ae61c96e7046beeb692f8fed5be4787bc5bac704ce001bf80672ee93a7a281fe +SIZE (xpi/firefox-i18n-64.0/en-ZA.xpi) = 424501 +SHA256 (xpi/firefox-i18n-64.0/eo.xpi) = 9224b4f6cd16a642804619a143502c2d485af8f389fac2f1b403faed55c9f34d +SIZE (xpi/firefox-i18n-64.0/eo.xpi) = 482461 +SHA256 (xpi/firefox-i18n-64.0/es-AR.xpi) = 14c662b64faf232835d0e3ca3b5494a3b4f9ef65a03a2636544785e0037a2a1b +SIZE (xpi/firefox-i18n-64.0/es-AR.xpi) = 490544 +SHA256 (xpi/firefox-i18n-64.0/es-CL.xpi) = 67767c7fac17f6b442de39a50f7f46a08dfd45d817277650c71ea27d971897e4 +SIZE (xpi/firefox-i18n-64.0/es-CL.xpi) = 490254 +SHA256 (xpi/firefox-i18n-64.0/es-ES.xpi) = 3c2e2cf654f222927cae113dd7a807292723a9fa4fac1772bd7b0f9c92f9c736 +SIZE (xpi/firefox-i18n-64.0/es-ES.xpi) = 437807 +SHA256 (xpi/firefox-i18n-64.0/es-MX.xpi) = c8706e3730119089c1ff90a547d45f4b03731e2009cd6690f2310fdd4e91a227 +SIZE (xpi/firefox-i18n-64.0/es-MX.xpi) = 493155 +SHA256 (xpi/firefox-i18n-64.0/et.xpi) = 862425a3d7c21d41b75aed6404d53c2ce5be7052454ab00ec305e4726513f77e +SIZE (xpi/firefox-i18n-64.0/et.xpi) = 473517 +SHA256 (xpi/firefox-i18n-64.0/eu.xpi) = 9d63a9332bd6ac379d55396cae8decc1117be86acc757708a906fa1b7df0efb6 +SIZE (xpi/firefox-i18n-64.0/eu.xpi) = 477302 +SHA256 (xpi/firefox-i18n-64.0/fa.xpi) = 08cef3c2c90078067d13b623f7a5c5ae59d7de41da2bc18e08fd2f03bbd04b1b +SIZE (xpi/firefox-i18n-64.0/fa.xpi) = 529978 +SHA256 (xpi/firefox-i18n-64.0/ff.xpi) = a500ae05f7680966a4500ae1802bc4b01bc03d5a908af8f091881be48784ae99 +SIZE (xpi/firefox-i18n-64.0/ff.xpi) = 470384 +SHA256 (xpi/firefox-i18n-64.0/fi.xpi) = 690d781512e9e4927070464d8bf4de22d909f896439e59e893c1e9d8fd3fb2f8 +SIZE (xpi/firefox-i18n-64.0/fi.xpi) = 470566 +SHA256 (xpi/firefox-i18n-64.0/fr.xpi) = 12eaefb0cc5a7ed71ca23b9c1bf939ad6a0fe81d767b3fd09fbbf10901ad6957 +SIZE (xpi/firefox-i18n-64.0/fr.xpi) = 499969 +SHA256 (xpi/firefox-i18n-64.0/fy-NL.xpi) = 196c2bd479011ffaf0eb63bbc7d1cd162ea3ce652a471c2c0510f3c456b6426b +SIZE (xpi/firefox-i18n-64.0/fy-NL.xpi) = 488309 +SHA256 (xpi/firefox-i18n-64.0/ga-IE.xpi) = 97cbb1f60869cdd9f9dab53c907697d83d37d79f69fc632fd367428a68b7bd8d +SIZE (xpi/firefox-i18n-64.0/ga-IE.xpi) = 474811 +SHA256 (xpi/firefox-i18n-64.0/gd.xpi) = 04bda09e52d28211089e7505d5cb08c4d3e0506440d83dfab83f7ac9e5a3e046 +SIZE (xpi/firefox-i18n-64.0/gd.xpi) = 491207 +SHA256 (xpi/firefox-i18n-64.0/gl.xpi) = db4a88b2a2d9ab18f1efcb2d12d7c919d023e8727238128857d10f460db7ca71 +SIZE (xpi/firefox-i18n-64.0/gl.xpi) = 467033 +SHA256 (xpi/firefox-i18n-64.0/gn.xpi) = 19dd1406c4539ff5b7b972d4024b21fb022f3574ed4e81b7bd8c7eb6c2d78cec +SIZE (xpi/firefox-i18n-64.0/gn.xpi) = 497408 +SHA256 (xpi/firefox-i18n-64.0/gu-IN.xpi) = 5bef251086e9b6d7b3685f707350974ac1b7ea47cad03fadf32101aacedec64c +SIZE (xpi/firefox-i18n-64.0/gu-IN.xpi) = 559365 +SHA256 (xpi/firefox-i18n-64.0/he.xpi) = 6c800f7e838a565c3a210acdaa3263f3e3293d469b3188bcc53f0f27eab1d80d +SIZE (xpi/firefox-i18n-64.0/he.xpi) = 485009 +SHA256 (xpi/firefox-i18n-64.0/hi-IN.xpi) = 766cfd3ab92ed8e8a7a7d4ec58eb6ab8ea4030cfda64e552da825dbe16f7d65a +SIZE (xpi/firefox-i18n-64.0/hi-IN.xpi) = 544055 +SHA256 (xpi/firefox-i18n-64.0/hr.xpi) = 77ac5ba67a94bd27990df70d630929f377334924e848dfa8ac25a72211daaff8 +SIZE (xpi/firefox-i18n-64.0/hr.xpi) = 464599 +SHA256 (xpi/firefox-i18n-64.0/hsb.xpi) = bf324c51afbabbd0504e7b7c20a4a7573a69b351ba9a75f72b9d87987b461034 +SIZE (xpi/firefox-i18n-64.0/hsb.xpi) = 503924 +SHA256 (xpi/firefox-i18n-64.0/hu.xpi) = 9f0aa6b7dd2df887487bfbcadf8abfc46f2b8fd8b7a451d481da973696df9c45 +SIZE (xpi/firefox-i18n-64.0/hu.xpi) = 501529 +SHA256 (xpi/firefox-i18n-64.0/hy-AM.xpi) = 081eb9a2778e441d3fb9136a4dba5e56190167c20db690dda31ac9387316fc56 +SIZE (xpi/firefox-i18n-64.0/hy-AM.xpi) = 520935 +SHA256 (xpi/firefox-i18n-64.0/ia.xpi) = f171c2703fee4fce8ed3e7cdc5297fe089b0a36c4df45dc7522b8417f265be51 +SIZE (xpi/firefox-i18n-64.0/ia.xpi) = 478734 +SHA256 (xpi/firefox-i18n-64.0/id.xpi) = da12f9c5aae88cb39fe0f2f9f3e9e7f735af8ec91210e49ee384d7be7c9efed0 +SIZE (xpi/firefox-i18n-64.0/id.xpi) = 471524 +SHA256 (xpi/firefox-i18n-64.0/is.xpi) = 3816157abe978c0d52445444a54fa26b325c294a36eeac7d6d31dd0db81f5450 +SIZE (xpi/firefox-i18n-64.0/is.xpi) = 469900 +SHA256 (xpi/firefox-i18n-64.0/it.xpi) = 4bf2ca86dc3242a721b272eb2cb9c1bca0e9378464e0b3b5c53b04d8b8581788 +SIZE (xpi/firefox-i18n-64.0/it.xpi) = 355574 +SHA256 (xpi/firefox-i18n-64.0/ja.xpi) = 26f07c033d74b5c8b7e7becb693f8a26c4fadee9cace1ae6af7369af773c7600 +SIZE (xpi/firefox-i18n-64.0/ja.xpi) = 506350 +SHA256 (xpi/firefox-i18n-64.0/ka.xpi) = 8870756a30c0362c5163d81590b1d1313c3f886a1a31edde5a6b03472056e71f +SIZE (xpi/firefox-i18n-64.0/ka.xpi) = 521844 +SHA256 (xpi/firefox-i18n-64.0/kab.xpi) = f75f59db9286702720f2c9dc3337c9dd77386103b01d33958cada724e66c27b7 +SIZE (xpi/firefox-i18n-64.0/kab.xpi) = 493579 +SHA256 (xpi/firefox-i18n-64.0/kk.xpi) = 8d6833608809edeb34290e33eac6b2956e83ac1b033fc067e3de34d9b4f691f1 +SIZE (xpi/firefox-i18n-64.0/kk.xpi) = 550177 +SHA256 (xpi/firefox-i18n-64.0/km.xpi) = 676289edf6779f5386ab3c26d066796b30de2cca6cca6b1eef616c8275f022ed +SIZE (xpi/firefox-i18n-64.0/km.xpi) = 535433 +SHA256 (xpi/firefox-i18n-64.0/kn.xpi) = 497494e1414fe9afd72bc7e3bddeb7de98e3331348ef260d523d81ea795f9e86 +SIZE (xpi/firefox-i18n-64.0/kn.xpi) = 538349 +SHA256 (xpi/firefox-i18n-64.0/ko.xpi) = 9602f5168767d8df7b1470d91550d68a9a908bb189d46230d3638277c39119d1 +SIZE (xpi/firefox-i18n-64.0/ko.xpi) = 500867 +SHA256 (xpi/firefox-i18n-64.0/lij.xpi) = afc4159d3e250a3b5232c8e11258562a213129e5f244209ac8c0c468dbc3f728 +SIZE (xpi/firefox-i18n-64.0/lij.xpi) = 476179 +SHA256 (xpi/firefox-i18n-64.0/lt.xpi) = 59664e10e45de7459467e7e44fa318673792ad2ef782db6c6a6433b584709fca +SIZE (xpi/firefox-i18n-64.0/lt.xpi) = 504607 +SHA256 (xpi/firefox-i18n-64.0/lv.xpi) = 980fa3959dfcb512f30643ccb8f58dd04fa7b87f1dc7c4cc727dd236cc224e72 +SIZE (xpi/firefox-i18n-64.0/lv.xpi) = 490763 +SHA256 (xpi/firefox-i18n-64.0/mai.xpi) = 4b105acd807131fcab8df57ecbd9067fa5086ac83dcca2971024d67ed02d1e2e +SIZE (xpi/firefox-i18n-64.0/mai.xpi) = 496190 +SHA256 (xpi/firefox-i18n-64.0/mk.xpi) = f2c7e7e343bb9efd25039683c88164890924de51658bf49f2698a9b5263ae967 +SIZE (xpi/firefox-i18n-64.0/mk.xpi) = 457991 +SHA256 (xpi/firefox-i18n-64.0/ml.xpi) = aa276e580e80221c8dd2d3bfd97b642014a27032b6a5a1793dec4e6bfc8d6e6c +SIZE (xpi/firefox-i18n-64.0/ml.xpi) = 542325 +SHA256 (xpi/firefox-i18n-64.0/mr.xpi) = 5bb9ab7930b1c42968a7e44cdf5b10d319a3140fbdb67a3be7056d0668acbb82 +SIZE (xpi/firefox-i18n-64.0/mr.xpi) = 540017 +SHA256 (xpi/firefox-i18n-64.0/ms.xpi) = 9ec63c6b87db6958ae14c1199c4e96fec570aa5fdb6188c06bbddeb8ed964b9c +SIZE (xpi/firefox-i18n-64.0/ms.xpi) = 473931 +SHA256 (xpi/firefox-i18n-64.0/my.xpi) = 87ec74434cab18aa32e3ce5fd70f35bb3b6e6286f10fcce030751ba1a44c98e2 +SIZE (xpi/firefox-i18n-64.0/my.xpi) = 518178 +SHA256 (xpi/firefox-i18n-64.0/nb-NO.xpi) = 140a4eaa9275979ea620603a739f34a7ff035de848c76ebaa392824414fbfbb4 +SIZE (xpi/firefox-i18n-64.0/nb-NO.xpi) = 473416 +SHA256 (xpi/firefox-i18n-64.0/ne-NP.xpi) = 5e85eaf0ca4dd8c9839716ddf1272aaccf6d0e3875526655b1a5f7b57d0393e7 +SIZE (xpi/firefox-i18n-64.0/ne-NP.xpi) = 505818 +SHA256 (xpi/firefox-i18n-64.0/nl.xpi) = e8f350b39ba754b5cb4fece06cb36e0bb3d3e4df7cb7907f6002ca920aed348b +SIZE (xpi/firefox-i18n-64.0/nl.xpi) = 465178 +SHA256 (xpi/firefox-i18n-64.0/nn-NO.xpi) = f39dfa5faca15761430a4f5ae5ae387494780251df90d78c44193c7048f154b0 +SIZE (xpi/firefox-i18n-64.0/nn-NO.xpi) = 472041 +SHA256 (xpi/firefox-i18n-64.0/oc.xpi) = e2f0a52bacfd18cc123c614efeae7076e691371b3569d388b9762a46f52e4142 +SIZE (xpi/firefox-i18n-64.0/oc.xpi) = 486836 +SHA256 (xpi/firefox-i18n-64.0/or.xpi) = 7d987d55037f75f80001f73e757a20770fca2a3138e06fde74133e1b6cdbb5b3 +SIZE (xpi/firefox-i18n-64.0/or.xpi) = 485454 +SHA256 (xpi/firefox-i18n-64.0/pa-IN.xpi) = c078bbcd3904b1c8b71076a2bea567da77a19df9d67cae41e0e58252e21e515d +SIZE (xpi/firefox-i18n-64.0/pa-IN.xpi) = 505897 +SHA256 (xpi/firefox-i18n-64.0/pl.xpi) = 6e39e7c09bf789295e85c12291db7fc3a179ad2f3532efb8423dd0daf7d491d7 +SIZE (xpi/firefox-i18n-64.0/pl.xpi) = 383257 +SHA256 (xpi/firefox-i18n-64.0/pt-BR.xpi) = a535255ab05fbb332ea8268cca1fb8919b22342ff1e0877a54cd5d9201a2fa73 +SIZE (xpi/firefox-i18n-64.0/pt-BR.xpi) = 475690 +SHA256 (xpi/firefox-i18n-64.0/pt-PT.xpi) = 5da6464caa38f0ac56313f13b1ae2e900e7cf7ab06cf7ae6f26f04a222f8a6a6 +SIZE (xpi/firefox-i18n-64.0/pt-PT.xpi) = 488741 +SHA256 (xpi/firefox-i18n-64.0/rm.xpi) = 2d947ad3d44f006ecee083cd8fe37f57e19bfaaf20151f211f54694c3520603e +SIZE (xpi/firefox-i18n-64.0/rm.xpi) = 478596 +SHA256 (xpi/firefox-i18n-64.0/ro.xpi) = 6f5aaa492ca2a49e4cf2272f60e422660fe6e330575df442ee10743f41cae033 +SIZE (xpi/firefox-i18n-64.0/ro.xpi) = 479967 +SHA256 (xpi/firefox-i18n-64.0/ru.xpi) = cb374fdceb3d4f7f3300cda97caa767d43f2bff6360075c8b91ef64ef8fd97a5 +SIZE (xpi/firefox-i18n-64.0/ru.xpi) = 546345 +SHA256 (xpi/firefox-i18n-64.0/si.xpi) = 0483ce757807e63f7569b88e46664d1179a163977b256d307d00a1bf23264334 +SIZE (xpi/firefox-i18n-64.0/si.xpi) = 489556 +SHA256 (xpi/firefox-i18n-64.0/sk.xpi) = ca866df6173877ed0bc5206a8b926ea6af84f7c93579234396e5930cdabdeda4 +SIZE (xpi/firefox-i18n-64.0/sk.xpi) = 504064 +SHA256 (xpi/firefox-i18n-64.0/sl.xpi) = 64d08cfb2363dcaff5c4bea74c22a8d73dcacb8ceaa06c5d1570d2ed2afce7bd +SIZE (xpi/firefox-i18n-64.0/sl.xpi) = 484982 +SHA256 (xpi/firefox-i18n-64.0/son.xpi) = 2117ebec8511e67ee8ca59b2a25365a63b93693ed92a6c7c261e0cd8e811f772 +SIZE (xpi/firefox-i18n-64.0/son.xpi) = 448995 +SHA256 (xpi/firefox-i18n-64.0/sq.xpi) = f2496fcc19c62241676ae1ce3084d8ca286aea22891323bea205d5344dc00ead +SIZE (xpi/firefox-i18n-64.0/sq.xpi) = 492688 +SHA256 (xpi/firefox-i18n-64.0/sr.xpi) = faf5ec9e043acb26a393db3d4928ab97733309e6197c2788238237c6d7c4b821 +SIZE (xpi/firefox-i18n-64.0/sr.xpi) = 506359 +SHA256 (xpi/firefox-i18n-64.0/sv-SE.xpi) = 24682aab7308dd328c8e205e2dd85354807311b8e7c4515f078a8ae7fa3af9f6 +SIZE (xpi/firefox-i18n-64.0/sv-SE.xpi) = 484134 +SHA256 (xpi/firefox-i18n-64.0/ta.xpi) = e236c66b7b75deb9e6692a4b1620f37339d7a54ffdabfbdb68eae6a4734a0053 +SIZE (xpi/firefox-i18n-64.0/ta.xpi) = 530867 +SHA256 (xpi/firefox-i18n-64.0/te.xpi) = 82d45a3f5dfa0c2e316ef27c30414a24866afafdb625fda322b4923fb2817811 +SIZE (xpi/firefox-i18n-64.0/te.xpi) = 547595 +SHA256 (xpi/firefox-i18n-64.0/th.xpi) = 5b406c3454a998a517fc7691ef47c8dfb5b4a7bebb5d080f0a64b4e2b27a8ad7 +SIZE (xpi/firefox-i18n-64.0/th.xpi) = 508198 +SHA256 (xpi/firefox-i18n-64.0/tr.xpi) = 993de7c31db7d98c221de0e9a8c57e373e39b011cf95dba4369de9a86331cff5 +SIZE (xpi/firefox-i18n-64.0/tr.xpi) = 494709 +SHA256 (xpi/firefox-i18n-64.0/uk.xpi) = 7ff50a27e3c4f019510634734f8df1e1419fbc084792986ad9ebf4ded4ac091f +SIZE (xpi/firefox-i18n-64.0/uk.xpi) = 520997 +SHA256 (xpi/firefox-i18n-64.0/ur.xpi) = 7db69120a9cebcfd9ddff8691fad9fc1f5f0abe62d9d4530157d29a708873721 +SIZE (xpi/firefox-i18n-64.0/ur.xpi) = 521724 +SHA256 (xpi/firefox-i18n-64.0/uz.xpi) = 7503af7b3aff3374229a5218fd1b1ed004203746ea7924031550b086bbc6993f +SIZE (xpi/firefox-i18n-64.0/uz.xpi) = 466671 +SHA256 (xpi/firefox-i18n-64.0/vi.xpi) = 062c12a75f2fb4b1feec11ae84f01b1d26dbc2581bb00ba2ec4346fb01144bdc +SIZE (xpi/firefox-i18n-64.0/vi.xpi) = 488332 +SHA256 (xpi/firefox-i18n-64.0/xh.xpi) = c5e176b33f2c32c418a1960b01280bf18980ed5706cfe5f2891a9bac4b8fbb5a +SIZE (xpi/firefox-i18n-64.0/xh.xpi) = 463285 +SHA256 (xpi/firefox-i18n-64.0/zh-CN.xpi) = 23d0a7e234b3734df8fb6fa31a15f250a4f82e017df7ddc92f779c0765a8719d +SIZE (xpi/firefox-i18n-64.0/zh-CN.xpi) = 507516 +SHA256 (xpi/firefox-i18n-64.0/zh-TW.xpi) = 224af39ae1ce61d1f4228d5898a43803caee04f3fd4617adb7dcb52e2da5b76f +SIZE (xpi/firefox-i18n-64.0/zh-TW.xpi) = 510618 Modified: branches/2018Q4/www/firefox/Makefile ============================================================================== --- branches/2018Q4/www/firefox/Makefile Mon Dec 10 20:15:49 2018 (r487199) +++ branches/2018Q4/www/firefox/Makefile Mon Dec 10 20:49:34 2018 (r487200) @@ -2,26 +2,27 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 63.0.3 +DISTVERSION= 64.0 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build4/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build3/source DISTFILES= ${DISTNAME}.source${EXTRACT_SUFX} MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla BUILD_DEPENDS= nspr>=4.19:devel/nspr \ - nss>=3.39:security/nss \ + nss>=3.40.1:security/nss \ icu>=59.1,1:devel/icu \ libevent>=2.1.8:devel/libevent \ - harfbuzz>=1.8.8:print/harfbuzz \ + harfbuzz>=1.9.0:print/harfbuzz \ graphite2>=1.3.12:graphics/graphite2 \ png>=1.6.34:graphics/png \ libvorbis>=1.3.6,3:audio/libvorbis \ libvpx>=1.5.0:multimedia/libvpx \ - sqlite3>=3.24.0:databases/sqlite3 \ + sqlite3>=3.25.1:databases/sqlite3 \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ v4l_compat>0:multimedia/v4l_compat \ autoconf-2.13:devel/autoconf213 \ Modified: branches/2018Q4/www/firefox/distinfo ============================================================================== --- branches/2018Q4/www/firefox/distinfo Mon Dec 10 20:15:49 2018 (r487199) +++ branches/2018Q4/www/firefox/distinfo Mon Dec 10 20:49:34 2018 (r487200) @@ -1,3 +1,3 @@ -TIMESTAMP = 1542325023 -SHA256 (firefox-63.0.3.source.tar.xz) = 48a834daa9c5773272a30933936ea8a78b217494355749ee68996639451d0931 -SIZE (firefox-63.0.3.source.tar.xz) = 266109244 +TIMESTAMP = 1544151497 +SHA256 (firefox-64.0.source.tar.xz) = da40f2f8f1cbf0ddb3454aa9f65bb1a2b2043ca9b1724aecd016337be77d537f +SIZE (firefox-64.0.source.tar.xz) = 271865888 Copied: branches/2018Q4/www/firefox/files/patch-bug1507655 (from r486573, head/www/firefox/files/patch-bug1507655) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q4/www/firefox/files/patch-bug1507655 Mon Dec 10 20:49:34 2018 (r487200, copy of r486573, head/www/firefox/files/patch-bug1507655) @@ -0,0 +1,29 @@ +Revert bug 1497976 as close_fds on Python 2 is too slow + +diff --git build/moz.configure/util.configure build/moz.configure/util.configure +index 25862fee7c32..3fc725a5124e 100644 +--- build/moz.configure/util.configure ++++ build/moz.configure/util.configure +@@ -22,7 +22,6 @@ + + # A wrapper to obtain a process' output and return code. + # Returns a tuple (retcode, stdout, stderr). +-@imports('os') + @imports(_from='__builtin__', _import='unicode') + @imports('subprocess') + @imports(_from='mozbuild.shellutil', _import='quote') +@@ -45,13 +44,7 @@ + + log.debug('Executing: `%s`', quote(*args)) + proc = subprocess.Popen(args, stdout=subprocess.PIPE, +- stderr=subprocess.PIPE, +- # On Python 2 on Windows, close_fds prevents the +- # process from inheriting stdout/stderr. +- # Elsewhere, it simply prevents it from inheriting +- # extra file descriptors, which is what we want. +- close_fds=os.name != 'nt', +- **kwargs) ++ stderr=subprocess.PIPE, **kwargs) + stdout, stderr = proc.communicate() + return proc.wait(), stdout, stderr + Modified: branches/2018Q4/www/firefox/files/patch-bug847568 ============================================================================== --- branches/2018Q4/www/firefox/files/patch-bug847568 Mon Dec 10 20:15:49 2018 (r487199) +++ branches/2018Q4/www/firefox/files/patch-bug847568 Mon Dec 10 20:49:34 2018 (r487200) @@ -249,7 +249,7 @@ index 9297e4d6f501..d8e273887e4b 100644 +option('--with-system-harfbuzz', + help="Use system harfbuzz (located with pkgconfig)") + -+system_harfbuzz = pkg_check_modules('MOZ_HARFBUZZ', 'harfbuzz >= 1.8.8', ++system_harfbuzz = pkg_check_modules('MOZ_HARFBUZZ', 'harfbuzz >= 1.9.0', + when='--with-system-harfbuzz') + +set_config('MOZ_SYSTEM_HARFBUZZ', depends_if(system_harfbuzz)(lambda _: True)) From owner-svn-ports-branches@freebsd.org Mon Dec 10 23:35:40 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 68F48133683D; Mon, 10 Dec 2018 23:35:40 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1650F73C17; Mon, 10 Dec 2018 23:35:40 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CFA7126C84; Mon, 10 Dec 2018 23:35:39 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBANZd9j043995; Mon, 10 Dec 2018 23:35:39 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBANZdrL043990; Mon, 10 Dec 2018 23:35:39 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201812102335.wBANZdrL043990@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 10 Dec 2018 23:35:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r487210 - in branches/2018Q4/mail: thunderbird thunderbird-i18n thunderbird/files X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2018Q4/mail: thunderbird thunderbird-i18n thunderbird/files X-SVN-Commit-Revision: 487210 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 1650F73C17 X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.99)[-0.988,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.998,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 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, 10 Dec 2018 23:35:40 -0000 Author: jbeich Date: Mon Dec 10 23:35:38 2018 New Revision: 487210 URL: https://svnweb.freebsd.org/changeset/ports/487210 Log: MFH: r487209 mail/thunderbird: update to 60.4.0 Changes: https://www.thunderbird.net/thunderbird/60.4.0/releasenotes/ Security: d10b49b2-8d02-49e8-afde-0844626317af Approved by: ports-secteam blanket Added: branches/2018Q4/mail/thunderbird/files/patch-bug1500850 - copied unchanged from r487209, head/mail/thunderbird/files/patch-bug1500850 Modified: branches/2018Q4/mail/thunderbird-i18n/Makefile branches/2018Q4/mail/thunderbird-i18n/distinfo branches/2018Q4/mail/thunderbird/Makefile branches/2018Q4/mail/thunderbird/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/mail/thunderbird-i18n/Makefile ============================================================================== --- branches/2018Q4/mail/thunderbird-i18n/Makefile Mon Dec 10 23:32:09 2018 (r487209) +++ branches/2018Q4/mail/thunderbird-i18n/Makefile Mon Dec 10 23:35:38 2018 (r487210) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= thunderbird-i18n -PORTVERSION= 60.3.3 +PORTVERSION= 60.4.0 CATEGORIES= mail news net-im MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-x86_64/xpi \ - MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build2/linux-x86_64/xpi + MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build1/linux-x86_64/xpi PKGNAMEPREFIX= DISTFILES= ${THUNDERBIRD_I18N_:S/$/.xpi/} DIST_SUBDIR= xpi/${DISTNAME} Modified: branches/2018Q4/mail/thunderbird-i18n/distinfo ============================================================================== --- branches/2018Q4/mail/thunderbird-i18n/distinfo Mon Dec 10 23:32:09 2018 (r487209) +++ branches/2018Q4/mail/thunderbird-i18n/distinfo Mon Dec 10 23:35:38 2018 (r487210) @@ -1,117 +1,117 @@ -TIMESTAMP = 1544045169 -SHA256 (xpi/thunderbird-i18n-60.3.3/ar.xpi) = cbbd8e88f224986885968b8cf1bc793ef797a4ad67699897f1241c505aa1468a -SIZE (xpi/thunderbird-i18n-60.3.3/ar.xpi) = 627181 -SHA256 (xpi/thunderbird-i18n-60.3.3/ast.xpi) = 3ff5b95378b67f9656c1b8899c4091187cc6d9aaecee04f6b960b02e544caeb6 -SIZE (xpi/thunderbird-i18n-60.3.3/ast.xpi) = 560866 -SHA256 (xpi/thunderbird-i18n-60.3.3/be.xpi) = 103e49abd506638fed88dec6690f003bd247f6b6eceb0b672e8eec67a5c46aa5 -SIZE (xpi/thunderbird-i18n-60.3.3/be.xpi) = 659079 -SHA256 (xpi/thunderbird-i18n-60.3.3/bg.xpi) = 082f936c6705f4b6a30da095df6a06738afeac89b8d2486486b230bfa486c8f1 -SIZE (xpi/thunderbird-i18n-60.3.3/bg.xpi) = 665511 -SHA256 (xpi/thunderbird-i18n-60.3.3/br.xpi) = 3d978b5ad1e10d3d06048f063da6f171d2e2fcf702ae503fe95e27975449cf5a -SIZE (xpi/thunderbird-i18n-60.3.3/br.xpi) = 581592 -SHA256 (xpi/thunderbird-i18n-60.3.3/ca.xpi) = 020ac3d2f842b25004fbfcd8630d6183952a8d40b86a710796edf4b6699b6a92 -SIZE (xpi/thunderbird-i18n-60.3.3/ca.xpi) = 591970 -SHA256 (xpi/thunderbird-i18n-60.3.3/cs.xpi) = 442cfaa3f6e383f7c8ca4009c2f4e1830bcef20ec43b238515ed4e09c0a451d4 -SIZE (xpi/thunderbird-i18n-60.3.3/cs.xpi) = 611200 -SHA256 (xpi/thunderbird-i18n-60.3.3/cy.xpi) = bdb5e8d63168d04a4f12f4884f60bd6bdf6dfae380b180d554721557928e7517 -SIZE (xpi/thunderbird-i18n-60.3.3/cy.xpi) = 582232 -SHA256 (xpi/thunderbird-i18n-60.3.3/da.xpi) = 17c3f150de5259fb21e87e9857cb461ee772628162d2674a2c8a59a7c80a50b7 -SIZE (xpi/thunderbird-i18n-60.3.3/da.xpi) = 570806 -SHA256 (xpi/thunderbird-i18n-60.3.3/de.xpi) = ff3d45f0c7d3becc230a0b6ee76d3e27c13aca92bc66c1378f727310fd645920 -SIZE (xpi/thunderbird-i18n-60.3.3/de.xpi) = 582574 -SHA256 (xpi/thunderbird-i18n-60.3.3/dsb.xpi) = a467431c12de694b71d95c9ff6c9bf1a1870378ad33419d04301ba3ea5eb6e4f -SIZE (xpi/thunderbird-i18n-60.3.3/dsb.xpi) = 613757 -SHA256 (xpi/thunderbird-i18n-60.3.3/el.xpi) = 392b81ae56bd67c29a8fdb89e55ab2a60bf28b63e80b7f0ddd1a87c199f4df75 -SIZE (xpi/thunderbird-i18n-60.3.3/el.xpi) = 691055 -SHA256 (xpi/thunderbird-i18n-60.3.3/en-GB.xpi) = 9679cfc192615121a095e6d0ab3be40ed797edaa01410a2c090db08cc21aeadb -SIZE (xpi/thunderbird-i18n-60.3.3/en-GB.xpi) = 550355 -SHA256 (xpi/thunderbird-i18n-60.3.3/en-US.xpi) = c2dac5733748ef0eb2b618654c0fdcf83341c305e835d4396e874a8c4c30fb7b -SIZE (xpi/thunderbird-i18n-60.3.3/en-US.xpi) = 546992 -SHA256 (xpi/thunderbird-i18n-60.3.3/es-AR.xpi) = bee46105952f3332ef6985c54c9e5de70b4b8e797f862feb301d7b9d623a9a08 -SIZE (xpi/thunderbird-i18n-60.3.3/es-AR.xpi) = 595046 -SHA256 (xpi/thunderbird-i18n-60.3.3/es-ES.xpi) = e97b955a9b3460e1682f82884bb92781b3f2498c0527047910149dddf11f6609 -SIZE (xpi/thunderbird-i18n-60.3.3/es-ES.xpi) = 492211 -SHA256 (xpi/thunderbird-i18n-60.3.3/et.xpi) = dfbdb5fed59436ba6a23c088740e5d4b1f5da559c6073e0858a864180889c445 -SIZE (xpi/thunderbird-i18n-60.3.3/et.xpi) = 570866 -SHA256 (xpi/thunderbird-i18n-60.3.3/eu.xpi) = fc46b25891048e574ef7ab404311b6d0f0477b7a45b7fa9b46a48698b5ee7e9f -SIZE (xpi/thunderbird-i18n-60.3.3/eu.xpi) = 577578 -SHA256 (xpi/thunderbird-i18n-60.3.3/fi.xpi) = 4a2cdbb9ab6755eb436cfc06a34c337f14c3fae8a683b4d620e653790ba469be -SIZE (xpi/thunderbird-i18n-60.3.3/fi.xpi) = 575754 -SHA256 (xpi/thunderbird-i18n-60.3.3/fr.xpi) = cb7219aad7fa58c41937bcca25ac72637ab92c7d26de94baf13e64c44feed1f4 -SIZE (xpi/thunderbird-i18n-60.3.3/fr.xpi) = 608466 -SHA256 (xpi/thunderbird-i18n-60.3.3/fy-NL.xpi) = ff98e6d94e2022adbf36d71d91ea5036db0efbbd2dab2dd10a0c960020f0aa01 -SIZE (xpi/thunderbird-i18n-60.3.3/fy-NL.xpi) = 590033 -SHA256 (xpi/thunderbird-i18n-60.3.3/ga-IE.xpi) = c56efc8397f8cc9b75ee8cbd7e367cf2002b88faa5afd8d3ef55f1416da0bfa7 -SIZE (xpi/thunderbird-i18n-60.3.3/ga-IE.xpi) = 603505 -SHA256 (xpi/thunderbird-i18n-60.3.3/gd.xpi) = 9890671efe348d1623da1916830a8aea8f318318d46c154fb098ad25e4e5d56f -SIZE (xpi/thunderbird-i18n-60.3.3/gd.xpi) = 599261 -SHA256 (xpi/thunderbird-i18n-60.3.3/gl.xpi) = 9ce8698f74ef45d5232063459d5fef1a5ef3329d01f014a9b1d5137b52990b67 -SIZE (xpi/thunderbird-i18n-60.3.3/gl.xpi) = 576546 -SHA256 (xpi/thunderbird-i18n-60.3.3/he.xpi) = e899e3ba40ab38d41090648b595dfcadbe80546f74dd8c0704de8f9be6a5b826 -SIZE (xpi/thunderbird-i18n-60.3.3/he.xpi) = 618364 -SHA256 (xpi/thunderbird-i18n-60.3.3/hr.xpi) = 0522e6533f372836cdedcd8cc41ff2e274d0da77be7f2d6de4e9b685dcefa569 -SIZE (xpi/thunderbird-i18n-60.3.3/hr.xpi) = 583460 -SHA256 (xpi/thunderbird-i18n-60.3.3/hsb.xpi) = 11bd61c42aa486f50ae6df6e064fc658816f1de71ebfa430451c6c4acbe49828 -SIZE (xpi/thunderbird-i18n-60.3.3/hsb.xpi) = 611321 -SHA256 (xpi/thunderbird-i18n-60.3.3/hu.xpi) = a8687a7e38bac986da6320ec658526a6687e4f0f7f4fe0d57e5395a3dc4240e2 -SIZE (xpi/thunderbird-i18n-60.3.3/hu.xpi) = 615346 -SHA256 (xpi/thunderbird-i18n-60.3.3/hy-AM.xpi) = 2810a28a88c7b3949f598d9b4f4f0bf5bc0641433d5a92afc93b383e711d8b7a -SIZE (xpi/thunderbird-i18n-60.3.3/hy-AM.xpi) = 649712 -SHA256 (xpi/thunderbird-i18n-60.3.3/id.xpi) = e5bf6c97f6f65155c22655d01e4db7538de66bfaf6f6fdb23e7ce2de5c754431 -SIZE (xpi/thunderbird-i18n-60.3.3/id.xpi) = 568860 -SHA256 (xpi/thunderbird-i18n-60.3.3/is.xpi) = f5906bf96ce3cb50b4c01fe5d628f7ceb5836bc2a13bd681cafb1d031416a209 -SIZE (xpi/thunderbird-i18n-60.3.3/is.xpi) = 579047 -SHA256 (xpi/thunderbird-i18n-60.3.3/it.xpi) = 896369dc19aee03ec708eda01ec790def1de6d8e28cae51199132b31b3a82a19 -SIZE (xpi/thunderbird-i18n-60.3.3/it.xpi) = 477499 -SHA256 (xpi/thunderbird-i18n-60.3.3/ja.xpi) = 0b3e7d4592bdc8ab5d98acf5ec8cd889458e5a93d5efa395e92ca20e8ddea387 -SIZE (xpi/thunderbird-i18n-60.3.3/ja.xpi) = 653343 -SHA256 (xpi/thunderbird-i18n-60.3.3/kab.xpi) = 2327e495c7f49e1181a279b2e6694c194480919e329f32db8401c8e59894af4d -SIZE (xpi/thunderbird-i18n-60.3.3/kab.xpi) = 595237 -SHA256 (xpi/thunderbird-i18n-60.3.3/kk.xpi) = 2935dd4b2e57b53b9298fa77b92e429bf3e0706e9c5aee2a95a1c59d58a8ba4d -SIZE (xpi/thunderbird-i18n-60.3.3/kk.xpi) = 670450 -SHA256 (xpi/thunderbird-i18n-60.3.3/ko.xpi) = 2e6fbcd9ebedd14de3529a8b92be3cda1213bdc3d224c15b5131d8a5683e2959 -SIZE (xpi/thunderbird-i18n-60.3.3/ko.xpi) = 619729 -SHA256 (xpi/thunderbird-i18n-60.3.3/lt.xpi) = e85ca7ca5adf2a9d4a7cc18e3332a72145b577b8bb709d03973fd625694b6883 -SIZE (xpi/thunderbird-i18n-60.3.3/lt.xpi) = 605440 -SHA256 (xpi/thunderbird-i18n-60.3.3/ms.xpi) = 41d57d3a8d639bbc3c36bbf1f1d5b58d98640f0bae5afa50fca504a673bd1187 -SIZE (xpi/thunderbird-i18n-60.3.3/ms.xpi) = 574306 -SHA256 (xpi/thunderbird-i18n-60.3.3/nb-NO.xpi) = d3a2c61cca2678696a0f1e51bfb6bd8bc0e8256dbb09423a3a21c1aa620a88a0 -SIZE (xpi/thunderbird-i18n-60.3.3/nb-NO.xpi) = 578233 -SHA256 (xpi/thunderbird-i18n-60.3.3/nl.xpi) = ae7d9b573887887940a0be7ab136e7b4b4b7243c122b6f3db2a3d4e027360150 -SIZE (xpi/thunderbird-i18n-60.3.3/nl.xpi) = 583912 -SHA256 (xpi/thunderbird-i18n-60.3.3/nn-NO.xpi) = 61abdc0fcc8f0ce5c419de517f33f2ee272d622c2f7086e40667858c806c4ba0 -SIZE (xpi/thunderbird-i18n-60.3.3/nn-NO.xpi) = 577654 -SHA256 (xpi/thunderbird-i18n-60.3.3/pl.xpi) = 13bb2e72ffa8570ceabffe94997a732fdbaf8e280397f41c4acecc2c359eeae4 -SIZE (xpi/thunderbird-i18n-60.3.3/pl.xpi) = 480723 -SHA256 (xpi/thunderbird-i18n-60.3.3/pt-BR.xpi) = 6a39b3e58c38c0af3311f0ffd4d311936b81ea6e55506bb822c7d586a2308852 -SIZE (xpi/thunderbird-i18n-60.3.3/pt-BR.xpi) = 585017 -SHA256 (xpi/thunderbird-i18n-60.3.3/pt-PT.xpi) = 0d2c651ccb28d3cc79bac756cf230532252e96ba05b1f960586a1d58b746b92d -SIZE (xpi/thunderbird-i18n-60.3.3/pt-PT.xpi) = 593185 -SHA256 (xpi/thunderbird-i18n-60.3.3/rm.xpi) = a245561bfaf4859bda708267577e0c76cb4f87cf31ddf1cdbd8dadaf650b26d8 -SIZE (xpi/thunderbird-i18n-60.3.3/rm.xpi) = 578383 -SHA256 (xpi/thunderbird-i18n-60.3.3/ro.xpi) = 9e75c25305a31ca9896996602e1a3a6b9fd7834dc5f7faabbf93d7eac88754b0 -SIZE (xpi/thunderbird-i18n-60.3.3/ro.xpi) = 584308 -SHA256 (xpi/thunderbird-i18n-60.3.3/ru.xpi) = a92f1410574a475ecd4deaed8d3f5f671428eb7467cb9d5994b6cac4f757e187 -SIZE (xpi/thunderbird-i18n-60.3.3/ru.xpi) = 694702 -SHA256 (xpi/thunderbird-i18n-60.3.3/si.xpi) = eee5086885c829a204282b6ef778c7efa334e085a39a3d991d625e9340795aec -SIZE (xpi/thunderbird-i18n-60.3.3/si.xpi) = 643789 -SHA256 (xpi/thunderbird-i18n-60.3.3/sk.xpi) = ae242f82d3e0494a5775658bf70c15652a2fee7b21fd7b57d32aecb0487a0732 -SIZE (xpi/thunderbird-i18n-60.3.3/sk.xpi) = 612216 -SHA256 (xpi/thunderbird-i18n-60.3.3/sl.xpi) = 9811ec5569e7bb9fe87e357660f9b676a98bb14657d5a7a1120618551541b590 -SIZE (xpi/thunderbird-i18n-60.3.3/sl.xpi) = 589946 -SHA256 (xpi/thunderbird-i18n-60.3.3/sq.xpi) = efa2fc7ecfe0e6f9afdd258f09156bf23bdd7e0cf5cb374bd1e5ef5037214011 -SIZE (xpi/thunderbird-i18n-60.3.3/sq.xpi) = 593096 -SHA256 (xpi/thunderbird-i18n-60.3.3/sr.xpi) = 19b1038382c3a1d0eb1e4ec082cdbf10673d0801b09be647fcb940573ae3a232 -SIZE (xpi/thunderbird-i18n-60.3.3/sr.xpi) = 637721 -SHA256 (xpi/thunderbird-i18n-60.3.3/sv-SE.xpi) = d96945bc41d24a8ed24425ce5b26426f160cb4b40496e6b58d2788d8e620d308 -SIZE (xpi/thunderbird-i18n-60.3.3/sv-SE.xpi) = 594078 -SHA256 (xpi/thunderbird-i18n-60.3.3/tr.xpi) = 13bfb45c1881efbb96c20ad9edb19a9c1b66bfd0f74e4fca2627a2b4b900297e -SIZE (xpi/thunderbird-i18n-60.3.3/tr.xpi) = 598009 -SHA256 (xpi/thunderbird-i18n-60.3.3/uk.xpi) = a333b8548cfacaace05dad6f1ebd2592004a33d6df9960d05d75cc24ba3e86d1 -SIZE (xpi/thunderbird-i18n-60.3.3/uk.xpi) = 684153 -SHA256 (xpi/thunderbird-i18n-60.3.3/vi.xpi) = a1de755a90412b823a1f453c7117d66232fd9ac6c993895a097e21d5bbcadb35 -SIZE (xpi/thunderbird-i18n-60.3.3/vi.xpi) = 638418 -SHA256 (xpi/thunderbird-i18n-60.3.3/zh-CN.xpi) = b48bf845c7e7c87e97886a66c6d543c4b317904427c8d8607599d0389a19d014 -SIZE (xpi/thunderbird-i18n-60.3.3/zh-CN.xpi) = 622465 -SHA256 (xpi/thunderbird-i18n-60.3.3/zh-TW.xpi) = 9cfb2c5e031ea77b8c82421659c618930f1f00df548bd201d6924d298c3b44ce -SIZE (xpi/thunderbird-i18n-60.3.3/zh-TW.xpi) = 626188 +TIMESTAMP = 1544464490 +SHA256 (xpi/thunderbird-i18n-60.4.0/ar.xpi) = e141a26af94caaf28e9798f0b83be0492d6ed01fac9365a32b5d9a199240782d +SIZE (xpi/thunderbird-i18n-60.4.0/ar.xpi) = 627180 +SHA256 (xpi/thunderbird-i18n-60.4.0/ast.xpi) = a43bd1847f4383d3959713db1cc47b70b3cad7370bf2f985027826271d0400cf +SIZE (xpi/thunderbird-i18n-60.4.0/ast.xpi) = 560866 +SHA256 (xpi/thunderbird-i18n-60.4.0/be.xpi) = e41132f4dadee332c0503740d92743e84e4944144c75878f812f131ab5d417d8 +SIZE (xpi/thunderbird-i18n-60.4.0/be.xpi) = 659078 +SHA256 (xpi/thunderbird-i18n-60.4.0/bg.xpi) = 301d5836e6080e4a55451a9bdb5e05e207a1a7b3be3c7db8dafa4f6fdc168158 +SIZE (xpi/thunderbird-i18n-60.4.0/bg.xpi) = 665512 +SHA256 (xpi/thunderbird-i18n-60.4.0/br.xpi) = dcfc88aa2e38fdf4132851cfd482c3a8f9002307c59be6e000a87593ab2ddbc8 +SIZE (xpi/thunderbird-i18n-60.4.0/br.xpi) = 581592 +SHA256 (xpi/thunderbird-i18n-60.4.0/ca.xpi) = 72127429f287466e6544af274d182faf06ab484a7d58d8957aa91831ef7fe57a +SIZE (xpi/thunderbird-i18n-60.4.0/ca.xpi) = 591971 +SHA256 (xpi/thunderbird-i18n-60.4.0/cs.xpi) = 671843db79a7f8fb9c567bb3ecaaa5adc7499a9d8a6ed1c737e93512663ca476 +SIZE (xpi/thunderbird-i18n-60.4.0/cs.xpi) = 611200 +SHA256 (xpi/thunderbird-i18n-60.4.0/cy.xpi) = 6ac72d747fe085db91e1d43d2c47166bc52efb9e6545e9e18674f2ed9ad924d6 +SIZE (xpi/thunderbird-i18n-60.4.0/cy.xpi) = 582231 +SHA256 (xpi/thunderbird-i18n-60.4.0/da.xpi) = a109bf116386e0e8e79a109402e7ae5c74b22c17cc02d734d447ddcb34c40232 +SIZE (xpi/thunderbird-i18n-60.4.0/da.xpi) = 570805 +SHA256 (xpi/thunderbird-i18n-60.4.0/de.xpi) = de8bca630199c7635ca7a1daeaa1f5ec1818fc6e157b11676d90383a6adbcfd2 +SIZE (xpi/thunderbird-i18n-60.4.0/de.xpi) = 582574 +SHA256 (xpi/thunderbird-i18n-60.4.0/dsb.xpi) = d6598c4c0db7427612332778a5a34519575fc13e7a09f48a6d11edb547013c9b +SIZE (xpi/thunderbird-i18n-60.4.0/dsb.xpi) = 613757 +SHA256 (xpi/thunderbird-i18n-60.4.0/el.xpi) = bee329a267e7794954168e68becc6b80a54f5cd7592b9e6f800243b9aceabf37 +SIZE (xpi/thunderbird-i18n-60.4.0/el.xpi) = 691054 +SHA256 (xpi/thunderbird-i18n-60.4.0/en-GB.xpi) = 24136b07c915a324ab95bd0579ec1d1b25fe4f547dbad7b523c22b4be7c382e6 +SIZE (xpi/thunderbird-i18n-60.4.0/en-GB.xpi) = 550354 +SHA256 (xpi/thunderbird-i18n-60.4.0/en-US.xpi) = 61611d685faf068616b4330861335cf061d09e27112bb5ee9a435bf51fb1c1a8 +SIZE (xpi/thunderbird-i18n-60.4.0/en-US.xpi) = 546991 +SHA256 (xpi/thunderbird-i18n-60.4.0/es-AR.xpi) = b04bb1880296b4998b992623ec5aa7d74ca195db643c3b5078c29ce275869f8e +SIZE (xpi/thunderbird-i18n-60.4.0/es-AR.xpi) = 595046 +SHA256 (xpi/thunderbird-i18n-60.4.0/es-ES.xpi) = a23efa22161dfaaf5ef8f13a324429bd8b57ae38fd75db2a78510619c807384f +SIZE (xpi/thunderbird-i18n-60.4.0/es-ES.xpi) = 492211 +SHA256 (xpi/thunderbird-i18n-60.4.0/et.xpi) = 489039cc7a3c7ad905ebca05561a36aff54175158f2cde34bb072fb565a13513 +SIZE (xpi/thunderbird-i18n-60.4.0/et.xpi) = 570866 +SHA256 (xpi/thunderbird-i18n-60.4.0/eu.xpi) = 4e1f670fc642ad8ceabca5fdfc19f04256d1891f3d8a137288a744521737f4a8 +SIZE (xpi/thunderbird-i18n-60.4.0/eu.xpi) = 577579 +SHA256 (xpi/thunderbird-i18n-60.4.0/fi.xpi) = 480f66be84fadc19b58e0ff392fbee741b2291686df1d6d912b2d43264ca7c61 +SIZE (xpi/thunderbird-i18n-60.4.0/fi.xpi) = 575754 +SHA256 (xpi/thunderbird-i18n-60.4.0/fr.xpi) = 57e6e24e83c59b0c62b90f3e2da8cff7a20e534d5c634e21bf82d5708406c2d6 +SIZE (xpi/thunderbird-i18n-60.4.0/fr.xpi) = 608465 +SHA256 (xpi/thunderbird-i18n-60.4.0/fy-NL.xpi) = c20637c53f5d2f8cf3fcd8c90e64199f54185280292693c46a17b57a4038c92b +SIZE (xpi/thunderbird-i18n-60.4.0/fy-NL.xpi) = 590033 +SHA256 (xpi/thunderbird-i18n-60.4.0/ga-IE.xpi) = 678776a54e7337d9324b1e5bc6f5778b4d0afe0d72f64d8ec951611bd7ce548a +SIZE (xpi/thunderbird-i18n-60.4.0/ga-IE.xpi) = 603506 +SHA256 (xpi/thunderbird-i18n-60.4.0/gd.xpi) = 8b05e444dd3e29ce72ea825e26262bded2b830e674cdc96ad947b8e47335f757 +SIZE (xpi/thunderbird-i18n-60.4.0/gd.xpi) = 599261 +SHA256 (xpi/thunderbird-i18n-60.4.0/gl.xpi) = 646c8d9a7a8c97cf425139a4bc16e5d83f649c3fd1683d54fbf548f57edb62cf +SIZE (xpi/thunderbird-i18n-60.4.0/gl.xpi) = 576547 +SHA256 (xpi/thunderbird-i18n-60.4.0/he.xpi) = d9325ebfa5adc211c29953ebf3dee0e761f7551e48ad217067373d6929bcb8a7 +SIZE (xpi/thunderbird-i18n-60.4.0/he.xpi) = 618364 +SHA256 (xpi/thunderbird-i18n-60.4.0/hr.xpi) = 439738aebae49b647967d71112faa0c1d2bf0360e83a88ac085672dba6fdffff +SIZE (xpi/thunderbird-i18n-60.4.0/hr.xpi) = 583459 +SHA256 (xpi/thunderbird-i18n-60.4.0/hsb.xpi) = 4dd379050cc2c02a2882832e1777d875ebd4d0dc7f1bfd8849401f6a225d220a +SIZE (xpi/thunderbird-i18n-60.4.0/hsb.xpi) = 611321 +SHA256 (xpi/thunderbird-i18n-60.4.0/hu.xpi) = 8f5213f97fea0160c47b31ca9d438626ea46f518e3f9f328dba93543aced3776 +SIZE (xpi/thunderbird-i18n-60.4.0/hu.xpi) = 615345 +SHA256 (xpi/thunderbird-i18n-60.4.0/hy-AM.xpi) = c489f44f284f8777ec5d8b8aed13fab375241328c32b58d7f22caeddbc77960c +SIZE (xpi/thunderbird-i18n-60.4.0/hy-AM.xpi) = 649713 +SHA256 (xpi/thunderbird-i18n-60.4.0/id.xpi) = 6b5c620a7a083dd0eb914690eade4d79f1daa961243776bcf4d8630d2615a093 +SIZE (xpi/thunderbird-i18n-60.4.0/id.xpi) = 568860 +SHA256 (xpi/thunderbird-i18n-60.4.0/is.xpi) = ca78b900249b6633f94e9567b3e8ceddd79af55041dd8d2bee5a8f162e5bc34d +SIZE (xpi/thunderbird-i18n-60.4.0/is.xpi) = 579047 +SHA256 (xpi/thunderbird-i18n-60.4.0/it.xpi) = 1b0bd8791347b9d7a2ce1134fa46d640e5f01d982c217d69eec96b063404c958 +SIZE (xpi/thunderbird-i18n-60.4.0/it.xpi) = 477498 +SHA256 (xpi/thunderbird-i18n-60.4.0/ja.xpi) = 840e473c0854132a2d14b2a695f6df4d8fe7c8f3debedcb180f689504ec94a46 +SIZE (xpi/thunderbird-i18n-60.4.0/ja.xpi) = 653343 +SHA256 (xpi/thunderbird-i18n-60.4.0/kab.xpi) = 3417b5f8501e9ed487ecdd22f3bb66e9b45a3bd50fe5ef53b1dfcb3cbd4998bf +SIZE (xpi/thunderbird-i18n-60.4.0/kab.xpi) = 595237 +SHA256 (xpi/thunderbird-i18n-60.4.0/kk.xpi) = 5f1848b6b6069a7eb220c61333ae608b06cd1d24391889fcbb87c5d21f4cb03f +SIZE (xpi/thunderbird-i18n-60.4.0/kk.xpi) = 670449 +SHA256 (xpi/thunderbird-i18n-60.4.0/ko.xpi) = ce10afcaab3867cb9196f75f41186b331ad15856659c0df45c49c54e63d979ca +SIZE (xpi/thunderbird-i18n-60.4.0/ko.xpi) = 619729 +SHA256 (xpi/thunderbird-i18n-60.4.0/lt.xpi) = e29edf4abdfa76086f6e1227f9c25c1660a44db757ffde3065a79651bbce93ee +SIZE (xpi/thunderbird-i18n-60.4.0/lt.xpi) = 605440 +SHA256 (xpi/thunderbird-i18n-60.4.0/ms.xpi) = 42cbc11215d262e168669473458b9ecd99ba6d79a422cdb11c87435f262ecee1 +SIZE (xpi/thunderbird-i18n-60.4.0/ms.xpi) = 574306 +SHA256 (xpi/thunderbird-i18n-60.4.0/nb-NO.xpi) = d7d0bd6c93e73ea662eb9bc06a5a5b3dd4f551d16045a7ade3cb9eacd08dab80 +SIZE (xpi/thunderbird-i18n-60.4.0/nb-NO.xpi) = 578233 +SHA256 (xpi/thunderbird-i18n-60.4.0/nl.xpi) = d052d5d3b9c21e5f67d014ede06ed7a1e47d8522249f8826c1bece548e81d81a +SIZE (xpi/thunderbird-i18n-60.4.0/nl.xpi) = 583912 +SHA256 (xpi/thunderbird-i18n-60.4.0/nn-NO.xpi) = 2ba24c3961fa7e9f856672ff2ea294b0a2fa01e06f94d649551362b3583dab90 +SIZE (xpi/thunderbird-i18n-60.4.0/nn-NO.xpi) = 577653 +SHA256 (xpi/thunderbird-i18n-60.4.0/pl.xpi) = f6e580f878244a6194afeb983d305cdfe75b3e5967b698b38b483a497da0d4a4 +SIZE (xpi/thunderbird-i18n-60.4.0/pl.xpi) = 480724 +SHA256 (xpi/thunderbird-i18n-60.4.0/pt-BR.xpi) = a3ec4cae65e1e9cd59c4dc0dca21c68bcbb3b081b6e6ef0e5a08826d9b86453a +SIZE (xpi/thunderbird-i18n-60.4.0/pt-BR.xpi) = 585017 +SHA256 (xpi/thunderbird-i18n-60.4.0/pt-PT.xpi) = 454b3c2d8baa5846629df6e9a7073c1ebcd0218b3eb934aa8ae3ab23d947cbcd +SIZE (xpi/thunderbird-i18n-60.4.0/pt-PT.xpi) = 593185 +SHA256 (xpi/thunderbird-i18n-60.4.0/rm.xpi) = 99f2c33eaa7b4537e315c70a04688ae191bf726286fa97665f2d881b9e965fe3 +SIZE (xpi/thunderbird-i18n-60.4.0/rm.xpi) = 578383 +SHA256 (xpi/thunderbird-i18n-60.4.0/ro.xpi) = a07131168955c394a1c4b92ed7111b74cea8c3f85e84ec9cc06808462f31a973 +SIZE (xpi/thunderbird-i18n-60.4.0/ro.xpi) = 584307 +SHA256 (xpi/thunderbird-i18n-60.4.0/ru.xpi) = 24cc222dcd85b487d877f415c21bc258662a5a7c485ba841c2e0c82211d4c138 +SIZE (xpi/thunderbird-i18n-60.4.0/ru.xpi) = 694704 +SHA256 (xpi/thunderbird-i18n-60.4.0/si.xpi) = 8ddba7bc6cb8a08932572a6e7320f98fe03858ffdf7633d1d5509ff9e35d8b7a +SIZE (xpi/thunderbird-i18n-60.4.0/si.xpi) = 643790 +SHA256 (xpi/thunderbird-i18n-60.4.0/sk.xpi) = eb22c92e09a56be66c11ebe6e6c2601ca9e4e1d656491a69caf3b448dc8365db +SIZE (xpi/thunderbird-i18n-60.4.0/sk.xpi) = 612215 +SHA256 (xpi/thunderbird-i18n-60.4.0/sl.xpi) = 02058dbb801666b7186a8342eff38fca6a3bc6303df5853c6695eefe1c7f8302 +SIZE (xpi/thunderbird-i18n-60.4.0/sl.xpi) = 589946 +SHA256 (xpi/thunderbird-i18n-60.4.0/sq.xpi) = 1b8426fb0f43b839e0d96987dc4a1e07d54527984455b453109b5f3c9163a21d +SIZE (xpi/thunderbird-i18n-60.4.0/sq.xpi) = 593095 +SHA256 (xpi/thunderbird-i18n-60.4.0/sr.xpi) = 4a8815eeca03d183b154d65cf0c83bd57c38a184c96d116c6551bc5376fa6ec5 +SIZE (xpi/thunderbird-i18n-60.4.0/sr.xpi) = 637721 +SHA256 (xpi/thunderbird-i18n-60.4.0/sv-SE.xpi) = 84816c7e0b3119d2e5913a6417be8767e5142484b0dd216aa30eaaeccf328f19 +SIZE (xpi/thunderbird-i18n-60.4.0/sv-SE.xpi) = 594077 +SHA256 (xpi/thunderbird-i18n-60.4.0/tr.xpi) = 16249fec01ab142baef3f7355ac3202eaf6eec1e7c7c312ed0fe639445d0f720 +SIZE (xpi/thunderbird-i18n-60.4.0/tr.xpi) = 598009 +SHA256 (xpi/thunderbird-i18n-60.4.0/uk.xpi) = 1e07703f6a69f7fce01f2c4eff09736ab727b483f1d53b5e2898dbdf1f88c67d +SIZE (xpi/thunderbird-i18n-60.4.0/uk.xpi) = 684153 +SHA256 (xpi/thunderbird-i18n-60.4.0/vi.xpi) = f35344d4aa70f39f89492637e86309bc1f6466835bba144f09cfd56a93dfa204 +SIZE (xpi/thunderbird-i18n-60.4.0/vi.xpi) = 638420 +SHA256 (xpi/thunderbird-i18n-60.4.0/zh-CN.xpi) = 50269eb43ec8995b5f813fcacf9a2abd64a4ca338fe80524c0a8c2d0d899ffb9 +SIZE (xpi/thunderbird-i18n-60.4.0/zh-CN.xpi) = 622465 +SHA256 (xpi/thunderbird-i18n-60.4.0/zh-TW.xpi) = 4e2529355b52e282b2a9415ec5f98a0efd96145adb946d1c11839224f3b96b5b +SIZE (xpi/thunderbird-i18n-60.4.0/zh-TW.xpi) = 626188 Modified: branches/2018Q4/mail/thunderbird/Makefile ============================================================================== --- branches/2018Q4/mail/thunderbird/Makefile Mon Dec 10 23:32:09 2018 (r487209) +++ branches/2018Q4/mail/thunderbird/Makefile Mon Dec 10 23:35:38 2018 (r487210) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= thunderbird -DISTVERSION= 60.3.3 +DISTVERSION= 60.4.0 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build2/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source DISTFILES= ${DISTNAME}.source${EXTRACT_SUFX} MAINTAINER= gecko@FreeBSD.org Modified: branches/2018Q4/mail/thunderbird/distinfo ============================================================================== --- branches/2018Q4/mail/thunderbird/distinfo Mon Dec 10 23:32:09 2018 (r487209) +++ branches/2018Q4/mail/thunderbird/distinfo Mon Dec 10 23:35:38 2018 (r487210) @@ -1,3 +1,3 @@ -TIMESTAMP = 1544045621 -SHA256 (thunderbird-60.3.3.source.tar.xz) = 8524dd3f2b78b639fdebcf91170c3c2d8ec812ba7c407cae636c3e88ddc4b196 -SIZE (thunderbird-60.3.3.source.tar.xz) = 283847516 +TIMESTAMP = 1544464490 +SHA256 (thunderbird-60.4.0.source.tar.xz) = f2f290f2301bd51e23d9dd16e47ada3703cc246b340102a47a96bbaf85f43df3 +SIZE (thunderbird-60.4.0.source.tar.xz) = 284496732 Copied: branches/2018Q4/mail/thunderbird/files/patch-bug1500850 (from r487209, head/mail/thunderbird/files/patch-bug1500850) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q4/mail/thunderbird/files/patch-bug1500850 Mon Dec 10 23:35:38 2018 (r487210, copy of r487209, head/mail/thunderbird/files/patch-bug1500850) @@ -0,0 +1,26 @@ +commit 4425b9140c4c +Author: Martin Stransky +Date: Mon Oct 22 09:14:07 2018 +0000 + + Bug 1500850 - [Wayland] Add missing dbus header dbus-glib-lowlevel.h. r=jhorak, a=RyanVM + + Differential Revision: https://phabricator.services.mozilla.com/D9365 + + --HG-- + extra : source : 5203edd6ea29e4b73681674d2a5268dd6a310102 +--- + widget/xremoteclient/DBusRemoteClient.cpp | 1 + + 1 file changed, 1 insertion(+) + +diff --git widget/xremoteclient/DBusRemoteClient.cpp widget/xremoteclient/DBusRemoteClient.cpp +index ba5bda06201d..b2f03dccc133 100644 +--- widget/xremoteclient/DBusRemoteClient.cpp ++++ widget/xremoteclient/DBusRemoteClient.cpp +@@ -13,6 +13,7 @@ + #include "nsPrintfCString.h" + + #include ++#include + + using mozilla::LogLevel; + static mozilla::LazyLogModule sRemoteLm("DBusRemoteClient"); From owner-svn-ports-branches@freebsd.org Mon Dec 10 23:55:16 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 87D151336C7B; Mon, 10 Dec 2018 23:55:16 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 26F5C7461E; Mon, 10 Dec 2018 23:55:16 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 03BCF26FE3; Mon, 10 Dec 2018 23:55:16 +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 wBANtFr4054528; Mon, 10 Dec 2018 23:55:15 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBANtF8e054522; Mon, 10 Dec 2018 23:55:15 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201812102355.wBANtF8e054522@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 10 Dec 2018 23:55:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r487212 - in branches/2018Q4/security: ca_root_nss nss X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2018Q4/security: ca_root_nss nss X-SVN-Commit-Revision: 487212 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 26F5C7461E X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_LONG(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.96)[-0.964,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 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, 10 Dec 2018 23:55:16 -0000 Author: jbeich Date: Mon Dec 10 23:55:14 2018 New Revision: 487212 URL: https://svnweb.freebsd.org/changeset/ports/487212 Log: MFH: r487211 security/nss: update to 3.41 Changes: https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.41_release_notes Changes: https://hg.mozilla.org/projects/nss/shortlog/NSS_3_41_RTM ABI: https://abi-laboratory.pro/tracker/timeline/nss/ Approved by: ports-secteam blanket (required by Firefox 65) Modified: branches/2018Q4/security/ca_root_nss/Makefile branches/2018Q4/security/ca_root_nss/distinfo branches/2018Q4/security/nss/Makefile branches/2018Q4/security/nss/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/security/ca_root_nss/Makefile ============================================================================== --- branches/2018Q4/security/ca_root_nss/Makefile Mon Dec 10 23:43:38 2018 (r487211) +++ branches/2018Q4/security/ca_root_nss/Makefile Mon Dec 10 23:55:14 2018 (r487212) @@ -32,7 +32,7 @@ PLIST_SUB+= CERTDIR=${CERTDIR} # !!! Please DO NOT submit patches for new version until it has !!! # !!! been committed there first. !!! # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -VERSION_NSS= 3.40.1 +VERSION_NSS= 3.41 #NSS_SUFFIX= -with-ckbi-1.98 CERTDATA_TXT_PATH= nss-${VERSION_NSS}/nss/lib/ckfw/builtins/certdata.txt BUNDLE_PROCESSOR= MAca-bundle.pl Modified: branches/2018Q4/security/ca_root_nss/distinfo ============================================================================== --- branches/2018Q4/security/ca_root_nss/distinfo Mon Dec 10 23:43:38 2018 (r487211) +++ branches/2018Q4/security/ca_root_nss/distinfo Mon Dec 10 23:55:14 2018 (r487212) @@ -1,3 +1,3 @@ -TIMESTAMP = 1543617691 -SHA256 (nss-3.40.1.tar.gz) = 5e0e6bae2a79c86e506684955d736bfe875ec5a8e95ed3e4ba0852d1aec2c8f1 -SIZE (nss-3.40.1.tar.gz) = 23311074 +TIMESTAMP = 1544198721 +SHA256 (nss-3.41.tar.gz) = ab2e18f5d0dd0079c0005396f9beb9a41e9a1bbc7e6c1d0a99affcef0471712d +SIZE (nss-3.41.tar.gz) = 23319563 Modified: branches/2018Q4/security/nss/Makefile ============================================================================== --- branches/2018Q4/security/nss/Makefile Mon Dec 10 23:43:38 2018 (r487211) +++ branches/2018Q4/security/nss/Makefile Mon Dec 10 23:55:14 2018 (r487212) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nss -PORTVERSION= 3.40.1 +PORTVERSION= 3.41 CATEGORIES= security MASTER_SITES= MOZILLA/security/${PORTNAME}/releases/${DISTNAME:tu:C/[-.]/_/g}_RTM/src Modified: branches/2018Q4/security/nss/distinfo ============================================================================== --- branches/2018Q4/security/nss/distinfo Mon Dec 10 23:43:38 2018 (r487211) +++ branches/2018Q4/security/nss/distinfo Mon Dec 10 23:55:14 2018 (r487212) @@ -1,3 +1,3 @@ -TIMESTAMP = 1543617691 -SHA256 (nss-3.40.1.tar.gz) = 5e0e6bae2a79c86e506684955d736bfe875ec5a8e95ed3e4ba0852d1aec2c8f1 -SIZE (nss-3.40.1.tar.gz) = 23311074 +TIMESTAMP = 1544198721 +SHA256 (nss-3.41.tar.gz) = ab2e18f5d0dd0079c0005396f9beb9a41e9a1bbc7e6c1d0a99affcef0471712d +SIZE (nss-3.41.tar.gz) = 23319563 From owner-svn-ports-branches@freebsd.org Tue Dec 11 19:07:32 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 407BD130FB15; Tue, 11 Dec 2018 19:07:32 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E827586B65; Tue, 11 Dec 2018 19:07:31 +0000 (UTC) (envelope-from gjb@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C8B9E4260; Tue, 11 Dec 2018 19:07:31 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBBJ7Vkk054316; Tue, 11 Dec 2018 19:07:31 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBBJ7T1c054304; Tue, 11 Dec 2018 19:07:29 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201812111907.wBBJ7T1c054304@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Tue, 11 Dec 2018 19:07:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r487251 - in branches/2018Q4/misc/freebsd-release-manifests: . files/MANIFESTS X-SVN-Group: ports-branches X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: in branches/2018Q4/misc/freebsd-release-manifests: . files/MANIFESTS X-SVN-Commit-Revision: 487251 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: E827586B65 X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-0.50 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.50)[-0.500,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 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, 11 Dec 2018 19:07:32 -0000 Author: gjb Date: Tue Dec 11 19:07:29 2018 New Revision: 487251 URL: https://svnweb.freebsd.org/changeset/ports/487251 Log: MFH: r487250 Add 12.0-RELEASE MANIFEST files. Remove 12.0-RC2 and 12.0-RC3 files. Approved by: portmgr (implicit, re blanket) Sponsored by: The FreeBSD Foundation Added: branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-12.0-RELEASE - copied unchanged from r487250, head/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-12.0-RELEASE branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-12.0-RELEASE - copied unchanged from r487250, head/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-12.0-RELEASE branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-12.0-RELEASE - copied unchanged from r487250, head/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-12.0-RELEASE branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-12.0-RELEASE - copied unchanged from r487250, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-12.0-RELEASE branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-12.0-RELEASE - copied unchanged from r487250, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-12.0-RELEASE branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpcspe-12.0-RELEASE - copied unchanged from r487250, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpcspe-12.0-RELEASE branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/sparc64-sparc64-12.0-RELEASE - copied unchanged from r487250, head/misc/freebsd-release-manifests/files/MANIFESTS/sparc64-sparc64-12.0-RELEASE Deleted: branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-12.0-RC2 branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-12.0-RC3 branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-12.0-RC2 branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-12.0-RC3 branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-12.0-RC2 branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-12.0-RC3 branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-12.0-RC2 branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-12.0-RC3 branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-12.0-RC2 branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-12.0-RC3 branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpcspe-12.0-RC2 branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpcspe-12.0-RC3 branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/sparc64-sparc64-12.0-RC2 branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/sparc64-sparc64-12.0-RC3 Modified: branches/2018Q4/misc/freebsd-release-manifests/Makefile branches/2018Q4/misc/freebsd-release-manifests/pkg-plist Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/misc/freebsd-release-manifests/Makefile ============================================================================== --- branches/2018Q4/misc/freebsd-release-manifests/Makefile Tue Dec 11 19:06:09 2018 (r487250) +++ branches/2018Q4/misc/freebsd-release-manifests/Makefile Tue Dec 11 19:07:29 2018 (r487251) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= freebsd-release-manifests -DISTVERSION= 20181201 +DISTVERSION= 20181211 PORTREVISION= 0 CATEGORIES= misc MASTER_SITES= # Copied: branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-12.0-RELEASE (from r487250, head/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-12.0-RELEASE) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-12.0-RELEASE Tue Dec 11 19:07:29 2018 (r487251, copy of r487250, head/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-12.0-RELEASE) @@ -0,0 +1,9 @@ +base-dbg.txz 259914b792c806da2aefe0c212f8caf2fb79f794e17130a83b87ae93f64c7b76 1600 base_dbg "Base system (Debugging)" off +base.txz 360df303fac75225416ccc0c32358333b90ebcd58e54d8a935a4e13f158d3465 25431 base "Base system (MANDATORY)" on +kernel-dbg.txz 7407b19bf45f6268e20b150a8da30f9bca3175dc64876c741837147060c56346 874 kernel_dbg "Kernel (Debugging)" on +kernel.txz 8fd6974932c231c52a604bd164c779adb57af557eccaaa508b57f216551f9934 885 kernel "Kernel (MANDATORY)" on +lib32-dbg.txz 20700af543728489b21a68853330bd8c7a70d2568f0696ae042b7f35d5504228 242 lib32_dbg "32-bit compatibility libraries (Debugging)" off +lib32.txz 6c3618dfdf001b3232101327a510f7c6b9e4ba58e59bd6509478e89b83da883b 999 lib32 "32-bit compatibility libraries" on +ports.txz 13b16b198e3b4e5e9e7f9998a3e0bac3f404a6bd2314c0a9b19dd6f014ea4596 178137 ports "Ports tree" off +src.txz 0da393ac2174168a71c1c527d1453e07372295187d05c288250800cb152a889b 84063 src "System source tree" off +tests.txz e2bde2827817c730948325c495e179d6d7944698ccd63339bc677c55ab785e00 5717 tests "Test suite" off Copied: branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-12.0-RELEASE (from r487250, head/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-12.0-RELEASE) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-12.0-RELEASE Tue Dec 11 19:07:29 2018 (r487251, copy of r487250, head/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-12.0-RELEASE) @@ -0,0 +1,7 @@ +base-dbg.txz 972ce53cb716cee8f40343d0a4368d8f772cb08733d1e45583072aa048e88815 1571 base_dbg "Base system (Debugging)" off +base.txz b212d0ff7a349069706ae46e4312c5bdecd173c034c7b0cf2b68094a22a24261 25115 base "Base system (MANDATORY)" on +kernel-dbg.txz b8b83b35eb2fd87a29d2bcab0871dcae8f326fae277fdf3547c43084c7fd952f 595 kernel_dbg "Kernel (Debugging)" on +kernel.txz bf22970b5f5e8bc2d15c7fe0078df2d382d2bb268c2dc54d5ed53c4f5df2ff13 616 kernel "Kernel (MANDATORY)" on +ports.txz 13b16b198e3b4e5e9e7f9998a3e0bac3f404a6bd2314c0a9b19dd6f014ea4596 178137 ports "Ports tree" off +src.txz 0da393ac2174168a71c1c527d1453e07372295187d05c288250800cb152a889b 84063 src "System source tree" off +tests.txz 397b85b498c27e561dde0f9058913de1b05c883657e6631df3cac4cb0269ff40 5714 tests "Test suite" off Copied: branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-12.0-RELEASE (from r487250, head/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-12.0-RELEASE) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-12.0-RELEASE Tue Dec 11 19:07:29 2018 (r487251, copy of r487250, head/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-12.0-RELEASE) @@ -0,0 +1,7 @@ +base-dbg.txz ae6a61593f4448927096f178448055f47a0619ed1c9f0cbf97752a071d98e746 1598 base_dbg "Base system (Debugging)" off +base.txz 933df25a1b5093f056f000a305144d007785175aa7b9cc197cfaf3096142840d 25425 base "Base system (MANDATORY)" on +kernel-dbg.txz e548806a10fd7177bf78d317626efb0e9e4532aa81536e06630e8cffd1a55cff 870 kernel_dbg "Kernel (Debugging)" on +kernel.txz 7d7863a616b7245c9e3227a316562b1b71964b48f2d8561380797f53ea604fde 880 kernel "Kernel (MANDATORY)" on +ports.txz 13b16b198e3b4e5e9e7f9998a3e0bac3f404a6bd2314c0a9b19dd6f014ea4596 178137 ports "Ports tree" off +src.txz 0da393ac2174168a71c1c527d1453e07372295187d05c288250800cb152a889b 84063 src "System source tree" off +tests.txz 312c1f4fbee1501ece9676fe2a508ff7144e3a490efac93cc0f65395253342e4 5717 tests "Test suite" off Copied: branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-12.0-RELEASE (from r487250, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-12.0-RELEASE) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-12.0-RELEASE Tue Dec 11 19:07:29 2018 (r487251, copy of r487250, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-12.0-RELEASE) @@ -0,0 +1,7 @@ +base-dbg.txz 0f8310a2f7565e7994692e73ed1750362168968ad8203e55a99eb2d055ded5a0 1567 base_dbg "Base system (Debugging)" off +base.txz 3f0eede4f8db3c320de3d1a03c3216081790e61af7f3a3953294fab7cdca8b8f 25235 base "Base system (MANDATORY)" on +kernel-dbg.txz 50977c682c168103b0e44ff3aeb68a4b3cb61bc17a5cf9a20afa0a3106fca4e2 597 kernel_dbg "Kernel (Debugging)" on +kernel.txz 867b3b8987d29168fa929fd219bbe169ede01b0ca12b2e889447d36dc848be60 605 kernel "Kernel (MANDATORY)" on +ports.txz 13b16b198e3b4e5e9e7f9998a3e0bac3f404a6bd2314c0a9b19dd6f014ea4596 178137 ports "Ports tree" off +src.txz 0da393ac2174168a71c1c527d1453e07372295187d05c288250800cb152a889b 84063 src "System source tree" off +tests.txz f0ae9ba3e27d74e8b3043fb0e16b043092b84063aaed3efacd5eebe0af1771f3 5703 tests "Test suite" off Copied: branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-12.0-RELEASE (from r487250, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-12.0-RELEASE) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-12.0-RELEASE Tue Dec 11 19:07:29 2018 (r487251, copy of r487250, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-12.0-RELEASE) @@ -0,0 +1,9 @@ +base-dbg.txz 56856748fdb38030967572e9fdf9863f78739be32fdbf500f31205de8c4bd566 1572 base_dbg "Base system (Debugging)" off +base.txz 139e9cfd24a5b1e1a5f7e9b38104c010f9f410699338a67da3fa4be9c40e6fdf 25260 base "Base system (MANDATORY)" on +kernel-dbg.txz 1b8970e35e320dcac9361371c692f8d7cfdb5fd7edc1193d3982041918468056 692 kernel_dbg "Kernel (Debugging)" on +kernel.txz 9b1102688f5acf09d607e085a0f8f1e2920f469aa601bd401c9bec2bd43db26c 700 kernel "Kernel (MANDATORY)" on +lib32-dbg.txz ecfe6184c8335db842d9410c1cc4df55f17d85dada4cca4e81de815d7e0b1895 234 lib32_dbg "32-bit compatibility libraries (Debugging)" off +lib32.txz 6fa27c6ade022a7cf39255554f5505d9835e90b4ef07c22d0d8b2a9280278b29 965 lib32 "32-bit compatibility libraries" on +ports.txz 13b16b198e3b4e5e9e7f9998a3e0bac3f404a6bd2314c0a9b19dd6f014ea4596 178137 ports "Ports tree" off +src.txz 0da393ac2174168a71c1c527d1453e07372295187d05c288250800cb152a889b 84063 src "System source tree" off +tests.txz 3bce7a8082a794218b6d1bafc1601fd4953f608225bc1755b699b8822afc4720 5703 tests "Test suite" off Copied: branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpcspe-12.0-RELEASE (from r487250, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpcspe-12.0-RELEASE) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpcspe-12.0-RELEASE Tue Dec 11 19:07:29 2018 (r487251, copy of r487250, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpcspe-12.0-RELEASE) @@ -0,0 +1,7 @@ +base-dbg.txz e10cd4e7648adf819c5aa7fe9665faa79ce017cb5f2d63269a568a7aafa96f7e 1566 base_dbg "Base system (Debugging)" off +base.txz d5015fbaf11315ae06967f9ec9dade9fb26ce0512267849df05645feb84ba0f1 25230 base "Base system (MANDATORY)" on +kernel-dbg.txz 5f8d1acc92c386020d150c8b1b5fb340af32dd41c886dac5f81869b6b9e02c85 597 kernel_dbg "Kernel (Debugging)" on +kernel.txz 4c95e65ba7e9822b2b102f81e2c60ee2b4190e8be55bb9837ea1017d85d2c82d 605 kernel "Kernel (MANDATORY)" on +ports.txz 13b16b198e3b4e5e9e7f9998a3e0bac3f404a6bd2314c0a9b19dd6f014ea4596 178137 ports "Ports tree" off +src.txz 0da393ac2174168a71c1c527d1453e07372295187d05c288250800cb152a889b 84063 src "System source tree" off +tests.txz aac8ccaba0b7fa38d8ca7251961e9e14bdb5a84508cd990a42f75feeda62944f 5703 tests "Test suite" off Copied: branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/sparc64-sparc64-12.0-RELEASE (from r487250, head/misc/freebsd-release-manifests/files/MANIFESTS/sparc64-sparc64-12.0-RELEASE) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/sparc64-sparc64-12.0-RELEASE Tue Dec 11 19:07:29 2018 (r487251, copy of r487250, head/misc/freebsd-release-manifests/files/MANIFESTS/sparc64-sparc64-12.0-RELEASE) @@ -0,0 +1,7 @@ +base-dbg.txz e417c1e2be2c80b2d80a9270405c23f2f0a3ad67f2b61d8888da9fa6cdcdd9f9 1566 base_dbg "Base system (Debugging)" off +base.txz 60c1ab87244daf4c862b84fcce242408199ec410e8a6643805ff551a109fbdad 25167 base "Base system (MANDATORY)" on +kernel-dbg.txz 6a40698ab19bfb2e05153ecdc7d667c4a4e13b47ef86d594733ad233f66409fc 579 kernel_dbg "Kernel (Debugging)" on +kernel.txz 63bbe2ade3f0b537af6f921a11922c91e0441e9710eb884fee1564a7052852cb 588 kernel "Kernel (MANDATORY)" on +ports.txz 13b16b198e3b4e5e9e7f9998a3e0bac3f404a6bd2314c0a9b19dd6f014ea4596 178137 ports "Ports tree" off +src.txz 0da393ac2174168a71c1c527d1453e07372295187d05c288250800cb152a889b 84063 src "System source tree" off +tests.txz 5e86837c6b8c4c819f3f27bf1dd40f109c61908ee9e719bf0beb56ad91aa111d 5699 tests "Test suite" off Modified: branches/2018Q4/misc/freebsd-release-manifests/pkg-plist ============================================================================== --- branches/2018Q4/misc/freebsd-release-manifests/pkg-plist Tue Dec 11 19:06:09 2018 (r487250) +++ branches/2018Q4/misc/freebsd-release-manifests/pkg-plist Tue Dec 11 19:07:29 2018 (r487251) @@ -68,17 +68,10 @@ %%DATADIR%%/MANIFESTS/powerpc-powerpc-11.2-RELEASE %%DATADIR%%/MANIFESTS/powerpc-powerpc64-11.2-RELEASE %%DATADIR%%/MANIFESTS/sparc64-sparc64-11.2-RELEASE -%%DATADIR%%/MANIFESTS/amd64-amd64-12.0-RC2 -%%DATADIR%%/MANIFESTS/arm64-aarch64-12.0-RC2 -%%DATADIR%%/MANIFESTS/i386-i386-12.0-RC2 -%%DATADIR%%/MANIFESTS/powerpc-powerpc-12.0-RC2 -%%DATADIR%%/MANIFESTS/powerpc-powerpc64-12.0-RC2 -%%DATADIR%%/MANIFESTS/powerpc-powerpcspe-12.0-RC2 -%%DATADIR%%/MANIFESTS/sparc64-sparc64-12.0-RC2 -%%DATADIR%%/MANIFESTS/amd64-amd64-12.0-RC3 -%%DATADIR%%/MANIFESTS/arm64-aarch64-12.0-RC3 -%%DATADIR%%/MANIFESTS/i386-i386-12.0-RC3 -%%DATADIR%%/MANIFESTS/powerpc-powerpc-12.0-RC3 -%%DATADIR%%/MANIFESTS/powerpc-powerpc64-12.0-RC3 -%%DATADIR%%/MANIFESTS/powerpc-powerpcspe-12.0-RC3 -%%DATADIR%%/MANIFESTS/sparc64-sparc64-12.0-RC3 +%%DATADIR%%/MANIFESTS/amd64-amd64-12.0-RELEASE +%%DATADIR%%/MANIFESTS/arm64-aarch64-12.0-RELEASE +%%DATADIR%%/MANIFESTS/i386-i386-12.0-RELEASE +%%DATADIR%%/MANIFESTS/powerpc-powerpc-12.0-RELEASE +%%DATADIR%%/MANIFESTS/powerpc-powerpc64-12.0-RELEASE +%%DATADIR%%/MANIFESTS/powerpc-powerpcspe-12.0-RELEASE +%%DATADIR%%/MANIFESTS/sparc64-sparc64-12.0-RELEASE From owner-svn-ports-branches@freebsd.org Wed Dec 12 00:31:48 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 16B6C1324607; Wed, 12 Dec 2018 00:31:48 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B1A0B685B0; Wed, 12 Dec 2018 00:31:47 +0000 (UTC) (envelope-from adamw@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A64EF214; Wed, 12 Dec 2018 00:31:47 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBC0Vl7J033599; Wed, 12 Dec 2018 00:31:47 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBC0Vl7K033597; Wed, 12 Dec 2018 00:31:47 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201812120031.wBC0Vl7K033597@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Wed, 12 Dec 2018 00:31:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r487270 - in branches/2018Q4/net/GeoIP: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: adamw X-SVN-Commit-Paths: in branches/2018Q4/net/GeoIP: . files X-SVN-Commit-Revision: 487270 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B1A0B685B0 X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-0.69 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.69)[-0.687,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 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, 12 Dec 2018 00:31:48 -0000 Author: adamw Date: Wed Dec 12 00:31:47 2018 New Revision: 487270 URL: https://svnweb.freebsd.org/changeset/ports/487270 Log: MFH: r487269 Add pkg-message instructions to fix geoiplookup with the free databases GeoIP has free and paid databases with differing granularity. The geoiplookup and geoiplookup6 tools look only for the paid databases. Users with the free databases (as would be obtained through the included geoipupdate.sh script, or though specification of free data files in net/geoipupdate) will need to create symlinks to enable those tools to work with the free database files. The upstream NEWS.md enumerates those symlinks, so this patch includes a link to that file in the upstream repo. PORTREVISION bump for the pkg-message change. PR: 233947 Reported by: Vincent Milum Approved by: portmgr (with hat) Modified: branches/2018Q4/net/GeoIP/Makefile branches/2018Q4/net/GeoIP/files/pkg-message.in Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/net/GeoIP/Makefile ============================================================================== --- branches/2018Q4/net/GeoIP/Makefile Wed Dec 12 00:28:52 2018 (r487269) +++ branches/2018Q4/net/GeoIP/Makefile Wed Dec 12 00:31:47 2018 (r487270) @@ -3,6 +3,7 @@ PORTNAME= GeoIP PORTVERSION= 1.6.12 +PORTREVISION= 1 CATEGORIES= net geography MASTER_SITES= https://github.com/maxmind/geoip-api-c/releases/download/v${PORTVERSION}/ Modified: branches/2018Q4/net/GeoIP/files/pkg-message.in ============================================================================== --- branches/2018Q4/net/GeoIP/files/pkg-message.in Wed Dec 12 00:28:52 2018 (r487269) +++ branches/2018Q4/net/GeoIP/files/pkg-message.in Wed Dec 12 00:31:47 2018 (r487270) @@ -1,3 +1,7 @@ GeoIP does not ship with the actual data files. You must download them yourself! To obtain the free database, run: # %%PREFIX%%/bin/geoipupdate.sh + +If you are using the free database, you will need to create some +symlinks for the geoiplookup tools, as described in +https://github.com/maxmind/geoip-api-c/blob/master/NEWS.md From owner-svn-ports-branches@freebsd.org Wed Dec 12 09:17:28 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 62ADE133433D; Wed, 12 Dec 2018 09:17:28 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0898881B6A; Wed, 12 Dec 2018 09:17:28 +0000 (UTC) (envelope-from matthew@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F207C5E1F; Wed, 12 Dec 2018 09:17:27 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBC9HRE1075761; Wed, 12 Dec 2018 09:17:27 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBC9HRSv075759; Wed, 12 Dec 2018 09:17:27 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201812120917.wBC9HRSv075759@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Wed, 12 Dec 2018 09:17:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r487287 - branches/2018Q4/databases/phpmyadmin X-SVN-Group: ports-branches X-SVN-Commit-Author: matthew X-SVN-Commit-Paths: branches/2018Q4/databases/phpmyadmin X-SVN-Commit-Revision: 487287 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0898881B6A X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-0.68 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.68)[-0.676,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 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, 12 Dec 2018 09:17:28 -0000 Author: matthew Date: Wed Dec 12 09:17:27 2018 New Revision: 487287 URL: https://svnweb.freebsd.org/changeset/ports/487287 Log: MFH: r487282 Security update to 4.8.4 Addresses three security advisories: PMASA-2018-06, PMASA-2018-07, PMASA-2018-08. Also includes additional non-security related code updates. ChangeLog: https://www.phpmyadmin.net/files/4.8.4/ PR: 233953 Security: ed10ed3f-fddc-11e8-94cf-6805ca0b3d42 Approved by: ports-secteam (miwi) Modified: branches/2018Q4/databases/phpmyadmin/Makefile branches/2018Q4/databases/phpmyadmin/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/databases/phpmyadmin/Makefile ============================================================================== --- branches/2018Q4/databases/phpmyadmin/Makefile Wed Dec 12 09:16:04 2018 (r487286) +++ branches/2018Q4/databases/phpmyadmin/Makefile Wed Dec 12 09:17:27 2018 (r487287) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= phpMyAdmin -DISTVERSION= 4.8.3 +DISTVERSION= 4.8.4 CATEGORIES= databases www MASTER_SITES= https://files.phpmyadmin.net/${PORTNAME}/${DISTVERSION}/ DISTNAME= ${PORTNAME}-${DISTVERSION}-all-languages Modified: branches/2018Q4/databases/phpmyadmin/distinfo ============================================================================== --- branches/2018Q4/databases/phpmyadmin/distinfo Wed Dec 12 09:16:04 2018 (r487286) +++ branches/2018Q4/databases/phpmyadmin/distinfo Wed Dec 12 09:17:27 2018 (r487287) @@ -1,3 +1,3 @@ -TIMESTAMP = 1534970018 -SHA256 (phpMyAdmin-4.8.3-all-languages.tar.xz) = 95f2692094d31c2c323d4767023583ab112ad54fff9e3af372710fcb676151af -SIZE (phpMyAdmin-4.8.3-all-languages.tar.xz) = 5996528 +TIMESTAMP = 1544566482 +SHA256 (phpMyAdmin-4.8.4-all-languages.tar.xz) = e3d07cf070983bda327b9f3029ef1941c692ebad29275028948b0e11fa55990d +SIZE (phpMyAdmin-4.8.4-all-languages.tar.xz) = 6012216 From owner-svn-ports-branches@freebsd.org Thu Dec 13 00:33:53 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D3AC2132BA25; Thu, 13 Dec 2018 00:33:52 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 79A2B891EE; Thu, 13 Dec 2018 00:33:52 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6F8EBFE77; Thu, 13 Dec 2018 00:33:52 +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 wBD0XqKJ088162; Thu, 13 Dec 2018 00:33:52 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBD0Xq1g088160; Thu, 13 Dec 2018 00:33:52 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201812130033.wBD0Xq1g088160@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 13 Dec 2018 00:33:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r487334 - branches/2018Q4/emulators/rpcs3 X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2018Q4/emulators/rpcs3 X-SVN-Commit-Revision: 487334 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 79A2B891EE X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-1.33 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.83)[-0.828,0]; NEURAL_HAM_SHORT(-0.50)[-0.500,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 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, 13 Dec 2018 00:33:53 -0000 Author: jbeich Date: Thu Dec 13 00:33:51 2018 New Revision: 487334 URL: https://svnweb.freebsd.org/changeset/ports/487334 Log: MFH: r487216 r487332 emulators/rpcs3: update to 0.0.5.1116 Changes: https://github.com/RPCS3/rpcs3/compare/92be67b40...76f94940c Approved by: ports-secteam (junovitch, implicit for snapshots) Modified: branches/2018Q4/emulators/rpcs3/Makefile branches/2018Q4/emulators/rpcs3/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/emulators/rpcs3/Makefile ============================================================================== --- branches/2018Q4/emulators/rpcs3/Makefile Thu Dec 13 00:32:24 2018 (r487333) +++ branches/2018Q4/emulators/rpcs3/Makefile Thu Dec 13 00:33:51 2018 (r487334) @@ -2,8 +2,8 @@ PORTNAME= rpcs3 DISTVERSIONPREFIX= v -DISTVERSION= 0.0.5-1102 -DISTVERSIONSUFFIX= -g92be67b40 +DISTVERSION= 0.0.5-1116 +DISTVERSIONSUFFIX= -g76f94940c CATEGORIES= emulators PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ Modified: branches/2018Q4/emulators/rpcs3/distinfo ============================================================================== --- branches/2018Q4/emulators/rpcs3/distinfo Thu Dec 13 00:32:24 2018 (r487333) +++ branches/2018Q4/emulators/rpcs3/distinfo Thu Dec 13 00:33:51 2018 (r487334) @@ -1,6 +1,6 @@ -TIMESTAMP = 1543957569 -SHA256 (RPCS3-rpcs3-v0.0.5-1102-g92be67b40_GH0.tar.gz) = 371b68012639d80a64df3ddc207aee42cfad2581ac0648ee309ee5427f7f35ec -SIZE (RPCS3-rpcs3-v0.0.5-1102-g92be67b40_GH0.tar.gz) = 5026940 +TIMESTAMP = 1544557030 +SHA256 (RPCS3-rpcs3-v0.0.5-1116-g76f94940c_GH0.tar.gz) = 423717f2193c020ed717cd01e3787aa20d11111d085bd41fad74ad11cd28acf9 +SIZE (RPCS3-rpcs3-v0.0.5-1116-g76f94940c_GH0.tar.gz) = 5030401 SHA256 (RPCS3-hidapi-hidapi-0.8.0-rc1-27-g9220f5e_GH0.tar.gz) = 3120e0b701943f452760e45f9fc1ac50bab356ad4c807b4cac4598041c5ca1a5 SIZE (RPCS3-hidapi-hidapi-0.8.0-rc1-27-g9220f5e_GH0.tar.gz) = 105400 SHA256 (RPCS3-llvm-5c906fd1694e_GH0.tar.gz) = 8bbe95fbbea545ebb03e73d526add64e2853f86176ad42690f8ce5846bd419ce From owner-svn-ports-branches@freebsd.org Fri Dec 14 13:38:36 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 21F741333FB0; Fri, 14 Dec 2018 13:38:36 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B83AA75344; Fri, 14 Dec 2018 13:38:35 +0000 (UTC) (envelope-from tijl@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AE19A2FF4E; Fri, 14 Dec 2018 13:38:35 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBEDcZ0v063632; Fri, 14 Dec 2018 13:38:35 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBEDcZMH063628; Fri, 14 Dec 2018 13:38:35 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201812141338.wBEDcZMH063628@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Fri, 14 Dec 2018 13:38:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r487433 - branches/2018Q4/security/mbedtls X-SVN-Group: ports-branches X-SVN-Commit-Author: tijl X-SVN-Commit-Paths: branches/2018Q4/security/mbedtls X-SVN-Commit-Revision: 487433 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B83AA75344 X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-1.49 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.86)[-0.855,0]; NEURAL_HAM_SHORT(-0.63)[-0.633,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 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, 14 Dec 2018 13:38:36 -0000 Author: tijl Date: Fri Dec 14 13:38:35 2018 New Revision: 487433 URL: https://svnweb.freebsd.org/changeset/ports/487433 Log: MFH: r487430 Update to 2.14.1. Security: https://tls.mbed.org/tech-updates/security-advisories/mbedtls-security-advisory-2018-03 Approved by: ports-secteam (miwi) Modified: branches/2018Q4/security/mbedtls/Makefile branches/2018Q4/security/mbedtls/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/security/mbedtls/Makefile ============================================================================== --- branches/2018Q4/security/mbedtls/Makefile Fri Dec 14 13:29:11 2018 (r487432) +++ branches/2018Q4/security/mbedtls/Makefile Fri Dec 14 13:38:35 2018 (r487433) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mbedtls -PORTVERSION= 2.13.0 +PORTVERSION= 2.14.1 DISTVERSIONPREFIX=${PORTNAME}- CATEGORIES= security devel Modified: branches/2018Q4/security/mbedtls/distinfo ============================================================================== --- branches/2018Q4/security/mbedtls/distinfo Fri Dec 14 13:29:11 2018 (r487432) +++ branches/2018Q4/security/mbedtls/distinfo Fri Dec 14 13:38:35 2018 (r487433) @@ -1,3 +1,3 @@ -TIMESTAMP = 1536921067 -SHA256 (ARMmbed-mbedtls-mbedtls-2.13.0_GH0.tar.gz) = 4c7df9ad932d84e484da833ac6c98694a0d3cb820ea8f445f74f44d519265f84 -SIZE (ARMmbed-mbedtls-mbedtls-2.13.0_GH0.tar.gz) = 2343870 +TIMESTAMP = 1544791903 +SHA256 (ARMmbed-mbedtls-mbedtls-2.14.1_GH0.tar.gz) = 547943e7a4e79d3f71603087117d28cf4c03b2de6fc0c7cd79f92ad3188b3f80 +SIZE (ARMmbed-mbedtls-mbedtls-2.14.1_GH0.tar.gz) = 2374523 From owner-svn-ports-branches@freebsd.org Fri Dec 14 13:42:55 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 421A013342E0; Fri, 14 Dec 2018 13:42:55 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DCE007579C; Fri, 14 Dec 2018 13:42:54 +0000 (UTC) (envelope-from joneum@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CF11314C; Fri, 14 Dec 2018 13:42:54 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBEDgsOI068693; Fri, 14 Dec 2018 13:42:54 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBEDgsne068692; Fri, 14 Dec 2018 13:42:54 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201812141342.wBEDgsne068692@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Fri, 14 Dec 2018 13:42:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r487434 - branches/2018Q4/www/typo3-8 X-SVN-Group: ports-branches X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: branches/2018Q4/www/typo3-8 X-SVN-Commit-Revision: 487434 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: DCE007579C X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-1.49 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.86)[-0.855,0]; NEURAL_HAM_SHORT(-0.63)[-0.633,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 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, 14 Dec 2018 13:42:55 -0000 Author: joneum Date: Fri Dec 14 13:42:54 2018 New Revision: 487434 URL: https://svnweb.freebsd.org/changeset/ports/487434 Log: MFH: r487427 Update to 8.7.21 Changelog: https://typo3.org/article/typo3-952-8721-and-7632-security-releases-published/ PR: 233935 Security: bab29816-ff93-11e8-b05b-00e04c1ea73d Sponsored by: Netzkommune GmbH Approved by: ports-secteam (miwi) Modified: branches/2018Q4/www/typo3-8/Makefile branches/2018Q4/www/typo3-8/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/www/typo3-8/Makefile ============================================================================== --- branches/2018Q4/www/typo3-8/Makefile Fri Dec 14 13:38:35 2018 (r487433) +++ branches/2018Q4/www/typo3-8/Makefile Fri Dec 14 13:42:54 2018 (r487434) @@ -21,12 +21,12 @@ USES= cpe php:web,flavors shebangfix SHEBANG_GLOB= *.sh *.php NO_BUILD= yes NO_ARCH= yes -USE_PHP= ctype fileinfo filter hash json mysqli openssl pcre session soap xml zip simplexml +USE_PHP= ctype fileinfo filter hash json mysqli openssl pcre session simplexml xml zip WRKSRC= ${WRKDIR}/${TYPO3SRC} PORT_V_MAJOR= 8 PORT_V_MINOR= 7 -PORT_V_PATCH= 17 +PORT_V_PATCH= 21 TYPO3WWW= www TYPO3SRC= ${PORTNAME}_src-${PORTVERSION} Modified: branches/2018Q4/www/typo3-8/distinfo ============================================================================== --- branches/2018Q4/www/typo3-8/distinfo Fri Dec 14 13:38:35 2018 (r487433) +++ branches/2018Q4/www/typo3-8/distinfo Fri Dec 14 13:42:54 2018 (r487434) @@ -1,3 +1,3 @@ -TIMESTAMP = 1531847954 -SHA256 (typo3_src-8.7.17.tar.gz) = 62d3640f75c52a424abe744c2d8ee73c5a01a2d8e7c383c61ca7207e44e22f76 -SIZE (typo3_src-8.7.17.tar.gz) = 19286993 +TIMESTAMP = 1544788958 +SHA256 (typo3_src-8.7.21.tar.gz) = 919adb27ba9d01c423a13d1e95b4392c34619cae73c4867f5efa743b662c5b8e +SIZE (typo3_src-8.7.21.tar.gz) = 21162977 From owner-svn-ports-branches@freebsd.org Fri Dec 14 13:50:49 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DF9641334410; Fri, 14 Dec 2018 13:50:48 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8524C7598B; Fri, 14 Dec 2018 13:50:48 +0000 (UTC) (envelope-from mfechner@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 775F8161; Fri, 14 Dec 2018 13:50:48 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBEDomu1069338; Fri, 14 Dec 2018 13:50:48 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBEDomYX069336; Fri, 14 Dec 2018 13:50:48 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201812141350.wBEDomYX069336@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Fri, 14 Dec 2018 13:50:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r487435 - branches/2018Q4/www/gitlab-ce X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: branches/2018Q4/www/gitlab-ce X-SVN-Commit-Revision: 487435 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 8524C7598B X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-1.49 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.86)[-0.855,0]; NEURAL_HAM_SHORT(-0.63)[-0.633,0] X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 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, 14 Dec 2018 13:50:49 -0000 Author: mfechner Date: Fri Dec 14 13:50:47 2018 New Revision: 487435 URL: https://svnweb.freebsd.org/changeset/ports/487435 Log: MFH: r487429 Security update to 11.5.4. See here for more details: https://about.gitlab.com/2018/12/13/critical-security-release-gitlab-11-dot-5-dot-4-released/ Approved by: mentors (implicit) Security: 757e6ee8-ff91-11e8-a148-001b217b3468 Approved by: ports-secteam (miwi) Modified: branches/2018Q4/www/gitlab-ce/Makefile branches/2018Q4/www/gitlab-ce/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/www/gitlab-ce/Makefile ============================================================================== --- branches/2018Q4/www/gitlab-ce/Makefile Fri Dec 14 13:42:54 2018 (r487434) +++ branches/2018Q4/www/gitlab-ce/Makefile Fri Dec 14 13:50:47 2018 (r487435) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gitlab-ce -PORTVERSION= 11.5.3 +PORTVERSION= 11.5.4 CATEGORIES= www devel MAINTAINER= mfechner@FreeBSD.org @@ -215,7 +215,7 @@ USE_RC_SUBR= gitlab USE_GITLAB= yes GL_ACCOUNT= gitlab-org # Find the here: https://gitlab.com/gitlab-org/gitlab-ce/tags -GL_COMMIT= aa117376d89f0146cc7c573ec9091ada6041b417 +GL_COMMIT= 315df49c4a0f830bdb0c2c6fb037b2c6ea0e0ba7 USERS= git GROUPS= git Modified: branches/2018Q4/www/gitlab-ce/distinfo ============================================================================== --- branches/2018Q4/www/gitlab-ce/distinfo Fri Dec 14 13:42:54 2018 (r487434) +++ branches/2018Q4/www/gitlab-ce/distinfo Fri Dec 14 13:50:47 2018 (r487435) @@ -1,3 +1,3 @@ -TIMESTAMP = 1544124680 -SHA256 (gitlab-org-gitlab-ce-aa117376d89f0146cc7c573ec9091ada6041b417_GL0.tar.gz) = 5fb79cd6b05aeb497f9c7fb9e76d00f009fa1fe21bdefe10b83bbe2d5171ccd8 -SIZE (gitlab-org-gitlab-ce-aa117376d89f0146cc7c573ec9091ada6041b417_GL0.tar.gz) = 50977775 +TIMESTAMP = 1544786508 +SHA256 (gitlab-org-gitlab-ce-315df49c4a0f830bdb0c2c6fb037b2c6ea0e0ba7_GL0.tar.gz) = 03b038c8de5de81e89f9d120ca778df57c914caf3e9ef7ecab3ce93cc43e8c64 +SIZE (gitlab-org-gitlab-ce-315df49c4a0f830bdb0c2c6fb037b2c6ea0e0ba7_GL0.tar.gz) = 50983062 From owner-svn-ports-branches@freebsd.org Fri Dec 14 23:43:09 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8E6AF13249B4; Fri, 14 Dec 2018 23:43:09 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 34D6B70EAB; Fri, 14 Dec 2018 23:43:09 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 226BA6E46; Fri, 14 Dec 2018 23:43:09 +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 wBENh9Rg086720; Fri, 14 Dec 2018 23:43:09 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBENh82w086715; Fri, 14 Dec 2018 23:43:08 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201812142343.wBENh82w086715@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 14 Dec 2018 23:43:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r487476 - branches/2018Q4/emulators/citra X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2018Q4/emulators/citra X-SVN-Commit-Revision: 487476 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 34D6B70EAB X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.84 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.989,0]; NEURAL_HAM_SHORT(-0.96)[-0.964,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.88)[-0.883,0] X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 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, 14 Dec 2018 23:43:09 -0000 Author: jbeich Date: Fri Dec 14 23:43:08 2018 New Revision: 487476 URL: https://svnweb.freebsd.org/changeset/ports/487476 Log: MFH: r487472 emulators/citra: update to s20181212 Changes: https://github.com/citra-emu/citra/compare/edbdbf0ba...65d62b1b8 Approved by: ports-secteam (swills, implicit for snapshots) Modified: branches/2018Q4/emulators/citra/Makefile branches/2018Q4/emulators/citra/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/emulators/citra/Makefile ============================================================================== --- branches/2018Q4/emulators/citra/Makefile Fri Dec 14 23:41:26 2018 (r487475) +++ branches/2018Q4/emulators/citra/Makefile Fri Dec 14 23:43:08 2018 (r487476) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= citra -PORTVERSION= s20181206 +PORTVERSION= s20181212 PORTREVISION?= 0 CATEGORIES= emulators @@ -23,7 +23,7 @@ BUILD_DEPENDS= boost-libs>=1.66:devel/boost-libs USE_GITHUB= yes GH_ACCOUNT= citra-emu -GH_TAGNAME= edbdbf0ba +GH_TAGNAME= 65d62b1b8 GH_TUPLE= citra-emu:ext-libressl-portable:7d01cb0:libressl/externals/libressl \ citra-emu:ext-soundtouch:060181e:soundtouch/externals/soundtouch \ MerryMage:dynarmic:r1-992-g4e6848d1:dynarmic/externals/dynarmic \ Modified: branches/2018Q4/emulators/citra/distinfo ============================================================================== --- branches/2018Q4/emulators/citra/distinfo Fri Dec 14 23:41:26 2018 (r487475) +++ branches/2018Q4/emulators/citra/distinfo Fri Dec 14 23:43:08 2018 (r487476) @@ -1,6 +1,6 @@ -TIMESTAMP = 1544141848 -SHA256 (citra-emu-citra-s20181206-edbdbf0ba_GH0.tar.gz) = 5ccca9abf3c6017edccdb155174ac7d08aedbc88e5c28fa02a3736b82bcf6502 -SIZE (citra-emu-citra-s20181206-edbdbf0ba_GH0.tar.gz) = 4664007 +TIMESTAMP = 1544615100 +SHA256 (citra-emu-citra-s20181212-65d62b1b8_GH0.tar.gz) = 16acc917aa20ff5087f90535864cc3e11213a0d4e110c7cf94728a25ad952d71 +SIZE (citra-emu-citra-s20181212-65d62b1b8_GH0.tar.gz) = 4664009 SHA256 (citra-emu-ext-libressl-portable-7d01cb0_GH0.tar.gz) = f3fc8c9d4991b05ca1e1c8f5907ecd3ffd9724a8dccf328087b4784cda5c7db3 SIZE (citra-emu-ext-libressl-portable-7d01cb0_GH0.tar.gz) = 1762942 SHA256 (citra-emu-ext-soundtouch-060181e_GH0.tar.gz) = a593ab188e4feaeef8376c27b554cc413986efc777c195e44c6d3d223de9a63c From owner-svn-ports-branches@freebsd.org Sat Dec 15 09:02:06 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 77BCB133CE89; Sat, 15 Dec 2018 09:02:06 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 19D318D231; Sat, 15 Dec 2018 09:02:06 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D2D23D47A; Sat, 15 Dec 2018 09:02:05 +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 wBF925hL079617; Sat, 15 Dec 2018 09:02:05 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBF9256e079616; Sat, 15 Dec 2018 09:02:05 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201812150902.wBF9256e079616@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 15 Dec 2018 09:02:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r487495 - branches/2018Q4/net/liveMedia X-SVN-Group: ports-branches X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: branches/2018Q4/net/liveMedia X-SVN-Commit-Revision: 487495 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 19D318D231 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.83 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.989,0]; NEURAL_HAM_SHORT(-0.96)[-0.956,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.88)[-0.883,0] X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 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, 15 Dec 2018 09:02:06 -0000 Author: riggs Date: Sat Dec 15 09:02:05 2018 New Revision: 487495 URL: https://svnweb.freebsd.org/changeset/ports/487495 Log: MFH: r487493 Update to upstream release as of 2018.12.14 Details: - Added support for sending (and handling) RTCP "BYE" packets that contain a 'reason' string. - Fixed a bug in the server implementation of RTSP-over-HTTP to prevent a potential denial-of-service attack. - Upstream changelog, see: http://www.live555.com/liveMedia/public/changelog.txt Approved by: ports-secteam (riggs) Modified: branches/2018Q4/net/liveMedia/Makefile branches/2018Q4/net/liveMedia/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/net/liveMedia/Makefile ============================================================================== --- branches/2018Q4/net/liveMedia/Makefile Sat Dec 15 09:00:09 2018 (r487494) +++ branches/2018Q4/net/liveMedia/Makefile Sat Dec 15 09:02:05 2018 (r487495) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= liveMedia -PORTVERSION= 2018.10.17 +PORTVERSION= 2018.12.14 PORTEPOCH= 2 CATEGORIES= net devel MASTER_SITES= http://www.live555.com/liveMedia/public/ \ Modified: branches/2018Q4/net/liveMedia/distinfo ============================================================================== --- branches/2018Q4/net/liveMedia/distinfo Sat Dec 15 09:00:09 2018 (r487494) +++ branches/2018Q4/net/liveMedia/distinfo Sat Dec 15 09:02:05 2018 (r487495) @@ -1,3 +1,3 @@ -TIMESTAMP = 1540736399 -SHA256 (live.2018.10.17.tar.gz) = 7c68d9c95b39acd309a2b6a4fc14c3837544a9be3f64062ed38d1ad6f68dc9e8 -SIZE (live.2018.10.17.tar.gz) = 634220 +TIMESTAMP = 1544813221 +SHA256 (live.2018.12.14.tar.gz) = 8dc31f76909602c3c07c8f876237e6ab7ac674d00f1bb065eda20e719f772a47 +SIZE (live.2018.12.14.tar.gz) = 647632 From owner-svn-ports-branches@freebsd.org Sat Dec 15 09:09:13 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4FBFD133D47E; Sat, 15 Dec 2018 09:09:13 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E4E6A8D892; Sat, 15 Dec 2018 09:09:12 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D682ED4B9; Sat, 15 Dec 2018 09:09:12 +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 wBF99C6r080214; Sat, 15 Dec 2018 09:09:12 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBF99Cm5080212; Sat, 15 Dec 2018 09:09:12 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201812150909.wBF99Cm5080212@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 15 Dec 2018 09:09:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r487497 - in branches/2018Q4/multimedia: vlc vlc3 X-SVN-Group: ports-branches X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: in branches/2018Q4/multimedia: vlc vlc3 X-SVN-Commit-Revision: 487497 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: E4E6A8D892 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.82 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.989,0]; NEURAL_HAM_LONG(-0.88)[-0.883,0]; NEURAL_HAM_SHORT(-0.95)[-0.950,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 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, 15 Dec 2018 09:09:13 -0000 Author: riggs Date: Sat Dec 15 09:09:12 2018 New Revision: 487497 URL: https://svnweb.freebsd.org/changeset/ports/487497 Log: MFH: r487496 Chase update of net/liveMedia (backwards compatible API change) Approved by: ports-secteam (riggs) Modified: branches/2018Q4/multimedia/vlc/Makefile branches/2018Q4/multimedia/vlc3/Makefile Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/multimedia/vlc/Makefile ============================================================================== --- branches/2018Q4/multimedia/vlc/Makefile Sat Dec 15 09:05:31 2018 (r487496) +++ branches/2018Q4/multimedia/vlc/Makefile Sat Dec 15 09:09:12 2018 (r487497) @@ -3,7 +3,7 @@ PORTNAME= vlc DISTVERSION= 2.2.8 -PORTREVISION= 13 +PORTREVISION= 16 PORTEPOCH= 4 CATEGORIES= multimedia audio ipv6 net www MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \ Modified: branches/2018Q4/multimedia/vlc3/Makefile ============================================================================== --- branches/2018Q4/multimedia/vlc3/Makefile Sat Dec 15 09:05:31 2018 (r487496) +++ branches/2018Q4/multimedia/vlc3/Makefile Sat Dec 15 09:09:12 2018 (r487497) @@ -3,6 +3,7 @@ PORTNAME= vlc DISTVERSION= 3.0.4 +PORTREVISION= 6 PORTEPOCH= 4 CATEGORIES= multimedia audio ipv6 net www MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \ From owner-svn-ports-branches@freebsd.org Sat Dec 15 09:16:51 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4211A133DAC3; Sat, 15 Dec 2018 09:16:51 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DD9C58DF85; Sat, 15 Dec 2018 09:16:50 +0000 (UTC) (envelope-from joneum@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CEBF9D67F; Sat, 15 Dec 2018 09:16:50 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBF9Go1e085271; Sat, 15 Dec 2018 09:16:50 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBF9Go7E085269; Sat, 15 Dec 2018 09:16:50 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201812150916.wBF9Go7E085269@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Sat, 15 Dec 2018 09:16:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r487498 - branches/2018Q4/www/typo3-8 X-SVN-Group: ports-branches X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: branches/2018Q4/www/typo3-8 X-SVN-Commit-Revision: 487498 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: DD9C58DF85 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.82 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.989,0]; NEURAL_HAM_SHORT(-0.95)[-0.950,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.88)[-0.883,0] X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 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, 15 Dec 2018 09:16:51 -0000 Author: joneum Date: Sat Dec 15 09:16:50 2018 New Revision: 487498 URL: https://svnweb.freebsd.org/changeset/ports/487498 Log: MFH: r487467 Update to 8.7.22 Changelog: https://get.typo3.org/release-notes/8.7.22 PR: 234006 Submitted by: Helmut Ritter (maintainer) Sponsored by: Netzkommune GmbH Approved by: ports-secteam (miwi) Modified: branches/2018Q4/www/typo3-8/Makefile branches/2018Q4/www/typo3-8/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/www/typo3-8/Makefile ============================================================================== --- branches/2018Q4/www/typo3-8/Makefile Sat Dec 15 09:09:12 2018 (r487497) +++ branches/2018Q4/www/typo3-8/Makefile Sat Dec 15 09:16:50 2018 (r487498) @@ -26,7 +26,7 @@ WRKSRC= ${WRKDIR}/${TYPO3SRC} PORT_V_MAJOR= 8 PORT_V_MINOR= 7 -PORT_V_PATCH= 21 +PORT_V_PATCH= 22 TYPO3WWW= www TYPO3SRC= ${PORTNAME}_src-${PORTVERSION} Modified: branches/2018Q4/www/typo3-8/distinfo ============================================================================== --- branches/2018Q4/www/typo3-8/distinfo Sat Dec 15 09:09:12 2018 (r487497) +++ branches/2018Q4/www/typo3-8/distinfo Sat Dec 15 09:16:50 2018 (r487498) @@ -1,3 +1,3 @@ -TIMESTAMP = 1544788958 -SHA256 (typo3_src-8.7.21.tar.gz) = 919adb27ba9d01c423a13d1e95b4392c34619cae73c4867f5efa743b662c5b8e -SIZE (typo3_src-8.7.21.tar.gz) = 21162977 +TIMESTAMP = 1544818061 +SHA256 (typo3_src-8.7.22.tar.gz) = 4794e5bb95ea791c1c59aacc58b92c5da531da29c859e7ede5ef2f58752a571e +SIZE (typo3_src-8.7.22.tar.gz) = 21162081 From owner-svn-ports-branches@freebsd.org Sat Dec 15 14:57:22 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8E2BF1321F7D; Sat, 15 Dec 2018 14:57:22 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 17D2D73AC4; Sat, 15 Dec 2018 14:57:22 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0825419220; Sat, 15 Dec 2018 14:57: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 wBFEvLKC063844; Sat, 15 Dec 2018 14:57:21 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBFEvL2m063843; Sat, 15 Dec 2018 14:57:21 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201812151457.wBFEvL2m063843@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 15 Dec 2018 14:57:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r487516 - branches/2018Q4/emulators/rpcs3 X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2018Q4/emulators/rpcs3 X-SVN-Commit-Revision: 487516 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 17D2D73AC4 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.85 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.989,0]; NEURAL_HAM_SHORT(-0.98)[-0.978,0]; NEURAL_HAM_LONG(-0.88)[-0.883,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 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, 15 Dec 2018 14:57:22 -0000 Author: jbeich Date: Sat Dec 15 14:57:21 2018 New Revision: 487516 URL: https://svnweb.freebsd.org/changeset/ports/487516 Log: MFH: r487514 emulators/rpcs3: update to 0.0.5.1118 Changes: https://github.com/RPCS3/rpcs3/compare/76f94940c...8cbaa8627 Approved by: ports-secteam (junovitch, implicit for snapshots) Modified: branches/2018Q4/emulators/rpcs3/Makefile branches/2018Q4/emulators/rpcs3/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/emulators/rpcs3/Makefile ============================================================================== --- branches/2018Q4/emulators/rpcs3/Makefile Sat Dec 15 14:57:03 2018 (r487515) +++ branches/2018Q4/emulators/rpcs3/Makefile Sat Dec 15 14:57:21 2018 (r487516) @@ -2,8 +2,8 @@ PORTNAME= rpcs3 DISTVERSIONPREFIX= v -DISTVERSION= 0.0.5-1116 -DISTVERSIONSUFFIX= -g76f94940c +DISTVERSION= 0.0.5-1118 +DISTVERSIONSUFFIX= -g8cbaa8627 CATEGORIES= emulators PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ Modified: branches/2018Q4/emulators/rpcs3/distinfo ============================================================================== --- branches/2018Q4/emulators/rpcs3/distinfo Sat Dec 15 14:57:03 2018 (r487515) +++ branches/2018Q4/emulators/rpcs3/distinfo Sat Dec 15 14:57:21 2018 (r487516) @@ -1,6 +1,6 @@ -TIMESTAMP = 1544557030 -SHA256 (RPCS3-rpcs3-v0.0.5-1116-g76f94940c_GH0.tar.gz) = 423717f2193c020ed717cd01e3787aa20d11111d085bd41fad74ad11cd28acf9 -SIZE (RPCS3-rpcs3-v0.0.5-1116-g76f94940c_GH0.tar.gz) = 5030401 +TIMESTAMP = 1544878276 +SHA256 (RPCS3-rpcs3-v0.0.5-1118-g8cbaa8627_GH0.tar.gz) = 705a4f190dec1c817851768bc517ef5f832308740179ed80a8e7952eb9fe9d6f +SIZE (RPCS3-rpcs3-v0.0.5-1118-g8cbaa8627_GH0.tar.gz) = 5030302 SHA256 (RPCS3-hidapi-hidapi-0.8.0-rc1-27-g9220f5e_GH0.tar.gz) = 3120e0b701943f452760e45f9fc1ac50bab356ad4c807b4cac4598041c5ca1a5 SIZE (RPCS3-hidapi-hidapi-0.8.0-rc1-27-g9220f5e_GH0.tar.gz) = 105400 SHA256 (RPCS3-llvm-5c906fd1694e_GH0.tar.gz) = 8bbe95fbbea545ebb03e73d526add64e2853f86176ad42690f8ce5846bd419ce From owner-svn-ports-branches@freebsd.org Sat Dec 15 15:07:52 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 65A8A13226EC; Sat, 15 Dec 2018 15:07:52 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 019FE74B3C; Sat, 15 Dec 2018 15:07:52 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E6809193F2; Sat, 15 Dec 2018 15:07:51 +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 wBFF7pBf069553; Sat, 15 Dec 2018 15:07:51 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBFF7pB6069551; Sat, 15 Dec 2018 15:07:51 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201812151507.wBFF7pB6069551@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 15 Dec 2018 15:07:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r487521 - branches/2018Q4/emulators/citra X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2018Q4/emulators/citra X-SVN-Commit-Revision: 487521 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 019FE74B3C X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.85 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.989,0]; NEURAL_HAM_SHORT(-0.98)[-0.978,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.88)[-0.883,0] X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 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, 15 Dec 2018 15:07:52 -0000 Author: jbeich Date: Sat Dec 15 15:07:51 2018 New Revision: 487521 URL: https://svnweb.freebsd.org/changeset/ports/487521 Log: MFH: r487520 emulators/citra: update to s20181215 Changes: https://github.com/citra-emu/citra/compare/65d62b1b8...d2003dae4 Approved by: ports-secteam (swills, implicit for snapshots) Modified: branches/2018Q4/emulators/citra/Makefile branches/2018Q4/emulators/citra/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/emulators/citra/Makefile ============================================================================== --- branches/2018Q4/emulators/citra/Makefile Sat Dec 15 15:07:17 2018 (r487520) +++ branches/2018Q4/emulators/citra/Makefile Sat Dec 15 15:07:51 2018 (r487521) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= citra -PORTVERSION= s20181212 +PORTVERSION= s20181215 PORTREVISION?= 0 CATEGORIES= emulators @@ -23,7 +23,7 @@ BUILD_DEPENDS= boost-libs>=1.66:devel/boost-libs USE_GITHUB= yes GH_ACCOUNT= citra-emu -GH_TAGNAME= 65d62b1b8 +GH_TAGNAME= d2003dae4 GH_TUPLE= citra-emu:ext-libressl-portable:7d01cb0:libressl/externals/libressl \ citra-emu:ext-soundtouch:060181e:soundtouch/externals/soundtouch \ MerryMage:dynarmic:r1-992-g4e6848d1:dynarmic/externals/dynarmic \ Modified: branches/2018Q4/emulators/citra/distinfo ============================================================================== --- branches/2018Q4/emulators/citra/distinfo Sat Dec 15 15:07:17 2018 (r487520) +++ branches/2018Q4/emulators/citra/distinfo Sat Dec 15 15:07:51 2018 (r487521) @@ -1,6 +1,6 @@ -TIMESTAMP = 1544615100 -SHA256 (citra-emu-citra-s20181212-65d62b1b8_GH0.tar.gz) = 16acc917aa20ff5087f90535864cc3e11213a0d4e110c7cf94728a25ad952d71 -SIZE (citra-emu-citra-s20181212-65d62b1b8_GH0.tar.gz) = 4664009 +TIMESTAMP = 1544837951 +SHA256 (citra-emu-citra-s20181215-d2003dae4_GH0.tar.gz) = 13c7287f1db36e55b4fb97c6f052ac72f9418c79c82c495eec49e4c0d263272f +SIZE (citra-emu-citra-s20181215-d2003dae4_GH0.tar.gz) = 4663993 SHA256 (citra-emu-ext-libressl-portable-7d01cb0_GH0.tar.gz) = f3fc8c9d4991b05ca1e1c8f5907ecd3ffd9724a8dccf328087b4784cda5c7db3 SIZE (citra-emu-ext-libressl-portable-7d01cb0_GH0.tar.gz) = 1762942 SHA256 (citra-emu-ext-soundtouch-060181e_GH0.tar.gz) = a593ab188e4feaeef8376c27b554cc413986efc777c195e44c6d3d223de9a63c From owner-svn-ports-branches@freebsd.org Sat Dec 15 15:54:50 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C99D01323A3D; Sat, 15 Dec 2018 15:54:50 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6848C76619; Sat, 15 Dec 2018 15:54:50 +0000 (UTC) (envelope-from joneum@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 55DB619C5F; Sat, 15 Dec 2018 15:54:50 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBFFsooQ097412; Sat, 15 Dec 2018 15:54:50 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBFFsmoU097403; Sat, 15 Dec 2018 15:54:48 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201812151554.wBFFsmoU097403@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Sat, 15 Dec 2018 15:54:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r487532 - in branches/2018Q4: chinese/wordpress-zh_CN french/wordpress german/wordpress japanese/wordpress www/wordpress X-SVN-Group: ports-branches X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: in branches/2018Q4: chinese/wordpress-zh_CN french/wordpress german/wordpress japanese/wordpress www/wordpress X-SVN-Commit-Revision: 487532 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 6848C76619 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.85 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.990,0]; NEURAL_HAM_LONG(-0.88)[-0.881,0]; NEURAL_HAM_SHORT(-0.98)[-0.979,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 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, 15 Dec 2018 15:54:51 -0000 Author: joneum Date: Sat Dec 15 15:54:47 2018 New Revision: 487532 URL: https://svnweb.freebsd.org/changeset/ports/487532 Log: MFH: r487529 wordpress: Update to 5.0.1 Changelog: https://wordpress.org/news/2018/12/wordpress-5-0-1-security-release/ Security: 4b98613c-0078-11e9-b05b-00e04c1ea73d Sponsored by: Netzkommune GmbH Approved by: ports-secteam (miwi) Modified: branches/2018Q4/chinese/wordpress-zh_CN/Makefile branches/2018Q4/chinese/wordpress-zh_CN/distinfo branches/2018Q4/french/wordpress/Makefile branches/2018Q4/french/wordpress/distinfo branches/2018Q4/german/wordpress/Makefile branches/2018Q4/german/wordpress/distinfo branches/2018Q4/japanese/wordpress/Makefile branches/2018Q4/japanese/wordpress/distinfo branches/2018Q4/www/wordpress/Makefile branches/2018Q4/www/wordpress/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/chinese/wordpress-zh_CN/Makefile ============================================================================== --- branches/2018Q4/chinese/wordpress-zh_CN/Makefile Sat Dec 15 15:52:45 2018 (r487531) +++ branches/2018Q4/chinese/wordpress-zh_CN/Makefile Sat Dec 15 15:54:47 2018 (r487532) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -DISTVERSION= 4.9.4 +DISTVERSION= 5.0.1 DISTVERSIONSUFFIX= -zh_CN CATEGORIES= chinese www MASTER_SITES= http://cn.wordpress.org/ Modified: branches/2018Q4/chinese/wordpress-zh_CN/distinfo ============================================================================== --- branches/2018Q4/chinese/wordpress-zh_CN/distinfo Sat Dec 15 15:52:45 2018 (r487531) +++ branches/2018Q4/chinese/wordpress-zh_CN/distinfo Sat Dec 15 15:54:47 2018 (r487532) @@ -1,3 +1,3 @@ -TIMESTAMP = 1518216241 -SHA256 (wordpress-4.9.4-zh_CN.tar.gz) = d85a030c459344c98d5f1b0667d32f01968d034cbbbbf422e639c83c07ca5dd6 -SIZE (wordpress-4.9.4-zh_CN.tar.gz) = 9082696 +TIMESTAMP = 1544886414 +SHA256 (wordpress-5.0.1-zh_CN.tar.gz) = fdc154f3853c277e89e3fedcf754e829a46f257332edef4d551c36499dd00eb7 +SIZE (wordpress-5.0.1-zh_CN.tar.gz) = 11099684 Modified: branches/2018Q4/french/wordpress/Makefile ============================================================================== --- branches/2018Q4/french/wordpress/Makefile Sat Dec 15 15:52:45 2018 (r487531) +++ branches/2018Q4/french/wordpress/Makefile Sat Dec 15 15:54:47 2018 (r487532) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -DISTVERSION= 4.9.8 +DISTVERSION= 5.0.1 DISTVERSIONSUFFIX= -fr_FR PORTEPOCH= 1 CATEGORIES= french www Modified: branches/2018Q4/french/wordpress/distinfo ============================================================================== --- branches/2018Q4/french/wordpress/distinfo Sat Dec 15 15:52:45 2018 (r487531) +++ branches/2018Q4/french/wordpress/distinfo Sat Dec 15 15:54:47 2018 (r487532) @@ -1,3 +1,3 @@ -TIMESTAMP = 1533637888 -SHA256 (wordpress-4.9.8-fr_FR.tar.gz) = 1b88cc5cb6dd9d437dcf415579006291db4e3cf9bd85d052c88b5e0b09151a6f -SIZE (wordpress-4.9.8-fr_FR.tar.gz) = 9276931 +TIMESTAMP = 1544886499 +SHA256 (wordpress-5.0.1-fr_FR.tar.gz) = 6ec3d922afcea8b453889a21d2c4ce3ec4b15083dd8dc79ecc2d9a864fa8a54d +SIZE (wordpress-5.0.1-fr_FR.tar.gz) = 11113480 Modified: branches/2018Q4/german/wordpress/Makefile ============================================================================== --- branches/2018Q4/german/wordpress/Makefile Sat Dec 15 15:52:45 2018 (r487531) +++ branches/2018Q4/german/wordpress/Makefile Sat Dec 15 15:54:47 2018 (r487532) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -DISTVERSION= 4.9.8 +DISTVERSION= 5.0.1 DISTVERSIONSUFFIX= -de_DE CATEGORIES= german www MASTER_SITES= http://de.wordpress.org/ Modified: branches/2018Q4/german/wordpress/distinfo ============================================================================== --- branches/2018Q4/german/wordpress/distinfo Sat Dec 15 15:52:45 2018 (r487531) +++ branches/2018Q4/german/wordpress/distinfo Sat Dec 15 15:54:47 2018 (r487532) @@ -1,3 +1,3 @@ -TIMESTAMP = 1533637869 -SHA256 (wordpress-4.9.8-de_DE.tar.gz) = 4857b22bd091eafd03a5c4e18dd62ffa3f9654c34d132187997bdec2f5490920 -SIZE (wordpress-4.9.8-de_DE.tar.gz) = 9276445 +TIMESTAMP = 1544886532 +SHA256 (wordpress-5.0.1-de_DE.tar.gz) = abb16497fe9062defd4f2a7e4b96c064ee95f782b65dad0e5f75c2cfe4e4601f +SIZE (wordpress-5.0.1-de_DE.tar.gz) = 11112669 Modified: branches/2018Q4/japanese/wordpress/Makefile ============================================================================== --- branches/2018Q4/japanese/wordpress/Makefile Sat Dec 15 15:52:45 2018 (r487531) +++ branches/2018Q4/japanese/wordpress/Makefile Sat Dec 15 15:54:47 2018 (r487532) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -DISTVERSION= 4.9.8 +DISTVERSION= 5.0.1 DISTVERSIONSUFFIX= -ja CATEGORIES= japanese www MASTER_SITES= http://ja.wordpress.org/ Modified: branches/2018Q4/japanese/wordpress/distinfo ============================================================================== --- branches/2018Q4/japanese/wordpress/distinfo Sat Dec 15 15:52:45 2018 (r487531) +++ branches/2018Q4/japanese/wordpress/distinfo Sat Dec 15 15:54:47 2018 (r487532) @@ -1,3 +1,3 @@ -TIMESTAMP = 1533637849 -SHA256 (wordpress-4.9.8-ja.tar.gz) = 020492e0537862a9d07271d9434524f9893a900335b80ce4292bf5fedceb2dab -SIZE (wordpress-4.9.8-ja.tar.gz) = 9292403 +TIMESTAMP = 1544887716 +SHA256 (wordpress-5.0.1-ja.tar.gz) = 8d9df57eb3e3781529857812e78eb4e329fc7fe55d201aa008e5e5937f7243d1 +SIZE (wordpress-5.0.1-ja.tar.gz) = 11119386 Modified: branches/2018Q4/www/wordpress/Makefile ============================================================================== --- branches/2018Q4/www/wordpress/Makefile Sat Dec 15 15:52:45 2018 (r487531) +++ branches/2018Q4/www/wordpress/Makefile Sat Dec 15 15:54:47 2018 (r487532) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -DISTVERSION= 4.9.8 +DISTVERSION= 5.0.1 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= http://wordpress.org/ Modified: branches/2018Q4/www/wordpress/distinfo ============================================================================== --- branches/2018Q4/www/wordpress/distinfo Sat Dec 15 15:52:45 2018 (r487531) +++ branches/2018Q4/www/wordpress/distinfo Sat Dec 15 15:54:47 2018 (r487532) @@ -1,3 +1,3 @@ -TIMESTAMP = 1533637801 -SHA256 (wordpress-4.9.8.tar.gz) = 37acdd94dd45257d3afa055b9c31f62d9daa5c5d0bfc4ee37f4f62c30bf0686b -SIZE (wordpress-4.9.8.tar.gz) = 8743850 +TIMESTAMP = 1544887858 +SHA256 (wordpress-5.0.1.tar.gz) = 3a64a5c61a946dc19a0354c34f02e835042e4538d65b9c448e075f4ad5275024 +SIZE (wordpress-5.0.1.tar.gz) = 10506712