1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
Commit Graph

2868 Commits

Author SHA1 Message Date
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
Mark Felder
5445cec046 Previous commit to knot.in was truncated causing the rc script to be
broken.

Submitted by:	erwin
Sponsored by:	SupraNet Communications, Inc
2014-02-18 12:39:42 +00:00
Emanuel Haupt
222f32d048 Support staging 2014-02-18 09:35:59 +00:00
David Thiel
2075fc9f3a distinfo for other patches was trimmed out by make makesum :-/
Submitted by:	Bryan Drewery
2014-02-18 01:19:40 +00:00
David Thiel
53ae62258b Revert to test23 version of fefe's patch, as test25 causes repeated segfaults. Bump revision and epoch. 2014-02-17 23:02:06 +00:00
Baptiste Daroussin
d4ab786704 Support stage
Modernize
Strip binaries
2014-02-17 13:36:15 +00:00
Baptiste Daroussin
2e9922528b Support stage 2014-02-17 13:32:26 +00:00
Baptiste Daroussin
b35a46d85f Support stage
Fix some shebangs
2014-02-17 13:30:16 +00:00
Baptiste Daroussin
9cdac7c9c7 Support stage 2014-02-17 13:24:18 +00:00
Baptiste Daroussin
41695a99ba Support stage 2014-02-17 13:15:32 +00:00
Baptiste Daroussin
c55354ffc8 Support stage
Support packaging as a user
Avoid useless patching to define the compiler
2014-02-17 13:11:25 +00:00
Baptiste Daroussin
dadae3ca6d Support stage 2014-02-17 12:44:16 +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
Baptiste Daroussin
156c3fb5ea Readd stage support
Build the port as if it didn't support stage,
Just before installing, rebuild the install and instcheck binaries with a different prefix including the destdir prefix
To avoid everything to be rebuilt again becore conf-home has changed save the original files before building
install and instcheck with the new prefix and restore the file again before the do-install target is run

This is the trick used in debian

Obtained from:	debian
2014-02-17 10:44:36 +00:00
Martin Wilke
72cfa7ad13 - Stage support 2014-02-17 08:09:01 +00:00
Martin Wilke
4b9ad9b3ae - Convert to autoplist
- Stage support
- Bump PORTREV
2014-02-15 10:34:17 +00:00
Martin Wilke
2ee22c5a7a - Convert to autoplist
- Stage support
- Bump PORTREV
2014-02-15 10:27:05 +00:00
Martin Wilke
99772578b0 - Conver to autoplist
- Stage support
- Bump PORTREV
2014-02-15 10:24:08 +00:00
Martin Wilke
afe3ea23a3 - Stage support 2014-02-15 10:14:44 +00:00
Thomas Abthorpe
d8299fcc60 - Reassign lioux' ports to the heap
With hat:	portmgr
2014-02-14 16:51:44 +00:00
Mark Felder
7398ea45b2 info/dir was not supposed to be in plist 2014-02-13 13:58:22 +00:00
Mathieu Arnold
543240d130 Update to 1.4.14.
Sponsored by:	Absolight
2014-02-13 13:41:53 +00:00
Mark Felder
11be90420e Update Knot to 1.4.2
Major improvements to the rc script

PR:		ports/181716
PR:		ports/185163
2014-02-13 13:26:03 +00:00
Matthias Andree
b49cb6994c Upgrade to test8 release, bringing these upstream fixes:
ee41586 Use DS records as trust anchors, not DNSKEYs.
83349b8 Further tidying of AD and DO bit handling.
7fa836e Handle validation when more one key is needed.
1633e30 Fix Byte-order botch: broke DNSSEC on big-endian platforms.
c8ca33f Fix DNSSEC caching problems: incomplete RRSIG RRsets.
e243c07 AD bit in queries handled as RFC6840 p5.7
2014-02-12 21:12:37 +00:00
Erwin Lansing
fbdf848294 Reinstated PKGNAMESUFFIX which was missing
Added STAGING support

Other small changes to make portlint happy

PR:		186630
Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
2014-02-12 10:52:23 +00:00
Erwin Lansing
4850dccd63 There was a wrong rc script in the port preventing the daemon to run.
Added STAGING support

Added LICENSE (NSD3CLAUSE) statement

Other small changes to make portlint more happy

PR:		186631
Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
2014-02-12 10:46:24 +00:00
Martin Wilke
95f6590f35 - Stage support 2014-02-12 05:54:40 +00:00
Emanuel Haupt
5005b67362 According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.

This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.

Approved by:    portmgr (bapt)
2014-02-10 13:54:26 +00:00
Baptiste Daroussin
ce1c0bc3ed Back to the futur 2014-02-10 13:27:09 +00:00
Baptiste Daroussin
e6ef2c96d5 Mark as deprecated unmaintained ports for which no public distfiles are
available for part or all the needed distfiles.

Reported by:	distillator
2014-02-10 12:58:54 +00:00
Martin Matuska
258c2708dd Update udns to 0.4 2014-02-10 11:59:59 +00:00
Antoine Brodin
c0a78e43e5 Unbreak after OPTIONS helper conversion (extra patch was applied when DOCS
was on when it should have been applied when DOCS was off)
With stage, we do not need this patch anymore

Reported by:	pkg-fallout
2014-02-09 12:41:03 +00:00
Martin Wilke
e5726ecc71 - Really stageify 2014-02-08 17:52:39 +00:00
Martin Wilke
1d8197cf33 - Stage support 2014-02-08 16:36:27 +00:00
Sergey Matveychuk
7b7a338699 - Hide output of check config command
PR:		ports/186195
Submitted by:	Nick Hibma <nick@anywi.com>
2014-02-07 21:07:31 +00:00
Baptiste Daroussin
155aa7f937 Deprecate ports unmaintained for which distillator is not able to find public distfiles
Reported by:	distilator
2014-02-07 18:50:30 +00:00
Bernhard Froehlich
7c527c0183 - Update to 3.2.17
- Add notice that support for nsd3 will stop in the future

FEATURES:
- Support for CAA RR type (RFC6844).
- EUI48 and EUI64 RR types (RFC7043) enabled by default.

BUG FIXES:
- Bugfix #509: USE_ZONE_STATS used initialised memory for statistics data.
- Bugfix #510: USE_ZONE_STATS use a different zone stats file per process.
- Bugfix #542: Match RRSIG TTL with SOA TTL in negative response.

PR:		ports/186307
Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
2014-02-07 14:47:22 +00:00
Bernhard Froehlich
13c57fa0a8 - Update to 4.0.1
- Cleanup rc script

FEATURES:
- recognizes ip-address and interface as synonyms for convenience.
- Support for EUI48 and EUI64 RR types enabled by default (RFC 7043).
- Support for CAA RRtype (RFC 6844).
- NSID can be set with "ascii_somestring" in ascii.

BUG FIXES:
- Fix xfrd when zone transfer TCP contains zero length packets.
- Fix for NSEC3 zones where parent zone is co-hosted, also NSEC3,
because AXFRs overwrote nsec3 administration in the child zone.
- Fix that bad IXFR updates do not result in double SOA records,
and that an AXFR is started (attempted) when the zone state seems
to be inconsistent with the master's zone state.
- Log ip address for sendto and sendmmsg failures.
- Fix segfaults after read of zones with rr type WKS from zonefile.
- Seed PRNG for openssl at start of daemon, fixes SSL connection issue.
- Bugfix #534: IXFR query loop over UDP for zones that are unchanged.
- (same as in 3.2.16): fix wildcard cname to nxdomain repeated rrset.
- (same as in 3.2.16): Bugfix #542: Match RRSIG TTL with SOA TTL in
negative response.
- Check if configure in srcdir collides with outofdir build.
- Fix #546: output format errors in nsd_munin_ (Thanks Tom Hendrikx).
- Fix printout of high-chars in TXT on NetBSD.

PR:		ports/186308
Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
2014-02-07 14:44:23 +00:00
Baptiste Daroussin
4650a910d0 Chase boost and icu bump
While here convert some LIB_DEPENDS
2014-02-07 11:44:08 +00:00
Mathieu Arnold
d02690080f Use a permanent name for the patch. (same file, the other was a symlink.)
Sponsored by:	Absolight
2014-02-07 09:16:26 +00:00
Mathieu Arnold
a25ac2f3ab Add back the RPZ speed improvements patch.
Many thanks to:	Vernon Schryver
Sponsored by:	Absolight
2014-02-07 09:15:23 +00:00
Mathieu Arnold
ad1198b123 Unbreak in the RPZRRL_PATCH case, patch has been released.
Many thanks to:	Vernon Schryver
Sponsored by:	Absolight
2014-02-07 09:10:45 +00:00
Matthias Andree
d72d4d13a8 Move all the way to the test7 release that has other bugfixes.
Note the +AD flag may now be missing on the first response for a given domain,
re-querying within the cache TTL would deliver it.  Bug has been reported.
2014-02-07 08:48:01 +00:00
Matthias Andree
6df2dd2ca5 really add the promised AD flag patch.
Pointy hat to: yours truly
2014-02-07 08:35:23 +00:00
Matthias Andree
8b51e2e0ff Add Simon's patch from Git for AD flag treatment (dig ... +ad). 2014-02-07 08:30:33 +00:00
Danilo Egea Gondolfo
648028d2ab dns/ldns
- Convert LIB_DEPENDS to new syntax

dns/py-ldns
- Add stage support [1]

Reported by:	mat [1]
2014-02-06 19:17:51 +00:00
Danilo Egea Gondolfo
437402f18a - Update from 1.6.16 to 1.6.17
while here
- Add stage support
- Remove the indefinite article from COMMENT
- Convert LICENSE from BSD to BSD3CLAUSE
- Convert USE_GMAKE to USES

PR:		ports/185787
Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
2014-02-06 18:23:57 +00:00
Baptiste Daroussin
1c56057664 Support stage
Do not patch to allow discovering bdb just do it manually (that avoid dependencies on ancient autotools)
Global modernization
2014-02-06 13:19:22 +00:00
Emanuel Haupt
ac70eb008f Support staging. 2014-02-06 09:47:25 +00:00
Emanuel Haupt
c681ee709c Support staging. 2014-02-06 09:41:54 +00:00