Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.6.12_3 17 Feb 2019 13:54:30 |
rene |
Remove expired port:
2019-02-15 net/GeoIP: Legacy databases no longer available. Switch to
net/libmaxminddb instead |
1.6.12_3 13 Jan 2019 21:00:50 |
adamw |
Extend the GeoIP expiration to a month from now to give
users a bit more time to find a new solution. |
1.6.12_3 11 Jan 2019 19:50:07 |
romain |
Report failure to the caller in geoipupdate.sh
The script was returning an error due to the service not being offered anymore.
The update attempt was replaced with an information message, but it's better to
still return 1 as it did before to allow users detecting they have a problem.
Reported by: aramw (maintainer) |
1.6.12_2 11 Jan 2019 13:38:43 |
adamw |
Replace the geoipupdate.sh script (which just produced 404 errors) with
a message explaining why, and what to do about it. |
1.6.12_1 08 Jan 2019 04:43:45 |
adamw |
Deprecate net/GeoIP, and expire it at the end of the month
Note that only the legacy format is deprecated. The GeoIP2 databases
are alive and well.
I completely missed that GeoIP has been deprecated for the last year,
and it expired upstream last week. Maxmind no longer provides the
legacy database, rendering this port useless.
Users must switch to GeoIP2 immediately. OPTIONS changes and
instructions will be coming in the next few days.
See https://support.maxmind.com/geolite-legacy-discontinuation-notice/
Although it won't be purged from the quarterly branch, it probably
makes sense to MFH this deprecation notice.
PR: 234715
Reported by: rigoletto
MFH: 2019Q1 |
1.6.12_1 12 Dec 2018 00:28:52 |
adamw |
Add pkg-message instructions to fix geoiplookup with the free databases
GeoIP has free and paid databases with differing granularity. The
geoiplookup and geoiplookup6 tools look only for the paid databases.
Users with the free databases (as would be obtained through the
included geoipupdate.sh script, or though specification of free
data files in net/geoipupdate) will need to create symlinks to
enable those tools to work with the free database files.
The upstream NEWS.md enumerates those symlinks, so this patch includes
a link to that file in the upstream repo.
PORTREVISION bump for the pkg-message change.
PR: 233947
Reported by: Vincent Milum
MFH: 2018Q4 |
1.6.12 28 Sep 2018 12:35:42 |
adamw |
Make the GeoIP and geoipupdate descriptions reflect reality
The difference is no longer paid vs. unpaid. There are free
versions of the GeoIP2 databases, and they are preferred when
supported. |
1.6.12 22 May 2018 13:38:05 |
adamw |
Fix building after r470315
When I switched from autoreconf, I forgot to point this patch file at
Makefile.in instead of Makefile.am. On some systems, this caused
automake to be run because it saw the Makefile.am as newer than the
Makefile.in, but automake isn't pulled in as a dependency.
Reported by: antoine |
1.6.12 18 May 2018 17:42:16 |
adamw |
Use the pre-rolled tarball instead of autoreconficating |
1.6.12 18 May 2018 15:33:32 |
adamw |
Make it clear that geoipupdate.sh is only for the free database |
1.6.12 18 Jan 2018 02:51:40 |
adamw |
Update GeoIP to 1.6.12.
* Populate metro and area code when performing lookups in IPv6 City databases.
Previously this was only done when using IPv4 City databases. |
1.6.11 15 May 2017 22:55:13 |
adamw |
Update to 1.6.11.
* Fix use of a NULL pointer when opening a corrupt database
with GeoIP_open
MFH: 2017Q2 |
1.6.10 31 Mar 2017 15:47:24 |
adamw |
Update to 1.6.10, and use install-strip instead of manually stripping
in post-install. |
1.6.9 21 Oct 2016 15:21:13 |
mat |
Use USES=pathfix where applicable.
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093 |
1.6.9 12 Jan 2016 03:23:20 |
adamw |
Update to 1.6.9. |
1.6.7 06 Jan 2016 17:31:49 |
adamw |
Update to 1.6.7. |
1.6.6 15 Aug 2015 15:50:52 |
adamw |
Update to 1.6.6. |
1.6.5_2 08 May 2015 17:22:59 |
adamw |
Stop trying to be a parselmouth. |
1.6.5_2 08 May 2015 17:19:04 |
adamw |
Support fetching the GeoLite City and GeoLite ASN databases.
Requested by: Scott Loga |
1.6.5_1 30 Apr 2015 04:28:28 |
adamw |
Allow the server for the GeoIP database to be altered by an environment
variable.
PR: 199768
While here, regenerate patch with 'make makepatch' to appease portlint. |
1.6.5 28 Apr 2015 18:44:05 |
bdrewery |
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. |
1.6.5 19 Apr 2015 19:19:35 |
adamw |
Use the new USE_GITHUB format. |
1.6.5 26 Feb 2015 19:09:48 |
adamw |
Update to 1.6.5. |
1.6.4 31 Jan 2015 15:10:25 |
adamw |
Update WWW. Old URL no longer exists. |
1.6.4 13 Jan 2015 16:38:36 |
adamw |
Update to 1.6.4. |
1.6.3_1 16 Nov 2014 16:25:47 |
adamw |
DATADIR needs to be created as an empty dir for geoipupdate.sh.
Submitted by: Herbert J. Skuhra |
1.6.3 29 Oct 2014 21:47:25 |
adamw |
Update to 1.6.3. Add LICENSE. |
1.6.2_2 13 Oct 2014 01:31:29 |
adamw |
Create the temporary directory within DATADIR, to ensure they're created
on the same device as their destination.
While here, use USES=autoreconf, and remove the @dirrm.
PR: 194086
Submitted by: Yasuhito FUTATSUKI |
1.6.2_1 06 Sep 2014 23:03:42 |
adamw |
Rather than fetching the data files and piping them through gunzip,
download them completely and then gunzip them. This preserves the
modtimes, and is the only way of knowing the actual age of the
data files.
Suggested by: ache |
1.6.2 27 Aug 2014 15:53:24 |
adamw |
- 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 |
1.6.0_2 11 Aug 2014 20:16:29 |
adamw |
Ensure that DATADIR exists before attempting to fetch the data files
into it. Also, make the script more robust and ask fewer questions in
adverse conditions.
PORTREVISION bump.
PR: 192597
Submitted by: mandree |
1.6.0_1 11 Aug 2014 18:41:31 |
mandree |
Fix build as unprivileged user again, adding patch-man__Makefile.am.
Approved by: portmgr (blanket "just fix it" approval) |
1.6.0_1 11 Aug 2014 17:04:17 |
adamw |
Remove :oldver from GeoIP's USES=libtool. This allows the port to install
the proper shlib version, and removes libGeoIP.la. |
1.6.0 28 Jul 2014 15:35:36 |
adamw |
Give at least some indication of what is happening. |
1.6.0 28 Jul 2014 15:26:32 |
adamw |
Update GeoIP to 1.6.0.
With this update, GeoIP no longer ships with the GeoIP data files, so
you MUST fetch them yourself, by running the geoipupdate.sh script. |
1.4.8_7 23 Jul 2014 19:27:16 |
mandree |
Fix unprivileged build. Remove libtool from USE_AUTOTOOLS.
Make sure that Makefile.am is patched, a Makefile.in patch is useless
with USE_AUTOTOOLS=automake.
Remove libtool from USE_AUTOTOOLS, USES already contains libtool, to
fix a DEVELOPER=yes warning.
Approved by: portmgr (blanket "just fix it" approval) |
1.4.8_7 22 Jul 2014 12:24:58 |
adamw |
Fetch the GeoIPv6 data along with the IPv4 data. This change
means that to update the IPv6 data you must use the included
geoipupdate.sh script, not the source-provided geoipdate command.
Add a pkg-message about how to update.
PR: 189618
Submitted by: futatuki@yf.bsdclub.org
Also,
PR: 187906
Submitted by: Miroslav Lachman |
1.4.8_6 01 Jul 2014 17:32:18 |
adamw |
Attempt to fix port on amd64 by running autoeverything. |
1.4.8_5 12 Jun 2014 21:37:02 |
adamw |
General cleanups and simplification. Because the port includes
scripts to update the data file, turn use @sample on the data
file included in the port. PORTREVISION bump for this change. |
1.4.8_4 12 Jun 2014 20:40:42 |
adamw |
Take these two. |
1.4.8_4 10 Jun 2014 22:12:46 |
amdmi3 |
- Swith to USES=libtool
- Fix install as non-root
- Whitespace fix
Approved by: portmgr blanket |
1.4.8_3 10 Feb 2014 03:19:23 |
miwi |
- Stage support |
1.4.8_3 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
1.4.8_3 04 Jul 2012 11:22:49 |
scheidell |
- Fix insecure handling of GeoIP download file
- Bump PORTREVISION since we change package
PR: ports/145425
Submitted by: anatoly pugachev <matorola@gmail.com>
Approved by: dhn@ (maintainer) |
1.4.8_2 22 Feb 2012 20:23:27 |
dhn |
- Update URL in files/geoipupdate.sh
- Bump PORTREVISION
PR: ports/165379
Submitted by: Seiji Ariga <freebsd@khaotic.net> |
1.4.8_1 09 Nov 2011 15:26:04 |
miwi |
- Remove WITH_FBSD10_FIX, is no longer needed |
1.4.8_1 29 Oct 2011 10:03:08 |
miwi |
- Fix build on FreeBSD 10
Reported by: pointyhat |
1.4.8_1 11 Aug 2011 19:20:17 |
kwm |
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
1.4.8_1 23 Jul 2011 22:30:39 |
dhn |
- Fix to install complete
- Bump PORTREVISION
PR: ports/159145
Submitted by: Barbara <barbara.xxx1975@libero.it> |
1.4.8 23 Jul 2011 16:39:41 |
dhn |
- Update to 1.4.8 |
1.4.7 23 Apr 2011 08:42:30 |
dhn |
- Update to 1.4.7 |
1.4.6_1 27 Mar 2011 11:58:26 |
dhn |
- Remove memcpy/bcopy macro
- Bump PORTREVISION
PR: ports/152548
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> |
1.4.6 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.4.6 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
1.4.6 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
1.4.6 06 Mar 2009 18:14:36 |
dhn |
- Use my FreeBSD address on the ports I maintain
Approved by: tabthorpe (co-mentor) |
1.4.6 27 Feb 2009 14:40:49 |
miwi |
= Update to 1.4.6
PR: 132161
Submitted by: Dennis Herrmann <adox@mcx2.org> (maintainer) |
1.4.5_1 20 Jan 2009 15:03:24 |
pav |
- Update download locations |
1.4.5_1 01 Dec 2008 21:15:44 |
miwi |
- Fix Country database url
PR: 129124
Submitted by: Bogdan Culibrk <bc@default.rs>
Approved by: maintainer |
1.4.5 19 Oct 2008 14:39:52 |
miwi |
- Update to 1.4.5
- Pass maintainership to submitter
PR: 128156
Submitted by: Dennis Herrmann <adox@mcx2.org> |
1.4.4_1 03 Jul 2008 21:52:34 |
leeym |
- add the missing file in my previous commit |
1.4.4_1 03 Jul 2008 21:51:55 |
leeym |
- update geoipupdate.sh to update the free database (GeoLite country)
- bump PORTREVISION
Submitted by: Peter Clark <clarkp at mtmary.edu> |
1.4.4 14 Mar 2008 20:40:52 |
miwi |
- Update to 1.4.4
PR: 121620
Submitted by: Ports Fury |
1.4.3 30 Dec 2007 23:12:47 |
shaun |
Return to pool. |
1.4.3 30 Dec 2007 09:12:57 |
clsung |
- Update to 1.4.3 (required by net/p5-Geo-IP 1.30)
PR: ports/117181
Submitted by: Olli Hauer <ohauer_AT_gmx dot de>
Approved by: maintainer (timeout) |
1.4.2 22 Jul 2007 19:53:52 |
laszlof |
- Add even more ports to the new "geography" category
Approved by: Pav (wearing portmgr hat) |
1.4.2 25 Mar 2007 16:50:59 |
pav |
- Update to 1.4.2
PR: ports/109004
Submitted by: Li-Wen Hsu <lwhsu@lwhsu.org>
Approved by: maintainer timeout (shaun; 1 month) |
1.4.0 01 Feb 2007 02:42:06 |
kris |
Use libtool port instead of included version to avoid objformat a.out botch |
1.4.0 14 Aug 2006 22:25:09 |
shaun |
Upgrade to 1.4.0. |
1.3.17 19 Jun 2006 20:06:59 |
shaun |
Switch to my @FreeBSD.org address.
Approved by: ahze (mentor) |
1.3.17 20 May 2006 17:11:32 |
pav |
- Nuke ltmain patch and install .la files, they are no longer considered evil |
1.3.17 20 May 2006 17:10:02 |
erwin |
Update to 1.3.17
PR: 97526
Submitted by: Shaun Amott <shaun@inerd.com> (maintainer) |
1.3.16 14 May 2006 14:59:51 |
itetcu |
Pass maintainership to Shaun Amott <shaun@inerd.com>
PR: ports/96289
Submitted by: Shaun Amott <shaun@inerd.com>
Approved by: lawrance (mentor) |
1.3.16 21 Apr 2006 02:47:57 |
mnag |
- Update to 1.3.16 |
1.3.14 22 Jan 2006 02:46:07 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
1.3.14 25 Nov 2005 16:48:31 |
pav |
- Add SHA256 |
1.3.14 13 Oct 2005 06:38:46 |
linimon |
Pacify distfile survey by following redirects on URLs.
Source: distfile survey |
1.3.14 16 Sep 2005 00:21:55 |
pav |
- Update to 1.3.14 |
1.3.13 16 Sep 2005 00:15:57 |
pav |
- Reset long term inactive maintainer |
1.3.13 16 Sep 2005 00:15:12 |
pav |
- Update to 1.3.13
PR: ports/85422
Submitted by: Toni Viemero <toni.viemero@iki.fi>
Approved by: maintainer timeout (seanc; 18 days) |
1.3.8 25 Dec 2004 05:34:37 |
leeym |
update to 1.38
PR: 74677
Submitted by: leeym
Approved by: maintainer timeout |
1.3.6 31 Aug 2004 19:40:12 |
seanc |
Update to 1.3.6.
PR: ports/71101
Submitted by: Chris Elsworth <chris@shagged.org> |
1.3.1 30 May 2004 07:19:41 |
leeym |
- net/GeoIP uses its own libtool even if we define USE_LIBTOOL*
- add missing @exec and remove old SIZE in net/GeoIP
- update for libGeoIP.4 in LIB_DEPENDS and bump PORTREVISION
- utilize PORTDOCS in www/mod_geoip
Noticed by: kris |
1.3.1 29 May 2004 23:14:31 |
leeym |
update to GeoIP-1.3.1, so version bumped to 4.
install default configuration file
PR: 62900
Submitted by: Ying-Chieh Liao <ijliao@FreeBSD.csie.NCTU.edu.tw>
Approved by: maintainer timeout |
1.2.2 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
1.2.2 14 Mar 2004 06:17:56 |
ade |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
1.2.2 04 Sep 2003 21:05:26 |
seanc |
Update to 1.2.2 |
1.2.0 16 May 2003 18:03:27 |
seanc |
Update GeoIP to 1.2.0. so version bumped to 3. |
1.1.9 07 Apr 2003 01:10:15 |
seanc |
Update GeoIP to 1.1.9 |
1.1.4_1 07 Mar 2003 06:08:06 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
1.1.4_1 16 Jan 2003 02:33:47 |
seanc |
Correct pkg-plist.
Pointy hat to: seanc
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> |
1.1.4 15 Jan 2003 17:48:22 |
seanc |
Update GeoIP to 1.1.4. Re-add GeoIPUpdate.h to headers list, author
notified.
Submitted by: kris/bento |
1.1.3 02 Jan 2003 20:15:17 |
seanc |
Update libGeoIP to 1.1.3. |
1.1.1 19 Nov 2002 21:19:49 |
seanc |
Commit miss for the plist update. Lib version has been bumped to .2. |
1.1.1 19 Nov 2002 20:37:40 |
seanc |
Update GeoIP to 1.1.1. This version update has a significant API change in
that false lookups now return NULL instead of "--". Libraries should be
updated accordingly.
Pointed out by: knu && bento
Update delayed by: 15s+ latency from satellite internet connection |
1.0.9 18 Nov 2002 12:01:16 |
knu |
Cope with a hostname change.
Submitted by: bento |
1.0.9 28 Oct 2002 02:21:07 |
kris |
Add missing file |
1.0.9 17 Oct 2002 19:47:14 |
seanc |
Update GeoIP to 1.0.9. Update categories that were missed after the
repo-copy[1].
PR: ports/44171
Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com> |
1.0.8 09 Oct 2002 04:33:08 |
seanc |
Moved misc/GeoIP and misc/p5-Geo-IP to the more fitting net directory[1].
Fixed build of net/GeoIP on -STABLE[2].
PR: ports/43807
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> [2]
Submitted by: seanc [1]
Reviewed by: knu (mentor/portmgr) |