Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
28 Aug 2020 19:48:57
1.3_2

|
tcberner  |
dns/dnshistory: fix build on recent current |
08 Dec 2016 17:26:10
1.3_2

|
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. |
08 Aug 2016 13:46:50
1.3_1

|
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 |
01 Apr 2016 14:00:57
1.3_1

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
12 Mar 2015 19:19:26
1.3_1

|
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 |
06 Mar 2015 16:27:46
1.3_1

|
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. |
21 Aug 2014 22:50:30
1.3_1

|
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) |
11 Aug 2014 21:18:45
1.3

|
adamw  |
Fix typo. |
11 Aug 2014 21:15:44
1.3

|
adamw  |
This port requires libdb.so, so change USE_BDB to 4.2+. |
11 Aug 2014 19:51:17
1.3

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