Received: by mail.netbsd.org (Postfix, from userid 605) id 4E76884D8E; Tue, 12 May 2020 11:13:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CA5E784D75 for ; Tue, 12 May 2020 11:13:52 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 42P1njSuS4tT for ; Tue, 12 May 2020 11:13:52 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0A6BC84CE1 for ; Tue, 12 May 2020 11:13:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 03CDFFB27; Tue, 12 May 2020 11:13:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1589282031119550" MIME-Version: 1.0 Date: Tue, 12 May 2020 11:13:51 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/cross To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20200512111352.03CDFFB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1589282031119550 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Tue May 12 11:13:51 UTC 2020 Modified Files: pkgsrc/cross/mingw-w64-x86_64-binutils: Makefile.common pkgsrc/cross/mingw-w64-x86_64-crt: Makefile.common pkgsrc/cross/mingw-w64-x86_64-gcc: Makefile.common pkgsrc/cross/mingw-w64-x86_64-gcc-bootstrap: Makefile.common pkgsrc/cross/mingw-w64-x86_64-gcc-winpthreads: Makefile.common pkgsrc/cross/mingw-w64-x86_64-headers: Makefile.common pkgsrc/cross/mingw-w64-x86_64-winpthreads: Makefile.common Log Message: mingw-w64.org's TLS cert expired more than a month ago To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 \ pkgsrc/cross/mingw-w64-x86_64-binutils/Makefile.common cvs rdiff -u -r1.4 -r1.5 pkgsrc/cross/mingw-w64-x86_64-crt/Makefile.common cvs rdiff -u -r1.5 -r1.6 pkgsrc/cross/mingw-w64-x86_64-gcc/Makefile.common cvs rdiff -u -r1.6 -r1.7 \ pkgsrc/cross/mingw-w64-x86_64-gcc-bootstrap/Makefile.common cvs rdiff -u -r1.1 -r1.2 \ pkgsrc/cross/mingw-w64-x86_64-gcc-winpthreads/Makefile.common cvs rdiff -u -r1.6 -r1.7 \ pkgsrc/cross/mingw-w64-x86_64-headers/Makefile.common cvs rdiff -u -r1.3 -r1.4 \ pkgsrc/cross/mingw-w64-x86_64-winpthreads/Makefile.common Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1589282031119550 Content-Disposition: inline Content-Length: 6559 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/cross/mingw-w64-x86_64-binutils/Makefile.common diff -u pkgsrc/cross/mingw-w64-x86_64-binutils/Makefile.common:1.6 pkgsrc/cross/mingw-w64-x86_64-binutils/Makefile.common:1.7 --- pkgsrc/cross/mingw-w64-x86_64-binutils/Makefile.common:1.6 Sun Apr 26 09:47:40 2020 +++ pkgsrc/cross/mingw-w64-x86_64-binutils/Makefile.common Tue May 12 11:13:51 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.6 2020/04/26 09:47:40 rillig Exp $ +# $NetBSD: Makefile.common,v 1.7 2020/05/12 11:13:51 nia Exp $ # # used by cross/mingw-w64-x86_64-binutils/Makefile # used by cross/mingw-w64-i686-binutils/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_GNU:=binutil EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://mingw-w64.org/ +HOMEPAGE= http://mingw-w64.org/ PATCHDIR= ${.CURDIR}/../../cross/mingw-w64-x86_64-binutils/patches DISTINFO_FILE= ${.CURDIR}/../../cross/mingw-w64-x86_64-binutils/distinfo Index: pkgsrc/cross/mingw-w64-x86_64-crt/Makefile.common diff -u pkgsrc/cross/mingw-w64-x86_64-crt/Makefile.common:1.4 pkgsrc/cross/mingw-w64-x86_64-crt/Makefile.common:1.5 --- pkgsrc/cross/mingw-w64-x86_64-crt/Makefile.common:1.4 Sun Dec 29 01:08:14 2019 +++ pkgsrc/cross/mingw-w64-x86_64-crt/Makefile.common Tue May 12 11:13:51 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.4 2019/12/29 01:08:14 ryoon Exp $ +# $NetBSD: Makefile.common,v 1.5 2020/05/12 11:13:51 nia Exp $ # # used by cross/mingw-w64-i686-crt/Makefile # used by cross/mingw-w64-x86_64-crt/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://mingw-w64.org/ +HOMEPAGE= http://mingw-w64.org/ PATCHDIR= ${.CURDIR}/../../cross/mingw-w64-x86_64-headers/patches DISTINFO_FILE= ${.CURDIR}/../../cross/mingw-w64-x86_64-headers/distinfo Index: pkgsrc/cross/mingw-w64-x86_64-gcc/Makefile.common diff -u pkgsrc/cross/mingw-w64-x86_64-gcc/Makefile.common:1.5 pkgsrc/cross/mingw-w64-x86_64-gcc/Makefile.common:1.6 --- pkgsrc/cross/mingw-w64-x86_64-gcc/Makefile.common:1.5 Wed Sep 18 15:29:21 2019 +++ pkgsrc/cross/mingw-w64-x86_64-gcc/Makefile.common Tue May 12 11:13:51 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.5 2019/09/18 15:29:21 ryoon Exp $ +# $NetBSD: Makefile.common,v 1.6 2020/05/12 11:13:51 nia Exp $ # # used by cross/mingw-w64-i686-gcc/Makefile # used by cross/mingw-w64-x86_64-gcc/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_GNU:=gcc/gc EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://mingw-w64.org/ +HOMEPAGE= http://mingw-w64.org/ PATCHDIR= ${.CURDIR}/../../cross/mingw-w64-x86_64-gcc/patches DISTINFO_FILE= ${.CURDIR}/../../cross/mingw-w64-x86_64-gcc/distinfo Index: pkgsrc/cross/mingw-w64-x86_64-gcc-bootstrap/Makefile.common diff -u pkgsrc/cross/mingw-w64-x86_64-gcc-bootstrap/Makefile.common:1.6 pkgsrc/cross/mingw-w64-x86_64-gcc-bootstrap/Makefile.common:1.7 --- pkgsrc/cross/mingw-w64-x86_64-gcc-bootstrap/Makefile.common:1.6 Sun May 3 12:51:52 2020 +++ pkgsrc/cross/mingw-w64-x86_64-gcc-bootstrap/Makefile.common Tue May 12 11:13:51 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.6 2020/05/03 12:51:52 rillig Exp $ +# $NetBSD: Makefile.common,v 1.7 2020/05/12 11:13:51 nia Exp $ # # used by cross/mingw-w64-x86_64-gcc-bootstrap/Makefile # used by cross/mingw-w64-i686-gcc-bootstrap/Makefile @@ -11,7 +11,7 @@ MASTER_SITES= ${MASTER_SITE_GNU:=gcc/gc EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://mingw-w64.org/ +HOMEPAGE= http://mingw-w64.org/ PATCHDIR= ${.CURDIR}/../../cross/mingw-w64-x86_64-gcc/patches DISTINFO_FILE= ${.CURDIR}/../../cross/mingw-w64-x86_64-gcc/distinfo Index: pkgsrc/cross/mingw-w64-x86_64-gcc-winpthreads/Makefile.common diff -u pkgsrc/cross/mingw-w64-x86_64-gcc-winpthreads/Makefile.common:1.1 pkgsrc/cross/mingw-w64-x86_64-gcc-winpthreads/Makefile.common:1.2 --- pkgsrc/cross/mingw-w64-x86_64-gcc-winpthreads/Makefile.common:1.1 Wed Sep 18 15:38:40 2019 +++ pkgsrc/cross/mingw-w64-x86_64-gcc-winpthreads/Makefile.common Tue May 12 11:13:51 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1 2019/09/18 15:38:40 ryoon Exp $ +# $NetBSD: Makefile.common,v 1.2 2020/05/12 11:13:51 nia Exp $ # # used by cross/mingw-w64-i686-gcc-winpthreads/Makefile # used by cross/mingw-w64-x86_64-gcc-winpthreads/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_GNU:=gcc/gc EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://mingw-w64.org/ +HOMEPAGE= http://mingw-w64.org/ PATCHDIR= ${.CURDIR}/../../cross/mingw-w64-x86_64-gcc/patches DISTINFO_FILE= ${.CURDIR}/../../cross/mingw-w64-x86_64-gcc/distinfo Index: pkgsrc/cross/mingw-w64-x86_64-headers/Makefile.common diff -u pkgsrc/cross/mingw-w64-x86_64-headers/Makefile.common:1.6 pkgsrc/cross/mingw-w64-x86_64-headers/Makefile.common:1.7 --- pkgsrc/cross/mingw-w64-x86_64-headers/Makefile.common:1.6 Sun Apr 26 06:47:12 2020 +++ pkgsrc/cross/mingw-w64-x86_64-headers/Makefile.common Tue May 12 11:13:51 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.6 2020/04/26 06:47:12 rillig Exp $ +# $NetBSD: Makefile.common,v 1.7 2020/05/12 11:13:51 nia Exp $ # # used by cross/mingw-w64-x86_64-headers/Makefile # used by cross/mingw-w64-i686-headers/Makefile @@ -11,7 +11,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://mingw-w64.org/ +HOMEPAGE= http://mingw-w64.org/ WRKSRC= ${WRKDIR}/${DISTNAME}/mingw-w64-headers Index: pkgsrc/cross/mingw-w64-x86_64-winpthreads/Makefile.common diff -u pkgsrc/cross/mingw-w64-x86_64-winpthreads/Makefile.common:1.3 pkgsrc/cross/mingw-w64-x86_64-winpthreads/Makefile.common:1.4 --- pkgsrc/cross/mingw-w64-x86_64-winpthreads/Makefile.common:1.3 Sun Mar 22 14:46:01 2020 +++ pkgsrc/cross/mingw-w64-x86_64-winpthreads/Makefile.common Tue May 12 11:13:51 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.3 2020/03/22 14:46:01 tnn Exp $ +# $NetBSD: Makefile.common,v 1.4 2020/05/12 11:13:51 nia Exp $ # # used by cross/mingw-w64-i686-winpthreads/Makefile # used by cross/mingw-w64-x86_64-winpthreads/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://mingw-w64.org/ +HOMEPAGE= http://mingw-w64.org/ PATCHDIR= ${.CURDIR}/../../cross/mingw-w64-x86_64-headers/patches DISTINFO_FILE= ${.CURDIR}/../../cross/mingw-w64-x86_64-headers/distinfo --_----------=_1589282031119550--