Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (1h)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (154d) 

2024-05-13 01:47:50 UTC Now

2019-09-15 10:58:52 UTC MAIN commitmail json YAML

2019-09-15 10:38:01 UTC MAIN commitmail json YAML

doc: Updated security/libssh to 0.90

(nia)

2019-09-15 10:37:50 UTC MAIN commitmail json YAML

libssh: Update to 0.90

ChangeLog

    Added support for AES-GCM
    Added improved rekeying support
    Added performance improvements
    Disabled blowfish support by default
    Fixed several ssh config parsing issues
    Added support for DH Group Exchange KEX
    Added support for Encrypt-then-MAC mode
    Added support for parsing server side configuration file
    Added support for ECDSA/Ed25519 certificates
    Added FIPS 140-2 compatibility
    Improved known_hosts parsing
    Improved documentation
    Improved OpenSSL API usage for KEX, DH, KDF and signatures

(nia)

2019-09-15 09:33:38 UTC MAIN commitmail json YAML

2019-09-15 09:26:46 UTC pkgsrc-2019Q2 commitmail json YAML

Pullup tickets #6047 and #6052.

(bsiegert)

2019-09-15 09:26:26 UTC pkgsrc-2019Q2 commitmail json YAML

Pullup ticket #6052 - requested by maya
devel/SDL: NetBSD build fix (follow up to #6008)

Revisions pulled up:
- devel/SDL/distinfo                                            1.82
- devel/SDL/patches/patch-src_video_SDL__pixels.c              1.2

---
  Module Name:    pkgsrc
  Committed By:  micha
  Date:          Wed Jul 24 14:08:23 UTC 2019

  Modified Files:
          pkgsrc/devel/SDL: distinfo
          pkgsrc/devel/SDL/patches: patch-src_video_SDL__pixels.c

  Log Message:
  Fixed patch-src_video_SDL__pixels.c for NetBSD 7

  Declaration of local variable 'byte' moved out of for loop because this syntax
  requires C99 (breaks e.g. NetBSD 7 because LANGUAGES= c99 is not defined by
  package).

(bsiegert)

2019-09-15 09:13:19 UTC MAIN commitmail json YAML

(devel/fromcvs) regen distinfo based on github.com version

Two files, ftp.netbsd.org/pub/pkgsrc/distfile version and the github version give different
hash digest, but the contents are the exactly the same, probabley compress level is different.
I'll replace ftp.netbsd.org version by github version later.

CF-SX3@makoto 18:12:01/190915(/export/fromcvs)% ls -la */fromcvs-0*
-rw-r--r--  1 makoto  wheel  46593 Sep 15 17:59 github/fromcvs-0.0.0.134.zip
-rw-r--r--  1 makoto  wheel  46593 Mar  8  2015 netbsd/fromcvs-0.0.0.134.zip

CF-SX3@makoto 18:12:04/190915(/export/fromcvs)% sha1 */fromcvs-0*
SHA1 (github/fromcvs-0.0.0.134.zip) = a212bf8b1a3eee50ab95afcfcb0ac8d5a3722d9e
SHA1 (netbsd/fromcvs-0.0.0.134.zip) = ed979e5ee19613d8cb9aac31ca014116dba08bdc

(mef)

2019-09-15 09:11:02 UTC pkgsrc-2019Q2 commitmail json YAML

Pullup ticket #6047 - requested by taca
databases/ldb: dependent update
net/samba4: security fix

Revisions pulled up:
- databases/ldb/Makefile                                        1.6
- databases/ldb/buildlink3.mk                                  1.2
- databases/ldb/distinfo                                        1.3
- net/samba4/Makefile                                          1.75,1.77-1.78
- net/samba4/PLIST                                              1.23
- net/samba4/distinfo                                          1.33-1.35

---
  Module Name: pkgsrc
  Committed By: wiz
  Date: Sat Jul 20 22:46:59 UTC 2019

  Modified Files:

  pkgsrc/net/samba4: Makefile buildlink3.mk

  Log Message:
  *: recursive bump for nettle 3.5.1

---
  Module Name: pkgsrc
  Committed By: wiz
  Date: Sun Jul 21 22:26:08 UTC 2019

  Modified Files:

  pkgsrc/net/samba4: Makefile

  Log Message:
  *: recursive bump for gdk-pixbuf2-2.38.1

---
  Module Name: pkgsrc
  Committed By: adam
  Date: Sat Aug  3 06:54:39 UTC 2019

  Modified Files:
  pkgsrc/net/samba4: Makefile PLIST distinfo

  Log Message:
  samba4: updated to 4.10.6

  Changes 4.10.6:
  * BUG 13956: s3: winbind: Fix crash when invoking winbind idmap scripts.
  * BUG 13964: smbd does not correctly parse arguments passed to dfree and
    quota scripts.
  * BUG 13965: samba-tool dns: use bytes for inet_ntop.
  * BUG 13828: samba-tool domain provision: Fix --interactive module in
    python3.
  * BUG 13893: ldb_kv: Skip @ records early in a search full scan.
  * BUG 13981: docs: Improve documentation of "lanman auth" and "ntlm auth"
    connection.
  * BUG 14002: python/ntacls: Use correct "state directory" smb.conf option
    instead of "state dir".
  * BUG 13840: registry: Add a missing include.
  * BUG 13944: Fix SMB guest authentication.
  * BUG 13958: AppleDouble conversion breaks Resourceforks.
  * BUG 13968: vfs_fruit makes direct use of syscalls like mmap() and pread().
  * BUG 13987: s3:mdssvc: Fix flex compilation error.
  * BUG 13872: s3/vfs_glusterfs[_fuse]: Avoid using NAME_MAX directly:
  * BUG 13799: dsdb:samdb: schemainfo update with relax control.
  * BUG 13964: s3:util: Move static file_pload() function to lib/util.
  * BUG 13957: smbd: Fix a panic.
  * BUG 12478: ldap server: Generate correct referral schemes.
  * BUG 13941: s4 dsdb/repl_meta_data: fix use after free in
    dsdb_audit_add_ldb_value.
  * BUG 13942: s4 dsdb: Fix use after free in
    samldb_rename_search_base_callback.
  * BUG 12204: dsdb/repl: we need to replicate the whole schema before we can
    apply it.
  * BUG 12478: ldb: Release ldb 1.5.5
  * BUG 13713: Schema replication fails if link crosses chunk boundary
    backwards.
  * BUG 13799: 'samba-tool domain schemaupgrade' uses relax control and skips
    the schemaInfo update provision.
  * BUG 13916: dsdb_audit: avoid printing "... remote host [Unknown]
    SID [(NULL SID)] ..."
  * BUG 13917: python/ntacls: We only need security.SEC_STD_READ_CONTROL in
    order to get the ACL.
  * BUG 13947: s3:loadparm: Ensure to truncate FS Volume Label at multibyte
    boundary.
  * BUG 13939: Using Kerberos credentials to print using spoolss doesn't work.
  * BUG 13998: wafsamba: Use native waf timer.
  * BUG 13984: ctdb-scripts: Fix tcp_tw_recycle existence check.

---
  Module Name: pkgsrc
  Committed By: wiz
  Date: Sun Aug 11 13:25:21 UTC 2019

  Modified Files:

  pkgsrc/net/samba4: Makefile

  Log Message:
  Bump PKGREVISIONs for perl 5.30.0

---
  Module Name: pkgsrc
  Committed By: adam
  Date: Fri Aug 23 10:52:41 UTC 2019

  Modified Files:
  pkgsrc/net/samba4: Makefile distinfo

  Log Message:
  samba4: updated to 4.10.7

  Samba 4.10.7
  * BUG 14010: Unable to create or rename file/directory inside shares
    configured with vfs_glusterfs_fuse module.
  * BUG 13844: build: Allow build when '--disable-gnutls' is set.
  * BUG 13973: samba-tool: Add 'import samba.drs_utils' to fsmo.py.
  * BUG 14008: Fix 'Error 32 determining PSOs in system' message on old DB
    with FL upgrade.
  * BUG 14021: s4/libnet: Fix joining a Windows pre-2008R2 DC.
  * BUG 14046: join: Use a specific attribute order for the DsAddEntry
    nTDSDSA object.
  * BUG 14015: vfs_catia: Pass stat info to synthetic_smb_fname().
  * BUG 14091: lookup_name: Allow own domain lookup when flags == 0.
  * BUG 13932: s4 librpc rpc pyrpc: Ensure tevent_context deleted last.
  * BUG 13915: DEBUGC and DEBUGADDC doesn't print into a class specific log
    file.
  * BUG 13949: Request to keep deprecated option "server schannel",
    VMWare Quickprep requires "auto".
  * BUG 13967: dbcheck: Fallback to the default tombstoneLifetime of 180 days.
  * BUG 13969: dnsProperty fails to decode values from older Windows versions.
  * BUG 13973: samba-tool: Use only one LDAP modify for dns partition fsmo
    role transfer.
  * BUG 13960: third_party: Update waf to version 2.0.17.
  * BUG 14051: netcmd: Allow 'drs replicate --local' to create partitions.
  * BUG 14017: ctdb-config: Depend on /etc/ctdb/nodes file.

---
  Module Name: pkgsrc
  Committed By: adam
  Date: Tue Sep  3 19:11:58 UTC 2019

  Modified Files:
  pkgsrc/net/samba4: Makefile distinfo

  Log Message:
  samba4: updated to 4.10.8

  Samba 4.10.8:

  This is a security release in order to address the following defect:

  o  CVE-2019-10197: Combination of parameters and permissions can allow user
                      to escape from the share path definition.

---
  Module Name: pkgsrc
  Committed By: adam
  Date: Sat Aug  3 06:52:32 UTC 2019

  Modified Files:
  pkgsrc/databases/ldb: Makefile buildlink3.mk distinfo

  Log Message:
  ldb: updated to 1.5.5

  1.5.5:
  Unknown changes

(bsiegert)

2019-09-15 06:54:16 UTC MAIN commitmail json YAML

doc: Updated textproc/aspell to 0.60.7

(maya)

2019-09-15 06:53:36 UTC MAIN commitmail json YAML

aspell: update to 0.60.7

Changes from 0.60.6.1 to 0.60.7 (July 29, 2019)

    Add partial support for recognizing the Unicode apostrophe (���) in words. In particular Aspell will accept the Unicode apostrophe when the language uses an ISO Latin charset that doesn���t already have a Unicode apostrophe. For now, Aspell will still use the ASCII version in suggestions.
    Detect when a dictionary compiled on a 32-bit machine is used on a 64-bit one (and vise versa), as due to an oversight, compiled dictionaries depend on more than the endianness. Also added a compile time option to remove this dependency, but at the cost of breaking compatibility with already compiled dictionaries on 64-bit systems.
    Fix a bug which caused Aspell to crash when passing in a null string to almost any of the C API functions. This should not happen if the size is also zero as the pointer should never be derefrenced.
    Fix a bug that caused Aspell to crash with a SEGFAULT when built with mingw-w64.
    In addition to outputting a warning when building with NDEBUG defined, also include NDEBUG in the version string.
    Various compile fixes for newer version of Gcc and Clang.
    Fix VPATH builds.
    Use utf-8 encoding for manual instead of iso-8859-1.
    Other minor updates and bug fixes.

Patch provided by Iku Iwasa in PR pkg/54548

(maya)

2019-09-15 06:27:08 UTC MAIN commitmail json YAML

(databases/p5-SQL-Translator) Add  DEPENDS+=  p5-File-ShareDir-Install

(mef)

2019-09-15 00:12:30 UTC MAIN commitmail json YAML

Recursive revbump from print/qpdf-9.0.0

(ryoon)

2019-09-15 00:11:56 UTC MAIN commitmail json YAML

Updated print/qpdf to 9.0.0

(ryoon)

2019-09-15 00:11:45 UTC MAIN commitmail json YAML

bulk-large: Update to 20190915

Obsolete packages:
- evince, replaced with atril
- gstreamer0, replaced with gstreamer1
- py-gtk2, replaced with py-gobject3
- qt4, replaced with qt5

(nia)

2019-09-15 00:11:29 UTC MAIN commitmail json YAML

Update to 9.0.0

Changelog:
9.0.0: August 31, 2019

        Incompatible API (source-level) Changes (minor)

            The method QUtil::strcasecmp has been renamed to QUtil::str_compare_nocase. This incompatible change is necessary to enable qpdf to build on platforms that define strcasecmp as a macro.

            The QPDF::copyForeignObject method had an overloaded version that took a boolean parameter that was not used. If you were using this version, just omit the extra parameter.

            There was a version QPDFTokenizer::expectInlineImage that took no arguments. This version has been removed since it caused the tokenizer to return incorrect inline images. A new version was added some time ago that produces correct output. This is a very low level method that doesn't make sense to call outside of qpdf's lexical engine. There are higher level methods for tokenizing content streams.

            Change QPDFOutlineDocumentHelper::getTopLevelOutlines and QPDFOutlineObjectHelper::getKids to return a std::vector instead of a std::list of QPDFOutlineObjectHelper objects.

            Remove method QPDFTokenizer::allowPoundAnywhereInName. This function would allow creation of name tokens whose value would change when unparsed, which is never the correct behavior.

            When qpdf --check or qpdf --check-linearization encounters a file with linearization warnings but not errors, it now properly exits with exit code 3 instead of 2.

        CLI Enhancements

            The --replace-input option may be given in place of an output file name. This causes qpdf to overwrite the input file with the output. See the description of --replace-input in Section 3.3, ���Basic Options��� for more details.

            The --recompress-flate instructs qpdf to recompress streams that are already compressed with /FlateDecode. Useful with --compression-level.

            The --compression-level=level sets the zlib compression level used for any streams compressed by /FlateDecode. Most effective when combined with --recompress-flate.

        Library Enhancements

            A new namespace QIntC, provided by qpdf/QIntC.hh, provides safe conversion methods between different integer types. These conversion methods do range checking to ensure that the cast can be performed with no loss of information. Every use of static_cast in the library was inspected to see if it could use one of these safe converters instead. See Section 7.5, ���Casting Policy��� for additional details.

            Method QPDF::anyWarnings tells whether there have been any warnings without clearing the list of warnings.

            Method QPDF::closeInputSource closes or otherwise releases the input source. This enables the input file to be deleted or renamed.

            New methods have been added to QUtil for converting back and forth between strings and unsigned integers: uint_to_string, uint_to_string_base, string_to_uint, and string_to_ull.

            New methods have been added to QPDFObjectHandle that return the value of Integer objects as int or unsigned int with range checking and sensible fallback values, and a new method was added to return an unsigned value. This makes it easier to write code that is safe from unintentional data loss. Functions: getUIntValue, getIntVauleAsInt, getUIntValueAsUInt.

            When parsing content streams with QPDFObjectHandle::ParserCallbacks, in place of the method handleObject(QPDFObjectHandle), the developer may override handleObject(QPDFObjectHandle, size_t offset, size_t length). If this method is defined, it will be invoked with the object along with its offset and length within the overall contents being parsed. Intervening spaces and comments are not included in offset and length. Additionally, a new method contentSize(size_t) may be implemented. If present, it will be called prior to the first call to handleObject with the total size in bytes of the combined contents.

            New methods QPDF::userPasswordMatched and QPDF::ownerPasswordMatched have been added to enable a caller to determine whether the supplied password was the user password, the owner password, or both. This information is also displayed by qpdf --show-encryption and qpdf --check.

            Static method Pl_Flate::setCompressionLevel can be called to set the zlib compression level globally used by all instances of Pl_Flate in deflate mode.

            The method QPDFWriter::setRecompressFlate can be called to tell QPDFWriter to uncompress and recompress streams already compressed with /FlateDecode.

            The underlying implementation of QPDF arrays has been enhanced to be much more memory efficient when dealing with arrays with lots of nulls. This enables qpdf to use drastically less memory for certain types of files.

            When traversing the pages tree, if nodes are encountered with invalid types, the types are fixed, and a warning is issued.

            A new helper method QUtil::read_file_into_memory was added.

            All conditions previously reported by QPDF::checkLinearization() as errors are now presented as warnings.

            Name tokens containing the # character not preceded by two hexadecimal digits, which is invalid in PDF 1.2 and above, are properly handled by the library: a warning is generated, and the name token is properly preserved, even if invalid, in the output. See ChangeLog for a more complete description of this change.

        Bug Fixes

            A small handful of memory issues, assertion failures, and unhandled exceptions that could occur on badly mangled input files have been fixed. Most of these problems were found by Google's OSS-Fuzz project.

            When qpdf --check or qpdf --check-linearization encounters a file with linearization warnings but not errors, it now properly exits with exit code 3 instead of 2.

            The --completion-bash and --completion-zsh options now work properly when qpdf is invoked as an AppImage.

            Calling QPDFWriter::set*EncryptionParameters on a QPDFWriter object whose output filename has not yet been set no longer produces a segmentation fault.

            When reading encrypted files, follow the spec more closely regarding encryption key length. This allows qpdf to open encrypted files in most cases when they have invalid or missing /Length keys in the encryption dictionary.

            When qpdf --check or qpdf --check-linearization encounters a file with linearization warnings but not errors, it now properly exits with exit code 3 instead of 2.

        Build Changes

            On platforms that support it, qpdf now builds with -fvisibility=hidden. If you build qpdf with your own build system, this is now safe to use. This prevents methods that are not part of the public API from being exported by the shared library, and makes qpdf's ELF shared libraries (used on Linux, MacOS, and most other UNIX flavors) behave more like the Windows DLL. Since the DLL already behaves in much this way, it is unlikely that there are any methods that were accidentally not exported. However, with ELF shared libraries, typeinfo for some classes has to be explicitly exported. If there are problems in dynamically linked code catching exceptions or subclassing, this could be the reason. If you see this, please report a bug at pikepdf.

            QPDF is now compiled with integer conversion and sign conversion warnings enabled. Numerous changes were made to the library to make this safe.

            QPDF's make install target explicitly specifies the mode to use when installing files instead of relying the user's umask. It was previously doing this for some files but not others.

            If pkg-config is available, use it to locate libjpeg and zlib dependencies, falling back on old behavior if unsuccessful.

        Other Notes

            QPDF has been fully integrated into Google's OSS-Fuzz project. This project exercises code with randomly mutated inputs and is great for discovering hidden security crashes and security issues. Several bugs found by oss-fuzz have already been fixed in qpdf.

(ryoon)

2019-09-14 21:47:23 UTC MAIN commitmail json YAML

doc: Removed archivers/file-roller successor archivers/engrampa

(nia)

2019-09-14 21:46:15 UTC MAIN commitmail json YAML

2019-09-14 21:40:53 UTC MAIN commitmail json YAML

xfce4-thunar-archive: Depend on xarchiver instead of GNOME 2 file-roller.

Makes more sense since we still consider xarchiver part of Xfce...

(nia)

2019-09-14 19:58:31 UTC MAIN commitmail json YAML

p5-DBD-Mock: note p5-Module-Build-Tiny dependency

Fix bulk builds by noting this depends on p5-Module-Build-Tiny.

(gutteridge)

2019-09-14 19:34:14 UTC MAIN commitmail json YAML

Removed editors/conglomerate

(nia)

2019-09-14 19:33:33 UTC MAIN commitmail json YAML

2019-09-14 19:27:47 UTC MAIN commitmail json YAML

doc: Removed net/tsclient successor net/remmina

(nia)

2019-09-14 19:26:48 UTC MAIN commitmail json YAML

2019-09-14 19:22:49 UTC MAIN commitmail json YAML

doc: Removed net/bug-buddy

(nia)

2019-09-14 19:21:59 UTC MAIN commitmail json YAML

2019-09-14 19:15:42 UTC MAIN commitmail json YAML

doc: Removed print/evince

(nia)

2019-09-14 19:14:23 UTC MAIN commitmail json YAML

2019-09-14 19:01:58 UTC MAIN commitmail json YAML

balsa: cut references to GNOME, this isn't being built with it any more

(nia)

2019-09-14 18:58:19 UTC MAIN commitmail json YAML

security/doas: Remove system mentions in DESCR and fix a typo.

(ng0)

2019-09-14 18:57:22 UTC MAIN commitmail json YAML

doc: Updated mail/balsa to 2.5.7

(nia)

2019-09-14 18:57:11 UTC MAIN commitmail json YAML

balsa: Update to 2.5.7

2019-05-25
    balsa-2.5.7 - encryption, HTML email improvements; bug fixes.

2018-06-01
    balsa-2.5.6 - webkit2 external load fix; reply-to-group improvements.

2018-02-26
    balsa-2.5.5 - crypto and networking improvements; portability fixes.

2016-12-09
    balsa-2.5.3 - gtk3 branch is master now; more bugfixes and ports.

2015-05-30
    balsa-2.5.2 - a release of various bug fixes collected in gtk3 branch.

2013-04-27
    balsa-2.5.1 - next batch of improvents for your mailing pleasure!

2013-02-28
    balsa-2.5.0 - buildable against gtk3 - goes official!

(nia)

2019-09-14 18:56:15 UTC MAIN commitmail json YAML

doc: Updated security/doas to 6.2p1

(ng0)

2019-09-14 18:37:04 UTC MAIN commitmail json YAML

rabbit: fix missed ruby-gnome version in DEPENDS.

(tsutsui)

2019-09-14 18:34:30 UTC MAIN commitmail json YAML

ruby-squib: fix missed ruby-gnome version in DEPENDS.

(tsutsui)

2019-09-14 18:27:29 UTC MAIN commitmail json YAML

doc: Renamed and updated ruby-gnome packages to 3.3.8

(tsutsui)

2019-09-14 18:15:21 UTC MAIN commitmail json YAML

ruby-pkg-config, ruby-native-package-installer: ruby-gnome2 -> ruby-gnome

(tsutsui)

2019-09-14 18:14:25 UTC MAIN commitmail json YAML

mikutter: update for ruby-gnome gem reorganization.

Bump PKGREVISION.

(tsutsui)

2019-09-14 18:13:50 UTC MAIN commitmail json YAML

milter-manager: update for ruby-gnome gem reorganization.

Bump PKGREVISION.

(tsutsui)

2019-09-14 18:13:22 UTC MAIN commitmail json YAML

rabbit: update for ruby-gnome gem reorganization.

Bump PKGREVISION.

(tsutsui)

2019-09-14 18:12:49 UTC MAIN commitmail json YAML

ruby-squib: update for ruby-gnome gem reorganization.

Bump PKGREVISION.

(tsutsui)

2019-09-14 18:11:41 UTC MAIN commitmail json YAML

ruby-gnome: Update to 3.3.8, and rename package names to match gems.

Also reorganize several dependencies in Makefile and buildlink3.mk.
See the following post for details:
https://mail-index.netbsd.org/pkgsrc-users/2019/09/07/msg029327.html
https://mail-index.netbsd.org/pkgsrc-users/2019/09/13/msg029356.html

Upstream changes (from NEWS):

== Ruby-GNOME 3.3.8: 2019-09-10

This is a partially GLib 2.62.0 support release.

=== Changes

==== All

  * Improvements

    * Changed our project name to Ruby-GNOME from Ruby-GNOME2.
      [GitHub#1277][Suggested by kojix2]
      [GitHub#1291][Patch by kojix2]

    * Stopped to release (({.tar.gz})) because they are no longer
      used.

==== Ruby/GLib2

  * Improvements

    * (({GLib.convert})): Changed to set correct encoding.

    * (({GLib::FILENAME_ENCODING})): Added.

    * Changed to use the same enum object for the same enum value.

    * (({GLib::Enum.find})): Added.

    * (({GLib::Bytes#initialize})): Changed to reuse (({String})) data
      even if the given (({String})) isn't frozen.

    * (({GLib::Bytes.try_convert})): Added.

    * (({GLib::Enum.try_convert})): Added.

    * (({GLib::Flags.try_convert})): Added.

    * (({GLib::Type.try_convert})): Added.

    * (({GLib::MkEnums.create})): Added support for flags to enum
      definition.
      [GitHub#1295][Patch by Mamoru TASAKA]

==== Ruby/GIO2

  * Fixes

    * Renamed to (({Gio::Icon#hash})) from (({Gio::Icon.hash})).
      [GitHub#1293][Reported by Erik Czumadewski]

==== Ruby/GObjectIntrospection

  * Improvements

    * Introduced (({try_convert})) protocol.

==== Ruby/CairoGObject

  * Improvements

    * (({Cairo::Context.try_convert})): Added.

    * (({Cairo::Device.try_convert})): Added.

    * (({Cairo::Pattern.try_convert})): Added.

    * (({Cairo::Surface.try_convert})): Added.

    * (({Cairo::ScaledFont.try_convert})): Added.

    * (({Cairo::FontFace.try_convert})): Added.

    * (({Cairo::FontOptions.try_convert})): Added.

    * (({Cairo::Region.try_convert})): Added.

=== Thanks

  * kojix2

  * Erik Czumadewski

  * Mamoru TASAKA

(tsutsui)

2019-09-14 17:09:11 UTC MAIN commitmail json YAML

py-werkzeug-docs: note py-werkzeug dependency

Fix bulk builds by noting this depends on py-werkzeug. (While here,
convert other BUILD_DEPENDS to TOOL_DEPENDS.)

(gutteridge)

2019-09-14 16:39:26 UTC MAIN commitmail json YAML

mpv: fixed typo in options.mk

(adam)

2019-09-14 16:31:26 UTC MAIN commitmail json YAML

repmgr: PLIST fix for PostgreSQL with/without LLVM

(adam)

2019-09-14 16:09:53 UTC MAIN commitmail json YAML

doc: Updated audio/din to 43

(fox)

2019-09-14 16:08:32 UTC MAIN commitmail json YAML

din: Updates to 43

Changes since 42:

DIN Is Noise 43 @ Chennai, India
+ move groups of harmonics on sine mixer
+ shift + click harmonic on sine mixer to select / deselect
+ moving one of the selected harmonics moves all the selected harmonics
'But then one lizard (or iguana) moved, and all moved'
- VS Naipaul, Among the Believers
+ but shift when moving moves just the selected harmonic
+ all, none, invert buttons for gross selection
+ resize phrase position slider
+ DIN saves/reloads slider
+ change both notes of selected range using mouse slider
+ Use Menu > Ranges > Change note? > Both
- removed Change Left note, Change Right note menu items in Menu > Ranges
+ replaced with Change note? Left Right Both menu items
+ scrub / scratch point modulations
+ click on Scrub and move up or down
+ Sync on Point Modulator
+ workflow is
+ select modulations
+ pause
+ sync
+ play
+ voice volume minimum can be < 0 [voice waveform flips]
+ spinner to set absolute drone master volume
+ drone master volume can be < 0 [drone waveform flips]
- removed mute drones button
* just spin drone master volume to 0
+ save/load auto apply state on sine mixer
+ save/load drone selection state
+ save/load drone frozen state
+ save/load plugins fold state for each curve editor
+ save/load auto select launched drones flag
+ turn on/off UI in all screens, not just in instruments
* optimised
+ click repeat of Apply button and key repeat of shortcut r for continous apply
of plugin output to curve
+ useful/interesting when point modulating custom sin/cos/radius curves etc
+ drones per minute is floating point instead of integer
* improved phrase handling for voice on microtonal keyboard
* improved plugin browser on curve editors
* changed default drone handle size to 3
! fixed bug: turning on/off ui on point modulator may crash DIN42 !
! fixed bug: pressing shift/ctrl effected selection box when not previewing mesh !
! fixed bug: changing parameters on Number plugin didnt update preview !
! fixed bug: frozen drones saved to disk thawed on reload !
! fixed bug: didnt save/load turns on spiraler !
! fixed bug: rotate/scale of drones happened in UI loop, now moved to audio loop !
! fixed bug: stopped gravity editing when menu displayed !

(fox)

2019-09-14 14:45:45 UTC MAIN commitmail json YAML

security/doas: Update to 6.2p1

Significant items from https://github.com/slicer69/doas/releases:
doas 6.2p1
* Fixes a crash on Linux systems when a specified user on the
  command line did not match a valid entry in the doas.conf file.
  In the past, doas would first try to find an exact username match
  when the "-u" flag was used and, if one could not be found, it
  would try to find a matching numeric UID.
  Now doas requires that an exact username be specified when
  "-u" is used. This avoids confusion (and, on Linux, fuzzy matches
  when a username begins with a number). This means "doas -u 0" can
  no longer be used to run a command as root, and "duas -u 1000" is
  not ambigious if there is a user with the name "1000" on the system.

doas 6.2
* Group permissions of the original user are now dropped on Linux.
  This prevents the original user's group access from interfering
  with the target user's owned files. Group permissions were already
  dropped on FreeBSD (and I believe) NetBSD, and this brings doas's
  Linux behaviour into line with the other systems.
* Fixed a couple of compiler warnings that get rid of either unneeded
  variables or introduce sanity checks on return functions.
  This should make doas more secure, across platforms/compilers.

doas 6.1p1
* ported to illumos, added support for SmartOS and
  OpenIndiana.
* Better pkgsrc integration.

(ng0)

2019-09-14 14:02:32 UTC MAIN commitmail json YAML

ncmpc: Set PYTHON_FOR_BUILD_ONLY

(nia)

2019-09-14 13:34:16 UTC MAIN commitmail json YAML

doc: Updated audio/faad2 to 2.9.0

(nia)

2019-09-14 13:34:06 UTC MAIN commitmail json YAML

faad2: Update to 2.9.0

Changes:

[ Krzysztof Nikiel ]

    Build system fixes and code clean-up

[ LoRd_MuldeR ]

    Fix compiler warnings and code indentation
    Fix compilation with GCC <= 4.7.3
    MSVC solution file clean-up

[ Cameron Cawley ]

    Fix compilation with GCC 4.7.4
    Fix compilation with MinGW

[ Michael Fink ]

    MSVC 2017 project file update

[ Hugo Lefeuvre ]

    Fix crash with unsupported MP4 files (NULL pointer dereference,
    division by zero)
    CVE-2019-6956: ps_dec: sanitize iid_index before mixing
    CVE-2018-20196: sbr_fbt: sanitize sbr->M (should not exceed MAX_M)
    CVE-2018-20199, CVE-2018-20360: specrec: better handle unexpected
    parametric stereo (PS)
    CVE-2018-20362, CVE-2018-19504, CVE-2018-20195, CVE-2018-20198,
    CVE-2018-20358: syntax.c: check for syntax element inconsistencies
    CVE-2018-20194, CVE-2018-19503, CVE-2018-20197, CVE-2018-20357,
    CVE-2018-20359, CVE-2018-20361: sbr_hfadj: sanitize frequency band
    borders

[ Hugo Beauz辿e-Luyssen ]

    CVE-2019-15296, CVE-2018-19502: Fix a couple buffer overflows

[ Filip Ros辿en ]

    Prevent crash on SCE followed by CPE

[ Gianfranco Costamagna ]

    Fix linking with GCC 9 and "-Wl,--as-needed"

[ Fabian Greffrath ]

    Enable the frontend to be built reproducibly

(nia)

2019-09-14 13:22:56 UTC MAIN commitmail json YAML

(fonts/tex-fontools-doc): Add USE_TOOLS+= perl, see bulklog report

(mef)

2019-09-14 13:17:59 UTC MAIN commitmail json YAML

ykpers: needs asciidoc

(tnn)

2019-09-14 12:35:01 UTC MAIN commitmail json YAML

doc: Updated audio/musicpd to 0.21.14

(nia)

2019-09-14 12:34:50 UTC MAIN commitmail json YAML

musicpd: Update to 0.21.14

ver 0.21.14 (2019/08/21)
* decoder
  - sidplay: show track durations in database
  - sidplay: convert tag values from Windows-1252 charset
  - sidplay: strip text from "Date" tag
* player
  - fix crash after song change
  - fix seek position after restarting the decoder
* protocol
  - include command name in error responses

(nia)

2019-09-14 12:19:50 UTC MAIN commitmail json YAML

doc: Updated audio/ncmpc to 0.34

(nia)

2019-09-14 12:19:40 UTC MAIN commitmail json YAML

ncmpc: Update to 0.34

ncmpc 0.34 - (2019-04-10)
* show total duration of range selection in status bar
* fix high CPU usage in key bindings check
* fix high CPU usage during text input
* fix background color "none"
* adapt to Boost 1.70.0 API changes
* fixed manual install dir

ncmpc 0.33 - (2018-10-22)
* artist page: rename to "library"
* library page: make tag list configurable
* fix color configuration parser bug
* fix build failure when libpcre is not found
* remove support for liblircclient (only liblirc)
* build: require Meson 0.47
* build: use Meson option type `feature`
* build: remove obsolete option `tcp`
* build: add option to disable regular expression support

ncmpc 0.32 - (2018-10-05)
* fix crash bug on queue page
* fix crash bug on lyrics page
* fix off-by-one buffer overflow bug
* fix manpage installation directory
* fix build breakages with some ncurses builds
* work around GCC 4.9 build failure
* remove doxygen support
* new dependency: Boost
* remove dependency on GLib

ncmpc 0.31 - (2018-09-19)
* fix "No such song" in search screen
* fix progressbar when colors are disabled
* enable colors by default
* allow configuring per-style background colors
* keep current song in xterm title when MPD is paused
* load configuration from $XDG_CONFIG_HOME/ncmpc/config
* always show the screen list at the top
* fix memory leak
* require MPD 0.19

ncmpc 0.30 - (2018-04-04)
* fix crash after pressing ^W in search screen
* fix crash bug in chat screen
* fix completion list
* new color "progressbar-background"
* switch the code base to C++14
* build manual with Sphinx

ncmpc 0.29 - (2017-11-05)
* fix crash after losing MPD connection
* fix crash after DNS lookup error
* add Meson option "lyrics_plugin_dir"
* fallback libncurses detection without pkg-config

ncmpc 0.28 - (2017-09-21)
* fix crash on lyrics screen
* fix memory leak
* hide the MPD password from the queue screen title
* implement password for asynchronous connect
* build with Meson instead of autotools

ncmpc 0.27 - (2017-03-25)
* work around connect failure if /var/run/mpd/socket does not exist
* remove the status bar clock (option "display-time")
* fix assertion failure after connect failure
* several Windows build fixes

ncmpc 0.26 - (2017-03-20)
* require libmpdclient 2.9
* adapt to lirc 0.9.4
* lyricswiki: update regex
* screen_song: show "f" and "dsd" formats
* connect asynchronously
* fix flickering in color mode
* fix gcc 7 warnings

(nia)

2019-09-14 11:34:18 UTC MAIN commitmail json YAML

ibus: update PLIST to actually match for cldr-emoji-annotation-35.12.14971.0.

(tsutsui)

2019-09-14 11:05:19 UTC MAIN commitmail json YAML

doc: Updated audio/sonata to 1.7b1

(nia)

2019-09-14 11:05:09 UTC MAIN commitmail json YAML

sonata: Update to 1.7b1

1.7b1 (2016-01-31)
------------------

New features
''''''''''''

    * redirect to the localized Wikipedia according to the user's local,
      instead of redirecting to the English one.
      https://github.com/multani/sonata/issues/61
    * add "Shuffle by album"
      https://github.com/multani/sonata/pull/59
    * repeat single song (Corentin N辿au)
      https://github.com/multani/sonata/pull/95

Bug fixes
'''''''''

    * fix crashs on Gtk.TextView when updating the lyrics of a song
    * Fix streams parsing:
      https://github.com/multani/sonata/issues/41
      https://github.com/multani/sonata/issues/38
    * fix withdrawn mode by fixing incorrect usage of threads and Gtk
      eco-system
    * choosing a local artwork wasn't working anymore
    * fix artwork caching
    * keep the selected tab when hiding/showing Sonata using the tray icon
    * correctly handle tracks without a definitely reasonable track or disc
      value (Peter Helbing)
      https://github.com/multani/sonata/pull/74
    * fix translation of of Glade dialogs (Peter Helbing)
      https://github.com/multani/sonata/pull/75
    * fix opening the About dialog (based on Rocus van Oosten report).
    * fix refreshing profiles upon connections add/delete (Corentin N辿au)
      https://github.com/multani/sonata/pull/92
    * fix update of cover and text in fullscreen mode (Corentin N辿au)
      https://github.com/multani/sonata/pull/93

Internal changes
''''''''''''''''

    * slightly better performance when updating the library
    * threading improvements:

      - use GIO instead of a thread to download drag-and-droped covers
      - remove the MPD from a dedicated thread. It works as good (if not
        better) as before since the threaded code was poorly written anyway and
        rendered the additionnal basically useless. This move is not definitive
        but something better will probably come up some day.

    * Looking for covers isn't as filesystem expensive as before, but it
      doesn't check for multiple possible cases in the cover name anymore.

1.7a2 (2013-11-26)
------------------

New features
''''''''''''

    * Download bigger covers from Last.fm
    * Centering the current song using Ctrl+i now also selects the current song
    * Use Transifex as a translation plateform. See
      https://www.transifex.com/projects/p/sonata/
    * Update translations:

        - Russian (thanks Stas!)
        - Ukrainian (thanks Stas!)
        - French (thanks Jon!)

Bug fixes
'''''''''

    * Fix search in library (using a specific filter or the 'everything' filter)
    * Fix scrobbling to Last.fm
    * Scrolling with the mouse wheel on the tray icon correctly changes the volume
    * Some lyrics from LyricsWiki redirects to another page. The plugin now
      follows those redirect to find the actual lyrics.
    * Fix multiple issues related to drag-and-drop of songs in the current playlist
    * Fix error while using Sonata's command line interface
    * Fix filtering songs in the current playlist
    * Fix DND of custom artwork images in the main window
    * Fix breadcrumb icon in the library while browsing an album while in Artist view
    * Fix saving the visibility flag of tabs: https://github.com/multani/sonata/issues/45
    * Fix hiding/showing the main window even if it's not the active widget:
      https://github.com/multani/sonata/issues/43
    * Deleting a track doesn't toggle the filter bar anymore in the current playlist.
    * Better support for MPD 0.18

Internal changes
''''''''''''''''

    * Simplified the `current` module. It should also now use less memory than before.
    * Provide a new GObject signal to notify on artwork change and artwork reset.

1.7a1 (2013-02-08)
------------------

New features
''''''''''''

    * Fetch covers from Last.fm instead of Rhapsody.com
    * Custom plugins are now stored along the configuration file in ~/.config/sonata/plugins/
    * Switch to Python 3 and Gtk 3 (J旦rg Thalheim & Adam Dane)
    * More items in the tray menu (Kirill Lashuk)
    * Better fullscreen support (Kirill Lashuk)
    * Toggle fullscreen from the command line (Daniel)
    * Support MPD's "consume" mode (Anton Lashkov)
    * Use more default icons in the context menus (Anton Lashkov)
    * Load only the most recent of plugins with the same names

Bug fixes
'''''''''

    * Fix population of the "Save to playlist" menu (Zhihao Yuan)
    * Prevent multiple entries and improve art search with multi-CD albums (Kirill Lashuk)
    * Fixes weird show up if Sonata is not on the current workspace (Kirill Lashuk)
    * Scrobble after seeking to the beginning (Kirill Lashuk)
    * The lyricswiki plugin should now work again (Jonathan Ballet)
    * Fix UI status after reconnection to MPD (Jonathan Ballet)
    * Fix crash when searching the library (Kirill Lashuk)

Internal changes
''''''''''''''''

    * Simpler API for cover fetching plugins
    * Lot of code cleanup and internal changes
    * Removed Sugar UI support
    * Use Glade files to describe the interface and GtkBuilder to build the interface
    * More systematic configuration file management
    * High-level access to MPD's command results

(nia)

2019-09-14 11:03:34 UTC MAIN commitmail json YAML

doc: Added audio/py-mpd2 version 1.0.0

(nia)

2019-09-14 11:03:22 UTC MAIN commitmail json YAML

Add audio/py-mpd2.

An MPD (Music Player Daemon) client library written in pure Python.

python-mpd2 is a fork of python-mpd. While 0.4.x was backwards compatible
with python-mpd, starting with 0.5 provides enhanced features which are NOT
backward compatibles with the original python-mpd package.

(nia)

2019-09-14 10:41:22 UTC MAIN commitmail json YAML

doc: Updated audio/ario to 1.6

(nia)

2019-09-14 10:41:01 UTC MAIN commitmail json YAML

2019-09-14 09:49:17 UTC MAIN commitmail json YAML

seamonkey: no longer includes an IRC client, it's an addon - chatzilla.

(nia)

2019-09-14 04:29:30 UTC MAIN commitmail json YAML

doc: Updated inputmethode/ibus and inputmethode/ibus-python to 1.5.21

(tsutsui)

2019-09-14 04:26:39 UTC MAIN commitmail json YAML

ibus, ibus-python: update to 1.5.21.

pkgsrc changes:
- pull upstream fixes (will appear in the next version):
  - bus: Implement GDBusAuthObserver callback (to avoid #2116 conflicts)
    https://github.com/ibus/ibus/commit/3d442dbf936d197aa11ca0a71663c2bc61696151
  - g_dbus_server_new_sync() is failed with address unix:tmpdir=/tmp/ibus
    https://github.com/ibus/ibus/issues/2116
  - Save address file in XDG_RUNTIME_DIR
    https://github.com/ibus/ibus/pull/2128
- explicitly pull Unicode 12.0 packages to avoid unexpected inconsistency
- drop obsolete gconf from CONFIGURE_ARGS

Upstream changes:
https://github.com/ibus/ibus/releases/tag/1.5.21

1.5.21
* Enable to run ibus-setup with a different python
* Update ibusunicodegen.h for Unicode UCD 12.0
* Fixes build issues
* Enhance tests
* Add ibus.its for IME's component files
* Make ISO 639 language names with title
* Keep preedit cursor_pos and visible in clearing preedit text
* Support long sequences and multiple output characters for compose table
* Disable panel extension for gnome-initial-setup user
* Exit ibus-daemon with parent's death
* Update Wayland input-method protocol to unstable v1
* Indistinguishable address of ibus-daemon (Gunnar Hjalmarsson)
* Update LOCALES_STRING (Hodong Kim)
* Fix typos (Changwoo Ryu)

(tsutsui)

2019-09-14 03:47:17 UTC MAIN commitmail json YAML

doc: Updated textproc/cldr-emoji-annotation to 35.12.14971.0

(tsutsui)

2019-09-14 03:46:58 UTC MAIN commitmail json YAML

cldr-emoji-annotation: update to 35.12.14971.0.

Upstream announcement:
https://github.com/fujiwarat/cldr-emoji-annotation/releases/tag/35.12.14971_0

35.12.14971_0

This is a final Emoji 12.0 and CLDR is release-35 with revision14971.

(tsutsui)

2019-09-14 03:44:01 UTC MAIN commitmail json YAML

doc: Updated textproc/unicode-emoji to 12.0

(tsutsui)

2019-09-14 03:43:44 UTC MAIN commitmail json YAML

unicode-emoji: update to 12.0.

Upstream announcement:
https://unicode.org/emoji/charts-12.0/emoji-released.html

Emoji Recently Added, v12.0

The following emoji characters and sequences have been added to
this version of Unicode Emoji. Platforms are included where
images have been made available (however, the images may be
development versions). The skin-tone variants are not shown,
but are listed in the counts at the end.

The characters were based on proposals received by the Unicode
Consortium, reviewed by the Unicode Emoji Subcommittee, and
selected on the basis of the Emoji Selection Factors in
Submitting Emoji Proposals. That page also describes the
Process and Timeline for proposals.

(tsutsui)

2019-09-14 03:12:31 UTC MAIN commitmail json YAML

doc: Updated textproc/unicode-character-database to 12.1.0

(tsutsui)

2019-09-14 03:12:15 UTC MAIN commitmail json YAML

unicode-character-database: update to 12.1.0.

Upstream changes:

12.1.0:
http://www.unicode.org/versions/Unicode12.1.0/

Unicode 12.1 adds exactly one character, for a total of 137,929 characters.

The new character added to Version 12.1 is:
  * U+32FF SQUARE ERA NAME REIWA

Version 12.1 adds that single character to enable software to be
rapidly updated to support the new Japanese era name in calendrical
systems and date formatting. The new Japanese era name was officially
announced on April 1, 2019, and is effective as of May 1, 2019.

12.0.0:
http://www.unicode.org/versions/Unicode12.0.0/

Unicode 12.0 adds 554 characters, for a total of 137,928 characters.
These additions include 4 new scripts, for a total of 150 scripts,
as well as 61 new emoji characters.

(tsutsui)

2019-09-14 01:46:07 UTC MAIN commitmail json YAML

doc: Updated emulators/PC6001VX to 3.2.0

(tsutsui)

2019-09-14 01:45:46 UTC MAIN commitmail json YAML

PC6001VX: update to 3.2.0.

pkgsrc changes:

- README.html is no longer in the distribution tarball
  so make it optional and generate it using asciidoc and
  source-highlight.

Upstream changes (from README.adoc):

.3.2.0 2019/9/14
* Compatible ROM implemented by AKIKAWA Hisashi is now built
  in the emulator. Now the emulator is bootable without genuine ROM.
* Fixed timer interrupt interval on SR models.(temporal fix)
* Assigned Alt+F9/F10 hotkey to state save/load.
* Dropped "Patch the ROM" setting. (Because it made JOYSTICK2 unusable.)

(tsutsui)

2019-09-13 20:23:50 UTC MAIN commitmail json YAML

pkgtools/libnbcompat: fix regular expression literals in AWK program

gawk: nbcompat.awk:5: warning:
regexp escape sequence `\#' is not a known regexp operator

(rillig)

2019-09-13 20:10:35 UTC MAIN commitmail json YAML

bootstrap/bootstrap: prevent --wrkdir from being a symlink

Without this check, bootstrap will fail later when it builds
bootstrap-mk-files in the usual pkgsrc way. There is an additional check
in bsd.pkg.mk which then fails. Therefore, better fail fast to save some
time.

(rillig)

2019-09-13 19:53:03 UTC MAIN commitmail json YAML

bootstrap/bootstrap: fix word wrapping in symlink error message

When $2 is expanded, it is longer than 2 characters, which leaded to an
ugly line break.

(rillig)

2019-09-13 17:20:41 UTC MAIN commitmail json YAML

thunderbird-enigmail: merge Makefile.common into Makefile

No other user of Makefile.common left.

(wiz)

2019-09-13 15:48:50 UTC MAIN commitmail json YAML

www/gnurl: Update to 7.66.0

Changelog:

CHANGELOG
---------

Changes, gnurl specific:

* Almost none, mostly a merge as usual. After a chat
  with bfix on IRC, the gnurl homepage has been extended
  to explain how to build it.

The usual curl Changelog applies, consult https://curl.haxx.se for the
ChangeLog.
curl Changelog:
Changes:

    CURLINFO_RETRY_AFTER: parse the Retry-After header value
    HTTP3: initial (experimental still not working) support
    curl: --sasl-authzid added to support CURLOPT_SASL_AUTHZID from the tool
    curl: support parallel transfers with -Z
    curl_multi_poll: a sister to curl_multi_wait() that waits more
    sasl: Implement SASL authorisation identity via CURLOPT_SASL_AUTHZID

Bugfixes:

    CVE-2019-5481: FTP-KRB double-free
    CVE-2019-5482: TFTP small blocksize heap buffer overflow
    CI: remove duplicate configure flag for LGTM.com
    CMake: remove needless newlines at end of gss variables
    CMake: use platform dependent name for dlopen() library
    CURLINFO docs: mention that in redirects times are added
    CURLOPT_ALTSVC.3: use a "" file name to not load from a file
    CURLOPT_ALTSVC_CTRL.3: remove CURLALTSVC_ALTUSED
    CURLOPT_HEADERFUNCTION.3: clarify
    CURLOPT_HTTP_VERSION: seting this to 3 forces HTTP/3 use directly
    CURLOPT_READFUNCTION.3: provide inline example
    CURLOPT_SSL_VERIFYHOST: treat the value 1 as 2
    Curl_addr2string: take an addrlen argument too
    Curl_fillreadbuffer: avoid double-free trailer buf on error
    HTTP: use chunked Transfer-Encoding for HTTP_POST if size unknown
    alt-svc: add protocol version selection masking
    alt-svc: fix removal of expired cache entry
    alt-svc: make it use h3-22 with ngtcp2 as well
    alt-svc: more liberal ALPN name parsing
    alt-svc: send Alt-Used: in redirected requests
    alt-svc: with quiche, use the quiche h3 alpn string
    appveyor: pass on -k to make
    asyn-thread: create a socketpair to wait on
    build-openssl: fix build with Visual Studio 2019
    cleanup: move functions out of url.c and make them static
    cleanup: remove the 'numsocks' argument used in many places
    configure: avoid undefined check_for_ca_bundle
    curl.h: add CURL_HTTP_VERSION_3 to the version enum
    curl.h: fix outdated comment
    curl: cap the maximum allowed values for retry time arguments
    curl: handle a libcurl build without netrc support
    curl: make use of CURLINFO_RETRY_AFTER when retrying
    curl: remove outdated comment
    curl: use .curlrc (with a dot) on Windows
    curl: use CURLINFO_PROTOCOL to check for HTTP(s)
    curl_global_init_mem.3: mention it was added in 7.12.0
    curl_version: bump string buffer size to 250
    curl_version_info.3: mentioned ALTSVC and HTTP3
    curl_version_info: offer quic (and h3) library info
    curl_version_info: provide nghttp2 details
    defines: avoid underscore-prefixed defines
    docs/ALTSVC: remove what works and the experimental explanation
    docs/EXPERIMENTAL: explain what it means and what's experimental now
    docs/MANUAL.md: converted to markdown from plain text
    docs/examples/curlx: fix errors
    docs: s/curl_debug/curl_dbg_debug in comments and docs
    easy: resize receive buffer on easy handle reset
    examples: Avoid reserved names in hiperfifo examples
    examples: add http3.c, altsvc.c and http3-present.c
    getenv: support up to 4K environment variable contents on windows
    http09: disable HTTP/0.9 by default in both tool and library
    http2: when marked for closure and wanted to close == OK
    http2_recv: trigger another read when the last data is returned
    http: fix use of credentials from URL when using HTTP proxy
    http_negotiate: improve handling of gss_init_sec_context() failures
    md4: Use our own MD4 when no crypto libraries are available
    multi: call detach_connection before Curl_disconnect
    netrc: make the code try ".netrc" on Windows
    nss: use TLSv1.3 as default if supported
    openssl: build warning free with boringssl
    openssl: use SSL_CTX_set__proto_version() when available
    plan9: add support for running on Plan 9
    progress: reset download/uploaded counter between transfers
    readwrite_data: repair setting the TIMER_STARTTRANSFER stamp
    scp: fix directory name length used in memcpy
    smb: init *msg to NULL in smb_send_and_recv()
    smtp: check for and bail out on too short EHLO response
    source: remove names from source comments
    spnego_sspi: add typecast to fix build warning
    src/makefile: fix uncompressed hugehelp.c generation
    ssh-libssh: do not specify O_APPEND when not in append mode
    ssh: move code into vssh for SSH backends
    sspi: fix memory leaks
    tests: Replace outdated test case numbering documentation
    tftp: return error when packet is too small for options
    timediff: make it 64 bit (if possible) even with 32 bit time_t
    travis: reduce number of torture tests in 'coverage'
    url: make use of new HTTP version if alt-svc has one
    urlapi: verify the IPv6 numerical address
    urldata: avoid 'generic', use dedicated pointers
    vauth: Use CURLE_AUTH_ERROR for auth function errors

(ng0)

2019-09-13 15:37:27 UTC MAIN commitmail json YAML

doc: Updated devel/hoe to 3.18.0

(taca)

2019-09-13 15:37:04 UTC MAIN commitmail json YAML

devel/hoe: update to 3.18.0

=== 3.18.0 / 2019-05-25

* 1 major enhancement:

  * Added Minitest::TestTask (will move to minitest proper soon)

* 8 minor enhancements:

  * Added 'multiruby_skip' config so it can be in global ~/.hoerc.
  * Added Hoe.include_dirs to allow tasks to probe directly.
  * Added X=exclude_pattern to the test plugin. Can be used in conjunction with N=select_pattern.
  * Deprecated Hoe::Test.make_test_cmd      (argue with me!)
  * Deprecated Hoe::Test.try_loading_rspec  (argue with me!)
  * Deprecated Hoe::Test.try_loading_rspec2 (argue with me!)
  * Deprecated testunit support            (argue with me!)
  * Switched normally hoe-generated test tasks over to use Minitest::TestTask.

* 1 bug fix:

  * Fixed incompatibility with rubygems 3.x. (drbrain)

(taca)

2019-09-13 15:33:42 UTC MAIN commitmail json YAML

doc: Updated databases/ruby-sequel to 5.24.0

(taca)

2019-09-13 15:33:14 UTC MAIN commitmail json YAML

databases/ruby-sequel: update to 5.24.0

=== 5.24.0 (2019-09-01)

* Add Database#skip_logging? private method designed for extensions to force query timing even if no logger is present (adam12) (#1640)

* Allow a hostname specified in a defaults_file in the mysql2 adapter, by not explicitly setting :host (sapio-bdeamer) (#1638)

* Convert all database array types to Ruby arrays in the jdbc adapter (jeremyevans)

* Add static_cache_cache plugin for caching rows for static_cache models to a file to avoid database queries during model initialization (jeremyevans)

* Add :cache_file plugin option to pg_auto_constraint_validations plugin, for caching metadata to a file for faster initialization (jeremyevans)

* Support :unique_deferrable and :primary_key_deferrable column options (jeremyevans)

* Support :generated_always_as column option on PostgreSQL 12+ (jeremyevans)

=== 5.23.0 (2019-08-01)

* Work around a bug on jdbc-sqlite3 3.27.2.1 when parsing schema for tables with columns with default values (jeremyevans)

* Work around a bug in jdbc-sqlite3 3.27.2.1 when in Database#foreign_key_list in the jdbc/sqlite3 adapter (jeremyevans)

* Make Dataset#execute* private methods respect explicit servers option, fixing Dataset#paged_each in the postgres adapter when sharding (jeremyevans) (#1632)

* Handle instances of subclasses of core classes when wrapping objects in the pg_json extension (jeremyevans) (#1631)

* Support :ansi Database option in the tinytds adapter (kenaniah) (#1629)

* Support cross-database and linked servers when parsing schema on Microsoft SQL Server (kenaniah) (#1629)

* Add insert_conflict plugin for automatically handling unique constraint conflicts when saving new model instances on PostgreSQL 9.5+ and SQLite 3.24.0+ (jeremyevans)

* Avoid errors when parsing schema in the mock sqlite adapter (jeremyevans)

* Avoid possible thread-safety issue in the timezones support (jeremyevans)

* Handle offsets when typecasting an array or hash to datetime when Sequel.datetime_class = Time (jeremyevans)

* Support Sequel.datetime_class = Time when using the named_timezones extension (jeremyevans)

(taca)

2019-09-13 14:22:28 UTC MAIN commitmail json YAML

Updated textproc/p5-Text-CSV to 2.00

(wen)

2019-09-13 14:21:35 UTC MAIN commitmail json YAML

Update to 2.00

Upstream changes:
2.00  2019-05-11
    - Imported tests/fixes from Text::CSV_XS 1.39
      - Fix strict on streaming EOF
    - Fixed to update (cached) eol_len correctly

(wen)

2019-09-13 14:17:27 UTC MAIN commitmail json YAML

Updated textproc/p5-YAML-LibYAML to 0.80

(wen)

2019-09-13 14:16:07 UTC MAIN commitmail json YAML

Update to 0.80

Upstream changes:
0.80 Thu 22 Aug 2019 01:17:13 PM CEST
- Fix memory leak when loading invalid YAML (PR#93 tinita)

0.79 Tue 11 Jun 2019 09:35:22 PM CEST
- Support aliasing scalars resolved as null or booleans (tinita)
- Add YAML::XS::LibYAML::libyaml_version() (tinita)
- Support standard !!int/!!float tags instead of dying (tinita)

0.78 Sat 18 May 2019 06:35:21 PM CEST
- Fix double free/core dump when Dump()ing binary data, see issue#91
  (tinita)
- Update config.h from libyaml (tinita)

0.77 Mon 15 Apr 2019 10:55:13 PM CEST
- Update libyaml to version 0.2.2. Most important change for users is that
  plain urls in flow style can be parsed now. Example: `[ http://yaml.org
  ]`. (tinita)

(wen)

2019-09-13 14:12:30 UTC MAIN commitmail json YAML

Updated time/p5-DateTime-Calendar-Julian to 0.101

(wen)

2019-09-13 14:10:30 UTC MAIN commitmail json YAML

Update to 0.101

Upstream changes:
0.101          2019-08-14      T. R. Wyant
    - Fix broken POD links, and add test to ensure they stay fixed.

(wen)

2019-09-13 13:45:22 UTC MAIN commitmail json YAML

pkgtools/texlive2pkg: fix pkglint warning

(rillig)

2019-09-13 13:43:49 UTC MAIN commitmail json YAML

doc: Updated pkgtools/texlive2pkg to 1.8

(rillig)

2019-09-13 13:43:30 UTC MAIN commitmail json YAML

pkgtools/texlive2pkg: fix shell quoting, update to 1.8

Before this fix, running "texlive2pkg --help" in a directory that
contains a file named "d" would output only "d" instead of "[-d]".

(rillig)

2019-09-13 13:31:39 UTC MAIN commitmail json YAML

pkgtools/url2pkg: refactor to group the subs that modify Makefile lines

(rillig)

2019-09-13 13:13:31 UTC MAIN commitmail json YAML

xm8: fails with newer C++ standard, force c++03

(nia)

2019-09-13 12:57:55 UTC MAIN commitmail json YAML

thunderbird-enigmail: seamonkey-enigmail was removed.

(nia)

2019-09-13 12:57:40 UTC MAIN commitmail json YAML

doc: Removed mail/seamonkey-enigmail

(nia)

2019-09-13 12:56:23 UTC MAIN commitmail json YAML

Remove mail/seamonkey-enigmail.

This no longer works with the latest SeaMonkey release, and upstream
has dropped support for SeaMonkey.

(nia)

2019-09-13 12:02:06 UTC MAIN commitmail json YAML

doc: Updated net/dhcpcd to 8.0.6

(roy)

2019-09-13 12:01:53 UTC MAIN commitmail json YAML

Import dhcpcd-8.0.6 with the following change:
  *  DHCP: Ensure we have enough data to checksum IP and UDP (really fixed)

(roy)

2019-09-13 11:56:32 UTC MAIN commitmail json YAML

doc: Updated multimedia/adobe-flash-player to 32.0.0.255

(tsutsui)

2019-09-13 11:56:14 UTC MAIN commitmail json YAML

adobe-flash-player: update to 32.0.0.255.

Upstream announcement:

https://helpx.adobe.com/security/products/flash-player/apsb19-46.html

Adobe Security Bulletin
Security Bulletin for Adobe Flash Player | APSB19-46

Summary

  Adobe has released security updates for Adobe Flash Player for
  Windows, macOS, Linux and Chrome OS. These updates address
  critical vulnerabilities in Adobe Flash Player. Successful
  exploitation could lead toarbitrary code executionin the context
  of the current user.

(tsutsui)

2019-09-13 11:03:11 UTC MAIN commitmail json YAML

doc: Updated net/mosquitto to 1.6.5

(gdt)

2019-09-13 10:54:47 UTC MAIN commitmail json YAML

festival: restore the old termcap handling until I understand this better.

(nia)

2019-09-13 10:47:53 UTC MAIN commitmail json YAML

doc: Updated net/dhcpcd to 8.0.5

(roy)

2019-09-13 10:47:44 UTC MAIN commitmail json YAML

Import dhcpcd-8.0.5 with the following changes:

*  inet6: Fix default route not being installed
*  DHCP: If root fs is network mounted, enable last lease extend
*  man: Fix lint errors.
*  BSD: avoid RTF_WASCLONED routes
*  DHCP: Give a better message when packet validation fails
*  DHCP: Ensure we have enough data to checksum IP and UDP

The last change fixes a potential DoS attack introduced in dhcpcd-8.0.3 when
the checksuming code was changed to accomodate variable length IP headers.

(roy)

2019-09-13 10:42:15 UTC MAIN commitmail json YAML

doc: Updated net/uftp to 4.10

(nia)

2019-09-13 10:42:05 UTC MAIN commitmail json YAML

uftp: Update to 4.10

Note: this now supports OpenSSL 1.1.

Version 4.10 - 7/10/2019
  Allow specifying transmission rates of up to 1 Tbps.  This involved changing
    a number of variables tracking the rate from 32 bit to 64 bit types.  It
    also changed the tracking of wait times between data packet transmissions
    from microseconds to nanoseconds.
  Fixed a bug when getting the list of network interfaces in the event that
    an interface does not have an interface index number.

Version 4.9.11 - 5/13/2019
  The error check added in 4.9.10 on chdir wasn't checking the correct value,
    causing the client and proxy to not start in background mode.  Bug fixed.

Version 4.9.10 - 5/9/2019
  The initial CLR selection was picking the receiver with the lowest RTT
    instead of the higest.  Fixed to select the receiver with the highest RTT.
  While the server is sending, check for CTRL-C by the user at least once a
    second instead of waiting for a GRTT cycle if it is longer.
  Fixed rate calculation bug when TFMCC is specified with -R -1.
  Minor error checking / log format fixes

Version 4.9.9 - 2/17/2019
  Fixed handling of min_time in TFMCC mode

Version 4.9.8 - 8/29/2018
  When compiling with MSVC 2017, the IP_MTU_DISCOVER flag is defined but not
    implemented, resulting in errors when attempting to set it.  Added check
    for the case if the flag is not implemented.
  Machines with a blank IP address for the first interface were getting a
    default UID of 0.  When this happens, check for a non-blank interface
    to derive the UID from.
  Cleaned up setting of key exchange random numbers to avoid aliasing violation

Version 4.9.7 - 5/27/2018
  Fixed delay in server sending thread causing transfer of large files to
    time out.  The block number to send was being incremented once per
    iteration of the main sending loop.  This main loop also locks and unlocks
    a mutex to update data shared by the receiving thread.  When a large
    number of consecutive blocks do not need to be sent, the lock/unlock
    cycles resulted in delays where no data was sent.  Changed to increment
    the block number until a block to send is found without reiterating
    the main loop.

Version 4.9.6 - 4/17/2018
  When a response proxy sends a PROXY_KEY message, send it on all public
    multicast addresses, not just the first one

Version 4.9.5 - 12/16/2017
  Upated encryption module to support OpenSSL 1.1.x and 1.0.x.
    Removed support for OpenSSL 0.9.8
  Changed install directory of uftpd uftpproxyd to /usr/bin
  Added CPPFLAGS to makefile for build hardening as requested by Debian

Version 4.9.4 - 10/7/2017
  When initializing TFMCC loss history, use datapacketsize if no recent packets
    found or if counter wraps.  This fixes a divide-by-zero bug.
  Only run postreceive script when the incoming file has not yet been closed.
    This prevents the script from running twice if a duplicate DONE is received.
  Clarified documentation regarding incompatibility of temp dir and sync mode.

Version 4.9.3 - 1/21/2017
  Fixed a race condition in the server between the sending and receiving
    threads when building CONG_CTRL messages.  The receiving thread was
    not locking when placing messages on a queue.  Added proper locking.
  Minor updates to includes and typedefs to support 64-bit Windows builds.
    Now requires Visual Studio 2015 or higher.
  Changed manpage formatting and makefile options as suggested by Debian team.
  Added missing include for sys/time.h

Version 4.9.2 - 4/3/2016
  Under TFMCC when a client first experiences loss, it calculates the average
    packet size of the packets received either in the last GRTT or the last
    64K packets, whichever is less.  In the event the sequence number of the
    first lost packet is the same as the first packet received (which can
    happen due to wraparound), this wasn't being captures properly resulting
    in a divide by zero bug.  Made a fix to properly account for sequence
    number wraparound.
  When calculating the average packet size above, a cast was used that could
    result in a negative number being returned for this value.  Removed the
    offending cast.
  Fixed off-by-one bug when counting the number of DONE messages sent by the
    server before declaring clients as lost.

Version 4.9.1 - 3/15/2016
  A bug was introduced in 4.8.1 when a fix was made for received files having
    extra bytes appended when packets were received out of order.  When a
    file's size is an exact multiple of the block size, the last block was
    getting truncated.  Made a fix to account for this case.

Version 4.9 - 2/28/2016
  Added the -a option to the server, which specifies the maximum number of
    passes through transmitting a file before aborting any clients that have
    not yet received the entire file.
  When specifying TFMCC mode, the initial, minimum, and maximum rates were
    being read as bytes per second instead of the documented Kbps.  These
    fields are now being properly read as Kbps.
  In TFMCC mode, when the CLR received a CONG_CTRL message, it was responding
    with a CC_ACK before updating its RTT value, resulting in the CLR reporting
    an outdated RTT.  Made a fix to first update the RTT, then send the CC_ACK.

Version 4.8.1 - 2/4/2016
  When the last data block in the file arrived at the receiver out-of-order,
    additional null bytes were being appended to the end of the file.  This
    was due to a bug in calculating the current cache size.  Bug fixed.
  Clients normally check for sufficient free space before attempting to receive
    a file.  This was not working correctly when -t was specified.  Bug fixed.

Version 4.8 - 1/5/2016
  Added support for initial and minimum rates for TFMCC as well as a max rate.
    These may be specified as follows:
      -C tfmcc:min=min_rate:init=init_rate:max=max_rate
    See the man page for more details.
  Changed logging level for "invalid message" messages from level 1 to level 4.
    This should cut down on unnecessary log messages at lower levels.
  Fixed man page typos.

Version 4.7 - 5/16/2015
  Added group instance ID (i.e. restart number) to all log messages.
  Make sure that the client flushes the disk cache when a session is aborted.
    This wasn't being done previously, resulting in unnecessary retransmissions
    on the subsequent restart session.
  Previously, when a client registers via a proxy, the server added that client
    to the list of clients serviced by that proxy.  There was a bug that
    allowed a client sending back multiple registers to be added to this list
    multiple times, resulting in a buffer overrun if there are a large number
    of clients registering via a given proxy.  Fixed the bug by removing the
    list altogether, since the server doesn't really care which proxy a
    client registers via.

Version 4.6.1 - 3/15/2015
  At the start of the transfer phase with congestion control enabled, the
    server would sometimes select a client that had dropped out earlier in
    the session as the initial CLR, slowing down the file transfer.  Fixed.
  In restart mode for a partially sent file, the server sends a DONE right
    away before sending data to get NAKs from the clients.  The clients
    normally have a short delay before responding to a DONE to ensure that
    out of order data packets arrive.  In this case, since no data has been
    sent yet, the clients will now respond right away to avoid the unneeded
    delay.
  When the clients joins or leaves a multicast group, it checks to see if any
    other active sessions are using that group before doing so.  Fixed a bug
    that prevented the client from searching the whole list.

Version 4.6 - 12/30/2014
  Added the -F option to the client to print status info to a file.  Like
    the server's -s option, passing in @LOG mixes this info with the regular
    logging output.
  The client now prints the hostname/IP address where an ANNOUNCE originates
    from, which may be either the server itself or a proxy.  The -q option
    was added to prevent DNS lookups in the event it causes delays.
  Several spelling fixes in documentation and code comments.
  Fixed a memory leak in the fingerprint parsing routine.

Version 4.5.1 - 9/14/2014
  On the rare occasion a seek call made by the client errors or returns a
    file offset that was unexpected, a second call to seek is made to set the
    destination file offset to the proper place.  However, this second seek
    was jumping to the wrong place in the file.  This has been fixed, and
    a similar fix was made on the server as well.
  Allow the -s (status file) option on the server to take a special value of
    @LOG, which allows status info to be mixed with the regular logging output.
    This behavior is consistent with older versions that did this when sync
    mode was enabled.

Version 4.5 - 8/26/2014
  Added disk caching on the client, greatly improving high speed throughput.
    The cache size is controlled via the -c option.
  Changed logging levels on several log statements so that effectively
    level 0 is "error" and level 1 is "warning".  The default log level of 2
    will continue to contain semi-detailed logging.
  Increased client timeout for REG_CONF and DONE_CONF to 4*robust*grtt.
    This helps to prevent client from timing out too early.
  When the server receives a REGISTER or FILEINFO_ACK from a client and
    calculates its round trip time, enforce a lower limit of 0.01 seconds.
    This prevent client from timing out too quickly.
  Occurrences of SIGPIPE while writing to a log could result in an infinite
    loop.  SIGPIPE is now ignored, relying on normal error handling instead.

Version 4.4 - 7/22/2014
  Added max rate option to TFMCC implementation
  Added -U option to server to specify the server's UID
  Removed stale UFTP3 congestion control code

Version 4.3.1 - 7/3/2014
  Have clients send an ABORT for all active sessions on shutdown
  Fixed #ifs that enable dual mode sockets
  Removed -O0 from BSD section of makefile

Version 4.3 - 5/27/2014
  Added support for ECN (Explicit Congestion Notification) in the TFMCC
    implementation in the server and client.  Proxy support is forthcoming.
    See the man pages for known supported systems.
  Fixed warning in encrypt_openssl.c when compiling under FreeBSD x64.
  Explicitly enable dual mode IPv4/IPv6 sockets when IPv6 is used on systems
    that support it.

Version 4.2 - 5/12/2014
  Added distinct exit codes for various error conditions
  In client and proxy, check if private address is already in use before joining
  Fixed log rolling under Windows

Version 4.1.5 - 3/1/2014
  Fixed casting bug in server TFMCC operations when calculating client rate.
  Fixed server proxy bug where group round trip time was being read from
    client messages when it should only be read from server messages.

Version 4.1.4 - 12/5/2013
  During a restart session, a bug caused the full file to be resent on the
    first pass, and client wouldn't send back NAKs for the first session.
    This has been fixed.
  Fixed incorrect reading of client ID lists in DONE, DONE_CONF, and CONG_CTRL
    messages.
  Added group ID and file ID to server logging when timestamps are enabled.
  Added more warning checks for Linux and corrected warnings.
  Cleaned up error checking code for malloc and calloc calls.

Version 4.1.3 - 10/13/2013
  Since 4.0, compilation failed on MacOSX.  This has been fixed.

(nia)

2019-09-13 10:25:15 UTC MAIN commitmail json YAML

2019-09-13 10:24:14 UTC MAIN commitmail json YAML

Remove chat/gnomeicu.

Development on this stopped in favour of Empathy and other clients many
years ago. Due to recent protocol changes, unmaintained ICQ clients cannot
be expected to continue working.

(nia)

2019-09-13 10:12:22 UTC MAIN commitmail json YAML

doc: Added emulators/melonds version 0.8.3

(nia)

2019-09-13 10:12:07 UTC MAIN commitmail json YAML

Add emulators/melonds.

melonDS aims at providing fast and accurate Nintendo DS emulation. While it
is still a work in progress, it has a pretty solid set of features:

* Nearly complete core (CPU, video, audio, ...)
* OpenGL renderer, 3D upscaling
* RTC, microphone, lid close/open
* Joystick support
* Savestates
* Various display position/sizing/rotation modes
* (WIP) Wifi: local multiplayer, online connectivity
* and more are planned!

(nia)

2019-09-13 09:56:48 UTC MAIN commitmail json YAML

Updated time/p5-DateTime-TimeZone to 2.37

(wen)

2019-09-13 09:55:11 UTC MAIN commitmail json YAML

Updated www/py-waitress

(adam)

2019-09-13 09:55:05 UTC MAIN commitmail json YAML

Update to 2.37

Upstream changes:
2.37    2019-09-11

- This release is based on version 2019c of the Olson database. This release
  includes contemporary changes for Fiji and Norfolk Island.

2.36    2019-07-01

- This release is based on version 2019b of the Olson database. This release
  includes contemporary changes for Brazil and Palestine.

(wen)

2019-09-13 09:53:30 UTC MAIN commitmail json YAML

py-waitress: updated to 1.3.1

1.3.1:

Bugfixes
- Waitress won't accidentally throw away part of the path if it starts with a
  double slash (GET //testing/whatever HTTP/1.0). WSGI applications will
  now receive a PATH_INFO in the environment that contains
  //testing/whatever as required.

(adam)

2019-09-13 09:49:55 UTC MAIN commitmail json YAML

Updated time/p5-Time-Format to 1.15

(wen)

2019-09-13 09:48:33 UTC MAIN commitmail json YAML

Update to 1.15

Upstream changes:
1.15  2019 July 26
        - Fix a bug in the test suite due to floating-point rounding.  Thanks to
          Slaven Rezic (see CPAN RT bug 130150:
                              https://rt.cpan.org/Ticket/Display.html?id=130150)
        - Also improved __DATA__ handling, so as not to hold a lock on the library.

1.14  2019 July 22
        - Fix CPAN RT bug 87484 (https://rt.cpan.org/Ticket/Display.html?id=87484),
          concerning very small floating-point values (e.g. "2.1458e-06").
        - Fix CPAN RT Bug 95447, concerning floating-point numerical time values.
        - Fix CPAN RT Bug 121367, concerning loading perl-only routines after forking.
          This might (?) also fix bug 74880, but I can't reproduce that.
        - Skip locale tests on openbsd platform.
        - Fix accented strings in locale.t

1.13  2019 July 18
        - Fix CPAN RT bug 85001.
          This was a problem in the test suite only; no code changes were made
          in the main module lib/Time/Format.pm.
          The problem existed in how the test suite checked for whether certain
          CPAN modules were installed, and especially in how it attempted to
          unload them from memory afterward.
          Thanks to Sendu Bala for reporting this -- and to Jim Keenan for
          pushing me to fix this.

(wen)

2019-09-13 09:04:48 UTC MAIN commitmail json YAML

doc: Updated www/drupal8 to 8.6.17

(prlw1)

2019-09-13 09:04:15 UTC MAIN commitmail json YAML

Update drupal8 to 8.6.17

  This bugfix release is intended to resolve issues that might interfere
  with future security release upgrades. Symfony 3.4.25 reverted a
  previous change which affected Drupal's lazy session handling. This
  release updates Symfony to 3.4.25 and reverts a previous workaround for
  the regression.

(prlw1)

2019-09-13 08:59:48 UTC MAIN commitmail json YAML

Fix PLIST for gtk3 option

(prlw1)

2019-09-13 08:45:38 UTC MAIN commitmail json YAML

Updated devel/p5-Array-Diff to 0.09

(wen)

2019-09-13 08:44:18 UTC MAIN commitmail json YAML

Update to 0.09

Upstream changes:
0.09 2019-05-10 NEILB
    - Set minimum Perl version in metadata. PR from MANWAR.
    - Clarified in the doc that the arrays must be sorted. RT#39184

0.08 2019-05-08 NEILB
    - First non-developer release since switching to Dist::Zilla

0.07_03 2019-05-08 NEILB
    - Added Array::Compare to SEE ALSO
    - Added List::Compare to SEE ALSO
    - Really just making another developer release, as PAUSE and then
      CPAN Testers had issues, so previous dev releases didn't get much
      testing.

0.07_02 2019-05-07 NEILB
    - Added a bunch of entries to SEE ALSO.

0.07_01 2019-05-06 NEILB
    - Added version dependency for Algorithm::Diff in Array/Diff.pm
    - Switched to Dist::Zilla

(wen)

2019-09-13 08:36:47 UTC MAIN commitmail json YAML

Updated devel/p5-Array-Compare to 3.0.3

(wen)

2019-09-13 08:36:09 UTC MAIN commitmail json YAML

Update to 3.0.3

Upstream changes:
3.0.3 2019-08-12

- Added NoSkip method to clear Skip setting
  (Thanks to Mohammed Anwar)

(wen)

2019-09-13 08:33:12 UTC MAIN commitmail json YAML

Updated databases/p5-SQL-Translator to 1.60

(wen)

2019-09-13 08:32:08 UTC MAIN commitmail json YAML

Update to 1.60

Upstream changes:
1.60 - 2019-05-29
* No changes since 1.59_01

1.59_01 - 2019-04-28
* Add support for parsing PostgreSQL dollar-quoted strings
* Add support for materialized views in Oracle producer
* switched JSON backend from JSON.pm to JSON::MaybeXS
* Port Makefile.PL from Module::Install to Distar
* Synchronise the version number across all modules

(wen)

2019-09-13 08:21:08 UTC MAIN commitmail json YAML

2019-09-13 08:11:43 UTC MAIN commitmail json YAML

Updated databases/p5-DBIx-Class-Helpers to 2.034000

(wen)

2019-09-13 08:09:30 UTC MAIN commitmail json YAML

Update to 2.034000

Upstream changes:
2.034000  2019-08-02 10:45:04-07:00 America/Los_Angeles
- Added dt_SQL_subtract to ::DateMethods1
  (Thanks Thomas Klausner!) (closes GH#96)

(wen)

2019-09-13 08:07:47 UTC MAIN commitmail json YAML

Updated multimedia/py-m3u8, devel/ccache

(adam)

2019-09-13 08:07:29 UTC MAIN commitmail json YAML

ccache: updated to 3.7.4

ccache 3.7.4
Improvements
Added support for the -gz[=type] compiler option (previously ccache would think that “-gz” alone would enable debug information, thus potentially including the current directory in the hash).
Added support for converting paths like “/c/users/...” into relative paths on Windows.

(adam)

2019-09-13 08:05:46 UTC MAIN commitmail json YAML

py-m3u8: updated to 0.4.0

0.4.0:
Refactor StreamInfo (uses a class now)
Introduce session_data tag support
Ensure that final line is terminated as per spec

(adam)

2019-09-13 06:22:34 UTC MAIN commitmail json YAML

pkgtools/url2pkg: use MetaCPAN HOMEPAGE for Perl modules

(rillig)

2019-09-13 05:43:47 UTC MAIN commitmail json YAML

doc: Updated archivers/engrampa to 1.22.2

(gutteridge)

2019-09-13 05:42:26 UTC MAIN commitmail json YAML

engrampa: update to 1.22.2

Change log:

engrampa 1.22.2

  * Translations update
  * java-utils: Remove blank spaces before reading package name
  * glib-utils: Remove unused function - g_ptr_array_copy
  * caja extension: fix icon name for compress menu item
  * fr-command-unarchiver: ask password if required

(gutteridge)

2019-09-13 05:38:28 UTC MAIN commitmail json YAML

pkgtools/url2pkg: refactor code for determining WRKSRC into separate sub

(rillig)

2019-09-13 05:19:27 UTC MAIN commitmail json YAML

pkgtools/url2pkg: fix typo, left over from manual testing

(rillig)

2019-09-13 03:06:25 UTC MAIN commitmail json YAML

Updated www/moodle to 3.7.2

(wen)

2019-09-13 02:59:11 UTC MAIN commitmail json YAML

Update to 3.7.2

Upstream changes:
Moodle 3.7.2 release notes

Releases > Moodle 3.7.2 release notes

Release date: 9 September 2019

Here is the full list of fixed issues in 3.7.2.
Contents

    1 Fixes and improvements
    2 Security fixes and improvements
        2.1 Security fixes
        2.2 Security improvements
    3 See also

Fixes and improvements

    MDL-59911 - Unoconv doesn't work after the scheduled task conversion_cleanup_task has run
    MDL-65219 - Broken link in messages contact request notification
    MDL-58026 - Regrading a quiz in progress causes student to lose data
    MDL-66071 - Cannot update user profile with non-internal auth method such as LDAP
    MDL-63458 - Do not display "Send a message" option in course participants list if messaging is disabled site-wide
    MDL-33884 - Export of questions with lots of images as Moodle XML runs out of memory
    MDL-66136 - Online text assignment error when attempting to submit an image only (with no text)
    MDL-66021 - 'Delete and then restore' doesn't delete when using asynchronous restore
    MDL-64598 - Emojis are very big in forum notification emails
    MDL-35939 - Quiz page title does not tell the user where they are in the quiz
    MDL-65555 - Course restore excluding groups still restores quiz overrides resulting in extra calendar events
    MDL-65517 - Manually completed course activities showing in Timeline
    MDL-65925 - Grade page is broken if submission other than PDF was deleted
    MDL-66110 - Error reading from database after upgrade to 3.7.1 (MySQL 8.0.2)
    MDL-65679 - Expanding/collapsing PDF comments causes other annotations to change position
    MDL-57342 - "Is this your first time here?" shows when self registration disabled and no message in auth_instructions
    MDL-65954 - Exporting table data to PDF places entries in wrong columns
    MDL-65116 - Assignment due date does not update for group selection
    MDL-65786 - Blog-like format forum no longer shows unread messages count
    MDL-65908 - Annotated PDF - Comments can't be added and viewed in RTL user interface
    MDL-65749 - Upgrade PHPMailer
    MDL-50472 - Maintenance Mode messages don't appear with Force Login enabled
    MDL-52849 - File picker error messages are not read out in assignment to screen reader users
    MDL-66272 - Custom theme favicon on LTI provider site breaks LTI authentication
    MDL-66230 - Deleting a user tour causes error in privacy data export
    MDL-64757 - Some Dashboard elements are following browser language, not page language
    MDL-66120 - Remove community finder block - as part of Sunsetting moodle.net
    MDL-66072 - Remove course-sharing functionality - as part of Sunsetting moodle.net
    MDL-65595 - Multiple choice question text not wrapped in Lesson

Security fixes and improvements
Security fixes

Details of any security issues will be released after a period of approximately one week to allow system administrators to safely update to the latest version.
Security improvements

    MDL-65443 - Context freezing not logged

Moodle 3.7.1 release notes

Releases > Moodle 3.7.1 release notes

Release date: 8 July 2019

Here is the full list of fixed issues in 3.7.1.
Contents

    1 Fixes and improvements
    2 Security fixes and improvements
        2.1 Security fixes
        2.2 Security improvements
    3 See also

Fixes and improvements

    MDL-59650 - Calendar export no longer limited to 40 events
    MDL-64935 - Jump to dropdown menu no longer overlaps before / next activity links
    MDL-53778 - Quiz with activity completion 'Or all available attempts completed' no longer possible with unlimited attempts
    MDL-65101 - Users with capability moodle/site:messageanyuser are no longer restricted from messaging users with 'My contacts only' messaging privacy enabled
    MDL-65660 - Guest users prompted to enrol in order to post in a forum
    MDL-65675 - 'Re' no longer duplicated in forum post subject line
    MDL-65249 - Redis cache store correctly displays exception after failed connections
    MDL-65084 - Recently accessed items block no longer attempts to load items from deleted courses
    MDL-57729 - Ampersand in site title no longer breaks LTI provider cartridge XML
    MDL-65655 - Forum mailings and maintenance jobs no longer fail with 'Suspended account' exception
    MDL-55821 - The individual assignment grading page when using marking workflow and rubrics now displays the current gradebook grade
    MDL-65696 - PDF annotation comments no longer expand unexpectedly
    MDL-64784 - Enrolled users list sort order no longer changes after adding or removing a user
    MDL-55197 - Multi-lang filter no longer ignores 'en' parent language
    MDL-65829 - Enrolments whose start date is after the analytics analysis start time are no longer discarded
    MDL-65708 - Child themes have base layouts loaded
    MDL-65888 - Fix for 'error/usernotconfirmed' exception in forum mailings and maintenance jobs
    MDL-65661 - Long course names in 'Recently accessed courses' block correctly displayed
    MDL-65839 - Improved memory usage of analytics evaluation and initial training processes
    MDL-65705 - Badges from other sites which are displayed via a backpack no longer show date in the future
    MDL-65326 - Restore process no longer fails if a capability it is attempting to assign does not exist
    MDL-65665 - Quick reply now respects subscribe on reply user preference
    MDL-65814 - Item counts for action events are now shown in the timeline block
    MDL-65666 - Unread forum posts are once again highlighted
    MDL-65883 - Quiz navigation buttons once again scroll to the correct question on the page
    MDL-65901 - Forum advanced search form styling improvements
    MDL-65634 - Analytics 'students at risk' models now discard user enrolments whose start and end dates fall outside of the analysed time interval
    MDL-65297 - Atto 'Manage files' now detects filenames containing a hash symbol (#)
    MDL-65591 - Language customisation page once again displays the correct buttons
    MDL-65606 - Database activity unapproved entries are once again highlighted

Security fixes and improvements
Security fixes

    MSA-19-0013 Missing sesskey (CSRF) token in loading/unloading XML files
    MSA-19-0014 Ability to delete glossary entries that belong to another glossary
    MSA-19-0015 Quiz group overrides did not observe groups membership or accessallgroups
    MSA-19-0016 Assignment group overrides did not observe separate groups mode
    MSA-19-0017 Upgrade TCPDF library for PHP 7.3 and bug fixes (upstream)

Security improvements

The following bug fixes or improvements were made, which contribute to improving security or privacy best practices:

    MDL-65779 - Forum backup and restore now retains any private replies as private
    MDL-60347 - SMTP debugging now also requires developer level debugging messages to be enabled before being displayed. Although SMTP debugging is not intended for production site use, this provides an additional fallback measure to prevent verbose debugging from being unintentionally being visible to users

(wen)

2019-09-13 00:27:31 UTC MAIN commitmail json YAML

net/mosquitto: Update to 1.6.5

Upstream changes are bug fixes and minor improvements

(gdt)

2019-09-13 00:19:07 UTC MAIN commitmail json YAML

sysutils/decode-dimms updated to 2019-09-03

(pgoyette)

2019-09-13 00:17:50 UTC MAIN commitmail json YAML

Update to 2019-09-03

Changes from upstream:

Round DDR4 speed properly

The cycle time of high-speed memory modules is stored rounded. We
already have a heuristic to un-round it and display the expected
speed for DDR3 modules. Use the same heuristic for DDR4.

For example this will make PC4-17000 memory properly displayed as
operating at 2133 MHz instead of 2132 MHz. As a side effect, this
fixes a bug where the maximum speed wouldn't be listed in section
"Timings at Standard Speeds" if it had been computed incorrectly
due to the rounded cycle time.

(pgoyette)

2019-09-13 00:02:31 UTC MAIN commitmail json YAML

Updated databases/p5-DBD-SQLite to 1.64

(wen)

2019-09-12 23:59:55 UTC MAIN commitmail json YAML

Update to 1.64

Upstream changes:
1.64 2019-08-12
    - Switched to a production version

1.63_05 2019-07-12
    - Upgraded SQLite to 3.29.0
    - Added sqlite_get_autocommit private method (GH#52)
    - Addded new db_config constants, notably to prohibit
      double-quoted string literals

1.63_04 2019-05-25
    - Upgraded SQLite to 3.28.0
    - Modified doc for sqlite_db_filename which actually returns undef
      or an empty string (GH#50)
    - Fixed ->quote($blob, SQL_BLOB) to quote correctly (GH#51, pali++)

1.63_03 2019-02-15
    - Applied a patch to fix segmentation fault on 32-bit big-endian
      platforms by Niko Tyni (GH#45)

1.63_02 2019-02-14
    - Upgraded SQLite to 3.27.1
    - Let a URI filename test skip if SQLite is compiled with URI filename
      support (GH#47)

1.63_01 2019-01-26
    - Made sure an internal hv is initialized (GH#45)
    - Fixed a number of tests to skip
    - Bumped up Test::More requirement
    - Replaced bundled Test::NoWarnings with Test::FailWarnings
    - Handle 'unknown' op in DBD::SQLite::VirtualTable::PerlData (Corion++)

(wen)

2019-09-12 23:55:46 UTC MAIN commitmail json YAML

Updated databases/p5-DBD-Mock to 1.49

(wen)

2019-09-12 23:54:44 UTC MAIN commitmail json YAML

Update to 1.49

Upstream changes:
1.49 2019-09-12T12:59:51Z
    - Fixing tests that fail on some old versions of Perl

1.48 2019-09-12T06:34:47Z
    - Added execution_history feature to enable tracking of multiple
      executes for prepared statements.
    - Added support for $dbh->table_info calls
    - Fixed bug rt91055 "insert IGNORE" doesn't raise last_insert_id
    - Fixed bug rt82243 Bug with Regex in DBD::Mock::Session

1.47 2019-09-06T10:03:39Z
    - Applied Max Carey's patch from rt86294 adding support for
      nested keys to fetchall_hashref
    - Added experimental Connection Callbacks feature
    - Fixed build for Perl v5.8

1.46 2019-09-04T12:02:08Z
    - Added git-repo url to meta-data
    - Fixed bug rt70587 Spelling Mistake
    - Added regex support to mock_add_resultset

(wen)

2019-09-12 23:01:48 UTC MAIN commitmail json YAML

2019-09-12 23:00:42 UTC MAIN commitmail json YAML

ykclient: update to 2.15

* Version 2.15 (released 2015-11-12)
** Add ykclient_get_server_response() to the library.
** Show more information from the commandline on debug.
** Add proxy support via Curl.

* Version 2.14 (released 2015-03-05)
** Switch default templates to https.
** Fixup call to curl_easy_escape() to use a easy handle.

(tnn)

2019-09-12 22:54:23 UTC MAIN commitmail json YAML

ykpers: update to 1.20.0

* Version 1.20.0 (released 2019-07-03)
** Add yk_open_key_vid_pid() allowing vid and pid to be specified.
** Documentation fixes.
** Clear potentially sensitive material from buffers.
** Fix potential buffer overwrite.

* Version 1.19.3 (released 2019-02-22)
** Fix capability read.

* Version 1.19.2 (released 2019-02-19)
** Fix test on mac.
** Fix serial read and challenge response.

* Version 1.19.1 (released 2019-02-19)
** Error out on json output with randomSeed.
** Validate more length fields.
** Use correct FormatMessage function on windows.
** Overflow, bounds and error condition checks.
** Try to zero sensitive memory better.

* Version 1.19.0 (released 2018-04-24)
** Add yk_write_device_info().
** Add ykpersonalize cli switch -D for device info.
** Add code for handling personalization interface of major version 5.

* Version 1.18.1 (released 2018-01-16)
** Support reading accesscode and private ID from stdin.
** Parse optional arguments correctly.
** Documentation fixes.
** Fix for ykinfo modhex serial output when it ends with c.
** Treat all firmware versions as supported.

* Version 1.18.0 (released 2017-01-27)
** Let ykchalresp read challenge from a file.
** Add support of working with a numbered key when many connected
Thanks to Thomas Habets <habets@google.com>
** Documentation clarifications.
** Fixup argument parsing of flags with optional arguments on BSD platforms.
** Fix a file descriptor leak on windows.

* Version 1.17.3 (released 2015-12-28)
** Dont read to much if we don't find a key.
** Text updates to make options clearer.
** Correct logic for question when mode switching to non-otp mode.
** Add 4.3 as supported firmware.

* Version 1.17.2 (released 2015-09-22)
** Let _yk_write() return an error if yk_wait_for_key_status() fails.
** Fix a mistake in help, fixed is up to 16 bytes, 32 characters.
** Add 4.2 as supported firmware.

* Version 1.17.1 (released 2015-04-01)
** Fixup of 1.17.0

* Version 1.17.0 (released 2015-04-01)
** add yk_get_capabilities() to fetch capabilities.
** add -c to ykinfo to fetch capabilities.
** whitelist firmware 4.1.x

* Version 1.16.4 (released 2015-03-23)
** change the tool to accept autoeject time as a short instead of a byte

* Version 1.16.3 (released 2015-03-10)
** whitelist YubiKey version 3.4.x
** only try to set libusb configuration if it's unset on the device

* Version 1.16.2 (released 2014-11-28)
** ykinfo: fix modhex printout when serial is an odd number of hex digits.
** whitelist yubikey version 4.0.x
** try to open more PIDs and add for udev.

(tnn)

2019-09-12 22:45:24 UTC MAIN commitmail json YAML

libyubikey: update to 1.13

* Version 1.13 (released 2015-03-05)
** Correct hex decode with uneven characters, for example "abc".

(tnn)

2019-09-12 21:37:45 UTC MAIN commitmail json YAML

astromenace: Install icons with correct filenames.

(nia)

2019-09-12 21:22:57 UTC MAIN commitmail json YAML

textproc/rarian: remove unnecessary patch-aa

In revision 1.1 the patch added some long options, in revision 1.2 the
long options were removed again. Therefore no special getopts
implementation is necessary anymore.

(rillig)

2019-09-12 21:21:51 UTC MAIN commitmail json YAML

textproc/rarian: remove unnecessary patch-aa

In revision 1.1 the patch added some long options, in revision 1.2 the
long options were removed again. Therefore no special getopts
implementation is necessary anymore.

(rillig)

2019-09-12 21:15:58 UTC MAIN commitmail json YAML

doc: Updated pkgtools/pkglint to 5.7.24

(rillig)

2019-09-12 21:15:48 UTC MAIN commitmail json YAML

2019-09-12 21:07:01 UTC MAIN commitmail json YAML

security/heimdal: replace deprecated _PKG_SILENT and _PKG_DEBUG

(rillig)

2019-09-12 21:04:16 UTC MAIN commitmail json YAML

net/flow-tools: fix some pkglint warnings

(rillig)

2019-09-12 21:01:08 UTC MAIN commitmail json YAML

lang/ruby: remove deprecated _PKG_SILENT and _PKG_DEBUG

(rillig)

2019-09-12 20:52:58 UTC MAIN commitmail json YAML

2019-09-12 20:48:19 UTC MAIN commitmail json YAML

astromenace: Install desktop file and icons.

Bump PKGREVISION.

(nia)

2019-09-12 20:47:56 UTC MAIN commitmail json YAML

sysutils/qlogtools: fix a few pkglint warnings

(rillig)

2019-09-12 20:46:03 UTC MAIN commitmail json YAML

2019-09-12 20:35:55 UTC MAIN commitmail json YAML

security/libdes: fix pkglint warnings

(rillig)

2019-09-12 20:02:07 UTC MAIN commitmail json YAML

pkgtools/url2pkg: replace CRLF with LF

(rillig)

2019-09-12 19:23:18 UTC MAIN commitmail json YAML

doc: Updated net/openconnect to 8.05

(schmonz)

2019-09-12 19:23:13 UTC MAIN commitmail json YAML

Update to 8.05. From the changelog:

- Fix GlobalProtect ESP stall (#55).
- Fix HTTP chunked encoding buffer overflow (CVE-2019-16239).

(schmonz)

2019-09-12 18:57:09 UTC MAIN commitmail json YAML

netsurf: Re-add hicolor-icon-theme dep.

(nia)

2019-09-12 18:41:41 UTC MAIN commitmail json YAML

netsurf: Switch to gtk3. Install desktop file and icon.

Bump PKGREVISION

(nia)

2019-09-12 18:31:17 UTC MAIN commitmail json YAML

doc: Updated pkgtools/url2pkg to 2.36

(rillig)

2019-09-12 18:23:00 UTC MAIN commitmail json YAML

2019-09-12 18:08:05 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Compress-Raw-Zlib to 2.087

(nia)

2019-09-12 18:07:56 UTC MAIN commitmail json YAML

p5-Compress-Raw-Zlib: Update to 2.087

  2.087 10 August 2019

      * clang warning in ppport.h
        update to latest ppport.h
        https://github.com/pmqs/Compress-Raw-Zlib/issues/1
        664a5fbacf778acdd4cfbcc571997f3df5ee43d3

  2.086 31 March 2019

      * Moved source to github https://github.com/pmqs/Compress-Raw-Zlib

      * Add META_MERGE to Makefile.PL

      * Added meta-json.t & meta-yaml.t

  2.084 5 January 2019

      * No Changes

  2.083 30 December 2018

      * No Changes

(nia)

2019-09-12 17:27:16 UTC MAIN commitmail json YAML

Fix gtk dialog warnings about not finding icons in netsurf

Add graphics/hicolor-icon-theme as a dependency to netsurf.
Netsurf generates console warning messages like
"gtk dialog warning can't find icon .. please install
hicolor icon theme ..." so lets make sure it is installed.

(nros)

2019-09-12 17:11:13 UTC MAIN commitmail json YAML

Added games/astromenace version 1.4.1

(ryoon)

2019-09-12 17:10:48 UTC MAIN commitmail json YAML

Enable astromenace

(ryoon)

2019-09-12 17:09:55 UTC MAIN commitmail json YAML

games/astromenace: import astromenace-1.4.1

Hardcore 3D space scroll-shooter with spaceship upgrade possibilities

(ryoon)

2019-09-12 17:02:07 UTC MAIN commitmail json YAML

SOGo3 is removed and SOGo4 is added instead of update

Fix an error from pkglint

(ryoon)

2019-09-12 16:55:30 UTC MAIN commitmail json YAML

Updated geography/opencpn-plugin-draw

(bouyer)

2019-09-12 16:54:34 UTC MAIN commitmail json YAML

Update to 1.6.8. Changes:
- updated translations
- UI bugfixes
- Added DeleteBoundary and DeleteBoundaryPoint to API and json messages

(bouyer)

2019-09-12 16:04:07 UTC MAIN commitmail json YAML

2019-09-12 15:56:43 UTC MAIN commitmail json YAML

doc: Updated www/netsurf to 3.9

(nros)

2019-09-12 15:53:02 UTC MAIN commitmail json YAML

Update netsurf to version 3.9 .

Added editors/vim-share as a tool dependency since the build uses the xxd
command.

NetSurf 3.9 features support for CSS Media Queries (level 4) and improvements
to JavaScript handling. Also included are many bug fixes and improvements.

(nros)

2019-09-12 15:24:51 UTC MAIN commitmail json YAML

Updated games/chromium-bsu to 0.9.16.1nb1

(ryoon)

2019-09-12 15:23:22 UTC MAIN commitmail json YAML

Enable joystick support. Bump PKGREVISION

(ryoon)

2019-09-12 15:23:02 UTC MAIN commitmail json YAML

Updated security/py-certifi, textproc/py-cssselect2

(adam)

2019-09-12 15:22:36 UTC MAIN commitmail json YAML

py-cssselect2: updated to 0.2.2

Version 0.2.2
* Optimize lang attribute selectors.

(adam)

2019-09-12 15:14:42 UTC MAIN commitmail json YAML

py-certifi: updated to 2019.9.11

2019.9.11:
Unknown changes

(adam)

2019-09-12 15:10:30 UTC MAIN commitmail json YAML

Updated security/py-acme, security/py-certbot*

(adam)

2019-09-12 15:08:55 UTC MAIN commitmail json YAML

py-acme py-certbot*: updated to 0.38.0

0.38.0:
Added
Disable session tickets for Nginx users when appropriate.

Changed
If Certbot fails to rollback your server configuration, the error message links to the Let's Encrypt forum. Change the link to the Help category now that the Server category has been closed.
Replace platform.linux_distribution with distro.linux_distribution as a step towards Python 3.8 support in Certbot.

Fixed
Fixed OS detection in the Apache plugin on Scientific Linux.

(adam)

2019-09-12 12:40:35 UTC MAIN commitmail json YAML

Updated net/wireshark

(adam)

2019-09-12 12:40:07 UTC MAIN commitmail json YAML

wireshark: updated to 3.0.4

Wireshark 3.0.4 Release Notes

What’s New
    • The Windows installers now ship with Npcap 0.9983. They previously
      shipped with Npcap 0.996.
    • The macOS installer now ships with Qt 5.12.3. It previously
      shipped with Qt 5.12.4.

  The following vulnerabilities have been fixed:
    • wnpa-sec-2019-21[1] Gryphon dissector infinite loop.

  The following bugs have been fixed:
    • Coloring Rules dialog - enable/disable coloring rule issues.
    • Enabling Time-Of-Day in IO Graph causes the x-axis origin to be
      set to 01.01.1970.
    • Wireshark GUI crashes when attempting to DnD multiple (possibly
      corrupted) pcapng files.
    • Buildbot crash output: randpkt-2019-06-14-14291.pcap.
    • 802.11 RSN IE may be shorter than 18 bytes.
    • Tshark outputs two data rate instead of one.
    • Typo in checkbox label at bottom of sshdump configuration screen
      (save parameters).
    • Invalid pkcs11_libs entry crashes on Windows.
    • Add additional text output for DNS types (DNSSEC).
    • LSD bittorent.
    • dfilter_macros is missing from Configuration Files article.
    • Pane configuration inconsistencies.
    • Packet list is sorted in reverse order after applying a display
      filter in Qt 5.13.
    • EAP-TLS fragments are repeatedly displayed.
    • Broken TLS handshake reassembly in EAP-TTLS with multiple TLS
      sessions.
    • Wireshark does not support USB packets with size greater than 256
      KiB.
    • "Unable to drop files during capture." when drag’n’drop entry to
      create display filter or filter button.
    • Packet Bytes highlight for dns.qry.name.len and dns.count.labels
      off by one.
    • Segmentation fault in nfs_name_snoop_fh.
    • Changing the protocol preferences caused a crash.
    • DCERPC dissector broken for functions with only scalar variables.

  Updated Protocol Support
  BACnet, DCERPC, DNS, EAP, FC-dNS, Gryphon, IEEE 802.11, LSD, NFS, and
  Radiotap

(adam)

2019-09-12 12:09:22 UTC MAIN commitmail json YAML

Updated devel/py-configparser, devel/py-importlib-metadata

(adam)

2019-09-12 12:09:01 UTC MAIN commitmail json YAML

py-importlib-metadata: updated to 0.22

0.22
Renamed package parameter to distribution_name as recommended in the following functions: distribution, metadata, version, files, and requires. This backward-incompatible change is expected to have little impact as these functions are assumed to be primarily used with positional parameters.

(adam)

2019-09-12 12:05:25 UTC MAIN commitmail json YAML

py-configparser: updated to 4.0.2

v4.0.2
* Re-release after pulling 4.0.0 and 4.0.1

(adam)

2019-09-12 12:01:08 UTC MAIN commitmail json YAML

doc: Updated fonts/spleen to 1.3.0

(fcambus)

2019-09-12 12:00:43 UTC MAIN commitmail json YAML

spleen: update to 1.3.0.

ChangeLog:

- Add full support for the Box Drawing Unicode block
- Add arrows symbols for Powerline users

OK kamil@

(fcambus)

2019-09-12 09:22:01 UTC MAIN commitmail json YAML

doc: Updated net/youtube-dl to 20190912.1

(leot)

2019-09-12 09:21:46 UTC MAIN commitmail json YAML

youtube-dl: Update to 20190912.1

Changes:
2019.09.12.1
------------
Extractors
* [youtube] Remove quality and tbr for itag 43 (#22372)

2019.09.12
----------
Extractors
* [youtube] Quick extraction tempfix (#22367, #22163)

(leot)

2019-09-12 05:57:00 UTC MAIN commitmail json YAML

pkgtools/url2pkg: refactoring: don't use experimental smartmatch

(rillig)

2019-09-12 05:49:03 UTC MAIN commitmail json YAML

pkgtools/url2pkg: claim maintainership

(rillig)