Port details |
- dnshistory Store DNS lookups to a DB
- 1.3_3 dns =2 1.3_3Version of this port present on the latest quarterly branch.
- Maintainer: portmaster@BSDforge.com
- Port Added: 2014-08-11 19:51:29
- Last Update: 2024-01-27 10:52:27
- Commit Hash: bafc667
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv2
- WWW:
- http://www.stedee.id.au/dnshistory
- Description:
- Provide a means for storing a history of DNS/Name changes for the IP Addresses
extracted from web log files. The major target being that multiple analyses of
older log files do not require re-lookups of IP Address to FQDNs, and
additionally maintain the accuracy of the lookup as it was then and not as it
is now.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- dnshistory>0:dns/dnshistory
- To install the port:
- cd /usr/ports/dns/dnshistory/ && make install clean
- To add the package, run one of these commands:
- pkg install dns/dnshistory
- pkg install dnshistory
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: dnshistory
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (dnshistory-1.3.tar.gz) = 608f3a16ff8b99397c4361bbfc0ef28665b0c7380941cb6f89bd0d5ce3e4061b
SIZE (dnshistory-1.3.tar.gz) = 123554
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Library dependencies:
-
- libpcre.so : devel/pcre
- libdb-5.3.so : databases/db5
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for dnshistory-1.3_3:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- dns_dnshistory
- USES:
- bdb
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.3_3 27 Jan 2024 10:52:27 |
Gleb Popov (arrowd) Author: Chris Hutchinson |
*: Move man pages to share/man
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.3_2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.3_2 20 Jul 2022 14:21:47 |
Tobias C. Berner (tcberner) |
dns: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Samorukov <samm@freebsd.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Allan Jude <allanjude@freebsd.org>
* Amar Takhar <verm@drunkmonk.net>
* Anders Nordby <anders@fix.no>
* Andrew Greenwood <greenwood.andy@gmail.com>
* Anton Berezin <tobez@FreeBSD.org>
* Ashish SHUKLA <ashish@FreeBSD.org>
* Attila Nagy <bra@fsn.hu> (Only the first 15 lines of the commit message are shown above ) |
1.3_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.3_2 28 Aug 2020 19:48:57 |
tcberner |
dns/dnshistory: fix build on recent current |
1.3_2 08 Dec 2016 17:26:10 |
tijl |
Remove libpcre.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
1.3_1 08 Aug 2016 13:46:50 |
mat |
USE_BDB cleanup.
- USE_BDB=4x+ -> USES=bdb.
- USE_BDB=yes -> USES=bdb.
- USE_BDB=xx -> USES=bdb:xx.
Other modernisations when I see them.
PR: 209183
Sponsored by: Absolight |
1.3_1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.3_1 12 Mar 2015 19:19:26 |
adamw |
The website for dnshistory is alive again. Restore it to MASTER_SITES. In
the period during which the website did not exist, the codebase also appeared
on launchpad.net, so add that as a backup MASTER_SITE.
Pass maintainership to Chris Hutchinson.
PR: 198548
Submitted by: lightside |
1.3_1 06 Mar 2015 16:27:46 |
adamw |
Upstream has disappeared, so I'm hosting this file on MASTER_SITE_LOCAL.
It is the DNS caching system designed to work with www/awffull so it is
worth keeping this port alive.
Also, switch to USE_BDB=yes instead of 42+.
Drop maintainership of this port. It's stable with no known failures, and
is unlikely to ever see another release. |
1.3_1 21 Aug 2014 22:50:30 |
mandree |
Berkeley DB cleanup, remove versions 4.0 ... 4.7.
- Mk/bsd.database.mk rewrite, new default to db5.
- db6 is eligible by default only if installed on the system.
- Bump PORTREVISION of all ports that directly depend on BerkeleyDB or
where USE_BDB is found in the port's directory
- Patch a few ports such that they will pick up or work with newer
versions.
- Add UPDATING entry
- Drive-by format fix for pks
- Drop BerkeleyDB option from mail/popular for now, requires more work.
- Exp-run logs linked from the PR below.
- Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes
for new Berkeley DB, but are untested.
NOTE: please read UPDATING and the Wiki page before proceeding!
Announcement: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html
Wiki reference: https://wiki.freebsd.org/Ports/BerkeleyDBCleanup
PR: 192690
Approved by: portmgr (implicit, PORTREVISION bump on unstaged ports) |
1.3 11 Aug 2014 21:18:45 |
adamw |
Fix typo. |
1.3 11 Aug 2014 21:15:44 |
adamw |
This port requires libdb.so, so change USE_BDB to 4.2+. |
1.3 11 Aug 2014 19:51:17 |
adamw |
Add dns/dnshistory. It caches DNS lookups into a BDB database. It's designed
to be used with awffull.
Provide a means for storing a history of DNS/Name changes for the IP Addresses
extracted from web log files. The major target being that multiple analyses of
older log files do not require re-lookups of IP Address to FQDNs, and
additionally maintain the accuracy of the lookup as it was then and not as it
is now.
WWW: http://www.stedee.id.au/dnshistory |