Commit graph

9 commits

Author SHA1 Message Date
John Marino
07c47a31ca Restrict dns/ironsides to gcc5-aux only
Right now, ironsides emits a STORAGE ERROR during building with
lang/gcc6-aux.  It's unclear if the problem lies with compiler or with
ironsides.  For now, limit building it with gcc5-aux (the default).

The USES=ada:5 setting wasn't supported, but it should have been.  This
has also been fixed.
2016-04-11 13:54:22 +00:00
Mathieu Arnold
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
John Marino
d8a337c64b dns/ironsides: Upgrade snapshot 2014-04-20 => 2015-04-15 2015-11-07 11:51:44 +00:00
John Marino
3dc889c3b7 dns/ironsides: Remove pkg-plist 2014-10-16 10:45:20 +00:00
John Marino
48487bdfa6 dns/ironsides: USES+= zip 2014-05-28 23:34:22 +00:00
John Marino
fd7a0712a6 dns/ironsides: Actually install the man page! 2014-02-21 10:41:32 +00:00
John Marino
e841f73a26 dns/ironsides: Upgrade version 20130315 to 20140220
After contacting the author, he updated the snapshot to the latest,
remove 7M worth of dead files and adding a man page.  I made some
corrections to that man page and converted it to mdoc tags.
2014-02-21 10:11:39 +00:00
John Marino
b71c5f1f65 dns/ironsides: Fix extraction problem on clean jail
GNATMake was used to clean up the WRKSRC after extraction, but the
problem is that it's not present at that point on a clean build; it
comes in later as a build dependency.  Rather than a messy definition
of extract-depends, just remove the files manually without gnatmake.
2014-02-19 02:22:41 +00:00
John Marino
51ca8026e7 Add new Ada-based DNS server port: dns/ironsides
IRONSIDES is an authoritative DNS server that is provably invulnerable to
many of the problems that plague other servers. It achieves this property
through the use of formal methods in its design, in particular the language
Ada and the SPARK formal methods tool set. Code validated in this way is
provably exception-free, contains no data flow errors, and terminates only
in the ways that its programmers explicitly say that it can. These are very
desirable properties from a computer security perspective.

IRONSIDES is not a complete implementation of DNS. In particular, it does
not support zone transfers or recursive queries. It does, however, support
a sufficient number of DNS records to be useful as an authoritative DNS
server for an enterprise.
2014-02-17 11:27:10 +00:00