summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-11-06*: recursive bump for vala-0.46wiz30-54/+60
2019-11-06Fix recent go-* entries to Added.ng01-10/+10
2019-11-06doc: Updated lang/vala to 0.46.3wiz2-3/+3
2019-11-06vala: this now requires glib2 2.48wiz1-2/+2
2019-11-06vala: update to 0.46.3.wiz4-356/+354
Vala 0.46.3 =========== * Various improvements and bug fixes: - codegen: + Accept children after generating type specific declarations + Preserve full access to delegate variables and its target/destroy cvalues + Initialize delegate temp-var which is assigned by property getter + Silence warning about copying if delegate doesn't carry its target + Use gtype-boxed API for structs with "g_boxed_free" attribute [#863] - ccode: Implicitly register declaration for added CCodeFunction - vala: Fix compatible/disposable check between structs and their subtypes - vala: Don't issue a warning for non-public struct fields in bindings - girparser: Add required copy/free attributes for gtype-boxed structs and regenerate GIR-based bindings to pick up copy/free attributes [#863] - docs: Mention requirement of autoconf-archive as build-dependency - vapi: Perform syntax and semantic check for all bindings on "make check" * Bindings: - avahi-client: Fix "use of possibly unassigned parameter" warnings - glib-2.0: Set default_value attribute for GLib.pointer - gnutls: Fix "use of possibly unassigned parameter" warnings - tokyocabinet: Fix deprecation warnings - xcb: Fix "missing return statement at end of subroutine body" errors Vala 0.46.2 =========== * Various improvements and bug fixes: - vala: + Report dedicated error message for params-array parameter mismatch + Output "params" qualifier of parameters + Allow to override virtual interface implementations [#852] + Perform stricter compatibility check for delegates - codegen: Directly use "memmove()" while g_memmove() is deprecated - valadoc: Explicitly pass --pkg libgvc - tests: Add more tests to increase coverage * Bindings: - gio-unix-2.0: Fix DesktopAppInfo.get_string(), UnixFDMessage.steal_fds() - glib-2.0: DateTime.from_iso8601() can take a null TimeZone - gobject-2.0: Some cherry-picking from GIR generated binding - gstreamer: Update from 1.17.0+ git master - gtk4: Update to 3.96.0+bcea9652 - gtk4: Constructors of Gtk.MediaFile needs to be static functions - sqlite3: Fix use of possibly unassigned parameter `errmsg' Vala 0.46.1 =========== * Regression and bug fixes: - vala: Run FlowAnalyzer on all given source-files [#843] - valadoc: Explicitly pass --pkg libvala@PACKAGE_SUFFIX@ as for doclets/tests * Bindings: - gio-unix-2.0: Add UnixMountEntry.get_root_path() since 2.60 - gstreamer: Update from 1.17.0+ git master - gtk4: Update to 3.96.0+97231ca2 - gtk+-3.0: Ownership mismatch of ColorButton.rgba property-accessor [#844] - vapi: Update GIR-based bindings Vala 0.46.0 =========== * Highlights: - Add boolean CodeContext.keep_going and corresponding compiler option * Various improvements and bug fixes: - vala: + Move find_parent_type_symbol/get_this_type() to SemanticAnalyzer + Exclude nullable simple-type structs from gobject-property support + Reject unary operations on nullable integer/floating/boolean type [#772] - codegen: + Don't append unreachable clean-up section of Block [#838] + Don't cause double-free due append_local_free() in uncaught-errors [#838] + Don't unconditionally add/return internal "result" variable [#838] - codewriter: Write "weak" modifier for properties - girparser: Improve evalution of instance-parameter information [#836] (Regenerate GIR-based bindings to pick up out/ref instance-parameters) - girparser/gidlparser: "value_owned = true" by default for property types - libvaladoc: Don't traverse into close circles with parent [#829] - genie: Creation methods should not be static * Bindings: - glib-2.0: Fix MutexLocker binding - glib-2.0: Add missing "DestroysInstance" attributes to Mutex/Locker API - glib-2.0: Use 'GStatBuf' as ctype for 'Stat' - glib-2.0: Add new symbols from 2.62 - gio-2.0: Drop metadata for NativeSocketAddress - gstreamer: Update from 1.17.0+ git master - gtk4: Regenerate to pick up DestroyInstance attributes - json-glib-1.0: Change abstract methods of Serializable to virtual [#840] - libsoup-2.4: soup_auth_new is not a constructor but a factory method [#791] - vapi: Update GIR-based bindings Vala 0.45.91 ============ * Various improvements and bug fixes: - vala: Init formal_target_type of built ArrayCreationExpression from InitializerList [#835] - vala: Add missing closing brace/bracket in to_string() of ArrayCreationExpression and InitializerList * Bindings: - cairo: Add 1.16 symbols - linux: Add more Input and update UserspaceInput bindings [#830] - sqlite3: Bind sqlite3_expanded_sql() and sqlite3_normalised_sql() Vala 0.45.90 ============ * Various improvements and bug fixes: - vala: + Support static methods in error-domains [#829] + Fix mixup of target_glib_major/minor in set_target_glib_version() [#825] + Implicit GValue cast requires GOBJECT profile + NoAccessorMethod checks require GOBJECT profile + 'construct' is not supported in POSIX profile - codegen: + Use G_TYPE_CHECK_INSTANCE_CAST for comparisons with interfaces + Append line-break after G_DEFINE_AUTOPTR_CLEANUP_FUNC + Move private type-struct to type-definition section + Include required type-definition when casting from generic pointer [#828] - girparser: Handle "function-macro" by skipping them [gi#159] - valadoc: Install icons and doclets to API dependent folders * Bindings: - glib-2.0: Add new symbols and deprecations from 2.62 - glib-2.0: Add MappedFile.from_fd constructor [#824] - gstreamer: Update from 1.17.0+ git master - posix: Fix return-value of mknod() and c-include for tcgetsid() - posix: Add *at() calls and related constants [#823] - webkit2gtk-4.0: Fix WebContext.initialize_notification_permissions() - x11: Fix return type of XInternAtoms and XGetAtomNames bindings - vapi: Update GIR-based bindings Vala 0.45.3 =========== * Various improvements and bug fixes: - vala: Add Symbol.is_extern and use/set is accordingly (#745) - codegen: + Don't write declaration of extern symbols with given header (#745) + Real structs are allowed by simple generics and passed as reference (#819) + Assign GValue result of function calls to temp-var on copy_value (#819) - build: Pass -no-undefined when linking libvalaccodegen (#820) * Bindings: - glib-2.0: Add binding for g_strv_equal() (since 2.60) - glib-2.0: Bind strcmp0 as GLib.CompareFunc<string?> (#810) - glib-2.0: Fix RecMutexLocker binding - glib-2.0: Add new symbols from 2.62 - gstreamer: Update from 1.17.0+ git master - gtk4: Update to 3.96.0+b05d1676 - xtst: Fix signature of XTest.fake_relative_motion_event() - vapi: Update GIR-based bindings Vala 0.45.2 =========== * Various improvements and bug fixes: - Only warn about imcompatible type of external construct property [#803] - codegen: Use array_length of collection variable instead of expression - girparser: Skip 'attribute' elements - girwriter: Report error on secondary top-level namespace [#805] - genie: Drop unused "writeonly" token - genie: Make 'self' match its TokenType name - tests: Null-terminate arrays for compatibility test of uint8 / uchar [#809] * Bindings: - gmodule-2.0: Build from GIR - glib-2.0: Add Unicode 12.0 symbols - gstreamer: Update from 1.17.0+ git master - gtk+-3.0: Update to 3.24.9~18177388 - gtk4: Update to 3.96.0+8cfdd6c5 - webkit2gtk-4.0: Update to 2.25.1 - vapi: Update GIR-based bindings Vala 0.45.1 =========== * Highlights: - Require and target GLib >= 2.48 [#671] - Add support for --target-glib=auto [#761] - Report error for public creation methods of abstract classes [#766] - Report error for yield statements without async context - Write "Source" attribute in fast-vapi mode - No-accessor struct properties in GLib.Object class must be owned - Support GObject properties with nullable GType-based struct type [#792] - Always use G_TYPE_CHECK_INSTANCE_TYPE for external symbols - valadoc: Drop obsolete "Driver" API * Various improvements and bug fixes: - parser: Multiple corrections for source-location of code-nodes - build: Pass some useful G_LOG_DOMAIN definitions - girwriter: Mention that this file is generated and not meant to be modified - girwriter: Properly resolve GLib.TypeInterface instead of hardcoding it - girwriter: Multiple improvements and fixes for e.g. GType classes - girparser: Add support for string "ctype" metadata [#793] - codegen: Move GObject property validity checks to SemanticAnalyzer - When freeing local variables don't stop at "switch" on "continue" [#799] - compiler: Add OptionFlags.NO_ARG to deprecated "--thread" option * Bindings: - Remove vte, vte-2.90 bindings [#584] - Rename graphene-1.0 to graphene-gobject-1.0 - glib-2.0: Don't annotate dedicated GLib.assert_*() functions with [Assert] [#769] - clutter-1.0: Bind Margin, PaintVolume, Point, Rect and Size as struct [#795] - cogl-1.0: Fix out-params in Cogl.get_modelview_matrix/projection_matrix/ bitmasks [#794] - gstreamer: Update from 1.17.0+ git master - gtk4: Update to 3.96.0+322507f2 - vapi: Update GIR-based bindings
2019-11-06doc: Updated graphics/gdk-pixbuf2-xlib to 2.40.0wiz1-1/+2
2019-11-06doc: Updated graphics/gdk-pixbuf2 to 2.40.0wiz2-3/+3
2019-11-06gdk-pixbuf2*: update to 2.40.0wiz4-11/+11
2.40.0 (stable) === - Allow creating a GdkPixbuf instance without any property [Federico Mena Quintero, #91] 2.39.2 (development) === - Add gdk_pixbuf_init_modules() for applications with GdkPixbuf loader modules in a separate directory [Bastien Nocera, bgo#786035] - Add subproject fallback for dependencies [Nirbheek Chauhan] - Handle large XPM without crashing [Bastien Nocera, #95] - Use the appropriate gdk-pixbuf-query-loaders on install [Emmanuele Bassi, #126] - Disable deprecation warnings introduced by GLib 2.62 - Escape GIF version in error messages [Robert Ancell] - Use the appropriate fallback for libpng on Windows [Chun-wei Fan] - Render GIF frames on demand [Robert Ancell, #101]
2019-11-06Note addition of security/opendnssec2 version 2.1.5.he1-1/+2
2019-11-06Make a separate package for OpenDNSSEC version 2.1.5.he8-0/+384
OpenDNSSEC version 2 is not a drop-in replacement for OpenDNSSEC version 1. See lib/opendnssec/README.md for migration instructions if you were previously using version 1. Upstream changes since OpenDNSSEC version 1.4.x: OpenDNSSEC 2.1.5 - 2019-11-05 * SUPPORT-245: Resolve memory leak in signer introduced in 2.1.4. * SUPPORT-244: Don't require Host and Port to be specified in conf.xml when migrating with a MySQL-based enforcer database backend. * Allow for MySQL database to pre-exist when performing a migration, and be a bit more verbose during migration. * New -f argument to ods-enforcer key list to show the full list of key states, similar to combinining -d and -v. * Fix AllowExtraction tag in configuration file definition (thanks to raixie1A). * SUPPORT-242: Skip over EDNS cookie option (thanks to Håvard Eidne and Ulrich-Lorenz Schlueter). * SUPPORT-240: Prevent exit of enforcer daemon upon interrupted interaction with CLI commands. * Correct some error messages (thanks to Jonas Berlin). OpenDNSSEC 2.1.4 - 2019-05-16 * SUPPORT-229: Missing signatures for key new while signatures for old key still present under certain kasp policies, leading to bogus zones. Root cause for bug existed but made prominent since 2.1.3 release. * OPENDNSSEC-942: time leap command for signer for debugging purposes only, not to be used on actual deployments. * OPENDNSSEC-943: support build on MacOS with missing pthread barriers * SUPPORT-229: fixed for too early retivement of signatures upon double rrsig key roll signing strategy. * Strip build directory from doxygen docs * remove bashisms from ods-kasp2html.in * upgrade developer build scripts to softhsm-2.5.0 update some platform dependent files (only for developers). * The ods-signer and ods-signerd man page should be in section 8 not 22 Note that this might mean that package managers should remove the older man pages from the old location. OpenDNSSEC 2.1.3 - 2017-08-10 * OPENDNSSEC-508: Tag <RolloverNotification> was not functioning correctly * OPENDNSSEC-901: Enforcer would ignore <ManualKeyGeneration/> tag in conf.xml * OPENDNSSEC-906: Tag <AllowExtraction> tag included from late 1.4 development * OPENDNSSEC-894: repair configuration script to allow excluding the build of the enforcer. * OPENDNSSEC-890: Mismatching TTLs in record sets would cause bogus signatures. * OPENDNSSEC-886: Improper time calculation on 32 bits machine causes purge time to be skipped. * OPENDNSSEC-904 / SUPPORT-216 autoconfigure fails to properly identify functions in ssl library on certain distributions causing tsig unknown algorithm hmac-sha256 * OPENDNSSEC-908: Warn when TTL exceeds KASP's MaxZoneTTL instead of capping. OpenDNSSEC 2.1.1 - 2017-04-28 * OPENDNSSEC-882: Signerd exit code always non-zero. * OPENDNSSEC-889: MySQL migration script didn't work for all database and MySQL versions. * OPENDNSSEC-887: Segfault on extraneous <Interval> tag. * OPENDNSSEC-880: Command line parsing for import key command failed. * OPENDNSSEC-890: Bogus signatures upon wrong zone input when TTLs for same rrset are mismatching. OpenDNSSEC 2.1.0 - 2017-02-22 * If listening port for signer is not set in conf file, the default value "15354" is used. * Enforce and signconf tasks are now scheduled individually per zone. Resign per policy. * OPENDNSSEC-450: Implement support for ECDSA P-256, P-384, GOST. Notice: SoftHSMv1 only supports RSA. SoftHSMv2 can be compiled with support for these. * zone delete removes tasks associated with zone from queue. * Show help for ods-enforcer-db-setup * OPENDNSSEC-778: Double NSEC3PARAM record after resalt. * In the kasp file, KSK/ZSK section, the algorithm length MUST be set now. * signer clear <zone> would assert when signconf wasn't read yet. * The <Interval> tag had been deprecated, and is now no longer allowed to be specified in the conf.xml for the Enforcer. * OPENDNSSEC-864: ods-signer didn't print help. Also --version and --socket options where not processed. * OPENDNSSEC-869: ds-seen command did not give error on badly formatted keytag. * OPENDNSSEC-681: After fork() allow child process to pass error messages to parent so they can be printed to the console in case of failed start. * OPENDNSSEC-849: Crash on free of part of IXFR structure. * OPENDNSSEC-759: Reduce HSM access during ods-signerd start. Daemon should start quicker and earlier available for user input. * OPENDNSSEC-479: Transferring zones and sending notifies through a bound socket , using the same interface as listener. * Key cache is now shared between threads. * OPENDNSSEC-858: Don't print "completed in x seconds" to stderr for enforcer commands. * Various memory leaks * OPENDNSSEC-601: signer and enforcer working dir would not properly fallback to default when not specified. * OPENDNSSEC-503: Speed up initial signing and algorithm rollover. * A bash autocompletion script is included in contrib for ods-enforcer and ods-signer. * SUPPORT-208: Strip comment from key export. * OPENDNSSEC-552: On key export don't print SHA1 DS by default. (introduced --sha1 option to key export.) Usage of sha1 is deprecated and will be removed from future versions of OpenDNSSEC. OpenDNSSEC 2.0.1 - 2016-07-21 * Fixed crash and linking issue in ods-migrate. * Fixed case where 2.0.0 could not read backup files from 1.4.10. * Fixed bug in migration script where key state wasn't transformed properly. OpenDNSSEC 2.0.0-1 * include db creation scripts in dist tarball needed for migration from 1.4. OpenDNSSEC 2.0.0 - 2016-07-07 * OpenDNSSEC-99: Skip "are you sure" messages. Add --force and -f flag to ods-enforcer-db-setup and hsmutil purge * OPENDNSSEC-808: Crash on query with empty query section (thanks Havard Eidnes) * OpenDNSSEC-771: Signer. Do not log warning on deleting a missing NSEC3PARAM RR. * OPENDNSSEC-801: Set AA flag on outgoing AXFR. * SUPPORT-191: Regression, Must accept notify without SOA (thanks Christos Trochalakis) OpenDNSSEC 2.0b1 - 2016-04-14 First public release of OpenDNSSEC. Initial pre-releases have been made to a smaller audience, this pre-release is explicitly made available to all. At this moment, there are no known functional bugs. There are naturally issues, especially to make working with OpenDNSSEC easier, however none should prevent you to use OpenDNSSEC in production for the average case, even though this is a pre-release. Which is because of the still limited documentation, and is not being run in production yet. * The enforcer can no longer be run on a single policy at a time anymore. An enforce run will always process all zones. * The key generate method is at this time not available. * The key export method will not allow you to export keys for all zones at once (--all flag) or for a particular type of key (--keystate). It will not export ZSK keys. * The zonelist.xml in etc/opendnssec is no longer updated automatically, and by default works as if the --no-xml flag was specified. Use --xml to the zone add command to update the zonelist.xml. If updating the zonelist fails, the zone will still be added and not updated in the xml with future zone adds. * Plugins directory renamed to contrib. * Default signer working directory renamed from tmp to signer. * Configure option --with-database-backend renamed --with-enforcer-database * Zones on a manual rollover policy will not get a key assigned to them immediately. OpenDNSSEC 2.0.0a5 Project transfer to NLnetLabs, performing code drop as-is for evaluation purposes only. OpenDNSSEC 2.0.0a4 (EnforcerNG branch) * SUPPORT-72: Improve logging when failed to increment serial in case of key rollover and serial value "keep" [OPENDNSSEC-461]. * SUPPORT-114: libhsm: Optimize storage in HSM by deleting the public key directly if SkipPublicKey is used [OPENDNSSEC-573]. * OPENDNSSEC-106: Add 'ods-enforcerd -p <policy>' option. This prompts the enforcer to run once and only process the specified policy and associated zones. * OPENDNSSEC-330: NSEC3PARAM TTL can now be optionally configured in kasp.xml. Default value remains PT0S. * OPENDNSSEC-390: ods-ksmutil: Add an option to the 'ods-ksmutil key ds-seen' command so the user can choose not to notify the enforcer. * OPENDNSSEC-430: ods-ksmutil: Improve 'zone add' - Zone add command could warn if a specified zone file or adapter file does not exits. * OPENDNSSEC-431: ods-ksmutil: Improve 'zone add' - Support default <input> and <output> values for DNS adapters. * OPENDNSSEC-454: ods-ksmutil: Add option for 'ods-ksmutil key import' to check if there is a matching key in the repository before import. * OPENDNSSEC-281: Enforcer NG: Commandhandler sometimes unresponsive. * OPENDNSSEC-276, Enforcer NG: HSM initialized after fork(). * OPENDNSSEC-330: Signer Engine: NSEC3PARAM TTL is default TTL again, to prevent bad caching effects on resolvers. * OPENDNSSEC-428: Add option for 'ods-ksmutil key generate' to take number of zones as a parameter * OPENDNSSEC-515: Signer Engine: Don't replace tabs in RR with whitespace. Bugfixes: * OPENDNSSEC-435: Signer Engine: Fix a serious memory leak in signature cleanup. * OPENDNSSEC-463: Signer Engine: Duration PT0S is now printed correctly. * OPENDNSSEC-466: Signer Engine: Created bad TSIG signature when falling back to AXFR. * OPENDNSSEC-467: Signer Engine: After ods-signer clear, signer should not use inbound serial. OpenDNSSEC 2.0.0a3 (EnforcerNG branch) - 2012-06-18 Bugfixes: * SUPPORT-66: Signer Engine: Fix file descriptor leak in case of TCP write error [OPENDNSSEC-427]. * SUPPORT-71: Signer Engine: Fix double free crash in case of HSM connection error during signing [OPENDNSSEC-444]. * OPENDNSSEC-401: 'ods-signer sign <zone> --serial <nr>' command produces seg fault when run directly on command line (i.e. not via interactive mode) * OPENDNSSEC-440: 'ods-ksmutil key generate' and the enforcer can create too many keys if there are keys already available and the KSK and ZSK use same algorithm and length * OPENDNSSEC-424: Signer Engine: Respond to SOA queries from file instead of memory. Makes response non-blocking. * OPENDNSSEC-425 Change "hsmutil list" output so that the table header goes to stdout not stderr * OPENDNSSEC-438: 'ods-ksmutil key generate' and the enforcer can create too many keys for <SharedKeys/> policies when KSK and ZSK use same algorithm and length * OPENDNSSEC-443: ods-ksmutil: Clean up of hsm connection handling * Signer Engine: Improved Inbound XFR checking. * Signer Engine: Fix double free corruption in case of adding zone with DNS Outbound Adapters and NotifyCommand enabled. * Enforcer: Limit number of pregenerated keys when using <SharedKeys>. * Enforcer: MySQL database backend implemented. * Enforcer: New directive <MaxZoneTTL> to make safe assumptions about zonefile. * Enforcer: New zone add command, allow specifying adapters. * Enforcer: New zone del command, use --force for still signed zones. * Enforcer: Pre-generate keys on the HSM. * Enforcer: SQLite database backend implemented. * OPENDNSSEC-247: Signer Engine: TTL on NSEC3 was not updated on SOA Minimum change. Bugfixes: * OPENDNSSEC-481: libhsm: Fix an off-by-one length check error. * OPENDNSSEC-482: libhsm: Improved cleanup for C_FindObjects.
2019-11-06doc: Updated devel/go-spew to 1.1.1ng01-1/+2
2019-11-06Add devel/go-spew version 1.1.1ng06-1/+67
Go-spew implements a deep pretty printer for Go data structures to aid in debugging.
2019-11-06doc: Updated www/go-mux to 1.7.3ng01-1/+2
2019-11-06Add www/go-mux version 1.7.3ng06-1/+83
Go-mux implements a request router and dispatcher for matching incoming requests to their respective handler. The name mux stands for "HTTP request multiplexer". Like the standard http.ServeMux, mux.Router matches incoming requests against a list of registered routes and calls a handler for the route that matches the URL or other conditions. The main features are: It implements the http.Handler interface so it is compatible with the standard http.ServeMux. Requests can be matched based on URL host, path, path prefix, schemes, header and query values, HTTP methods or using custom matchers. URL hosts, paths and query values can have variables with an optional regular expression. Registered URLs can be built, or "reversed", which helps maintaining references to resources. Routes can be used as subrouters: nested routes are only tested if the parent route matches. This is useful to define groups of routes that share common conditions like a host, a path prefix or other repeated attributes. As a bonus, this optimizes request matching.
2019-11-06doc: Updated devel/pango to 1.44.7wiz2-3/+3
2019-11-06pango: update to 1.44.7.wiz3-12/+12
Overview of changes in 1.44.7 ============================= - Fix tests without libthai - Small speedup to Emoji iteration - Bring back PangoFontsetSimple (pygtk bind it)
2019-11-06doc/TODO: + mame-0.215, tor-browser-9.0, xkbprint-1.0.5.wiz1-3/+4
2019-11-06py-libxslt: reset PKGREVISION after updatewiz1-2/+1
2019-11-06doc: Updated textproc/libxslt to 1.1.34wiz2-3/+3
2019-11-06libxslt: update to 1.1.34.wiz5-14/+13
The release is out, includes a number of bug fixes and portability patches. Some improvement about enabling fuzzers and removings some of the issues found, some having security implications, users are invited to upgrade. Documentation: - Fix EXSLT web pages (Nick Wellnhofer) - Regenerate web pages (Nick Wellnhofer) - Fix Git link in news.html (Nick Wellnhofer) - Minor documentation fixes after recent changes (Nick Wellnhofer) - Fix typos (Jan Pokorný) - Regenerate symbols and API docs (Nick Wellnhofer) - Regenerate EXSLT website (Nick Wellnhofer) Portability: - Remove stubs when compiling without debugger or profiler (Nick Wellnhofer) - configure.ac: Invoke PKG_CHECK_MODULES for building shared libraries (Hugh McMaster) - configure.ac: Conditionally determine whether xml2-config should pass shared libraries or static libraries (Hugh McMaster) - xslt-config.in: Fix broken --prefix=DIR support (Hugh McMaster) - libexslt.pc.in: Do not expose private library dependencies unless invoked (Hugh McMaster) - libxslt.pc.in: Do not expose private library dependencies unless invoked (Hugh McMaster) - Fix -Wformat-overflow warning (GCC 9) (Nick Wellnhofer) - Stop including ansidecl.h (Nick Wellnhofer) - Remove WIN32_EXTRA_* variables (Nick Wellnhofer) - Fix vsnprintf in Python bindings on Windows (Nick Wellnhofer) - Build without winsock (Nick Wellnhofer) - Stop redefining snprintf on MinGW (Nick Wellnhofer) Bug Fixes: - xsl:template without name and match attributes should not be allowed (Nikolai Weibull) - Make sure that Python tests exit with error code (Nick Wellnhofer) - Improve handling of invalid UTF-8 in format-number (Nick Wellnhofer) - Fix dangling pointer in xsltCopyText (Nick Wellnhofer) - Fix memory leak in pattern compilation error path (Nick Wellnhofer) - Fix uninitialized read with UTF-8 grouping chars (Nick Wellnhofer) - Fix integer overflow in FORMAT_GYEAR (Nick Wellnhofer) - Fix performance regression with xsl:number (Nick Wellnhofer) - Backup XPath context node in xsltInitCtxtKey (Nick Wellnhofer) - Fix unsigned integer overflow in date.c (Nick Wellnhofer) - Fix insertion of xsl:fallback content (Nick Wellnhofer) - Avoid quadratic behavior in xsltSaveResultTo (Nick Wellnhofer) - Fix numbering in non-Latin scripts (Nick Wellnhofer) - Fix uninitialized read of xsl:number token (Nick Wellnhofer) - Fix integer overflow in _exsltDateDayInWeek (Nick Wellnhofer) - Rework xsltAttrVT allocation (Nick Wellnhofer) - Fix check of xsltTestCompMatch return value (Nick Wellnhofer) - Fix security framework bypass (Nick Wellnhofer) - Use xmlNewTextChild in EXSLT dyn:map (Nick Wellnhofer) - Fix float casts in exsltDateDuration (Nick Wellnhofer) - Always set context node before calling XPath iterators (Nick Wellnhofer) - Fix attribute precedence with xsl:use-attribute-sets (Nick Wellnhofer) - Backup context node in exsltFuncFunctionFunction (Nick Wellnhofer) - Initialize ctxt->output before evaluating global vars (Nick Wellnhofer) - Fix memory leak in EXSLT functions error path (Nick Wellnhofer) Improvements: - Enable continuous integration via GitLab CI (Nick Wellnhofer) - Fix -Wimplicit-fallthrough warnings (Nick Wellnhofer) - Adjust number of API index pages (Nick Wellnhofer) - Make xsltCompileRelativePathPattern non-recursive (Nick Wellnhofer) - Check that crypto:rc4_decrypt produces valid UTF-8 (Nick Wellnhofer) - Avoid recursion in keys.c:skipPredicate (Nick Wellnhofer) - xslt-config.in: Simply handling of $all_flags (Hugh McMaster) - xslt-config.in: Add a --dynamic option to --libs (Hugh McMaster) - xslt-config.in: Simplify basic library handling (Hugh McMaster) - xslt-config.in: Remove unused variable (Hugh McMaster) - xslt-config: Simply handling of --cflags (Hugh McMaster) - Add Travis test with MemorySanitizer (Nick Wellnhofer) - Run Travis ASan tests under Xenial (Nick Wellnhofer) - Improve fuzzers (Nick Wellnhofer) - Always reuse XPath context (Nick Wellnhofer) - Compile with -Wextra (Nick Wellnhofer) - Make profiler support optional (Nick Wellnhofer) - Hide unused code when compiling without debugger (Nick Wellnhofer) - Reorganize fuzzing code (Nick Wellnhofer) - Simplify .gitignore (Nick Wellnhofer) - Optional operation limit (Nick Wellnhofer) - Improve seed corpus and dictionary (Nick Wellnhofer) - Reuse XPath context when compiling stylesheets (Nick Wellnhofer) - Reuse XPath context in dyn:map (Nick Wellnhofer) - Reuse XPath context in saxon:expression (Nick Wellnhofer) - Add libFuzzer targets (Nick Wellnhofer) - Adjust error message in expected test output (Nick Wellnhofer) - Change bug tracker URL (Nick Wellnhofer) - Change git repo URL (Nick Wellnhofer) - Regenerate NEWS (Nick Wellnhofer) - Fix misleading indentation in security.c (Nick Wellnhofer) Cleanups: - Remove empty TODO file (Nick Wellnhofer) - Remove generated file libxsltclass.txt from version control (Nick Wellnhofer) - Rebuild docs (Nick Wellnhofer) Thanks to Nick and everybody who helped to build this release!
2019-11-06doc: Updated textproc/libxml2 to 2.9.10wiz2-3/+3
2019-11-06libxml2: update to 2.9.10.wiz4-29/+17
This is a relatively large release, Nick fixed a number of bugs and improved the code in many areas, among other things removing some recursive behaviour of the code in various places. Includes various portability fixes, documentation updates and cleanups: Documentation: - Fix a few more typos ("fonction") (Nick Wellnhofer) - Large batch of typo fixes (Jared Yanovich) - Fix typos: tree: move{ -> s}, reconcil{i -> }ed, h{o -> e}ld by... (Jan Pokorný) - Fix typo: xpath: simpli{ -> fi}ed (Jan Pokorný) - Doc: do not mislead towards "infeasible" scenario wrt. xmlBufNodeDump (Jan Pokorný) - Fix comments in test code (zhouzhongyuan) - fix comment in testReader.c (zhouzhongyuan) Portability: - Fix some release issues on Fedora 30 (Daniel Veillard) - Fix exponent digits when running tests under old MSVC (Daniel Richard G) - Work around buggy ceil() function on AIX (Daniel Richard G) - Don't call printf with NULL string in runtest.c (Daniel Richard G) - Switched from unsigned long to ptrdiff_t in parser.c (Stephen Chenney) - timsort.h: support older GCCs (Jérôme Duval) - Make configure.ac work with older pkg-config (Nick Wellnhofer) - Stop defining _REENTRANT on some Win32 platforms (Nick Wellnhofer) - Fix nanohttp.c on MinGW (Nick Wellnhofer) - Fix Windows compiler warning in testC14N.c (Nick Wellnhofer) - Merge testThreadsWin32.c into testThreads.c (Nick Wellnhofer) - Fix Python bindings under Windows (Nick Wellnhofer) Bug Fixes: - Another fix for conditional sections at end of document (Nick Wellnhofer) - Fix for conditional sections at end of document (Nick Wellnhofer) - Make sure that Python tests exit with error code (Nick Wellnhofer) - Audit memory error handling in xpath.c (Nick Wellnhofer) - Fix error code in xmlTextWriterStartDocument (Nick Wellnhofer) - Fix integer overflow when counting written bytes (Nick Wellnhofer) - Fix uninitialized memory access in HTML parser (Nick Wellnhofer) - Fix memory leak in xmlSchemaValAtomicType (Nick Wellnhofer) - Disallow conditional sections in internal subset (Nick Wellnhofer) - Fix use-after-free in xmlTextReaderFreeNodeList (Nick Wellnhofer) - Fix Regextests (Nick Wellnhofer) - Fix empty branch in regex (Nick Wellnhofer) - Fix integer overflow in entity recursion check (Nick Wellnhofer) - Don't read external entities or XIncludes from stdin (Nick Wellnhofer) - Fix Schema determinism check of ##other namespaces (Nick Wellnhofer) - Fix potential null deref in xmlSchemaIDCFillNodeTables (zhouzhongyuan) - Fix potential memory leak in xmlBufBackToBuffer (Nick Wellnhofer) - Fix error message when processing XIncludes with fallbacks (Nick Wellnhofer) - Fix memory leak in xmlRegEpxFromParse (zhouzhongyuan) - 14:00 is a valid timezone for xs:dateTime (Nick Wellnhofer) - Fix memory leak in xmlParseBalancedChunkMemoryRecover (Zhipeng Xie) - Fix potential null deref in xmlRelaxNGParsePatterns (Nick Wellnhofer) - Misleading error message with xs:{min|max}Inclusive (bettermanzzy) - Fix memory leak in xmlXIncludeLoadTxt (Wang Kirin) - Partial fix for comparison of xs:durations (Nick Wellnhofer) - Fix null deref in xmlreader buffer (zhouzhongyuan) - Fix unability to RelaxNG-validate grammar with choice-based name class (Jan Pokorný) - Fix unability to validate ambiguously constructed interleave for RelaxNG (Jan Pokorný) - Fix possible null dereference in xmlXPathIdFunction (zhouzhongyuan) - fix memory leak in xmlAllocOutputBuffer (zhouzhongyuan) - Fix unsigned int overflow (Jens Eggerstedt) - dict.h: gcc 2.95 doesn't allow multiple storage classes (Nick Wellnhofer) - Fix another code path in xmlParseQName (Nick Wellnhofer) - Make sure that xmlParseQName returns NULL in error case (Nick Wellnhofer) - Fix build without reader but with pattern (Nick Wellnhofer) - Fix memory leak in xmlAllocOutputBufferInternal error path (Nick Wellnhofer) - Fix unsigned integer overflow (Nick Wellnhofer) - Fix return value of xmlOutputBufferWrite (Nick Wellnhofer) - Fix parser termination from "Double hyphen within comment" error (David Warring) - Fix call stack overflow in xmlFreePattern (Nick Wellnhofer) - Fix null deref in previous commit (Nick Wellnhofer) - Fix memory leaks in xmlXPathParseNameComplex error paths (Nick Wellnhofer) - Check for integer overflow in xmlXPtrEvalChildSeq (Nick Wellnhofer) - Fix xmllint dump of XPath namespace nodes (Nick Wellnhofer) - Fix float casts in xmlXPathSubstringFunction (Nick Wellnhofer) - Fix null deref in xmlregexp error path (Nick Wellnhofer) - Fix null pointer dereference in xmlTextReaderReadOuterXml (Nick Wellnhofer) - Fix memory leaks in xmlParseStartTag2 error paths (Nick Wellnhofer) - Fix memory leak in xmlSAX2StartElement (Nick Wellnhofer) - Fix commit "Memory leak in xmlFreeID (xmlreader.c)" (Nick Wellnhofer) - Fix NULL pointer deref in xmlTextReaderValidateEntity (Nick Wellnhofer) - Memory leak in xmlFreeTextReader (Nick Wellnhofer) - Memory leak in xmlFreeID (xmlreader.c) (Nick Wellnhofer) Improvements: - Run XML conformance tests under CI (Nick Wellnhofer) - Update GitLab CI config (Nick Wellnhofer) - Propagate memory errors in valuePush (Nick Wellnhofer) - Propagate memory errors in xmlXPathCompExprAdd (Nick Wellnhofer) - Make xmlFreeDocElementContent non-recursive (Nick Wellnhofer) - Enable continuous integration via GitLab CI (Nick Wellnhofer) - Avoid ignored attribute warnings under GCC (Nick Wellnhofer) - Make xmlDumpElementContent non-recursive (Nick Wellnhofer) - Make apibuild.py ignore ATTRIBUTE_NO_SANITIZE (Nick Wellnhofer) - Mark xmlExp* symbols as removed (Nick Wellnhofer) - Make xmlParseConditionalSections non-recursive (Nick Wellnhofer) - Adjust expected error in Python tests (Nick Wellnhofer) - Make xmlTextReaderFreeNodeList non-recursive (Nick Wellnhofer) - Make xmlFreeNodeList non-recursive (Nick Wellnhofer) - Make xmlParseContent and xmlParseElement non-recursive (Nick Wellnhofer) - Remove executable bit from non-executable files (Nick Wellnhofer) - Fix expected output of test/schemas/any4 (Nick Wellnhofer) - Optimize build instructions in README (zhouzhongyuan) - xml2-config.in: Output CFLAGS and LIBS on the same line (Hugh McMaster) - xml2-config: Add a --dynamic switch to print only shared libraries (Hugh McMaster) - Annotate functions with __attribute__((no_sanitize)) (Nick Wellnhofer) - Fix warnings when compiling without reader or push parser (Nick Wellnhofer) - Remove unused member `doc` in xmlSaveCtxt (Nick Wellnhofer) - Limit recursion depth in xmlXPathCompOpEvalPredicate (Nick Wellnhofer) - Remove -Wno-array-bounds (Nick Wellnhofer) - Remove unreachable code in xmlXPathCountFunction (Nick Wellnhofer) - Improve XPath predicate and filter evaluation (Nick Wellnhofer) - Limit recursion depth in xmlXPathOptimizeExpression (Nick Wellnhofer) - Disable hash randomization when fuzzing (Nick Wellnhofer) - Optional recursion limit when parsing XPath expressions (Nick Wellnhofer) - Optional recursion limit when evaluating XPath expressions (Nick Wellnhofer) - Use break statements in xmlXPathCompOpEval (Nick Wellnhofer) - Optional XPath operation limit (Nick Wellnhofer) - Fix compilation with --with-minimum (Nick Wellnhofer) - Check XPath stack after calling functions (Nick Wellnhofer) - Remove debug printf in xmlreader.c (Nick Wellnhofer) - Always define LIBXML_THREAD_ENABLED when enabled (Michael Haubenwallner) - Regenerate NEWS (Nick Wellnhofer) - Change git repo URL (Nick Wellnhofer) - Change bug tracker URL (Nick Wellnhofer) - Remove outdated HTML file (Nick Wellnhofer) - Fix unused function warning in testapi.c (Nick Wellnhofer) - Add some generated test files to .gitignore (Nick Wellnhofer) - Remove unneeded function pointer casts (Nick Wellnhofer) - Fix -Wcast-function-type warnings (GCC 8) (Nick Wellnhofer) - Fix -Wformat-truncation warnings (GCC 8) (Nick Wellnhofer) Cleanups: - Rebuild docs (Nick Wellnhofer) - Disable xmlExp regex code (Nick Wellnhofer) - Remove redundant code in xmlRelaxNGValidateState (Nick Wellnhofer) - Remove redundant code in xmlXPathCompRelationalExpr (Nick Wellnhofer) Thanks Nick and all who helped contribute to this release!
2019-11-06doc: Updated graphics/librsvg to 2.46.3wiz2-3/+3
2019-11-06librsvg: update to 2.46.3.wiz2-112/+97
Version 2.46.3 - #516 - Fix inadvertent bump in the minimum Rust version required. The string_cache crate is now pinned to a version that still works on Rust 1.34. (Jordan Petridis) - #521 - Compute geometries correctly if there is a viewBox attribute. - #308 - Fix stack exhaustion with circular references in <use> elements. - Consistently use the LGPL 2.1 wherever it is mentioned. Version 2.46.2 - Patterns and gradients reused across more than one element will only get resolved once now; this should make things marginally faster for patterns or gradients with fallbacks. - #515 - Librsvg now has limits on the number of loaded XML elements, and the number of referenced elements within an SVG document. This is to mitigate malicious SVGs which try to consume all memory, and those which try to consume an exponential amount of CPU time. Version 2.46.1 - #506 - Fix empty patterns which reference a fallback pattern with children.
2019-11-06doc: Updated graphics/py-cairo to 1.18.2wiz2-3/+3
2019-11-06py-cairo: update to 1.18.2.wiz2-7/+7
1.18.2 - 2019-10-24 ------------------- * Fix a minor compatibility issue with Python 3.8 (fixes the test suite)
2019-11-06doc: Updated x11/libxkbcommon to 0.9.1wiz2-3/+3
2019-11-06libxkbcommon: update to 0.9.1.wiz4-86/+87
libxkbcommon 0.9.1 - 2019-10-19 ================== - Fix context creation failing when run in privileged processes as defined by `secure_getenv(3)`, e.g. GDM. libxkbcommon 0.9.0 - 2019-10-19 ================== - Move ~/.xkb to before XKB_CONFIG_ROOT (the system XKB path, usually /usr/share/X11/xkb) in the default include path. This enables the user to have full control of the keymap definitions, instead of only augmenting them. - Remove the Autotools build system. Use the meson build system instead. - Fix invalid names used for levels above 8 when dumping keymaps. Previously, e.g. "Level20" was dumped, but only up to "Level8" is accepted by the parser. Now "20" is dumped. - Change level references to always be dumped as e.g. "5" instead of "Level5". Change group references to always be dumped capitalized e.g. "Group3" instead of "group3". Previously it was inconsistent. These changes affect the output of xkb_keymap_get_as_string(). - Fix several build issues on macOS/Darwin, Solaris, NetBSD, cross compilation. - Port the interactive-wayland test program to the stable version of xdg-shell.
2019-11-06Updated devel/py-astroid, devel/py-uvloopadam1-1/+3
2019-11-06py-uvloop: updated to 0.14.0adam3-9/+10
v0.14.0 New Features Add support for Python 3.8. Bug Fixes Multiple fixes in the SSL/TLS layer. Restore signal.wakeup_fd after the event loop is closed. Handle large timeouts in loop.call_later(). Fix possible feezing of uvloop on os.fork. Better handle Unix sockets for datagram transports. Avoid double connecting to remote_addr for datagram transports. Build Bump Cython to 0.29.13. Bump libuv to v1.33.1.
2019-11-06py-astroid: allow newer version of lang/py-sixadam3-2/+19
2019-11-06doc: Updated www/go-fasthttp to 1.6.0ng01-1/+2
2019-11-06Add www/go-fasthttp version 1.6.0ng05-0/+191
go-fasthttp is an implementation of Fast HTTP for Go.
2019-11-06doc: Updated devel/orc to 0.4.31wiz2-3/+3
2019-11-06orc: update to 0.4.31.wiz4-27/+10
0.4.31 ====== - Fix OrcTargetPowerPCFlags enum typedef to revert API change on macOS/iOS (Pablo Marcos Oltra) - Fixes for various PowerPC issues (Doug Nazar) - Enable flush-to-zero mode for float programs on ARM/neon (Doug Nazar) - Fix some opcodes to support x2/x4 processing on PowerPC (Doug Nazar)
2019-11-06doc: Updated mail/neomutt to 20191102wiz2-3/+3
2019-11-06neomutt: update to 20191102.wiz3-10/+12
2019-11-02 Richard Russon \<rich@flatcap.org\> * Bug Fixes - Mailboxes command with empty backticks - Mbox save-to-trash - Mkdir for new maildir folders - Maildir: new mail detection - Truncation of "set" command on a path variable - Update crash (when changing folder) - Resolve symbolic links when saving a message - Folder-hook calling "unmailboxes \*" - Failed ssl negotiation - Crash when using "alias -group" - LibIDN error when charset wasn't set - Notmuch abort entire-thread if database lacks message 2019-10-25 Richard Russon \<rich@flatcap.org\> * Features - Add $fcc_before_send, defaulting unset - Deprecate TLS 1.0 and 1.1 by default - Turn on $ssl_force_tls by default - Command line -z and -Z options to work with IMAP - Add size display configuration variables - Summary pages: version, set, set all, bind, macro - CONDSTORE and QRESYNC support - OAUTHBEARER support - inotify support - add index-format-hook - Add $auto_subscribe variable - Allow relative date hour/min/sec offsets - Add attributes support on color declarations - Style Menu Options - Add new pattern type ~I for external searches - Add \<named-mailboxes\> command * Changed Config - folder_format - pgp_use_gpg_agent - shell - ssl_force_tls - ssl_use_tlsv1 - ssl_use_tlsv1_1 - status_format - to_chars - user_agent * New Config - attach_save_dir - attach_save_without_prompting - autocrypt - autocrypt_acct_format - autocrypt_dir - autocrypt_reply - auto_subscribe - crypt_chars - crypt_protected_headers_read - crypt_protected_headers_save - crypt_protected_headers_subject - crypt_protected_headers_write - external_search_command - fcc_before_send - forward_attachments - imap_condstore - imap_fetch_chunk_size - imap_oauth_refresh_command - imap_qresync - imap_rfc5161 - include_encrypted - nm_flagged_tag - nm_replied_tag - pop_oauth_refresh_command - sidebar_non_empty_mailbox_only - size_show_bytes - size_show_fractions - size_show_mb - size_units_on_left - smtp_oauth_refresh_command - ssl_use_tlsv1_3 * New Commands - index-format-hook - named-mailboxes - unbind - unmacro * New Functions - autocrypt-acct-menu - autocrypt-menu - compose-to-sender - create-account - delete-account - descend-directory - group-chat-reply - mailbox-cycle - mailbox-list - toggle-active - toggle-prefer-encrypt - toggle-write - vfolder-from-query-readonly * Bug Fixes - Fix crashes - Fix memory leaks - Fix undefined behaviour - Fix coverity defects * Translations - 100% Lithuanian - 100% Chinese (Simplified) - 100% Portuguese (Brazil) - 95% German - 95% Finnish - 95% Czech - 91% Polish - 78% Japanese - 73% Dutch - 72% Spanish - 62% Swedish - 55% Slovak * Docs - OpenPGP and S/MIME configuration - Quick-starter config section - Autocrypt feature - "Message Composition Flow" section to manual - OAUTH support
2019-11-06doc: Updated devel/go-compress to 1.9.1ng01-1/+2
2019-11-06Add devel/go-compress version 1.9.1ng06-1/+346
go-compress is based on an optimized Deflate function, which is used by gzip/zip/zlib packages. It offers slightly better compression at lower compression settings, and up to 3x faster encoding at highest compression level.
2019-11-06doc: Updated misc/khard to 0.15.1wiz2-3/+3
2019-11-06khard: update to 0.15.1.wiz3-14/+17
v0.15.0: 2019-10-24 - Require either default_action or a subcommand in the future (add deprecation warning for now) - add man page for the config file - make all options in the config file optional except for the address book definitions - allow lists of strings for editor an merge_editor config options - add a CONTRIBUTING file on Github - handle ABLABELs on most fields - add formatted name to the yaml template - show formatted name in contact details - make it possible to sort by and display formatted name in linstings - remove the khard-runner.py helper script - validate the config file upon loading it - internal code refactoring
2019-11-06switch to fltk 1.3. fix build. bump pkgversion.mrg4-28/+32
2019-11-06doc: Updated net/go-tcplisten to 0.0.0.20161114ng01-1/+2
2019-11-06Add net/go-tcplisten version 0.0.0.20161114ng06-1/+61
go-tcplisten provides customizable TCP net.Listener with various performance-related options: * SO_REUSEPORT. This option allows linear scaling server performance on multi-CPU servers. See https://www.nginx.com/blog/socket-sharding-nginx-release-1-9-1/ for details. * TCP_DEFER_ACCEPT. This option expects the server reads from the accepted connection before writing to them. * TCP_FASTOPEN. See https://lwn.net/Articles/508865/ for details.
2019-11-06doc: Updated security/go-xxhash to 2.1.0ng01-1/+2
2019-11-06update HOMEPAGEszptvlfn9-18/+18
2019-11-06Add security/go-xxhash version 2.1.0ng06-1/+65
Go implementation of the 64-bit xxHash algorithm (XXH64). This implementation provides a fast pure-Go implementation and an even faster assembly implementation for amd64.
2019-11-06doc: Updated audio/din to 43.0.1fox1-1/+2
2019-11-06audio/din: Updates to 43.0.1fox3-11/+11
Changes since 43: DIN Is Noise 43.0.1 @ Chennai, India ! fixed bug: builds to evaluation instead of licensed version !
2019-11-06doc: Updated devel/go-cpuid to 1.2.1ng01-1/+2