From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2A44D13835A for ; Tue, 9 Mar 2021 22:17:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7051BE0863; Tue, 9 Mar 2021 22:17:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5C3F4E0863 for ; Tue, 9 Mar 2021 22:17:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 79CCD340CAA for ; Tue, 9 Mar 2021 22:17:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2EF71573 for ; Tue, 9 Mar 2021 22:17:51 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1615328254.f2e7245cce85205abbbe915a8be8c0e41b331c6e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/gdal/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/gdal/files/gdal-2.2.3-soname.patch sci-libs/gdal/files/gdal-2.3.0-curl.patch X-VCS-Directories: sci-libs/gdal/files/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f2e7245cce85205abbbe915a8be8c0e41b331c6e X-VCS-Branch: master Date: Tue, 9 Mar 2021 22:17:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 08240a7e-3fca-4e2a-b1a6-f03980d0f180 X-Archives-Hash: 97431ce379506e2aa7183a5e6226f0a2 commit: f2e7245cce85205abbbe915a8be8c0e41b331c6e Author: Sam James gentoo org> AuthorDate: Tue Mar 9 22:17:34 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Mar 9 22:17:34 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2e7245c sci-libs/gdal: update older patch metadata Signed-off-by: Sam James gentoo.org> sci-libs/gdal/files/gdal-2.2.3-soname.patch | 4 ++-- sci-libs/gdal/files/gdal-2.3.0-curl.patch | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sci-libs/gdal/files/gdal-2.2.3-soname.patch b/sci-libs/gdal/files/gdal-2.2.3-soname.patch index 4cceee5ec92..1fee41daeaf 100644 --- a/sci-libs/gdal/files/gdal-2.2.3-soname.patch +++ b/sci-libs/gdal/files/gdal-2.2.3-soname.patch @@ -3,8 +3,8 @@ Set SONAME and unbreak compilation on Darwin Author: Fabian Groffen Author: Dennis Schridde ---- a/GDALmake.opt.in 2008-02-02 18:25:48.000000000 -0800 -+++ b/GDALmake.opt.in 2008-02-02 18:54:53.000000000 -0800 +--- a/GDALmake.opt.in ++++ b/GDALmake.opt.in @@ -97,6 +97,14 @@ GDAL_SLIB = $(GDAL_ROOT)/libgdal.$(SO_EXT) GDAL_SLIB_LINK = -L$(GDAL_ROOT) -lgdal diff --git a/sci-libs/gdal/files/gdal-2.3.0-curl.patch b/sci-libs/gdal/files/gdal-2.3.0-curl.patch index 1cd33243f42..46bc6de7167 100644 --- a/sci-libs/gdal/files/gdal-2.3.0-curl.patch +++ b/sci-libs/gdal/files/gdal-2.3.0-curl.patch @@ -1,6 +1,6 @@ -diff -urNd gdal-2.3.1/port/cpl_vsil_curl.cpp gdal-2.3.1-curl/port/cpl_vsil_curl.cpp ---- gdal-2.3.1/port/cpl_vsil_curl.cpp 2018-06-24 01:10:23.000000000 +1000 -+++ gdal-2.3.1-curl/port/cpl_vsil_curl.cpp 2018-07-13 01:29:31.326347717 +1000 +https://bugs.gentoo.org/659840 +--- a/port/cpl_vsil_curl.cpp ++++ b/port/cpl_vsil_curl.cpp @@ -8617,8 +8617,10 @@ if( poFSHandler ) poFSHandler->ClearCache();