notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
After the ports freeze to fix some stuff, the freeze is over. I have some work to do before FreshPorts can start processing commits again before it can start processing again. I've created an issue for that.
Port details
geoipupdate Fetch the latest copies of the GeoIP2 databases
8.0.0_1 net on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 7.1.1_15Version of this port present on the latest quarterly branch.
Maintainer: adamw@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2014-08-27 15:59:43
Last Update: 2026-08-14 00:38:09
Commit Hash: 6d39dcf
People watching this port, also watch:: mkvtoolnix, smartmontools, openjdk8, tmux, audacity
Also Listed In: geography
License: APACHE20 MIT
WWW:
https://github.com/maxmind/geoipupdate
Description:
This program is used to fetch and update the GeoIP2 databases. By default it fetches the free databases, but it can also manage the paid databases with an active GeoIP subscription. Please see https://www.maxmind.com/en/geolocation_landing for details about obtaining an optional subscription.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
pkg-plist: as obtained via: make generate-plist
Expand this list (9 items)
Collapse this list.
  1. bin/geoipupdate
  2. @sample etc/GeoIP.conf.sample
  3. @dir share/GeoIP
  4. share/man/man1/geoipupdate.1.gz
  5. share/man/man5/GeoIP.conf.5.gz
  6. /usr/local/share/licenses/geoipupdate-8.0.0_1/catalog.mk
  7. /usr/local/share/licenses/geoipupdate-8.0.0_1/LICENSE
  8. /usr/local/share/licenses/geoipupdate-8.0.0_1/APACHE20
  9. /usr/local/share/licenses/geoipupdate-8.0.0_1/MIT
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • geoipupdate>0:net/geoipupdate
To install the port:
cd /usr/ports/net/geoipupdate/ && make install clean
To add the package, run one of these commands:
  • pkg install net/geoipupdate
  • pkg install geoipupdate
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: geoipupdate
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1783715708 SHA256 (go/net_geoipupdate/geoipupdate-v8.0.0/v8.0.0.mod) = ad0e8fb231d9ddcd8a9a53291436493d22884766dd7d262aaa51990666bc14b4 SIZE (go/net_geoipupdate/geoipupdate-v8.0.0/v8.0.0.mod) = 574

Expand this list (2 items)

Collapse this list.

SHA256 (go/net_geoipupdate/geoipupdate-v8.0.0/v8.0.0.zip) = c835e9f6691bab33097d015240dd1d49f6aa4d52942cb3881ec19331819482b6 SIZE (go/net_geoipupdate/geoipupdate-v8.0.0/v8.0.0.zip) = 89174

Collapse this list.


Packages (timestamps in pop-ups are UTC):
geoipupdate
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest7.1.1_117.1.1_11-7.1.1_27.1.1_11n/an/an/a
FreeBSD:13:quarterly7.1.1_117.1.1_11-7.1.0_47.1.1_11n/an/an/a
FreeBSD:14:latest8.0.08.0.0-7.1.1_18.0.0---
FreeBSD:14:quarterly7.1.1_147.1.1_14-7.1.0_47.1.1_14---
FreeBSD:15:latest8.0.08.0.0n/a-n/an/a--
FreeBSD:15:quarterly7.1.1_147.1.1_14n/a-n/an/a--
FreeBSD:16:latest8.0.08.0.0n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. lowdown : textproc/lowdown
  2. gmake>=4.4.1 : devel/gmake
  3. go126 : lang/go126
Fetch dependencies:
  1. go126 : lang/go126
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for geoipupdate-8.0.0_1: DOCS=on: Build and/or install documentation MANPAGES=on: Build and/or install manual pages ===> Use 'make config' to modify these settings
Options name:
net_geoipupdate
USES:
gmake go:modules,no_targets zip
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://proxy.golang.org/github.com/maxmind/geoipupdate/v8/@v/
Collapse this list.

Number of commits found: 116 (showing only 16 on this page)

«  1 | 2 

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.0.0
13 Aug 2018 20:43:36
Revision:477114Original commit files touched by this commit
adamw search for other commits by this committer
Update geoipupdate to 3.0.0

Also, sort plist.

* BREAKING CHANGE: When downloading the free databases without a
  MaxMind account, you must either not have `AccountID`, `UserId`,
  or `LicenseKey` set in your configuration file or they must be set
  to the zero values previously recommended in our documentation. Any
  other value will cause an authorization error.
* BREAKING CHANGE: The configuration options `Protocol`,
  `SkipPeerVerification`, and `SkipHostnameVerification` are no longer
  supported. If they are present in the configuration file, they will
  be ignored. HTTPS with peer and hostname verification will be used
  on all requests.
* BREAKING CHANGE: The configuration file must have the `AccountID`
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.5.0
19 Jul 2018 14:43:49
Revision:474964Original commit files touched by this commit
adamw search for other commits by this committer
Don't uselessly patch Makefile.am when automake isn't being run
2.5.0
18 May 2018 18:33:43
Revision:470316Original commit files touched by this commit
adamw search for other commits by this committer
Use the pre-rolled tarball to avoid autoreconf
2.5.0
31 Oct 2017 01:24:28
Revision:453214Original commit files touched by this commit
adamw search for other commits by this committer
Update to 2.5.0

Also, create PREFIX/share/GeoIP, as it's needed with the default
configuration.

Note that conf option names have changed with this release, but the
old names will continue to work.

* Replace use of strnlen() due to lack of universal availability. First
  reported by Bill Cole. GitHub issue #71.
* Document the LockFile option in the GeoIP.conf man page. GitHub
  issue #64.
* Remove unused base64 library. PR by Mikhail Teterin. GitHub PR #68.
* Add the new configuration option PreserveFileTimes. If set,
  the downloaded files will get the same modification times as
  their original on the server. Default is 0 (unset).
  PR by Rainer Jung. GitHub PR #63.
* Use the correct types when calling curl_easy_setopt(). This fixes
  warnings generated by libcurl's typecheck-gcc.h. PR by Michael
  Kaufmann. GitHub PR #61.
* In GeoIP.conf, the UserId option was renamed to AccountID and the
  ProductIds option was renamed to EditionIDs. The old options will
  continue to work, but upgrading to the new names is recommended for
  forward compatibility.
2.4.0
26 May 2017 17:13:19
Revision:441800Original commit files touched by this commit
adamw search for other commits by this committer
Update to 2.4.0.


  * geoipupdate now checks that the database directory is writable.
    If it is not, it reports the problem and aborts.

  * geoipupdate now acquires a lock when starting up to ensure only
    one instance may run at a time. A new option, LockFile, exists to
    set the file to use as a lock. By default, LockFile is the file
    .geoipupdate.lock in the database directory.

  * geoipupdate now prints out additional information from the server
    when a download request results in something other than HTTP
    status 2xx. This provides more information when the API does not
    respond with a database file. In conjunction with changes to the
    download service itself, errors such as lacking a subscription no
    longer show up with the message "not a valid gzip file".

  * ${datarootdir}/GeoIP is now created on make install. Reported by
    Antonios Karagiannis. GitHub #29.

  * Previously, a variable named ERROR was used. This caused issues
    building on Windows. Reported by Gisle Vanem. GitHub #36.
2.3.1
05 Jan 2017 14:16:45
Revision:430640Original commit files touched by this commit
adamw search for other commits by this committer
Update to 2.3.1.
2.3.0
04 Jan 2017 22:34:57
Revision:430605Original commit files touched by this commit
adamw search for other commits by this committer
Update to 2.3.0.

  * geoipupdate now uses TCP keep-alive when compiled with cURL 7.25 or
    greater.
  * Previously, on an invalid gzip file, geoipupdate would output binary data
    to stderr. It now displays an appropriate error message.
2.2.2_1
21 Oct 2016 15:21:13
Revision:424427Original commit files touched by this commit
mat search for other commits by this committer
Use USES=pathfix where applicable.

PR:		213195
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D8093
2.2.2_1
01 Apr 2016 14:16:20
Revision:412348Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
2.2.2_1
29 Jan 2016 03:47:18
Revision:407449Original commit files touched by this commit
adamw search for other commits by this committer
Fix order of @sample args.

Caught by:	danfe
2.2.2
27 Jan 2016 01:16:01
Revision:407331Original commit files touched by this commit
adamw search for other commits by this committer
Update to 2.2.2.

Also, use localbase.mk instead of setting CPPFLAGS/LDFLAGS manually, and
use the new two-argument @sample instead of renaming and sed-ing.
2.2.1
28 Apr 2015 18:44:05
Revision:384932Original commit files touched by this commit
bdrewery search for other commits by this committer
USE_GITHUB: For the new support, fix DISTNAME to be more consistent.

When using GH_TAGNAME the DISTNAME would have GH_PROJECT and GH_ACCOUNT in
it. When not using GH_TAGNAME it would not have this. Now both cases
will add in the GH_PROJECT and GH_ACCOUNT.

Add special care to ensure that the DISTVERSION is not added in twice. If
a port does GH_TAGNAME=v${PORTVERSION} it will be added in twice though. For
that case DISTVERSIONPREFIX=v should be set and no GH_TAGNAME should be used.

empty() is used rather than (!defined || !${}) to support fmake.

The purpose of setting DISTNAME at all in these cases is to make it more clear
that the distfile is from *GITHUB* and to avoid collisions if a project were
to be renamed or moved. Without adding in GH_PROJECT and GH_ACCOUNT then there
are real risks that collisions on filenames would happen on renamed or moved
projects, which is fairly common. A GITHUB-generated file may not match
a custom-rolled or git-archive-rolled distfile.

PR:		199069
With hat:	portmgr
Testing done:	All USE_GITHUB ports without GH_COMMIT were
checksum/fetch/extract/WRKSRC tested.
2.2.1
19 Apr 2015 19:19:35
Revision:384318Original commit files touched by this commit
adamw search for other commits by this committer
Use the new USE_GITHUB format.
2.2.1
26 Feb 2015 19:12:05
Revision:380046Original commit files touched by this commit
adamw search for other commits by this committer
Update to 2.2.1.
2.1.0
06 Nov 2014 23:31:09
Revision:372241Original commit files touched by this commit
adamw search for other commits by this committer
Update to 2.1.0.
2.0.2
27 Aug 2014 15:53:24
Revision:366333Original commit files touched by this commit
adamw search for other commits by this committer
- Update GeoIP to 1.6.2 and switch to its new github location.

- Add net/geoipupdate, the formal tool to fetch updates. It is for paid
  subscribers. People using the free version should continue using the
  geoipupdate.sh script in net/GeoIP.

This program is used to fetch the GeoIP2 and GeoIP databases. It requires
an active GeoIP subscription.

Please see https://www.maxmind.com/en/geolocation_landing for details about
obtaining a subscription.

If you wish to install the free versions of the GeoIP databases, please
use the geoipudate.sh script provided in net/GeoIP.

WWW: https://github.com/maxmind/geoipupdate

Number of commits found: 116 (showing only 16 on this page)

«  1 | 2