Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Jan 2019 04:43:45 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r489642 - head/net/GeoIP
Message-ID:  <201901080443.x084hjqY005647@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Tue Jan  8 04:43:45 2019
New Revision: 489642
URL: https://svnweb.freebsd.org/changeset/ports/489642

Log:
  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

Modified:
  head/net/GeoIP/Makefile

Modified: head/net/GeoIP/Makefile
==============================================================================
--- head/net/GeoIP/Makefile	Tue Jan  8 04:14:51 2019	(r489641)
+++ head/net/GeoIP/Makefile	Tue Jan  8 04:43:45 2019	(r489642)
@@ -14,6 +14,9 @@ LICENSE=	GPLv2
 
 USES=		libtool pathfix
 
+DEPRECATED=	Legacy databases no longer available. Switch to GeoIP2 instead
+EXPIRATION_DATE=2019-02-01
+
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901080443.x084hjqY005647>