From owner-svn-ports-branches@freebsd.org Sun Jul 15 04:38:43 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 8A57E1028BF4; Sun, 15 Jul 2018 04:38:43 +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 339FC779F7; Sun, 15 Jul 2018 04:38:43 +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 093E2EF5; Sun, 15 Jul 2018 04:38:43 +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 w6F4cgVX093401; Sun, 15 Jul 2018 04:38:42 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6F4cgnT093396; Sun, 15 Jul 2018 04:38:42 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201807150438.w6F4cgnT093396@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 15 Jul 2018 04:38:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r474660 - in branches/2018Q3: Mk www/firefox www/firefox-esr www/waterfox X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2018Q3: Mk www/firefox www/firefox-esr www/waterfox X-SVN-Commit-Revision: 474660 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.27 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, 15 Jul 2018 04:38:43 -0000 Author: jbeich Date: Sun Jul 15 04:38:41 2018 New Revision: 474660 URL: https://svnweb.freebsd.org/changeset/ports/474660 Log: MFH: r474545 r474546 www/firefox: switch to Clang 6.0.1 on FreeBSD 11.1 Clang 6 is already used on 10.4, 11.2 and -CURRENT. No need to expose users to Clang 4.0.0 regressions fixed in 4.0.1 or later versions. Approved by: ports-secteam blanket Modified: branches/2018Q3/Mk/bsd.gecko.mk branches/2018Q3/www/firefox-esr/Makefile branches/2018Q3/www/firefox/Makefile branches/2018Q3/www/waterfox/Makefile Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/Mk/bsd.gecko.mk ============================================================================== --- branches/2018Q3/Mk/bsd.gecko.mk Sun Jul 15 04:34:43 2018 (r474659) +++ branches/2018Q3/Mk/bsd.gecko.mk Sun Jul 15 04:38:41 2018 (r474660) @@ -92,7 +92,7 @@ CONFIGURE_OUTSOURCE= yes BUNDLE_LIBS= yes .if ${MOZILLA_VER:R:R} >= 49 -USES+= compiler:c++14-lang +USES+= compiler:c++17-lang CPPFLAGS+= -D_GLIBCXX_USE_C99 -D_GLIBCXX_USE_C99_MATH_TR1 \ -D_DECLARE_C99_LDBL_MATH # XXX ports/193528 .else @@ -114,7 +114,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/bin/python${PYTHON3_DEFAU MOZ_EXPORT+= PYTHON3="${LOCALBASE}/bin/python${PYTHON3_DEFAULT}" .endif -.if ${OPSYS} == FreeBSD && ${OSREL} == 11.1 +.if ${OPSYS} == FreeBSD && ${OSREL} == 11.1 && ${MOZILLA_VER:R:R} < 49 LLD_UNSAFE= yes .endif Modified: branches/2018Q3/www/firefox-esr/Makefile ============================================================================== --- branches/2018Q3/www/firefox-esr/Makefile Sun Jul 15 04:34:43 2018 (r474659) +++ branches/2018Q3/www/firefox-esr/Makefile Sun Jul 15 04:38:41 2018 (r474660) @@ -3,7 +3,7 @@ PORTNAME= firefox DISTVERSION= 60.1.0 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ Modified: branches/2018Q3/www/firefox/Makefile ============================================================================== --- branches/2018Q3/www/firefox/Makefile Sun Jul 15 04:34:43 2018 (r474659) +++ branches/2018Q3/www/firefox/Makefile Sun Jul 15 04:38:41 2018 (r474660) @@ -3,6 +3,7 @@ PORTNAME= firefox DISTVERSION= 61.0.1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ Modified: branches/2018Q3/www/waterfox/Makefile ============================================================================== --- branches/2018Q3/www/waterfox/Makefile Sun Jul 15 04:34:43 2018 (r474659) +++ branches/2018Q3/www/waterfox/Makefile Sun Jul 15 04:38:41 2018 (r474660) @@ -3,7 +3,7 @@ PORTNAME= waterfox DISTVERSION= 56.2.1-55 DISTVERSIONSUFFIX= -g6395bf177f76a -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www ipv6 MAINTAINER= jbeich@FreeBSD.org From owner-svn-ports-branches@freebsd.org Sun Jul 15 04:39:57 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 298951028CD9; Sun, 15 Jul 2018 04:39:57 +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 BE42F77AE0; Sun, 15 Jul 2018 04:39:56 +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 99CDEEF8; Sun, 15 Jul 2018 04:39:56 +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 w6F4duAw093701; Sun, 15 Jul 2018 04:39:56 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6F4dtnu093696; Sun, 15 Jul 2018 04:39:55 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201807150439.w6F4dtnu093696@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 15 Jul 2018 04:39:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r474661 - in branches/2018Q3/www/waterfox: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2018Q3/www/waterfox: . files X-SVN-Commit-Revision: 474661 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.27 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, 15 Jul 2018 04:39:57 -0000 Author: jbeich Date: Sun Jul 15 04:39:55 2018 New Revision: 474661 URL: https://svnweb.freebsd.org/changeset/ports/474661 Log: MFH: r474311 r474659 www/waterfox: update to 56.2.2 - Apply some FF61 fixes Changes: https://github.com/MrAlex94/Waterfox/compare/6395bf177f76a...56.2.2 Approved by: ports-secteam blanket Added: branches/2018Q3/www/waterfox/files/patch-bug1431285 - copied unchanged from r474659, head/www/waterfox/files/patch-bug1431285 branches/2018Q3/www/waterfox/files/patch-bug1472925 - copied unchanged from r474659, head/www/waterfox/files/patch-bug1472925 branches/2018Q3/www/waterfox/files/patch-bug1473041 - copied unchanged from r474659, head/www/waterfox/files/patch-bug1473041 Deleted: branches/2018Q3/www/waterfox/files/patch-bug1452576 branches/2018Q3/www/waterfox/files/patch-bug1458048 branches/2018Q3/www/waterfox/files/patch-bug1458270 branches/2018Q3/www/waterfox/files/patch-bug1462912 branches/2018Q3/www/waterfox/files/patch-bug1463494 branches/2018Q3/www/waterfox/files/patch-bug1464079 Modified: branches/2018Q3/www/waterfox/Makefile branches/2018Q3/www/waterfox/distinfo Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/www/waterfox/Makefile ============================================================================== --- branches/2018Q3/www/waterfox/Makefile Sun Jul 15 04:38:41 2018 (r474660) +++ branches/2018Q3/www/waterfox/Makefile Sun Jul 15 04:39:55 2018 (r474661) @@ -1,16 +1,14 @@ # $FreeBSD$ PORTNAME= waterfox -DISTVERSION= 56.2.1-55 -DISTVERSIONSUFFIX= -g6395bf177f76a -PORTREVISION= 3 +DISTVERSION= 56.2.2 CATEGORIES= www ipv6 MAINTAINER= jbeich@FreeBSD.org COMMENT= Distilled fork of Firefox DEPRECATED= Temporary experiment -EXPIRATION_DATE=2018-07-10 +EXPIRATION_DATE=2018-09-27 BUILD_DEPENDS= nspr>=4.16:devel/nspr \ nss>=3.32.1:security/nss \ Modified: branches/2018Q3/www/waterfox/distinfo ============================================================================== --- branches/2018Q3/www/waterfox/distinfo Sun Jul 15 04:38:41 2018 (r474660) +++ branches/2018Q3/www/waterfox/distinfo Sun Jul 15 04:39:55 2018 (r474661) @@ -1,3 +1,3 @@ -TIMESTAMP = 1530543888 -SHA256 (MrAlex94-Waterfox-56.2.1-55-g6395bf177f76a_GH0.tar.gz) = 768ff4628b2f4dcf1868dfae711a10b69d2166c544a1252dd4463c2b596676ec -SIZE (MrAlex94-Waterfox-56.2.1-55-g6395bf177f76a_GH0.tar.gz) = 395130631 +TIMESTAMP = 1531411206 +SHA256 (MrAlex94-Waterfox-56.2.2_GH0.tar.gz) = cdca42bb619f0a4dedf216c78fe965775fd5e6cb14c8b5e677fe264b1f5667b2 +SIZE (MrAlex94-Waterfox-56.2.2_GH0.tar.gz) = 395130444 Copied: branches/2018Q3/www/waterfox/files/patch-bug1431285 (from r474659, head/www/waterfox/files/patch-bug1431285) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q3/www/waterfox/files/patch-bug1431285 Sun Jul 15 04:39:55 2018 (r474661, copy of r474659, head/www/waterfox/files/patch-bug1431285) @@ -0,0 +1,34 @@ +commit 767fca9e52ef +Author: Bobby Holley +Date: Tue Jul 3 23:47:48 2018 +0000 + + Bug 1431285 - Cap the number of style threads at six. r=emilio a=lizzard + + MozReview-Commit-ID: 3qI1mIvDn8j + + Differential Revision: https://phabricator.services.mozilla.com/D1928 + + --HG-- + extra : source : 0d61bbcd24d8eb49d2beea278859da868186f783 +--- + servo/components/style/gecko/global_style_data.rs | 7 ++++++- + 1 file changed, 6 insertions(+), 1 deletion(-) + +diff --git servo/components/style/gecko/global_style_data.rs servo/components/style/gecko/global_style_data.rs +index f1cb107dff0fa..6671de9867d2f 100644 +--- servo/components/style/gecko/global_style_data.rs ++++ servo/components/style/gecko/global_style_data.rs +@@ -65,7 +65,12 @@ lazy_static! { + .map(|s| s.parse::().expect("invalid STYLO_THREADS value")); + let mut num_threads = match stylo_threads { + Ok(num) => num, +- _ => cmp::max(num_cpus::get() * 3 / 4, 1), ++ // The default heuristic is num_virtual_cores * .75. This gives us ++ // three threads on a hyper-threaded dual core, and six threads on ++ // a hyper-threaded quad core. The performance benefit of additional ++ // threads seems to level off at around six, so we cap it there on ++ // many-core machines (see bug 1431285 comment 14). ++ _ => cmp::min(cmp::max(num_cpus::get() * 3 / 4, 1), 6), + }; + + // If num_threads is one, there's no point in creating a thread pool, so Copied: branches/2018Q3/www/waterfox/files/patch-bug1472925 (from r474659, head/www/waterfox/files/patch-bug1472925) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q3/www/waterfox/files/patch-bug1472925 Sun Jul 15 04:39:55 2018 (r474661, copy of r474659, head/www/waterfox/files/patch-bug1472925) @@ -0,0 +1,83 @@ +commit 8ffab3ae0ea3 +Author: Karl Tomlinson +Date: Tue Jul 3 17:23:09 2018 +1200 + + Bug 1472925 - Keep a strong reference to MediaStreamGraph from GraphDriver. r=padenot, a=lizzard +--- + dom/media/GraphDriver.cpp | 7 ++++--- + dom/media/GraphDriver.h | 6 ++---- + dom/media/MediaStreamGraph.cpp | 3 ++- + 3 files changed, 8 insertions(+), 8 deletions(-) + +diff --git dom/media/GraphDriver.cpp dom/media/GraphDriver.cpp +index fd003ac9dbc6a..197debf299582 100644 +--- dom/media/GraphDriver.cpp ++++ dom/media/GraphDriver.cpp +@@ -179,7 +179,8 @@ class MediaStreamGraphInitThreadRunnable : public Runn + NS_IMETHOD Run() override + { + LOG(LogLevel::Debug, +- ("Starting a new system driver for graph %p", mDriver->mGraphImpl)); ++ ("Starting a new system driver for graph %p", ++ mDriver->mGraphImpl.get())); + + RefPtr previousDriver; + { +@@ -217,7 +218,7 @@ void + ThreadedDriver::Start() + { + LOG(LogLevel::Debug, +- ("Starting thread for a SystemClockDriver %p", mGraphImpl)); ++ ("Starting thread for a SystemClockDriver %p", mGraphImpl.get())); + Unused << NS_WARN_IF(mThread); + if (!mThread) { // Ensure we haven't already started it + nsCOMPtr event = new MediaStreamGraphInitThreadRunnable(this); +@@ -784,7 +785,7 @@ void + AudioCallbackDriver::Resume() + { + LOG(LogLevel::Debug, +- ("Resuming audio threads for MediaStreamGraph %p", mGraphImpl)); ++ ("Resuming audio threads for MediaStreamGraph %p", mGraphImpl.get())); + if (cubeb_stream_start(mAudioStream) != CUBEB_OK) { + NS_WARNING("Could not start cubeb stream for MSG."); + } +@@ -859,7 +860,7 @@ AudioCallbackDriver::Revive() + } else { + LOG(LogLevel::Debug, + ("Starting audio threads for MediaStreamGraph %p from a new thread.", +- mGraphImpl)); ++ mGraphImpl.get())); + RefPtr initEvent = + new AsyncCubebTask(this, AsyncCubebOperation::INIT); + initEvent->Dispatch(); +diff --git dom/media/GraphDriver.h dom/media/GraphDriver.h +index 5c085dc36bff5..ca77b5752569f 100644 +--- dom/media/GraphDriver.h ++++ dom/media/GraphDriver.h +@@ -211,10 +211,8 @@ protected: + // Time of the end of this graph iteration. This must be accessed while having + // the monitor. + GraphTime mIterationEnd; +- // The MediaStreamGraphImpl that owns this driver. This has a lifetime longer +- // than the driver, and will never be null. Hence, it can be accesed without +- // monitor. +- MediaStreamGraphImpl* mGraphImpl; ++ // The MediaStreamGraphImpl associated with this driver. ++ const RefPtr mGraphImpl; + + // This is used on the main thread (during initialization), and the graph + // thread. No monitor needed because we know the graph thread does not run +diff --git dom/media/MediaStreamGraph.cpp dom/media/MediaStreamGraph.cpp +index a3c8b26c2663d..4e6175e0d9fed 100644 +--- dom/media/MediaStreamGraph.cpp ++++ dom/media/MediaStreamGraph.cpp +@@ -3661,7 +3661,8 @@ MediaStreamGraphImpl::Destroy() + // First unregister from memory reporting. + UnregisterWeakMemoryReporter(this); + +- // Clear the self reference which will destroy this instance. ++ // Clear the self reference which will destroy this instance if all ++ // associated GraphDrivers are destroyed. + mSelfRef = nullptr; + } + Copied: branches/2018Q3/www/waterfox/files/patch-bug1473041 (from r474659, head/www/waterfox/files/patch-bug1473041) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q3/www/waterfox/files/patch-bug1473041 Sun Jul 15 04:39:55 2018 (r474661, copy of r474659, head/www/waterfox/files/patch-bug1473041) @@ -0,0 +1,30 @@ +commit 9bfdb471cdb0 +Author: Lee Salzman +Date: Thu Jul 12 14:19:07 2018 -0400 + + Bug 1473041 - save and restore PermitSubpixelAA state for basic layer paint callback. r=mstange a=lizzard + + --HG-- + extra : source : e6698ef51a7e2f049350b09d67fa7338d2bd405a +--- + gfx/layers/basic/BasicPaintedLayer.cpp | 5 ++++- + 1 file changed, 4 insertions(+), 1 deletion(-) + +diff --git gfx/layers/basic/BasicPaintedLayer.cpp gfx/layers/basic/BasicPaintedLayer.cpp +index 7fae4e2e78a67..431a328da95ed 100644 +--- gfx/layers/basic/BasicPaintedLayer.cpp ++++ gfx/layers/basic/BasicPaintedLayer.cpp +@@ -90,9 +90,12 @@ BasicPaintedLayer::PaintThebes(gfxContext* aContext, + context = aContext; + } + if (context) { +- SetAntialiasingFlags(this, context->GetDrawTarget()); ++ DrawTarget* target = context->GetDrawTarget(); ++ bool oldAA = target->GetPermitSubpixelAA(); ++ SetAntialiasingFlags(this, target); + aCallback(this, context, toDraw, toDraw, DrawRegionClip::NONE, + nsIntRegion(), aCallbackData); ++ target->SetPermitSubpixelAA(oldAA); + } + if (needsGroup && availableGroup) { + BasicManager()->PopGroupForLayer(group); From owner-svn-ports-branches@freebsd.org Sun Jul 15 08:25:29 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 075121030725; Sun, 15 Jul 2018 08:25:29 +0000 (UTC) (envelope-from pi@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 AF0747E1C7; Sun, 15 Jul 2018 08:25:28 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9041E33B4; Sun, 15 Jul 2018 08:25:28 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6F8PSjL011886; Sun, 15 Jul 2018 08:25:28 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6F8PS0j011885; Sun, 15 Jul 2018 08:25:28 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201807150825.w6F8PS0j011885@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 15 Jul 2018 08:25:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r474676 - branches/2018Q3/print/fig2dev X-SVN-Group: ports-branches X-SVN-Commit-Author: pi X-SVN-Commit-Paths: branches/2018Q3/print/fig2dev X-SVN-Commit-Revision: 474676 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.27 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, 15 Jul 2018 08:25:29 -0000 Author: pi Date: Sun Jul 15 08:25:28 2018 New Revision: 474676 URL: https://svnweb.freebsd.org/changeset/ports/474676 Log: MFH: r474675 print/fig2dev: fix to build, needs some help to really use ghostscript - GSEXE was not set during build, causing fig2dev -L pdf part.fig part.pdf to fail like this: sh: -q: not found Error in ghostcript command command was: -q -sAutoRotatePages=None -dAutoFilterColorImages=false -dColorImageFilter=/DCTEncode -sDEVICE=pdfwrite -dPDFSETTINGS=/prepress -o 'part.pdf' - Reported by: Anton Shterenlikht Approved by: portmgr (runtime fix blanket approval) Modified: branches/2018Q3/print/fig2dev/Makefile Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/print/fig2dev/Makefile ============================================================================== --- branches/2018Q3/print/fig2dev/Makefile Sun Jul 15 08:20:28 2018 (r474675) +++ branches/2018Q3/print/fig2dev/Makefile Sun Jul 15 08:25:28 2018 (r474676) @@ -2,13 +2,15 @@ PORTNAME= fig2dev PORTVERSION= 3.2.7 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= SF/mcj/ MAINTAINER= pi@FreeBSD.org COMMENT= Tools to convert Xfig .fig files -RUN_DEPENDS= ppmtogif:graphics/netpbm +RUN_DEPENDS= ppmtogif:graphics/netpbm \ + gs:print/ghostscript9-agpl-base LIB_DEPENDS= libpng.so:graphics/png CONFLICTS= transfig-* @@ -17,6 +19,7 @@ USES= alias ghostscript:run iconv tar:xz CFLAGS+= -Wno-return-type GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-transfig +CONFIGURE_ARGS+= GSEXE=gs USE_XORG= xpm .include From owner-svn-ports-branches@freebsd.org Sun Jul 15 13:39: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 797A9103F79F; Sun, 15 Jul 2018 13:39:36 +0000 (UTC) (envelope-from feld@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 2B165887F0; Sun, 15 Jul 2018 13:39:36 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0C83D6A76; Sun, 15 Jul 2018 13:39:36 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6FDdZlB070700; Sun, 15 Jul 2018 13:39:35 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6FDdZjC070699; Sun, 15 Jul 2018 13:39:35 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201807151339.w6FDdZjC070699@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sun, 15 Jul 2018 13:39:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r474692 - branches/2018Q3/lang/mono X-SVN-Group: ports-branches X-SVN-Commit-Author: feld X-SVN-Commit-Paths: branches/2018Q3/lang/mono X-SVN-Commit-Revision: 474692 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.27 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, 15 Jul 2018 13:39:36 -0000 Author: feld Date: Sun Jul 15 13:39:35 2018 New Revision: 474692 URL: https://svnweb.freebsd.org/changeset/ports/474692 Log: MFH: r474691 lang/mono: Ensure NLS does not leak into the build if disabled but gettext is installed Reported by: jbeich Modified: branches/2018Q3/lang/mono/Makefile Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/lang/mono/Makefile ============================================================================== --- branches/2018Q3/lang/mono/Makefile Sun Jul 15 13:38:35 2018 (r474691) +++ branches/2018Q3/lang/mono/Makefile Sun Jul 15 13:39:35 2018 (r474692) @@ -3,7 +3,7 @@ PORTNAME= mono PORTVERSION= 5.10.1.47 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= lang MASTER_SITES= https://download.mono-project.com/sources/mono/ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} @@ -34,6 +34,7 @@ MONOLITE_DISTFILES= monolite-linux-${MONOLITE_VERSION} MONOLITE_MASTER_SITES= http://download.mono-project.com/monolite/:monolite MONOLITE_VERSION= 1051000004 +NLS_CONFIGURE_OFF= --disable-nls NLS_USES= gettext X11_USES= display:test From owner-svn-ports-branches@freebsd.org Sun Jul 15 15:18:47 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 30C621042C38; Sun, 15 Jul 2018 15:18:47 +0000 (UTC) (envelope-from eugen@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 C08948B809; Sun, 15 Jul 2018 15:18:46 +0000 (UTC) (envelope-from eugen@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 9B9617A44; Sun, 15 Jul 2018 15:18:46 +0000 (UTC) (envelope-from eugen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6FFIk0i022341; Sun, 15 Jul 2018 15:18:46 GMT (envelope-from eugen@FreeBSD.org) Received: (from eugen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6FFIkAN022340; Sun, 15 Jul 2018 15:18:46 GMT (envelope-from eugen@FreeBSD.org) Message-Id: <201807151518.w6FFIkAN022340@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: eugen set sender to eugen@FreeBSD.org using -f From: Eugene Grosbein Date: Sun, 15 Jul 2018 15:18:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r474698 - branches/2018Q3/java/bouncycastle15 X-SVN-Group: ports-branches X-SVN-Commit-Author: eugen X-SVN-Commit-Paths: branches/2018Q3/java/bouncycastle15 X-SVN-Commit-Revision: 474698 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.27 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, 15 Jul 2018 15:18:47 -0000 Author: eugen Date: Sun Jul 15 15:18:45 2018 New Revision: 474698 URL: https://svnweb.freebsd.org/changeset/ports/474698 Log: MFH: r474695 bouncycastle15: update to version 1.60 This release deals with two CVEs: one affecting RSA key pair generation where the certainty value is being tweaked in the light-weight API, and the other on properly validating an XMSS/XMSS^MT private key on reload. In terms of improvements, the BCJSSE now supports SNI, CMS now supports SHA-3 signatures, the Unified Model is now fully supported for Diffie-Hellman with ephemeral keys, and PGP EC operations can support a wider range of curves. Issues have also been fixed in EST, CRMF request generation, and low-level support has been added for EdDSA. Further details on other additions and bug fixes can be found in the release notes at: https://www.bouncycastle.org/releasenotes.html Security: CVE-2018-1000180 Security: CVE-2018-1000613 Approved by: ports-secteam (miwi) Modified: branches/2018Q3/java/bouncycastle15/Makefile branches/2018Q3/java/bouncycastle15/distinfo Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/java/bouncycastle15/Makefile ============================================================================== --- branches/2018Q3/java/bouncycastle15/Makefile Sun Jul 15 15:17:44 2018 (r474697) +++ branches/2018Q3/java/bouncycastle15/Makefile Sun Jul 15 15:18:45 2018 (r474698) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bouncycastle -PORTVERSION= 1.59 +PORTVERSION= 1.60 CATEGORIES= java security MASTER_SITES= http://www.bouncycastle.org/download/ \ http://polydistortion.net/bc/download/ Modified: branches/2018Q3/java/bouncycastle15/distinfo ============================================================================== --- branches/2018Q3/java/bouncycastle15/distinfo Sun Jul 15 15:17:44 2018 (r474697) +++ branches/2018Q3/java/bouncycastle15/distinfo Sun Jul 15 15:18:45 2018 (r474698) @@ -1,3 +1,3 @@ -TIMESTAMP = 1514536470 -SHA256 (crypto-159.tar.gz) = 03c08bc60acdcc035275adccd185bc3683e8b1266aa3400bfb8a526e622aa2d6 -SIZE (crypto-159.tar.gz) = 126095735 +TIMESTAMP = 1531664561 +SHA256 (crypto-160.tar.gz) = 52cdc6faf6fdf665592edceb780ec0f55a3fa4f0b74fe7b8ef3a363ba80847d1 +SIZE (crypto-160.tar.gz) = 140380969 From owner-svn-ports-branches@freebsd.org Sun Jul 15 23:20:08 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 626DF102F10D; Sun, 15 Jul 2018 23:20:08 +0000 (UTC) (envelope-from pierre@guinoiseau.nz) Received: from mail-01.yggdrasil.nz (mail-01.yggdrasil.nz [IPv6:2a01:4f8:171:1cf0::10:1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E6AA474DB7; Sun, 15 Jul 2018 23:20:04 +0000 (UTC) (envelope-from pierre@guinoiseau.nz) Received: from mllwwlg044.magicleap.ds (unknown [4.7.11.146]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail-01.yggdrasil.nz (Postfix) with ESMTPSA id A5A8521707; Mon, 16 Jul 2018 11:19:58 +1200 (NZST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=guinoiseau.nz; s=mail; t=1531696800; bh=SgPjnZpQSSNg93McO2WZorf9yfoPLVwxik9NORuZ9ns=; h=Subject:From:In-Reply-To:Date:Cc:References:To; b=i5P2uDa9E2hnBzhoaPZ9UWVXPq1n3tdx9Tk4061Jcl0g0ZIf66eXLIoWGULgNik9S 146i5iGSHvxwS4YOgLSckKnGmzR0UeESK9L+BhmuA+lu2f4CFJt1GQKgAwWkJhYfI3 ost4e7q3hUUeSSkAwLsOSmfHq3dIYscZ+r7KESkc= Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\)) Subject: Re: svn commit: r473981 - in branches/2018Q3/www/py-graphite-api: . files From: Pierre Guinoiseau In-Reply-To: <201807051903.w65J3mPr021455@repo.freebsd.org> Date: Mon, 16 Jul 2018 11:19:51 +1200 Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <733A982D-22D8-49E1-A0D0-8436206488AD@guinoiseau.nz> References: <201807051903.w65J3mPr021455@repo.freebsd.org> To: Dave Cottlehuber X-Mailer: Apple Mail (2.3445.9.1) X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.27 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, 15 Jul 2018 23:20:08 -0000 > On 6/07/2018, at 07:03, Dave Cottlehuber wrote: >=20 > +start_precmd() > +{ > + test -d "%%GRAPHITEAPI_LOGDIR%%" || install -d -o > + ${graphiteapi_user} \ There is either an extra newline or a missing backslash on that line, = causing an error on startup and a potentially missing log directory.=20 > + -g ${graphiteapi_group} -m 0750 "%%GRAPHITEAPI_LOGDIR%%" > + test -d "%%GRAPHITEAPI_TMPDIR%%" || install -d -o = ${graphiteapi_user} \ > + -g ${graphiteapi_group} -m 0750 "%%GRAPHITEAPI_TMPDIR%%" > +} =E2=80=94 Pierre Guinoiseau https://segmentationfau.lt/ | +PierreGuinoiseau | @peikk00 From owner-svn-ports-branches@freebsd.org Mon Jul 16 05:28:43 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 8AAF2103EF17; Mon, 16 Jul 2018 05:28:43 +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.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 35E5C80997; Mon, 16 Jul 2018 05:28:43 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1274F1848B; Mon, 16 Jul 2018 05:28:43 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6G5SgCF055855; Mon, 16 Jul 2018 05:28:42 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6G5SgXN055853; Mon, 16 Jul 2018 05:28:42 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201807160528.w6G5SgXN055853@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Mon, 16 Jul 2018 05:28:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r474716 - branches/2018Q3/multimedia/mkvtoolnix X-SVN-Group: ports-branches X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: branches/2018Q3/multimedia/mkvtoolnix X-SVN-Commit-Revision: 474716 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.27 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, 16 Jul 2018 05:28:43 -0000 Author: riggs Date: Mon Jul 16 05:28:42 2018 New Revision: 474716 URL: https://svnweb.freebsd.org/changeset/ports/474716 Log: MFH: r474715 Update to upstream version 25.0.0 Details: - Fixes and minor enhancements - Details see upstream changelog https://mkvtoolnix.download/doc/NEWS.md Approved by: ports-secteam (riggs) Modified: branches/2018Q3/multimedia/mkvtoolnix/Makefile branches/2018Q3/multimedia/mkvtoolnix/distinfo Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/multimedia/mkvtoolnix/Makefile ============================================================================== --- branches/2018Q3/multimedia/mkvtoolnix/Makefile Mon Jul 16 05:21:13 2018 (r474715) +++ branches/2018Q3/multimedia/mkvtoolnix/Makefile Mon Jul 16 05:28:42 2018 (r474716) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mkvtoolnix -PORTVERSION= 24.0.0 +PORTVERSION= 25.0.0 CATEGORIES= multimedia audio MASTER_SITES= http://www.bunkus.org/videotools/mkvtoolnix/sources/ \ https://mkvtoolnix.download/sources/ Modified: branches/2018Q3/multimedia/mkvtoolnix/distinfo ============================================================================== --- branches/2018Q3/multimedia/mkvtoolnix/distinfo Mon Jul 16 05:21:13 2018 (r474715) +++ branches/2018Q3/multimedia/mkvtoolnix/distinfo Mon Jul 16 05:28:42 2018 (r474716) @@ -1,3 +1,3 @@ -TIMESTAMP = 1529128524 -SHA256 (mkvtoolnix-24.0.0.tar.xz) = 7a57caa192150f428fbdf18abfcb8061ce9284c95d3615b88315e66f32321c08 -SIZE (mkvtoolnix-24.0.0.tar.xz) = 4791244 +TIMESTAMP = 1531681480 +SHA256 (mkvtoolnix-25.0.0.tar.xz) = 834cb7abdd8849da3a6864055c8207cea44d14768147830918cd1a723c40bc33 +SIZE (mkvtoolnix-25.0.0.tar.xz) = 4797476 From owner-svn-ports-branches@freebsd.org Mon Jul 16 21:35: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 B116B103E6A8; Mon, 16 Jul 2018 21:35:11 +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 50CEE84450; Mon, 16 Jul 2018 21:35:11 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2C62422309; Mon, 16 Jul 2018 21:35:11 +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 w6GLZAqB053531; Mon, 16 Jul 2018 21:35:10 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6GLZANN053529; Mon, 16 Jul 2018 21:35:10 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201807162135.w6GLZANN053529@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 16 Jul 2018 21:35:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r474759 - branches/2018Q3/graphics/sekrit-twc-zimg X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2018Q3/graphics/sekrit-twc-zimg X-SVN-Commit-Revision: 474759 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.27 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, 16 Jul 2018 21:35:11 -0000 Author: jbeich Date: Mon Jul 16 21:35:10 2018 New Revision: 474759 URL: https://svnweb.freebsd.org/changeset/ports/474759 Log: MFH: r474709 graphics/sekrit-twc-zimg: update to 2.7.5 Changes: https://github.com/sekrit-twc/zimg/compare/release-2.7.4...release-2.7.5 ABI: https://abi-laboratory.pro/tracker/timeline/z/ Approved by: ports-secteam (miwi) Modified: branches/2018Q3/graphics/sekrit-twc-zimg/Makefile branches/2018Q3/graphics/sekrit-twc-zimg/distinfo Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/graphics/sekrit-twc-zimg/Makefile ============================================================================== --- branches/2018Q3/graphics/sekrit-twc-zimg/Makefile Mon Jul 16 21:17:15 2018 (r474758) +++ branches/2018Q3/graphics/sekrit-twc-zimg/Makefile Mon Jul 16 21:35:10 2018 (r474759) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= zimg -PORTVERSION= 2.7.4 +PORTVERSION= 2.7.5 DISTVERSIONPREFIX= release- CATEGORIES= graphics PKGNAMEPREFIX= ${GH_ACCOUNT}- Modified: branches/2018Q3/graphics/sekrit-twc-zimg/distinfo ============================================================================== --- branches/2018Q3/graphics/sekrit-twc-zimg/distinfo Mon Jul 16 21:17:15 2018 (r474758) +++ branches/2018Q3/graphics/sekrit-twc-zimg/distinfo Mon Jul 16 21:35:10 2018 (r474759) @@ -1,3 +1,3 @@ -TIMESTAMP = 1518041204 -SHA256 (sekrit-twc-zimg-release-2.7.4_GH0.tar.gz) = 5182544ba42001613ffa8fd54dac2e8738639339f4bf070a53a4ebf17fdb2a97 -SIZE (sekrit-twc-zimg-release-2.7.4_GH0.tar.gz) = 246376 +TIMESTAMP = 1531496950 +SHA256 (sekrit-twc-zimg-release-2.7.5_GH0.tar.gz) = 0fbefe23cd677f4d902dcad40c4ef078a347454630168106e6eed4cf91a217ff +SIZE (sekrit-twc-zimg-release-2.7.5_GH0.tar.gz) = 246416 From owner-svn-ports-branches@freebsd.org Tue Jul 17 00:30:14 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 546781044B71; Tue, 17 Jul 2018 00:30:14 +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 065148ACB1; Tue, 17 Jul 2018 00:30:14 +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 DBA6823E75; Tue, 17 Jul 2018 00:30:13 +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 w6H0UDXA041104; Tue, 17 Jul 2018 00:30:13 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6H0UDLn041101; Tue, 17 Jul 2018 00:30:13 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201807170030.w6H0UDLn041101@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 17 Jul 2018 00:30:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r474768 - branches/2018Q3/emulators/rpcs3 X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2018Q3/emulators/rpcs3 X-SVN-Commit-Revision: 474768 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.27 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, 17 Jul 2018 00:30:14 -0000 Author: jbeich Date: Tue Jul 17 00:30:13 2018 New Revision: 474768 URL: https://svnweb.freebsd.org/changeset/ports/474768 Log: MFH: r474767 emulators/rpcs3: update to 0.0.5.644 Changes: https://github.com/RPCS3/rpcs3/compare/fa55a8072...a19113025 Approved by: ports-secteam (junovitch, implicit for snapshots) Modified: branches/2018Q3/emulators/rpcs3/Makefile branches/2018Q3/emulators/rpcs3/distinfo Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/emulators/rpcs3/Makefile ============================================================================== --- branches/2018Q3/emulators/rpcs3/Makefile Tue Jul 17 00:29:23 2018 (r474767) +++ branches/2018Q3/emulators/rpcs3/Makefile Tue Jul 17 00:30:13 2018 (r474768) @@ -2,8 +2,8 @@ PORTNAME= rpcs3 DISTVERSIONPREFIX= v -DISTVERSION= 0.0.5-631 -DISTVERSIONSUFFIX= -gfa55a8072 +DISTVERSION= 0.0.5-644 +DISTVERSIONSUFFIX= -ga19113025 CATEGORIES= emulators MAINTAINER= jbeich@FreeBSD.org Modified: branches/2018Q3/emulators/rpcs3/distinfo ============================================================================== --- branches/2018Q3/emulators/rpcs3/distinfo Tue Jul 17 00:29:23 2018 (r474767) +++ branches/2018Q3/emulators/rpcs3/distinfo Tue Jul 17 00:30:13 2018 (r474768) @@ -1,6 +1,6 @@ -TIMESTAMP = 1531407748 -SHA256 (RPCS3-rpcs3-v0.0.5-631-gfa55a8072_GH0.tar.gz) = a005d9660579f4240299d58e8d7bb5789064cd0478d724340123d576c540586b -SIZE (RPCS3-rpcs3-v0.0.5-631-gfa55a8072_GH0.tar.gz) = 4951038 +TIMESTAMP = 1531685130 +SHA256 (RPCS3-rpcs3-v0.0.5-644-ga19113025_GH0.tar.gz) = 00195788ec1942dae38a544e0c4343d98eb48713e7121f19dc52d3fe8265c3ec +SIZE (RPCS3-rpcs3-v0.0.5-644-ga19113025_GH0.tar.gz) = 4955421 SHA256 (RPCS3-hidapi-hidapi-0.8.0-rc1-25-gca39ce8_GH0.tar.gz) = e50e4f4e9035e891e16867e995f44aac87ce734a9dde169f02fc9719b2ce3642 SIZE (RPCS3-hidapi-hidapi-0.8.0-rc1-25-gca39ce8_GH0.tar.gz) = 105623 SHA256 (RPCS3-llvm-60611c0f232c_GH0.tar.gz) = 52229d88de430293a6dbd4a9473be65dd92898f5e477aa65349aae2983de013d From owner-svn-ports-branches@freebsd.org Tue Jul 17 17:11: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 378811047115; Tue, 17 Jul 2018 17:11:13 +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 D933D71286; Tue, 17 Jul 2018 17:11:12 +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 BA1F7662A; Tue, 17 Jul 2018 17:11:12 +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 w6HHBCLY059418; Tue, 17 Jul 2018 17:11:12 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6HHBCQ4059417; Tue, 17 Jul 2018 17:11:12 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201807171711.w6HHBCQ4059417@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Tue, 17 Jul 2018 17:11:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r474808 - in branches/2018Q3/www/qutebrowser: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: novel X-SVN-Commit-Paths: in branches/2018Q3/www/qutebrowser: . files X-SVN-Commit-Revision: 474808 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.27 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, 17 Jul 2018 17:11:13 -0000 Author: novel Date: Tue Jul 17 17:11:12 2018 New Revision: 474808 URL: https://svnweb.freebsd.org/changeset/ports/474808 Log: www/qutebrowser: fix CSRF vulnerability Approved by: ports-secteam (miwi) Obtained from: upstream Security: CVE-2018-10895 Added: branches/2018Q3/www/qutebrowser/files/ branches/2018Q3/www/qutebrowser/files/patch-CVE-2018-10895 (contents, props changed) Modified: branches/2018Q3/www/qutebrowser/Makefile Modified: branches/2018Q3/www/qutebrowser/Makefile ============================================================================== --- branches/2018Q3/www/qutebrowser/Makefile Tue Jul 17 16:53:05 2018 (r474807) +++ branches/2018Q3/www/qutebrowser/Makefile Tue Jul 17 17:11:12 2018 (r474808) @@ -2,6 +2,7 @@ PORTNAME= qutebrowser DISTVERSION= 1.3.3 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= CHEESESHOP Added: branches/2018Q3/www/qutebrowser/files/patch-CVE-2018-10895 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q3/www/qutebrowser/files/patch-CVE-2018-10895 Tue Jul 17 17:11:12 2018 (r474808) @@ -0,0 +1,274 @@ +commit c2ff32d92ba9bf40ff53498ee04a4124d4993c85 +Author: Florian Bruhin +Date: Mon Jul 9 23:38:47 2018 +0200 + + CVE-2018-10895: Fix CSRF issues with qute://settings/set URL + + In ffc29ee043ae7336d9b9dcc029a05bf7a3f994e8 (part of v1.0.0), a + qute://settings/set URL was added to change settings. + + Contrary to what I apparently believed at the time, it *is* possible for + websites to access `qute://*` URLs (i.e., neither QtWebKit nor QtWebEngine + prohibit such requests, other than the usual cross-origin rules). + + In other words, this means a website can e.g. have an `` tag which loads a + `qute://settings/set` URL, which then sets `editor.command` to a bash script. + The result of that is arbitrary code execution. + + Fixes #4060 + See #2332 + + (cherry picked from commit 43e58ac865ff862c2008c510fc5f7627e10b4660) + +diff --git qutebrowser/browser/qutescheme.py qutebrowser/browser/qutescheme.py +index e3777c389..bd5448ca1 100644 +--- qutebrowser/browser/qutescheme.py ++++ qutebrowser/browser/qutescheme.py +@@ -32,10 +32,18 @@ import textwrap + import mimetypes + import urllib + import collections ++import base64 ++ ++try: ++ import secrets ++except ImportError: ++ # New in Python 3.6 ++ secrets = None + + import pkg_resources + import sip + from PyQt5.QtCore import QUrlQuery, QUrl ++from PyQt5.QtNetwork import QNetworkReply + + import qutebrowser + from qutebrowser.config import config, configdata, configexc, configdiff +@@ -46,6 +54,7 @@ from qutebrowser.misc import objects + + pyeval_output = ":pyeval was never called" + spawn_output = ":spawn was never called" ++csrf_token = None + + + _HANDLERS = {} +@@ -449,12 +458,29 @@ def _qute_settings_set(url): + @add_handler('settings') + def qute_settings(url): + """Handler for qute://settings. View/change qute configuration.""" ++ global csrf_token ++ + if url.path() == '/set': ++ if url.password() != csrf_token: ++ message.error("Invalid CSRF token for qute://settings!") ++ raise QuteSchemeError("Invalid CSRF token!", ++ QNetworkReply.ContentAccessDenied) + return _qute_settings_set(url) + ++ # Requests to qute://settings/set should only be allowed from ++ # qute://settings. As an additional security precaution, we generate a CSRF ++ # token to use here. ++ if secrets: ++ csrf_token = secrets.token_urlsafe() ++ else: ++ # On Python < 3.6, from secrets.py ++ token = base64.urlsafe_b64encode(os.urandom(32)) ++ csrf_token = token.rstrip(b'=').decode('ascii') ++ + src = jinja.render('settings.html', title='settings', + configdata=configdata, +- confget=config.instance.get_str) ++ confget=config.instance.get_str, ++ csrf_token=csrf_token) + return 'text/html', src + + +diff --git qutebrowser/browser/webengine/interceptor.py qutebrowser/browser/webengine/interceptor.py +index 480e8ee85..80563f172 100644 +--- qutebrowser/browser/webengine/interceptor.py ++++ qutebrowser/browser/webengine/interceptor.py +@@ -19,7 +19,9 @@ + + """A request interceptor taking care of adblocking and custom headers.""" + +-from PyQt5.QtWebEngineCore import QWebEngineUrlRequestInterceptor ++from PyQt5.QtCore import QUrl ++from PyQt5.QtWebEngineCore import (QWebEngineUrlRequestInterceptor, ++ QWebEngineUrlRequestInfo) + + from qutebrowser.config import config + from qutebrowser.browser import shared +@@ -54,6 +56,20 @@ class RequestInterceptor(QWebEngineUrlRequestInterceptor): + Args: + info: QWebEngineUrlRequestInfo &info + """ ++ url = info.requestUrl() ++ firstparty = info.firstPartyUrl() ++ ++ if ((url.scheme(), url.host(), url.path()) == ++ ('qute', 'settings', '/set')): ++ if (firstparty != QUrl('qute://settings/') or ++ info.resourceType() != ++ QWebEngineUrlRequestInfo.ResourceTypeXhr): ++ log.webview.warning("Blocking malicious request from {} to {}" ++ .format(firstparty.toDisplayString(), ++ url.toDisplayString())) ++ info.block(True) ++ return ++ + # FIXME:qtwebengine only block ads for NavigationTypeOther? + if self._host_blocker.is_blocked(info.requestUrl()): + log.webview.info("Request to {} blocked by host blocker.".format( +diff --git qutebrowser/browser/webengine/webenginequtescheme.py qutebrowser/browser/webengine/webenginequtescheme.py +index 12ab6af31..13704ea12 100644 +--- qutebrowser/browser/webengine/webenginequtescheme.py ++++ qutebrowser/browser/webengine/webenginequtescheme.py +@@ -54,8 +54,28 @@ class QuteSchemeHandler(QWebEngineUrlSchemeHandler): + job.fail(QWebEngineUrlRequestJob.UrlInvalid) + return + +- assert job.requestMethod() == b'GET' ++ # Only the browser itself or qute:// pages should access any of those ++ # URLs. ++ # The request interceptor further locks down qute://settings/set. ++ try: ++ initiator = job.initiator() ++ except AttributeError: ++ # Added in Qt 5.11 ++ pass ++ else: ++ if initiator.isValid() and initiator.scheme() != 'qute': ++ log.misc.warning("Blocking malicious request from {} to {}" ++ .format(initiator.toDisplayString(), ++ url.toDisplayString())) ++ job.fail(QWebEngineUrlRequestJob.RequestDenied) ++ return ++ ++ if job.requestMethod() != b'GET': ++ job.fail(QWebEngineUrlRequestJob.RequestDenied) ++ return ++ + assert url.scheme() == 'qute' ++ + log.misc.debug("Got request for {}".format(url.toDisplayString())) + try: + mimetype, data = qutescheme.data_for_url(url) +diff --git qutebrowser/browser/webkit/network/filescheme.py qutebrowser/browser/webkit/network/filescheme.py +index 840ed6a4a..a29674e25 100644 +--- qutebrowser/browser/webkit/network/filescheme.py ++++ qutebrowser/browser/webkit/network/filescheme.py +@@ -111,11 +111,13 @@ def dirbrowser_html(path): + return html.encode('UTF-8', errors='xmlcharrefreplace') + + +-def handler(request): ++def handler(request, _operation, _current_url): + """Handler for a file:// URL. + + Args: + request: QNetworkRequest to answer to. ++ _operation: The HTTP operation being done. ++ _current_url: The page we're on currently. + + Return: + A QNetworkReply for directories, None for files. +diff --git qutebrowser/browser/webkit/network/networkmanager.py qutebrowser/browser/webkit/network/networkmanager.py +index 53508aaa6..a9a591b60 100644 +--- qutebrowser/browser/webkit/network/networkmanager.py ++++ qutebrowser/browser/webkit/network/networkmanager.py +@@ -371,13 +371,6 @@ class NetworkManager(QNetworkAccessManager): + req, proxy_error, QNetworkReply.UnknownProxyError, + self) + +- scheme = req.url().scheme() +- if scheme in self._scheme_handlers: +- result = self._scheme_handlers[scheme](req) +- if result is not None: +- result.setParent(self) +- return result +- + for header, value in shared.custom_headers(): + req.setRawHeader(header, value) + +@@ -406,5 +399,12 @@ class NetworkManager(QNetworkAccessManager): + # the webpage shutdown here. + current_url = QUrl() + ++ scheme = req.url().scheme() ++ if scheme in self._scheme_handlers: ++ result = self._scheme_handlers[scheme](req, op, current_url) ++ if result is not None: ++ result.setParent(self) ++ return result ++ + self.set_referer(req, current_url) + return super().createRequest(op, req, outgoing_data) +diff --git qutebrowser/browser/webkit/network/webkitqutescheme.py qutebrowser/browser/webkit/network/webkitqutescheme.py +index d732b6ab0..b6f99437a 100644 +--- qutebrowser/browser/webkit/network/webkitqutescheme.py ++++ qutebrowser/browser/webkit/network/webkitqutescheme.py +@@ -21,27 +21,46 @@ + + import mimetypes + +-from PyQt5.QtNetwork import QNetworkReply ++from PyQt5.QtCore import QUrl ++from PyQt5.QtNetwork import QNetworkReply, QNetworkAccessManager + + from qutebrowser.browser import pdfjs, qutescheme + from qutebrowser.browser.webkit.network import networkreply + from qutebrowser.utils import log, usertypes, qtutils + + +-def handler(request): ++def handler(request, operation, current_url): + """Scheme handler for qute:// URLs. + + Args: + request: QNetworkRequest to answer to. ++ operation: The HTTP operation being done. ++ current_url: The page we're on currently. + + Return: + A QNetworkReply. + """ ++ if operation != QNetworkAccessManager.GetOperation: ++ return networkreply.ErrorNetworkReply( ++ request, "Unsupported request type", ++ QNetworkReply.ContentOperationNotPermittedError) ++ ++ url = request.url() ++ ++ if ((url.scheme(), url.host(), url.path()) == ++ ('qute', 'settings', '/set')): ++ if current_url != QUrl('qute://settings/'): ++ log.webview.warning("Blocking malicious request from {} to {}" ++ .format(current_url.toDisplayString(), ++ url.toDisplayString())) ++ return networkreply.ErrorNetworkReply( ++ request, "Invalid qute://settings request", ++ QNetworkReply.ContentAccessDenied) ++ + try: +- mimetype, data = qutescheme.data_for_url(request.url()) ++ mimetype, data = qutescheme.data_for_url(url) + except qutescheme.NoHandlerFound: +- errorstr = "No handler found for {}!".format( +- request.url().toDisplayString()) ++ errorstr = "No handler found for {}!".format(url.toDisplayString()) + return networkreply.ErrorNetworkReply( + request, errorstr, QNetworkReply.ContentNotFoundError) + except qutescheme.QuteSchemeOSError as e: +diff --git qutebrowser/html/settings.html qutebrowser/html/settings.html +index 62b424a59..d4ff4ce34 100644 +--- qutebrowser/html/settings.html ++++ qutebrowser/html/settings.html +@@ -3,7 +3,8 @@ + {% block script %} + var cset = function(option, value) { + // FIXME:conf we might want some error handling here? +- var url = "qute://settings/set?option=" + encodeURIComponent(option); ++ var url = "qute://user:{{csrf_token}}@settings/set" ++ url += "?option=" + encodeURIComponent(option); + url += "&value=" + encodeURIComponent(value); + var xhr = new XMLHttpRequest(); + xhr.open("GET", url); From owner-svn-ports-branches@freebsd.org Tue Jul 17 20:10: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 891F8104D047; Tue, 17 Jul 2018 20:10:06 +0000 (UTC) (envelope-from pi@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 38627777B6; Tue, 17 Jul 2018 20:10:06 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 195801034B; Tue, 17 Jul 2018 20:10:06 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6HKA5id053412; Tue, 17 Jul 2018 20:10:05 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6HKA54L053409; Tue, 17 Jul 2018 20:10:05 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201807172010.w6HKA54L053409@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 17 Jul 2018 20:10:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r474826 - branches/2018Q3/archivers/lzma X-SVN-Group: ports-branches X-SVN-Commit-Author: pi X-SVN-Commit-Paths: branches/2018Q3/archivers/lzma X-SVN-Commit-Revision: 474826 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.27 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, 17 Jul 2018 20:10:06 -0000 Author: pi Date: Tue Jul 17 20:10:05 2018 New Revision: 474826 URL: https://svnweb.freebsd.org/changeset/ports/474826 Log: MFH: r474824 archivers/lzma: update 16.04 -> 18.05 - submitter becomes maintainer PR: 229798 Submitted by: Nathan Security: CVE-2018-10115 Relnotes: https://www.7-zip.org/history.txt Approved by: ports-secteam (riggs) Modified: branches/2018Q3/archivers/lzma/Makefile branches/2018Q3/archivers/lzma/distinfo Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/archivers/lzma/Makefile ============================================================================== --- branches/2018Q3/archivers/lzma/Makefile Tue Jul 17 19:47:43 2018 (r474825) +++ branches/2018Q3/archivers/lzma/Makefile Tue Jul 17 20:10:05 2018 (r474826) @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= lzma -PORTVERSION= 16.04 +PORTVERSION= 18.05 CATEGORIES= archivers MASTER_SITES= SF/sevenzip/LZMA%20SDK/ DISTNAME= lzma${PORTVERSION:S/.//g} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ndowens.fbsd@yandex.com COMMENT= High-ratio LZMA compressor CONFLICTS= lzmautils-[0-9]* xz-[0-9]* Modified: branches/2018Q3/archivers/lzma/distinfo ============================================================================== --- branches/2018Q3/archivers/lzma/distinfo Tue Jul 17 19:47:43 2018 (r474825) +++ branches/2018Q3/archivers/lzma/distinfo Tue Jul 17 20:10:05 2018 (r474826) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495744392 -SHA256 (lzma1604.7z) = edf8690e9d5ae0dbe80751e3df247bb4e1b497b100c4af5b95fc50a5c2e5b04f -SIZE (lzma1604.7z) = 971074 +TIMESTAMP = 1531703689 +SHA256 (lzma1805.7z) = d4ad382070d20edde117a8e544e7149ab6c84fdedd220aafe75454056a924732 +SIZE (lzma1805.7z) = 1073455 From owner-svn-ports-branches@freebsd.org Wed Jul 18 02:56:43 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 22F861030EE4; Wed, 18 Jul 2018 02:56:43 +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 CCED98460F; Wed, 18 Jul 2018 02:56:42 +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 AE11614598; Wed, 18 Jul 2018 02:56:42 +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 w6I2ug7g061640; Wed, 18 Jul 2018 02:56:42 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6I2ug8h061639; Wed, 18 Jul 2018 02:56:42 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201807180256.w6I2ug8h061639@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 18 Jul 2018 02:56:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r474831 - branches/2018Q3/games/dungeoncrawl X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2018Q3/games/dungeoncrawl X-SVN-Commit-Revision: 474831 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.27 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, 18 Jul 2018 02:56:43 -0000 Author: jbeich Date: Wed Jul 18 02:56:42 2018 New Revision: 474831 URL: https://svnweb.freebsd.org/changeset/ports/474831 Log: MFH: r474830 games/dungeoncrawl: unbreak with Clang 6 direct.cc:47:32: error: constant expression evaluates to -1 which cannot be narrowed to type 'char' [-Wc++11-narrowing] static const char xcomp[9] = { -1, 0, 1, -1, 0, 1, -1, 0, 1 }; ^~ describe.cc:216:28: warning: result of comparison of constant -2 with expression of type 'char' is always false [-Wtautological-constant-out-of-range-compare] if (proprt[ RAP_FIRE ] < -2) ~~~~~~~~~~~~~~~~~~ ^ ~~ PR: 229723 Submitted by: Greg V Reported by: pkg-fallout Approved by: ports-secteam blanket Modified: branches/2018Q3/games/dungeoncrawl/Makefile Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/games/dungeoncrawl/Makefile ============================================================================== --- branches/2018Q3/games/dungeoncrawl/Makefile Wed Jul 18 02:55:33 2018 (r474830) +++ branches/2018Q3/games/dungeoncrawl/Makefile Wed Jul 18 02:56:42 2018 (r474831) @@ -14,6 +14,8 @@ COMMENT= Old school roguelike game WRKSRC_SUBDIR= source USES= ncurses tar:tbz2 +USE_CXXSTD= gnu++98 +CXXFLAGS+= -fsigned-char MAKEFILE= makefile.bsd PORTDOCS= buglist.txt crawl.txt From owner-svn-ports-branches@freebsd.org Wed Jul 18 03:15:31 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 2A85C10319CE; Wed, 18 Jul 2018 03:15:31 +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 C50DE853BF; Wed, 18 Jul 2018 03:15:30 +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 A39E414960; Wed, 18 Jul 2018 03:15:30 +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 w6I3FUCE072766; Wed, 18 Jul 2018 03:15:30 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6I3FUev072765; Wed, 18 Jul 2018 03:15:30 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201807180315.w6I3FUev072765@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 18 Jul 2018 03:15:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r474833 - branches/2018Q3/graphics/mozjpeg X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2018Q3/graphics/mozjpeg X-SVN-Commit-Revision: 474833 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.27 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, 18 Jul 2018 03:15:31 -0000 Author: jbeich Date: Wed Jul 18 03:15:30 2018 New Revision: 474833 URL: https://svnweb.freebsd.org/changeset/ports/474833 Log: MFH: r474832 graphics/mozjpeg: drop BROKEN_aarch64 PR: 229729 Submitted by: Greg V Approved by: ports-secteam blanket Modified: branches/2018Q3/graphics/mozjpeg/Makefile Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/graphics/mozjpeg/Makefile ============================================================================== --- branches/2018Q3/graphics/mozjpeg/Makefile Wed Jul 18 03:14:51 2018 (r474832) +++ branches/2018Q3/graphics/mozjpeg/Makefile Wed Jul 18 03:15:30 2018 (r474833) @@ -11,7 +11,6 @@ COMMENT= Improved JPEG encoder by Mozilla LICENSE= BSD3CLAUSE -BROKEN_aarch64= does not configure: error: SIMD support cannot be enabled BROKEN_mips64= does not configure: error: SIMD support cannot be enabled BROKEN_powerpc64= does not build: undefined reference to htole32 BROKEN_sparc64= does not configure: error: SIMD support cannot be enabled From owner-svn-ports-branches@freebsd.org Wed Jul 18 07:18:20 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 5DC75103BCE8; Wed, 18 Jul 2018 07:18:20 +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.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 EE6488C824; Wed, 18 Jul 2018 07:18:19 +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 C999D17049; Wed, 18 Jul 2018 07:18:19 +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 w6I7IJ4K094629; Wed, 18 Jul 2018 07:18:19 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6I7IJnl094628; Wed, 18 Jul 2018 07:18:19 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201807180718.w6I7IJnl094628@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Wed, 18 Jul 2018 07:18:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r474837 - branches/2018Q3/www/typo3-7 X-SVN-Group: ports-branches X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: branches/2018Q3/www/typo3-7 X-SVN-Commit-Revision: 474837 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.27 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, 18 Jul 2018 07:18:20 -0000 Author: joneum Date: Wed Jul 18 07:18:19 2018 New Revision: 474837 URL: https://svnweb.freebsd.org/changeset/ports/474837 Log: MFH: r474809 Update to 7.6.30 Changelog: https://typo3.org/article/typo3-931-8717-and-7630-security-releases-published/ PR: 229835 Submitted by: Helmut Ritter (maintainer) Security: ef013039-89cd-11e8-84e9-00e04c1ea73d Approved by: ports-secteam (riggs) Modified: branches/2018Q3/www/typo3-7/Makefile branches/2018Q3/www/typo3-7/distinfo Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/www/typo3-7/Makefile ============================================================================== --- branches/2018Q3/www/typo3-7/Makefile Wed Jul 18 07:02:56 2018 (r474836) +++ branches/2018Q3/www/typo3-7/Makefile Wed Jul 18 07:18:19 2018 (r474837) @@ -24,7 +24,7 @@ WRKSRC= ${WRKDIR}/${TYPO3SRC} PORT_V_MAJOR= 7 PORT_V_MINOR= 6 -PORT_V_PATCH= 29 +PORT_V_PATCH= 30 TYPO3WWW= www TYPO3SRC= ${PORTNAME}_src-${PORTVERSION} Modified: branches/2018Q3/www/typo3-7/distinfo ============================================================================== --- branches/2018Q3/www/typo3-7/distinfo Wed Jul 18 07:02:56 2018 (r474836) +++ branches/2018Q3/www/typo3-7/distinfo Wed Jul 18 07:18:19 2018 (r474837) @@ -1,3 +1,3 @@ -TIMESTAMP = 1529518825 -SHA256 (typo3_src-7.6.29.tar.gz) = 19058789b51d3c139a25327ffc28b457f032049539f7b4a20b3fc3b5bc3681db -SIZE (typo3_src-7.6.29.tar.gz) = 20510166 +TIMESTAMP = 1531847817 +SHA256 (typo3_src-7.6.30.tar.gz) = 21d8394aa7686c4787cd2cc0185fd839548ef5a9b63c24a11e43d91400c5b6b1 +SIZE (typo3_src-7.6.30.tar.gz) = 20513596 From owner-svn-ports-branches@freebsd.org Wed Jul 18 07:19:07 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 C8765103BD54; Wed, 18 Jul 2018 07:19:07 +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.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 70C9F8C911; Wed, 18 Jul 2018 07:19:07 +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 4EFC11704B; Wed, 18 Jul 2018 07:19:07 +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 w6I7J7mf094837; Wed, 18 Jul 2018 07:19:07 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6I7J6MP094835; Wed, 18 Jul 2018 07:19:06 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201807180719.w6I7J6MP094835@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Wed, 18 Jul 2018 07:19:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r474838 - branches/2018Q3/www/typo3-8 X-SVN-Group: ports-branches X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: branches/2018Q3/www/typo3-8 X-SVN-Commit-Revision: 474838 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.27 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, 18 Jul 2018 07:19:08 -0000 Author: joneum Date: Wed Jul 18 07:19:06 2018 New Revision: 474838 URL: https://svnweb.freebsd.org/changeset/ports/474838 Log: MFH: r474812 Update to 8.7.17 Changelog: https://typo3.org/article/typo3-931-8717-and-7630-security-releases-published/ PR: 229836 Submitted by: Helmut Ritter (maintainer) Security: Helmut Ritter Approved by: ports-secteam (riggs) Modified: branches/2018Q3/www/typo3-8/Makefile branches/2018Q3/www/typo3-8/distinfo Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/www/typo3-8/Makefile ============================================================================== --- branches/2018Q3/www/typo3-8/Makefile Wed Jul 18 07:18:19 2018 (r474837) +++ branches/2018Q3/www/typo3-8/Makefile Wed Jul 18 07:19:06 2018 (r474838) @@ -26,7 +26,7 @@ WRKSRC= ${WRKDIR}/${TYPO3SRC} PORT_V_MAJOR= 8 PORT_V_MINOR= 7 -PORT_V_PATCH= 16 +PORT_V_PATCH= 17 TYPO3WWW= www TYPO3SRC= ${PORTNAME}_src-${PORTVERSION} Modified: branches/2018Q3/www/typo3-8/distinfo ============================================================================== --- branches/2018Q3/www/typo3-8/distinfo Wed Jul 18 07:18:19 2018 (r474837) +++ branches/2018Q3/www/typo3-8/distinfo Wed Jul 18 07:19:06 2018 (r474838) @@ -1,3 +1,3 @@ -TIMESTAMP = 1529519010 -SHA256 (typo3_src-8.7.16.tar.gz) = cb9bc3e94644652569a6b2e2aa632201bdd7d77887d99f3084b6ba5fb5924a8e -SIZE (typo3_src-8.7.16.tar.gz) = 19253753 +TIMESTAMP = 1531847954 +SHA256 (typo3_src-8.7.17.tar.gz) = 62d3640f75c52a424abe744c2d8ee73c5a01a2d8e7c383c61ca7207e44e22f76 +SIZE (typo3_src-8.7.17.tar.gz) = 19286993 From owner-svn-ports-branches@freebsd.org Wed Jul 18 16:28: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 E3D9F10502D7; Wed, 18 Jul 2018 16:28:54 +0000 (UTC) (envelope-from bdrewery@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 9626681C57; Wed, 18 Jul 2018 16:28:54 +0000 (UTC) (envelope-from bdrewery@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 776951CAF6; Wed, 18 Jul 2018 16:28:54 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6IGSs1B078758; Wed, 18 Jul 2018 16:28:54 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6IGSriY078755; Wed, 18 Jul 2018 16:28:53 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201807181628.w6IGSriY078755@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Wed, 18 Jul 2018 16:28:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r474881 - branches/2018Q3/irc/znc X-SVN-Group: ports-branches X-SVN-Commit-Author: bdrewery X-SVN-Commit-Paths: branches/2018Q3/irc/znc X-SVN-Commit-Revision: 474881 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.27 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, 18 Jul 2018 16:28:55 -0000 Author: bdrewery Date: Wed Jul 18 16:28:53 2018 New Revision: 474881 URL: https://svnweb.freebsd.org/changeset/ports/474881 Log: MFH: r474869 irc/znc: Update to 1.7.1, Fix security vulnerabilities Changes: https://wiki.znc.in/ChangeLog/1.7.1 Reported by: gordon Security: c6d1a8a6-8a91-11e8-be4d-005056925db4 Approved by: portmgr (implicit) Modified: branches/2018Q3/irc/znc/Makefile branches/2018Q3/irc/znc/distinfo branches/2018Q3/irc/znc/pkg-plist Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/irc/znc/Makefile ============================================================================== --- branches/2018Q3/irc/znc/Makefile Wed Jul 18 16:28:34 2018 (r474880) +++ branches/2018Q3/irc/znc/Makefile Wed Jul 18 16:28:53 2018 (r474881) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= znc -PORTVERSION= 1.7.0 -PORTREVISION= 1 +PORTVERSION= 1.7.1 CATEGORIES= irc ipv6 MASTER_SITES= https://znc.in/releases/ \ https://znc.in/releases/archive/ Modified: branches/2018Q3/irc/znc/distinfo ============================================================================== --- branches/2018Q3/irc/znc/distinfo Wed Jul 18 16:28:34 2018 (r474880) +++ branches/2018Q3/irc/znc/distinfo Wed Jul 18 16:28:53 2018 (r474881) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525481030 -SHA256 (znc-1.7.0.tar.gz) = c07e31439ac6b948a577bd61a9d5f61a6d191d387423779b937aa1404051b96f -SIZE (znc-1.7.0.tar.gz) = 1853666 +TIMESTAMP = 1531921915 +SHA256 (znc-1.7.1.tar.gz) = 44cfea7158ea05dc2547c7c6bc22371e66c869def90351de0ab90a9c200d39c4 +SIZE (znc-1.7.1.tar.gz) = 2041669 Modified: branches/2018Q3/irc/znc/pkg-plist ============================================================================== --- branches/2018Q3/irc/znc/pkg-plist Wed Jul 18 16:28:34 2018 (r474880) +++ branches/2018Q3/irc/znc/pkg-plist Wed Jul 18 16:28:53 2018 (r474881) @@ -33,6 +33,7 @@ include/znc/znc.h include/znc/zncconfig.h include/znc/ZNCDebug.h include/znc/ZNCString.h +lib/znc/admindebug.so lib/znc/adminlog.so lib/znc/alias.so lib/znc/autoattach.so From owner-svn-ports-branches@freebsd.org Wed Jul 18 16:35:31 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 834C510506EC; Wed, 18 Jul 2018 16:35:31 +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 357838229B; Wed, 18 Jul 2018 16:35:31 +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 1683E1CCB6; Wed, 18 Jul 2018 16:35:31 +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 w6IGZUuF083925; Wed, 18 Jul 2018 16:35:30 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6IGZUP0083924; Wed, 18 Jul 2018 16:35:30 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201807181635.w6IGZUP0083924@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 18 Jul 2018 16:35:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r474882 - in branches/2018Q3/sysutils/py-google-compute-engine: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in branches/2018Q3/sysutils/py-google-compute-engine: . files X-SVN-Commit-Revision: 474882 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.27 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, 18 Jul 2018 16:35:31 -0000 Author: swills Date: Wed Jul 18 16:35:30 2018 New Revision: 474882 URL: https://svnweb.freebsd.org/changeset/ports/474882 Log: MFH: r474866 sysutils/py-google-compute-engine: fix default shell PR: 229817 Submitted by: Gustavo Serra Scalet Approved by: Helen Koike (maintainer) Approved by: ports-secteam (implicit) Modified: branches/2018Q3/sysutils/py-google-compute-engine/Makefile branches/2018Q3/sysutils/py-google-compute-engine/files/instance_configs.cfg.distro.sample Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/sysutils/py-google-compute-engine/Makefile ============================================================================== --- branches/2018Q3/sysutils/py-google-compute-engine/Makefile Wed Jul 18 16:28:53 2018 (r474881) +++ branches/2018Q3/sysutils/py-google-compute-engine/Makefile Wed Jul 18 16:35:30 2018 (r474882) @@ -2,6 +2,7 @@ PORTNAME= google-compute-engine DISTVERSION= 2.8.3 +PORTREVISION= 1 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: branches/2018Q3/sysutils/py-google-compute-engine/files/instance_configs.cfg.distro.sample ============================================================================== --- branches/2018Q3/sysutils/py-google-compute-engine/files/instance_configs.cfg.distro.sample Wed Jul 18 16:28:53 2018 (r474881) +++ branches/2018Q3/sysutils/py-google-compute-engine/files/instance_configs.cfg.distro.sample Wed Jul 18 16:35:30 2018 (r474882) @@ -5,4 +5,4 @@ usermod_cmd = pw usermod {user} -G {groups} groupadd_cmd = pw groupadd {group} [MetadataScripts] -default_shell = /bin/bash +default_shell = /bin/sh From owner-svn-ports-branches@freebsd.org Wed Jul 18 17:12:43 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 DB9921029E99; Wed, 18 Jul 2018 17:12:43 +0000 (UTC) (envelope-from lwhsu@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 8BA1283B1A; Wed, 18 Jul 2018 17:12:43 +0000 (UTC) (envelope-from lwhsu@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 6C96C1D393; Wed, 18 Jul 2018 17:12:43 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6IHChki005005; Wed, 18 Jul 2018 17:12:43 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6IHChIH005001; Wed, 18 Jul 2018 17:12:43 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201807181712.w6IHChIH005001@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Wed, 18 Jul 2018 17:12:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r474887 - branches/2018Q3/devel/jenkins X-SVN-Group: ports-branches X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: branches/2018Q3/devel/jenkins X-SVN-Commit-Revision: 474887 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.27 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, 18 Jul 2018 17:12:44 -0000 Author: lwhsu Date: Wed Jul 18 17:12:42 2018 New Revision: 474887 URL: https://svnweb.freebsd.org/changeset/ports/474887 Log: MFH: r474877 - Update to 2.133 Security: 20a1881e-8a9e-11e8-bddf-d017c2ca229d Sponsored by: The FreeBSD Foundation Approved by: ports-secteam (swills) Modified: branches/2018Q3/devel/jenkins/Makefile branches/2018Q3/devel/jenkins/distinfo Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/devel/jenkins/Makefile ============================================================================== --- branches/2018Q3/devel/jenkins/Makefile Wed Jul 18 16:44:43 2018 (r474886) +++ branches/2018Q3/devel/jenkins/Makefile Wed Jul 18 17:12:42 2018 (r474887) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jenkins -PORTVERSION= 2.129 +PORTVERSION= 2.133 CATEGORIES= devel java MASTER_SITES= http://mirrors.jenkins-ci.org/war/${PORTVERSION}/ DISTNAME= jenkins Modified: branches/2018Q3/devel/jenkins/distinfo ============================================================================== --- branches/2018Q3/devel/jenkins/distinfo Wed Jul 18 16:44:43 2018 (r474886) +++ branches/2018Q3/devel/jenkins/distinfo Wed Jul 18 17:12:42 2018 (r474887) @@ -1,3 +1,3 @@ -TIMESTAMP = 1529919023 -SHA256 (jenkins/2.129/jenkins.war) = 4198d547ea1df033066c9cb87256b63ce24124094a8592066b3756e2a89b55bf -SIZE (jenkins/2.129/jenkins.war) = 75333449 +TIMESTAMP = 1531929307 +SHA256 (jenkins/2.133/jenkins.war) = f757aba25ce3dad017d94da24a21dd80a764533132edde00e46a1c293eef92f8 +SIZE (jenkins/2.133/jenkins.war) = 75341772 From owner-svn-ports-branches@freebsd.org Wed Jul 18 17:13:43 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 BD9931029F26; Wed, 18 Jul 2018 17:13:43 +0000 (UTC) (envelope-from lwhsu@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 70C1883C49; Wed, 18 Jul 2018 17:13:43 +0000 (UTC) (envelope-from lwhsu@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 51E491D394; Wed, 18 Jul 2018 17:13:43 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6IHDhpf005209; Wed, 18 Jul 2018 17:13:43 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6IHDgZW005206; Wed, 18 Jul 2018 17:13:42 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201807181713.w6IHDgZW005206@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Wed, 18 Jul 2018 17:13:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r474888 - branches/2018Q3/devel/jenkins-lts X-SVN-Group: ports-branches X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: branches/2018Q3/devel/jenkins-lts X-SVN-Commit-Revision: 474888 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.27 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, 18 Jul 2018 17:13:43 -0000 Author: lwhsu Date: Wed Jul 18 17:13:42 2018 New Revision: 474888 URL: https://svnweb.freebsd.org/changeset/ports/474888 Log: MFH: r474878 - Update to 2.121.2 Approved by: swills (maintainer, implicitly) Security: 20a1881e-8a9e-11e8-bddf-d017c2ca229d Sponsored by: The FreeBSD Foundation Approved by: ports-secteam (swills) Modified: branches/2018Q3/devel/jenkins-lts/Makefile branches/2018Q3/devel/jenkins-lts/distinfo Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/devel/jenkins-lts/Makefile ============================================================================== --- branches/2018Q3/devel/jenkins-lts/Makefile Wed Jul 18 17:12:42 2018 (r474887) +++ branches/2018Q3/devel/jenkins-lts/Makefile Wed Jul 18 17:13:42 2018 (r474888) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jenkins -PORTVERSION= 2.121.1 +PORTVERSION= 2.121.2 CATEGORIES= devel java MASTER_SITES= http://mirrors.jenkins-ci.org/war-stable/${PORTVERSION}/ PKGNAMESUFFIX= -lts Modified: branches/2018Q3/devel/jenkins-lts/distinfo ============================================================================== --- branches/2018Q3/devel/jenkins-lts/distinfo Wed Jul 18 17:12:42 2018 (r474887) +++ branches/2018Q3/devel/jenkins-lts/distinfo Wed Jul 18 17:13:42 2018 (r474888) @@ -1,3 +1,3 @@ -TIMESTAMP = 1529159490 -SHA256 (jenkins/2.121.1/jenkins.war) = 5bb075b81a3929ceada4e960049e37df5f15a1e3cfc9dc24d749858e70b48919 -SIZE (jenkins/2.121.1/jenkins.war) = 74736772 +TIMESTAMP = 1531929426 +SHA256 (jenkins/2.121.2/jenkins.war) = da0f9d106e936246841a898471783fb4fbdbbacc8d42a156b7306a0855189602 +SIZE (jenkins/2.121.2/jenkins.war) = 74736956 From owner-svn-ports-branches@freebsd.org Wed Jul 18 20:41:58 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 EB2B21032943; Wed, 18 Jul 2018 20:41:57 +0000 (UTC) (envelope-from jgh@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 9DD148C5A4; Wed, 18 Jul 2018 20:41:57 +0000 (UTC) (envelope-from jgh@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 64D021F623; Wed, 18 Jul 2018 20:41:57 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6IKfvJd010416; Wed, 18 Jul 2018 20:41:57 GMT (envelope-from jgh@FreeBSD.org) Received: (from jgh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6IKfuLf010413; Wed, 18 Jul 2018 20:41:56 GMT (envelope-from jgh@FreeBSD.org) Message-Id: <201807182041.w6IKfuLf010413@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jgh set sender to jgh@FreeBSD.org using -f From: Jason Helfman Date: Wed, 18 Jul 2018 20:41:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r474901 - in branches/2018Q3/x11/xlockmore: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: jgh X-SVN-Commit-Paths: in branches/2018Q3/x11/xlockmore: . files X-SVN-Commit-Revision: 474901 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.27 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, 18 Jul 2018 20:41:58 -0000 Author: jgh Date: Wed Jul 18 20:41:56 2018 New Revision: 474901 URL: https://svnweb.freebsd.org/changeset/ports/474901 Log: MFH: r474899 - update to 5.55 - fix CLANG 6.0.0 compile issue [1] - address DESTDIR and INSTALL_PROGRAM issues PR: 225827 Submitted by: tobik@ [1 (patch)] Reported by: ohartmann@walstatt.org [1] Approved by: ports-secteam Added: branches/2018Q3/x11/xlockmore/files/ - copied from r474899, head/x11/xlockmore/files/ Modified: branches/2018Q3/x11/xlockmore/Makefile branches/2018Q3/x11/xlockmore/distinfo branches/2018Q3/x11/xlockmore/pkg-plist Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/x11/xlockmore/Makefile ============================================================================== --- branches/2018Q3/x11/xlockmore/Makefile Wed Jul 18 20:38:41 2018 (r474900) +++ branches/2018Q3/x11/xlockmore/Makefile Wed Jul 18 20:41:56 2018 (r474901) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= xlockmore -PORTVERSION= 5.54 -PORTREVISION= 2 +PORTVERSION= 5.55 CATEGORIES?= x11 MASTER_SITES= http://www.sillycycle.com/xlock/ \ LOCAL/jgh/x11/${PORTNAME}/ @@ -161,6 +160,8 @@ pre-extract: post-patch: @${REINPLACE_CMD} -e '/xglockrc/ s|PROGRAM|DATA|' ${WRKSRC}/xglock/Makefile.in + @${REINPLACE_CMD} -e 's|$$(SOUNDPATH)|$$(DESTDIR)$$(SOUNDPATH)|g' ${WRKSRC}/modes/Makefile.in + @${REINPLACE_CMD} -e '/$$(ETCDIR)play.sh/ s|$$(INSTALL_PROGRAM)|$$(INSTALL_PROGRAM:N-s)|' ${WRKSRC}/modes/Makefile.in .if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1100000 @${REINPLACE_CMD} -e 's|/usr/games/fortune|/usr/bin/fortune|' ${WRKSRC}/modes/Makefile.in .endif Modified: branches/2018Q3/x11/xlockmore/distinfo ============================================================================== --- branches/2018Q3/x11/xlockmore/distinfo Wed Jul 18 20:38:41 2018 (r474900) +++ branches/2018Q3/x11/xlockmore/distinfo Wed Jul 18 20:41:56 2018 (r474901) @@ -1,3 +1,3 @@ -TIMESTAMP = 1501006779 -SHA256 (xlockmore-5.54.tar.xz) = 9f4facb9721cc01450db0c11ffecd26a739b046e425e02628831a66080a0af55 -SIZE (xlockmore-5.54.tar.xz) = 1647652 +TIMESTAMP = 1531500962 +SHA256 (xlockmore-5.55.tar.xz) = d4f1fa5b19efc20262d77207636aa54fc66ba40aa867119f03a15981b3396ef8 +SIZE (xlockmore-5.55.tar.xz) = 1650116 Modified: branches/2018Q3/x11/xlockmore/pkg-plist ============================================================================== --- branches/2018Q3/x11/xlockmore/pkg-plist Wed Jul 18 20:38:41 2018 (r474900) +++ branches/2018Q3/x11/xlockmore/pkg-plist Wed Jul 18 20:41:56 2018 (r474901) @@ -2,8 +2,13 @@ @mode 4111 @owner root bin/xlock +bin/play.sh @mode @owner lib/X11/app-defaults/XLock man/man1/xlock.1.gz +share/xlock/sounds/complete.au +share/xlock/sounds/identify-please.au +share/xlock/sounds/not-programmed.au +share/xlock/sounds/thank-you.au %%GTK2%%share/xlock/xglockrc From owner-svn-ports-branches@freebsd.org Wed Jul 18 22:54:27 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 0E3F8103A887; Wed, 18 Jul 2018 22:54:27 +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 AE51F71643; Wed, 18 Jul 2018 22:54:26 +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 8F8E820BE2; Wed, 18 Jul 2018 22:54:26 +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 w6IMsQad081429; Wed, 18 Jul 2018 22:54:26 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6IMsQnk081427; Wed, 18 Jul 2018 22:54:26 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201807182254.w6IMsQnk081427@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 18 Jul 2018 22:54:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r474914 - branches/2018Q3/emulators/citra X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2018Q3/emulators/citra X-SVN-Commit-Revision: 474914 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.27 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, 18 Jul 2018 22:54:27 -0000 Author: jbeich Date: Wed Jul 18 22:54:25 2018 New Revision: 474914 URL: https://svnweb.freebsd.org/changeset/ports/474914 Log: MFH: r474912 emulators/citra: update to s20180718 Changes: https://github.com/citra-emu/citra/compare/3799b1620...7f1303a83 Approved by: ports-secteam (swills, implicit for snapshots) Modified: branches/2018Q3/emulators/citra/Makefile branches/2018Q3/emulators/citra/distinfo Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/emulators/citra/Makefile ============================================================================== --- branches/2018Q3/emulators/citra/Makefile Wed Jul 18 22:53:00 2018 (r474913) +++ branches/2018Q3/emulators/citra/Makefile Wed Jul 18 22:54:25 2018 (r474914) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= citra -PORTVERSION= s20180712 +PORTVERSION= s20180718 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= 3799b1620 +GH_TAGNAME= 7f1303a83 GH_TUPLE= citra-emu:ext-libressl-portable:7d01cb0:libressl/externals/libressl \ citra-emu:ext-soundtouch:060181e:soundtouch/externals/soundtouch \ MerryMage:dynarmic:r1-2-g4b350a3:dynarmic/externals/dynarmic \ Modified: branches/2018Q3/emulators/citra/distinfo ============================================================================== --- branches/2018Q3/emulators/citra/distinfo Wed Jul 18 22:53:00 2018 (r474913) +++ branches/2018Q3/emulators/citra/distinfo Wed Jul 18 22:54:25 2018 (r474914) @@ -1,6 +1,6 @@ -TIMESTAMP = 1531424969 -SHA256 (citra-emu-citra-s20180712-3799b1620_GH0.tar.gz) = ad2e79831db7b0ba0f237e7cb702cb507464e4c6a821ea211ad9435999e45574 -SIZE (citra-emu-citra-s20180712-3799b1620_GH0.tar.gz) = 2350642 +TIMESTAMP = 1531930831 +SHA256 (citra-emu-citra-s20180718-7f1303a83_GH0.tar.gz) = bdc5b01262d18f881a5ef36480d46aa37882df17d6d48b3b28cc23c3696ace48 +SIZE (citra-emu-citra-s20180718-7f1303a83_GH0.tar.gz) = 4000008 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 Wed Jul 18 23:34: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 D27C1103BC47; Wed, 18 Jul 2018 23:34:00 +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 A8C1872A80; Wed, 18 Jul 2018 23:33:59 +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 176212123B; Wed, 18 Jul 2018 23:33:59 +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 w6INXwts002110; Wed, 18 Jul 2018 23:33:58 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6INXwnV002108; Wed, 18 Jul 2018 23:33:58 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201807182333.w6INXwnV002108@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 18 Jul 2018 23:33:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r474918 - branches/2018Q3/print/harfbuzz X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2018Q3/print/harfbuzz X-SVN-Commit-Revision: 474918 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.27 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, 18 Jul 2018 23:34:01 -0000 Author: jbeich Date: Wed Jul 18 23:33:58 2018 New Revision: 474918 URL: https://svnweb.freebsd.org/changeset/ports/474918 Log: MFH: r474810 print/harfbuzz: update to 1.8.4 Changes: https://github.com/harfbuzz/harfbuzz/blob/1.8.4/NEWS ABI: https://abi-laboratory.pro/tracker/timeline/harfbuzz/ Approved by: ports-secteam blanket (required by Firefox 63) Modified: branches/2018Q3/print/harfbuzz/Makefile branches/2018Q3/print/harfbuzz/distinfo Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/print/harfbuzz/Makefile ============================================================================== --- branches/2018Q3/print/harfbuzz/Makefile Wed Jul 18 23:33:52 2018 (r474917) +++ branches/2018Q3/print/harfbuzz/Makefile Wed Jul 18 23:33:58 2018 (r474918) @@ -2,14 +2,11 @@ # $FreeBSD$ PORTNAME= harfbuzz -PORTVERSION= 1.8.3 +PORTVERSION= 1.8.4 PORTREVISION?= 0 CATEGORIES= print MASTER_SITES= http://www.freedesktop.org/software/harfbuzz/release/ -PATCH_SITES= https://github.com/${PORTNAME}/${PORTNAME}/commit/ -PATCHFILES= 20a318d06aca.patch:-p1 2aae617a84f4.patch:-p1 - MAINTAINER= gnome@FreeBSD.org COMMENT?= OpenType text shaping engine @@ -25,7 +22,7 @@ CONFIGURE_ARGS= --with-graphite2 --with-gobject=yes INSTALL_TARGET= install-strip TEST_TARGET= check -PLIST_SUB+= LIBVER=0.10800.3 +PLIST_SUB+= LIBVER=0.10800.4 HARFBUZZ_SLAVE?= no Modified: branches/2018Q3/print/harfbuzz/distinfo ============================================================================== --- branches/2018Q3/print/harfbuzz/distinfo Wed Jul 18 23:33:52 2018 (r474917) +++ branches/2018Q3/print/harfbuzz/distinfo Wed Jul 18 23:33:58 2018 (r474918) @@ -1,7 +1,3 @@ -TIMESTAMP = 1531315035 -SHA256 (harfbuzz-1.8.3.tar.bz2) = 2ac2ad1ca26253bfe7f437adcd034c84dad0e7c2c0fe008d6051b754fa987a9e -SIZE (harfbuzz-1.8.3.tar.bz2) = 3828043 -SHA256 (20a318d06aca.patch) = 9acf0f5b0f6361a8f055f3f8cbf9432fa324ddd682fa1b02669d0fe095e65b1b -SIZE (20a318d06aca.patch) = 627 -SHA256 (2aae617a84f4.patch) = b1626a8ac483ab1793a96bb3c28de56d9b51e8895e23254aa9e9a139aad4aeeb -SIZE (2aae617a84f4.patch) = 1114 +TIMESTAMP = 1531826405 +SHA256 (harfbuzz-1.8.4.tar.bz2) = 3c592f86fa0da69e2e0e98cae9f5d5b61def3bb7948aa00ca45748f27fa545fd +SIZE (harfbuzz-1.8.4.tar.bz2) = 3829479 From owner-svn-ports-branches@freebsd.org Thu Jul 19 09:48:29 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 650DA102AD6E; Thu, 19 Jul 2018 09:48:29 +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.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 18CCD88385; Thu, 19 Jul 2018 09:48:29 +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 E9B502782A; Thu, 19 Jul 2018 09:48:28 +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 w6J9mSWG015217; Thu, 19 Jul 2018 09:48:28 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6J9mSwi015216; Thu, 19 Jul 2018 09:48:28 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201807190948.w6J9mSwi015216@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Thu, 19 Jul 2018 09:48:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r474944 - in branches/2018Q3/devel: . rubygem-grape-path-helpers rubygem-graphiql-rails rubygem-graphql X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: in branches/2018Q3/devel: . rubygem-grape-path-helpers rubygem-graphiql-rails rubygem-graphql X-SVN-Commit-Revision: 474944 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.27 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, 19 Jul 2018 09:48:29 -0000 Author: mfechner Date: Thu Jul 19 09:48:28 2018 New Revision: 474944 URL: https://svnweb.freebsd.org/changeset/ports/474944 Log: MFH: r473897 Created new ports required for gitlab 11.x. Reviewed by: swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D16094 Approved by: ports-secteam (miwi) Added: branches/2018Q3/devel/rubygem-grape-path-helpers/ - copied from r473897, head/devel/rubygem-grape-path-helpers/ branches/2018Q3/devel/rubygem-graphiql-rails/ - copied from r473897, head/devel/rubygem-graphiql-rails/ branches/2018Q3/devel/rubygem-graphql/ - copied from r473897, head/devel/rubygem-graphql/ Modified: branches/2018Q3/devel/Makefile Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/devel/Makefile ============================================================================== --- branches/2018Q3/devel/Makefile Thu Jul 19 09:37:45 2018 (r474943) +++ branches/2018Q3/devel/Makefile Thu Jul 19 09:48:28 2018 (r474944) @@ -5619,10 +5619,13 @@ SUBDIR += rubygem-grape SUBDIR += rubygem-grape-entity SUBDIR += rubygem-grape-entity060 + SUBDIR += rubygem-grape-path-helpers SUBDIR += rubygem-grape-route-helpers SUBDIR += rubygem-grape-swagger SUBDIR += rubygem-grape0 SUBDIR += rubygem-grape_logging + SUBDIR += rubygem-graphiql-rails + SUBDIR += rubygem-graphql SUBDIR += rubygem-grit SUBDIR += rubygem-guess_html_encoding SUBDIR += rubygem-gyoku From owner-svn-ports-branches@freebsd.org Thu Jul 19 09:49:43 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 E3A46102AEA8; Thu, 19 Jul 2018 09:49:42 +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.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 99066884CF; Thu, 19 Jul 2018 09:49:42 +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 7A2652782B; Thu, 19 Jul 2018 09:49:42 +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 w6J9ngUd015425; Thu, 19 Jul 2018 09:49:42 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6J9ngUM015423; Thu, 19 Jul 2018 09:49:42 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201807190949.w6J9ngUM015423@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Thu, 19 Jul 2018 09:49:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r474945 - branches/2018Q3/devel/rubygem-rdoc X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: branches/2018Q3/devel/rubygem-rdoc X-SVN-Commit-Revision: 474945 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.27 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, 19 Jul 2018 09:49:43 -0000 Author: mfechner Date: Thu Jul 19 09:49:41 2018 New Revision: 474945 URL: https://svnweb.freebsd.org/changeset/ports/474945 Log: MFH: r473900 Update to 6.0.4 which is required for gitlab 11.0.2. Reviewed by: swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D16127 Approved by: ports-secteam (miwi) Modified: branches/2018Q3/devel/rubygem-rdoc/Makefile branches/2018Q3/devel/rubygem-rdoc/distinfo Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/devel/rubygem-rdoc/Makefile ============================================================================== --- branches/2018Q3/devel/rubygem-rdoc/Makefile Thu Jul 19 09:48:28 2018 (r474944) +++ branches/2018Q3/devel/rubygem-rdoc/Makefile Thu Jul 19 09:49:41 2018 (r474945) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= rdoc -PORTVERSION= 4.3.0 -PORTREVISION= 1 +PORTVERSION= 6.0.4 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -13,9 +12,10 @@ LICENSE= GPLv2 RUBY LICENSE_COMB= dual LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE.rdoc -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes post-install: ${RM} ${STAGEDIR}${PREFIX}/bin/rdoc ${STAGEDIR}${PREFIX}/bin/ri Modified: branches/2018Q3/devel/rubygem-rdoc/distinfo ============================================================================== --- branches/2018Q3/devel/rubygem-rdoc/distinfo Thu Jul 19 09:48:28 2018 (r474944) +++ branches/2018Q3/devel/rubygem-rdoc/distinfo Thu Jul 19 09:49:41 2018 (r474945) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481638086 -SHA256 (rubygem/rdoc-4.3.0.gem) = 8cd820f70ec4b315ffff8e0653c8ce46cc9e444f3f8e7ed21c57338c61156a8d -SIZE (rubygem/rdoc-4.3.0.gem) = 738816 +TIMESTAMP = 1530367834 +SHA256 (rubygem/rdoc-6.0.4.gem) = 27b33aab87e61bf6fffe7ef82c188865ab578fdab91a342c798635869920db2a +SIZE (rubygem/rdoc-6.0.4.gem) = 599552 From owner-svn-ports-branches@freebsd.org Thu Jul 19 09:50:33 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 71653102AFCA; Thu, 19 Jul 2018 09:50:33 +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.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 2359488610; Thu, 19 Jul 2018 09:50:33 +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 04AED2782F; Thu, 19 Jul 2018 09:50:33 +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 w6J9oWfG015652; Thu, 19 Jul 2018 09:50:32 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6J9oWLW015650; Thu, 19 Jul 2018 09:50:32 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201807190950.w6J9oWLW015650@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Thu, 19 Jul 2018 09:50:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r474946 - branches/2018Q3/devel/rubygem-sdoc X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: branches/2018Q3/devel/rubygem-sdoc X-SVN-Commit-Revision: 474946 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.27 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, 19 Jul 2018 09:50:33 -0000 Author: mfechner Date: Thu Jul 19 09:50:32 2018 New Revision: 474946 URL: https://svnweb.freebsd.org/changeset/ports/474946 Log: MFH: r473902 Update to 1.0.0 which is required for gitlab 11.0.2. Reviewed by: swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D16127 Approved by: ports-secteam (miwi) Modified: branches/2018Q3/devel/rubygem-sdoc/Makefile branches/2018Q3/devel/rubygem-sdoc/distinfo Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/devel/rubygem-sdoc/Makefile ============================================================================== --- branches/2018Q3/devel/rubygem-sdoc/Makefile Thu Jul 19 09:49:41 2018 (r474945) +++ branches/2018Q3/devel/rubygem-sdoc/Makefile Thu Jul 19 09:50:32 2018 (r474946) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= sdoc -PORTVERSION= 0.4.2 -PORTREVISION= 2 +PORTVERSION= 1.0.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -12,12 +11,12 @@ COMMENT= Create rdoc html with javascript search index LICENSE= MIT -RUN_DEPENDS= rubygem-json1>=1.7.7:devel/rubygem-json1 \ - rubygem-rdoc>=4.0:devel/rubygem-rdoc +RUN_DEPENDS= rubygem-rdoc>=5.0:devel/rubygem-rdoc -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes PLIST_FILES= bin/sdoc bin/sdoc-merge Modified: branches/2018Q3/devel/rubygem-sdoc/distinfo ============================================================================== --- branches/2018Q3/devel/rubygem-sdoc/distinfo Thu Jul 19 09:49:41 2018 (r474945) +++ branches/2018Q3/devel/rubygem-sdoc/distinfo Thu Jul 19 09:50:32 2018 (r474946) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481553577 -SHA256 (rubygem/sdoc-0.4.2.gem) = 361d33a927490089b6560efecff460e9a9d2e608952482e0633857bb41f01b62 -SIZE (rubygem/sdoc-0.4.2.gem) = 282112 +TIMESTAMP = 1530433051 +SHA256 (rubygem/sdoc-1.0.0.gem) = 706950dd117b9445ab7f85004e9183ec0e3fa75e82f151519f019fc95154846b +SIZE (rubygem/sdoc-1.0.0.gem) = 268800 From owner-svn-ports-branches@freebsd.org Thu Jul 19 09:51: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 EF2A9102B0BB; Thu, 19 Jul 2018 09:51:35 +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.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 A14118890F; Thu, 19 Jul 2018 09:51:35 +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 839562796A; Thu, 19 Jul 2018 09:51:35 +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 w6J9pZ4L015854; Thu, 19 Jul 2018 09:51:35 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6J9pZNp015852; Thu, 19 Jul 2018 09:51:35 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201807190951.w6J9pZNp015852@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Thu, 19 Jul 2018 09:51:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r474947 - branches/2018Q3/devel/rubygem-sprockets3 X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: branches/2018Q3/devel/rubygem-sprockets3 X-SVN-Commit-Revision: 474947 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.27 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, 19 Jul 2018 09:51:36 -0000 Author: mfechner Date: Thu Jul 19 09:51:34 2018 New Revision: 474947 URL: https://svnweb.freebsd.org/changeset/ports/474947 Log: MFH: r473903 Update to 3.7.2 which is required for gitlab 11.0.2. Reviewed by: swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D16127 Approved by: ports-secteam (miwi) Modified: branches/2018Q3/devel/rubygem-sprockets3/Makefile branches/2018Q3/devel/rubygem-sprockets3/distinfo Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/devel/rubygem-sprockets3/Makefile ============================================================================== --- branches/2018Q3/devel/rubygem-sprockets3/Makefile Thu Jul 19 09:50:32 2018 (r474946) +++ branches/2018Q3/devel/rubygem-sprockets3/Makefile Thu Jul 19 09:51:34 2018 (r474947) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= sprockets -PORTVERSION= 3.7.1 -PORTREVISION= 1 +PORTVERSION= 3.7.2 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 3 @@ -17,9 +16,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-concurrent-ruby>=1.0:devel/rubygem-concurrent-ruby \ rubygem-rack16>=1.0:www/rubygem-rack16 -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes post-install: @${RM} ${STAGEDIR}${PREFIX}/bin/sprockets Modified: branches/2018Q3/devel/rubygem-sprockets3/distinfo ============================================================================== --- branches/2018Q3/devel/rubygem-sprockets3/distinfo Thu Jul 19 09:50:32 2018 (r474946) +++ branches/2018Q3/devel/rubygem-sprockets3/distinfo Thu Jul 19 09:51:34 2018 (r474947) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483215767 -SHA256 (rubygem/sprockets-3.7.1.gem) = 59a59156f42e2b98811117f1e362efae8e79987c4f271fcfdbd2770ecbfc636b -SIZE (rubygem/sprockets-3.7.1.gem) = 72704 +TIMESTAMP = 1530450802 +SHA256 (rubygem/sprockets-3.7.2.gem) = 5ea1d7facd09203c1aa196afd6178208cd25abdbcc2a9978810a2f0754e152a0 +SIZE (rubygem/sprockets-3.7.2.gem) = 72704 From owner-svn-ports-branches@freebsd.org Thu Jul 19 09:52: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 53317102B325; Thu, 19 Jul 2018 09:52:49 +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.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 060FF88BFE; Thu, 19 Jul 2018 09:52:49 +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 DA60B279B9; Thu, 19 Jul 2018 09:52: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 w6J9qmvw020925; Thu, 19 Jul 2018 09:52:48 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6J9qmjn020924; Thu, 19 Jul 2018 09:52:48 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201807190952.w6J9qmjn020924@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Thu, 19 Jul 2018 09:52:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r474948 - branches/2018Q3/net/rubygem-gitaly-proto X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: branches/2018Q3/net/rubygem-gitaly-proto X-SVN-Commit-Revision: 474948 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.27 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, 19 Jul 2018 09:52:49 -0000 Author: mfechner Date: Thu Jul 19 09:52:48 2018 New Revision: 474948 URL: https://svnweb.freebsd.org/changeset/ports/474948 Log: MFH: r473904 r474740 Update to 0.101.0 which is required for gitlab 11.0.2. Reviewed by: swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D16127 Take maintainer as port is only used by gitlab-ce which I maintain, so I can sync the updates with the gitlab-ce updates. Reviewed by: tz (mentor) Approved by: sunpoet (maintainer by email), tz (mentor) Differential Revision: https://reviews.freebsd.org/D16267 Approved by: ports-secteam (miwi) Modified: branches/2018Q3/net/rubygem-gitaly-proto/Makefile branches/2018Q3/net/rubygem-gitaly-proto/distinfo Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/net/rubygem-gitaly-proto/Makefile ============================================================================== --- branches/2018Q3/net/rubygem-gitaly-proto/Makefile Thu Jul 19 09:51:34 2018 (r474947) +++ branches/2018Q3/net/rubygem-gitaly-proto/Makefile Thu Jul 19 09:52:48 2018 (r474948) @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= gitaly-proto -PORTVERSION= 0.100.0 +PORTVERSION= 0.101.0 CATEGORIES= net rubygems MASTER_SITES= RG -MAINTAINER= sunpoet@FreeBSD.org +MAINTAINER= mfechner@FreeBSD.org COMMENT= Protobuf specifications and client libraries for Gitaly LICENSE= MIT Modified: branches/2018Q3/net/rubygem-gitaly-proto/distinfo ============================================================================== --- branches/2018Q3/net/rubygem-gitaly-proto/distinfo Thu Jul 19 09:51:34 2018 (r474947) +++ branches/2018Q3/net/rubygem-gitaly-proto/distinfo Thu Jul 19 09:52:48 2018 (r474948) @@ -1,3 +1,3 @@ -TIMESTAMP = 1527079400 -SHA256 (rubygem/gitaly-proto-0.100.0.gem) = 1a8b7606314d529e7ab6dceed73ac5c4bc77732e572c1cc09b9190f60a13fdda -SIZE (rubygem/gitaly-proto-0.100.0.gem) = 16896 +TIMESTAMP = 1530442465 +SHA256 (rubygem/gitaly-proto-0.101.0.gem) = e0d566504249cf823eeeb114e874b3043d93d40a95bd38802c6a8b91e9ca0131 +SIZE (rubygem/gitaly-proto-0.101.0.gem) = 16896 From owner-svn-ports-branches@freebsd.org Thu Jul 19 09:53:58 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 673E3102B498; Thu, 19 Jul 2018 09:53:58 +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.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 141B788D53; Thu, 19 Jul 2018 09:53:58 +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 E9FDF279BD; Thu, 19 Jul 2018 09:53:57 +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 w6J9rvhL021198; Thu, 19 Jul 2018 09:53:57 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6J9rujB021193; Thu, 19 Jul 2018 09:53:56 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201807190953.w6J9rujB021193@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Thu, 19 Jul 2018 09:53:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r474949 - in branches/2018Q3/devel/gitaly: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: in branches/2018Q3/devel/gitaly: . files X-SVN-Commit-Revision: 474949 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.27 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, 19 Jul 2018 09:53:58 -0000 Author: mfechner Date: Thu Jul 19 09:53:56 2018 New Revision: 474949 URL: https://svnweb.freebsd.org/changeset/ports/474949 Log: MFH: r473905 r474905 Update to 0.105.0 which is required for gitlab 11.0.2. Reviewed by: swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D16127 Made it possible to use another PREFIX for gitlab-ce. Reviewed by: swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D16266 Approved by: ports-secteam (miwi) Modified: branches/2018Q3/devel/gitaly/Makefile branches/2018Q3/devel/gitaly/distinfo branches/2018Q3/devel/gitaly/files/patch-Makefile branches/2018Q3/devel/gitaly/files/patch-config.toml.example branches/2018Q3/devel/gitaly/files/patch-ruby_Gemfile Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/devel/gitaly/Makefile ============================================================================== --- branches/2018Q3/devel/gitaly/Makefile Thu Jul 19 09:52:48 2018 (r474948) +++ branches/2018Q3/devel/gitaly/Makefile Thu Jul 19 09:53:56 2018 (r474949) @@ -1,7 +1,8 @@ # $FreeBSD$ PORTNAME= gitaly -DISTVERSION= 0.100.0 +DISTVERSION= 0.105.0 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= mfechner@FreeBSD.org @@ -12,17 +13,19 @@ LICENSE_FILE= ${WRKSRC}/LICENSE # define dependencies that are required for build and run under MY_DEPENDS MY_DEPENDS= git>=2.16.2:devel/git \ + rubygem-i18n>=0:devel/rubygem-i18n \ rubygem-rugged>=0.27.1:devel/rubygem-rugged \ rubygem-github-linguist53>=5.3.3:textproc/rubygem-github-linguist53 \ rubygem-bundler>0:sysutils/rubygem-bundler \ rubygem-gitlab-markup>=1.6.2:textproc/rubygem-gitlab-markup \ - rubygem-gitaly-proto099>=0.99.0:net/rubygem-gitaly-proto099 \ + rubygem-gitaly-proto>=0.101.0:net/rubygem-gitaly-proto \ rubygem-activesupport50>=5.0.2:devel/rubygem-activesupport50 \ - rubygem-rdoc>=4.2:devel/rubygem-rdoc \ + rubygem-rdoc>=6.0:devel/rubygem-rdoc \ rubygem-gitlab-gollum-lib>=4.2:www/rubygem-gitlab-gollum-lib \ rubygem-gitlab-gollum-rugged_adapter>=0.4.4:www/rubygem-gitlab-gollum-rugged_adapter \ rubygem-grpc>=1.11.0:net/rubygem-grpc \ rubygem-sentry-raven>=2.7.2:devel/rubygem-sentry-raven \ + rubygem-faraday>=0.12:www/rubygem-faraday \ rubygem-licensee8>=8.9.0:devel/rubygem-licensee8 \ rubygem-google-protobuf351>=3.5.1:devel/rubygem-google-protobuf351 @@ -39,9 +42,10 @@ USE_RUBY= yes USE_GITLAB= yes GL_ACCOUNT= gitlab-org # Find this here: https://gitlab.com/gitlab-org/gitaly/tags -GL_COMMIT= 15606d3061414479453534814d32132bd9411617 +GL_COMMIT= 90ec422b0e76840075010476898637a92f287245 post-patch: + ${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|" ${WRKSRC}/config.toml.example ${MV} ${WRKSRC}/config.toml.example ${WRKSRC}/config.toml.sample do-install: Modified: branches/2018Q3/devel/gitaly/distinfo ============================================================================== --- branches/2018Q3/devel/gitaly/distinfo Thu Jul 19 09:52:48 2018 (r474948) +++ branches/2018Q3/devel/gitaly/distinfo Thu Jul 19 09:53:56 2018 (r474949) @@ -1,3 +1,3 @@ -TIMESTAMP = 1529482774 -SHA256 (gitlab-org-gitaly-15606d3061414479453534814d32132bd9411617_GL0.tar.gz) = d93fd3c3481f65c918e2d8ebeeb0108ba68a9ce2106956799d24e862f77b0ba8 -SIZE (gitlab-org-gitaly-15606d3061414479453534814d32132bd9411617_GL0.tar.gz) = 4126919 +TIMESTAMP = 1530370061 +SHA256 (gitlab-org-gitaly-90ec422b0e76840075010476898637a92f287245_GL0.tar.gz) = 0ec6140877d53dae22247d16ddb89374cade68ab47800b74e649e2a073c63e71 +SIZE (gitlab-org-gitaly-90ec422b0e76840075010476898637a92f287245_GL0.tar.gz) = 4145322 Modified: branches/2018Q3/devel/gitaly/files/patch-Makefile ============================================================================== --- branches/2018Q3/devel/gitaly/files/patch-Makefile Thu Jul 19 09:52:48 2018 (r474948) +++ branches/2018Q3/devel/gitaly/files/patch-Makefile Thu Jul 19 09:53:56 2018 (r474949) @@ -1,4 +1,4 @@ ---- Makefile.orig 2018-02-08 14:44:53 UTC +--- Makefile.orig 2018-07-01 11:16:07 UTC +++ Makefile @@ -11,7 +11,7 @@ INSTALL_DEST_DIR := $(DESTDIR)$(PREFIX)/ COVERAGE_DIR := $(TARGET_DIR)/cover @@ -9,12 +9,12 @@ BUILDTIME = $(shell date -u +%Y%m%d.%H%M%S) VERSION_PREFIXED = $(shell git describe) -@@ -56,7 +56,7 @@ build: .ruby-bundle $(TARGET_SETUP) - cp $(foreach cmd,$(COMMANDS),$(BIN_BUILD_DIR)/$(cmd)) $(BUILD_DIR)/ +@@ -57,7 +57,7 @@ build: .ruby-bundle $(TARGET_SETUP) .ruby-bundle: ruby/Gemfile.lock ruby/Gemfile + cd ruby && bundle config # for debugging - cd ruby && bundle install $(BUNDLE_FLAGS) + cd ruby && rm Gemfile.lock && bundle install $(BUNDLE_FLAGS) + cd ruby && bundle show gitaly-proto # sanity check touch $@ - # TODO: confirm what references this target? Omnibus? Source installs? Modified: branches/2018Q3/devel/gitaly/files/patch-config.toml.example ============================================================================== --- branches/2018Q3/devel/gitaly/files/patch-config.toml.example Thu Jul 19 09:52:48 2018 (r474948) +++ branches/2018Q3/devel/gitaly/files/patch-config.toml.example Thu Jul 19 09:53:56 2018 (r474949) @@ -1,25 +1,25 @@ ---- config.toml.example.orig 2018-04-12 00:44:37 UTC +--- config.toml.example.orig 2018-06-04 16:17:50 UTC +++ config.toml.example @@ -1,9 +1,9 @@ # Example Gitaly configuration file -socket_path = "/home/git/gitlab/tmp/sockets/private/gitaly.socket" -+socket_path = "/usr/local/www/gitlab/tmp/sockets/private/gitaly.socket" ++socket_path = "%%PREFIX%%/www/gitlab-ce/tmp/sockets/private/gitaly.socket" # The directory where Gitaly's executables are stored -bin_dir = "/home/git/gitaly" -+bin_dir = "/usr/local/share/gitaly/bin/" ++bin_dir = "%%PREFIX%%/share/gitaly/bin/" # # Optional: listen on a TCP socket. This is insecure (no authentication) # listen_addr = "localhost:9999" -@@ -14,12 +14,12 @@ bin_dir = "/home/git/gitaly" - # +@@ -13,12 +13,12 @@ bin_dir = "/home/git/gitaly" + # prometheus_listen_addr = "localhost:9236" # # Git executable settings -# [git] -# bin_path = "/usr/bin/git" +[git] -+bin_path = "/usr/local/bin/git" ++bin_path = "%%PREFIX%%/bin/git" [[storage]] name = "default" @@ -28,21 +28,21 @@ # # You can optionally configure more storages for this Gitaly instance to serve up # -@@ -42,7 +42,7 @@ path = "/home/git/repositories" +@@ -46,7 +46,7 @@ path = "/home/git/repositories" [gitaly-ruby] # The directory where gitaly-ruby is installed -dir = "/home/git/gitaly/ruby" -+dir = "/usr/local/share/gitaly/ruby" ++dir = "%%PREFIX%%/share/gitaly/ruby" # # Gitaly-ruby resident set size (RSS) that triggers a memory restart (bytes) # max_rss = 300000000 -@@ -55,7 +55,7 @@ dir = "/home/git/gitaly/ruby" +@@ -62,7 +62,7 @@ dir = "/home/git/gitaly/ruby" [gitlab-shell] # The directory where gitlab-shell is installed -dir = "/home/git/gitlab-shell" -+dir = "/usr/local/share/gitlab-shell" ++dir = "%%PREFIX%%/share/gitlab-shell" # # You can adjust the concurrency of each RPC endpoint # [[concurrency]] Modified: branches/2018Q3/devel/gitaly/files/patch-ruby_Gemfile ============================================================================== --- branches/2018Q3/devel/gitaly/files/patch-ruby_Gemfile Thu Jul 19 09:52:48 2018 (r474948) +++ branches/2018Q3/devel/gitaly/files/patch-ruby_Gemfile Thu Jul 19 09:53:56 2018 (r474949) @@ -1,18 +1,25 @@ ---- ruby/Gemfile.orig 2018-06-20 08:20:28 UTC +--- ruby/Gemfile.orig 2018-06-04 16:17:50 UTC +++ ruby/Gemfile -@@ -8,7 +8,7 @@ gem 'activesupport', '~> 5.0.2' - gem 'rdoc', '~> 4.2' +@@ -5,12 +5,13 @@ gem 'github-linguist', '~> 5.3.3', requi + gem 'gitlab-markup', '~> 1.6.2' + gem 'gitaly-proto', '~> 0.101.0', require: 'gitaly' + gem 'activesupport', '~> 5.0.2' +-gem 'rdoc', '~> 4.2' ++gem 'rdoc', '~> 6.0' gem 'gitlab-gollum-lib', '~> 4.2', require: false gem 'gitlab-gollum-rugged_adapter', '~> 0.4.4', require: false --gem 'grpc', '~> 1.10.0' -+gem 'grpc', '~> 1.11.0' + gem 'grpc', '~> 1.11.0' gem 'sentry-raven', '~> 2.7.2', require: false + gem 'faraday', '~> 0.12' ++gem 'i18n' # Detects the open source license the repository includes -@@ -18,7 +18,3 @@ gem 'licensee', '~> 8.9.0' + # This version needs to be in sync with GitLab CE/EE +@@ -18,8 +19,3 @@ gem 'licensee', '~> 8.9.0' + # Locked until https://github.com/google/protobuf/issues/4210 is closed gem 'google-protobuf', '= 3.5.1' - +- -group :development, :test do - gem 'gitlab-styles', '~> 2.0.0', require: false - gem 'rspec', require: false From owner-svn-ports-branches@freebsd.org Thu Jul 19 09:54:43 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 24333102B510; Thu, 19 Jul 2018 09:54:43 +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.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 B5ACA88E43; Thu, 19 Jul 2018 09:54:42 +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 91348279BE; Thu, 19 Jul 2018 09:54:42 +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 w6J9sgAw021394; Thu, 19 Jul 2018 09:54:42 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6J9sg61021392; Thu, 19 Jul 2018 09:54:42 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201807190954.w6J9sg61021392@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Thu, 19 Jul 2018 09:54:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r474950 - branches/2018Q3/devel/gitlab-shell X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: branches/2018Q3/devel/gitlab-shell X-SVN-Commit-Revision: 474950 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.27 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, 19 Jul 2018 09:54:43 -0000 Author: mfechner Date: Thu Jul 19 09:54:41 2018 New Revision: 474950 URL: https://svnweb.freebsd.org/changeset/ports/474950 Log: MFH: r473907 Update to 7.1.4 which is required for gitlab 11.0.2. Reviewed by: swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D16127 Approved by: ports-secteam (miwi) Modified: branches/2018Q3/devel/gitlab-shell/Makefile branches/2018Q3/devel/gitlab-shell/distinfo Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/devel/gitlab-shell/Makefile ============================================================================== --- branches/2018Q3/devel/gitlab-shell/Makefile Thu Jul 19 09:53:56 2018 (r474949) +++ branches/2018Q3/devel/gitlab-shell/Makefile Thu Jul 19 09:54:41 2018 (r474950) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gitlab-shell -PORTVERSION= 7.1.2 +PORTVERSION= 7.1.4 CATEGORIES= devel MAINTAINER= mfechner@FreeBSD.org @@ -16,7 +16,7 @@ BUILD_DEPENDS= gem:devel/ruby-gems \ USE_GITLAB= yes GL_ACCOUNT= gitlab-org # Find the commit hash here: https://gitlab.com/gitlab-org/gitlab-shell/tags -GL_COMMIT= 3a83767f650f996ef37382a21d05d8ed99873aa1 +GL_COMMIT= 6a15f1db609acd6b7dadb2a88d4f5aff3500f160 USERS= git GROUPS= git @@ -39,5 +39,6 @@ do-install: @${MKDIR} ${STAGEDIR}/var/log/gitlab-shell ${STRIP_CMD} ${STAGEDIR}${DATADIR}/bin/gitaly-upload-pack ${STRIP_CMD} ${STAGEDIR}${DATADIR}/bin/gitaly-receive-pack + ${STRIP_CMD} ${STAGEDIR}${DATADIR}/bin/gitaly-upload-archive .include Modified: branches/2018Q3/devel/gitlab-shell/distinfo ============================================================================== --- branches/2018Q3/devel/gitlab-shell/distinfo Thu Jul 19 09:53:56 2018 (r474949) +++ branches/2018Q3/devel/gitlab-shell/distinfo Thu Jul 19 09:54:41 2018 (r474950) @@ -1,3 +1,3 @@ -TIMESTAMP = 1524408426 -SHA256 (gitlab-org-gitlab-shell-3a83767f650f996ef37382a21d05d8ed99873aa1_GL0.tar.gz) = 6db5b6c4d0269d2510841add69bf78690ef67534fe5f83fb131fa1368a8d011d -SIZE (gitlab-org-gitlab-shell-3a83767f650f996ef37382a21d05d8ed99873aa1_GL0.tar.gz) = 1547242 +TIMESTAMP = 1530371268 +SHA256 (gitlab-org-gitlab-shell-6a15f1db609acd6b7dadb2a88d4f5aff3500f160_GL0.tar.gz) = 7d3a5e1380b575f24194022499889f06bc81d84edb2df2fab4e4651fb77b6cf4 +SIZE (gitlab-org-gitlab-shell-6a15f1db609acd6b7dadb2a88d4f5aff3500f160_GL0.tar.gz) = 1547952 From owner-svn-ports-branches@freebsd.org Thu Jul 19 09:55:34 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 6E22F102B5AF; Thu, 19 Jul 2018 09:55:34 +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.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 16C5388F7C; Thu, 19 Jul 2018 09:55:34 +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 E7AB6279E5; Thu, 19 Jul 2018 09:55:33 +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 w6J9tX4v021622; Thu, 19 Jul 2018 09:55:33 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6J9tXF9021617; Thu, 19 Jul 2018 09:55:33 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201807190955.w6J9tXF9021617@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Thu, 19 Jul 2018 09:55:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r474951 - branches/2018Q3/www/gitlab-workhorse X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: branches/2018Q3/www/gitlab-workhorse X-SVN-Commit-Revision: 474951 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.27 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, 19 Jul 2018 09:55:34 -0000 Author: mfechner Date: Thu Jul 19 09:55:33 2018 New Revision: 474951 URL: https://svnweb.freebsd.org/changeset/ports/474951 Log: MFH: r473908 Update to 4.3.1 which is required for gitlab 11.0.2. Reviewed by: swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D16127 Approved by: ports-secteam (miwi) Modified: branches/2018Q3/www/gitlab-workhorse/Makefile branches/2018Q3/www/gitlab-workhorse/distinfo Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/www/gitlab-workhorse/Makefile ============================================================================== --- branches/2018Q3/www/gitlab-workhorse/Makefile Thu Jul 19 09:54:41 2018 (r474950) +++ branches/2018Q3/www/gitlab-workhorse/Makefile Thu Jul 19 09:55:33 2018 (r474951) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gitlab-workhorse -PORTVERSION= 4.2.0 +PORTVERSION= 4.3.1 CATEGORIES= www MAINTAINER= mfechner@FreeBSD.org @@ -19,7 +19,7 @@ USES= gmake USE_GITLAB= yes GL_ACCOUNT= gitlab-org # Find the commit hash here: https://gitlab.com/gitlab-org/gitlab-workhorse/tags -GL_COMMIT= 5ee4b0a9cc7652b65b4cab17d8b280902a8b019d +GL_COMMIT= 446895592041200b2e0f16c207ef9d1812d9e7fd PLIST_FILES= bin/gitlab-workhorse \ bin/gitlab-zip-cat \ Modified: branches/2018Q3/www/gitlab-workhorse/distinfo ============================================================================== --- branches/2018Q3/www/gitlab-workhorse/distinfo Thu Jul 19 09:54:41 2018 (r474950) +++ branches/2018Q3/www/gitlab-workhorse/distinfo Thu Jul 19 09:55:33 2018 (r474951) @@ -1,3 +1,3 @@ -TIMESTAMP = 1529406466 -SHA256 (gitlab-org-gitlab-workhorse-5ee4b0a9cc7652b65b4cab17d8b280902a8b019d_GL0.tar.gz) = 711743cda32a7774fdf24fcb2cc13f28f3f36ba19ea2acd3a6880e1ec4674501 -SIZE (gitlab-org-gitlab-workhorse-5ee4b0a9cc7652b65b4cab17d8b280902a8b019d_GL0.tar.gz) = 1756280 +TIMESTAMP = 1530372136 +SHA256 (gitlab-org-gitlab-workhorse-446895592041200b2e0f16c207ef9d1812d9e7fd_GL0.tar.gz) = 23ec8c4880954faef84b5da38cf30667cf3c2566c8cc1899e74e435f51193907 +SIZE (gitlab-org-gitlab-workhorse-446895592041200b2e0f16c207ef9d1812d9e7fd_GL0.tar.gz) = 1764081 From owner-svn-ports-branches@freebsd.org Thu Jul 19 09:56: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 ECB1B102B645; Thu, 19 Jul 2018 09:56:29 +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.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 A0EFD89067; Thu, 19 Jul 2018 09:56:29 +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 8227A279E6; Thu, 19 Jul 2018 09:56:29 +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 w6J9uTDb021813; Thu, 19 Jul 2018 09:56:29 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6J9uTkY021812; Thu, 19 Jul 2018 09:56:29 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201807190956.w6J9uTkY021812@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Thu, 19 Jul 2018 09:56:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r474952 - branches/2018Q3/devel/rubygem-grape-path-helpers X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: branches/2018Q3/devel/rubygem-grape-path-helpers X-SVN-Commit-Revision: 474952 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.27 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, 19 Jul 2018 09:56:30 -0000 Author: mfechner Date: Thu Jul 19 09:56:29 2018 New Revision: 474952 URL: https://svnweb.freebsd.org/changeset/ports/474952 Log: MFH: r473950 Corrected path to license file. Reported by: pgk-fallout Differential Revision: https://reviews.freebsd.org/D16127 Approved by: ports-secteam (miwi) Modified: branches/2018Q3/devel/rubygem-grape-path-helpers/Makefile Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/devel/rubygem-grape-path-helpers/Makefile ============================================================================== --- branches/2018Q3/devel/rubygem-grape-path-helpers/Makefile Thu Jul 19 09:55:33 2018 (r474951) +++ branches/2018Q3/devel/rubygem-grape-path-helpers/Makefile Thu Jul 19 09:56:29 2018 (r474952) @@ -9,7 +9,7 @@ MAINTAINER= mfechner@FreeBSD.org COMMENT= Route path helpers for Grape LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-activesupport4>=0:devel/rubygem-activesupport4 \ rubygem-grape>=1.0:devel/rubygem-grape \ From owner-svn-ports-branches@freebsd.org Thu Jul 19 09:57: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 90796102B75B; Thu, 19 Jul 2018 09:57:53 +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.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 420348916D; Thu, 19 Jul 2018 09:57:53 +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 23F70279E9; Thu, 19 Jul 2018 09:57:53 +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 w6J9vrVp022030; Thu, 19 Jul 2018 09:57:53 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6J9vri0022029; Thu, 19 Jul 2018 09:57:53 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201807190957.w6J9vri0022029@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Thu, 19 Jul 2018 09:57:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r474953 - in branches/2018Q3/devel: . rubygem-rufus-scheduler342 X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: in branches/2018Q3/devel: . rubygem-rufus-scheduler342 X-SVN-Commit-Revision: 474953 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.27 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, 19 Jul 2018 09:57:53 -0000 Author: mfechner Date: Thu Jul 19 09:57:52 2018 New Revision: 474953 URL: https://svnweb.freebsd.org/changeset/ports/474953 Log: MFH: r473990 devel/rubygem-rufus-scheduler342: create port This version is required by www/gitlab-ce Approved by: ports-secteam (miwi) Added: branches/2018Q3/devel/rubygem-rufus-scheduler342/ - copied from r473990, head/devel/rubygem-rufus-scheduler342/ Modified: branches/2018Q3/devel/Makefile Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/devel/Makefile ============================================================================== --- branches/2018Q3/devel/Makefile Thu Jul 19 09:56:29 2018 (r474952) +++ branches/2018Q3/devel/Makefile Thu Jul 19 09:57:52 2018 (r474953) @@ -5892,6 +5892,7 @@ SUBDIR += rubygem-rubyinlineaccel SUBDIR += rubygem-rubytree SUBDIR += rubygem-rufus-scheduler + SUBDIR += rubygem-rufus-scheduler342 SUBDIR += rubygem-rugged SUBDIR += rubygem-runt SUBDIR += rubygem-ruport From owner-svn-ports-branches@freebsd.org Thu Jul 19 10:02:41 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 81EB6102BB87; Thu, 19 Jul 2018 10:02:41 +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.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 35F37895A3; Thu, 19 Jul 2018 10:02:41 +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 F232427B8D; Thu, 19 Jul 2018 10:02:40 +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 w6JA2eOn027169; Thu, 19 Jul 2018 10:02:40 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6JA2ce1027155; Thu, 19 Jul 2018 10:02:38 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201807191002.w6JA2ce1027155@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Thu, 19 Jul 2018 10:02:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r474954 - in branches/2018Q3: . www www/gitlab www/gitlab-ce www/gitlab-ce/files X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: in branches/2018Q3: . www www/gitlab www/gitlab-ce www/gitlab-ce/files X-SVN-Commit-Revision: 474954 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.27 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, 19 Jul 2018 10:02:41 -0000 Author: mfechner Date: Thu Jul 19 10:02:38 2018 New Revision: 474954 URL: https://svnweb.freebsd.org/changeset/ports/474954 Log: MFH: r473910 r473925 r474258 r474906 Updated gitlab to 11.0.2. For detailed list of changes please see here: https://about.gitlab.com/2018/06/22/gitlab-11-0-released/ Please make sure before you upgrade you read the entry in UPDATING. Reviewed by: swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D16127 Renamed gitlab to gitlab-ce in Makefile. PR: 229519 Reported by: Trond.Endrestol@ximalas.info Reviewed by: swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D16127 Upgrade gitlab to 11.0.3 and fix problem with sidekiq-cron reported by swills which requires rubygem-rufus-scheduler version 3.4.0, alle other newer versions are failing. PR: 229557 Reported by: swills Reviewed by: tz (mentor) Approved by: tz (mentor) Differential Revision: https://reviews.freebsd.org/D16160 Made it possible to use another PREFIX for gitlab-ce. Reviewed by: swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D16266 Approved by: ports-secteam (miwi) Added: branches/2018Q3/www/gitlab-ce/ - copied from r473910, head/www/gitlab-ce/ Deleted: branches/2018Q3/www/gitlab/ Modified: branches/2018Q3/MOVED branches/2018Q3/UPDATING branches/2018Q3/www/Makefile branches/2018Q3/www/gitlab-ce/Makefile branches/2018Q3/www/gitlab-ce/distinfo branches/2018Q3/www/gitlab-ce/files/gitlab.in branches/2018Q3/www/gitlab-ce/files/patch-config_gitlab.yml.example branches/2018Q3/www/gitlab-ce/files/patch-config_unicorn.rb.example branches/2018Q3/www/gitlab-ce/files/patch-lib_support_nginx_gitlab branches/2018Q3/www/gitlab-ce/files/patch-lib_support_nginx_gitlab-ssl branches/2018Q3/www/gitlab-ce/pkg-plist Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/MOVED ============================================================================== --- branches/2018Q3/MOVED Thu Jul 19 09:57:52 2018 (r474953) +++ branches/2018Q3/MOVED Thu Jul 19 10:02:38 2018 (r474954) @@ -10294,3 +10294,4 @@ www/libxul||2018-06-22|Has expired: NPAPI are no longe mail/postfix211||2018-06-24|Has expired: Not supported anymore by vendor. Please choose a new one version mail/postfix211-sasl||2018-06-24|Has expired: Not supported anymore by vendor. Please choose a new one version devel/py-binplist||2018-06-26|Has expired: Not depended upon anymore, no longer maintained upstream +www/gitlab|www/gitlab-ce|2018-07-04|Port renamed to match name on gitlab.org Modified: branches/2018Q3/UPDATING ============================================================================== --- branches/2018Q3/UPDATING Thu Jul 19 09:57:52 2018 (r474953) +++ branches/2018Q3/UPDATING Thu Jul 19 10:02:38 2018 (r474954) @@ -5,6 +5,23 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20180704: + AFFECTS: users of www/gitlab + AUTHOR: mfechner@FreeBSD.org + + The gitlab port uses the package from gitlab.org instead of github.org. + For this the port was renamed from gitlab to gitlab-ce. + Please follow the instructions very carefully to not lose your data! + Not only the package was renamed, also the directory name changed. + + You can find the current instruction here: + https://gitlab.fechner.net/mfechner/Gitlab-docu/blob/master/update/10.8-11.0-freebsd.md + + Please note the update was only tested for an update from 10.8.5 to 11.0.2. + If your version of gitlab was released before 2014-03-13 you cannot update + to this version. You need to make an intermediate update to an earlier + version before. + 20180701: AFFECTS: users of devel/bats AUTHOR: lifanov@FreeBSD.org Modified: branches/2018Q3/www/Makefile ============================================================================== --- branches/2018Q3/www/Makefile Thu Jul 19 09:57:52 2018 (r474953) +++ branches/2018Q3/www/Makefile Thu Jul 19 10:02:38 2018 (r474954) @@ -200,7 +200,7 @@ SUBDIR += getleft SUBDIR += gist SUBDIR += gitea - SUBDIR += gitlab + SUBDIR += gitlab-ce SUBDIR += gitlab-pages SUBDIR += gitlab-workhorse SUBDIR += glassfish Modified: branches/2018Q3/www/gitlab-ce/Makefile ============================================================================== --- head/www/gitlab-ce/Makefile Wed Jul 4 17:38:29 2018 (r473910) +++ branches/2018Q3/www/gitlab-ce/Makefile Thu Jul 19 10:02:38 2018 (r474954) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gitlab-ce -PORTVERSION= 11.0.2 +PORTVERSION= 11.0.3 CATEGORIES= www devel MAINTAINER= mfechner@FreeBSD.org @@ -120,7 +120,7 @@ RUN_DEPENDS= git>=2.16.2:devel/git \ rubygem-sidekiq-cron>=0.6.0:devel/rubygem-sidekiq-cron \ rubygem-redis-namespace>=1.6.0:databases/rubygem-redis-namespace \ rubygem-sidekiq-limit_fetch>=3.4:devel/rubygem-sidekiq-limit_fetch \ - rubygem-rufus-scheduler>=3.4.0:devel/rubygem-rufus-scheduler \ + rubygem-rufus-scheduler342>=3.4.0:devel/rubygem-rufus-scheduler342 \ rubygem-httparty>=0.13.3:www/rubygem-httparty \ rubygem-rainbow2>=2.2:devel/rubygem-rainbow2 \ rubygem-ruby-progressbar>=0:devel/rubygem-ruby-progressbar \ @@ -213,13 +213,19 @@ USE_RC_SUBR= gitlab USE_GITLAB= yes GL_ACCOUNT= gitlab-org # Find the here: https://gitlab.com/gitlab-org/gitlab-ce/tags -GL_COMMIT= d9540ee0464796746ec0906c0c2762ca099be3e5 +GL_COMMIT= aa6207551b023ecba0dba332c6358e1007f4b0eb USERS= git GROUPS= git NO_ARCH= yes NO_BUILD= yes + +post-patch: + ${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|" ${WRKSRC}/config/gitlab.yml.example \ + ${WRKSRC}/config/unicorn.rb.example \ + ${WRKSRC}/lib/support/nginx/gitlab \ + ${WRKSRC}/lib/support/nginx/gitlab-ssl post-patch-MYSQL-on: ${CP} ${WRKSRC}/config/database.yml.mysql ${WRKSRC}/config/database.yml.sample Modified: branches/2018Q3/www/gitlab-ce/distinfo ============================================================================== --- head/www/gitlab-ce/distinfo Wed Jul 4 17:38:29 2018 (r473910) +++ branches/2018Q3/www/gitlab-ce/distinfo Thu Jul 19 10:02:38 2018 (r474954) @@ -1,3 +1,3 @@ -TIMESTAMP = 1530451249 -SHA256 (gitlab-org-gitlab-ce-d9540ee0464796746ec0906c0c2762ca099be3e5_GL0.tar.gz) = 7b28ed31240324079d8a0fcdc8f5bd2b654dad4206c1d67f741e5dfa32ce447e -SIZE (gitlab-org-gitlab-ce-d9540ee0464796746ec0906c0c2762ca099be3e5_GL0.tar.gz) = 49735059 +TIMESTAMP = 1530814728 +SHA256 (gitlab-org-gitlab-ce-aa6207551b023ecba0dba332c6358e1007f4b0eb_GL0.tar.gz) = b3e32c199deca93729eed2c6b20fb23b35962fcbc249045a89abea7e05342782 +SIZE (gitlab-org-gitlab-ce-aa6207551b023ecba0dba332c6358e1007f4b0eb_GL0.tar.gz) = 49743048 Modified: branches/2018Q3/www/gitlab-ce/files/gitlab.in ============================================================================== --- head/www/gitlab-ce/files/gitlab.in Wed Jul 4 17:38:29 2018 (r473910) +++ branches/2018Q3/www/gitlab-ce/files/gitlab.in Thu Jul 19 10:02:38 2018 (r474954) @@ -24,7 +24,7 @@ # # gitlab_enable="YES" -PATH="/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin" +PATH="/sbin:/bin:/usr/sbin:/usr/bin:%%LOCALBASE%%/sbin:%%LOCALBASE%%/bin" . /etc/rc.subr @@ -51,7 +51,7 @@ RAILS_ENV="production" # Script variable names should be lower-case not to conflict with # internal /bin/sh variables such as PATH, EDITOR or SHELL. app_user="git" -app_root="/usr/local/www/gitlab-ce" +app_root="%%PREFIX%%/www/gitlab-ce" pid_path="$app_root/tmp/pids" socket_path="$app_root/tmp/sockets" rails_socket="$socket_path/gitlab.socket" @@ -79,7 +79,7 @@ gitlab_pages_options="-pages-domain example.com -pages gitlab_pages_log="$app_root/log/gitlab-pages.log" shell_path="/bin/bash" gitaly_enabled=true -gitaly_dir="/usr/local/share/gitaly" +gitaly_dir="%%PREFIX%%/share/gitaly" gitaly_pid_path="$pid_path/gitaly.pid" gitaly_log="$app_root/log/gitaly.log" @@ -91,18 +91,18 @@ if [ "$USER" != "$app_user" ]; then # Regenerate the Gemfile.lock for all related products echo "Regenerate Gitlab Gemfile.lock" rm -f "${app_root}"/Gemfile.lock - if ! su -l ${app_user} -c "cd ${app_root} && /usr/local/bin/bundle install --local --quiet"; then + if ! su -l ${app_user} -c "cd ${app_root} && %%LOCALBASE%%/bin/bundle install --local --quiet"; then echo "Could not create Gemfile.lock for gitlab, please report this using FreeBSD Bugtracker, https://bugs.freebsd.org/" exit 1 fi echo "Regenerate Gitaly Gemfile.lock" rm -f "${gitaly_dir}"/ruby/Gemfile.lock - if ! su -l root -c "cd ${gitaly_dir}/ruby && /usr/local/bin/bundle install --local --quiet"; then + if ! su -l root -c "cd ${gitaly_dir}/ruby && %%LOCALBASE%%/bin/bundle install --local --quiet"; then echo "Could not create Gemfile.lock for gitaly, please report this using FreeBSD Bugtracker, https://bugs.freebsd.org/" exit 1 fi - eval su - "$app_user" -c $(echo \")/usr/local/etc/rc.d/gitlab "$@"$(echo \"); exit; + eval su - "$app_user" -c $(echo \")%%LOCALBASE%%/etc/rc.d/gitlab "$@"$(echo \"); exit; fi # Switch to the gitlab path, exit on failure. Modified: branches/2018Q3/www/gitlab-ce/files/patch-config_gitlab.yml.example ============================================================================== --- head/www/gitlab-ce/files/patch-config_gitlab.yml.example Wed Jul 4 17:38:29 2018 (r473910) +++ branches/2018Q3/www/gitlab-ce/files/patch-config_gitlab.yml.example Thu Jul 19 10:02:38 2018 (r474954) @@ -5,7 +5,7 @@ # external_https: ["1.1.1.1:443", "[2001::1]:443"] # If defined, enables custom domain and certificate support in GitLab Pages admin: - address: unix:/home/git/gitlab/tmp/sockets/private/pages-admin.socket # TCP connections are supported too (e.g. tcp://host:port) -+ address: unix:/usr/local/www/gitlab-ce/tmp/sockets/private/pages-admin.socket # TCP connections are supported too (e.g. tcp://host:port) ++ address: unix:%%PREFIX%%/www/gitlab-ce/tmp/sockets/private/pages-admin.socket # TCP connections are supported too (e.g. tcp://host:port) ## Mattermost ## For enabling Add to Mattermost button @@ -14,7 +14,7 @@ gitaly: # Path to the directory containing Gitaly client executables. - client_path: /home/git/gitaly/bin -+ client_path: /usr/local/share/gitaly/bin ++ client_path: %%PREFIX%%/share/gitaly/bin # Default Gitaly authentication token. Can be overriden per storage. Can # be left blank when Gitaly is running locally on a Unix socket, which # is the normal way to deploy Gitaly. @@ -25,7 +25,7 @@ - path: /home/git/repositories/ - gitaly_address: unix:/home/git/gitlab/tmp/sockets/private/gitaly.socket # TCP connections are supported too (e.g. tcp://host:port) + path: /usr/home/git/repositories/ -+ gitaly_address: unix:/usr/local/www/gitlab-ce/tmp/sockets/private/gitaly.socket # TCP connections are supported too (e.g. tcp://host:port) ++ gitaly_address: unix:%%PREFIX%%/www/gitlab-ce/tmp/sockets/private/gitaly.socket # TCP connections are supported too (e.g. tcp://host:port) # gitaly_token: 'special token' # Optional: override global gitaly.token for this storage. ## Backup settings @@ -35,8 +35,8 @@ gitlab_shell: - path: /home/git/gitlab-shell/ - hooks_path: /home/git/gitlab-shell/hooks/ -+ path: /usr/local/share/gitlab-shell/ -+ hooks_path: /usr/local/share/gitlab-shell/hooks/ ++ path: %%PREFIX%%/share/gitlab-shell/ ++ hooks_path: %%PREFIX/share/gitlab-shell/hooks/ # File that contains the secret key for verifying access for gitlab-shell. # Default is '.gitlab_shell_secret' relative to Rails.root (i.e. root of the GitLab app). @@ -50,7 +50,7 @@ # Use the default values unless you really know what you are doing git: - bin_path: /usr/bin/git -+ bin_path: /usr/local/bin/git ++ bin_path: %%PREFIX%%/bin/git ## Webpack settings # If enabled, this will tell rails to serve frontend assets from the webpack-dev-server running Modified: branches/2018Q3/www/gitlab-ce/files/patch-config_unicorn.rb.example ============================================================================== --- head/www/gitlab-ce/files/patch-config_unicorn.rb.example Wed Jul 4 17:38:29 2018 (r473910) +++ branches/2018Q3/www/gitlab-ce/files/patch-config_unicorn.rb.example Thu Jul 19 10:02:38 2018 (r474954) @@ -5,13 +5,13 @@ # Help ensure your application will always spawn in the symlinked # "current" directory that Capistrano sets up. -working_directory "/home/git/gitlab" # available in 0.94.0+ -+working_directory "/usr/local/www/gitlab-ce" # available in 0.94.0+ ++working_directory "%%PREFIX%%/www/gitlab-ce" # available in 0.94.0+ # Listen on both a Unix domain socket and a TCP port. # If you are load-balancing multiple Unicorn masters, lower the backlog # setting to e.g. 64 for faster failover. -listen "/home/git/gitlab/tmp/sockets/gitlab.socket", :backlog => 1024 -+listen "/usr/local/www/gitlab-ce/tmp/sockets/gitlab.socket", :backlog => 1024 ++listen "%%PREFIX%%/www/gitlab-ce/tmp/sockets/gitlab.socket", :backlog => 1024 listen "127.0.0.1:8080", :tcp_nopush => true # nuke workers after 30 seconds instead of 60 seconds (the default) @@ -20,15 +20,15 @@ # feel free to point this anywhere accessible on the filesystem -pid "/home/git/gitlab/tmp/pids/unicorn.pid" -+pid "/usr/local/www/gitlab-ce/tmp/pids/unicorn.pid" ++pid "%%PREFIX%%/www/gitlab-ce/tmp/pids/unicorn.pid" # By default, the Unicorn logger will write to stderr. # Additionally, some applications/frameworks log to stderr or stdout, # so prevent them from going to /dev/null when daemonized here: -stderr_path "/home/git/gitlab/log/unicorn.stderr.log" -stdout_path "/home/git/gitlab/log/unicorn.stdout.log" -+stderr_path "/usr/local/www/gitlab-ce/log/unicorn.stderr.log" -+stdout_path "/usr/local/www/gitlab-ce/log/unicorn.stdout.log" ++stderr_path "%%PREFIX%%/www/gitlab-ce/log/unicorn.stderr.log" ++stdout_path "%%PREFIX%%/www/gitlab-ce/log/unicorn.stdout.log" # combine Ruby 2.0.0dev or REE with "preload_app true" for memory savings # http://rubyenterpriseedition.com/faq.html#adapt_apps_for_cow Modified: branches/2018Q3/www/gitlab-ce/files/patch-lib_support_nginx_gitlab ============================================================================== --- head/www/gitlab-ce/files/patch-lib_support_nginx_gitlab Wed Jul 4 17:38:29 2018 (r473910) +++ branches/2018Q3/www/gitlab-ce/files/patch-lib_support_nginx_gitlab Thu Jul 19 10:02:38 2018 (r474954) @@ -5,7 +5,7 @@ # Gitlab socket file, # for Omnibus this would be: unix:/var/opt/gitlab/gitlab-workhorse/socket - server unix:/home/git/gitlab/tmp/sockets/gitlab-workhorse.socket fail_timeout=0; -+ server unix:/usr/local/www/gitlab-ce/tmp/sockets/gitlab-workhorse.socket fail_timeout=0; ++ server unix:%%PREFIX%%/www/gitlab-ce/tmp/sockets/gitlab-workhorse.socket fail_timeout=0; } map $http_upgrade $connection_upgrade_gitlab { @@ -14,7 +14,7 @@ # Location to the Gitlab's public directory, # for Omnibus this would be: /opt/gitlab/embedded/service/gitlab-rails/public. - root /home/git/gitlab/public; -+ root /usr/local/www/gitlab-ce/public; ++ root %%PREFIX%%/www/gitlab-ce/public; internal; } Modified: branches/2018Q3/www/gitlab-ce/files/patch-lib_support_nginx_gitlab-ssl ============================================================================== --- head/www/gitlab-ce/files/patch-lib_support_nginx_gitlab-ssl Wed Jul 4 17:38:29 2018 (r473910) +++ branches/2018Q3/www/gitlab-ce/files/patch-lib_support_nginx_gitlab-ssl Thu Jul 19 10:02:38 2018 (r474954) @@ -5,7 +5,7 @@ # Gitlab socket file, # for Omnibus this would be: unix:/var/opt/gitlab/gitlab-workhorse/socket - server unix:/home/git/gitlab/tmp/sockets/gitlab-workhorse.socket fail_timeout=0; -+ server unix:/usr/local/www/gitlab-ce/tmp/sockets/gitlab-workhorse.socket fail_timeout=0; ++ server unix:%%PREFIX%%/www/gitlab-ce/tmp/sockets/gitlab-workhorse.socket fail_timeout=0; } map $http_upgrade $connection_upgrade_gitlab_ssl { @@ -14,7 +14,7 @@ # Location to the Gitlab's public directory, # for Omnibus this would be: /opt/gitlab/embedded/service/gitlab-rails/public - root /home/git/gitlab/public; -+ root /usr/local/www/gitlab-ce/public; ++ root %%PREFIX%%/www/gitlab-ce/public; internal; } } Modified: branches/2018Q3/www/gitlab-ce/pkg-plist ============================================================================== --- head/www/gitlab-ce/pkg-plist Wed Jul 4 17:38:29 2018 (r473910) +++ branches/2018Q3/www/gitlab-ce/pkg-plist Thu Jul 19 10:02:38 2018 (r474954) @@ -10234,6 +10234,7 @@ %%WWWDIR%%/spec/features/groups/group_settings_spec.rb %%WWWDIR%%/spec/features/groups/issues_spec.rb %%WWWDIR%%/spec/features/groups/labels/edit_spec.rb +%%WWWDIR%%/spec/features/groups/labels/index_spec.rb %%WWWDIR%%/spec/features/groups/labels/subscription_spec.rb %%WWWDIR%%/spec/features/groups/labels/user_sees_links_to_issuables.rb %%WWWDIR%%/spec/features/groups/members/filter_members_spec.rb @@ -12945,6 +12946,7 @@ %%WWWDIR%%/spec/services/preview_markdown_service_spec.rb %%WWWDIR%%/spec/services/projects/after_import_service_spec.rb %%WWWDIR%%/spec/services/projects/autocomplete_service_spec.rb +%%WWWDIR%%/spec/services/projects/batch_open_issues_count_service_spec.rb %%WWWDIR%%/spec/services/projects/count_service_spec.rb %%WWWDIR%%/spec/services/projects/create_from_template_service_spec.rb %%WWWDIR%%/spec/services/projects/create_service_spec.rb From owner-svn-ports-branches@freebsd.org Thu Jul 19 11:57: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 6241A103086E; Thu, 19 Jul 2018 11:57:01 +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.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 124A48D0CB; Thu, 19 Jul 2018 11:57:01 +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 E142E28D60; Thu, 19 Jul 2018 11:57:00 +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 w6JBv0lX083238; Thu, 19 Jul 2018 11:57:00 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6JBv0EW083236; Thu, 19 Jul 2018 11:57:00 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201807191157.w6JBv0EW083236@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Thu, 19 Jul 2018 11:57:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r474957 - branches/2018Q3/www/gitlab-ce X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: branches/2018Q3/www/gitlab-ce X-SVN-Commit-Revision: 474957 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.27 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, 19 Jul 2018 11:57:01 -0000 Author: mfechner Date: Thu Jul 19 11:57:00 2018 New Revision: 474957 URL: https://svnweb.freebsd.org/changeset/ports/474957 Log: MFH: r474929 Gitlab 11.0.4 security update, please see here for more details: https://about.gitlab.com/2018/07/17/critical-security-release-gitlab-11-dot-0-dot-4-released/ Reviewed by: swills (mentor) Approved by: swills (mentor) Security: 8fc615cc-8a66-11e8-8c75-d8cb8abf62dd Differential Revision: https://reviews.freebsd.org/D16318 Approved by: ports-secteam (miwi) Modified: branches/2018Q3/www/gitlab-ce/Makefile branches/2018Q3/www/gitlab-ce/distinfo Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/www/gitlab-ce/Makefile ============================================================================== --- branches/2018Q3/www/gitlab-ce/Makefile Thu Jul 19 10:18:07 2018 (r474956) +++ branches/2018Q3/www/gitlab-ce/Makefile Thu Jul 19 11:57:00 2018 (r474957) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gitlab-ce -PORTVERSION= 11.0.3 +PORTVERSION= 11.0.4 CATEGORIES= www devel MAINTAINER= mfechner@FreeBSD.org @@ -213,7 +213,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= aa6207551b023ecba0dba332c6358e1007f4b0eb +GL_COMMIT= edb037cbc85225261e8ede5455be4aad771ba3bb USERS= git GROUPS= git Modified: branches/2018Q3/www/gitlab-ce/distinfo ============================================================================== --- branches/2018Q3/www/gitlab-ce/distinfo Thu Jul 19 10:18:07 2018 (r474956) +++ branches/2018Q3/www/gitlab-ce/distinfo Thu Jul 19 11:57:00 2018 (r474957) @@ -1,3 +1,3 @@ -TIMESTAMP = 1530814728 -SHA256 (gitlab-org-gitlab-ce-aa6207551b023ecba0dba332c6358e1007f4b0eb_GL0.tar.gz) = b3e32c199deca93729eed2c6b20fb23b35962fcbc249045a89abea7e05342782 -SIZE (gitlab-org-gitlab-ce-aa6207551b023ecba0dba332c6358e1007f4b0eb_GL0.tar.gz) = 49743048 +TIMESTAMP = 1531901551 +SHA256 (gitlab-org-gitlab-ce-edb037cbc85225261e8ede5455be4aad771ba3bb_GL0.tar.gz) = e93a0e8b8dc7f759830eccfdef4cba12223644d2abbf36b0487d37d5491f5d54 +SIZE (gitlab-org-gitlab-ce-edb037cbc85225261e8ede5455be4aad771ba3bb_GL0.tar.gz) = 49742351 From owner-svn-ports-branches@freebsd.org Thu Jul 19 14:35: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 CD5D0103C82B; Thu, 19 Jul 2018 14:35:23 +0000 (UTC) (envelope-from bapt@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 744B59400B; Thu, 19 Jul 2018 14:35:23 +0000 (UTC) (envelope-from bapt@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 4EB572A82E; Thu, 19 Jul 2018 14:35:23 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6JEZNgG064546; Thu, 19 Jul 2018 14:35:23 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6JEZM9f064544; Thu, 19 Jul 2018 14:35:22 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201807191435.w6JEZM9f064544@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 19 Jul 2018 14:35:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r474963 - in branches/2018Q3/mail/neomutt: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: in branches/2018Q3/mail/neomutt: . files X-SVN-Commit-Revision: 474963 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.27 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, 19 Jul 2018 14:35:24 -0000 Author: bapt Date: Thu Jul 19 14:35:22 2018 New Revision: 474963 URL: https://svnweb.freebsd.org/changeset/ports/474963 Log: MFH: r473715 r474779 Update to 20180622 Update to 20180716 Latest release was a security fix release Deleted: branches/2018Q3/mail/neomutt/files/patch-doc_Makefile.autosetup Modified: branches/2018Q3/mail/neomutt/Makefile branches/2018Q3/mail/neomutt/distinfo branches/2018Q3/mail/neomutt/pkg-plist Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/mail/neomutt/Makefile ============================================================================== --- branches/2018Q3/mail/neomutt/Makefile Thu Jul 19 13:29:26 2018 (r474962) +++ branches/2018Q3/mail/neomutt/Makefile Thu Jul 19 14:35:22 2018 (r474963) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= neomutt -PORTVERSION= 20180512 +PORTVERSION= 20180716 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= mail @@ -98,7 +98,6 @@ post-install: ${RM} ${STAGEDIR}${PREFIX}/etc/mime* ${MV} ${STAGEDIR}${PREFIX}/etc/neomuttrc ${STAGEDIR}${PREFIX}/etc/neomuttrc.dist ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/neomutt \ - ${STAGEDIR}${PREFIX}/libexec/neomutt/pgpring \ ${STAGEDIR}${PREFIX}/libexec/neomutt/pgpewrap .include Modified: branches/2018Q3/mail/neomutt/distinfo ============================================================================== --- branches/2018Q3/mail/neomutt/distinfo Thu Jul 19 13:29:26 2018 (r474962) +++ branches/2018Q3/mail/neomutt/distinfo Thu Jul 19 14:35:22 2018 (r474963) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526289307 -SHA256 (neomutt-neomutt-neomutt-20180512_GH0.tar.gz) = fe573b9b6944c2d40d42e6ab62b711e9980da2d2bc36c533e0ba322fd9f3b851 -SIZE (neomutt-neomutt-neomutt-20180512_GH0.tar.gz) = 2758674 +TIMESTAMP = 1531812159 +SHA256 (neomutt-neomutt-neomutt-20180716_GH0.tar.gz) = bd89826980b493ba312228c9c14ffe2403e268571aea6008c6dc7ed3848de200 +SIZE (neomutt-neomutt-neomutt-20180716_GH0.tar.gz) = 2778105 Modified: branches/2018Q3/mail/neomutt/pkg-plist ============================================================================== --- branches/2018Q3/mail/neomutt/pkg-plist Thu Jul 19 13:29:26 2018 (r474962) +++ branches/2018Q3/mail/neomutt/pkg-plist Thu Jul 19 14:35:22 2018 (r474963) @@ -1,10 +1,8 @@ bin/neomutt libexec/neomutt/pgpewrap -libexec/neomutt/pgpring libexec/neomutt/smime_keys man/man1/neomutt.1.gz man/man1/pgpewrap_neomutt.1.gz -man/man1/pgpring_neomutt.1.gz man/man1/smime_keys_neomutt.1.gz man/man5/mbox_neomutt.5.gz man/man5/mmdf_neomutt.5.gz @@ -45,7 +43,6 @@ man/man5/neomuttrc.5.gz %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.md %%PORTDOCS%%%%DOCSDIR%%/INSTALL.md %%PORTDOCS%%%%DOCSDIR%%/LICENSE.md -%%PORTDOCS%%%%DOCSDIR%%/PGP-Notes.txt %%PORTDOCS%%%%DOCSDIR%%/README.md %%PORTDOCS%%%%DOCSDIR%%/advancedusage.html %%PORTDOCS%%%%DOCSDIR%%/colorschemes/neonwolf-256.neomuttrc @@ -90,9 +87,6 @@ man/man5/neomuttrc.5.gz %%PORTDOCS%%%%DOCSDIR%%/samples/colors.default %%PORTDOCS%%%%DOCSDIR%%/samples/colors.linux %%PORTDOCS%%%%DOCSDIR%%/samples/gpg.rc -%%PORTDOCS%%%%DOCSDIR%%/samples/pgp2.rc -%%PORTDOCS%%%%DOCSDIR%%/samples/pgp5.rc -%%PORTDOCS%%%%DOCSDIR%%/samples/pgp6.rc %%PORTDOCS%%%%DOCSDIR%%/samples/sample.mailcap %%PORTDOCS%%%%DOCSDIR%%/samples/sample.neomuttrc %%PORTDOCS%%%%DOCSDIR%%/samples/sample.neomuttrc-tlr From owner-svn-ports-branches@freebsd.org Thu Jul 19 20:40:56 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 E7F571049F17; Thu, 19 Jul 2018 20:40:55 +0000 (UTC) (envelope-from antoine@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 9A8EC7B01B; Thu, 19 Jul 2018 20:40:55 +0000 (UTC) (envelope-from antoine@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 7BF222E3A8; Thu, 19 Jul 2018 20:40:55 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6JKetaF053936; Thu, 19 Jul 2018 20:40:55 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6JKetoo053935; Thu, 19 Jul 2018 20:40:55 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201807192040.w6JKetoo053935@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 19 Jul 2018 20:40:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r474975 - branches/2018Q3/devel/libmatheval X-SVN-Group: ports-branches X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: branches/2018Q3/devel/libmatheval X-SVN-Commit-Revision: 474975 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.27 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, 19 Jul 2018 20:40:56 -0000 Author: antoine Date: Thu Jul 19 20:40:55 2018 New Revision: 474975 URL: https://svnweb.freebsd.org/changeset/ports/474975 Log: MFH: r474200 devel/libmatheval: Fix missing library dependency Flex lib used to be called 'fl_pic', but now it is called 'fl'. PR: 229516 Reported by: Michael Danilov Modified: branches/2018Q3/devel/libmatheval/Makefile Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/devel/libmatheval/Makefile ============================================================================== --- branches/2018Q3/devel/libmatheval/Makefile Thu Jul 19 20:37:15 2018 (r474974) +++ branches/2018Q3/devel/libmatheval/Makefile Thu Jul 19 20:40:55 2018 (r474975) @@ -18,7 +18,7 @@ LIB_DEPENDS= libguile.so:lang/guile USES= libtool localbase makeinfo pathfix GNU_CONFIGURE= yes -CONFIGURE_ENV= LEXLIB=-lfl_pic MAKEINFO="${MAKEINFO} --no-split" +CONFIGURE_ENV= LEXLIB=-lfl MAKEINFO="${MAKEINFO} --no-split" USE_LDCONFIG= yes INSTALL_TARGET= install-strip From owner-svn-ports-branches@freebsd.org Thu Jul 19 21:16:03 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 B8A13104B911; Thu, 19 Jul 2018 21:16:03 +0000 (UTC) (envelope-from grembo@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 6D9BA7D061; Thu, 19 Jul 2018 21:16:03 +0000 (UTC) (envelope-from grembo@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 306502E9FC; Thu, 19 Jul 2018 21:16:03 +0000 (UTC) (envelope-from grembo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6JLG3AR073232; Thu, 19 Jul 2018 21:16:03 GMT (envelope-from grembo@FreeBSD.org) Received: (from grembo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6JLG2F9073230; Thu, 19 Jul 2018 21:16:02 GMT (envelope-from grembo@FreeBSD.org) Message-Id: <201807192116.w6JLG2F9073230@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: grembo set sender to grembo@FreeBSD.org using -f From: Michael Gmelin Date: Thu, 19 Jul 2018 21:16:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r474981 - in branches/2018Q3/devel/boost-libs: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: grembo X-SVN-Commit-Paths: in branches/2018Q3/devel/boost-libs: . files X-SVN-Commit-Revision: 474981 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.27 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, 19 Jul 2018 21:16:04 -0000 Author: grembo Date: Thu Jul 19 21:16:02 2018 New Revision: 474981 URL: https://svnweb.freebsd.org/changeset/ports/474981 Log: MFH: r474979 Fix runtime null pointer dereference (undefined behavior) PR: 229888 Approved by: maintainer Obtained from: https://github.com/boostorg/filesystem/pull/71 Approved by: ports-secteam (runtime fix blanket) Added: branches/2018Q3/devel/boost-libs/files/patch-libs_filesystem_src_operations.cpp - copied unchanged from r474979, head/devel/boost-libs/files/patch-libs_filesystem_src_operations.cpp Modified: branches/2018Q3/devel/boost-libs/Makefile Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/devel/boost-libs/Makefile ============================================================================== --- branches/2018Q3/devel/boost-libs/Makefile Thu Jul 19 21:11:48 2018 (r474980) +++ branches/2018Q3/devel/boost-libs/Makefile Thu Jul 19 21:16:02 2018 (r474981) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= boost-libs -PORTREVISION= 2 +PORTREVISION= 3 COMMENT= Free portable C++ libraries (without Boost.Python) Copied: branches/2018Q3/devel/boost-libs/files/patch-libs_filesystem_src_operations.cpp (from r474979, head/devel/boost-libs/files/patch-libs_filesystem_src_operations.cpp) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q3/devel/boost-libs/files/patch-libs_filesystem_src_operations.cpp Thu Jul 19 21:16:02 2018 (r474981, copy of r474979, head/devel/boost-libs/files/patch-libs_filesystem_src_operations.cpp) @@ -0,0 +1,29 @@ +Fixes a null pointer dereference, patch origin: +https://github.com/boostorg/filesystem/pull/71 +--- libs/filesystem/src/operations.cpp.orig 2018-04-11 13:49:02 UTC ++++ libs/filesystem/src/operations.cpp +@@ -890,20 +890,20 @@ namespace detail + BOOST_FILESYSTEM_DECL + void copy(const path& from, const path& to, system::error_code* ec) + { +- file_status s(symlink_status(from, *ec)); ++ file_status s(detail::symlink_status(from, ec)); + if (ec != 0 && *ec) return; + + if(is_symlink(s)) + { +- copy_symlink(from, to, *ec); ++ detail::copy_symlink(from, to, ec); + } + else if(is_directory(s)) + { +- copy_directory(from, to, *ec); ++ detail::copy_directory(from, to, ec); + } + else if(is_regular_file(s)) + { +- copy_file(from, to, fs::copy_option::fail_if_exists, *ec); ++ detail::copy_file(from, to, detail::fail_if_exists, ec); + } + else + { From owner-svn-ports-branches@freebsd.org Fri Jul 20 14:30: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 C0D041047A26; Fri, 20 Jul 2018 14:30: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.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 726277F3A6; Fri, 20 Jul 2018 14:30:51 +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 53A151160F; Fri, 20 Jul 2018 14:30:51 +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 w6KEUpvw003165; Fri, 20 Jul 2018 14:30:51 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6KEUoG7003137; Fri, 20 Jul 2018 14:30:50 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201807201430.w6KEUoG7003137@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Fri, 20 Jul 2018 14:30:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r475019 - branches/2018Q3/www/piwigo X-SVN-Group: ports-branches X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: branches/2018Q3/www/piwigo X-SVN-Commit-Revision: 475019 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.27 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, 20 Jul 2018 14:30:52 -0000 Author: joneum Date: Fri Jul 20 14:30:50 2018 New Revision: 475019 URL: https://svnweb.freebsd.org/changeset/ports/475019 Log: MFH: r475014 www/piwigo: update to 2.9.4www/piwigo: update to 2.9.4 Changelog: - security fixes, - bug fixes, - compatibility with PHP 7.2 (also no longer compatible with PHP 5.2) and - language updates PR: 229843 Submitted by: Ralf van der Enden (maintainer) Approved by: ports-secteam (miwi) Modified: branches/2018Q3/www/piwigo/Makefile branches/2018Q3/www/piwigo/distinfo branches/2018Q3/www/piwigo/pkg-plist Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/www/piwigo/Makefile ============================================================================== --- branches/2018Q3/www/piwigo/Makefile Fri Jul 20 14:26:43 2018 (r475018) +++ branches/2018Q3/www/piwigo/Makefile Fri Jul 20 14:30:50 2018 (r475019) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= piwigo -DISTVERSION= 2.9.3 +DISTVERSION= 2.9.4 CATEGORIES= www MASTER_SITES= http://piwigo.org/download/dlcounter.php?code=${PORTVERSION}&/ Modified: branches/2018Q3/www/piwigo/distinfo ============================================================================== --- branches/2018Q3/www/piwigo/distinfo Fri Jul 20 14:26:43 2018 (r475018) +++ branches/2018Q3/www/piwigo/distinfo Fri Jul 20 14:30:50 2018 (r475019) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519746097 -SHA256 (piwigo-2.9.3.zip) = 4022a743ddc0555f8d4f114ec3c3aa439eec44659cbf0d1564d0e3cc2ff30426 -SIZE (piwigo-2.9.3.zip) = 7818425 +TIMESTAMP = 1531854993 +SHA256 (piwigo-2.9.4.zip) = 00fafe6887af62e34ee97dc9b8e4be0720af9f27ea1cdb16ab6217f462574a3c +SIZE (piwigo-2.9.4.zip) = 7846445 Modified: branches/2018Q3/www/piwigo/pkg-plist ============================================================================== --- branches/2018Q3/www/piwigo/pkg-plist Fri Jul 20 14:26:43 2018 (r475018) +++ branches/2018Q3/www/piwigo/pkg-plist Fri Jul 20 14:30:50 2018 (r475019) @@ -967,6 +967,7 @@ %%WWWDIR%%/language/el_GR/help/notification_by_mail.html %%WWWDIR%%/language/el_GR/help/permalinks.html %%WWWDIR%%/language/el_GR/help/photos_add_ftp.html +%%WWWDIR%%/language/el_GR/help/quick_search.html %%WWWDIR%%/language/el_GR/help/search.html %%WWWDIR%%/language/el_GR/help/synchronize.html %%WWWDIR%%/language/el_GR/help/user_list.html @@ -974,6 +975,7 @@ %%WWWDIR%%/language/el_GR/install.lang.php %%WWWDIR%%/language/el_GR/iso.txt %%WWWDIR%%/language/el_GR/upgrade.lang.php +%%WWWDIR%%/language/fr_CA/help/quick_search.html %%WWWDIR%%/language/en_GB/about.html %%WWWDIR%%/language/en_GB/admin.lang.php %%WWWDIR%%/language/en_GB/common.lang.php @@ -1245,6 +1247,7 @@ %%WWWDIR%%/language/hu_HU/common.lang.php %%WWWDIR%%/language/hu_HU/help/cat_move.html %%WWWDIR%%/language/hu_HU/help/cat_options.html +%%WWWDIR%%/language/hu_HU/help/cat_perm.html %%WWWDIR%%/language/hu_HU/help/configuration.html %%WWWDIR%%/language/hu_HU/help/group_list.html %%WWWDIR%%/language/hu_HU/help/help_add_photos.html @@ -1329,6 +1332,7 @@ %%WWWDIR%%/language/ja_JP/help/notification_by_mail.html %%WWWDIR%%/language/ja_JP/help/permalinks.html %%WWWDIR%%/language/ja_JP/help/photos_add_ftp.html +%%WWWDIR%%/language/ja_JP/help/quick_search.html %%WWWDIR%%/language/ja_JP/help/search.html %%WWWDIR%%/language/ja_JP/help/synchronize.html %%WWWDIR%%/language/ja_JP/help/user_list.html @@ -1502,6 +1506,7 @@ %%WWWDIR%%/language/nl_NL/help/notification_by_mail.html %%WWWDIR%%/language/nl_NL/help/permalinks.html %%WWWDIR%%/language/nl_NL/help/photos_add_ftp.html +%%WWWDIR%%/language/nl_NL/help/quick_search.html %%WWWDIR%%/language/nl_NL/help/search.html %%WWWDIR%%/language/nl_NL/help/synchronize.html %%WWWDIR%%/language/nl_NL/help/user_list.html @@ -1553,6 +1558,7 @@ %%WWWDIR%%/language/pl_PL/help/notification_by_mail.html %%WWWDIR%%/language/pl_PL/help/permalinks.html %%WWWDIR%%/language/pl_PL/help/photos_add_ftp.html +%%WWWDIR%%/language/pl_PL/help/quick_search.html %%WWWDIR%%/language/pl_PL/help/search.html %%WWWDIR%%/language/pl_PL/help/synchronize.html %%WWWDIR%%/language/pl_PL/help/user_list.html @@ -1624,6 +1630,7 @@ %%WWWDIR%%/language/ro_RO/help/cat_move.html %%WWWDIR%%/language/ro_RO/help/cat_options.html %%WWWDIR%%/language/ro_RO/help/help_add_photos.html +%%WWWDIR%%/language/ro_RO/help/help_groups.html %%WWWDIR%%/language/ro_RO/help/help_misc.html %%WWWDIR%%/language/ro_RO/index.php %%WWWDIR%%/language/ro_RO/install.lang.php @@ -1792,6 +1799,7 @@ %%WWWDIR%%/language/tr_TR/help/notification_by_mail.html %%WWWDIR%%/language/tr_TR/help/permalinks.html %%WWWDIR%%/language/tr_TR/help/photos_add_ftp.html +%%WWWDIR%%/language/tr_TR/help/quick_search.html %%WWWDIR%%/language/tr_TR/help/search.html %%WWWDIR%%/language/tr_TR/help/synchronize.html %%WWWDIR%%/language/tr_TR/help/user_list.html @@ -1831,6 +1839,7 @@ %%WWWDIR%%/language/vi_VN/about.html %%WWWDIR%%/language/vi_VN/admin.lang.php %%WWWDIR%%/language/vi_VN/common.lang.php +%%WWWDIR%%/language/vi_VN/help/group_list.html %%WWWDIR%%/language/vi_VN/help/help_add_photos.html %%WWWDIR%%/language/vi_VN/help/help_misc.html %%WWWDIR%%/language/vi_VN/help/index.php @@ -2364,6 +2373,7 @@ %%WWWDIR%%/plugins/TakeATour/language/fi_FI/tour_first_contact.lang.php %%WWWDIR%%/plugins/TakeATour/language/fr_CA/description.txt %%WWWDIR%%/plugins/TakeATour/language/fr_CA/index.php +%%WWWDIR%%/plugins/TakeATour/language/fr_CA/plugin.lang.php %%WWWDIR%%/plugins/TakeATour/language/fr_CA/tour_2_7_0.lang.php %%WWWDIR%%/plugins/TakeATour/language/fr_FR/description.txt %%WWWDIR%%/plugins/TakeATour/language/fr_FR/index.php @@ -2378,6 +2388,7 @@ %%WWWDIR%%/plugins/TakeATour/language/he_IL/plugin.lang.php %%WWWDIR%%/plugins/TakeATour/language/hu_HU/index.php %%WWWDIR%%/plugins/TakeATour/language/hu_HU/plugin.lang.php +%%WWWDIR%%/plugins/TakeATour/language/hu_HU/tour_2_9_0.lang.php %%WWWDIR%%/plugins/TakeATour/language/index.php %%WWWDIR%%/plugins/TakeATour/language/it_IT/description.txt %%WWWDIR%%/plugins/TakeATour/language/it_IT/index.php @@ -2387,6 +2398,11 @@ %%WWWDIR%%/plugins/TakeATour/language/it_IT/tour_2_9_0.lang.php %%WWWDIR%%/plugins/TakeATour/language/it_IT/tour_first_contact.lang.php %%WWWDIR%%/plugins/TakeATour/language/it_IT/tour_privacy.lang.php +%%WWWDIR%%/plugins/TakeATour/language/ja_JP/description.txt +%%WWWDIR%%/plugins/TakeATour/language/ja_JP/plugin.lang.php +%%WWWDIR%%/plugins/TakeATour/language/ja_JP/tour_2_9_0.lang.php +%%WWWDIR%%/plugins/TakeATour/language/lt_LT/plugin.lang.php +%%WWWDIR%%/plugins/TakeATour/language/lt_LT/tour_2_9_0.lang.php %%WWWDIR%%/plugins/TakeATour/language/lv_LV/description.txt %%WWWDIR%%/plugins/TakeATour/language/lv_LV/index.php %%WWWDIR%%/plugins/TakeATour/language/lv_LV/plugin.lang.php @@ -2432,6 +2448,7 @@ %%WWWDIR%%/plugins/TakeATour/language/pt_PT/plugin.lang.php %%WWWDIR%%/plugins/TakeATour/language/pt_PT/tour_2_7_0.lang.php %%WWWDIR%%/plugins/TakeATour/language/pt_PT/tour_2_8_0.lang.php +%%WWWDIR%%/plugins/TakeATour/language/pt_PT/tour_2_9_0.lang.php %%WWWDIR%%/plugins/TakeATour/language/pt_PT/tour_first_contact.lang.php %%WWWDIR%%/plugins/TakeATour/language/pt_PT/tour_privacy.lang.php %%WWWDIR%%/plugins/TakeATour/language/ro_RO/description.txt @@ -2494,6 +2511,7 @@ %%WWWDIR%%/plugins/TakeATour/language/vi_VN/index.php %%WWWDIR%%/plugins/TakeATour/language/vi_VN/plugin.lang.php %%WWWDIR%%/plugins/TakeATour/language/vi_VN/tour_2_7_0.lang.php +%%WWWDIR%%/plugins/TakeATour/language/vi_VN/tour_2_9_0.lang.php %%WWWDIR%%/plugins/TakeATour/language/vi_VN/tour_first_contact.lang.php %%WWWDIR%%/plugins/TakeATour/language/zh_CN/description.txt %%WWWDIR%%/plugins/TakeATour/language/zh_CN/index.php From owner-svn-ports-branches@freebsd.org Fri Jul 20 14:34:25 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 0B0631047BAE; Fri, 20 Jul 2018 14:34:25 +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.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 AC3ED7F8A1; Fri, 20 Jul 2018 14:34:24 +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 8D403117A9; Fri, 20 Jul 2018 14:34:24 +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 w6KEYOeP008110; Fri, 20 Jul 2018 14:34:24 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6KEYNZI008101; Fri, 20 Jul 2018 14:34:23 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201807201434.w6KEYNZI008101@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Fri, 20 Jul 2018 14:34:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r475020 - in branches/2018Q3/www/apache24: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: in branches/2018Q3/www/apache24: . files X-SVN-Commit-Revision: 475020 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.27 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, 20 Jul 2018 14:34:25 -0000 Author: joneum Date: Fri Jul 20 14:34:23 2018 New Revision: 475020 URL: https://svnweb.freebsd.org/changeset/ports/475020 Log: MFH: r475018 www/apache24: Update to 2.4.34 - fixes vulns in mod_http2 and mod_md - include SSL_* options in alphabetic ordering - Remove unneeded SSL_CFLAGS and _LDFLAGS - Remove WITH_HTTP_PORT and WITH_SSL_PORT - Remove trailing whitespace - Fix build with HTTP2 but without SSL [1] PR: 229802, 227944 [1] With hat: apache Approved by: brnrd (apache) Security: 8b1a50ab-8a8e-11e8-add2-b499baebfeaf Differential Revision: https://reviews.freebsd.org/D16294 Approved by: ports-secteam (miwi) Modified: branches/2018Q3/www/apache24/Makefile branches/2018Q3/www/apache24/distinfo branches/2018Q3/www/apache24/files/patch-modules_md_md__crypt.c branches/2018Q3/www/apache24/pkg-descr branches/2018Q3/www/apache24/pkg-message branches/2018Q3/www/apache24/pkg-plist Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/www/apache24/Makefile ============================================================================== --- branches/2018Q3/www/apache24/Makefile Fri Jul 20 14:30:50 2018 (r475019) +++ branches/2018Q3/www/apache24/Makefile Fri Jul 20 14:34:23 2018 (r475020) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= apache24 -PORTVERSION= 2.4.33 -PORTREVISION= 1 +PORTVERSION= 2.4.34 CATEGORIES= www ipv6 MASTER_SITES= APACHE_HTTPD DISTNAME= httpd-${PORTVERSION} @@ -37,9 +36,6 @@ SUB_LIST+= MPMF="000_mpm_prefork_fallback.conf" USERS= www GROUPS= www -WITH_HTTP_PORT?= 80 -WITH_SSL_PORT?= 443 - .include "${.CURDIR}/Makefile.options" .include "${.CURDIR}/Makefile.options.desc" OPTIONS_SUB= yes @@ -69,8 +65,10 @@ MPM_SHARED_SUB_LIST_OFF= MPM_FALLBACK_CHECK="\#" AUTHNZ_LDAP_CONFIGURE_ON= --enable-authnz-ldap BROTLI_CONFIGURE_WITH= brotli=${LOCALBASE} BROTLI_LIB_DEPENDS= libbrotlicommon.so:archivers/brotli -HTTP2_CONFIGURE_ON= --with-nghttp2=${LOCALBASE} +HTTP2_CONFIGURE_ON= --with-nghttp2=${LOCALBASE} \ + --with-ssl=${OPENSSLBASE} HTTP2_LIB_DEPENDS= libnghttp2.so:www/libnghttp2 +HTTP2_USES= ssl IPV4_MAPPED_CONFIGURE_ENABLE= v4-mapped LDAP_CONFIGURE_ON= --enable-ldap=shared LUAJIT_LIB_DEPENDS= libluajit-5.1.so:lang/luajit @@ -80,7 +78,7 @@ LUA_CONFIGURE_WITH= lua=${LOCALBASE} LUA_USES= lua MD_CONFIGURE_ON= --with-curl=${LOCALBASE} \ --with-jansson=${LOCALBASE} \ - --with-openssl=${OPENSSLBASE} + --with-ssl=${OPENSSLBASE} MD_LIB_DEPENDS= libcurl.so:ftp/curl \ libjansson.so:devel/jansson MD_USES= ssl @@ -89,14 +87,11 @@ PROXY_HTTP2_CONFIGURE_ON= --with-nghttp2=${LOCALBASE} PROXY_HTTP2_LIB_DEPENDS= libnghttp2.so:www/libnghttp2 SOCACHE_DC_CONFIGURE_ON= --with-distcache=${LOCALBASE} SOCACHE_DC_LIB_DEPENDS= libdistcache.so:security/distcache -XML2ENC_USE= GNOME=libxml2 - # Note: OpenSSL version (base/ports) depends how devel/apr1 was built # apu-1-config --(includes|ldflags) and apr_rules.mk -SSL_CFLAGS= -I${OPENSSLINC} SSL_CONFIGURE_ON= --with-ssl=${OPENSSLBASE} -SSL_LDFLAGS= -L${OPENSSLLIB} SSL_USES= ssl +XML2ENC_USE= GNOME=libxml2 ETC_SUBDIRS= Includes envvars.d extra modules.d @@ -112,9 +107,6 @@ PREFIX_RELDEST= ${PREFIX:S,^${DESTDIR},,} CONFIGURE_ARGS+=--prefix=${PREFIX_RELDEST} \ --enable-layout=FreeBSD \ - --with-port=${WITH_HTTP_PORT} \ - --with-sslport=${WITH_SSL_PORT} \ - --with-expat=${LOCALBASE} \ --enable-http \ --with-pcre=${LOCALBASE} \ --with-apr=${APR_CONFIG} \ @@ -157,7 +149,7 @@ IGNORE= AUTH_BASIC and AUTH_DIGEST need at least one A .endif .if ${PORT_OPTIONS:MAUTH_BASIC} && empty(PORT_OPTIONS:MAUTHZ*) -IGNORE= AUTH_BASIC need at least one AUTHZ provider +IGNORE= AUTH_BASIC needs at least one AUTHZ provider .endif # Non options-NG option handling @@ -167,7 +159,7 @@ CONFIGURE_ARGS+= --with-libxml2=${LOCALBASE}/include/l CONFIGURE_ARGS+= --without-libxml2 .endif -# WITH_STATIC_SUPPORT, WITH_DEBUG, WITH_EXCEPTION_HOOK +# WITH_STATIC_SUPPORT, WITH_DEBUG, WITH_EXCEPTION_HOOK # Only to be used for special builds .if defined(WITH_STATIC_SUPPORT) CONFIGURE_ARGS+= --enable-static-support Modified: branches/2018Q3/www/apache24/distinfo ============================================================================== --- branches/2018Q3/www/apache24/distinfo Fri Jul 20 14:30:50 2018 (r475019) +++ branches/2018Q3/www/apache24/distinfo Fri Jul 20 14:34:23 2018 (r475020) @@ -1,3 +1,3 @@ -TIMESTAMP = 1521377807 -SHA256 (apache24/httpd-2.4.33.tar.bz2) = de02511859b00d17845b9abdd1f975d5ccb5d0b280c567da5bf2ad4b70846f05 -SIZE (apache24/httpd-2.4.33.tar.bz2) = 6934765 +TIMESTAMP = 1531769087 +SHA256 (apache24/httpd-2.4.34.tar.bz2) = fa53c95631febb08a9de41fd2864cfff815cf62d9306723ab0d4b8d7aa1638f0 +SIZE (apache24/httpd-2.4.34.tar.bz2) = 6942969 Modified: branches/2018Q3/www/apache24/files/patch-modules_md_md__crypt.c ============================================================================== --- branches/2018Q3/www/apache24/files/patch-modules_md_md__crypt.c Fri Jul 20 14:30:50 2018 (r475019) +++ branches/2018Q3/www/apache24/files/patch-modules_md_md__crypt.c Fri Jul 20 14:34:23 2018 (r475020) @@ -1,11 +1,19 @@ ---- modules/md/md_crypt.c.orig 2018-01-30 10:20:50 UTC +Upstream https://svn.apache.org/viewvc?view=revision&revision=1836096 + +On the 2.4.x branch: + +merge r1836095 from trunk: +* using the, hopefully correct, ever elusive libressl version numbering check + for the new openssl API calls, fixes PR 62548. + +--- modules/md/md_crypt.c.orig 2018-06-29 11:53:50 UTC +++ modules/md/md_crypt.c -@@ -471,7 +471,7 @@ apr_status_t md_pkey_gen(md_pkey_t **ppk - } - } +@@ -52,7 +52,7 @@ --#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) -+#if OPENSSL_VERSION_NUMBER < 0x10100000L || (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x20700000L) - - #ifndef NID_tlsfeature - #define NID_tlsfeature 1020 + #if defined(LIBRESSL_VERSION_NUMBER) + /* Missing from LibreSSL */ +-#define MD_USE_OPENSSL_PRE_1_1_API (LIBRESSL_VERSION_NUMBER < 0x2080000f) ++#define MD_USE_OPENSSL_PRE_1_1_API (LIBRESSL_VERSION_NUMBER < 0x2070000f) + #else /* defined(LIBRESSL_VERSION_NUMBER) */ + #define MD_USE_OPENSSL_PRE_1_1_API (OPENSSL_VERSION_NUMBER < 0x10100000L) + #endif Modified: branches/2018Q3/www/apache24/pkg-descr ============================================================================== --- branches/2018Q3/www/apache24/pkg-descr Fri Jul 20 14:30:50 2018 (r475019) +++ branches/2018Q3/www/apache24/pkg-descr Fri Jul 20 14:34:23 2018 (r475020) @@ -6,4 +6,4 @@ services in sync with the current HTTP standards. The 2.x branch of Apache Web Server includes several improvements like threading, use of APR, native IPv6 and SSL support, and many more. -WWW: http://httpd.apache.org/ +WWW: https://httpd.apache.org/ Modified: branches/2018Q3/www/apache24/pkg-message ============================================================================== --- branches/2018Q3/www/apache24/pkg-message Fri Jul 20 14:30:50 2018 (r475019) +++ branches/2018Q3/www/apache24/pkg-message Fri Jul 20 14:34:23 2018 (r475020) @@ -20,4 +20,3 @@ Please compare the existing httpd.conf with httpd.conf and merge missing modules/instructions into httpd.conf! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - Modified: branches/2018Q3/www/apache24/pkg-plist ============================================================================== --- branches/2018Q3/www/apache24/pkg-plist Fri Jul 20 14:30:50 2018 (r475019) +++ branches/2018Q3/www/apache24/pkg-plist Fri Jul 20 14:34:23 2018 (r475020) @@ -253,7 +253,7 @@ sbin/split-logfile %%DATADIR%%/misc/index.html @postexec [ -f %D/%%WWWDIR%%/data/index.html ] || cp %D/%%DATADIR%%/misc/index.html %D/%%WWWDIR%%/data/index.html @(,,0400) %%WWWDIR%%/cgi-bin/printenv -@comment %%WWWDIR%%/cgi-bin/printenv.vbs +@comment %%WWWDIR%%/cgi-bin/printenv.vbs @comment %%WWWDIR%%/cgi-bin/printenv.wsf @(,,0400) %%WWWDIR%%/cgi-bin/test-cgi %%WWWDIR%%/error/HTTP_BAD_GATEWAY.html.var From owner-svn-ports-branches@freebsd.org Fri Jul 20 15:36:31 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 D93BB1049809; Fri, 20 Jul 2018 15:36:31 +0000 (UTC) (envelope-from fernape@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 78B24817BF; Fri, 20 Jul 2018 15:36:31 +0000 (UTC) (envelope-from fernape@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 5555E12177; Fri, 20 Jul 2018 15:36:31 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6KFaVbL039370; Fri, 20 Jul 2018 15:36:31 GMT (envelope-from fernape@FreeBSD.org) Received: (from fernape@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6KFaUlS039368; Fri, 20 Jul 2018 15:36:30 GMT (envelope-from fernape@FreeBSD.org) Message-Id: <201807201536.w6KFaUlS039368@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fernape set sender to fernape@FreeBSD.org using -f From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= Date: Fri, 20 Jul 2018 15:36:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r475025 - branches/2018Q3/mail/mutt X-SVN-Group: ports-branches X-SVN-Commit-Author: fernape X-SVN-Commit-Paths: branches/2018Q3/mail/mutt X-SVN-Commit-Revision: 475025 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.27 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, 20 Jul 2018 15:36:32 -0000 Author: fernape Date: Fri Jul 20 15:36:30 2018 New Revision: 475025 URL: https://svnweb.freebsd.org/changeset/ports/475025 Log: MFH: r474967 mail/mutt: update to 1.10.1 PR: 229809 Submitted by: dereks@lifeofadishwasher.com (maintainer) Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D16321 Approved by: ports-secteam (delphij) Modified: branches/2018Q3/mail/mutt/Makefile branches/2018Q3/mail/mutt/distinfo Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/mail/mutt/Makefile ============================================================================== --- branches/2018Q3/mail/mutt/Makefile Fri Jul 20 15:09:32 2018 (r475024) +++ branches/2018Q3/mail/mutt/Makefile Fri Jul 20 15:36:30 2018 (r475025) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= mutt -DISTVERSION= 1.10.0 -PORTREVISION?= 1 +DISTVERSION= 1.10.1 CATEGORIES+= mail ipv6 MASTER_SITES= ftp://ftp.mutt.org/pub/mutt/ \ ftp://ftp.fu-berlin.de/pub/unix/mail/mutt/ \ Modified: branches/2018Q3/mail/mutt/distinfo ============================================================================== --- branches/2018Q3/mail/mutt/distinfo Fri Jul 20 15:09:32 2018 (r475024) +++ branches/2018Q3/mail/mutt/distinfo Fri Jul 20 15:36:30 2018 (r475025) @@ -1,6 +1,6 @@ -TIMESTAMP = 1531128584 -SHA256 (mutt/mutt-1.10.0.tar.gz) = 0215b5f90ef9cc33441a6ca842379b64412ed7f8da83ed68bfaa319179f5535b -SIZE (mutt/mutt-1.10.0.tar.gz) = 4249980 +TIMESTAMP = 1531761572 +SHA256 (mutt/mutt-1.10.1.tar.gz) = 734a3883158ec3d180cf6538d8bd7f685ce641d2cdef657aa0038f76e79a54a0 +SIZE (mutt/mutt-1.10.1.tar.gz) = 4255890 SHA256 (mutt/mutt-1.10.0.vc.greeting) = e33b0659290cfbcff0055a5e3ec0762fed7eb76127e0c29cd00586d62cb92df8 SIZE (mutt/mutt-1.10.0.vc.greeting) = 4560 SHA256 (mutt/patch-1.10.0.vvv.nntp.gz) = 895c168f00cd073234c6cbb0d6972b5b390c64bf9ee5a13f58e0ea0652cabe4a From owner-svn-ports-branches@freebsd.org Fri Jul 20 23:55: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 000A1102A7FE; Fri, 20 Jul 2018 23:55:20 +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 A61E97253B; Fri, 20 Jul 2018 23:55:20 +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 6E0351727D; Fri, 20 Jul 2018 23:55:20 +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 w6KNtKKd094632; Fri, 20 Jul 2018 23:55:20 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6KNtKO4094630; Fri, 20 Jul 2018 23:55:20 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201807202355.w6KNtKO4094630@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 20 Jul 2018 23:55:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r475042 - branches/2018Q3/emulators/citra X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2018Q3/emulators/citra X-SVN-Commit-Revision: 475042 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.27 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, 20 Jul 2018 23:55:21 -0000 Author: jbeich Date: Fri Jul 20 23:55:19 2018 New Revision: 475042 URL: https://svnweb.freebsd.org/changeset/ports/475042 Log: MFH: r475040 emulators/citra: update to s20180719 Changes: https://github.com/citra-emu/citra/compare/610acf282...78685065c Approved by: ports-secteam (swills, implicit for snapshots) Modified: branches/2018Q3/emulators/citra/Makefile branches/2018Q3/emulators/citra/distinfo Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/emulators/citra/Makefile ============================================================================== --- branches/2018Q3/emulators/citra/Makefile Fri Jul 20 23:54:26 2018 (r475041) +++ branches/2018Q3/emulators/citra/Makefile Fri Jul 20 23:55:19 2018 (r475042) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= citra -PORTVERSION= s20180718 +PORTVERSION= s20180719 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= 7f1303a83 +GH_TAGNAME= 78685065c GH_TUPLE= citra-emu:ext-libressl-portable:7d01cb0:libressl/externals/libressl \ citra-emu:ext-soundtouch:060181e:soundtouch/externals/soundtouch \ MerryMage:dynarmic:r1-2-g4b350a3:dynarmic/externals/dynarmic \ Modified: branches/2018Q3/emulators/citra/distinfo ============================================================================== --- branches/2018Q3/emulators/citra/distinfo Fri Jul 20 23:54:26 2018 (r475041) +++ branches/2018Q3/emulators/citra/distinfo Fri Jul 20 23:55:19 2018 (r475042) @@ -1,6 +1,6 @@ -TIMESTAMP = 1531930831 -SHA256 (citra-emu-citra-s20180718-7f1303a83_GH0.tar.gz) = bdc5b01262d18f881a5ef36480d46aa37882df17d6d48b3b28cc23c3696ace48 -SIZE (citra-emu-citra-s20180718-7f1303a83_GH0.tar.gz) = 4000008 +TIMESTAMP = 1531990317 +SHA256 (citra-emu-citra-s20180719-78685065c_GH0.tar.gz) = 89a81ae1ec4c0042cb3f69fddd3c98c9bbac6fb84ee4fa820566a17b26e7f857 +SIZE (citra-emu-citra-s20180719-78685065c_GH0.tar.gz) = 4000885 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 Fri Jul 20 23:56: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 BB4A0102A8D8; Fri, 20 Jul 2018 23:56:02 +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 6E28572761; Fri, 20 Jul 2018 23:56:02 +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 505201727F; Fri, 20 Jul 2018 23:56:02 +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 w6KNu2fh094838; Fri, 20 Jul 2018 23:56:02 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6KNu2Nk094837; Fri, 20 Jul 2018 23:56:02 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201807202356.w6KNu2Nk094837@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 20 Jul 2018 23:56:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r475043 - branches/2018Q3/emulators/rpcs3 X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2018Q3/emulators/rpcs3 X-SVN-Commit-Revision: 475043 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.27 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, 20 Jul 2018 23:56:02 -0000 Author: jbeich Date: Fri Jul 20 23:56:01 2018 New Revision: 475043 URL: https://svnweb.freebsd.org/changeset/ports/475043 Log: MFH: r475041 emulators/rpcs3: update to 0.0.5.651 Changes: https://github.com/RPCS3/rpcs3/compare/a19113025...6caffd0e3 Approved by: ports-secteam (junovitch, implicit for snapshots) Modified: branches/2018Q3/emulators/rpcs3/Makefile branches/2018Q3/emulators/rpcs3/distinfo Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/emulators/rpcs3/Makefile ============================================================================== --- branches/2018Q3/emulators/rpcs3/Makefile Fri Jul 20 23:55:19 2018 (r475042) +++ branches/2018Q3/emulators/rpcs3/Makefile Fri Jul 20 23:56:01 2018 (r475043) @@ -2,8 +2,8 @@ PORTNAME= rpcs3 DISTVERSIONPREFIX= v -DISTVERSION= 0.0.5-644 -DISTVERSIONSUFFIX= -ga19113025 +DISTVERSION= 0.0.5-651 +DISTVERSIONSUFFIX= -g6caffd0e3 CATEGORIES= emulators MAINTAINER= jbeich@FreeBSD.org Modified: branches/2018Q3/emulators/rpcs3/distinfo ============================================================================== --- branches/2018Q3/emulators/rpcs3/distinfo Fri Jul 20 23:55:19 2018 (r475042) +++ branches/2018Q3/emulators/rpcs3/distinfo Fri Jul 20 23:56:01 2018 (r475043) @@ -1,6 +1,6 @@ -TIMESTAMP = 1531685130 -SHA256 (RPCS3-rpcs3-v0.0.5-644-ga19113025_GH0.tar.gz) = 00195788ec1942dae38a544e0c4343d98eb48713e7121f19dc52d3fe8265c3ec -SIZE (RPCS3-rpcs3-v0.0.5-644-ga19113025_GH0.tar.gz) = 4955421 +TIMESTAMP = 1532127727 +SHA256 (RPCS3-rpcs3-v0.0.5-651-g6caffd0e3_GH0.tar.gz) = 46d06e073bf310bc26be18150a26b6bff481534bde6bae7af781f808e0475fdd +SIZE (RPCS3-rpcs3-v0.0.5-651-g6caffd0e3_GH0.tar.gz) = 4955512 SHA256 (RPCS3-hidapi-hidapi-0.8.0-rc1-25-gca39ce8_GH0.tar.gz) = e50e4f4e9035e891e16867e995f44aac87ce734a9dde169f02fc9719b2ce3642 SIZE (RPCS3-hidapi-hidapi-0.8.0-rc1-25-gca39ce8_GH0.tar.gz) = 105623 SHA256 (RPCS3-llvm-60611c0f232c_GH0.tar.gz) = 52229d88de430293a6dbd4a9473be65dd92898f5e477aa65349aae2983de013d From owner-svn-ports-branches@freebsd.org Sat Jul 21 00:33: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 4B8C0102C5AB; Sat, 21 Jul 2018 00:33:37 +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 F0A0574071; Sat, 21 Jul 2018 00:33: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 D091117917; Sat, 21 Jul 2018 00:33: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 w6L0Xa7g015422; Sat, 21 Jul 2018 00:33:36 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6L0XaEY015419; Sat, 21 Jul 2018 00:33:36 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201807210033.w6L0XaEY015419@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 21 Jul 2018 00:33:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r475045 - branches/2018Q3/sysutils/android-file-transfer X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2018Q3/sysutils/android-file-transfer X-SVN-Commit-Revision: 475045 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.27 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, 21 Jul 2018 00:33:37 -0000 Author: jbeich Date: Sat Jul 21 00:33:36 2018 New Revision: 475045 URL: https://svnweb.freebsd.org/changeset/ports/475045 Log: MFH: r474044 sysutils/android-file-transfer: update to 3.4 Changes: https://github.com/whoozle/android-file-transfer-linux/releases/tag/v3.4 Changes: https://github.com/whoozle/android-file-transfer-linux/compare/v3.3...v3.4 Approved by: ports-secteam (miwi) Modified: branches/2018Q3/sysutils/android-file-transfer/Makefile branches/2018Q3/sysutils/android-file-transfer/distinfo Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/sysutils/android-file-transfer/Makefile ============================================================================== --- branches/2018Q3/sysutils/android-file-transfer/Makefile Sat Jul 21 00:10:28 2018 (r475044) +++ branches/2018Q3/sysutils/android-file-transfer/Makefile Sat Jul 21 00:33:36 2018 (r475045) @@ -2,7 +2,7 @@ PORTNAME= android-file-transfer DISTVERSIONPREFIX= v -DISTVERSION= 3.3 +DISTVERSION= 3.4 PORTREVISION?= 0 CATEGORIES= sysutils Modified: branches/2018Q3/sysutils/android-file-transfer/distinfo ============================================================================== --- branches/2018Q3/sysutils/android-file-transfer/distinfo Sat Jul 21 00:10:28 2018 (r475044) +++ branches/2018Q3/sysutils/android-file-transfer/distinfo Sat Jul 21 00:33:36 2018 (r475045) @@ -1,3 +1,3 @@ -TIMESTAMP = 1521888607 -SHA256 (whoozle-android-file-transfer-linux-v3.3_GH0.tar.gz) = fa33ddf79cb5e6e62248868534c7b54096e67613ae1788a243617348a6d839a0 -SIZE (whoozle-android-file-transfer-linux-v3.3_GH0.tar.gz) = 551320 +TIMESTAMP = 1530624318 +SHA256 (whoozle-android-file-transfer-linux-v3.4_GH0.tar.gz) = 3b911e454fb3287a56b2359fcc7d767d150a7df950fb994d58c4c9c9987f1a3d +SIZE (whoozle-android-file-transfer-linux-v3.4_GH0.tar.gz) = 554071 From owner-svn-ports-branches@freebsd.org Sat Jul 21 08:52:58 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 36E921041BF0; Sat, 21 Jul 2018 08:52:58 +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.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 C9697827E0; Sat, 21 Jul 2018 08:52:57 +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 A6EC31CDBF; Sat, 21 Jul 2018 08:52:57 +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 w6L8qvk7070572; Sat, 21 Jul 2018 08:52:57 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6L8qvsF070571; Sat, 21 Jul 2018 08:52:57 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201807210852.w6L8qvsF070571@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 21 Jul 2018 08:52:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r475055 - branches/2018Q3/net/traefik X-SVN-Group: ports-branches X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: branches/2018Q3/net/traefik X-SVN-Commit-Revision: 475055 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.27 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, 21 Jul 2018 08:52:58 -0000 Author: riggs Date: Sat Jul 21 08:52:56 2018 New Revision: 475055 URL: https://svnweb.freebsd.org/changeset/ports/475055 Log: MFH: r475054 Update to upstream version 1.6.5 Details: - Mostly bug and doc fixes, detailed upstream log: https://github.com/containous/traefik/releases/tag/v1.6.5 Approved by: ports-secteam (riggs) Modified: branches/2018Q3/net/traefik/Makefile branches/2018Q3/net/traefik/distinfo Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/net/traefik/Makefile ============================================================================== --- branches/2018Q3/net/traefik/Makefile Sat Jul 21 08:51:54 2018 (r475054) +++ branches/2018Q3/net/traefik/Makefile Sat Jul 21 08:52:56 2018 (r475055) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= traefik -PORTVERSION= 1.6.4 +PORTVERSION= 1.6.5 DISTVERSIONPREFIX= v CATEGORIES= net MASTER_SITES= LOCAL/riggs/${PORTNAME}:webui Modified: branches/2018Q3/net/traefik/distinfo ============================================================================== --- branches/2018Q3/net/traefik/distinfo Sat Jul 21 08:51:54 2018 (r475054) +++ branches/2018Q3/net/traefik/distinfo Sat Jul 21 08:52:56 2018 (r475055) @@ -1,5 +1,5 @@ -TIMESTAMP = 1529144761 -SHA256 (traefik-webui-static-1.6.4.tar.gz) = 7a44f59a342b7aa6ddcb2e869754940b4c4724002418db71b2aab5be131eac3b -SIZE (traefik-webui-static-1.6.4.tar.gz) = 2880495 -SHA256 (containous-traefik-v1.6.4_GH0.tar.gz) = d102894c88dcfa907df0695c778cb2a8b045b6a918d8a117bc77647c94131215 -SIZE (containous-traefik-v1.6.4_GH0.tar.gz) = 9767561 +TIMESTAMP = 1532161626 +SHA256 (traefik-webui-static-1.6.5.tar.gz) = e9f992b965697eb7ea666c3e6fa059d45179c7f8023160f5e3b59ccfc6bd15b0 +SIZE (traefik-webui-static-1.6.5.tar.gz) = 2883603 +SHA256 (containous-traefik-v1.6.5_GH0.tar.gz) = 12ad6e01b5babb166682d532b3e956ffb2c89ac14eaaed478418e6e54b720134 +SIZE (containous-traefik-v1.6.5_GH0.tar.gz) = 9769751