public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/geoipupdate] rawhide: Update to 8.0.0
@ 2026-07-14 8:08 Paul Howarth
0 siblings, 0 replies; only message in thread
From: Paul Howarth @ 2026-07-14 8:08 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/geoipupdate
Branch : rawhide
Commit : 140916515e77f0daa51fa8630839a1c4159b3c95
Author : Paul Howarth <paul@city-fan.org>
Date : 2026-07-14T09:06:35+01:00
Stats : +16/-9 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/geoipupdate/c/140916515e77f0daa51fa8630839a1c4159b3c95?branch=rawhide
Log:
Update to 8.0.0
- New upstream release 8.0.0
- BREAKING CHANGE: 'geoipupdate' stops updating on the first error
- 'NewUpdater' in the unexported 'internal/geoipupdate' package no longer
mutates 'http.DefaultTransport' when a proxy is configured; the CLI is the
only caller, so there is no user-visible behavior change (GH#488)
- Do not retry proxy CONNECT 4xx errors; these are now treated as permanent
failures
---
diff --git a/.gitignore b/.gitignore
index c37416d..aa9744e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,3 +29,5 @@
/geoipupdate-7.1.0.tar.gz
/geoipupdate-7.1.1.tar.gz
/geoipupdate-7.1.1-vendor.tar.bz2
+/geoipupdate-8.0.0-vendor.tar.bz2
+/geoipupdate-8.0.0.tar.gz
diff --git a/geoipupdate.rpmlintrc b/geoipupdate.rpmlintrc
index b602642..50c25e8 100644
--- a/geoipupdate.rpmlintrc
+++ b/geoipupdate.rpmlintrc
@@ -10,7 +10,3 @@ addFilter("obsolete-not-provided geoipupdate-cron6")
# Consequence of vendoring dependencies
addFilter("invalid-url Source1: geoipupdate-.*-vendor.tar.bz2")
-# Nobody will ever have separate filesystems for subdirectories here
-addFilter("cross-directory-hard-link /usr/share/licenses/geoipupdate/vendor/.*/LICENSE /usr/share/licenses/geoipupdate/vendor/.*/LICENSE")
-addFilter("cross-directory-hard-link /usr/share/licenses/geoipupdate/vendor/.*/PATENTS /usr/share/licenses/geoipupdate/vendor/.*/PATENTS")
-
diff --git a/geoipupdate.spec b/geoipupdate.spec
index 6644098..54d6d0e 100644
--- a/geoipupdate.spec
+++ b/geoipupdate.spec
@@ -2,13 +2,13 @@
%bcond check 1
# https://github.com/maxmind/geoipupdate
-%global goipath github.com/maxmind/geoipupdate/v7
-Version: 7.1.1
+%global goipath github.com/maxmind/geoipupdate/v8
+Version: 8.0.0
%gometa -L -f
Name: geoipupdate
-Release: 7%{?dist}
+Release: 1%{?dist}
Summary: Update GeoIP2 binary databases from MaxMind
# Generated by go-vendor-tools
@@ -109,6 +109,15 @@ install -m 0644 -vp _build/GeoIP.conf.5 %{buildroot}%{_mandir}/man5/GeoIP.co
%config(noreplace) %{_sysconfdir}/cron.weekly/geoipupdate
%changelog
+* Tue Jul 14 2026 Paul Howarth <paul@city-fan.org> - 8.0.0-1
+- Update to 8.0.0
+ - BREAKING CHANGE: 'geoipupdate' stops updating on the first error
+ - 'NewUpdater' in the unexported 'internal/geoipupdate' package no longer
+ mutates 'http.DefaultTransport' when a proxy is configured; the CLI is the
+ only caller, so there is no user-visible behavior change (GH#488)
+ - Do not retry proxy CONNECT 4xx errors; these are now treated as permanent
+ failures
+
* Mon Feb 02 2026 Maxwell G <maxwell@gtmx.me> - 7.1.1-7
- Rebuild for https://fedoraproject.org/wiki/Changes/golang1.26
diff --git a/sources b/sources
index d7f4e69..e8984fb 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (geoipupdate-7.1.1-vendor.tar.bz2) = 7a107d8158416f9a42c6df7ac542aa7609183717e88bce9f40c6dc4b151a5eec0783cccc53403b0fef15c8bdf78724bf2b85f4242d939e90f3a09689971faf05
-SHA512 (geoipupdate-7.1.1.tar.gz) = 9be4c7db231b453d3583f9130edb3f8eafac73af44a82bf4778e59592a105c6ccd48446ae9193046bd427c178fef9a9a3ea36baee1d4b04389450b5fbad4dc7e
+SHA512 (geoipupdate-8.0.0-vendor.tar.bz2) = beb63ab5dc9472a80d76c94cb15db542391dc402107842f40fad818f2390ea5a5c5fa4bca2dcb475644e6a9d7bf1110c0d8d1bfb664f00b07bf6c05e1cf2a21c
+SHA512 (geoipupdate-8.0.0.tar.gz) = b1e698b54633cb33d45cec62cd761f77bc6bdc9698a632be5895b55a5c097e9aa184d51f1a542f425513e586962e87ecffc27ce117b3b0dbb9755372d034920b
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-14 8:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-14 8:08 [rpms/geoipupdate] rawhide: Update to 8.0.0 Paul Howarth
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox