Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't load a default resolution for a value that is disabled. #82

Closed
wants to merge 2 commits into from

Conversation

NOYB
Copy link
Contributor

@NOYB NOYB commented Mar 12, 2016

No description provided.

@jdillard
Copy link
Contributor

I ended up doing it a different (and I think simpler) way before seeing this in commit 181e6d7. Test it out when you get a chance and see if it works for you.

@NOYB NOYB closed this Mar 12, 2016
@NOYB NOYB deleted the patch-1 branch April 3, 2016 11:43
netgate-git-updates pushed a commit that referenced this pull request Aug 13, 2018
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`
  or the deprecated `UserId` when downloading a paid database.
  Previously, when downloading the GeoIP Legacy Country database, you
  were able to only provide the `LicenseKey`.
* IMPORTANT: `geoipupdate-pureperl.pl` has been removed and will no
  longer be distributed with `geoipupdate`. This Perl script had known
  issues and did not have feature parity with the C implementation. If
  you were using the Perl version, we recommend that you switch to the
  C version. If you are not able to do this, you may continue using the
  Perl version distributed with 2.5.0.
* This program no longer uses the following endpoints:
  `/app/update_getipaddr`, `/app/update`, and `/app/update_secure`.
  `/geoip/databases/{edition_id}/update` is now used instead.
* Fixed issue in `gu_strnlen()` dereferencing a pointer before checking
  that it was in array bounds. Issue found by fcntl.
* We now update the default GeoIP.conf during installation so that
  directory paths match build parameters. Previously this config always
  said the data directory was under /usr/local/share which was not always
  accurate.
* Improve the error checking and display the underlying reason for the
  error when possible. Reported by Jonathan Kosgei. GitHub #82.
* Document that the `LockFile` is not removed from the filesystem after
  a successful exit from the program. GitHub issue #79.
* Make default configuration directory agree with default installation
  directory.
netgate-git-updates pushed a commit that referenced this pull request Jan 31, 2020
Changelog:
	- FIX: Escaped @ ("\@") is treated as "@" (#42, #103)
	- NEW: Support reading JSON array elements (#91)
	- UPD: Add home and removable-media interfaces to snap (#94)
	- FIX: fix unlikely crash after malloc fail when base64 encoding.
	- NEW: Support reading nested data from pipes (#82)

PR:		243419
Approved by:	swills (maintainer)
netgate-git-updates pushed a commit that referenced this pull request Jul 11, 2022
Changelog:
 * Fix build with gcc 11.3.0 (resolves #57) by @danvratil in #58
 * Fix ODR violation when LTO is enabled by @danvratil in #59
 * Rework Github CI - add compilers and platforms by @danvratil in #60
 * CI: consolidate the CI builds into a single matrix by @danvratil in #61
 * Export QCoro wrapper classes by @danvratil in #65
 * CI: disable shared libs on Windows by @danvratil in #67
 * Enable "modern Qt" compiler definitions by @danvratil in #66
 * Introduce Generator and AsyncGenerator coroutine return types by @danvratil in #69
 * Fix installing export header by @danvratil in #77
 * Deprecate task.h in favor of qcorotask.h (#70) by @danvratil in #76
 * QtWebSockets support by @danvratil in #75
 * Document -DQCORO_WITH_QTWEBSOCKETS by @dangelog in #81
 * Fix the build by #include'ing by @dangelog in #82
 * QCoroTask: fixup a template type parameter name by @dangelog in #83
 * Add support for clang-cl (fixes #84) by @danvratil in #86
 * Fix possible race in TestWsServer by @danvratil in #88
 * WebSocket bugfixes & documentation by @danvratil in #89
 * Explicitly enable exception support for clang-cl (fixes #90) by @danvratil in #91
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants