aboutsummaryrefslogtreecommitdiffstats
path: root/dns
Commit message (Collapse)AuthorAgeFilesLines
* Remove NOPORTEXAMPLES.adamw2014-07-041-2/+2
|
* Remove more PORTDOCS, and another DOCS->EXAMPLES.adamw2014-07-045-15/+12
|
* - Switch to USES=libtool, drop .la filesamdmi32014-07-032-5/+4
| | | | | | - Convert USE_BZIP2 to USES Approved by: portmgr blanket
* - Switch to USES=libtool, drop .la filesamdmi32014-07-032-8/+7
| | | | - Strip libraries
* Resetting maintainership on ports that have not been staged and without anyantoine2014-07-035-5/+5
| | | | | | pending PR With hat: portmgr
* Use modern LIB_DEPENDSbapt2014-07-014-4/+4
| | | | With hat: portmgr
* - Clarify LICENSEamdmi32014-07-012-5/+8
| | | | | | - Add LICENSE_FILE - Switch to USES=libtool, drop .la files - Strip libraries
* - Take maintainershipsunpoet2014-07-011-1/+1
|
* multiple: reset gslin's maintainereadler2014-06-301-1/+1
| | | | | | | | By request of Gea-Suan Lin <gslin@gslin.org> - reset ports to ports@FreeBSD. Gea-Suan Lin's work is much appreciated. Approved by: portmgr (implicit) (not really, skipping NO_STAGE check)
* - Chase database/sqlite3 slib bumpmiwi2014-06-284-1/+4
| | | | Approved by: portmgr (myself)
* - Update to 0.8miwi2014-06-273-16/+11
| | | | | | - Use ports SSL PR: 190703
* - Update to 0.1.3zi2014-06-263-10/+8
|
* Allow to build with texinfo from portsantoine2014-06-261-1/+1
| | | | With hat: portmgr
* Fix build with ports makeinfobapt2014-06-261-1/+1
|
* Convert GMAKE to MAKE_CMDbapt2014-06-252-5/+5
| | | | | | | Please note that lots of invocation of MAKE_CMD here are wrong as they do not properly respect MAKE_ENV and friends With hat: portmgr
* Add a PYTHON option to bind99 and bind910, it installs a couple of dnssecmat2014-06-248-23/+61
| | | | | | | related utilities. Use bind's own Makefiles for installation in bind-tools. Sponsored by: Absolight
* - Update to 1.08jadawin2014-06-242-3/+6
| | | | - Add LICENSE
* - Update to 0.1.2zi2014-06-243-7/+22
|
* dns/ldapdns: update to 2.07wg2014-06-205-37/+16
| | | | | | | | | | - Update to 2.07 [1] - Add WWW [1] - Simplify install target - Remove useless options include PR: 189321 [1] Submitted by: maintainer
* - Update from 1.4.6 to 1.4.7danilo2014-06-202-3/+3
| | | | | PR: ports/191201 Submitted by: freebsd@dns-lab.com
* dns/p5-Net-DNS: Update 0.76 -> 0.77pi2014-06-202-3/+6
| | | | | | | As reported in: http://lists.freebsd.org/pipermail/freebsd-perl/2014-June/009557.html Submitted by: Daniel Austin <freebsd-ports@dan.me.uk>
* dns/rbldnsd: Stagifypi2014-06-192-22/+20
| | | | Approved by: portmgr (blanket)
* dns/credns: support stagewg2014-06-196-82/+34
| | | | | | | | | - Support stage - Use new options helpers - Pet portlint for WWW PR: 190933 (based on) Submitted by: maintainer
* Fix plist.mat2014-06-181-1/+0
| | | | Sponsored by: Absolight
* Fix dns/bind-tools after the gssapi update.mat2014-06-184-29/+30
| | | | | | Also, move it from BIND 9.9 to 9.10, and add delv and nsupdate. Sponsored by: Absolight
* Remove test bits.mat2014-06-183-12/+3
| | | | | Pointy hat to: mat Sponsored by: Absolight
* Convert dns/bind9* to USES=gssapi.mat2014-06-176-40/+110
| | | | Sponsored by: Absolight
* Correct local path for rpz* patchs.mat2014-06-132-2/+2
| | | | Sponsored by: Absolight
* dns/inadyn-mt: update to 02.24.40wg2014-06-133-18/+16
|
* Update to 9.10.0-P2mat2014-06-122-7/+5
| | | | | | Changes: https://lists.isc.org/pipermail/bind-announce/2014-June/000914.html Security: CVE-2014-3859 Sponsored by: Absolight
* Update to 9.9.5-P1.mat2014-06-122-11/+9
| | | | | Changes: https://lists.isc.org/pipermail/bind-announce/2014-June/000913.html Sponsored by: Absolight
* Update to 9.8.7-P1mat2014-06-122-11/+9
| | | | | Changes: https://lists.isc.org/pipermail/bind-announce/2014-June/000912.html Sponsored by: Absolight
* - Add LICENSE informationashish2014-06-121-8/+10
| | | | | - Update LIB_DEPENDS format - Add STAGE support
* - Update to 0.19jadawin2014-06-112-3/+3
|
* - Update to 0.76jadawin2014-06-112-3/+3
|
* Support LIBS like LDFLAGS.tijl2014-06-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV. - Add an option helper for LIBS. - Adjust all ports that already use LIBS. Also remove references to PTHREAD_CFLAGS and PTHREAD_LIBS while here. - Some ports did not support having a LIBS environment variable and required additional patches. Somewhat simplified a linker command line looks like: ${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS} where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and LIBS can be controlled by us. If possible -L and -l flags need to be added to LIBS to make sure they appear after any -L and -l flags set by upstream. Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this may appear too early on the command line causing installed libraries to be linked in instead of freshly built ones. Additional changes: benchmarks/netio: Replace WITH_IPV6 with an IPV6 option. comms/gnokii: Replace some patches with USES=pathfix. Also remove -fPIC. graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR. graphics/visionworkbench: Remove FreeBSD 7 support. multimedia/libmovtar: New LIB_DEPENDS syntax. multimedia/opencinematools: Use standard do-build. net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins) net-mgmt/nagios: Remove -fPIC. net-mgmt/nagios4: Remove -fPIC. print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036. security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS. This skips a test in configure that falsely detects pthread_mutexattr_init in our libc. sysutils/dar: Fix iconv detection. x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD hack and use $CXX as linker as on other platforms. PR: 190592 Exp-run by: antoine Approved by: portmgr (antoine)
* Remove all the bootstrap files (.bs) from the plists.mat2014-06-104-4/+0
| | | | | | | | | | Starting with perl 5.20, they're not installed any more if empty, and on FreeBSD, they're (always ?) empty. PR: 190681 Submitted by: mat Exp-Run by: antoine Sponsored by: Absolight
* dns/bindgraph: shebangfix and pkg-plist fixpi2014-06-102-2/+4
| | | | Approved by: rafan (maintainer), jadawin (mentor)
* Remove indefinite articles and trailing periods from COMMENT, plusolgeni2014-06-1022-22/+22
| | | | | | | minor COMMENT typos and surrounding whitespace fixes. Categories D-F. CR: D196 Approved by: portmgr (bapt)
* Do install a rndc.conf.sample.mat2014-06-091-0/+1
| | | | Sponsored by: Absolight
* Unbreak, it seems not everybody as switched to pkg yet...mat2014-06-094-35/+29
| | | | Sponsored by: Absolight
* Mass-update maintainer from fbsd-ports@opsec.eu -> pi@FreeBSD.orgpi2014-06-091-1/+1
|
* dns/rbllookup-ng: fixed shebangpi2014-06-071-1/+1
| | | | Approved by: mentors (implicit), portmgr (blanket)
* Cosmetic plist change.jkim2014-06-071-1/+1
|
* Fix plist.jkim2014-06-072-0/+7
| | | | Reported by: swills
* Fix build with LUA option enabled [1]; modernize USE_BZIP2.mandree2014-06-071-8/+6
| | | | | | | | | | | | [1] Recent changes to the Lua ports cause a build failure and have broken powerdns-recursor when LUA is enabled. USES+= lua:51 also no longer worked so had to pet the Makefile a little. [mandree] modernize USE_BZIP2 -> USES=tar:bzip2 PR: 190698 Submitted by: tremere@cainites.net Approved by: portmgr (blanket)
* Don't install rndc.confmat2014-06-066-8/+6
| | | | | | | | It is generated by the rc script during the first startup. And if the file is present, it messes up the rndc.key generation. Poked by: Alain Audebert Sponsored by: Absolight
* - Fix build with JDK7 and later. [1]jkim2014-06-062-16/+30
| | | | | | | - Make the build options actually work. - Make portlint happy. Reported by: exp-run (PR190511) [1]
* -Add more options for rc scriptfeld2014-06-062-15/+15
| | | | | | | | | -Utilize opendns if no provider configured to preserve documented behavior -rc script passes rclint -Fix the _dnscrypt-proxy user's home directory and add UPDATING entry PR: 190406 Submitted by: AllanJude
* - Update to 0.6.0miwi2014-06-053-7/+6
| | | | | PR: 190620 Submitted by: maintainer
* Update to 1.4.0feld2014-06-054-10/+21
| | | | | | | Add _dnscrypt-proxy user PR: 190406 Approved by: maintainer
* Maintainer takeover, stage support for dns/ldapdnsmilki2014-06-042-35/+33
| | | | | | | | | | - New maintainer: portmaster@bsdforge.com - Staging support - DOCS, EXAMPLES options PR: 188929 Submitted by: portmaster@bsdforge.com (new maintainer) Approved by: swills (mentor)
* wdns is a low-level DNS library. It contains a fast DNS message parsermiwi2014-06-035-0/+39
| | | | | | | | and various utility functions for manipulating wire-format DNS data. WWW: https://github.com/farsightsec/wdns PR: ports/190552
* - Update from 1.4.3 to 1.4.6 [1]danilo2014-06-012-8/+18
| | | | | | | | | | | | - Add new options [2] while here - Add libtool to USES - Silence mkdir and post-patch commands Patch improved by Daniel Salzman <daniel.salzman@nic.cz> [2] PR: ports/190370 Submitted by: Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer) [1]
* - Fix dnscache-conf referring to STAGEDIR when IP6 option is selected.bdrewery2014-05-311-2/+3
| | | | | | | | | | Something in the dependency chain for dnsip6 rebuilds when conf-home is updated. By creating it before the build and then moving it over later the timestamp is before all the built binaries. Since we purposely remove all installer-related files, only those will be rebuilt. Reported by: brd
* Staging supportrafan2014-05-301-8/+7
|
* Fix maintainer's email addressantoine2014-05-301-1/+1
| | | | With hat: portmgr
* dns/ironsides: USES+= zipmarino2014-05-291-2/+2
|
* Stageify.vanilla2014-05-272-4/+11
| | | | Approved by: portmgr@
* - Update to version 1.11.3allanjude2014-05-273-27/+31
| | | | | | | | | | - turn GeoIP on by default - portlint and staging cleanups - update maintainer email address PR: ports/190192 Reviewed by: swills Approved by: eadler (mentor)
* Replace lang/lua with the new lang/lua51bapt2014-05-261-2/+2
| | | | | | | | lang/lua51 is working the same way lang/lua52, chase ports using lua 5.1 Make the default lua lua52 Make all lua ports using USES=lua Approved by: portmgr (implicit)
* - Convert gmake to USESmiwi2014-05-262-2/+2
| | | | Approved by: portmgr
* - Add LICENSEsunpoet2014-05-251-4/+6
| | | | | | | | | - Convert to new options framework - Pass maintainership to submitter - While I'm here, simplify Makefile PR: ports/189507 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
* - Add LICENSEsunpoet2014-05-251-4/+6
| | | | | | | | | - Convert to new options framework - Pass maintainership to submitter - While I'm here, simplify Makefile PR: ports/189506 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
* - Add LICENSEsunpoet2014-05-252-3/+5
| | | | | | | | | - Use single space after WWW: - Pass maintainership to submitter - While I'm here, remove leading indefinite article from COMMENT PR: ports/189505 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
* - Update to 1.0.4miwi2014-05-252-4/+3
| | | | | PR: 186059 Submitted by: Eero HÀnninen <fax@nohik.ee>
* Update to latest snapshot.mat2014-05-252-5/+5
| | | | Sponsored by: Absolight
* Fix build with DNSSEC and without NLS/DBUS options.mandree2014-05-241-0/+1
| | | | | PR: 190149 Submitted by: Kevin Zheng
* - Convert gmake to USESmiwi2014-05-231-1/+1
|
* Fix building.vanilla2014-05-212-3/+4
| | | | Submitted by: swills@
* 1: Support stagning.vanilla2014-05-201-6/+7
| | | | | | 2: add LICENSE. Approved by: portmgr@
* Support staging.vanilla2014-05-203-9/+23
| | | | Approved by: portmgr@
* Support staging.vanilla2014-05-201-8/+5
| | | | Approved by: portmgr@
* Support staging.vanilla2014-05-206-27/+163
| | | | Approved by: portmgr@
* - Update to 1.3.17erwin2014-05-202-5/+4
| | | | | | | | Multiples bugfixes PR: 189973 Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) Sponsored by: DK Hostmaster A/S
* Upgrade to new upstream version 2.71. Upstream's changelog:mandree2014-05-192-3/+3
| | | | | | | | | | | | | | | | | | | version 2.71 Subtle change to error handling to help DNSSEC validation when servers fail to provide NODATA answers for non-existent DS records. Tweak code which removes DNSSEC records from answers when not required. Fixes broken answers when additional section has real records in it. Thanks to Marco Davids for the bug report. Fix DNSSEC validation of ANY queries. Thanks to Marco Davids for spotting that too. Fix total DNS failure and 100% CPU use if cachesize set to zero, regression introduced in 2.69. Thanks to James Hunt and the Ubuntu crowd for assistance in fixing this.
* Use @sampleerwin2014-05-192-9/+5
| | | | | | | PR: 189869 Submitted by: erwin Approved by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) Sponsored by: DK Hostmaster A/S
* Fix build with GOST (on 10, base OpenSSL doesn't have it)mat2014-05-186-5/+47
| | | | | | Make sure OpenSSL from ports is used < 10. Sponsored by: Absolight
* Remove explicit showing of pkg-message, it's automatic these days.erwin2014-05-171-3/+0
| | | | Submitted by: bdrewery
* Ok, revert r354129, it was a bad idea.mat2014-05-164-4/+4
| | | | | Poked by: many Sponsored by: Absolight
* Fix some outstanding issues with staging and make it work with botherwin2014-05-152-16/+25
| | | | | | | | | pkg_install and pkgng. PR: 189823 Submitted by: erwin Prodded by: swills Approved by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
* Add bundy, the successor of BIND10.mat2014-05-156-0/+977
| | | | | | | | Until a release is done, this will be a snapshot from the github source tree. http://bundy-dns.de/ Sponsored by: Absolight
* Install libldns.pcerwin2014-05-152-0/+3
| | | | | | PR: 189263 Submitted by: Josh Cepek <josh.cepek@usa.net> Approved by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
* Try and fix the plist for bind9* ports when <10.mat2014-05-154-4/+4
| | | | | Poked by: swills Sponsored by: Absolight
* - Update to 0.18jadawin2014-05-153-6/+4
|
* - Update to 0.75jadawin2014-05-153-10/+3
|
* - Run unbound even when unbound-anchors failssem2014-05-152-2/+3
| | | | | | | - Remove trailing space PR: ports/189818 Submitted by: zi
* Make GOST in BIND 9.* optionalmat2014-05-153-6/+16
| | | | | | Test Plan: Currently testing in poudriere Differential Revision: https://phabric.freebsd.org/D12
* Stagify.ale2014-05-122-25/+19
|
* Update to version 1.1, with fix of ports/165707 in it.edwin2014-05-112-4/+3
| | | | | PR: 165707 Submitted by: Henk van Oers <henk.van.oers@xs4all.nl>
* Remove patchfile that is no longer needed (forgotten in previous commit)johans2014-05-111-119/+0
|
* - Update to dnsutl 1.12johans2014-05-112-6/+12
| | | | - Adopt port
* Reset more maintainers:antoine2014-05-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <yar@FreeBSD.org>: host hub.freebsd.org[8.8.178.136] said: 550 5.1.1 <yar@FreeBSD.org>: Recipient address rejected: User unknown in local <rud@cs.uni-magdeburg.de>: host mail.cs.uni-magdeburg.de[141.44.21.48] said: 550 5.1.1 <rud@cs.uni-magdeburg.de>... User unknown (in reply to RCPT TO <stefan@fh-mainz.de>: host srv-eml-pmva-02.fh-mainz.de[143.93.114.189] said: 550 5.1.1 <stefan@fh-mainz.de>: Recipient address rejected: undeliverable <ocaml-ounit-port@kotka.de>: host kotka.de[62.75.247.120] said: 550 5.1.1 <ocaml-ounit-port@kotka.de>: Recipient address rejected: User unknown in <toru@tenchi.ne.jp>: host tuna.tenchi.ne.jp[49.212.63.105] said: 550 5.1.1 <toru@tenchi.ne.jp>... User unknown (in reply to RCPT TO command) <nehe@cruzinternet.com>: host inbound.platinum.ca[69.31.192.27] said: 550 cuda_nsu User [nehe@cruzinternet.com] does not exist (in reply to RCPT TO <ports@emorific.com>: Host or domain name not found. Name service error for name=emorific.com type=AAAA: Host not found <ubique@peterhost.ru>: host mx.mail.corp.hostcomm.ru[89.111.166.49] said: 550 Sorry, no mailbox here by that name (in reply to RCPT TO command) <ports@brandon.dvalentine.com>: host ASPMX.L.GOOGLE.com[2607:f8b0:400c:c01::1a] said: 550-5.1.1 The email account that you tried to reach does not exist. With hat: portmgr
* Reset a few maintainersantoine2014-05-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <adam.freebsd@fastmail.fm>: host in1-smtp.messagingengine.com[66.111.4.72] said: 550 5.1.1 <adam.freebsd@fastmail.fm>: Recipient address rejected: User unknown in local recipient table (in reply to RCPT TO command) <dnscheckengine-port@academ.com>: host ASPMX.L.GOOGLE.com[74.125.131.26] said: 550-5.1.1 The email account that you tried to reach does not exist. Please <kawahara@nlp.kuee.kyoto-u.ac.jp>: Sorry, no mailbox here by that name. (#5.1.1) <hnsmaster@h14m.org>: Host or domain name not found. Name service error for name=h14m.org type=AAAA: Host found but no data record of requested type <jre@vineyard.net>: Recipient address rejected: User unknown in virtual mailbox table (in reply to RCPT TO command) (in reply to RCPT TO command) <gawrilow@math.tu-berlin.de>: host mail.tu-berlin.de[130.149.7.33] said: 550 Recipient verify failed (in reply to RCPT TO command) <mico@bsd.hu>: host mail.datacast.hu[195.70.49.210] said: 550 5.1.1 <mico@bsd.hu>: Recipient address rejected: User unknown in virtual mailbox <gogo@cs.uni-sb.de>: host mail.cs.uni-sb.de[134.96.254.200] said: 550 5.1.1 <gogo@cs.uni-sb.de>... User unknown (in reply to RCPT TO command) <mickey@enforcer.cc>: Host or domain name not found. Name service error for name=keep.yourmail.yuk type=AAAA: Host not found <lucio@zetasolucoes.com.br>: host ASPMX.L.GOOGLE.COM[2607:f8b0:400c:c01::1a] said: 550-5.1.1 The email account that you tried to reach does not exist. <luke@novum.am.lublin.pl>: Host or domain name not found. Name service error for name=novum.am.lublin.pl type=AAAA: Host not found <aihal@users.sourceforge.net>: host mx.sourceforge.net[216.34.181.68] said: 550 unknown user (in reply to RCPT TO command) With hat: portmgr
* Update to 9.10.0-P1.mat2014-05-092-4/+4
| | | | | | Changes: https://lists.isc.org/pipermail/bind-announce/2014-May/000909.html Security: CVE-2014-3214 Sponsored by: Absolight
* Convert all :U to :tu and :L to :tlbapt2014-05-051-1/+1
| | | | | | | | | | | | | | Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a replacement for :U and :L (which has been marked as deprecated) bmake which is the default on FreeBSD 10+ only support by default :tu/:tl a hack has been added at the time to support :U and :L to ease migration. This hack is now not necessary anymore Note that this makes the ports tree incompatible with make(1) from FreeBSD 8.3 or earlier With hat: portmgr
* Update to 9.10.0mat2014-05-022-4/+4
| | | | | | Changes: https://lists.isc.org/pipermail/bind-announce/2014-May/000908.html Relnotes: yes (if applicable to ports) Sponsored by: Absolight
* Convert p5-DNS-Ldns to staging.mat2014-04-303-47/+50
| | | | | Truckload of pointy hats to: erwin Sponsored by: Absolight
* Add p5-DNS-Ldns, perl bindings for ldns.erwin2014-04-303-0/+58
| | | | | | | | | This port inherits NO_STAGE from its master port. PR: ports/185788 Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> Sponsored by: DK Hostmaster A/S Approved by: portmgr (self)
* - Update to 1.4.5erwin2014-04-303-31/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added Staging support; Modern options handling where possible. Bugfixes: OPENDNSSEC-607: libhsm not using all mandatory attributes for GOST key generation. OPENDNSSEC-609: ods-ksmutil: 'key list' command fails with error in 1.4.4 on MySQL. Reported by Mark Elkins <mje@posix.co.za> Includes the update to 1.4.4: Updates: SUPPORT-114: libhsm: Optimize storage in HSM by deleting the public key directly if SkipPublicKey is used [OPENDNSSEC-574]. OPENDNSSEC-358: ods-ksmutil: Extend 'key list' command with options to filter on key type and state. This allows keys in the GENERATE and DEAD state to be output. OPENDNSSEC-549: Signer Engine: Put NSEC3 records on empty non-terminals derived from unsigned delegations (be compatible with servers that are incompatible with RFC 5155 errata 3441). Bugfixes: SUPPORT-86: Fixed build on OS X [OPENDNSSEC-512]. SUPPORT-97: Signer Engine: Fix after restart signer thinks zone has expired [OPENDNSSEC-526]. SUPPORT-101: Signer Engine: Fix multiple zone transfer to single file bug [OPENDNSSEC-529]. SUPPORT-102: Signer Engine: Fix statistics (count can be negative)/ SUPPORT-108: Signer Engine: Don't replace tabs in RRs with whitespace [OPENDNSSEC-520]. SUPPORT-116: ods-ksmutil: 'key import' date validation fails on certain dates [OPENDNSSEC-553]. SUPPORT-128: ods-ksmutil. Man page had incorrect formatting [OPENDNSSEC-576]. SUPPORT-127: ods-signer: Fix manpage sections. OPENDNSSEC-457: ods-ksmutil: Add a check on the 'zone add' input/output type parameter to allow only File or DNS. OPENDNSSEC-481: libhsm: Fix an off-by-one length check error. OPENDNSSEC-482: libhsm: Improved cleanup for C_FindObjects. OPENDNSSEC-531: ods-ksmutil: Exported value of in 'policy export' output could be wrong on MySQL. OPENDNSSEC-537: libhsm: Possible memory corruption in hsm_get_slot_id. OPENDNSSEC-544: Signer Engine: Fix assertion error that happens on an IXFR request with EDNS. OPENDNSSEC-546: enforcer & ods-ksmutil: Improve logging on key creation and alloctaion. OPENDNSSEC-560: Signer Engine: Don't crash when unsigned zone has no SOA. Signer Engine: Fix a race condition when stopping daemon. PR: 188482 Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> Sponsored by: DK Hostmaster A/S
* Update to 9.10.0.rc2mat2014-04-2811-400/+328
| | | | | | | | - Remove REPLACE_BASE option, I should have done so when adding 9.10.0.rc1 - Clean the Makefile a bit Changes: https://lists.isc.org/pipermail/bind-announce/2014-April/000907.html Sponsored by: Absolight
* Upgrade to new upstream version 2.70. Upstream changelog:mandree2014-04-282-4/+3
| | | | | | | | | | | Fix crash, introduced in 2.69, on TCP request when dnsmasq compiled with DNSSEC support, but running without DNSSEC enabled. Thanks to Manish Sing for spotting that one. Fix regression which broke ipset functionality. Thanks to Wang Jian for the bug report. Submitted by: Herbert J. Skuhra
* - Update to 0.39sunpoet2014-04-272-3/+9
| | | | | | | | - Add RHBL option Changes: http://search.cpan.org/dist/Net-DNSBL-MultiDaemon/Changes PR: ports/188613 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
* Bump PORTREVISION to force package rebuild after the recent Xorg update.tijl2014-04-261-0/+1
| | | | The packages still require old library versions of freetype2 and libxml2.
* Support stagebapt2014-04-261-30/+20
| | | | Cleanup a bit
* Convert to USES=tarbdrewery2014-04-251-1/+1
|
* Remove the last @comment $FreeBSD$ from plists.mat2014-04-251-1/+0
| | | | | With hat: portmgr Sponsored by: Absolight
* Switch to use lua 5.2bapt2014-04-222-5/+5
|
* Add IGNORE if the default python is not the right one.mat2014-04-221-2/+8
| | | | Sponsored by: Absolight
* Update to 1.2.0.mat2014-04-213-157/+567
| | | | | Changes: https://lists.isc.org/pipermail/bind10-announce/2014-April/000033.html Sponsored by: Absolight
* - Fix plist to have proper 'rmdir DIR' ordering.bdrewery2014-04-214-7/+8
| | | | | | | | Pkgng will not detect the directory otherwise. This was due to incorrectly advise in the check-stagedir.sh script, fixed in r351587 With hat: portmgr
* Additional port improvementsjpaetzel2014-04-201-13/+4
|
* Add needed dependancies for this port.jpaetzel2014-04-201-0/+15
| | | | | | | | | Due to the FreeNAS build system being very....simplistic the deps weren't needed in the port there, however to work properly in FreeBSD they of course are needed. Noticed by: swills Pointyhat to: jpaetzel
* Port improvementsjpaetzel2014-04-192-8/+4
| | | | Submitted by: Ruslan Makhmatkhanov
* Add a new port, py-bonjour. Provides python bindings tojpaetzel2014-04-195-0/+28
| | | | zeroconf.
* Bump port revision after I changed LIB_DEPENDS.peter2014-04-181-1/+1
| | | | | Approved by: bdrewery Pointy-hat to: peter
* Fix apparent typo in LIB_PATH that prevented build with LIBEVENT14peter2014-04-181-1/+1
| | | | Approved by: bdrewery
* Fix the rc script reload command.mat2014-04-186-6/+27
| | | | | Noticed by: David Samms Sponsored by: Absolight
* - Use DO_MAKE_BUILD instead of MAKE_CMD so that WITH_CCACHE_BUILD works.bdrewery2014-04-171-1/+1
|
* Bump portrevision for shlib change in libxml2zeising2014-04-171-1/+1
| | | | Approved by: portmgr (bdrewery, implicit)
* The FreeBSD x11@ and graphics team proudly presentszeising2014-04-175-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb)
* Propose local-service option in default .example configuration.mandree2014-04-162-0/+16
| | | | | PR: ports/188548 Submitted by: Jeroen van der Ham <jeroen@1sand0s.nl>
* - Really fix unbound_anchorflagssem2014-04-132-8/+18
| | | | | - New LIB_DEPENDS format - Strip binaries
* Use @sample for my port, cleanup an etc/PORTNAME into ETCDIR.mat2014-04-136-37/+15
| | | | Sponsored by: Absolight
* - Fix unbound_anchorflags in RC scriptsem2014-04-111-1/+1
|
* Ignore this port while the release is newer than the candidates.mandree2014-04-111-1/+1
|
* Update to new upstream 2.69 release. Adds DNSSEC support.mandree2014-04-113-11/+22
| | | | Full changelog: <http://www.thekelleys.org.uk/dnsmasq/CHANGELOG>
* Two changes to the RC scriptmat2014-04-116-14/+15
| | | | | | | | | - Add a dependency on ldconfig - Allow people to change the pidfile PR: 188439 Submitted by: Oliver Lehmann Sponsored by: Absolight
* Introduce BIND 9.10.0rc1mat2014-04-1119-0/+1508
| | | | | | | | | | | | | | | | | BIND 9.10 includes a number of changes from earlier releases, including: - DNS Response-rate limiting (DNS RRL) - A new "prefetch" option can improve recursive resolver performance - ACLs can now be specified based on geographic location using the MaxMind GeoIP databases. - A new compile-time option, NATIVE_PKCS11 allows the BIND 9 cryptography functions to use the PKCS#11 API natively. *NOTE* This is a release candidate, it may contain bugs. *NOTE* Changes: https://lists.isc.org/pipermail/bind-announce/2014-April/000906.html Sponsored by: Absolight
* Remove noop patch.mat2014-04-102-24/+0
| | | | Sponsored by: Absolight
* - Add a patch to install missing man pagemat2014-04-095-7/+45
| | | | | | | - Add dnssec-* tools to bind-tools[1] Requested by: many [1] Sponsored by: Absolight
* - Add staging supportpawel2014-04-052-7/+5
| | | | | - Remove leading article from COMMENT - Convert to USES=gmake
* - Add staging supportpawel2014-04-052-44/+23
| | | | | | - Remove leading article from COMMENT - Don't define ETCDIR, it's done by ports framework - Define DOCS EXAMPLES options
* - Add staging supportpawel2014-04-052-24/+16
| | | | | - Remove leading article from COMMENT - Define DOCS option
* Add staging supportpawel2014-04-052-18/+14
|
* - Fix race during build of DJB ports that could lead to files leaking out ofbdrewery2014-04-041-3/+4
| | | | | | | | | | | | STAGEDIR. The auto_home.c/auto_qmail.c (depending on which conf- file is used) must be deleted to or else this might not be executed depending on how quickly build and pre-install run: ./auto-str auto_home `sed 1q conf-home` > auto_home.c - Move STAGEDIR fixing to post-build with a message explaining the rebuild. - Bump PORTREVISION as pkg_install packages may have been built without some files.
* - Use ECHO_CMD instead of echobdrewery2014-04-031-4/+4
|
* Upgrade to new upstream release candidate #rc4.mandree2014-04-012-4/+4
| | | | | | Fixes ipset logging patch. Known issue: The executable identifies as #rc3.
* Update to new upstream release candidate #2.mandree2014-03-302-4/+4
| | | | | | | | | | | | | | | | | | | | Git shortlog between 2.69 rc1 and rc2: Simon Kelley (7): Add dnssec-check-unsigned to example config file. Reorder sanity checks on UDP packet reception, to cope with failed recvfro SERVFAIL is an expected error return, don't try all servers. Terminate DS-search when reaching the root via cache entries. Cache stats availble in CHAOS .bind domain. Ensure ->sentto is valid for DNSSEC forwards. Otherwise retries SEGV. Add --dnssec-no-timecheck Tomas Hozza (2): Memory leak in error path. Handle failure of hash_questions() Wang Jian (1): Log IPSET actions.
* - Fix startup scriptmat2014-03-274-7/+7
| | | | | | | | - Fix whitespace PR: 188011 Submitted by: takefu Sponsored by: Absolight
* Touch all -conf files so they do not get rebuilt after auto_home.o has been ↵bapt2014-03-261-0/+1
| | | | rebuilt
* - Update to 1.22sunpoet2014-03-262-3/+3
| | | | Changes: http://search.cpan.org/dist/Net-DNS-ZoneFile-Fast/Changes
* Finaly pet rclint.mat2014-03-264-46/+32
| | | | | With help from: crees Sponsored by: Absolight
* Remove GSSAPI from the default options.mat2014-03-252-4/+4
| | | | | | | Almost nobody needs it, and people keep having a hard time building BIND because of this. Sponsored by: Absolight
* - Update to 0.1.1zi2014-03-253-11/+9
|
* - Update to 4.0.3madpilot2014-03-243-9/+12
| | | | | PR: ports/187596 Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
* - Update to 0.1.18sunpoet2014-03-242-3/+3
| | | | Changes: http://search.cpan.org/dist/Mozilla-PublicSuffix/Changes
* Upgrade to release candidate #1.mandree2014-03-232-7/+6
|
* - Update to 0.12culot2014-03-222-3/+3
| | | | Changes: http://search.cpan.org/dist/Net-DNS-Lite/Changes
* - Support stagingehaupt2014-03-201-5/+5
| | | | - Use shebangfix
* - Support stagingehaupt2014-03-182-11/+8
| | | | | - New LIB_DEPENDS definition - Use WWW: with a single space
* - Support stagingehaupt2014-03-181-11/+11
| | | | | - Use shebangfix - Define DOCS option
* Quiesce mkdirehaupt2014-03-183-4/+4
|
* - Support stagingehaupt2014-03-182-8/+7
| | | | - Define DOCS option
* Support stagingehaupt2014-03-181-6/+3
|
* - Use SUB_FILES for named.conf and the rc scriptmat2014-03-188-24/+16
| | | | | | - Fix some package installation warnings Sponsored by: Absolight
* Update to 1.1.0.mat2014-03-173-44/+37
| | | | Sponsored by: Absolight
* - Update MASTER_SITESsunpoet2014-03-151-1/+1
|
* Support stagingehaupt2014-03-141-15/+3
|
* - Update to 1.4.22sem2014-03-134-25/+12
|
* Upgrade to new upstream test release #11.mandree2014-03-112-4/+4
| | | | | | | | | | | | | | | | | | Git shortlog since test release #9: Speeling. Strip DNSSEC RRs when query doesn't have DO bit set. Return INSECURE when validation fails with proved non-existent DS. Negative caching for DS records. Check that unsigned replies come from unsigned zones if --dnssec-check-uns Tidy. Fix off-by-one overwrite. Don't free blockdata for negative DS cache entries. Handle replies with no answers and no NS in validate_reply. Tweak tuning params. Don't cache secure replies which we've messsed with. Mass edit of INSECURE->BOGUS returns for server failure/bad input. Can have local DS records (trust anchors).
* Remove expired ports:rene2014-03-106-87/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2014-03-10 deskutils/libopensync-plugin-synce: No more public distfiles 2014-03-10 irc/irchat-pj-xemacs21-mule: No more public distfiles 2014-03-10 irc/pure-xemacs21-mule: No more public distfiles 2014-03-10 lang/dice: No more public distfiles 2014-03-10 irc/dcc: No more public distfiles 2014-03-10 sysutils/backupme: No more public distfiles 2014-03-10 net/freeswitch-curl-devel: No more public distfiles 2014-03-10 misc/freeswitch-pizzademo-devel: No more public distfiles 2014-03-10 emulators/cygne-sdl: No more public distfiles 2014-03-10 mail/newmail: No more public distfiles 2014-03-10 x11-toolkits/xscoop: No more public distfiles 2014-03-10 security/didentd: No more public distfiles 2014-03-10 sysutils/wait_on: No more public distfiles 2014-03-10 net/freeswitch-sbc-devel: No more public distfiles 2014-03-10 multimedia/gxanim: No more public distfiles 2014-03-10 www/nd: No more public distfiles 2014-03-10 lang/fbbi: No more public distfiles 2014-03-10 textproc/csv2xml: No more public distfiles 2014-03-10 www/trac-calendar: No more public distfiles 2014-03-10 misc/stan: No more public distfiles 2014-03-10 japanese/gtkicq: No more public distfiles 2014-03-10 net/nc6: No more public distfiles 2014-03-10 net/jpcap: No more public distfiles 2014-03-10 games/quake-extras: No more public distfiles 2014-03-10 net/asfrecorder: No more public distfiles 2014-03-10 sysutils/pyrenamer: No more public distfiles 2014-03-10 palm/synce-sync-engine: No more public distfiles 2014-03-10 www/linux-mplayer-plugin: No more public distfiles 2014-03-10 net-mgmt/airport: No more public distfiles 2014-03-10 textproc/manued.el: No more public distfiles 2014-03-10 sysutils/jailer: No more public distfiles 2014-03-10 sysutils/blimitd: No more public distfiles 2014-03-10 print/abntex: No more public distfiles 2014-03-10 sysutils/monkeytail: No more public distfiles 2014-03-10 dns/dns_mre: No more public distfiles 2014-03-10 japanese/libjcode: No more public distfiles 2014-03-10 sysutils/jailutils: No more public distfiles 2014-03-10 net/freeswitch-vanilla-devel: No more public distfiles 2014-03-10 sysutils/hdup: No more public distfiles 2014-03-10 print/cups-smb-backend: No more public distfiles 2014-03-10 x11/settitle: No more public distfiles 2014-03-10 sysutils/anteater: No more public distfiles 2014-03-10 www/trac-pendingticket: No more public distfiles 2014-03-10 www/admuser: No more public distfiles 2014-03-10 x11-themes/gnome-icons-snowish: No more public distfiles 2014-03-10 www/metacafe_dl: No more public distfiles 2014-03-10 irc/irchat-pj-emacs21: No more public distfiles 2014-03-10 www/horde3-wicked: No more public distfiles 2014-03-10 java/drexelsnmp: No more public distfiles 2014-03-10 mail/sigit: No more public distfiles 2014-03-10 misc/freeswitch-scripts-devel: No more public distfiles 2014-03-10 www/vtiger-customerportal: No more public distfiles 2014-03-10 irc/pure-emacs21: No more public distfiles 2014-03-10 www/extsm: No more public distfiles 2014-03-10 misc/cwish: No more public distfiles 2014-03-10 www/phpscheduleit: No more public distfiles 2014-03-10 palm/synce-serial: No more public distfiles 2014-03-10 palm/synce-vdccm: No more public distfiles 2014-03-10 net/freeswitch-insideout-devel: No more public distfiles 2014-03-10 sysutils/fusefs-fur: No more public distfiles 2014-03-10 mail/clamfilter: No more public distfiles 2014-03-10 textproc/cost: No more public distfiles 2014-03-10 palm/synce-gvfs: No more public distfiles 2014-03-10 net/nxserver: No more public distfiles 2014-03-10 sysutils/throttle: No more public distfiles 2014-03-10 japanese/aterm: No more public distfiles 2014-03-10 mail/teapop: No more public distfiles 2014-03-10 www/eldav.el: No more public distfiles 2014-03-10 graphics/gsnapshot: No more public distfiles 2014-03-10 japanese/zangband: No more public distfiles 2014-03-10 audio/xmms-wma: No more public distfiles 2014-03-10 misc/projectionlib: No more public distfiles
* Remove expired ports with no active website:rene2014-03-085-98/+0
| | | | | | | | | | | | | | | | | 2014-03-07 deskutils/phprojekt: No more public distfiles 2014-03-07 deskutils/libopensync-plugin-synce-legacy: No more public distfiles 2014-03-07 dns/skadns: No more public distfiles 2014-03-07 sysutils/gkrellmwho2: No more public distfiles 2014-03-07 audio/xmms-musepack: No more public distfiles 2014-03-07 archivers/bzip: No more public distfiles 2014-03-07 devel/cvsstat: No more public distfiles 2014-03-07 graphics/enfle: No more public distfiles 2014-03-07 audio/oggsplit: No more public distfiles 2014-03-07 devel/picasm: No more public distfiles 2014-03-07 databases/mysql-udf-preg: No more public distfiles 2014-03-07 devel/py-gitpython: No more public distfiles 2014-03-07 net/mars_nwe: No more public distfiles 2014-03-07 audio/fmio: No more public distfiles
* Pet PORTSCOUT.mat2014-03-081-0/+2
| | | | Sponsored by: Absolight
* Convert d* to USES=zipbapt2014-03-083-6/+3
|
* - Remove outdated PERL_LEVEL checksunpoet2014-03-071-9/+1
| | | | With hat: perl
* Always depend on libxml[1]mat2014-03-072-15/+14
| | | | | | | | Add XML newstats support to bind99[2] PR: 186890[1], 186791[2] Submitted by: Jason Mann[1], Matthew Seaman[2] Sponsored by: Absolight
* Try and have BIND start earlier.mat2014-03-074-4/+6
| | | | Sponsored by: Absolight
* - Stage supportmiwi2014-03-062-25/+3
| | | | | - Convert to autoplist - Bump PORTREVISION
* Support stagingehaupt2014-03-061-14/+7
|
* Take this one, I already have all the other BIND ports.mat2014-03-061-3/+3
| | | | | | | | | Actual maintainer bounces: <freebsd@isc.org>: host mx-out.isc.org[149.20.64.53] said: 554 5.4.0 Error: too many hops (in reply to end of DATA command) Sponsored by: Absolight
* Convert to use libevent2bapt2014-03-061-4/+11
|
* dns/py-idnkit2: update to 2.3rm2014-03-053-10/+9
| | | | | | | | | | | | | - update to 2.3 while here: - use modern LIB_DEPENDS notation - limit python version to 2.x branch, because shared extension fails to build with py33 - some tab twiddling - tab->space change in pkg-descr:WWW PR: 187248 Submitted by: Rafal Lesniak <fbsd@grid.einherjar.de> (maintainer)
* dns/idnkit2: update to 2.3rm2014-03-052-4/+4
| | | | | | | | - update to 2.3 - whitespace fix PR: 187247 Submitted by: Rafal Lesniak <fbsd@grid.einherjar.de> (maintainer)
* Actually commit what I tested.mat2014-03-051-1/+2
| | | | Sponsored by: Absolight
* Don't polute isc-config.sh with gssapi flags.mat2014-03-056-17/+73
| | | | | Submitted by: hrs Sponsored by: Absolight
* - Add STAGE supportzi2014-03-043-24/+51
| | | | | | | | | | - Fix build with custom LOCALBASE/PREFIX - Add ability to specify flags to unbound-anchor via unbound_anchorflags in rc.conf (useful for when /etc/resolv.conf only contains 127.0.0.1) - Bump PORTREVISION PR: ports/187239 Submitted by: zi@ Approved by: sem@ (maintainer)
* Add STAGEDIR support.hrs2014-03-041-5/+7
|
* New port: dns/getdns:zi2014-03-046-0/+192
| | | | | | | | | | | | | getdns is a modern asynchronous DNS API. It implements DNS entry points from a design developed and vetted by application developers, in an API specification edited by Paul Hoffman. With the development of this API, we intend to offer application developers a modernized and flexible way to access DNS security (DNSSEC) and other powerful new DNS features; a particular hope is to inspire application developers towards innovative security solutions in their applications. WWW: http://getdnsapi.net/
* Support stagingehaupt2014-03-032-11/+7
|
* Net::DNS::Match is a Perl extension for testing domains against anotherculot2014-03-035-0/+33
| | | | | | | | | list of domains (similar to Net::Patricia but for FQDNs). WWW: http://search.cpan.org/dist/Net-DNS-Match/ PR: ports/187098 Submitted by: Paul Schmehl <pauls@utdallas.edu>
* dns/djbdns: Fix *-conf referencing stage directoriesbapt2014-03-021-2/+2
| | | | | | Fix all the -conf binary trying to look in the stage directory, by enforcing make prog as a build target so they are built during the 'build' phase and not the install phase and thus get right prefix and not the staged one
* - Remove outdated PERL_LEVEL checksunpoet2014-02-281-7/+1
|
* Update to new test9 release.mandree2014-02-282-4/+4
| | | | | | | | | | | | | | | Relevant excerpt from git shortlog between test8 and test9: Add RFC-6605 ECDSA DNSSEC verification. Don't mess with the TTL of DNSSEC RRs. No CD in forwarded queries unless dnssec-debug for TCP too. Log BOGUS validation result when upstream sends SERVFAIL. --rev-server option. Syntactic sugar for PTR queries. Omit ECC from DNSSEC if nettle library is old. Add --servers-file option. NSEC3 validation. First pass. Check signer name in RRSIGs. An NSEC record cannot attest to its own non-existance!
* Change the BIND ports to use PKGNAMESUFFIX.mat2014-02-283-5/+7
| | | | Sponsored by: Absolight
* Support stagingehaupt2014-02-271-2/+3
|
* dns/ldapdns: Mark broken due to lack of publicly available distfilesmarino2014-02-262-8/+8
| | | | | | | | | The www.nihn.org master site seems to be gone forever. The solution to unbreak this port to upgrade to version 3.x, available at: http://ldapdns.sourceforge.net Port was reset to facilitate somebody else performing the update. Sylvio has been MIA for more than a year now.
* - Support stagingehaupt2014-02-261-6/+4
| | | | - Use shebangfix
* Update to version 1.4.3pawel2014-02-252-4/+3
| | | | | PR: ports/186968 Submitted by: maintainer
* - remove duplicate PORTDOCS (from r343903)ohauer2014-02-244-114/+31
| | | | | | | | - remove pre-patch delay - remove PKGMESSAGE and PKG-INSTALL from post-install section - move MANx into pkg-plist - move pkg-install and pkg-deinstall into pkg-plist - adopt ${opt}_ENABLE|ON syntax
* - remove pre-patch delayohauer2014-02-244-55/+9
| | | | | | | - remove PKG-INSTALL from post-install (not used with staging) - move pkg-install and pkg-deinstall into pkg-plist Approved by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer, per PM)
* - Add py-dns3 3.0.4sunpoet2014-02-234-0/+34
| | | | | | | | | This directory contains a Python module that implements a DNS (Domain Name Server) client, plus additional modules that define some symbolic constants used by DNS (dnstype, dnsclass, dnsopcode). WWW: http://pydns.sourceforge.net/ WWW: https://launchpad.net/py3dns
* Unbreak linkantoine2014-02-231-1/+1
| | | | Reported by: pkg-fallout
* Prefer CONFIGURE_ENABLE over CONFIGURE_ON/OFFpawel2014-02-221-11/+11
| | | | Suggested by: mat@
* Update to version 1.11.1pawel2014-02-223-39/+42
| | | | | PR: ports/186878 Submitted by: maintainer
* - Fix man installation after port was stagified [1]pawel2014-02-222-62/+21
| | | | | | | | | | | | - Convert LIB_DEPENDS to new format [1] - Remove leading article from COMMENT - Switch to options helpers - Conditional installation of docs is not needed with stage - Don't show pkg-message twice PR: ports/186693 [1] Submitted by: Denis Generalov <gd.workbox@gmail.com> Approved by: maintainer
* add bind-tools at RUN_DEPENDS for dig command.sanpei2014-02-221-0/+2
| | | | Because 10.0-RELEASE and later system does not have bind(include dig)
* Respect CC, cleanup some patch.mat2014-02-212-9/+1
| | | | | Submitted by: takefu (based on) Sponsored by: Absolight
* Remove trailing whitespaces from category dnsehaupt2014-02-217-7/+7
|
* dns/ironsides: Actually install the man page!marino2014-02-213-0/+3
|
* dns/ironsides: Upgrade version 20130315 to 20140220marino2014-02-213-7/+59
| | | | | | 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.
* Update dns/maradns to 2.0.09.mat2014-02-2022-206/+450
| | | | | | Copy maradns 1.4.14 to dns/maradns1. Sponsored by: Absolight
* - Stage supportantoine2014-02-201-30/+11
| | | | - Fix packaging of examples after switch to autoplist
* - Stage supportantoine2014-02-202-43/+4
| | | | - Use PYDISTUTILS_AUTOPLIST
* - Support stagingehaupt2014-02-191-20/+19
| | | | | | | | | - Define EXAMPLES - Don't install license file but define LICENSE - also don't install THANKS file as documentation - Add an additional mirror - Indent - Now that this port looks shiny clean take maintainership
* - Support stagingehaupt2014-02-192-11/+19
| | | | | | - Respect CC - Respect CFLAGS - Fix build with clang
* Support stagingehaupt2014-02-191-6/+4
|
* - Support stagingehaupt2014-02-192-15/+10
| | | | | | - Respect CC - Respect CFLAGS - Fix build with clang
* - Support stagingehaupt2014-02-192-15/+12
| | | | | - Use shebangfix - Don't install GPLv2 file but define LICENSE
* Support stagingehaupt2014-02-191-3/+2
|
* Support stagingehaupt2014-02-191-4/+3
|
* Support stagingehaupt2014-02-192-11/+7
|
* - Support stagingehaupt2014-02-192-13/+10
| | | | | | - Define DOCS - Respect CC - Fix build with clang
* Support stagingehaupt2014-02-191-7/+5
|
* Support stagingehaupt2014-02-191-5/+3
|
* - Support stagingehaupt2014-02-192-8/+11
| | | | | - Use shebangfix - Define DOCS
* Support stagingehaupt2014-02-192-6/+16
|
* Support stagingehaupt2014-02-191-8/+6
|
* Support stagingehaupt2014-02-192-10/+21
|
* dns/ironsides: Fix extraction problem on clean jailmarino2014-02-191-2/+1
| | | | | | | 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.
* Previous commit to knot.in was truncated causing the rc script to befeld2014-02-182-4/+10
| | | | | | | broken. Submitted by: erwin Sponsored by: SupraNet Communications, Inc
* Support stagingehaupt2014-02-181-10/+6
|
* distinfo for other patches was trimmed out by make makesum :-/lx2014-02-181-0/+12
| | | | Submitted by: Bryan Drewery
* Revert to test23 version of fefe's patch, as test25 causes repeated ↵lx2014-02-183-34/+14
| | | | segfaults. Bump revision and epoch.
* Support stagebapt2014-02-171-6/+6
| | | | | Modernize Strip binaries
* Support stagebapt2014-02-171-13/+7
|
* Support stagebapt2014-02-172-23/+18
| | | | Fix some shebangs
* Support stagebapt2014-02-172-6/+14
|
* Support stagebapt2014-02-171-7/+5
|
* Support stagebapt2014-02-171-5/+8
| | | | | Support packaging as a user Avoid useless patching to define the compiler
* Support stagebapt2014-02-171-15/+13
|
* Add new Ada-based DNS server port: dns/ironsidesmarino2014-02-177-0/+73
| | | | | | | | | | | | | | | 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.
* Readd stage supportbapt2014-02-172-14/+38
| | | | | | | | | | | 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
* - Stage supportmiwi2014-02-171-8/+3
|
* - Convert to autoplistmiwi2014-02-151-6/+2
| | | | | - Stage support - Bump PORTREV
* - Convert to autoplistmiwi2014-02-151-3/+2
| | | | | - Stage support - Bump PORTREV
* - Conver to autoplistmiwi2014-02-152-10/+2
| | | | | - Stage support - Bump PORTREV
* - Stage supportmiwi2014-02-152-6/+2
|
* - Reassign lioux' ports to the heaptabthorpe2014-02-151-1/+1
| | | | With hat: portmgr
* info/dir was not supposed to be in plistfeld2014-02-132-1/+1
|
* Update to 1.4.14.mat2014-02-132-3/+3
| | | | Sponsored by: Absolight
* Update Knot to 1.4.2feld2014-02-136-72/+82
| | | | | | | Major improvements to the rc script PR: ports/181716 PR: ports/185163
* Upgrade to test8 release, bringing these upstream fixes:mandree2014-02-132-4/+4
| | | | | | | | | 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
* Reinstated PKGNAMESUFFIX which was missingerwin2014-02-122-5/+9
| | | | | | | | | Added STAGING support Other small changes to make portlint happy PR: 186630 Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
* There was a wrong rc script in the port preventing the daemon to run.erwin2014-02-123-13/+16
| | | | | | | | | | | 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)
* - Stage supportmiwi2014-02-122-11/+17
|
* According to the Porter's Handbook (5.12.2.3.) default options must be added toehaupt2014-02-107-0/+18
| | | | | | | | | | | 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)
* Back to the futurbapt2014-02-101-1/+1
|
* Mark as deprecated unmaintained ports for which no public distfiles arebapt2014-02-101-0/+3
| | | | | | available for part or all the needed distfiles. Reported by: distillator
* Update udns to 0.4mm2014-02-102-4/+3
|