summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-06-08Change the service_bundle name to "export" to reduce diffs between thejperkin47-48/+48
original manifest.xml file and the output from "svccfg export".
2016-06-08Note update of security/opendnssec to 1.4.10.he1-1/+2
2016-06-08Update OpenDNSSEC to version 1.4.10.he3-20/+11
News: This release fix targets stability issues which have had a history and had been hard to reproduce. Stability should be improved, running OpenDNSSEC as a long term service. Changes in TTL in the input zone that seem not to be propagated, notifies to slaves under load that where not handled properly and could lead to assertions. NSEC3PARAM that would appear duplicate in the resulting zone, and crashes in the signer daemon in seldom race conditions or re-opening due to a HSM reset. No migration steps needed when upgrading from OpenDNSSEC 1.4.9. Also have a look at our OpenDNSSEC 2.0 beta release, its impending release will help us forward with new development and signal phasing out historic releases. Fixes: * SUPPORT-156 OPENDNSSEC-771: Multiple NSEC3PARAM records in signed zone. After a resalt the signer would fail to remove the old NSEC3PARAM RR until a manual resign or incoming transfer. Old NSEC3PARAMS are removed when inserting a new record, even if they look the same. * OPENDNSSEC-725: Signer did not properly handle new update while still distributing notifies to slaves. An AXFR disconnect looked not to be handled gracefully. * SUPPORT-171: Signer would sometimes hit an assertion using DNS output adapter when .ixfr was missing or corrupt but .backup file available. Above two issues also in part addresses problems with seemingly corrected backup files (SOA serial). Also an crash on badly configured DNS output adapters is averted. * The signer daemon will now refuse to start when failed to open a listen socket for DNS handling. * OPENDNSSEC-478 OPENDNSSEC-750 OPENDNSSEC-581 OPENDNSSEC-582 SUPPORT-88: Segmentation fault in signer daemon when opening and closing hsm multiple times. Also addresses other concurrency access by avoiding a common context to the HSM (a.k.a. NULL context). * OPENDNSSEC-798: Improper use of key handles across hsm reopen, causing keys not to be available after a re-open. * SUPPORT-186: IXFR disregards TTL changes, when only TTL of an RR is changed. TTL changes should be treated like any other changes to records. When OpenDNSSEC now overrides a TTL value, this is now reported in the log files.
2016-06-08Try to reconcile PLIST with what's installed, taking care to preservehe1-3/+5
the PLIST.x86* entries. The sse2 entries are however gone, but a few new ones have appeared (md4_x86_32.h etc.) Installs cleanly now on NetBSD/i386 6.1.5.
2016-06-08+ p5-Business-ISBN-2.011, p5-DateTime-TimeZone-2.00, py-mcomix-1.2.1.wiz1-1/+5
2016-06-08Bump doxygen requirement (for changed PLIST) and bump PKGREVISION.wiz2-3/+4
2016-06-08Updated textproc/p5-PDF-Create to 1.32nb1wen1-1/+2
2016-06-08Add missing DEPENDSwen1-1/+4
Spotted by: joerg@
2016-06-08Adjust PLIST for recent doxygen updategdt1-5/+4
2016-06-07Fix build on Darwin.youri2-3/+26
2016-06-07Add BUILD_DEPENDS+= p5-Test-RequiresInternet-[0-9]* for make testmef2-8/+9
2016-06-07Add BUILD_DEPENDS+= p5-Sub-Name-[0-9]* for make testmef2-2/+4
2016-06-07Unbreak unprivileged build. Actually test for executable.joerg2-5/+5
2016-06-07Extract with bsdtar.joerg1-1/+3
2016-06-07xsd uses iterator wrappers around the standard types's iterator andjoerg10-20/+72
const_iterator types, but doesn't provide explicit conversion operators from iterator to const_iterator. This breaks badly when moving from C++03 to C++11 as the erase signature changed. Conditionally the logic appropiately by introducing an intermediate typedef.
2016-06-07Libtoolify. Generalise curses use. Bump revision.joerg5-48/+76
2016-06-07DISTNAME should not have the PHP version prefix to avoid changingjoerg2-7/+8
distinfo.
2016-06-07Repeat after me: -Wl,--enable-new-dtags considered harmful. Bumpjoerg3-2/+29
revision.
2016-06-07Updated textproc/p5-XML-DOM to 1.45mef1-1/+4
Updated textproc/p5-XML-LibXML-Simple to 0.97 Updated textproc/p5-XML-XPath to 1.37
2016-06-07Updated textproc/p5-XML-XPath to 1.37mef2-7/+7
------------------------------------- 1.37 2016-06-02 MANWAR - Fixed annoying warnings.
2016-06-07Updated textproc/p5-XML-LibXML-Simple to 0.97mef2-8/+7
--------------------------------------------- version 0.97: Tue 12 Apr 15:12:21 CEST 2016 Fixes: - HookNodes parameter was not allowed. [Kit Peters] version 0.96: Fri 11 Mar 15:09:43 CET 2016 Improvements: - deprecate XML input from 'undef' - rewrite UNIVERSAL::isa into blessed ->isa - implement hooks on nodes
2016-06-07Updated textproc/p5-XML-DOM to 1.45mef2-8/+7
----------------------------------- 1.45 (tjmather) 08/16/2015 - Fix pod errors and a typo ( Florian Schlichting ) - properly encode output for printToFile ( Martin Ferrari, Gregor Herrmann )
2016-06-07+ patch-1.6.0.rr.compressed.gzwiz1-1/+5
2016-06-07Added net/guacamole-server version 0.9.9jperkin1-1/+2
2016-06-07Add guacamole-server.jperkin1-1/+2
2016-06-07Add guacamole-server version 0.9.9 to pkgsrc. From the DESCR:jperkin7-0/+187
Guacamole is an HTML5 web application that provides access to desktop environments using remote desktop protocols (such as VNC or RDP). Guacamole is also the project that produces this web application, and provides an API that drives it. This API can be used to power other similar applications or services. As an API, Guacamole provides a common and efficient means of streaming text data over a JavaScript-based tunnel using either HTTP or WebSocket, and a client implementation which supports the Guacamole protocol and renders the remote display when combined with a Guacamole protocol stream from the tunnel. This package provides the Guacamole server.
2016-06-07Add buildlink3.mk for upcoming packages which depend on this one.jperkin1-0/+14
2016-06-07Certain packages dependent upon boost don't automatically do the 'right' thingrichard1-1/+2
with respect to threading, checked in include/boost/config/posix_features.h so set PTHREAD_AUTO_VARS?=yes directly in buildlink3.mk. Fixes build in numerous packages such as librevenge and lucene++ as noticed on SunOS. No ABI change so no revbump envisioned.
2016-06-07Updated devel/cpputest to 3.8schmonz1-1/+2
2016-06-07Update to 3.8. From the changelog:schmonz3-15/+14
This release contains many small new features, such as; - Comparing bits - Proper bool support - 16 bit support - 64 bit asserts - Floating point exception plugin - Configuration choices installed - Command line option to run ignored tests - Failable Memory Leak allocator - Many small bug fixes - Increased portability
2016-06-07Add msgfmt to tools.youri2-4/+4
2016-06-07Add msgfmt to toosl.youri1-2/+2
2016-06-07Add msgfmt to fix the build.youri1-2/+2
2016-06-07+ perl5-5.24.0.wiz1-1/+2
2016-06-07Revert previous, tidy update to 5.x still outstanding.wiz1-1/+2
2016-06-07Updated www/tidy to 20091027nb7wiz2-3/+3
2016-06-07Fix build with doxygen-1.8.11 and depend on it.wiz2-5/+5
Bump PKGREVISION.
2016-06-07Updated mail/msmtp to 1.6.5leot1-1/+2
2016-06-07Update mail/msmtp to 1.6.5leot3-10/+9
pkgsrc changes: - (cosmetic) fix a pkglint warning and proper indent variables in options.mk Changes: Version 1.6.5: - Support SHA256 fingerprints for tls_fingerprint, and mark both SHA1 and MD5 as deprecated.
2016-06-06Renamed textproc/LDoc.alnsn1-1/+2
2016-06-06Switch to pkg_alternatives(8) and rename to lua5x-LDoc-1.4.3.alnsn3-9/+13
2016-06-06bin/freshclam also needs paxctl +mpgoyette1-2/+3
Bump revision
2016-06-06Update lang/lua53 to version 5.3.3.alnsn2-7/+7
This bugfix version fixes the following problems: 1. Metatable may access its own deallocated field when it has a self reference in __newindex. 2. Label between local definitions can mix-up their initializations. 3. gmatch iterator fails when called from a coroutine different from the one that created it.
2016-06-06Added devel/lua-rocks version 2.3.0.alnsn1-1/+2
2016-06-06Add lua-rocks.alnsn1-1/+2
2016-06-06Initial import of devel/lua-rocks version 2.3.0.alnsn7-0/+176
LuaRocks is a deployment and management system for Lua modules. It allows you to install Lua modules as self-contained packages called rocks, which also contain version dependency information. This information can be used both during installation, so that when one rock is requested all rocks it depends on are installed as well, and also optionally at run time, so that when a module is required, the correct version is loaded. LuaRocks supports both local and remote repositories, and multiple local rocks trees.
2016-06-06Bump pkgrevision, file change.youri1-1/+2
2016-06-06libxklavier: disable introspection. It is only used for debugging.youri2-4/+3
2016-06-06Restore jym@'s maintainership - he still cares.hauke1-2/+2
2016-06-06Get rid of the XXX trying to provide a bit more information regardingleot1-4/+4
PKG_VERBOSE. PKG_VERBOSE currently is mostly used consistently in order to pass the `-v' option to various commands (FETCH_CMD, PATCH, plist/doc-compress, pkg_delete(1)). It is also used internally (and a bit less consistently) in other cases to provide more information mostly useful only for debugging. ok <bsiegert>