From owner-svn-ports-branches@freebsd.org Mon Aug 24 03:20:56 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9493E3AC538; Mon, 24 Aug 2020 03:20:56 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BZcpJ0tk8z41KX; Mon, 24 Aug 2020 03:20:55 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 85979120B8; Mon, 24 Aug 2020 03:20:55 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 07O3Ktkq080295; Mon, 24 Aug 2020 03:20:55 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07O3KsUs080292; Mon, 24 Aug 2020 03:20:54 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <202008240320.07O3KsUs080292@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Mon, 24 Aug 2020 03:20:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r546040 - branches/2020Q3/devel/libhtp X-SVN-Group: ports-branches X-SVN-Commit-Author: koobs X-SVN-Commit-Paths: branches/2020Q3/devel/libhtp X-SVN-Commit-Revision: 546040 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.33 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, 24 Aug 2020 03:20:56 -0000 Author: koobs Date: Mon Aug 24 03:20:54 2020 New Revision: 546040 URL: https://svnweb.freebsd.org/changeset/ports/546040 Log: MFH: r546039 devel/libhtp: Update to 0.5.33 - Sort pkg-plist (ports compliance) Changelog: https://github.com/OISF/libhtp/blob/0.5.33/ChangeLog PR: 248483 Approved by: ports-secteam (blanket: bugfix release(s)) Modified: branches/2020Q3/devel/libhtp/Makefile branches/2020Q3/devel/libhtp/distinfo branches/2020Q3/devel/libhtp/pkg-plist Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/devel/libhtp/Makefile ============================================================================== --- branches/2020Q3/devel/libhtp/Makefile Mon Aug 24 03:15:48 2020 (r546039) +++ branches/2020Q3/devel/libhtp/Makefile Mon Aug 24 03:20:54 2020 (r546040) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libhtp -PORTVERSION= 0.5.30 +PORTVERSION= 0.5.33 CATEGORIES= devel MAINTAINER= koobs@FreeBSD.org Modified: branches/2020Q3/devel/libhtp/distinfo ============================================================================== --- branches/2020Q3/devel/libhtp/distinfo Mon Aug 24 03:15:48 2020 (r546039) +++ branches/2020Q3/devel/libhtp/distinfo Mon Aug 24 03:20:54 2020 (r546040) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555751560 -SHA256 (OISF-libhtp-0.5.30_GH0.tar.gz) = 7384f8461ad0431e9247c49b37a73929b284f39408d1f11b80949b188069b638 -SIZE (OISF-libhtp-0.5.30_GH0.tar.gz) = 469580 +TIMESTAMP = 1598238083 +SHA256 (OISF-libhtp-0.5.33_GH0.tar.gz) = 953651fdfe828805bb82dc1aa8b56187b0e2f80781727343e68ccf8afd6a9122 +SIZE (OISF-libhtp-0.5.33_GH0.tar.gz) = 496010 Modified: branches/2020Q3/devel/libhtp/pkg-plist ============================================================================== --- branches/2020Q3/devel/libhtp/pkg-plist Mon Aug 24 03:15:48 2020 (r546039) +++ branches/2020Q3/devel/libhtp/pkg-plist Mon Aug 24 03:20:54 2020 (r546040) @@ -1,6 +1,5 @@ -include/htp/bstr.h include/htp/bstr_builder.h -include/htp/htp.h +include/htp/bstr.h include/htp/htp_base64.h include/htp/htp_config.h include/htp/htp_connection_parser.h @@ -14,6 +13,9 @@ include/htp/htp_transaction.h include/htp/htp_urlencoded.h include/htp/htp_utf8_decoder.h include/htp/htp_version.h +include/htp/htp.h +include/htp/lzma/7zTypes.h +include/htp/lzma/LzmaDec.h lib/libhtp.a lib/libhtp.so lib/libhtp.so.2 From owner-svn-ports-branches@freebsd.org Mon Aug 24 11:57:48 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7371C3BB9BD; Mon, 24 Aug 2020 11:57:48 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BZrGh2VxYz4dTC; Mon, 24 Aug 2020 11:57:48 +0000 (UTC) (envelope-from jrm@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 3A6EF17EFE; Mon, 24 Aug 2020 11:57:48 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 07OBvmWG003239; Mon, 24 Aug 2020 11:57:48 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07OBvl2O003237; Mon, 24 Aug 2020 11:57:47 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <202008241157.07OBvl2O003237@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Mon, 24 Aug 2020 11:57:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r546070 - branches/2020Q3/print/foomatic-filters/files X-SVN-Group: ports-branches X-SVN-Commit-Author: jrm X-SVN-Commit-Paths: branches/2020Q3/print/foomatic-filters/files X-SVN-Commit-Revision: 546070 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.33 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, 24 Aug 2020 11:57:48 -0000 Author: jrm Date: Mon Aug 24 11:57:47 2020 New Revision: 546070 URL: https://svnweb.freebsd.org/changeset/ports/546070 Log: MFH: r546067 print/foomatic-filters: Fix build with -fno-common Submitted by: zeising Reviewed by: rene, zeising Differential Revision: https://reviews.freebsd.org/D26164 Approved by: ports-secteam (blanket: -fno-common build fix) Added: branches/2020Q3/print/foomatic-filters/files/patch-options.c - copied unchanged from r546067, head/print/foomatic-filters/files/patch-options.c Modified: branches/2020Q3/print/foomatic-filters/files/patch-foomaticrip.c Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/print/foomatic-filters/files/patch-foomaticrip.c ============================================================================== --- branches/2020Q3/print/foomatic-filters/files/patch-foomaticrip.c Mon Aug 24 11:44:39 2020 (r546069) +++ branches/2020Q3/print/foomatic-filters/files/patch-foomaticrip.c Mon Aug 24 11:57:47 2020 (r546070) @@ -1,6 +1,15 @@ --- foomaticrip.c.orig 2012-07-02 14:50:46 UTC +++ foomaticrip.c -@@ -180,7 +180,7 @@ char cupsfilterpath[PATH_MAX] = "/usr/lo +@@ -109,7 +109,7 @@ jobparams_t * get_current_job() + } + + +-dstr_t *postpipe; /* command into which the output of this filter should be piped */ ++dstr_t *postpipe = NULL; /* command into which the output of this filter should be piped */ + FILE *postpipe_fh = NULL; + + FILE * open_postpipe() +@@ -180,7 +180,7 @@ char cupsfilterpath[PATH_MAX] = "/usr/local/lib/cups/f "/opt/cups/filter:" "/usr/lib/cups/filter"; @@ -9,7 +18,7 @@ void config_set_option(const char *key, const char *value) { -@@ -1061,7 +1061,7 @@ int print_file(const char *filename, int +@@ -1061,7 +1061,7 @@ int print_file(const char *filename, int convert) Ghostscript is not available. */ if (spooler == SPOOLER_CUPS) snprintf(pdf2ps_cmd, PATH_MAX, Copied: branches/2020Q3/print/foomatic-filters/files/patch-options.c (from r546067, head/print/foomatic-filters/files/patch-options.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q3/print/foomatic-filters/files/patch-options.c Mon Aug 24 11:57:47 2020 (r546070, copy of r546067, head/print/foomatic-filters/files/patch-options.c) @@ -0,0 +1,21 @@ +--- options.c.orig 2012-07-02 14:50:46 UTC ++++ options.c +@@ -38,15 +38,15 @@ typedef struct icc_mapping_entry_s { + } icc_mapping_entry_t; + + /* Values from foomatic keywords in the ppd file */ +-char printer_model [256]; ++extern char printer_model [256]; + char printer_id [256]; + char driver [128]; + char cmd [4096]; + char cmd_pdf [4096]; +-dstr_t *postpipe = NULL; /* command into which the output of this ++extern dstr_t *postpipe; /* command into which the output of this + filter should be piped */ + int ps_accounting = 1; +-char cupsfilter [256]; ++extern char cupsfilter [256]; + int jobentitymaxlen = 0; + int userentitymaxlen = 0; + int hostentitymaxlen = 0; From owner-svn-ports-branches@freebsd.org Mon Aug 24 12:52:44 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0D2333BE7B1; Mon, 24 Aug 2020 12:52:44 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BZsV23PZvz4kfb; Mon, 24 Aug 2020 12:52: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 73CAE18DC2; Mon, 24 Aug 2020 12:52:41 +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 07OCqfPE041199; Mon, 24 Aug 2020 12:52:41 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07OCqeUV041197; Mon, 24 Aug 2020 12:52:40 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202008241252.07OCqeUV041197@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 24 Aug 2020 12:52:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r546078 - in branches/2020Q3/www: firefox firefox-esr X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2020Q3/www: firefox firefox-esr X-SVN-Commit-Revision: 546078 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.33 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, 24 Aug 2020 12:52:45 -0000 Author: jbeich Date: Mon Aug 24 12:52:40 2020 New Revision: 546078 URL: https://svnweb.freebsd.org/changeset/ports/546078 Log: MFH: r546073 www/firefox: document probing order for the default audio backend PR: 248847 Approved by: ports-secteam blanket Modified: branches/2020Q3/www/firefox-esr/pkg-message branches/2020Q3/www/firefox/pkg-message Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/www/firefox-esr/pkg-message ============================================================================== --- branches/2020Q3/www/firefox-esr/pkg-message Mon Aug 24 12:52:34 2020 (r546077) +++ branches/2020Q3/www/firefox-esr/pkg-message Mon Aug 24 12:52:40 2020 (r546078) @@ -18,10 +18,15 @@ Some features found on Windows, macOS and Linux are no ## Audio backend -To select non-default audio backend open `about:config` page and -create `media.cubeb.backend` preference. Supported values are: `alsa`, -`jack`, `oss`, `pulse`, `pulse-rust`, `sndio`. Currently used backend can be -inspected on `about:support` page. +Currently used audio backend can be inspected on `about:support` page. +Supported backends and default probing order is as follows: +- `pulse-rust` if `pulseaudio` package is installed (PULSEAUDIO option) +- `jack` if `jackit` package is installed (JACK option) +- `sndio` if `sndio` package is installed (SNDIO option) +- `alsa` if `alsa-lib` package is installed (ALSA option) +- `oss` (always available) +To force a specific backend open `about:config` page and create +`media.cubeb.backend` preference. Microphone selection only works in `oss`, `pulse`, `pulse-rust` backends. Other backends are limited to `default` which is usually `/dev/dsp`, Modified: branches/2020Q3/www/firefox/pkg-message ============================================================================== --- branches/2020Q3/www/firefox/pkg-message Mon Aug 24 12:52:34 2020 (r546077) +++ branches/2020Q3/www/firefox/pkg-message Mon Aug 24 12:52:40 2020 (r546078) @@ -18,10 +18,15 @@ Some features found on Windows, macOS and Linux are no ## Audio backend -To select non-default audio backend open `about:config` page and -create `media.cubeb.backend` preference. Supported values are: `alsa`, -`jack`, `oss`, `pulse`, `pulse-rust`, `sndio`. Currently used backend can be -inspected on `about:support` page. +Currently used audio backend can be inspected on `about:support` page. +Supported backends and default probing order is as follows: +- `pulse-rust` if `pulseaudio` package is installed (PULSEAUDIO option) +- `jack` if `jackit` package is installed (JACK option) +- `sndio` if `sndio` package is installed (SNDIO option) +- `alsa` if `alsa-lib` package is installed (ALSA option) +- `oss` (always available) +To force a specific backend open `about:config` page and create +`media.cubeb.backend` preference. Microphone selection only works in `oss`, `pulse`, `pulse-rust` backends. Other backends are limited to `default` which is usually `/dev/dsp`, From owner-svn-ports-branches@freebsd.org Mon Aug 24 12:53:33 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 69E223BE7C4; Mon, 24 Aug 2020 12:53:33 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BZsW12BvJz4kxf; Mon, 24 Aug 2020 12:53:33 +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 302B21865C; Mon, 24 Aug 2020 12:53:33 +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 07OCrXd3041385; Mon, 24 Aug 2020 12:53:33 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07OCrWSY041382; Mon, 24 Aug 2020 12:53:32 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202008241253.07OCrWSY041382@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 24 Aug 2020 12:53:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r546079 - in branches/2020Q3/www: firefox firefox-esr X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2020Q3/www: firefox firefox-esr X-SVN-Commit-Revision: 546079 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.33 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, 24 Aug 2020 12:53:33 -0000 Author: jbeich Date: Mon Aug 24 12:53:32 2020 New Revision: 546079 URL: https://svnweb.freebsd.org/changeset/ports/546079 Log: MFH: r546074 www/firefox: document native audio is no longer a missing feature Submitted by: Goran Mekić PR: 248847 Approved by: ports-secteam blanket Modified: branches/2020Q3/www/firefox-esr/pkg-message branches/2020Q3/www/firefox/pkg-message Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/www/firefox-esr/pkg-message ============================================================================== --- branches/2020Q3/www/firefox-esr/pkg-message Mon Aug 24 12:52:40 2020 (r546078) +++ branches/2020Q3/www/firefox-esr/pkg-message Mon Aug 24 12:53:32 2020 (r546079) @@ -5,7 +5,6 @@ Some features found on Windows, macOS and Linux are not implemented: -- Native audio (requires OSS backend, feature parity with ALSA or PulseAudio) - Encrypted Media Extensions (requires Widevine CDM binary) - Process sandboxing (requires Capsicum backend) - Reduced memory usage (requires mozjemalloc) Modified: branches/2020Q3/www/firefox/pkg-message ============================================================================== --- branches/2020Q3/www/firefox/pkg-message Mon Aug 24 12:52:40 2020 (r546078) +++ branches/2020Q3/www/firefox/pkg-message Mon Aug 24 12:53:32 2020 (r546079) @@ -5,7 +5,6 @@ Some features found on Windows, macOS and Linux are not implemented: -- Native audio (requires OSS backend, feature parity with ALSA or PulseAudio) - Encrypted Media Extensions (requires Widevine CDM binary) - Process sandboxing (requires Capsicum backend) - Reduced memory usage (requires mozjemalloc) From owner-svn-ports-branches@freebsd.org Mon Aug 24 12:55:58 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AE4D93BE814; Mon, 24 Aug 2020 12:55:58 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BZsYp4Dklz4l2L; Mon, 24 Aug 2020 12:55:58 +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 7585E18663; Mon, 24 Aug 2020 12:55:58 +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 07OCtwMp041779; Mon, 24 Aug 2020 12:55:58 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07OCtvmO041771; Mon, 24 Aug 2020 12:55:57 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202008241255.07OCtvmO041771@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 24 Aug 2020 12:55:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r546080 - in branches/2020Q3: mail/thunderbird mail/thunderbird/files www/firefox www/firefox-esr www/firefox-esr/files www/firefox/files X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2020Q3: mail/thunderbird mail/thunderbird/files www/firefox www/firefox-esr www/firefox-esr/files www/firefox/files X-SVN-Commit-Revision: 546080 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.33 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, 24 Aug 2020 12:55:58 -0000 Author: jbeich Date: Mon Aug 24 12:55:56 2020 New Revision: 546080 URL: https://svnweb.freebsd.org/changeset/ports/546080 Log: MFH: r546075 gecko: update OSS patches Changes: https://github.com/kinetiknz/cubeb/compare/123ce2a...957847c PR: 248816 Submitted by: Ka Ho Ng Approved by: ports-secteam blanket Modified: branches/2020Q3/mail/thunderbird/Makefile branches/2020Q3/mail/thunderbird/files/patch-cubeb-oss branches/2020Q3/www/firefox-esr/Makefile branches/2020Q3/www/firefox-esr/files/patch-cubeb-oss branches/2020Q3/www/firefox/Makefile branches/2020Q3/www/firefox/files/patch-cubeb-oss Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/mail/thunderbird/Makefile ============================================================================== --- branches/2020Q3/mail/thunderbird/Makefile Mon Aug 24 12:53:32 2020 (r546079) +++ branches/2020Q3/mail/thunderbird/Makefile Mon Aug 24 12:55:56 2020 (r546080) @@ -3,6 +3,7 @@ PORTNAME= thunderbird DISTVERSION= 68.11.0 +PORTREVISION= 1 CATEGORIES= mail news net-im MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source Modified: branches/2020Q3/mail/thunderbird/files/patch-cubeb-oss ============================================================================== --- branches/2020Q3/mail/thunderbird/files/patch-cubeb-oss Mon Aug 24 12:53:32 2020 (r546079) +++ branches/2020Q3/mail/thunderbird/files/patch-cubeb-oss Mon Aug 24 12:55:56 2020 (r546080) @@ -61,7 +61,7 @@ https://github.com/kinetiknz/cubeb/pull/600 #endif --- /dev/null +++ media/libcubeb/src/cubeb_oss.c -@@ -0,0 +1,1128 @@ +@@ -0,0 +1,1129 @@ +/* + * Copyright © 2019-2020 Nia Alarie + * Copyright © 2020 Ka Ho Ng @@ -114,7 +114,7 @@ https://github.com/kinetiknz/cubeb/pull/600 +#define OSS_DEFAULT_NFRAMES (32) +#endif + -+#define ENV_AUDIO_DEVICE "AUDIODEVICE" ++#define ENV_AUDIO_DEVICE "AUDIO_DEVICE" + +#ifndef OSS_MAX_CHANNELS +# if defined(__FreeBSD__) || defined(__DragonFly__) @@ -438,7 +438,8 @@ https://github.com/kinetiknz/cubeb/pull/600 + continue; + + devinfop[collection_cnt].device_id = strdup(sinfo.devname); -+ devinfop[collection_cnt].friendly_name = strdup(sinfo.desc); ++ asprintf((char **)&devinfop[collection_cnt].friendly_name, "%s: %s", ++ sinfo.devname, sinfo.desc); + devinfop[collection_cnt].group_id = strdup(sinfo.devname); + devinfop[collection_cnt].vendor_name = NULL; + if (devinfop[collection_cnt].device_id == NULL || Modified: branches/2020Q3/www/firefox-esr/Makefile ============================================================================== --- branches/2020Q3/www/firefox-esr/Makefile Mon Aug 24 12:53:32 2020 (r546079) +++ branches/2020Q3/www/firefox-esr/Makefile Mon Aug 24 12:55:56 2020 (r546080) @@ -3,7 +3,7 @@ PORTNAME= firefox DISTVERSION= 68.12.0 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ Modified: branches/2020Q3/www/firefox-esr/files/patch-cubeb-oss ============================================================================== --- branches/2020Q3/www/firefox-esr/files/patch-cubeb-oss Mon Aug 24 12:53:32 2020 (r546079) +++ branches/2020Q3/www/firefox-esr/files/patch-cubeb-oss Mon Aug 24 12:55:56 2020 (r546080) @@ -61,7 +61,7 @@ https://github.com/kinetiknz/cubeb/pull/600 #endif --- /dev/null +++ media/libcubeb/src/cubeb_oss.c -@@ -0,0 +1,1128 @@ +@@ -0,0 +1,1129 @@ +/* + * Copyright © 2019-2020 Nia Alarie + * Copyright © 2020 Ka Ho Ng @@ -114,7 +114,7 @@ https://github.com/kinetiknz/cubeb/pull/600 +#define OSS_DEFAULT_NFRAMES (32) +#endif + -+#define ENV_AUDIO_DEVICE "AUDIODEVICE" ++#define ENV_AUDIO_DEVICE "AUDIO_DEVICE" + +#ifndef OSS_MAX_CHANNELS +# if defined(__FreeBSD__) || defined(__DragonFly__) @@ -438,7 +438,8 @@ https://github.com/kinetiknz/cubeb/pull/600 + continue; + + devinfop[collection_cnt].device_id = strdup(sinfo.devname); -+ devinfop[collection_cnt].friendly_name = strdup(sinfo.desc); ++ asprintf((char **)&devinfop[collection_cnt].friendly_name, "%s: %s", ++ sinfo.devname, sinfo.desc); + devinfop[collection_cnt].group_id = strdup(sinfo.devname); + devinfop[collection_cnt].vendor_name = NULL; + if (devinfop[collection_cnt].device_id == NULL || Modified: branches/2020Q3/www/firefox/Makefile ============================================================================== --- branches/2020Q3/www/firefox/Makefile Mon Aug 24 12:53:32 2020 (r546079) +++ branches/2020Q3/www/firefox/Makefile Mon Aug 24 12:55:56 2020 (r546080) @@ -3,7 +3,7 @@ PORTNAME= firefox DISTVERSION= 80.0 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ Modified: branches/2020Q3/www/firefox/files/patch-cubeb-oss ============================================================================== --- branches/2020Q3/www/firefox/files/patch-cubeb-oss Mon Aug 24 12:53:32 2020 (r546079) +++ branches/2020Q3/www/firefox/files/patch-cubeb-oss Mon Aug 24 12:55:56 2020 (r546080) @@ -61,7 +61,7 @@ https://github.com/kinetiknz/cubeb/pull/600 #endif --- /dev/null +++ media/libcubeb/src/cubeb_oss.c -@@ -0,0 +1,1129 @@ +@@ -0,0 +1,1130 @@ +/* + * Copyright © 2019-2020 Nia Alarie + * Copyright © 2020 Ka Ho Ng @@ -114,7 +114,7 @@ https://github.com/kinetiknz/cubeb/pull/600 +#define OSS_DEFAULT_NFRAMES (32) +#endif + -+#define ENV_AUDIO_DEVICE "AUDIODEVICE" ++#define ENV_AUDIO_DEVICE "AUDIO_DEVICE" + +#ifndef OSS_MAX_CHANNELS +# if defined(__FreeBSD__) || defined(__DragonFly__) @@ -438,7 +438,8 @@ https://github.com/kinetiknz/cubeb/pull/600 + continue; + + devinfop[collection_cnt].device_id = strdup(sinfo.devname); -+ devinfop[collection_cnt].friendly_name = strdup(sinfo.desc); ++ asprintf((char **)&devinfop[collection_cnt].friendly_name, "%s: %s", ++ sinfo.devname, sinfo.desc); + devinfop[collection_cnt].group_id = strdup(sinfo.devname); + devinfop[collection_cnt].vendor_name = NULL; + if (devinfop[collection_cnt].device_id == NULL || From owner-svn-ports-branches@freebsd.org Mon Aug 24 12:57:29 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EFA2B3BEC19; Mon, 24 Aug 2020 12:57:29 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BZsbY67XFz4lTt; Mon, 24 Aug 2020 12:57:29 +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 B6C1018F05; Mon, 24 Aug 2020 12:57:29 +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 07OCvTPk042104; Mon, 24 Aug 2020 12:57:29 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07OCvSKR042099; Mon, 24 Aug 2020 12:57:28 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202008241257.07OCvSKR042099@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 24 Aug 2020 12:57:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r546081 - in branches/2020Q3/emulators: citra citra-qt5 yuzu X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2020Q3/emulators: citra citra-qt5 yuzu X-SVN-Commit-Revision: 546081 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.33 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, 24 Aug 2020 12:57:30 -0000 Author: jbeich Date: Mon Aug 24 12:57:28 2020 New Revision: 546081 URL: https://svnweb.freebsd.org/changeset/ports/546081 Log: MFH: r546076 emulators/{citra,yuzu}: update OSS patches Changes: https://github.com/kinetiknz/cubeb/compare/123ce2a...957847c PR: 248817 Submitted by: Ka Ho Ng Approved by: ports-secteam blanket (reliability fixes) Modified: branches/2020Q3/emulators/citra-qt5/Makefile branches/2020Q3/emulators/citra/Makefile branches/2020Q3/emulators/citra/distinfo branches/2020Q3/emulators/yuzu/Makefile branches/2020Q3/emulators/yuzu/distinfo Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/emulators/citra-qt5/Makefile ============================================================================== --- branches/2020Q3/emulators/citra-qt5/Makefile Mon Aug 24 12:55:56 2020 (r546080) +++ branches/2020Q3/emulators/citra-qt5/Makefile Mon Aug 24 12:57:28 2020 (r546081) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 2 PKGNAMESUFFIX= -qt5 MASTERDIR= ${.CURDIR}/../citra Modified: branches/2020Q3/emulators/citra/Makefile ============================================================================== --- branches/2020Q3/emulators/citra/Makefile Mon Aug 24 12:55:56 2020 (r546080) +++ branches/2020Q3/emulators/citra/Makefile Mon Aug 24 12:57:28 2020 (r546081) @@ -2,7 +2,7 @@ PORTNAME= citra PORTVERSION= s20200728 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= emulators MAINTAINER= jbeich@FreeBSD.org @@ -33,7 +33,7 @@ GH_TUPLE= citra-emu:ext-boost:36603a1:boost/externals/ facebook:zstd:v1.4.4:zstd/externals/zstd \ fmtlib:fmt:6.0.0-56-g4b8f8fac:fmt/externals/fmt \ herumi:xbyak:v5.71:xbyak/externals/xbyak \ - kinetiknz:cubeb:cubeb-0.2-1248-g123ce2a:cubeb/externals/cubeb \ + kinetiknz:cubeb:cubeb-0.2-1248-g957847c:cubeb/externals/cubeb \ lsalzman:enet:0eaf48e:enet/externals/enet \ lvandeve:lodepng:31d9704:lodepng/externals/lodepng/lodepng \ neobrain:nihstro:fd69de1:nihstro/externals/nihstro \ Modified: branches/2020Q3/emulators/citra/distinfo ============================================================================== --- branches/2020Q3/emulators/citra/distinfo Mon Aug 24 12:55:56 2020 (r546080) +++ branches/2020Q3/emulators/citra/distinfo Mon Aug 24 12:57:28 2020 (r546081) @@ -23,8 +23,8 @@ SHA256 (fmtlib-fmt-6.0.0-56-g4b8f8fac_GH0.tar.gz) = f9 SIZE (fmtlib-fmt-6.0.0-56-g4b8f8fac_GH0.tar.gz) = 713067 SHA256 (herumi-xbyak-v5.71_GH0.tar.gz) = 27e5dd6f7fa7194802db9194b893f94b64edf6e585bf567feebb2b15baf11008 SIZE (herumi-xbyak-v5.71_GH0.tar.gz) = 213882 -SHA256 (kinetiknz-cubeb-cubeb-0.2-1248-g123ce2a_GH0.tar.gz) = 2baff062f9127215885935279a7108334e71db96fc180ceb9e5053d94ee68ba0 -SIZE (kinetiknz-cubeb-cubeb-0.2-1248-g123ce2a_GH0.tar.gz) = 202957 +SHA256 (kinetiknz-cubeb-cubeb-0.2-1248-g957847c_GH0.tar.gz) = a0b602fed33a9cf6b6b23b1ae5354fe1c53ab7dbf1abdbdf0d0abff7a29d9638 +SIZE (kinetiknz-cubeb-cubeb-0.2-1248-g957847c_GH0.tar.gz) = 203001 SHA256 (lsalzman-enet-0eaf48e_GH0.tar.gz) = 50c3a47329096908d53ac906b18d5759f06600b4c6612120d18be2aee481e216 SIZE (lsalzman-enet-0eaf48e_GH0.tar.gz) = 79503 SHA256 (lvandeve-lodepng-31d9704_GH0.tar.gz) = 86e140a13d1f425d45f891a082111435d3333385d36b66c94a031c029f4422c1 Modified: branches/2020Q3/emulators/yuzu/Makefile ============================================================================== --- branches/2020Q3/emulators/yuzu/Makefile Mon Aug 24 12:55:56 2020 (r546080) +++ branches/2020Q3/emulators/yuzu/Makefile Mon Aug 24 12:57:28 2020 (r546081) @@ -2,7 +2,7 @@ PORTNAME= yuzu PORTVERSION= s20200628 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= emulators PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ @@ -51,7 +51,7 @@ GH_TUPLE= yuzu-emu:unicorn:1.0.1-153-g73f45735:unicorn arsenm:sanitizers-cmake:aab6948:sanitizers_cmake/externals/cubeb/cmake/sanitizers-cmake \ citra-emu:ext-soundtouch:060181e:soundtouch/externals/soundtouch \ herumi:xbyak:v5.911:xbyak/externals/xbyak \ - kinetiknz:cubeb:cubeb-0.2-1248-g123ce2a:cubeb/externals/cubeb \ + kinetiknz:cubeb:cubeb-0.2-1248-g957847c:cubeb/externals/cubeb \ svn2github:inih:603729d:inih/externals/inih/inih USES= cmake compiler:c++17-lang localbase:ldflags python:build sdl ssl Modified: branches/2020Q3/emulators/yuzu/distinfo ============================================================================== --- branches/2020Q3/emulators/yuzu/distinfo Mon Aug 24 12:55:56 2020 (r546080) +++ branches/2020Q3/emulators/yuzu/distinfo Mon Aug 24 12:57:28 2020 (r546081) @@ -19,8 +19,8 @@ SHA256 (citra-emu-ext-soundtouch-060181e_GH0.tar.gz) = SIZE (citra-emu-ext-soundtouch-060181e_GH0.tar.gz) = 59514 SHA256 (herumi-xbyak-v5.911_GH0.tar.gz) = 7b5ec57fb887a25c563e24bd82a0a350d68b8b0219e94b680c040f6cd59bdc40 SIZE (herumi-xbyak-v5.911_GH0.tar.gz) = 224126 -SHA256 (kinetiknz-cubeb-cubeb-0.2-1248-g123ce2a_GH0.tar.gz) = 2baff062f9127215885935279a7108334e71db96fc180ceb9e5053d94ee68ba0 -SIZE (kinetiknz-cubeb-cubeb-0.2-1248-g123ce2a_GH0.tar.gz) = 202957 +SHA256 (kinetiknz-cubeb-cubeb-0.2-1248-g957847c_GH0.tar.gz) = a0b602fed33a9cf6b6b23b1ae5354fe1c53ab7dbf1abdbdf0d0abff7a29d9638 +SIZE (kinetiknz-cubeb-cubeb-0.2-1248-g957847c_GH0.tar.gz) = 203001 SHA256 (svn2github-inih-603729d_GH0.tar.gz) = b4faa364c3e33261707d4b669e1c669ca3818d7b9515c15fe0befd9df3f1f00a SIZE (svn2github-inih-603729d_GH0.tar.gz) = 8342 SHA256 (905e8016a04e.patch) = cecc02f098917ee236ace0a350f37a9ffbb4aae92232f6c105a520476f7b23b5 From owner-svn-ports-branches@freebsd.org Mon Aug 24 12:59:35 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 03EFD3BED30; Mon, 24 Aug 2020 12:59:35 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BZsdy6N31z4lqH; Mon, 24 Aug 2020 12:59:34 +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 BE17718EDF; Mon, 24 Aug 2020 12:59:34 +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 07OCxY6R042494; Mon, 24 Aug 2020 12:59:34 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07OCxY4H042493; Mon, 24 Aug 2020 12:59:34 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202008241259.07OCxY4H042493@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 24 Aug 2020 12:59:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r546082 - branches/2020Q3/emulators/yuzu-qt5 X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2020Q3/emulators/yuzu-qt5 X-SVN-Commit-Revision: 546082 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.33 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, 24 Aug 2020 12:59:35 -0000 Author: jbeich Date: Mon Aug 24 12:59:34 2020 New Revision: 546082 URL: https://svnweb.freebsd.org/changeset/ports/546082 Log: emulators/yuzu-qt5: rebuild after r546081 Approved by: ports-secteam blanket Modified: branches/2020Q3/emulators/yuzu-qt5/Makefile Modified: branches/2020Q3/emulators/yuzu-qt5/Makefile ============================================================================== --- branches/2020Q3/emulators/yuzu-qt5/Makefile Mon Aug 24 12:57:28 2020 (r546081) +++ branches/2020Q3/emulators/yuzu-qt5/Makefile Mon Aug 24 12:59:34 2020 (r546082) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 2 PKGNAMESUFFIX= -qt5 MASTERDIR= ${.CURDIR}/../yuzu From owner-svn-ports-branches@freebsd.org Mon Aug 24 22:53:49 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1F97E3B038E; Mon, 24 Aug 2020 22:53:49 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bb6qZ62Drz4PNY; Mon, 24 Aug 2020 22:53:46 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4CB432005B; Mon, 24 Aug 2020 22:53:45 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 07OMrjdb016795; Mon, 24 Aug 2020 22:53:45 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07OMricm016792; Mon, 24 Aug 2020 22:53:44 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <202008242253.07OMricm016792@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Mon, 24 Aug 2020 22:53:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r546120 - branches/2020Q3/graphics/drm-legacy-kmod X-SVN-Group: ports-branches X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: branches/2020Q3/graphics/drm-legacy-kmod X-SVN-Commit-Revision: 546120 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.33 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, 24 Aug 2020 22:53:49 -0000 Author: zeising Date: Mon Aug 24 22:53:44 2020 New Revision: 546120 URL: https://svnweb.freebsd.org/changeset/ports/546120 Log: MFH: r546119 grapics/drm-legacy-kmod: Deprecate Deprecate graphics/drm-legacy-kmod. Update the drivers to include a deprecation message when the drivers are loaded. drm-legacy-kmod is holding back changes in the FreeBSD VM subsystem, and it requires substantial changes to be updated to work with the VM changes. See the e-mail to x11@FreeBSD.org for more information. Approved by: ports-secteam (implicit, drm-drivers blanket) Modified: branches/2020Q3/graphics/drm-legacy-kmod/Makefile branches/2020Q3/graphics/drm-legacy-kmod/distinfo Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/graphics/drm-legacy-kmod/Makefile ============================================================================== --- branches/2020Q3/graphics/drm-legacy-kmod/Makefile Mon Aug 24 22:52:51 2020 (r546119) +++ branches/2020Q3/graphics/drm-legacy-kmod/Makefile Mon Aug 24 22:53:44 2020 (r546120) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= drm-legacy-kmod -PORTVERSION= g20200306 +PORTVERSION= g20200825 CATEGORIES= graphics MAINTAINER= x11@FreeBSD.org @@ -11,6 +11,9 @@ COMMENT= Legacy DRM modules for the linuxkpi-based KMS LICENSE= BSD2CLAUSE MIT GPLv2 LICENSE_COMB= multi +DEPRECATED= Obsolete version, use drm-kmod +EXPIRATION_DATE=2020-12-31 + BROKEN_aarch64= src/dev/drm2/ttm/ttm_bo_util.c:453:2: error: Port me RUN_DEPENDS= gpu-firmware-kmod>=g20180319:graphics/gpu-firmware-kmod @@ -27,7 +30,7 @@ CONFLICTS_INSTALL= drm-devel-kmod \ USE_GITHUB= yes GH_ACCOUNT= FreeBSDDesktop GH_PROJECT= drm-legacy -GH_TAGNAME= 9691917 +GH_TAGNAME= 3f527d9 .include Modified: branches/2020Q3/graphics/drm-legacy-kmod/distinfo ============================================================================== --- branches/2020Q3/graphics/drm-legacy-kmod/distinfo Mon Aug 24 22:52:51 2020 (r546119) +++ branches/2020Q3/graphics/drm-legacy-kmod/distinfo Mon Aug 24 22:53:44 2020 (r546120) @@ -1,3 +1,3 @@ -TIMESTAMP = 1583530884 -SHA256 (FreeBSDDesktop-drm-legacy-g20200306-9691917_GH0.tar.gz) = 4ee373570416d11e653c08444809f632aafd65d52d400143069eb4da00ee1031 -SIZE (FreeBSDDesktop-drm-legacy-g20200306-9691917_GH0.tar.gz) = 1676742 +TIMESTAMP = 1598309175 +SHA256 (FreeBSDDesktop-drm-legacy-g20200825-3f527d9_GH0.tar.gz) = 64f05753df9d5c181761cf83eeb20d4e4aecfe5abb8f096204a922d38ef72ecc +SIZE (FreeBSDDesktop-drm-legacy-g20200825-3f527d9_GH0.tar.gz) = 1677036 From owner-svn-ports-branches@freebsd.org Mon Aug 24 23:36:42 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 02E2F3B0F35; Mon, 24 Aug 2020 23:36:42 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bb7n56FTWz4RGg; Mon, 24 Aug 2020 23:36:41 +0000 (UTC) (envelope-from pkubaj@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 B9DCD20464; Mon, 24 Aug 2020 23:36:41 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 07ONafHu041650; Mon, 24 Aug 2020 23:36:41 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07ONafTb041649; Mon, 24 Aug 2020 23:36:41 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202008242336.07ONafTb041649@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Mon, 24 Aug 2020 23:36:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r546123 - branches/2020Q3/textproc/qr X-SVN-Group: ports-branches X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: branches/2020Q3/textproc/qr X-SVN-Commit-Revision: 546123 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.33 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, 24 Aug 2020 23:36:42 -0000 Author: pkubaj Date: Mon Aug 24 23:36:41 2020 New Revision: 546123 URL: https://svnweb.freebsd.org/changeset/ports/546123 Log: MFH: r546122 textproc/qr: fix build on GCC architectures sqrt() is only defined since C99: /tmp/ccn0UwwD.o:(.text+0x1cc): undefined reference to `sqrt' Approved by: portmgr (fix build blanket) Modified: branches/2020Q3/textproc/qr/Makefile Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/textproc/qr/Makefile ============================================================================== --- branches/2020Q3/textproc/qr/Makefile Mon Aug 24 23:35:52 2020 (r546122) +++ branches/2020Q3/textproc/qr/Makefile Mon Aug 24 23:36:41 2020 (r546123) @@ -17,6 +17,7 @@ TEST_DEPENDS= ${LOCALBASE}/share/fonts/freefont-ttf/Fr zbarimg:graphics/zbar USES= gmake +USE_CSTD= c99 USE_GITHUB= yes GH_ACCOUNT= Y2Z GH_TAGNAME= 20713de From owner-svn-ports-branches@freebsd.org Tue Aug 25 11:39:51 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C56B33C7C29; Tue, 25 Aug 2020 11:39:51 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BbRqW4pyVz4G0k; Tue, 25 Aug 2020 11:39:51 +0000 (UTC) (envelope-from pkubaj@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 887ED29215; Tue, 25 Aug 2020 11:39:51 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 07PBdpbp084767; Tue, 25 Aug 2020 11:39:51 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07PBdpwL084765; Tue, 25 Aug 2020 11:39:51 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202008251139.07PBdpwL084765@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Tue, 25 Aug 2020 11:39:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r546156 - branches/2020Q3/games/libretro-uae/files X-SVN-Group: ports-branches X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: branches/2020Q3/games/libretro-uae/files X-SVN-Commit-Revision: 546156 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.33 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, 25 Aug 2020 11:39:51 -0000 Author: pkubaj Date: Tue Aug 25 11:39:50 2020 New Revision: 546156 URL: https://svnweb.freebsd.org/changeset/ports/546156 Log: MFH: r546155 games/libretro-uae: fix build on powerpc* ifdef powerpc needs to be added to prevent compiling code with bad assembly. Approved by: portmgr (fix build blanket) Added: branches/2020Q3/games/libretro-uae/files/patch-sources_src_machdep_m68kops.h - copied unchanged from r546155, head/games/libretro-uae/files/patch-sources_src_machdep_m68kops.h branches/2020Q3/games/libretro-uae/files/patch-sources_src_machdep_maccess.h - copied unchanged from r546155, head/games/libretro-uae/files/patch-sources_src_machdep_maccess.h Modified: Directory Properties: branches/2020Q3/ (props changed) Copied: branches/2020Q3/games/libretro-uae/files/patch-sources_src_machdep_m68kops.h (from r546155, head/games/libretro-uae/files/patch-sources_src_machdep_m68kops.h) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q3/games/libretro-uae/files/patch-sources_src_machdep_m68kops.h Tue Aug 25 11:39:50 2020 (r546156, copy of r546155, head/games/libretro-uae/files/patch-sources_src_machdep_m68kops.h) @@ -0,0 +1,11 @@ +--- sources/src/machdep/m68kops.h.orig 2020-08-25 11:26:10 UTC ++++ sources/src/machdep/m68kops.h +@@ -11,7 +11,7 @@ + + #ifndef ANDROID + +-#if defined(__CELLOS_LV2__) || defined(_WIN32) || defined(__x86_64__) || defined(ARM) || defined(WIIU) ++#if defined(__CELLOS_LV2__) || defined(_WIN32) || defined(__x86_64__) || defined(ARM) || defined(WIIU) || defined(__powerpc__) + + #ifdef WIIU + #define FLAGBIT_N 31 Copied: branches/2020Q3/games/libretro-uae/files/patch-sources_src_machdep_maccess.h (from r546155, head/games/libretro-uae/files/patch-sources_src_machdep_maccess.h) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q3/games/libretro-uae/files/patch-sources_src_machdep_maccess.h Tue Aug 25 11:39:50 2020 (r546156, copy of r546155, head/games/libretro-uae/files/patch-sources_src_machdep_maccess.h) @@ -0,0 +1,11 @@ +--- sources/src/machdep/maccess.h.orig 2020-08-25 11:25:48 UTC ++++ sources/src/machdep/maccess.h +@@ -6,7 +6,7 @@ + * Copyright 1996 Bernd Schmidt + */ + +-#if defined(__CELLOS_LV2__) || defined(WIIU) ++#if defined(__CELLOS_LV2__) || defined(WIIU) || defined(__powerpc__) + + STATIC_INLINE uae_u32 do_get_mem_long (uae_u32 *a) + { From owner-svn-ports-branches@freebsd.org Tue Aug 25 12:53:06 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7E8B43CA29F; Tue, 25 Aug 2020 12:53:06 +0000 (UTC) (envelope-from kevans@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BbTS22s0Qz4LJT; Tue, 25 Aug 2020 12:53:06 +0000 (UTC) (envelope-from kevans@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 466722A188; Tue, 25 Aug 2020 12:53:06 +0000 (UTC) (envelope-from kevans@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 07PCr62A034511; Tue, 25 Aug 2020 12:53:06 GMT (envelope-from kevans@FreeBSD.org) Received: (from kevans@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07PCr5bY034509; Tue, 25 Aug 2020 12:53:05 GMT (envelope-from kevans@FreeBSD.org) Message-Id: <202008251253.07PCr5bY034509@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevans set sender to kevans@FreeBSD.org using -f From: Kyle Evans Date: Tue, 25 Aug 2020 12:53:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r546164 - branches/2020Q3/security/bsmtrace3 X-SVN-Group: ports-branches X-SVN-Commit-Author: kevans X-SVN-Commit-Paths: branches/2020Q3/security/bsmtrace3 X-SVN-Commit-Revision: 546164 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.33 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, 25 Aug 2020 12:53:06 -0000 Author: kevans Date: Tue Aug 25 12:53:05 2020 New Revision: 546164 URL: https://svnweb.freebsd.org/changeset/ports/546164 Log: MFH: r546027 security/bsmtrace3: update to the 3.1 -fno-common build fix The only changes between 3.0 and 3.1 are a change to the README to note work sponsored by an organization, and the -fno-common build fix. -fno-common is now the default in LLVM 11/GCC 10. PR: 248756 Approved by: csjp (maintainer, also discussed with) Approved by: ports-secteam (implicit, -fno-common build fix) Modified: branches/2020Q3/security/bsmtrace3/Makefile branches/2020Q3/security/bsmtrace3/distinfo Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/security/bsmtrace3/Makefile ============================================================================== --- branches/2020Q3/security/bsmtrace3/Makefile Tue Aug 25 12:52:55 2020 (r546163) +++ branches/2020Q3/security/bsmtrace3/Makefile Tue Aug 25 12:53:05 2020 (r546164) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= bsmtrace -PORTVERSION= 3.0 +PORTVERSION= 3.1 DISTVERSIONPREFIX= v CATEGORIES= security PKGNAMESUFFIX= 3 Modified: branches/2020Q3/security/bsmtrace3/distinfo ============================================================================== --- branches/2020Q3/security/bsmtrace3/distinfo Tue Aug 25 12:52:55 2020 (r546163) +++ branches/2020Q3/security/bsmtrace3/distinfo Tue Aug 25 12:53:05 2020 (r546164) @@ -1,3 +1,3 @@ -TIMESTAMP = 1586997209 -SHA256 (openbsm-bsmtrace-v3.0_GH0.tar.gz) = 7b3575cbd2ecb4368221bd8e732f194825e75db44b61cb13c959e1dde3d3c831 -SIZE (openbsm-bsmtrace-v3.0_GH0.tar.gz) = 32679 +TIMESTAMP = 1598228309 +SHA256 (openbsm-bsmtrace-v3.1_GH0.tar.gz) = 7b7ab264d02c61087966db37accf0117ce0a1569800c3b365e5b3dc462297b7b +SIZE (openbsm-bsmtrace-v3.1_GH0.tar.gz) = 32704 From owner-svn-ports-branches@freebsd.org Tue Aug 25 12:54:25 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4FAB73CA2C0; Tue, 25 Aug 2020 12:54:25 +0000 (UTC) (envelope-from kevans@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BbTTY1ST8z4LSd; Tue, 25 Aug 2020 12:54:25 +0000 (UTC) (envelope-from kevans@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 166AF2A189; Tue, 25 Aug 2020 12:54:25 +0000 (UTC) (envelope-from kevans@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 07PCsOE0034786; Tue, 25 Aug 2020 12:54:24 GMT (envelope-from kevans@FreeBSD.org) Received: (from kevans@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07PCsOFI034779; Tue, 25 Aug 2020 12:54:24 GMT (envelope-from kevans@FreeBSD.org) Message-Id: <202008251254.07PCsOFI034779@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevans set sender to kevans@FreeBSD.org using -f From: Kyle Evans Date: Tue, 25 Aug 2020 12:54:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r546165 - branches/2020Q3/security/bsmtrace/files X-SVN-Group: ports-branches X-SVN-Commit-Author: kevans X-SVN-Commit-Paths: branches/2020Q3/security/bsmtrace/files X-SVN-Commit-Revision: 546165 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.33 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, 25 Aug 2020 12:54:25 -0000 Author: kevans Date: Tue Aug 25 12:54:23 2020 New Revision: 546165 URL: https://svnweb.freebsd.org/changeset/ports/546165 Log: MFH: r546029 security/bsmtrace: backport the -fno-common fix This port is the older version of bsmtrace and should go away in due time, but it's easy enough to backport the fix in the meantime. This version did need an additional fix to log.{c,h} that was no longer needed in 3.x. PR: 248756 Approved by: csjp (maintainer, also discussed with) Approved by: ports-secteam (implicit, -fno-common build fix) Added: branches/2020Q3/security/bsmtrace/files/patch-conf.c - copied unchanged from r546029, head/security/bsmtrace/files/patch-conf.c branches/2020Q3/security/bsmtrace/files/patch-log.c - copied unchanged from r546029, head/security/bsmtrace/files/patch-log.c branches/2020Q3/security/bsmtrace/files/patch-log.h - copied unchanged from r546029, head/security/bsmtrace/files/patch-log.h Modified: branches/2020Q3/security/bsmtrace/files/patch-bsmtrace.c branches/2020Q3/security/bsmtrace/files/patch-bsmtrace.h Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/security/bsmtrace/files/patch-bsmtrace.c ============================================================================== --- branches/2020Q3/security/bsmtrace/files/patch-bsmtrace.c Tue Aug 25 12:53:05 2020 (r546164) +++ branches/2020Q3/security/bsmtrace/files/patch-bsmtrace.c Tue Aug 25 12:54:23 2020 (r546165) @@ -1,5 +1,13 @@ --- bsmtrace.c.orig 2014-01-14 22:51:19 UTC +++ bsmtrace.c +@@ -30,6 +30,7 @@ + #include "includes.h" + + static int daemonized; /* daemonized or not? */ ++int audit_pipe_fd; + + /* + * If we are going to be daemonized, write out a pid file to @@ -92,7 +92,7 @@ bsmtrace_exit(int x) } Modified: branches/2020Q3/security/bsmtrace/files/patch-bsmtrace.h ============================================================================== --- branches/2020Q3/security/bsmtrace/files/patch-bsmtrace.h Tue Aug 25 12:53:05 2020 (r546164) +++ branches/2020Q3/security/bsmtrace/files/patch-bsmtrace.h Tue Aug 25 12:54:23 2020 (r546165) @@ -1,6 +1,13 @@ --- bsmtrace.h.orig 2014-02-05 02:34:38 UTC +++ bsmtrace.h -@@ -43,6 +43,6 @@ int audit_pipe_fd; /* XXX not happy abou +@@ -38,11 +38,11 @@ int audit_pipe_fd; /* XXX not happy abou + char *pflag; + }; + +-struct g_conf opts; +-int audit_pipe_fd; /* XXX not happy about this global */ ++extern struct g_conf opts; ++extern int audit_pipe_fd; /* XXX not happy about this global */ void bsmtrace_error(int, char *, ...); void bsmtrace_exit(int); Copied: branches/2020Q3/security/bsmtrace/files/patch-conf.c (from r546029, head/security/bsmtrace/files/patch-conf.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q3/security/bsmtrace/files/patch-conf.c Tue Aug 25 12:54:23 2020 (r546165, copy of r546029, head/security/bsmtrace/files/patch-conf.c) @@ -0,0 +1,10 @@ +--- conf.c.orig 2014-01-14 22:51:19 UTC ++++ conf.c +@@ -54,6 +54,7 @@ extern int yyparse(void); + bsm_set_head_t bsm_set_head; + int lineno = 1; + char *conffile; ++struct g_conf opts; + + /* + * Return BSM set named str, or NULL if the set was not found in the BSM set Copied: branches/2020Q3/security/bsmtrace/files/patch-log.c (from r546029, head/security/bsmtrace/files/patch-log.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q3/security/bsmtrace/files/patch-log.c Tue Aug 25 12:54:23 2020 (r546165, copy of r546029, head/security/bsmtrace/files/patch-log.c) @@ -0,0 +1,11 @@ +--- log.c.orig 2020-08-23 21:49:15 UTC ++++ log.c +@@ -31,6 +31,8 @@ + #include "includes.h" + #undef SYSLOG_NAMES + ++struct logchannel_head log_head; ++ + int + log_bsm_syslog(struct logchannel *lc, struct bsm_sequence *bs, + struct bsm_record_data *br); Copied: branches/2020Q3/security/bsmtrace/files/patch-log.h (from r546029, head/security/bsmtrace/files/patch-log.h) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q3/security/bsmtrace/files/patch-log.h Tue Aug 25 12:54:23 2020 (r546165, copy of r546029, head/security/bsmtrace/files/patch-log.h) @@ -0,0 +1,11 @@ +--- log.h.orig 2020-08-23 21:49:13 UTC ++++ log.h +@@ -30,7 +30,7 @@ + #ifndef LOG_H_ + #define LOG_H_ + +-TAILQ_HEAD(, logchannel) log_head; ++extern TAILQ_HEAD(logchannel_head, logchannel) log_head; + + enum { + LOG_CHANNEL_NOP, From owner-svn-ports-branches@freebsd.org Tue Aug 25 16:34:02 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EA5F33B0746; Tue, 25 Aug 2020 16:34:02 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BbZLy5vRYz4f80; Tue, 25 Aug 2020 16:34:02 +0000 (UTC) (envelope-from pkubaj@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 AD7D92CDD8; Tue, 25 Aug 2020 16:34:02 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 07PGY2VY072520; Tue, 25 Aug 2020 16:34:02 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07PGY2px072518; Tue, 25 Aug 2020 16:34:02 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202008251634.07PGY2px072518@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Tue, 25 Aug 2020 16:34:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r546192 - in branches/2020Q3/games/libretro-fbneo: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: in branches/2020Q3/games/libretro-fbneo: . files X-SVN-Commit-Revision: 546192 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.33 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, 25 Aug 2020 16:34:03 -0000 Author: pkubaj Date: Tue Aug 25 16:34:02 2020 New Revision: 546192 URL: https://svnweb.freebsd.org/changeset/ports/546192 Log: MFH: r546191 games/libretro-fbneo: fix build on powerpc* Merge upstream patch to solve: undefined reference to __mftb() and use newer GCC to solve: cc1: error: unrecognized command line option "-Wno-pedantic"cc1: error: unrecognized command line option "-Wno-pedantic" Approved by: portmgr (fix build blanket) Added: branches/2020Q3/games/libretro-fbneo/files/patch-src_burner_libretro_libretro-common_features_features__cpu.c - copied unchanged from r546191, head/games/libretro-fbneo/files/patch-src_burner_libretro_libretro-common_features_features__cpu.c Modified: branches/2020Q3/games/libretro-fbneo/Makefile Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/games/libretro-fbneo/Makefile ============================================================================== --- branches/2020Q3/games/libretro-fbneo/Makefile Tue Aug 25 16:33:06 2020 (r546191) +++ branches/2020Q3/games/libretro-fbneo/Makefile Tue Aug 25 16:34:02 2020 (r546192) @@ -12,7 +12,7 @@ LICENSE_NAME= FBNeo LICENSE_FILE= ${WRKSRC}/src/license.txt LICENSE_PERMS= dist-mirror pkg-mirror auto-accept -USES= gmake gl +USES= compiler:c11 gmake gl USE_LDCONFIG= yes USE_GL= gl Copied: branches/2020Q3/games/libretro-fbneo/files/patch-src_burner_libretro_libretro-common_features_features__cpu.c (from r546191, head/games/libretro-fbneo/files/patch-src_burner_libretro_libretro-common_features_features__cpu.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q3/games/libretro-fbneo/files/patch-src_burner_libretro_libretro-common_features_features__cpu.c Tue Aug 25 16:34:02 2020 (r546192, copy of r546191, head/games/libretro-fbneo/files/patch-src_burner_libretro_libretro-common_features_features__cpu.c) @@ -0,0 +1,20 @@ +--- src/burner/libretro/libretro-common/features/features_cpu.c.orig 2020-08-25 12:19:30 UTC ++++ src/burner/libretro/libretro-common/features/features_cpu.c +@@ -167,7 +167,7 @@ retro_perf_tick_t cpu_features_get_perf_counter(void) + tv_sec = (long)((ularge.QuadPart - epoch) / 10000000L); + tv_usec = (long)(system_time.wMilliseconds * 1000); + time_ticks = (1000000 * tv_sec + tv_usec); +-#elif defined(__linux__) || defined(__QNX__) || defined(__MACH__) ++#elif defined(_POSIX_MONOTONIC_CLOCK) || defined(__QNX__) || defined(ANDROID) || defined(__MACH__) || defined(__PSL1GHT__) + struct timespec tv = {0}; + if (ra_clock_gettime(CLOCK_MONOTONIC, &tv) == 0) + time_ticks = (retro_perf_tick_t)tv.tv_sec * 1000000000 + +@@ -181,7 +181,7 @@ retro_perf_tick_t cpu_features_get_perf_counter(void) + time_ticks = (retro_perf_tick_t)a | ((retro_perf_tick_t)d << 32); + #elif defined(__ARM_ARCH_6__) + __asm__ volatile( "mrc p15, 0, %0, c9, c13, 0" : "=r"(time_ticks) ); +-#elif defined(__CELLOS_LV2__) || defined(_XBOX360) || defined(__powerpc__) || defined(__ppc__) || defined(__POWERPC__) ++#elif defined(__CELLOS_LV2__) || defined(_XBOX360) + time_ticks = __mftb(); + #elif defined(GEKKO) + time_ticks = gettime(); From owner-svn-ports-branches@freebsd.org Tue Aug 25 17:31:52 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 00A393B2ACC; Tue, 25 Aug 2020 17:31:52 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bbbdg6B7yz3VvS; Tue, 25 Aug 2020 17:31:51 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B7C6A2D833; Tue, 25 Aug 2020 17:31:51 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 07PHVpir009543; Tue, 25 Aug 2020 17:31:51 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07PHVp5M009541; Tue, 25 Aug 2020 17:31:51 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <202008251731.07PHVp5M009541@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Tue, 25 Aug 2020 17:31:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r546200 - branches/2020Q3/x11/libX11 X-SVN-Group: ports-branches X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: branches/2020Q3/x11/libX11 X-SVN-Commit-Revision: 546200 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.33 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, 25 Aug 2020 17:31:52 -0000 Author: zeising Date: Tue Aug 25 17:31:51 2020 New Revision: 546200 URL: https://svnweb.freebsd.org/changeset/ports/546200 Log: MFH: r546198 x11/libX11: Update to 1.6.12 Update x11/libX11 to 1.6.12, which contains a fix for a double free vulnerability. The update also contains fixes already included in the FreeBSD libX11 port. Announcement and changelog: https://lists.x.org/archives/xorg-announce/2020-August/003057.html Security: 8da79498-e6f6-11ea-8cbf-54e1ad3d6335 Approved by: ports-secteam (implicit, security update) Modified: branches/2020Q3/x11/libX11/Makefile branches/2020Q3/x11/libX11/distinfo Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/x11/libX11/Makefile ============================================================================== --- branches/2020Q3/x11/libX11/Makefile Tue Aug 25 17:30:33 2020 (r546199) +++ branches/2020Q3/x11/libX11/Makefile Tue Aug 25 17:31:51 2020 (r546200) @@ -2,17 +2,12 @@ # $FreeBSD$ PORTNAME= libX11 -PORTVERSION= 1.6.11 -PORTREVISION= 1 +PORTVERSION= 1.6.12 PORTEPOCH= 1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= X11 library - -PATCH_SITES= https://gitlab.freedesktop.org/xorg/lib/libx11/-/commit/ -PATCHFILES+= 6dd618e5ea8e7558dd8e99a2777ab7b69211789c.diff:-p1 -PATCHFILES+= d15c24c8b44be5e4054c8ecd0ff9dcf2c8e18e5b.diff:-p1 LICENSE= MIT Modified: branches/2020Q3/x11/libX11/distinfo ============================================================================== --- branches/2020Q3/x11/libX11/distinfo Tue Aug 25 17:30:33 2020 (r546199) +++ branches/2020Q3/x11/libX11/distinfo Tue Aug 25 17:31:51 2020 (r546200) @@ -1,7 +1,3 @@ -TIMESTAMP = 1597657392 -SHA256 (xorg/lib/libX11-1.6.11.tar.bz2) = b1cc4b802058be7e3fb438ee2490f66fcc52ac3b2a14f47a22cbf77638e33606 -SIZE (xorg/lib/libX11-1.6.11.tar.bz2) = 2389687 -SHA256 (xorg/lib/6dd618e5ea8e7558dd8e99a2777ab7b69211789c.diff) = 9e3ebb781e985372f0b10db41898873049d50094aeea58884b150ebce27b68f8 -SIZE (xorg/lib/6dd618e5ea8e7558dd8e99a2777ab7b69211789c.diff) = 1011 -SHA256 (xorg/lib/d15c24c8b44be5e4054c8ecd0ff9dcf2c8e18e5b.diff) = f0e637d850a24116c0abf7b45eff3bc926caef5df17b2664aef81c03f792bdf4 -SIZE (xorg/lib/d15c24c8b44be5e4054c8ecd0ff9dcf2c8e18e5b.diff) = 463 +TIMESTAMP = 1598374923 +SHA256 (xorg/lib/libX11-1.6.12.tar.bz2) = f108227469419ac04d196df0f3b80ce1f7f65059bb54c0de811f4d8e03fd6ec7 +SIZE (xorg/lib/libX11-1.6.12.tar.bz2) = 2376498 From owner-svn-ports-branches@freebsd.org Tue Aug 25 17:32:51 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E89213B2BD0; Tue, 25 Aug 2020 17:32:51 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bbbfq5y9Bz3W99; Tue, 25 Aug 2020 17:32:51 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AF00A2D83D; Tue, 25 Aug 2020 17:32:51 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 07PHWpNh010499; Tue, 25 Aug 2020 17:32:51 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07PHWp3C010497; Tue, 25 Aug 2020 17:32:51 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <202008251732.07PHWp3C010497@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Tue, 25 Aug 2020 17:32:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r546201 - branches/2020Q3/x11-servers/xorg-server X-SVN-Group: ports-branches X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: branches/2020Q3/x11-servers/xorg-server X-SVN-Commit-Revision: 546201 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.33 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, 25 Aug 2020 17:32:52 -0000 Author: zeising Date: Tue Aug 25 17:32:51 2020 New Revision: 546201 URL: https://svnweb.freebsd.org/changeset/ports/546201 Log: MFH: r546199 x11-servers/xorg-server: Fix several security issues Fix several security issues in x11-servers/xorg-server and slave ports which ultimately can lead to local privilege escalations if xorg-server is running privileged. More info: https://lists.x.org/archives/xorg-announce/2020-August/003058.html Security: ffa15b3b-e6f6-11ea-8cbf-54e1ad3d6335 Approved by: ports-secteam (implicit, security update) Modified: branches/2020Q3/x11-servers/xorg-server/Makefile branches/2020Q3/x11-servers/xorg-server/distinfo Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/x11-servers/xorg-server/Makefile ============================================================================== --- branches/2020Q3/x11-servers/xorg-server/Makefile Tue Aug 25 17:31:51 2020 (r546200) +++ branches/2020Q3/x11-servers/xorg-server/Makefile Tue Aug 25 17:32:51 2020 (r546201) @@ -3,7 +3,7 @@ PORTNAME?= xorg-server PORTVERSION?= 1.20.8 -PORTREVISION?= 3 +PORTREVISION?= 4 PORTEPOCH?= 1 CATEGORIES= x11-servers MASTER_SITES= XORG/individual/xserver @@ -13,8 +13,12 @@ MAINTAINER= x11@FreeBSD.org COMMENT?= X.Org X server and related programs PATCH_SITES= https://gitlab.freedesktop.org/xorg/xserver/-/commit/ -PATCHFILES= 271934db9f3b1297754b29855646e0a4ee01db59.diff:-p1 +PATCHFILES+= 271934db9f3b1297754b29855646e0a4ee01db59.diff:-p1 PATCHFILES+= aac28e162e5108510065ad4c323affd6deffd816.diff:-p1 +PATCHFILES+= 1d3a1092c30af660b1366fcd344af745590aa29f.diff:-p1 +PATCHFILES+= eff3f6cdd398bfac040351e99e64baf3bf64fa2e.diff:-p1 +PATCHFILES+= 5b384e7678c5a155dd8752f018c8292153c1295e.diff:-p1 +PATCHFILES+= 705d7213935820d9f56563ee9e17aa9beb365c1e.diff:-p1 LICENSE= MIT Modified: branches/2020Q3/x11-servers/xorg-server/distinfo ============================================================================== --- branches/2020Q3/x11-servers/xorg-server/distinfo Tue Aug 25 17:31:51 2020 (r546200) +++ branches/2020Q3/x11-servers/xorg-server/distinfo Tue Aug 25 17:32:51 2020 (r546201) @@ -1,7 +1,15 @@ -TIMESTAMP = 1596289918 +TIMESTAMP = 1598375490 SHA256 (xorg/xserver/xorg-server-1.20.8.tar.bz2) = d17b646bee4ba0fb7850c1cc55b18e3e8513ed5c02bdf38da7e107f84e2d0146 SIZE (xorg/xserver/xorg-server-1.20.8.tar.bz2) = 6309640 SHA256 (xorg/xserver/271934db9f3b1297754b29855646e0a4ee01db59.diff) = b29a3af8f6d93a5b6e1d4652fca0a76e438884dee8caf03f89148fbc47c98f71 SIZE (xorg/xserver/271934db9f3b1297754b29855646e0a4ee01db59.diff) = 1262 SHA256 (xorg/xserver/aac28e162e5108510065ad4c323affd6deffd816.diff) = c1713942583adc12f77a381ed2ee8907ca0d189e08f6a1730948b51744d2f764 SIZE (xorg/xserver/aac28e162e5108510065ad4c323affd6deffd816.diff) = 520 +SHA256 (xorg/xserver/1d3a1092c30af660b1366fcd344af745590aa29f.diff) = 72dea9d7fa5df4ca5045edf0e60c7b2923e7748bd3fb16178b1b16e23b3f2db7 +SIZE (xorg/xserver/1d3a1092c30af660b1366fcd344af745590aa29f.diff) = 6681 +SHA256 (xorg/xserver/eff3f6cdd398bfac040351e99e64baf3bf64fa2e.diff) = 1d792eaa0498025aa4b90bdc28d37f5a6f95cc86f1392cbc027034be04bff6ed +SIZE (xorg/xserver/eff3f6cdd398bfac040351e99e64baf3bf64fa2e.diff) = 565 +SHA256 (xorg/xserver/5b384e7678c5a155dd8752f018c8292153c1295e.diff) = 3afb7b52b6236beb0e69f606df5da9f031d6bf72b5f002f78e6645861b816b74 +SIZE (xorg/xserver/5b384e7678c5a155dd8752f018c8292153c1295e.diff) = 683 +SHA256 (xorg/xserver/705d7213935820d9f56563ee9e17aa9beb365c1e.diff) = 112b4940462266031cf0b6ac6f0f2a95c498a675798f3aea91dfb55e849570b6 +SIZE (xorg/xserver/705d7213935820d9f56563ee9e17aa9beb365c1e.diff) = 2077 From owner-svn-ports-branches@freebsd.org Tue Aug 25 20:05:56 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B14B53B9A2A; Tue, 25 Aug 2020 20:05:56 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bbg3S4L3Wz43Nn; Tue, 25 Aug 2020 20:05: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 777C72F0E5; Tue, 25 Aug 2020 20:05: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 07PK5upQ006369; Tue, 25 Aug 2020 20:05:56 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07PK5uM5006367; Tue, 25 Aug 2020 20:05:56 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202008252005.07PK5uM5006367@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 25 Aug 2020 20:05:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r546229 - branches/2020Q3/x11-servers/xwayland-devel X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2020Q3/x11-servers/xwayland-devel X-SVN-Commit-Revision: 546229 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.33 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, 25 Aug 2020 20:05:56 -0000 Author: jbeich Date: Tue Aug 25 20:05:55 2020 New Revision: 546229 URL: https://svnweb.freebsd.org/changeset/ports/546229 Log: x11-servers/xwayland-devel: backport 2020-08-25 secfixes https://lists.x.org/archives/xorg-announce/2020-August/003058.html Approved by: ports-secteam blanket Modified: branches/2020Q3/x11-servers/xwayland-devel/Makefile branches/2020Q3/x11-servers/xwayland-devel/distinfo Modified: branches/2020Q3/x11-servers/xwayland-devel/Makefile ============================================================================== --- branches/2020Q3/x11-servers/xwayland-devel/Makefile Tue Aug 25 20:05:45 2020 (r546228) +++ branches/2020Q3/x11-servers/xwayland-devel/Makefile Tue Aug 25 20:05:55 2020 (r546229) @@ -4,7 +4,7 @@ PORTNAME= xwayland DISTVERSIONPREFIX= xorg-server- DISTVERSION= 1.20.0-673 DISTVERSIONSUFFIX= -gb0413b6e9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-servers PKGNAMESUFFIX= -devel @@ -12,6 +12,10 @@ PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PRO PATCHFILES+= aac28e162e51.patch:-p1 # https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/488 PATCHFILES+= 9e0086f99b39.patch:-p1 # https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/432 PATCHFILES+= 30ea6cb622e9.patch:-p1 # https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/432 +PATCHFILES+= f7cd1276bbd4.patch:-p1 # https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/499 +PATCHFILES+= c940cc8b6c0a.patch:-p1 # https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/499 +PATCHFILES+= 144849ea2723.patch:-p1 # https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/499 +PATCHFILES+= 2902b78535ec.patch:-p1 # https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/499 MAINTAINER= jbeich@FreeBSD.org COMMENT= X11 server as Wayland client (development snapshot) Modified: branches/2020Q3/x11-servers/xwayland-devel/distinfo ============================================================================== --- branches/2020Q3/x11-servers/xwayland-devel/distinfo Tue Aug 25 20:05:45 2020 (r546228) +++ branches/2020Q3/x11-servers/xwayland-devel/distinfo Tue Aug 25 20:05:55 2020 (r546229) @@ -7,3 +7,11 @@ SHA256 (9e0086f99b39.patch) = f8af32f1aba1062e351fe437 SIZE (9e0086f99b39.patch) = 10714 SHA256 (30ea6cb622e9.patch) = 3a99b52b7f7a451daf0620b457aa041a95caddcdcc0ae73d7b8a1b30d19f14b0 SIZE (30ea6cb622e9.patch) = 17585 +SHA256 (f7cd1276bbd4.patch) = 5d414426ff674ecbca4f557fe460ca151887e54b09ae3dbdec8d076da30f6e9f +SIZE (f7cd1276bbd4.patch) = 7110 +SHA256 (c940cc8b6c0a.patch) = fe11a7513496929331a15f75f6c1c4210967aa2fe16342704eaaf09545b43d7f +SIZE (c940cc8b6c0a.patch) = 978 +SHA256 (144849ea2723.patch) = 3644d0f35fa4f26b3ff1cb79ed6167ac35498fb217ec22b42a969a0f012f3282 +SIZE (144849ea2723.patch) = 1083 +SHA256 (2902b78535ec.patch) = c8b9142e7ed06ad3a402ed071dbf6e4c337425b054dbbd4e6ec8bc8de8a7fd97 +SIZE (2902b78535ec.patch) = 2497 From owner-svn-ports-branches@freebsd.org Tue Aug 25 23:11:03 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1A44C3C02BF; Tue, 25 Aug 2020 23:11:03 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bbl9272Nlz4JkH; Tue, 25 Aug 2020 23:11:02 +0000 (UTC) (envelope-from pkubaj@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 D4F99991F; Tue, 25 Aug 2020 23:11:02 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 07PNB2tP017916; Tue, 25 Aug 2020 23:11:02 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07PNB2Rf017915; Tue, 25 Aug 2020 23:11:02 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202008252311.07PNB2Rf017915@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Tue, 25 Aug 2020 23:11:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r546239 - branches/2020Q3/games/libretro-mame2003_plus/files X-SVN-Group: ports-branches X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: branches/2020Q3/games/libretro-mame2003_plus/files X-SVN-Commit-Revision: 546239 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.33 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, 25 Aug 2020 23:11:03 -0000 Author: pkubaj Date: Tue Aug 25 23:11:02 2020 New Revision: 546239 URL: https://svnweb.freebsd.org/changeset/ports/546239 Log: MFH: r546238 games/libretro-mame2003_plus: fix build on GCC architectures Define __BSD_VISIBLE if it's not defined to make u_int visible: In file included from src/libretro-deps/libFLAC/cpu.c:83: /usr/include/sys/sysctl.h:1101:25: error: unknown type name 'u_int'; did you mean 'int'? 1101 | int sysctl(const int *, u_int, void *, size_t *, const void *, size_t); | ^~~~~ | int Approved by: portmgr (fix build blanket) Added: branches/2020Q3/games/libretro-mame2003_plus/files/ - copied from r546238, head/games/libretro-mame2003_plus/files/ Modified: Directory Properties: branches/2020Q3/ (props changed) From owner-svn-ports-branches@freebsd.org Tue Aug 25 23:13:01 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9C69D3BFD6C; Tue, 25 Aug 2020 23:13:01 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BblCK3g08z4Jw3; Tue, 25 Aug 2020 23:13:01 +0000 (UTC) (envelope-from tz@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 607CD9C1D; Tue, 25 Aug 2020 23:13:01 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 07PND1R4022904; Tue, 25 Aug 2020 23:13:01 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07PND1jq022902; Tue, 25 Aug 2020 23:13:01 GMT (envelope-from tz@FreeBSD.org) Message-Id: <202008252313.07PND1jq022902@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Tue, 25 Aug 2020 23:13:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r546240 - branches/2020Q3/lang/php72 X-SVN-Group: ports-branches X-SVN-Commit-Author: tz X-SVN-Commit-Paths: branches/2020Q3/lang/php72 X-SVN-Commit-Revision: 546240 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.33 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, 25 Aug 2020 23:13:01 -0000 Author: tz Date: Tue Aug 25 23:13:00 2020 New Revision: 546240 URL: https://svnweb.freebsd.org/changeset/ports/546240 Log: MFH: r546237 lang/php72: Update from 7.2.22 to 7.2.23 The last log entry is the same, because i accidently performed an update from 7.2.21 to 7.2.22. I ignored the update to 7.2.22 because for FreeBSD its a no-op. But when 7.2.23 was released i only increased the version by one. This time its the real update! :) Changelog: Core: Fixed bug #79877 (getimagesize function silently truncates after a null byte) (cmb) Phar: Fixed bug #79797 (Use of freed hash key in the phar_parse_zipfile function). (CVE-2020-7068) Reported by: José García Juanino Sponsored by: Bounce Experts Approved by: ports-secteam (joneum, implicit for PHP Updates) Modified: branches/2020Q3/lang/php72/Makefile branches/2020Q3/lang/php72/distinfo Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/lang/php72/Makefile ============================================================================== --- branches/2020Q3/lang/php72/Makefile Tue Aug 25 23:11:02 2020 (r546239) +++ branches/2020Q3/lang/php72/Makefile Tue Aug 25 23:13:00 2020 (r546240) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= php72 -DISTVERSION= 7.2.32 +DISTVERSION= 7.2.33 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions Modified: branches/2020Q3/lang/php72/distinfo ============================================================================== --- branches/2020Q3/lang/php72/distinfo Tue Aug 25 23:11:02 2020 (r546239) +++ branches/2020Q3/lang/php72/distinfo Tue Aug 25 23:13:00 2020 (r546240) @@ -1,3 +1,3 @@ -TIMESTAMP = 1597751560 -SHA256 (php-7.2.32.tar.xz) = 050fc16ca56d8d2365d980998220a4eb06439da71dfd38de49b42fea72310ef1 -SIZE (php-7.2.32.tar.xz) = 12251152 +TIMESTAMP = 1598390814 +SHA256 (php-7.2.33.tar.xz) = 0f160a3483ffce36be5962fab7bcf09d605ee66c5707df83e4195cb796bbb03a +SIZE (php-7.2.33.tar.xz) = 12310624 From owner-svn-ports-branches@freebsd.org Wed Aug 26 08:59:45 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 814AB3CE9C7; Wed, 26 Aug 2020 08:59:45 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bc0DK2rfYz4tCc; Wed, 26 Aug 2020 08:59:45 +0000 (UTC) (envelope-from pkubaj@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 44FAE10A0F; Wed, 26 Aug 2020 08:59:45 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 07Q8xjq9079150; Wed, 26 Aug 2020 08:59:45 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07Q8xjIG079149; Wed, 26 Aug 2020 08:59:45 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202008260859.07Q8xjIG079149@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Wed, 26 Aug 2020 08:59:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r546252 - branches/2020Q3/games/libretro-fbalpha/files X-SVN-Group: ports-branches X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: branches/2020Q3/games/libretro-fbalpha/files X-SVN-Commit-Revision: 546252 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.33 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, 26 Aug 2020 08:59:45 -0000 Author: pkubaj Date: Wed Aug 26 08:59:44 2020 New Revision: 546252 URL: https://svnweb.freebsd.org/changeset/ports/546252 Log: MFH: r546251 games/libretro-fbalpha: fix build on powerpc* Same issue as with games/libretro-fbneo. Approved by: portmgr (fix build blanket) Added: branches/2020Q3/games/libretro-fbalpha/files/patch-src_burner_libretro_libretro-common_features_features__cpu.c - copied unchanged from r546251, head/games/libretro-fbalpha/files/patch-src_burner_libretro_libretro-common_features_features__cpu.c Modified: Directory Properties: branches/2020Q3/ (props changed) Copied: branches/2020Q3/games/libretro-fbalpha/files/patch-src_burner_libretro_libretro-common_features_features__cpu.c (from r546251, head/games/libretro-fbalpha/files/patch-src_burner_libretro_libretro-common_features_features__cpu.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q3/games/libretro-fbalpha/files/patch-src_burner_libretro_libretro-common_features_features__cpu.c Wed Aug 26 08:59:44 2020 (r546252, copy of r546251, head/games/libretro-fbalpha/files/patch-src_burner_libretro_libretro-common_features_features__cpu.c) @@ -0,0 +1,20 @@ +--- src/burner/libretro/libretro-common/features/features_cpu.c.orig 2020-08-25 12:19:30 UTC ++++ src/burner/libretro/libretro-common/features/features_cpu.c +@@ -167,7 +167,7 @@ retro_perf_tick_t cpu_features_get_perf_counter(void) + tv_sec = (long)((ularge.QuadPart - epoch) / 10000000L); + tv_usec = (long)(system_time.wMilliseconds * 1000); + time_ticks = (1000000 * tv_sec + tv_usec); +-#elif defined(__linux__) || defined(__QNX__) || defined(__MACH__) ++#elif defined(_POSIX_MONOTONIC_CLOCK) || defined(__QNX__) || defined(ANDROID) || defined(__MACH__) || defined(__PSL1GHT__) + struct timespec tv = {0}; + if (ra_clock_gettime(CLOCK_MONOTONIC, &tv) == 0) + time_ticks = (retro_perf_tick_t)tv.tv_sec * 1000000000 + +@@ -181,7 +181,7 @@ retro_perf_tick_t cpu_features_get_perf_counter(void) + time_ticks = (retro_perf_tick_t)a | ((retro_perf_tick_t)d << 32); + #elif defined(__ARM_ARCH_6__) + __asm__ volatile( "mrc p15, 0, %0, c9, c13, 0" : "=r"(time_ticks) ); +-#elif defined(__CELLOS_LV2__) || defined(_XBOX360) || defined(__powerpc__) || defined(__ppc__) || defined(__POWERPC__) ++#elif defined(__CELLOS_LV2__) || defined(_XBOX360) + time_ticks = __mftb(); + #elif defined(GEKKO) + time_ticks = gettime(); From owner-svn-ports-branches@freebsd.org Wed Aug 26 09:23:02 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DFE1B3CF378; Wed, 26 Aug 2020 09:23:02 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bc0lB5cjrz4vmL; Wed, 26 Aug 2020 09:23:02 +0000 (UTC) (envelope-from cmt@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 A3B5210C4D; Wed, 26 Aug 2020 09:23:02 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 07Q9N2me097208; Wed, 26 Aug 2020 09:23:02 GMT (envelope-from cmt@FreeBSD.org) Received: (from cmt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07Q9N2lN097206; Wed, 26 Aug 2020 09:23:02 GMT (envelope-from cmt@FreeBSD.org) Message-Id: <202008260923.07Q9N2lN097206@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cmt set sender to cmt@FreeBSD.org using -f From: Christoph Moench-Tegeder Date: Wed, 26 Aug 2020 09:23:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r546255 - branches/2020Q3/mail/thunderbird X-SVN-Group: ports-branches X-SVN-Commit-Author: cmt X-SVN-Commit-Paths: branches/2020Q3/mail/thunderbird X-SVN-Commit-Revision: 546255 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.33 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, 26 Aug 2020 09:23:02 -0000 Author: cmt Date: Wed Aug 26 09:23:01 2020 New Revision: 546255 URL: https://svnweb.freebsd.org/changeset/ports/546255 Log: MFH: r546254 update thunderbird to 68.12.0 (rc1, looks like GA) https://www.thunderbird.net/en-US/thunderbird/68.12.0/releasenotes/ Approved by: portmgr (blanket: web browser alike) Modified: branches/2020Q3/mail/thunderbird/Makefile branches/2020Q3/mail/thunderbird/distinfo Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/mail/thunderbird/Makefile ============================================================================== --- branches/2020Q3/mail/thunderbird/Makefile Wed Aug 26 09:20:58 2020 (r546254) +++ branches/2020Q3/mail/thunderbird/Makefile Wed Aug 26 09:23:01 2020 (r546255) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= thunderbird -DISTVERSION= 68.11.0 -PORTREVISION= 1 +DISTVERSION= 68.12.0 CATEGORIES= mail news net-im MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source Modified: branches/2020Q3/mail/thunderbird/distinfo ============================================================================== --- branches/2020Q3/mail/thunderbird/distinfo Wed Aug 26 09:20:58 2020 (r546254) +++ branches/2020Q3/mail/thunderbird/distinfo Wed Aug 26 09:23:01 2020 (r546255) @@ -1,3 +1,3 @@ -TIMESTAMP = 1595505903 -SHA256 (thunderbird-68.11.0.source.tar.xz) = 0d2f403c7aca55ab130b7262ff8afc0254e5c0471db01f1631976df68a6af5f2 -SIZE (thunderbird-68.11.0.source.tar.xz) = 337797560 +TIMESTAMP = 1598386363 +SHA256 (thunderbird-68.12.0.source.tar.xz) = 8cf582d03125df86044626072c0d924d4b7c3e984d9228d62acdf4e9918eec02 +SIZE (thunderbird-68.12.0.source.tar.xz) = 331226160 From owner-svn-ports-branches@freebsd.org Wed Aug 26 10:03:54 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6AFCF3D01EB; Wed, 26 Aug 2020 10:03:54 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bc1fL2BZmz3Tlw; Wed, 26 Aug 2020 10:03:54 +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 1616A115BD; Wed, 26 Aug 2020 10:03:54 +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 07QA3rgF022207; Wed, 26 Aug 2020 10:03:53 GMT (envelope-from fernape@FreeBSD.org) Received: (from fernape@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07QA3rXq022206; Wed, 26 Aug 2020 10:03:53 GMT (envelope-from fernape@FreeBSD.org) Message-Id: <202008261003.07QA3rXq022206@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: Wed, 26 Aug 2020 10:03:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r546259 - branches/2020Q3/sysutils/dsbmd X-SVN-Group: ports-branches X-SVN-Commit-Author: fernape X-SVN-Commit-Paths: branches/2020Q3/sysutils/dsbmd X-SVN-Commit-Revision: 546259 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.33 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, 26 Aug 2020 10:03:54 -0000 Author: fernape Date: Wed Aug 26 10:03:53 2020 New Revision: 546259 URL: https://svnweb.freebsd.org/changeset/ports/546259 Log: MFH: r546258 sysutils/dsbmd: Update to 1.11 ChangeLog: https://freeshell.de/~mk/projects/dsbmd-relnotes.html * A bug has been fixed where DSBMD exits with an error when the user tries to mount a smartphone after a previously failed attempt. * Command functions now run in a thread so that time-limit exceeding commands executing an uninterruptible system call will not block the daemon. PR: 248915 Submitted by: mk@nic-nac-project.org (maintainer) Approved by: ports-secteam (blanket, runtime fix) Modified: branches/2020Q3/sysutils/dsbmd/Makefile branches/2020Q3/sysutils/dsbmd/distinfo Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/sysutils/dsbmd/Makefile ============================================================================== --- branches/2020Q3/sysutils/dsbmd/Makefile Wed Aug 26 10:00:26 2020 (r546258) +++ branches/2020Q3/sysutils/dsbmd/Makefile Wed Aug 26 10:03:53 2020 (r546259) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dsbmd -PORTVERSION= 1.10 +PORTVERSION= 1.11 CATEGORIES= sysutils MASTER_SITES= http://freeshell.de/~mk/download/ @@ -16,18 +16,20 @@ USES= tar:tgz USE_RC_SUBR= dsbmd +PLIST_FILES= "@sample etc/dsbmd.conf.sample" \ + libexec/dsbmd + PORTDOCS= readme.mdoc -PLIST_FILES= libexec/dsbmd "@sample etc/dsbmd.conf.sample" OPTIONS_DEFINE= DOCS EXFAT EXT4 HFS LKL MTP NTFS PTP OPTIONS_DEFAULT= EXT4 MTP NTFS PTP -EXFAT_DESC= exFAT filesystem support -EXT4_DESC= Ext4 filesystem support -HFS_DESC= HFS+ support -LKL_DESC= Btrfs and XFS support through Linux Kernel Library -NTFS_DESC= Mount NTFS filesystems with read and write support -PTP_DESC= Picture Transfer Protocol support +EXFAT_DESC= exFAT filesystem support +EXT4_DESC= Ext4 filesystem support +HFS_DESC= HFS+ support +LKL_DESC= Btrfs and XFS support through Linux Kernel Library +NTFS_DESC= Mount NTFS filesystems with read and write support +PTP_DESC= Picture Transfer Protocol support EXFAT_RUN_DEPENDS= mount.exfat:sysutils/fusefs-exfat EXT4_RUN_DEPENDS= fuse-ext2:sysutils/fusefs-ext2 Modified: branches/2020Q3/sysutils/dsbmd/distinfo ============================================================================== --- branches/2020Q3/sysutils/dsbmd/distinfo Wed Aug 26 10:00:26 2020 (r546258) +++ branches/2020Q3/sysutils/dsbmd/distinfo Wed Aug 26 10:03:53 2020 (r546259) @@ -1,3 +1,3 @@ -TIMESTAMP = 1577347644 -SHA256 (dsbmd-1.10.tgz) = 549c6dac4a36a931d255d48ae1b143b3a5ea5f5966ab646ae680a9a2e8482100 -SIZE (dsbmd-1.10.tgz) = 51952 +TIMESTAMP = 1598387373 +SHA256 (dsbmd-1.11.tgz) = 310515cbf422b71bfe1bd20c785314be47da29c8b65a2eee393702e7ffa75d47 +SIZE (dsbmd-1.11.tgz) = 52908 From owner-svn-ports-branches@freebsd.org Wed Aug 26 11:29:46 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 757AE3D1C05; Wed, 26 Aug 2020 11:29:46 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bc3YQ2W8Jz3ZQh; Wed, 26 Aug 2020 11:29:46 +0000 (UTC) (envelope-from pkubaj@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 39B7512341; Wed, 26 Aug 2020 11:29:46 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 07QBTk5D071621; Wed, 26 Aug 2020 11:29:46 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07QBTkkG071620; Wed, 26 Aug 2020 11:29:46 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202008261129.07QBTkkG071620@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Wed, 26 Aug 2020 11:29:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r546264 - branches/2020Q3/games/libretro-mame2003/files X-SVN-Group: ports-branches X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: branches/2020Q3/games/libretro-mame2003/files X-SVN-Commit-Revision: 546264 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.33 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, 26 Aug 2020 11:29:46 -0000 Author: pkubaj Date: Wed Aug 26 11:29:45 2020 New Revision: 546264 URL: https://svnweb.freebsd.org/changeset/ports/546264 Log: MFH: r546263 games/libretro-mame2003: fix build on GCC architectures Define __BSD_VISIBLE if it's not defined to uncover u_int: In file included from src/libretro-deps/libFLAC/cpu.c:83: /usr/include/sys/sysctl.h:1101:25: error: unknown type name 'u_int'; did you mean 'int'? 1101 | int sysctl(const int *, u_int, void *, size_t *, const void *, size_t); | ^~~~~ | int Approved by: portmgr (fix build blanket) Added: branches/2020Q3/games/libretro-mame2003/files/ - copied from r546263, head/games/libretro-mame2003/files/ Modified: Directory Properties: branches/2020Q3/ (props changed) From owner-svn-ports-branches@freebsd.org Wed Aug 26 11:38:33 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B3E163D223B; Wed, 26 Aug 2020 11:38:33 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bc3lY4JbSz3bD8; Wed, 26 Aug 2020 11:38:33 +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 77447121F4; Wed, 26 Aug 2020 11:38:33 +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 07QBcXCW077747; Wed, 26 Aug 2020 11:38:33 GMT (envelope-from fernape@FreeBSD.org) Received: (from fernape@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07QBcX8a077746; Wed, 26 Aug 2020 11:38:33 GMT (envelope-from fernape@FreeBSD.org) Message-Id: <202008261138.07QBcX8a077746@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: Wed, 26 Aug 2020 11:38:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r546266 - branches/2020Q3/ports-mgmt/pkg_replace X-SVN-Group: ports-branches X-SVN-Commit-Author: fernape X-SVN-Commit-Paths: branches/2020Q3/ports-mgmt/pkg_replace X-SVN-Commit-Revision: 546266 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.33 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, 26 Aug 2020 11:38:33 -0000 Author: fernape Date: Wed Aug 26 11:38:32 2020 New Revision: 546266 URL: https://svnweb.freebsd.org/changeset/ports/546266 Log: MFH: r546265 ports-mgmt/pkg_replace: update to 20200821 ChangeLog: https://github.com/kdeguchi/pkg_replace/blob/master/ChangeLog * Fix bug in function install_package PR: 248919 Submitted by: kdeguchi@sz.tokoha-u.ac.jp (maintainer) Approved by: ports-secteam (blanket, runtime fix) Modified: branches/2020Q3/ports-mgmt/pkg_replace/Makefile branches/2020Q3/ports-mgmt/pkg_replace/distinfo Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/ports-mgmt/pkg_replace/Makefile ============================================================================== --- branches/2020Q3/ports-mgmt/pkg_replace/Makefile Wed Aug 26 11:31:17 2020 (r546265) +++ branches/2020Q3/ports-mgmt/pkg_replace/Makefile Wed Aug 26 11:38:32 2020 (r546266) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pkg_replace -PORTVERSION= 20200623 +PORTVERSION= 20200821 CATEGORIES= ports-mgmt MAINTAINER= kdeguchi@sz.tokoha-u.ac.jp Modified: branches/2020Q3/ports-mgmt/pkg_replace/distinfo ============================================================================== --- branches/2020Q3/ports-mgmt/pkg_replace/distinfo Wed Aug 26 11:31:17 2020 (r546265) +++ branches/2020Q3/ports-mgmt/pkg_replace/distinfo Wed Aug 26 11:38:32 2020 (r546266) @@ -1,3 +1,3 @@ -TIMESTAMP = 1592971443 -SHA256 (kdeguchi-pkg_replace-20200623_GH0.tar.gz) = fe844ba7932cbee791c111502a4e1a35ab5bc30402fc96e87395b85dbd3ff8fb -SIZE (kdeguchi-pkg_replace-20200623_GH0.tar.gz) = 27626 +TIMESTAMP = 1598401119 +SHA256 (kdeguchi-pkg_replace-20200821_GH0.tar.gz) = 7ede76a49d28d5f968af5254d3137cf15bf916b88798a23c1e496e5c5361e72a +SIZE (kdeguchi-pkg_replace-20200821_GH0.tar.gz) = 27865 From owner-svn-ports-branches@freebsd.org Wed Aug 26 13:16:42 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DFE223D4EB4; Wed, 26 Aug 2020 13:16:42 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bc5wp5fxWz40ZJ; Wed, 26 Aug 2020 13:16:42 +0000 (UTC) (envelope-from pkubaj@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 A56C613A48; Wed, 26 Aug 2020 13:16:42 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 07QDGgJJ040503; Wed, 26 Aug 2020 13:16:42 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07QDGgxk040502; Wed, 26 Aug 2020 13:16:42 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202008261316.07QDGgxk040502@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Wed, 26 Aug 2020 13:16:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r546278 - branches/2020Q3/net-mgmt/nfdump X-SVN-Group: ports-branches X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: branches/2020Q3/net-mgmt/nfdump X-SVN-Commit-Revision: 546278 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.33 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, 26 Aug 2020 13:16:42 -0000 Author: pkubaj Date: Wed Aug 26 13:16:42 2020 New Revision: 546278 URL: https://svnweb.freebsd.org/changeset/ports/546278 Log: MFH: r546277 net-mgmt/nfdump: fix build on GCC architectures and check-plist on others Use C11 compiler: In file included from nfcapd.c:69: nfx.h:946: error: redefinition of typedef 'extension_map_t' nfdump.h:64: error: previous declaration of 'extension_map_t' was here In file included from nfcapd.c:70: exporter.h:78: error: redefinition of typedef 'exporter_info_record_t' nfdump.h:63: error: previous declaration of 'exporter_info_record_t' was here Remove unconditional installation of nfpcapd, it breaks check-plist and there's an option for installing it. Bump PORTREVISION for package change. Approved by: portmgr (fix build blanket, packaging fix) Modified: branches/2020Q3/net-mgmt/nfdump/Makefile Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/net-mgmt/nfdump/Makefile ============================================================================== --- branches/2020Q3/net-mgmt/nfdump/Makefile Wed Aug 26 13:15:41 2020 (r546277) +++ branches/2020Q3/net-mgmt/nfdump/Makefile Wed Aug 26 13:16:42 2020 (r546278) @@ -3,6 +3,7 @@ PORTNAME= nfdump PORTVERSION= 1.6.20 +PORTREVISION= 1 DISTVERSIONPREFIX=v CATEGORIES= net-mgmt @@ -12,7 +13,7 @@ COMMENT= Command-line tools to collect and process Net LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/BSD-license.txt -USES= autoreconf libtool pkgconfig +USES= autoreconf compiler:c11 libtool pkgconfig USE_CSTD= gnu89 USE_LDCONFIG= yes USE_GITHUB= yes @@ -128,7 +129,7 @@ CONFIGURE_ARGS+= --disable-influxdb .endif do-install: -.for binary in nfanon nfcapd nfpcapd nfdump nfexpire nfreplay +.for binary in nfanon nfcapd nfdump nfexpire nfreplay ${INSTALL_PROGRAM} ${WRKSRC}/bin/.libs/${binary} ${STAGEDIR}${PREFIX}/bin .endfor ${INSTALL_LIB} ${WRKSRC}/bin/.libs/libnfdump-${PORTVERSION}.so ${STAGEDIR}${PREFIX}/lib From owner-svn-ports-branches@freebsd.org Wed Aug 26 13:22:57 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1614B3D51A5; Wed, 26 Aug 2020 13:22: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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bc6406rsJz414Z; Wed, 26 Aug 2020 13:22: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 CE74E1396A; Wed, 26 Aug 2020 13:22: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 07QDMuGd046472; Wed, 26 Aug 2020 13:22:56 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07QDMu8r046471; Wed, 26 Aug 2020 13:22:56 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202008261322.07QDMu8r046471@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 26 Aug 2020 13:22:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r546280 - branches/2020Q3/www/firefox X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2020Q3/www/firefox X-SVN-Commit-Revision: 546280 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.33 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, 26 Aug 2020 13:22:57 -0000 Author: jbeich Date: Wed Aug 26 13:22:56 2020 New Revision: 546280 URL: https://svnweb.freebsd.org/changeset/ports/546280 Log: MFH: r546279 www/firefox: document GeckoProfiler is no longer missing https://hg.mozilla.org/mozilla-central/rev/74707e8ecf38 Approved by: ports-secteam blanket Modified: branches/2020Q3/www/firefox/pkg-message Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/www/firefox/pkg-message ============================================================================== --- branches/2020Q3/www/firefox/pkg-message Wed Aug 26 13:22:26 2020 (r546279) +++ branches/2020Q3/www/firefox/pkg-message Wed Aug 26 13:22:56 2020 (r546280) @@ -9,7 +9,6 @@ Some features found on Windows, macOS and Linux are no - Process sandboxing (requires Capsicum backend) - Reduced memory usage (requires mozjemalloc) - Crash Reporter (requires Google Breakpad and reproducible builds) -- Performance profiling (requires GeckoProfiler) - Gamepad API (requires libusbhid backend) - WebVR (requires open source runtime) - TCP fast open From owner-svn-ports-branches@freebsd.org Thu Aug 27 00:52:39 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AE24E3C2854; Thu, 27 Aug 2020 00:52:39 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BcPMq46R5z3gTv; Thu, 27 Aug 2020 00:52:39 +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 70B971C003; Thu, 27 Aug 2020 00:52:39 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 07R0qdcZ018767; Thu, 27 Aug 2020 00:52:39 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07R0qdQI018766; Thu, 27 Aug 2020 00:52:39 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202008270052.07R0qdQI018766@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 27 Aug 2020 00:52:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r546310 - branches/2020Q3/devel/nspr X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2020Q3/devel/nspr X-SVN-Commit-Revision: 546310 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.33 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, 27 Aug 2020 00:52:39 -0000 Author: jbeich Date: Thu Aug 27 00:52:38 2020 New Revision: 546310 URL: https://svnweb.freebsd.org/changeset/ports/546310 Log: MFH: r546113 devel/nspr: update to 4.28 Changes: http://mozilla.6506.n7.nabble.com/ANNOUNCE-NSPR-4-28-Release-td386342.html ABI: https://abi-laboratory.pro/tracker/timeline/nspr/ Reported by: Repology Approved by: ports-secteam blanket (required by Firefox 81) Modified: branches/2020Q3/devel/nspr/Makefile branches/2020Q3/devel/nspr/distinfo Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/devel/nspr/Makefile ============================================================================== --- branches/2020Q3/devel/nspr/Makefile Thu Aug 27 00:22:50 2020 (r546309) +++ branches/2020Q3/devel/nspr/Makefile Thu Aug 27 00:52:38 2020 (r546310) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nspr -DISTVERSION= 4.27 +DISTVERSION= 4.28 CATEGORIES= devel MASTER_SITES= MOZILLA/${PORTNAME}/releases/v${PORTVERSION}/src Modified: branches/2020Q3/devel/nspr/distinfo ============================================================================== --- branches/2020Q3/devel/nspr/distinfo Thu Aug 27 00:22:50 2020 (r546309) +++ branches/2020Q3/devel/nspr/distinfo Thu Aug 27 00:52:38 2020 (r546310) @@ -1,3 +1,3 @@ -TIMESTAMP = 1595512452 -SHA256 (nspr-4.27.tar.gz) = 6d495192b6ab00a3c28db053492cf794329f7c0351a5728db198111a1816e89b -SIZE (nspr-4.27.tar.gz) = 1080036 +TIMESTAMP = 1597964683 +SHA256 (nspr-4.28.tar.gz) = 63defc8e19a80b6f98fcc7d5a89e84ea703c0b50aa6bc13bf7ad071adf433b56 +SIZE (nspr-4.28.tar.gz) = 1080086 From owner-svn-ports-branches@freebsd.org Thu Aug 27 00:53:19 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6442A3C2B22; Thu, 27 Aug 2020 00:53:19 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BcPNb1hbBz3gpZ; Thu, 27 Aug 2020 00:53:19 +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 1E3AA1C004; Thu, 27 Aug 2020 00:53:19 +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 07R0rIN0019018; Thu, 27 Aug 2020 00:53:18 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07R0rI9B019013; Thu, 27 Aug 2020 00:53:18 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202008270053.07R0rI9B019013@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 27 Aug 2020 00:53:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r546311 - in branches/2020Q3/security: ca_root_nss nss X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2020Q3/security: ca_root_nss nss X-SVN-Commit-Revision: 546311 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.33 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, 27 Aug 2020 00:53:19 -0000 Author: jbeich Date: Thu Aug 27 00:53:17 2020 New Revision: 546311 URL: https://svnweb.freebsd.org/changeset/ports/546311 Log: MFH: r546114 security/nss: update to 3.56 Changes: https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.56_release_notes Changes: https://hg.mozilla.org/projects/nss/shortlog/NSS_3_56_RTM ABI: https://abi-laboratory.pro/tracker/timeline/nss/ Reported by: Repology Approved by: ports-secteam blanket (required by Firefox 81) Modified: branches/2020Q3/security/ca_root_nss/Makefile branches/2020Q3/security/ca_root_nss/distinfo branches/2020Q3/security/nss/Makefile branches/2020Q3/security/nss/distinfo Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/security/ca_root_nss/Makefile ============================================================================== --- branches/2020Q3/security/ca_root_nss/Makefile Thu Aug 27 00:52:38 2020 (r546310) +++ branches/2020Q3/security/ca_root_nss/Makefile Thu Aug 27 00:53:17 2020 (r546311) @@ -32,7 +32,7 @@ PLIST_SUB+= CERTDIR=${CERTDIR} # !!! Please DO NOT submit patches for new version until it has !!! # !!! been committed there first. !!! # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -VERSION_NSS= 3.55 +VERSION_NSS= 3.56 #NSS_SUFFIX= -with-ckbi-1.98 CERTDATA_TXT_PATH= nss-${VERSION_NSS}/nss/lib/ckfw/builtins/certdata.txt BUNDLE_PROCESSOR= MAca-bundle.pl Modified: branches/2020Q3/security/ca_root_nss/distinfo ============================================================================== --- branches/2020Q3/security/ca_root_nss/distinfo Thu Aug 27 00:52:38 2020 (r546310) +++ branches/2020Q3/security/ca_root_nss/distinfo Thu Aug 27 00:53:17 2020 (r546311) @@ -1,3 +1,3 @@ -TIMESTAMP = 1595603432 -SHA256 (nss-3.55.tar.gz) = fc692e3db45a082ee6328cd989e795c171a00df9c518df090937f7604f850004 -SIZE (nss-3.55.tar.gz) = 81759883 +TIMESTAMP = 1598022657 +SHA256 (nss-3.56.tar.gz) = f875e0e8ed3b5ce92d675be4a55aa25a8c1199789a4a01f69b5f2327e2048e9c +SIZE (nss-3.56.tar.gz) = 81706176 Modified: branches/2020Q3/security/nss/Makefile ============================================================================== --- branches/2020Q3/security/nss/Makefile Thu Aug 27 00:52:38 2020 (r546310) +++ branches/2020Q3/security/nss/Makefile Thu Aug 27 00:53:17 2020 (r546311) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nss -PORTVERSION= 3.55 +PORTVERSION= 3.56 CATEGORIES= security MASTER_SITES= MOZILLA/security/${PORTNAME}/releases/${DISTNAME:tu:C/[-.]/_/g}_RTM/src Modified: branches/2020Q3/security/nss/distinfo ============================================================================== --- branches/2020Q3/security/nss/distinfo Thu Aug 27 00:52:38 2020 (r546310) +++ branches/2020Q3/security/nss/distinfo Thu Aug 27 00:53:17 2020 (r546311) @@ -1,3 +1,3 @@ -TIMESTAMP = 1595603432 -SHA256 (nss-3.55.tar.gz) = fc692e3db45a082ee6328cd989e795c171a00df9c518df090937f7604f850004 -SIZE (nss-3.55.tar.gz) = 81759883 +TIMESTAMP = 1598022657 +SHA256 (nss-3.56.tar.gz) = f875e0e8ed3b5ce92d675be4a55aa25a8c1199789a4a01f69b5f2327e2048e9c +SIZE (nss-3.56.tar.gz) = 81706176 From owner-svn-ports-branches@freebsd.org Thu Aug 27 00:54:28 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BE0B53C28C8; Thu, 27 Aug 2020 00:54:28 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BcPPw4891z3gq4; Thu, 27 Aug 2020 00:54:28 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 716E01BE1F; Thu, 27 Aug 2020 00:54:28 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 07R0sSbN019328; Thu, 27 Aug 2020 00:54:28 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07R0sSQK019326; Thu, 27 Aug 2020 00:54:28 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202008270054.07R0sSQK019326@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 27 Aug 2020 00:54:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r546312 - branches/2020Q3/devel/rust-cbindgen X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2020Q3/devel/rust-cbindgen X-SVN-Commit-Revision: 546312 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.33 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, 27 Aug 2020 00:54:28 -0000 Author: jbeich Date: Thu Aug 27 00:54:27 2020 New Revision: 546312 URL: https://svnweb.freebsd.org/changeset/ports/546312 Log: MFH: r545620 devel/rust-cbindgen: update to 0.14.4 Changes: https://github.com/eqrion/cbindgen/compare/v0.14.3...v0.14.4 Reported by: GitHub (watch releases) Approved by: ports-secteam blanket (required by Firefox 82) Modified: branches/2020Q3/devel/rust-cbindgen/Makefile branches/2020Q3/devel/rust-cbindgen/distinfo Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/devel/rust-cbindgen/Makefile ============================================================================== --- branches/2020Q3/devel/rust-cbindgen/Makefile Thu Aug 27 00:53:17 2020 (r546311) +++ branches/2020Q3/devel/rust-cbindgen/Makefile Thu Aug 27 00:54:27 2020 (r546312) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cbindgen -DISTVERSION= 0.14.3 +DISTVERSION= 0.14.4 CATEGORIES= devel MASTER_SITES= CRATESIO PKGNAMEPREFIX= rust- Modified: branches/2020Q3/devel/rust-cbindgen/distinfo ============================================================================== --- branches/2020Q3/devel/rust-cbindgen/distinfo Thu Aug 27 00:53:17 2020 (r546311) +++ branches/2020Q3/devel/rust-cbindgen/distinfo Thu Aug 27 00:54:27 2020 (r546312) @@ -1,6 +1,6 @@ -TIMESTAMP = 1593012744 -SHA256 (rust/crates/cbindgen-0.14.3.tar.gz) = e6e03a705df2e735cc5486f104a48e25a8f72ae06eaea5b7753a81270ed00859 -SIZE (rust/crates/cbindgen-0.14.3.tar.gz) = 165874 +TIMESTAMP = 1597942129 +SHA256 (rust/crates/cbindgen-0.14.4.tar.gz) = e783d38a7700989e0209d0b0ed224c34ade92d3603da0cf15dc502ebada685a6 +SIZE (rust/crates/cbindgen-0.14.4.tar.gz) = 172123 SHA256 (rust/crates/ansi_term-0.11.0.tar.gz) = ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b SIZE (rust/crates/ansi_term-0.11.0.tar.gz) = 17087 SHA256 (rust/crates/atty-0.2.13.tar.gz) = 1803c647a3ec87095e7ae7acfca019e98de5ec9a7d01343f611cf3152ed71a90 From owner-svn-ports-branches@freebsd.org Thu Aug 27 14:34:54 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8814A3B4B90; Thu, 27 Aug 2020 14:34:54 +0000 (UTC) (envelope-from kevans@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BclcZ324Pz3V4r; Thu, 27 Aug 2020 14:34:54 +0000 (UTC) (envelope-from kevans@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 4B356253C1; Thu, 27 Aug 2020 14:34:54 +0000 (UTC) (envelope-from kevans@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 07REYs7Q058822; Thu, 27 Aug 2020 14:34:54 GMT (envelope-from kevans@FreeBSD.org) Received: (from kevans@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07REYsGc058821; Thu, 27 Aug 2020 14:34:54 GMT (envelope-from kevans@FreeBSD.org) Message-Id: <202008271434.07REYsGc058821@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevans set sender to kevans@FreeBSD.org using -f From: Kyle Evans Date: Thu, 27 Aug 2020 14:34:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r546349 - branches/2020Q3/x11-wm/piewm/files X-SVN-Group: ports-branches X-SVN-Commit-Author: kevans X-SVN-Commit-Paths: branches/2020Q3/x11-wm/piewm/files X-SVN-Commit-Revision: 546349 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.33 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, 27 Aug 2020 14:34:54 -0000 Author: kevans Date: Thu Aug 27 14:34:53 2020 New Revision: 546349 URL: https://svnweb.freebsd.org/changeset/ports/546349 Log: MFH: r546348 x11-wm/piewm: fix the build with LLVM 11 This patch de-extern'd yylineno to actually cause the build failure that popped up with the new -fno-common default that debuted in LLVM 11 and GCC 10. Simply remove the patch to fix the build. PR: 248859 Approved by: ports-secteam (implicit, -fno-common build fix) Deleted: branches/2020Q3/x11-wm/piewm/files/patch-gram.y Modified: Directory Properties: branches/2020Q3/ (props changed) From owner-svn-ports-branches@freebsd.org Fri Aug 28 16:39:11 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 692E23B7155; Fri, 28 Aug 2020 16:39:11 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BdQKW24RCz3bBv; Fri, 28 Aug 2020 16:39:11 +0000 (UTC) (envelope-from pkubaj@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 2A81E17979; Fri, 28 Aug 2020 16:39:11 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 07SGdBkq057947; Fri, 28 Aug 2020 16:39:11 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07SGdBBl057946; Fri, 28 Aug 2020 16:39:11 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202008281639.07SGdBBl057946@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Fri, 28 Aug 2020 16:39:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r546751 - branches/2020Q3/security/tpm2-tss X-SVN-Group: ports-branches X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: branches/2020Q3/security/tpm2-tss X-SVN-Commit-Revision: 546751 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.33 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, 28 Aug 2020 16:39:11 -0000 Author: pkubaj Date: Fri Aug 28 16:39:10 2020 New Revision: 546751 URL: https://svnweb.freebsd.org/changeset/ports/546751 Log: MFH: r546750 security/tpm2-tss: fix build on GCC architectures Use newer GCC, base GCC can't build it: src/tss2-sys/api/Tss2_Sys_AC_GetCapability.c:49: error: '_TSS2_SYS_CONTEXT_BLOB' has no member named 'decryptAllowed' src/tss2-sys/api/Tss2_Sys_AC_GetCapability.c:50: error: '_TSS2_SYS_CONTEXT_BLOB' has no member named 'encryptAllowed' src/tss2-sys/api/Tss2_Sys_AC_GetCapability.c:51: error: '_TSS2_SYS_CONTEXT_BLOB' has no member named 'authAllowed' Approved by: portmgr (fix build blanket) Modified: branches/2020Q3/security/tpm2-tss/Makefile Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/security/tpm2-tss/Makefile ============================================================================== --- branches/2020Q3/security/tpm2-tss/Makefile Fri Aug 28 16:38:18 2020 (r546750) +++ branches/2020Q3/security/tpm2-tss/Makefile Fri Aug 28 16:39:10 2020 (r546751) @@ -14,7 +14,7 @@ LICENSE= BSD2CLAUSE LIB_DEPENDS= libjson-c.so:devel/json-c \ libcurl.so:ftp/curl -USES= gmake libtool pkgconfig ssl +USES= compiler:c11 gmake libtool pkgconfig ssl USE_LDCONFIG= yes GNU_CONFIGURE= yes From owner-svn-ports-branches@freebsd.org Fri Aug 28 17:33:37 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3A9E23B94B7; Fri, 28 Aug 2020 17:33:37 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BdRXK0sJMz3yhl; Fri, 28 Aug 2020 17:33:37 +0000 (UTC) (envelope-from pkubaj@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 01A971888F; Fri, 28 Aug 2020 17:33:37 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 07SHXala095873; Fri, 28 Aug 2020 17:33:36 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07SHXamt095872; Fri, 28 Aug 2020 17:33:36 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202008281733.07SHXamt095872@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Fri, 28 Aug 2020 17:33:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r546764 - branches/2020Q3/net/pwnat X-SVN-Group: ports-branches X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: branches/2020Q3/net/pwnat X-SVN-Commit-Revision: 546764 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.33 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, 28 Aug 2020 17:33:37 -0000 Author: pkubaj Date: Fri Aug 28 17:33:36 2020 New Revision: 546764 URL: https://svnweb.freebsd.org/changeset/ports/546764 Log: MFH: r546763 net/pwnat: enable on powerpc64 Builds fine. Approved by: portmgr (fix build blanket) Modified: branches/2020Q3/net/pwnat/Makefile Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/net/pwnat/Makefile ============================================================================== --- branches/2020Q3/net/pwnat/Makefile Fri Aug 28 17:32:24 2020 (r546763) +++ branches/2020Q3/net/pwnat/Makefile Fri Aug 28 17:33:36 2020 (r546764) @@ -9,7 +9,7 @@ COMMENT= NAT punching tool based on udptunnel LICENSE= GPLv3 -ONLY_FOR_ARCHS= amd64 i386 +ONLY_FOR_ARCHS= amd64 i386 powerpc64 ONLY_FOR_ARCHS_REASON= Fails to patch while running in embedded systems USES= gmake From owner-svn-ports-branches@freebsd.org Fri Aug 28 18:12:06 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EE0F83BA67C; Fri, 28 Aug 2020 18:12:06 +0000 (UTC) (envelope-from kevans@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BdSNk66cqz44PL; Fri, 28 Aug 2020 18:12:06 +0000 (UTC) (envelope-from kevans@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 B56F118BCE; Fri, 28 Aug 2020 18:12:06 +0000 (UTC) (envelope-from kevans@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 07SIC6bX021522; Fri, 28 Aug 2020 18:12:06 GMT (envelope-from kevans@FreeBSD.org) Received: (from kevans@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07SIC6tZ021521; Fri, 28 Aug 2020 18:12:06 GMT (envelope-from kevans@FreeBSD.org) Message-Id: <202008281812.07SIC6tZ021521@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevans set sender to kevans@FreeBSD.org using -f From: Kyle Evans Date: Fri, 28 Aug 2020 18:12:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r546781 - branches/2020Q3/x11-wm/tvtwm/files X-SVN-Group: ports-branches X-SVN-Commit-Author: kevans X-SVN-Commit-Paths: branches/2020Q3/x11-wm/tvtwm/files X-SVN-Commit-Revision: 546781 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.33 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, 28 Aug 2020 18:12:07 -0000 Author: kevans Date: Fri Aug 28 18:12:06 2020 New Revision: 546781 URL: https://svnweb.freebsd.org/changeset/ports/546781 Log: MFH: r546780 x11-wm/tvtwm: Fix build with LLVM 11 The fix for this is identical to that of x11-wm/piewm; remove the patch that explicitly de-externs yylineno when it's explicitly defined in another compilation unit (by flex). PR: 248976 Approved by: ports-secteam (implicit, -fno-common build fix) Deleted: branches/2020Q3/x11-wm/tvtwm/files/patch-gram.y Modified: Directory Properties: branches/2020Q3/ (props changed) From owner-svn-ports-branches@freebsd.org Fri Aug 28 23:10:28 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AAD7D3C58F1; Fri, 28 Aug 2020 23:10:28 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bdb103mnyz4bHX; Fri, 28 Aug 2020 23:10:28 +0000 (UTC) (envelope-from wen@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 4CC181C883; Fri, 28 Aug 2020 23:10:28 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 07SNASKk008500; Fri, 28 Aug 2020 23:10:28 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07SNARqs008496; Fri, 28 Aug 2020 23:10:27 GMT (envelope-from wen@FreeBSD.org) Message-Id: <202008282310.07SNARqs008496@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Fri, 28 Aug 2020 23:10:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r546849 - in branches/2020Q3/lang: python-doc-html python37 X-SVN-Group: ports-branches X-SVN-Commit-Author: wen X-SVN-Commit-Paths: in branches/2020Q3/lang: python-doc-html python37 X-SVN-Commit-Revision: 546849 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.33 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, 28 Aug 2020 23:10:28 -0000 Author: wen Date: Fri Aug 28 23:10:27 2020 New Revision: 546849 URL: https://svnweb.freebsd.org/changeset/ports/546849 Log: MFH: r546286 - Update to 3.7.9(security update) PR: 248753 Submitted by: wen@(myself) Exp-run by: antoine@ Security: CVE-2020-15801, CVE-2020-15523, CVE-2020-14422 Approved by: ports-secteam@(joneum@) Modified: branches/2020Q3/lang/python-doc-html/distinfo branches/2020Q3/lang/python37/Makefile.version branches/2020Q3/lang/python37/distinfo branches/2020Q3/lang/python37/pkg-plist Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/lang/python-doc-html/distinfo ============================================================================== --- branches/2020Q3/lang/python-doc-html/distinfo Fri Aug 28 23:02:19 2020 (r546848) +++ branches/2020Q3/lang/python-doc-html/distinfo Fri Aug 28 23:10:27 2020 (r546849) @@ -1,4 +1,4 @@ -TIMESTAMP = 1595582601 +TIMESTAMP = 1598196322 SHA256 (python/python-2.7.18-docs-html.tar.bz2) = 3d05142817615e77cec99f686dca58289bbfe008af22f94a93262e8663db81c7 SIZE (python/python-2.7.18-docs-html.tar.bz2) = 4732851 SHA256 (python/python-2.7.18-docs-pdf-a4.tar.bz2) = ead357695e43c824ae1a83dd6cd3b4a47215658f3fa20111726ff7ef16a16dd2 @@ -23,14 +23,14 @@ SHA256 (python/python-3.6.11-docs-pdf-letter.tar.bz2) SIZE (python/python-3.6.11-docs-pdf-letter.tar.bz2) = 13854494 SHA256 (python/python-3.6.11-docs-text.tar.bz2) = a721595d25cf6dc02052593fcd672e6f96a72aa4ec0fa82c737e2a57c7d5eae5 SIZE (python/python-3.6.11-docs-text.tar.bz2) = 2167458 -SHA256 (python/python-3.7.8-docs-html.tar.bz2) = 36792f03171181623e9a826d53922d9e4b635308f002762c025b2cfc16b289b7 -SIZE (python/python-3.7.8-docs-html.tar.bz2) = 6283763 -SHA256 (python/python-3.7.8-docs-pdf-a4.tar.bz2) = eb3290aa41297fe67c7e2627f05822d903d118ca5aab2c4598d022e2c642755a -SIZE (python/python-3.7.8-docs-pdf-a4.tar.bz2) = 14240584 -SHA256 (python/python-3.7.8-docs-pdf-letter.tar.bz2) = 06166762c5672cc2151520ffaad92676fadfea31206253b85b4fe90ae06f2ee6 -SIZE (python/python-3.7.8-docs-pdf-letter.tar.bz2) = 14333167 -SHA256 (python/python-3.7.8-docs-text.tar.bz2) = 303dfb88ce023db14b50e0e45c8e7b031cd31e17fbf304bf3fa539d6a699937c -SIZE (python/python-3.7.8-docs-text.tar.bz2) = 2290391 +SHA256 (python/python-3.7.9-docs-html.tar.bz2) = 529a1cae4840fe31231915478039081b04700cb2ad488a72ee7a5a452e4935fb +SIZE (python/python-3.7.9-docs-html.tar.bz2) = 6285801 +SHA256 (python/python-3.7.9-docs-pdf-a4.tar.bz2) = 386bbbec967d479a47fda11ad7f82e76f0b55d8669393516e74df8d3b9005221 +SIZE (python/python-3.7.9-docs-pdf-a4.tar.bz2) = 14240646 +SHA256 (python/python-3.7.9-docs-pdf-letter.tar.bz2) = 82b5eb6fa7200c5f18f93cd0e614a1d8e6a0c2f8b95af2a9bf8fa855a963527a +SIZE (python/python-3.7.9-docs-pdf-letter.tar.bz2) = 14332368 +SHA256 (python/python-3.7.9-docs-text.tar.bz2) = b1a78d8303f9f334353ed3c3ad619190d4a8907eb137d894c1ffb457e523b518 +SIZE (python/python-3.7.9-docs-text.tar.bz2) = 2291659 SHA256 (python/python-3.8.5-docs-html.tar.bz2) = 3f10a8c67dee31d52ea88cefa2738d1a26f0ad5704a86d03db2fcb105055454b SIZE (python/python-3.8.5-docs-html.tar.bz2) = 6617508 SHA256 (python/python-3.8.5-docs-pdf-a4.tar.bz2) = aff0377a5d6b52ade15b2ee52105c30ee92ff2cf57f1a20f27efc4f17e9751c0 Modified: branches/2020Q3/lang/python37/Makefile.version ============================================================================== --- branches/2020Q3/lang/python37/Makefile.version Fri Aug 28 23:02:19 2020 (r546848) +++ branches/2020Q3/lang/python37/Makefile.version Fri Aug 28 23:10:27 2020 (r546849) @@ -3,4 +3,4 @@ # Do not forget to update python documentation (lang/python-doc-*) # Run "make -C lang/python-doc-html makesum" -PYTHON_PORTVERSION= 3.7.8 +PYTHON_PORTVERSION= 3.7.9 Modified: branches/2020Q3/lang/python37/distinfo ============================================================================== --- branches/2020Q3/lang/python37/distinfo Fri Aug 28 23:02:19 2020 (r546848) +++ branches/2020Q3/lang/python37/distinfo Fri Aug 28 23:10:27 2020 (r546849) @@ -1,3 +1,3 @@ -TIMESTAMP = 1593394891 -SHA256 (python/Python-3.7.8.tar.xz) = 43a543404b363f0037f89df8478f19db2dbc0d6f3ffee310bc2997fa71854a63 -SIZE (python/Python-3.7.8.tar.xz) = 17399552 +TIMESTAMP = 1597754607 +SHA256 (python/Python-3.7.9.tar.xz) = 91923007b05005b5f9bd46f3b9172248aea5abc1543e8a636d59e629c3331b01 +SIZE (python/Python-3.7.9.tar.xz) = 17389636 Modified: branches/2020Q3/lang/python37/pkg-plist ============================================================================== --- branches/2020Q3/lang/python37/pkg-plist Fri Aug 28 23:02:19 2020 (r546848) +++ branches/2020Q3/lang/python37/pkg-plist Fri Aug 28 23:10:27 2020 (r546849) @@ -5244,6 +5244,7 @@ lib/python%%XYDOT%%/test/randv2_32.pck lib/python%%XYDOT%%/test/randv2_64.pck lib/python%%XYDOT%%/test/randv3.pck lib/python%%XYDOT%%/test/re_tests.py +lib/python%%XYDOT%%/test/recursion.tar lib/python%%XYDOT%%/test/regrtest.py lib/python%%XYDOT%%/test/relimport.py lib/python%%XYDOT%%/test/reperf.py From owner-svn-ports-branches@freebsd.org Sat Aug 29 01:41:11 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AEE723C9F85; Sat, 29 Aug 2020 01:41:11 +0000 (UTC) (envelope-from kevans@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BdfLv4F4pz3VfS; Sat, 29 Aug 2020 01:41:11 +0000 (UTC) (envelope-from kevans@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 74B621E378; Sat, 29 Aug 2020 01:41:11 +0000 (UTC) (envelope-from kevans@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 07T1fBm8005524; Sat, 29 Aug 2020 01:41:11 GMT (envelope-from kevans@FreeBSD.org) Received: (from kevans@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07T1fBnr005523; Sat, 29 Aug 2020 01:41:11 GMT (envelope-from kevans@FreeBSD.org) Message-Id: <202008290141.07T1fBnr005523@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevans set sender to kevans@FreeBSD.org using -f From: Kyle Evans Date: Sat, 29 Aug 2020 01:41:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r546862 - branches/2020Q3/print/gtklp/files X-SVN-Group: ports-branches X-SVN-Commit-Author: kevans X-SVN-Commit-Paths: branches/2020Q3/print/gtklp/files X-SVN-Commit-Revision: 546862 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.33 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, 29 Aug 2020 01:41:11 -0000 Author: kevans Date: Sat Aug 29 01:41:11 2020 New Revision: 546862 URL: https://svnweb.freebsd.org/changeset/ports/546862 Log: MFH: r546861 print/gtklp: fix build with -fno-common Just a couple of duplicate symbols here. PR: 248852 Approved by: ports-secteam (implicit, -fno-common build fix) Added: branches/2020Q3/print/gtklp/files/ - copied from r546861, head/print/gtklp/files/ Modified: Directory Properties: branches/2020Q3/ (props changed) From owner-svn-ports-branches@freebsd.org Sat Aug 29 02:11:28 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 13B5A3CA5AF; Sat, 29 Aug 2020 02:11:28 +0000 (UTC) (envelope-from kevans@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bdg1q5l8Dz3XBG; Sat, 29 Aug 2020 02:11:27 +0000 (UTC) (envelope-from kevans@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 A8ECA1EA64; Sat, 29 Aug 2020 02:11:27 +0000 (UTC) (envelope-from kevans@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 07T2BRNm023179; Sat, 29 Aug 2020 02:11:27 GMT (envelope-from kevans@FreeBSD.org) Received: (from kevans@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07T2BR8i023178; Sat, 29 Aug 2020 02:11:27 GMT (envelope-from kevans@FreeBSD.org) Message-Id: <202008290211.07T2BR8i023178@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevans set sender to kevans@FreeBSD.org using -f From: Kyle Evans Date: Sat, 29 Aug 2020 02:11:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r546864 - branches/2020Q3/emulators/simh-hp2100/files X-SVN-Group: ports-branches X-SVN-Commit-Author: kevans X-SVN-Commit-Paths: branches/2020Q3/emulators/simh-hp2100/files X-SVN-Commit-Revision: 546864 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.33 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, 29 Aug 2020 02:11:28 -0000 Author: kevans Date: Sat Aug 29 02:11:27 2020 New Revision: 546864 URL: https://svnweb.freebsd.org/changeset/ports/546864 Log: MFH: r546863 emulators/simh-hp2100: fix the build with LLVM 11 This patch adds -fcommon to the build flags to fix the build with LLVM 11, which now defaults to -fno-common. PR: 248871 Approved by: ports-secteam (implicit, -fno-common build fix) Added: branches/2020Q3/emulators/simh-hp2100/files/patch-SCP_makefile - copied unchanged from r546863, head/emulators/simh-hp2100/files/patch-SCP_makefile Modified: Directory Properties: branches/2020Q3/ (props changed) Copied: branches/2020Q3/emulators/simh-hp2100/files/patch-SCP_makefile (from r546863, head/emulators/simh-hp2100/files/patch-SCP_makefile) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q3/emulators/simh-hp2100/files/patch-SCP_makefile Sat Aug 29 02:11:27 2020 (r546864, copy of r546863, head/emulators/simh-hp2100/files/patch-SCP_makefile) @@ -0,0 +1,17 @@ +--- SCP/makefile.orig 2020-08-23 21:51:23 UTC ++++ SCP/makefile +@@ -532,10 +532,12 @@ ifneq ($(DONT_USE_READER_THREAD),) + endif + + +-# Shut up annoying clang default warnings. ++# Shut up annoying clang default warnings, and also fix ++# multiply defined symbols on clang 11 and above + +-ifeq ($(GCC),clang) ++ifeq ($(findstring clang,$(COMPILER_NAME)),clang) + OS_CCDEFS += -Wno-parentheses -Wno-bitwise-op-parentheses -Wno-dangling-else ++ CFLAGS_O += -fcommon + endif + + From owner-svn-ports-branches@freebsd.org Sat Aug 29 02:25:39 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 779343CB103; Sat, 29 Aug 2020 02:25:39 +0000 (UTC) (envelope-from kevans@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BdgLC2ZvKz3Y81; Sat, 29 Aug 2020 02:25:39 +0000 (UTC) (envelope-from kevans@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 3B8F11ECBE; Sat, 29 Aug 2020 02:25:39 +0000 (UTC) (envelope-from kevans@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 07T2Pdbc032290; Sat, 29 Aug 2020 02:25:39 GMT (envelope-from kevans@FreeBSD.org) Received: (from kevans@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07T2PcHn032288; Sat, 29 Aug 2020 02:25:38 GMT (envelope-from kevans@FreeBSD.org) Message-Id: <202008290225.07T2PcHn032288@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevans set sender to kevans@FreeBSD.org using -f From: Kyle Evans Date: Sat, 29 Aug 2020 02:25:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r546867 - branches/2020Q3/games/megaglest/files X-SVN-Group: ports-branches X-SVN-Commit-Author: kevans X-SVN-Commit-Paths: branches/2020Q3/games/megaglest/files X-SVN-Commit-Revision: 546867 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.33 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, 29 Aug 2020 02:25:39 -0000 Author: kevans Date: Sat Aug 29 02:25:38 2020 New Revision: 546867 URL: https://svnweb.freebsd.org/changeset/ports/546867 Log: MFH: r546865 games/megaglest: fix build with LLVM 11 The fallout here is due to the new -fno-common default in GCC 10 / LLVM 11. PR: 248870 Obtained from: https://github.com/MegaGlest/megaglest-source/issues/197 Approved by: ports-secteam (-fno-common build fix) Added: branches/2020Q3/games/megaglest/files/patch-source_shared__lib_include_feathery__ftp_ftpTypes.h - copied unchanged from r546865, head/games/megaglest/files/patch-source_shared__lib_include_feathery__ftp_ftpTypes.h branches/2020Q3/games/megaglest/files/patch-source_shared__lib_sources_feathery__ftp_ftpRuntime.c - copied unchanged from r546865, head/games/megaglest/files/patch-source_shared__lib_sources_feathery__ftp_ftpRuntime.c Modified: Directory Properties: branches/2020Q3/ (props changed) Copied: branches/2020Q3/games/megaglest/files/patch-source_shared__lib_include_feathery__ftp_ftpTypes.h (from r546865, head/games/megaglest/files/patch-source_shared__lib_include_feathery__ftp_ftpTypes.h) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q3/games/megaglest/files/patch-source_shared__lib_include_feathery__ftp_ftpTypes.h Sat Aug 29 02:25:38 2020 (r546867, copy of r546865, head/games/megaglest/files/patch-source_shared__lib_include_feathery__ftp_ftpTypes.h) @@ -0,0 +1,28 @@ +--- source/shared_lib/include/feathery_ftp/ftpTypes.h.orig 2020-08-25 07:39:46 UTC ++++ source/shared_lib/include/feathery_ftp/ftpTypes.h +@@ -69,7 +69,7 @@ typedef uint16_t port_t; + extern "C" { + #endif + +-int VERBOSE_MODE_ENABLED; ++extern int VERBOSE_MODE_ENABLED; + + typedef ip_t (*ftpFindExternalFTPServerIpType)(ip_t clientIp); + typedef void (*ftpAddUPNPPortForwardType)(int internalPort, int externalPort); +@@ -77,11 +77,11 @@ typedef void (*ftpRemoveUPNPPortForwardType)(int inter + typedef int (*ftpIsValidClientType)(ip_t clientIp); + typedef int (*ftpIsClientAllowedToGetFileType)(ip_t clientIp, const char *username, const char *filename); + +-ftpFindExternalFTPServerIpType ftpFindExternalFTPServerIp; +-ftpAddUPNPPortForwardType ftpAddUPNPPortForward; +-ftpRemoveUPNPPortForwardType ftpRemoveUPNPPortForward; +-ftpIsValidClientType ftpIsValidClient; +-ftpIsClientAllowedToGetFileType ftpIsClientAllowedToGetFile; ++extern ftpFindExternalFTPServerIpType ftpFindExternalFTPServerIp; ++extern ftpAddUPNPPortForwardType ftpAddUPNPPortForward; ++extern ftpRemoveUPNPPortForwardType ftpRemoveUPNPPortForward; ++extern ftpIsValidClientType ftpIsValidClient; ++extern ftpIsClientAllowedToGetFileType ftpIsClientAllowedToGetFile; + + #ifdef __cplusplus + } Copied: branches/2020Q3/games/megaglest/files/patch-source_shared__lib_sources_feathery__ftp_ftpRuntime.c (from r546865, head/games/megaglest/files/patch-source_shared__lib_sources_feathery__ftp_ftpRuntime.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q3/games/megaglest/files/patch-source_shared__lib_sources_feathery__ftp_ftpRuntime.c Sat Aug 29 02:25:38 2020 (r546867, copy of r546865, head/games/megaglest/files/patch-source_shared__lib_sources_feathery__ftp_ftpRuntime.c) @@ -0,0 +1,16 @@ +--- source/shared_lib/sources/feathery_ftp/ftpRuntime.c.orig 2020-08-25 07:57:08 UTC ++++ source/shared_lib/sources/feathery_ftp/ftpRuntime.c +@@ -30,6 +30,13 @@ + #include "ftp.h" + #include "ftpMessages.h" + ++int VERBOSE_MODE_ENABLED; ++ ++ftpFindExternalFTPServerIpType ftpFindExternalFTPServerIp; ++ftpAddUPNPPortForwardType ftpAddUPNPPortForward; ++ftpRemoveUPNPPortForwardType ftpRemoveUPNPPortForward; ++ftpIsValidClientType ftpIsValidClient; ++ftpIsClientAllowedToGetFileType ftpIsClientAllowedToGetFile; + + /** + * @brief server-sockets that listens for incoming connections From owner-svn-ports-branches@freebsd.org Sat Aug 29 02:26:57 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 17E813CB0A4; Sat, 29 Aug 2020 02:26:57 +0000 (UTC) (envelope-from kevans@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BdgMh6y3Mz3YBr; Sat, 29 Aug 2020 02:26:56 +0000 (UTC) (envelope-from kevans@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 B86C01EB9B; Sat, 29 Aug 2020 02:26:56 +0000 (UTC) (envelope-from kevans@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 07T2QugE032517; Sat, 29 Aug 2020 02:26:56 GMT (envelope-from kevans@FreeBSD.org) Received: (from kevans@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07T2QuGn032516; Sat, 29 Aug 2020 02:26:56 GMT (envelope-from kevans@FreeBSD.org) Message-Id: <202008290226.07T2QuGn032516@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevans set sender to kevans@FreeBSD.org using -f From: Kyle Evans Date: Sat, 29 Aug 2020 02:26:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r546868 - in branches/2020Q3/emulators/simh-hp3000: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: kevans X-SVN-Commit-Paths: in branches/2020Q3/emulators/simh-hp3000: . files X-SVN-Commit-Revision: 546868 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.33 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, 29 Aug 2020 02:26:57 -0000 Author: kevans Date: Sat Aug 29 02:26:56 2020 New Revision: 546868 URL: https://svnweb.freebsd.org/changeset/ports/546868 Log: MFH: r546866 emulators/simh-hp3000: fix the build with LLVM 11. Similar to the patch for emulators/simh-hp2100, drop an -fcommon in to fix the build in the face of GCC 10 / LLVM 11 switching the default to -fno-common. Minor cleanup while we're here, remove USES= compiler and just use ${CC} for the compiler. PR: 248872 Approved by: ports-secteam (implicit, -fno-common build fix) Added: branches/2020Q3/emulators/simh-hp3000/files/patch-SCP_makefile - copied unchanged from r546866, head/emulators/simh-hp3000/files/patch-SCP_makefile Modified: branches/2020Q3/emulators/simh-hp3000/Makefile Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/emulators/simh-hp3000/Makefile ============================================================================== --- branches/2020Q3/emulators/simh-hp3000/Makefile Sat Aug 29 02:25:38 2020 (r546867) +++ branches/2020Q3/emulators/simh-hp3000/Makefile Sat Aug 29 02:26:56 2020 (r546868) @@ -22,7 +22,7 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-se RUN_DEPENDS= ${LOCALBASE}/share/doc/hpdoc/simh_doc.pdf:emulators/simh-hpdoc -USES= compiler gmake dos2unix zip +USES= gmake dos2unix zip NO_WRKSUBDIR= yes @@ -34,7 +34,7 @@ SUB_FILES= hp3000.1 .include do-build: - (cd ${WRKSRC}; GCC=${CHOSEN_COMPILER_TYPE} ${GMAKE} -C SCP hp3000) + (cd ${WRKSRC}; GCC=${CC} ${GMAKE} -C SCP hp3000) do-install: ${INSTALL_PROGRAM} ${WRKSRC}/hp3000 ${STAGEDIR}${PREFIX}/bin Copied: branches/2020Q3/emulators/simh-hp3000/files/patch-SCP_makefile (from r546866, head/emulators/simh-hp3000/files/patch-SCP_makefile) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q3/emulators/simh-hp3000/files/patch-SCP_makefile Sat Aug 29 02:26:56 2020 (r546868, copy of r546866, head/emulators/simh-hp3000/files/patch-SCP_makefile) @@ -0,0 +1,17 @@ +--- SCP/makefile.orig 2020-08-23 21:58:56 UTC ++++ SCP/makefile +@@ -532,10 +532,12 @@ ifneq ($(DONT_USE_READER_THREAD),) + endif + + +-# Shut up annoying clang default warnings. ++# Shut up annoying clang default warnings, and also fix ++# multiply defined symbols on clang 11 and above + +-ifeq ($(GCC),clang) ++ifeq ($(findstring clang,$(COMPILER_NAME)),clang) + OS_CCDEFS += -Wno-parentheses -Wno-bitwise-op-parentheses -Wno-dangling-else ++ CFLAGS_O += -fcommon + endif + + From owner-svn-ports-branches@freebsd.org Sat Aug 29 19:34:20 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9D86D3BA442; Sat, 29 Aug 2020 19:34: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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bf6983lxbz3xZn; Sat, 29 Aug 2020 19:34: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 656E6AD79; Sat, 29 Aug 2020 19:34: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 07TJYKYC071820; Sat, 29 Aug 2020 19:34:20 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07TJYKOi071819; Sat, 29 Aug 2020 19:34:20 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202008291934.07TJYKOi071819@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 29 Aug 2020 19:34:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r546942 - branches/2020Q3/x11-wm/cage X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2020Q3/x11-wm/cage X-SVN-Commit-Revision: 546942 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.33 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, 29 Aug 2020 19:34:20 -0000 Author: jbeich Date: Sat Aug 29 19:34:19 2020 New Revision: 546942 URL: https://svnweb.freebsd.org/changeset/ports/546942 Log: MFH: r546941 x11-wm/cage: update WWW fetch: https://hjdskes.nl/projects/cage: No address record Reported by: Repology Approved by: ports-secteam blanket Modified: branches/2020Q3/x11-wm/cage/pkg-descr Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/x11-wm/cage/pkg-descr ============================================================================== --- branches/2020Q3/x11-wm/cage/pkg-descr Sat Aug 29 19:33:52 2020 (r546941) +++ branches/2020Q3/x11-wm/cage/pkg-descr Sat Aug 29 19:34:19 2020 (r546942) @@ -5,4 +5,4 @@ outside the scope of the running application are preve kiosk compositor displays a single maximized application at a time and prevents the user from interacting with anything but this application. -WWW: https://hjdskes.nl/projects/cage +WWW: https://www.hjdskes.nl/projects/cage/ From owner-svn-ports-branches@freebsd.org Sat Aug 29 19:38:56 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4E7D93BA45D; Sat, 29 Aug 2020 19:38:56 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bf6GS1LMDz3y1q; Sat, 29 Aug 2020 19:38: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 1154DABAA; Sat, 29 Aug 2020 19:38: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 07TJcteV072181; Sat, 29 Aug 2020 19:38:55 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07TJcteA072179; Sat, 29 Aug 2020 19:38:55 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202008291938.07TJcteA072179@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 29 Aug 2020 19:38:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r546943 - branches/2020Q3/multimedia/mpc-qt X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2020Q3/multimedia/mpc-qt X-SVN-Commit-Revision: 546943 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.33 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, 29 Aug 2020 19:38:56 -0000 Author: jbeich Date: Sat Aug 29 19:38:55 2020 New Revision: 546943 URL: https://svnweb.freebsd.org/changeset/ports/546943 Log: MFH: r546940 multimedia/mpc-qt: switch to the new home $ make checksum TRYBROKEN= MASTER_SITE_BACKUP= DISTDIR=$(mktemp -dt distfiles) ===> License GPLv2 accepted by the user ===> mpc-qt-18.08_5 depends on file: /usr/local/sbin/pkg - found => wm4-mpc-qt-v18.08-4bf2ca5_GH0.tar.gz doesn't seem to exist in /tmp/distfiles.0rnwbNiC/. => Attempting to fetch https://codeload.github.com/wm4/mpc-qt/tar.gz/4bf2ca5?dummy=/wm4-mpc-qt-v18.08-4bf2ca5_GH0.tar.gz fetch: https://codeload.github.com/wm4/mpc-qt/tar.gz/4bf2ca5?dummy=/wm4-mpc-qt-v18.08-4bf2ca5_GH0.tar.gz: Not Found => Couldn't fetch it - please try to retrieve this => port manually into /tmp/distfiles.0rnwbNiC/ and try again. *** Error code 1 Approved by: ports-secteam blanket (build + WWW fix) Modified: branches/2020Q3/multimedia/mpc-qt/Makefile branches/2020Q3/multimedia/mpc-qt/distinfo branches/2020Q3/multimedia/mpc-qt/pkg-descr Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/multimedia/mpc-qt/Makefile ============================================================================== --- branches/2020Q3/multimedia/mpc-qt/Makefile Sat Aug 29 19:34:19 2020 (r546942) +++ branches/2020Q3/multimedia/mpc-qt/Makefile Sat Aug 29 19:38:55 2020 (r546943) @@ -15,8 +15,8 @@ BUILD_DEPENDS= mpv>=0.29,1:multimedia/mpv LIB_DEPENDS= libmpv.so:multimedia/mpv USE_GITHUB= yes -GH_ACCOUNT= wm4 # mirror -GH_TAGNAME= 4bf2ca5 +GH_ACCOUNT= cmdrkotori +GH_PROJECT= ${PORTNAME}-origin GH_TUPLE= Argon-:mpv-stats:1.1-28-gf42aa68:mpv_stats/external/mpv-stats USES= compiler:c++14-lang desktop-file-utils gl pkgconfig qmake qt:5 Modified: branches/2020Q3/multimedia/mpc-qt/distinfo ============================================================================== --- branches/2020Q3/multimedia/mpc-qt/distinfo Sat Aug 29 19:34:19 2020 (r546942) +++ branches/2020Q3/multimedia/mpc-qt/distinfo Sat Aug 29 19:38:55 2020 (r546943) @@ -1,5 +1,5 @@ TIMESTAMP = 1533383379 -SHA256 (wm4-mpc-qt-v18.08-4bf2ca5_GH0.tar.gz) = 0c66fff411bebfeec907a15a005770d07d74a97fd2b4fe16c30dca27f3339d8d -SIZE (wm4-mpc-qt-v18.08-4bf2ca5_GH0.tar.gz) = 219279 +SHA256 (cmdrkotori-mpc-qt-origin-v18.08_GH0.tar.gz) = 3ae25d03072841e3104e27bab70816d74c554070be46e58c86d37ea4fd0a0abf +SIZE (cmdrkotori-mpc-qt-origin-v18.08_GH0.tar.gz) = 219284 SHA256 (Argon--mpv-stats-1.1-28-gf42aa68_GH0.tar.gz) = ef5651ec085a16276960a74c6da809b804dd0213b1676787f6bd125f076237e2 SIZE (Argon--mpv-stats-1.1-28-gf42aa68_GH0.tar.gz) = 15168 Modified: branches/2020Q3/multimedia/mpc-qt/pkg-descr ============================================================================== --- branches/2020Q3/multimedia/mpc-qt/pkg-descr Sat Aug 29 19:34:19 2020 (r546942) +++ branches/2020Q3/multimedia/mpc-qt/pkg-descr Sat Aug 29 19:38:55 2020 (r546943) @@ -4,4 +4,4 @@ Classic Qute Theater (mpc-qt) aims to reproduce most o and functionality of mpc-hc while using libmpv to play video instead of DirectShow. -WWW: https://github.com/cmdrkotori/mpc-qt +WWW: https://github.com/cmdrkotori/mpc-qt-origin