Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update net/py-cares to 3.1.1 #77

Closed
wants to merge 10,000 commits into from
Closed

Update net/py-cares to 3.1.1 #77

wants to merge 10,000 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Nov 21, 2020

  1. Configuration menu
    Copy the full SHA
    37776c3 View commit details
    Browse the repository at this point in the history
  2. mozjs60: remove

    Use mozjs68 or mozjs78 instead.
    No package in pkgsrc still needs this version.
    0-wiz-0 committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    14dbbd4 View commit details
    Browse the repository at this point in the history
  3. mozjs68: remove

    Use mozjs78 instead.
    
    No package in pkgsrc uses this version.
    0-wiz-0 committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    4cf714f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0b406ac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5335833 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0940272 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f9fd5bf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    552bc5a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    66af544 View commit details
    Browse the repository at this point in the history
  10. qt5: updated to 5.15.2

    5.12.2:
    Bug fix release.
    adam committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    2a3b89e View commit details
    Browse the repository at this point in the history
  11. meson: updated to 0.56.0

    0.56.0:
    * meson test can now filter tests by subproject
    * Native (build machine) compilers not always required by project()
    * New extra_files key in target introspection
    * Preliminary AIX support
    * Wraps from subprojects are automatically promoted
    * meson.build_root() and meson.source_root() are deprecated
    * dep.as_link_whole()
    * Add support for all Windows subsystem types
    * Added NVidia HPC SDK compilers
    * Project and built-in options can be set in native or cross files
    * unstable-keyval is now stable keyval
    * CMake subproject cross compilation support
    * Machine file keys are stored case sensitive
    * Consistency between declare_dependency() and pkgconfig.generate() variables
    * Qt5 compile_translations now supports qresource preprocessing
    * Controlling subproject dependencies with dependency(allow_fallback: ...)
    * Custom standard library
    * Improvements for the builtin curses dependency
    * HDF5 dependency improvements
    * External projects
    * Per subproject warning_level option
    * meson subprojects command
    * Added CompCert C compiler
    * Dependencies listed in test and benchmark introspection
    * include_type support for the CMake subproject object dependency method
    * Deprecate Dependency.get_pkgconfig_variable and Dependency.get_configtool_variable
    adam committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    bb13161 View commit details
    Browse the repository at this point in the history
  12. gdbus-codegen glib2 glib2-tools: updated to 2.66.3

    Overview of changes in GLib 2.66.3
    ==================================
    
    * Fix awkward bug with `GPollFD` handling in some situations (work by Claudio
      Saavedra and Eugene M)
    
    * Fix sending FDs attached to very large D-Bus messages (work by Simon McVittie
      and Giovanni Campagna)
    
    * Bugs fixed:
     - Main loop ignores GPollFD sources when there is at least one source ready with priority higher than default one
     - Backport !1718 “gtrace: Add G_GNUC_PRINTF annotation” to glib-2-66
     - Backport !1713 “gmain: g_main_context_check() can skip updating polled FD sources” to glib-2-66
     - Backport !1711 “Fix race in socketclient-slow test” to glib-2-66
     - Backport !1725 “gdbus: Cope with sending fds in a message that takes multiple writes” to glib-2-66
     - Backport !1734 “glocalfileinfo: Use a single timeout source at a time for hidden file cache” to glib-2-66
    
    
    Overview of changes in GLib 2.66.2
    ==================================
    
    * Important and time-critical fix to DST transitions which will happen in Europe
      on 2020-10-25 on distributions which use the ‘slim’ tzdata format (which is
      now the default in tzdata/tzcode 2020b) (work by Claudi M., LRN)
    
    * Further timezone handling changes to restore support for changing the timezone
      when `/etc/localtime/` changes (work by António Fernandes, Sebastian Keller)
    
    * Fix deadlock on Windows when `G_SLICE` is set in the environment (diagnosis by
      Christoph Reiter)
    
    * Fix UTF-8 validation when escaping URI components (thanks to Marc-André Lureau) (!1680)
    
    * Bugs fixed:
     - fstatat is available only on macOS 10.10+
     - top bar time is incorrect, timezone map in control center is broken
     - Setting G_SLICE makes Windows programs hang since 2.66
     - Backport !1680 “guri: Fix UTF-8 validation when escaping URI components” to glib-2-66
     - Backport !1684 “glocalfileinfo: Fix use of fstatat() on macOS < 10.10” to glib-2-66
     - uri: add missing (not)nullable annotations
     - Backport !1691 “gmain: Fix possible locking issue in source unref” to glib-2-66
     - Backport !1692 “gsignal: Plug g_signal_connect_object leak” to glib-2-66
     - Backport !1661 “Lookup fallback time zones in the cache to improve performance” to glib-2-66
     - Backport !1698 “gslice: Inline win32 implementation of g_getenv() to avoid deadlock” to glib-2-66
     - Backport !1683 “Fix the 6-days-until-the-end-of-the-month bug” to glib-2-66
     - Backport !1706 “Add various missing nullable annotations” to glib-2-66
    
    * Translation updates:
     - Chinese (Taiwan)
     - Portuguese
     - Slovak
    
    
    Overview of changes in GLib 2.66.1
    ==================================
    
    * A performance problem where timezones were reloaded from disk every time a
      `GTimeZone` was created has been fixed
      `/etc/localtime` will not take effect until a process restarts; future changes
      in a subsequent 2.66.x release will improve this
    
    * Security fix for incorrect scope/zone ID parsing in URIs (!1669)
    
    * Bugs fixed:
     - Invalid Pointer Arithmetic in g_path_get_basename
     - GDBus DBUS_COOKIE_SHA1 mechanism may use too old a key
     - gtk3/glib crash on gimp
     - Time zone cache is constantly invalidated if TZ is NULL
     - gthreadedresolver: faulty logic in parse_res_txt
     - Define G_MSVC_SYMBOL_PREFIX correctly for ARM
     - Minor Coverity fixes
     - Fix various signedness warnings
     - glocalfile: Never require G_LOCAL_FILE_STAT_FIELD_ATIME
     - trash portal: Handle portal failures
     - gio-tool-trash: Prevent recursion to speed up emptying trash
     - glist: Clarify that g_list_free() and friends only free an entire list
     - utils: Limit the scope of the variable `max`
     - Fix g_module_symbol() under Windows sometimes not succeeding
     - guri: Fix URI scope parsing
     - gdatetime: Avoid integer overflow creating dates too far in the past
    
    * Translation updates:
     - Danish
     - Greek, Modern (1453-)
     - Hebrew
     - Latvian
     - Portuguese
     - Russian
    adam committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    39839b3 View commit details
    Browse the repository at this point in the history
  13. Updated x11/qt5, devel/meson, devel/glib2

    adam committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    4a39e4b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4af2948 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    96f30be View commit details
    Browse the repository at this point in the history
  16. doc: Remove torsmo

    alarixnia committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    42be25d View commit details
    Browse the repository at this point in the history
  17. php-psr: Add php-psr 1.0.1

    This extension provides the accepted PSR interfaces, so they can be used in an
    extension.
    
    See http://www.php-fig.org/psr/
    otis committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    a57c712 View commit details
    Browse the repository at this point in the history
  18. doc: Added devel/php-psr version 1.0.1

    otis committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    426b704 View commit details
    Browse the repository at this point in the history
  19. php-phalcon4: Add php-phalcon4 4.1.0

    Phalcon is a full stack PHP framework offering low resource consumption and
    high performance.
    
    See https://pecl.php.net/package/phalcon
    otis committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    f326ec6 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    131892e View commit details
    Browse the repository at this point in the history
  21. www: Add php-phalcon4 4.1.0

    Phalcon is a full stack PHP framework offering low resource consumption and
    high performance.
    
    See https://pecl.php.net/package/phalcon
    otis committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    86d476e View commit details
    Browse the repository at this point in the history
  22. doc: Added www/php-phalcon4 version 4.1.0

    otis committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    f8fe3cd View commit details
    Browse the repository at this point in the history
  23. php74: Make php-embed a no-op for other than main php package

    This avoids the situation when more than one SAPI is requested to build,
    which is unsupported (only one of fpm, filter, module) can be built at
    once.
    otis committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    e2be1a4 View commit details
    Browse the repository at this point in the history
  24. php73: Make php-embed a no-op for other than main php package

    This avoids the situation when more than one SAPI is requested to build,
    which is unsupported (only one of fpm, filter, module) can be built at
    once.
    otis committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    eafe531 View commit details
    Browse the repository at this point in the history
  25. php72: Make php-embed a no-op for other than main php package

    This avoids the situation when more than one SAPI is requested to build,
    which is unsupported (only one of fpm, filter, module) can be built at
    once.
    otis committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    e9f984a View commit details
    Browse the repository at this point in the history
  26. libtorrent-rasterbar: updated to 1.2.11

    libtorrent-1.2.11
    
    Fixes since the 1.2.10 release:
    
    fix issue with moving the session object
    deprecate torrent_status::allocating. This state is no longer used
    fix bug creating torrents with symbolic links
    remove special case to save metadata in resume data unconditionally when added throught magnet link
    fix bugs in mutable-torrent support (reusing identical files from different torrents)
    fix incorrectly inlined move-assignment of file_storage
    add session::paused flag, and the ability to construct a session in paused mode
    fix session-pause causing tracker announces to fail
    fix peer-exchange flags bug
    allow saving resume data before metadata has been downloaded (for magnet links)
    record blocks in the disk queue as downloaded in the resume data
    fix bug in set_piece_deadline() when set in a zero-priority piece
    fix issue in URL parser, causing issues with certain tracker URLs
    use a different error code than host-unreachable, when skipping tracker announces
    adam committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    c6319a2 View commit details
    Browse the repository at this point in the history
  27. qbittorrent: updated to 4.3.0.1

    v4.3.0
    - FEATURE: Many UI elements colors are themeable now (jagannatharjun)
    - FEATURE: Allow changing GUI icons from theme bundles (jagannatharjun)
    - FEATURE: Notify user when torrent moving finished (glassez)
    - FEATURE: Shortcut CTRL + I opens Statistics window (LoopsGod)
    - FEATURE: Add RSS functionality in Web UI (Sepro)
    - FEATURE: Drop ".unwanted folder" feature (glassez)
    - FEATURE: Expose libtorrent peer_turnover, max_concurrent_http_announces, no_connect_privileged_ports settings (Sophist, an0n666, NotTsunami)
    - BUGFIX: Fix typo in Options dialog (Andrei Stepanov)
    - BUGFIX: Remove "requires restart" from network interface settings (an0n666)
    - BUGFIX: Rename "Create subfolder" to "Keep top-level folder" (thalieht)
    - BUGFIX: Show tooltip for some properties in transfer list (Nick Korotysh)
    - BUGFIX: Fix calculation of torrent current state (glassez)
    - BUGFIX: Improve detecting completed files when adding, rechecking or moving a torrent (glassez)
    - BUGFIX: Fixed broken announce logic in embedded tracker causing failures in some cases (FranciscoPombal)
    - BUGFIX: Disable checkbox if torrent doesn't have root folder (thalieht)
    - BUGFIX: Update country flag icons with upstream (Chocobo1)
    - BUGFIX: Private torrent: If tracker entry is edited clear old peer list. Also don't allow user to manually add peers. (an0n666)
    - BUGFIX: Fix large strings not visible in log widget (jagannatharjun)
    - BUGFIX: Disable edit action in Peer list widget (Chocobo1)
    - BUGFIX: Add a scroll area to torrent creator dialog (Ernesto Castellotti)
    - BUGFIX: Content tab: Open double-clicked folder regardless on which column the click happens (Chocobo1)
    - BUGFIX: "Open containing folder" on a folder now opens it in its parent folder (Chocobo1)
    - BUGFIX: Fix GeoDB download in systems with non-C locales (FranciscoPombal)
    - BUGFIX: Fix peer blocked message (FranciscoPombal)
    - BUGFIX: Make more robust the banning of selected peers from the list (NotTsunami)
    - BUGFIX: Use toned green color for downloading pieces in Pieces bar (jagannatharjun)
    - BUGFIX: Correctly fill whole width of speed graph (jagannatharjun)
    - BUGFIX: Fix impossible speed in speed graph (jagannatharjun)
    - WEBUI: Hide additional search filters on small screens (Thomas Piccirello)
    - WEBUI: Shrink search bar on small screens (Thomas Piccirello)
    - WEBUI: Fix search categories only working in English (Thomas Piccirello)
    - WEBUI: Add Trackers section to sidebar (Thomas Piccirello)
    - WEBUI: Fix Enter button behavior in textarea (Tom Piccirello)
    - WEBUI: Fix wrong file renaming selection range (MR)
    - WEBUI: Preselect "Default save path" in watched folders (thalieht)
    - WEBUI: Fix banning peers (brvphoenix)
    - WEBUI: Fix seeding time checkbox placement (Chocobo1)
    - WEBUI: Bump Web API version (Thomas Piccirello)
    - RSS: Fix renaming RSS autodownload rule (glassez)
    - RSS: Fix RSS article is not marked as "read" when torrent is downloaded (glassez)
    - SEARCH: Update minimum Python version to 3.5.0 (ngosang)
    - SEARCH: Make middle-click close search tabs (Will Da Silva)
    - WINDOWS: NSIS: Update Dutch translation (Thomas De Rocker)
    - WINDOWS: NSIS: Change the installers uninstallation question to clear confusion (an0n666)
    - LINUX: Fix typo in systemd service file (Shane Allgeier)
    - LINUX: Don't use HTML in tray tooltip (thalieht)
    - LINUX: Don't create 'data' subdirectory in XDG_DATA_HOME (lbilli)
    - LINUX/MACOS: Add HTTPS tracker certificate validation option (NotTsunami)
    - OTHER: Many CMake improvements (FranciscoPombal)
    - OTHER: Support for libtorrent 1.1.x is dropped (Chocobo1)
    - OTHER: Many code cleanups and improvements (FranciscoPombal, Chocobo1, glassez)
    adam committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    cb1402e View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    428049b View commit details
    Browse the repository at this point in the history
  29. py-pymysql: updated to 0.10.1

    v0.10.1
    * Fix missing import of ProgrammingError.
    * Fix auth switch request handling.
    adam committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    afeb1f2 View commit details
    Browse the repository at this point in the history
  30. py-pygit2: updated to 1.4.0

    1.4.0
    - Upgrade to libgit2 1.1, new ``GIT_BLAME_IGNORE_WHITESPACE`` constant
    - Add wheels for Python 3.9
    - Drop support for PyPy3 7.2
    - New optional ``flags`` argument in ``Repository.__init__(...)``,
      new ``GIT_REPOSITORY_OPEN_*`` constants
    - Documentation
    adam committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    5cca843 View commit details
    Browse the repository at this point in the history
  31. Updated databases/py-pymysql, devel/py-pygit2

    adam committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    c028fe9 View commit details
    Browse the repository at this point in the history
  32. sysutils/onefetch: update to 2.7.3

    v2.7.3
    -[info] if user.name is not set print unknown instead of crashing
    
    v2.7.2
    -[language] added support for HolyC
    -[language] added support for Xaml
    -[info] get_repo_name_and_url defaults to remote.origin.url
    -[misc] replaced some git sys calls with git2-rs calls
    -[ascii] improved coloring for c, c++, c#, typescript, and lua
    -[ascii] fixed ascii max-width integration test --> update raku ascii logo
    -[image] fixed image detection for kitty: remove check on env variable
    0323pin committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    7178895 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    5c422c5 View commit details
    Browse the repository at this point in the history
  34. qt5-qtwebkit: restore PKGREVISION

    This was not updated with the rest of qt5
    0-wiz-0 committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    e79a2e0 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2020

  1. Configuration menu
    Copy the full SHA
    8bbea6e View commit details
    Browse the repository at this point in the history
  2. doc/TODO: add some

    + ImageMagick-7.0.10.41, Sigil-1.4.2 [needs QtWebEngine],
      automake-1.16.3, bison-3.7.4, cmake-3.19.0, gopls-0.5.3,
      libcares-1.17.1, libxkbcommon-1.0.2, py-hypothesis-5.41.3,
      tor-browser-https-everywhere-2020.11.17, ugrep-3.0.5, unifont-13.0.04,
      vala-0.50.2.
    0-wiz-0 committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    282b7e2 View commit details
    Browse the repository at this point in the history
  3. postfix: updated to 3.5.8

    Fixed in Postfix version 3.5.8:
    
    [Postfix 3.5 and later] The Postfix SMTP client inserted <CR><LF> into message headers with lines longer than $line_length_limit (default: 2048), causing all subsequent header content to become message body content. Reported by Andreas Weigel.
    
    Fixed in Postfix versions 3.5.8, 3.4.18, 3.3.15, 3.2.20:
    
    [Postfix 2.8 and later] The postscreen daemon did not save a copy of the postscreen_dnsbl_reply_map lookup result. This has no effect when the recommended texthash: lookup table is used, but it could result in stale data with other lookup tables.
    
    [Postfix 2.3 and later] After deleting a recipient with a Milter, the Postfix recipient duplicate filter was not updated; the filter suppressed requests to add the recipient back. Reported by Mehmet Avcioglu.
    
    [Postfix 2.3 and later] Memory leak: the static: maps did not free their casefolding buffer.
    
    [Postfix 2.2 and later] With "smtpd_tls_wrappermode = yes", the smtps service was waiting for a TLS handshake, after processing an XCLIENT command. Reported by Aki Tuomi.
    
    [Postfix 2.0 and later] The smtp_sasl_mechanism_filter implementation ignored table lookup errors, treating them as 'not found'.
    
    [Postfix alpha and later] The code that looks for Delivered-To: headers ignored headers longer than $line_length_limit (default: 2048).
    adam committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    b94484f View commit details
    Browse the repository at this point in the history
  4. py-more-itertools: updated to 8.6.0

    8.6.0
    -----
    * New itertools
        * :func:`all_unique`
        * :func:`nth_product` and :func:`nth_permutation`
    
    * Changes to existing itertools
        * :func:`chunked` and :func:`sliced` now accept a ``strict`` parameter
    
    * Other changes
        * Python 3.5 has reached its end of life and is no longer supported.
        * Python 3.9 is officially supported.
        * Various documentation fixes
    adam committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    bfcf734 View commit details
    Browse the repository at this point in the history
  5. Updated mail/postfix, devel/py-more-itertools

    adam committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    36aae24 View commit details
    Browse the repository at this point in the history
  6. Add --enable-absolute-paths, as these programs need to invoke each other

    while often running in freshly cleared environments. Bump PKGREVISION.
    
    While here, make TLS (via BearSSL) optional, still on by default.
    schmonz committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    8d22e56 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b99d8ca View commit details
    Browse the repository at this point in the history
  8. libsecret: Update to 0.20.4

    0.20.4
     * secret-file-collection: Make MAC comparison constant time [!60]
     * Initialize libgcrypt for SecretFileCollection [!56]
     * meson: Add tests for GIR-based languages [!54]
     * man: Add a bugtracker section to the manpage [!14]
     * meson: add option introspection [!53]
     * Updated translations
    alarixnia committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    867e7d4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2fdf286 View commit details
    Browse the repository at this point in the history
  10. security: Add cracklib.

    CrackLib is a library containing a C function (well, lots of functions
    really, but you only need to use one of them) which may be used in a
    "passwd"-like program.
    
    The idea is simple: try to prevent users from choosing passwords that
    could be guessed by "Crack" by filtering them out, at source.
    
    CrackLib is an offshoot of the the version 5 "Crack" software, and
    contains a considerable number of ideas nicked from the new software.
    alarixnia committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    529f996 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c680c05 View commit details
    Browse the repository at this point in the history
  12. security: Add libpwquality. Based on work by coypu and others in wip.

    This is a library for password quality checking and generation of
    random passwords that pass the checks.
    alarixnia committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    f38ae3e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4aa4380 View commit details
    Browse the repository at this point in the history
  14. seahorse: Update to 3.38.0.1

    Too many changes to list. This brings pkgsrc seahorse up to the GNOME 3
    version.
    alarixnia committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    15a1b09 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e42eb50 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7c649e0 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0bbac3e View commit details
    Browse the repository at this point in the history
  18. x11/xterm: update to 362

    Patch #362 - 2020/11/11
    -cleanup of calls to free, removing checks for null (Walter Harms).
    -improved mouse-button reporting (prompted by discussion with Stephane Chazelas)
    	-narrow the scope of the change for shift-key in patch #361 to make it apply
    	only when the modifyOtherKeys resource is set to 2 (i.e., “program mode”).
    	Also, when checking the shift-key, ignore modifiers other than shift,
    	control and “meta”
    	-use the alt/meta modifier information obtained in VTInitModifiers to
    	replace a hard-coded mod1 used to detect “Meta” for mouse-button responses.
    -reduce SIGWINCH's sent to the client by filtering out duplicates.
    -improve display when scaleHeight is greater than 1:
    	-the text-cursor is vertically-centered on the current line, rather than
    	only extending below the current line (report by Manu Chaturvedi).
    	-the built-in line-drawing characters extend to the scaled cell-height.
    -fill-in special case for motion-events to match the changes for shift-key in
    pointer-button events from patch #361.
    0323pin committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    cdf8e2d View commit details
    Browse the repository at this point in the history
  19. doc: Updated x11/xterm to 362

    0323pin committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    2aba60d View commit details
    Browse the repository at this point in the history
  20. x11/kitty: update to 0.19.2

    -Add a new mappable select_tab action to choose a tab to switch to even when the
    tab bar is hidden (#3115)
    -Distribute extra pixels among all eight-blocks rather than adding them all to
    the last block (#3097)
    -Fix drawing of a few sextant characters incorrect (#3105)
    -macOS: Fix minimize not working for chromeless windows (#3112)
    -Preserve lines in the scrollback if a scrolling region is defined that is
    contiguous with the top of the screen (#3113)
    0323pin committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    c6b5002 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    d1bb716 View commit details
    Browse the repository at this point in the history
  22. gnome-keyring: Update to 3.36.0

    This brings us up to the latest GNOME 3 release. There's too many
    changes to easily list.
    alarixnia committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    feba710 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    9b86494 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    e1893bc View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2020

  1. net/py-google-cloud-sdk: Update to 319.0.0

    Too many changes since 98.0.0 in 2016 to list.
    riastradh committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    2c683ff View commit details
    Browse the repository at this point in the history
  2. doc: Updated net/py-google-cloud-sdk to 319.0.0

    riastradh committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    6231564 View commit details
    Browse the repository at this point in the history
  3. py-flask-babel: update to version 1.0.0

    From the Changelog:
    * pytz is an explicit dependency.
    * pytz.gae, used for Google App Engine, is no longer necessary and has been removed.
    * Fixed a deprecated werkzeug import.
    * Fix issues switching locales in threaded contexts.
    khorben committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    c4a96b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    55c5d5e View commit details
    Browse the repository at this point in the history
  5. wm/frankenwm: update to 1.0.23

    Allow custom man location and a few other things
    
    Patches by myself and Maya merged.
    0323pin committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    17608ad View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d54e80e View commit details
    Browse the repository at this point in the history
  7. textproc/zoxide: import package

    zoxide is a blazing fast alternative to cd, inspired by z and z.lua.
    It keeps track of the directories you use most frequently, and uses a ranking
    algorithm to navigate to the best match.
    0323pin committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    81fd631 View commit details
    Browse the repository at this point in the history
  8. Add textproc/zoxide

    0323pin committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    47295c6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d4eea3f View commit details
    Browse the repository at this point in the history
  10. py-xopen: updated to 1.0.1

    v1.0.1
    Fix ResourceWarnings when opening many piped processes
    
    v1.0.0
    flake8 should not be in deploy stage
    adam committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    bfb72ec View commit details
    Browse the repository at this point in the history
  11. py-google-api-python-client: updated to 1.12.8

    1.12.8
    
    Documentation
    add httplib2 authorization to thread_safety
    
    1.12.7
    
    Documentation
    Update Webmasters API sample
    
    1.12.6
    
    Documentation
    Change error parsing to check for 'message'
    Update oauth docs to include snippet to get email address of authenticated user
    adam committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    47a5c7b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c42240a View commit details
    Browse the repository at this point in the history
  13. sysutils/broot: update to 1.0.6

    -optional icons, thanks to @asdf8dfafjk (@fiAtcBr on Miaou)
    See https://dystroy.org/broot/icons
    -dev.log renamed into broot.log
    -:line_up and :line_down accept an optional count as argument - Fix #301
    0323pin committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    2db4ee6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8110f32 View commit details
    Browse the repository at this point in the history
  15. amsynth: Update to 1.12.2

    amsynth 1.12.2 -- 2020-11-20
    
      - Fixed a regression in 1.12.0 that broke ALSA MIDI
    
    
    amsynth 1.12.1 -- 2020-11-14
    
      - Fixed LV2 manifest format error
    
    
    amsynth 1.12.0 -- 2020-11-08
    
      - Improved HiDPI autodetection and added --force-device-scale-factor command line option
      - Presets are now available to be loaded in VST hosts using the generic GUI (e.g. REAPER)
      - Fixed a bug that caused MIDI channel and polyphony settings from the command line or
        configuration file to be ignored.
      - Fixed a bug that caused MIDI channel setting to be ignored when sending MIDI over JACK
      - Fixed a MIDI parsing bug in the VST plugin that caused stuck notes in REAPER
      - Fixed a crash when compiled with LASH support but without a LASH server running
    alarixnia committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    fe6ad09 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0367cd2 View commit details
    Browse the repository at this point in the history
  17. cdk: Update to 5.0-20200923

    2020/09/23
    	+ updated configure script, for compiler-warnings
    	+ update config.guess, config.sub
    alarixnia committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    fe96929 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    1cdd0f2 View commit details
    Browse the repository at this point in the history
  19. feh: Update to 3.5

    * Release v3.5
        * Enable --version-sort on systems without strverscmp support. This
          works by bundling the strverscmp of musl libc with feh and using it
          when feh is compiled without the verscmp flag (i.e., when the system
          libc does not provide the verscmp function). Patch by Tim van der Molen
        * Add %a format specifier (slideshow state: "playing" / "paused")
        * Fix crashes when combining --reload and --multiwindow
    alarixnia committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    0552521 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    02ac569 View commit details
    Browse the repository at this point in the history
  21. file: Update to 5.39

    2020-06-14  20:02  Christos Zoulas <christos@zoulas.com>
    
    	* release 5.39
    
    2020-06-07  20:00  Christos Zoulas <christos@zoulas.com>
    
    	* Remove unused subtype_mime (Steve Grubb)
    	* Remove unused check in okstat (Steve Grubb)
    	* Fix mime-type in elf binaries by making sure $x is set
    	* Fix indirect negative offsets broken by OFFNEGATIVE
    	* Fix GUID equality check
    	* PR/165: Handle empty array and strings in JSON
    	* PR/162: Add --exclude-quiet
    
    2020-06-06  15:33  Christos Zoulas <christos@zoulas.com>
    
    	* Fix memory leak in ascmagic (Steve Grubb)
    
    2020-06-04  00:21  Christos Zoulas <christos@zoulas.com>
    
    	* Fix string comparison length with ignore whitespace
    
    2020-05-31  00:11  Christos Zoulas <christos@zoulas.com>
    
    	* Fix mingwin 64 compilation
    
    2020-05-30  23:56  Christos Zoulas <christos@zoulas.com>
    
    	* PR/159: whitelist getpid needed for file_pipe2file()
    
    2020-05-09  18:57  Christos Zoulas <christos@zoulas.com>
    
    	* Indicate negative offsets with a flag OFFNEGATIVE
    	  so that -0 works.
    	* Introduce "offset" magic type that can be used to
    	  detect the file size, and bail on short files.
    	* document DER better in the magic man page.
    
    2020-03-11  21:53  Christos Zoulas <christos@zoulas.com>
    
    	* fix memory leaks (SonarQube)
    
    2020-03-08  21:33  Christos Zoulas <christos@zoulas.com>
    
    	* fix memory leaks (SonarQube)
    	* rewrite confusing loops (SonarQube)
    	* fix bogus test (SonarQube)
    	* pass a sized buffer to file_fmttime() (SonarQube)
    
    	* fix memory leaks (SonarQube)
    
    2020-02-20  15:50  Christos Zoulas <christos@zoulas.com>
    
    	* Don't allow * in printf formats, or the code itself (Christoph Biedl)
    	* Introduce a printf output size checker to avoid DoS attacks
    
    2020-02-17  17:22  Christos Zoulas <christos@zoulas.com>
    
    	* Avoid memory leak on error (oss-fuzz)
    	* Check length of string on DER before derefercing and add new types
    	* Add missing DER string (oss-fuzz)
    
    2020-02-16  20:45  Christos Zoulas <christos@zoulas.com>
    
    	* Add missing DER types, and debugging
    
    2020-02-13  13:10  Christos Zoulas <christos@zoulas.com>
    
    	* PR/140: Avoid abort with hand-crafted magic file (gockelhahn)
    	* PR/139  Avoid DoS in printf with hand-crafted magic file (gockelhahn)
    	* PR/138: Avoid crash with hand-crafted magic file (gockelhahn)
    
    2020-02-12  17:30  Christos Zoulas <christos@zoulas.com>
    
    	* PR/136: Fix static build by adding a libmagic.pc (Fabrice Fontaine)
    
    2019-12-24  14:16  Christos Zoulas <christos@zoulas.com>
    
    	* add guid support
    alarixnia committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    08b03d4 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    c74295f View commit details
    Browse the repository at this point in the history
  23. fvwm3: Update to 1.0.1

    This release addresses the following:
    
        New Features:
            Add support for infostore in EnvIsSet Test case #240 (ThomasAdam)
            Add variable/parameter which indicates the state of the FVWM3 logging #239 (NsCDE)
            Support for setting default mouse cursor on all FvwmScript widgets #222 (NsCDE)
            Add support for triangle indicator in/out sub options #221 (NsCDE)
            Add WindowName option to FvwmButtons #219 (NsCDE)
    
        Build problems:
            compilation fails on openbsd-current due to safemalloc.h (va_list) #231
            "version of go" misinterpreted by configure script? #202
            Unable to build 1.0, bson.h not found [FreeBSD 12.1] #200
    
        Bug-fixes:
            _NET_WM_STATE was not updated for maximized windows #203
            EwmhBaseStruts calculations don't use monitor's #241
            DesktopConfiguration global inherits behaviour from per-monitor mode #236
            FvwmEvent: missing monitor\_focus event #228
            perllib: doesn't understand MX_MONITOR_* events #226
            FvwmButtons subpanels not popped out on primary monitor when desk is > 0 #224
            PositionPlacement Center: fix to use current screen #211
            EwmhBaseStruts missing screen info from manpage #208
            EwmhBaseStrut: fix calculations for per-monitor #242 (ThomasAdam)
            Fix window locations in Global mode #237 (ThomasAdam)
    alarixnia committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    f498634 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    94fbe0e View commit details
    Browse the repository at this point in the history
  25. bison: update to 3.7.4.

    * Noteworthy changes in release 3.7.4 (2020-11-14) [stable]
    
    ** Bug fixes
    
    *** Bug fixes in yacc.c
    
      In Yacc mode, all the tokens are defined twice: once as an enum, and then
      as a macro.  YYEMPTY was missing its macro.
    
    *** Bug fixes in lalr1.cc
    
      The lalr1.cc skeleton used to emit internal assertions (using YY_ASSERT)
      even when the `parse.assert` %define variable is not enabled.  It no
      longer does.
    
      The private internal macro YY_ASSERT now obeys the `api.prefix` %define
      variable.
    
      When there is a very large number of tokens, some assertions could be long
      enough to hit arbitrary limits in Visual C++.  They have been rewritten to
      work around this limitation.
    
    ** Changes
    
      The YYBISON macro in generated "regular C parsers" (from the "yacc.c"
      skeleton) used to be defined to 1.  It is now defined to the version of
      Bison as an integer (e.g., 30704 for version 3.7.4).
    0-wiz-0 committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    d6c8dc3 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    0af8f2b View commit details
    Browse the repository at this point in the history
  27. kyotocabinet: Update to 1.2.78

    2020-07-20  FAL Labs  <info@fallabs.com>
    
    	- Fixed build warnings.
    
    	- Release: 1.2.78
    alarixnia committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    a8b20d1 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    9d3391c View commit details
    Browse the repository at this point in the history
  29. automake: update to 1.16.3.

    New in 1.16.3:
    
    * New features added
    
      - In the testsuite summary, the "for $(PACKAGE_STRING)" suffix
        can be overridden with the AM_TESTSUITE_SUMMARY_HEADER variable.
    
    * Bugs fixed
    
      - Python 3.10 version number no longer considered to be 3.1.
    
      - Broken links in manual fixed or removed, and new script
        contrib/checklinkx (a small modification of W3C checklink) added,
        with accompany target checklinkx to recheck urls.
    
      - install-exec target depends on $(BUILT_SOURCES).
    
      - valac argument matching more precise, to avoid garbage in DIST_COMMON.
    
      - Support for Vala in VPATH builds fixed so that both freshly-generated and
        distributed C files work, and operation is more reliable with or without
        an installed valac.
    
      - Dejagnu doesn't break on directories containing spaces.
    
    * Distribution
    
      - new variable AM_DISTCHECK_DVI_TARGET, to allow overriding the
        "make dvi" that is done as part of distcheck.
    
    * Miscellaneous changes
    
      - install-sh tweaks:
        . new option -p to preserve mtime, i.e., invoke cp -p.
        . new option -S SUFFIX to attempt backup files using SUFFIX.
        . no longer unconditionally uses -f when rm is overridden by RMPROG.
        . does not chown existing directories.
    
      - Removed function up_to_date_p in lib/Automake/FileUtils.pm.
        We believe this function is completely unused.
    
      - Support for in-tree Vala libraries improved.
    0-wiz-0 committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    3cced7f View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    ccd050c View commit details
    Browse the repository at this point in the history
  31. lemonbar: Update to 1.4

    Notable changes:
    
        Unlimited number of clickable areas, the -a switch was removed.
        Unlimited number of loadable fonts (yay, I guess?).
        You can now specify what screens are used by lemonbar with the -o switch.
        The new Sn specifier allows you to select a screen by name.
        Much better handling of rapidly-changing input (#107).
        Underlines and overlines are not reset when changing the alignment.
    
    Bug fixes:
    
        Use opaque black/white colors as default values.
        Reset the attributes and colors between each rendered line.
    alarixnia committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    fbedaf8 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    25e27f6 View commit details
    Browse the repository at this point in the history
  33. hydrogen: Update to 1.0.1

    2020-08-29 the hydrogen team <hydrogen-devel@lists.sourceforge.net>
    	* Release 1.0.1
    	* Fixed compilation with libtar
    	* Fixed jack transport tempo drift when using non-integer bpm values
    	* Disabled "development mode" warning
    	* Fix crash on saving ladspa settings
    alarixnia committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    e544143 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    6c7d99e View commit details
    Browse the repository at this point in the history
  35. graphics/viu: import package

    Small command-line application to view images from the terminal written in Rust.
    It is basically the front-end of `viuer`. It uses the Kitty graphics protocol,
    if supported. If not, lower half blocks are displayed insread.
    
    Features:
    - Animated GIF support
    - Accept media through stdin
    - Custom dimensions
    - Transparency
    0323pin committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    8b50347 View commit details
    Browse the repository at this point in the history
  36. Add graphics/viu

    0323pin committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    09aeb75 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    f348dec View commit details
    Browse the repository at this point in the history
  38. gopls: update to 0.5.3.

    Features
    
    Automatic updates to go.sum
    
    Previously, go.mod-related quick fixes would not make corresponding
    changes to your go.sum file. Now, when you add or remove dependencies
    from your module, your go.sum will be updated accordingly.
    
    Removed support for go mod tidy on save
    
    We have removed the support for running go mod tidy on save for
    go.mod files. It proved to be too slow and expensive to be worth
    it.
    
    Experimental
    
    Multi-module workspace support
    
    The proposal described in golang/go#32394 is still in development
    and off by default. See our progress by tracking the multi-module
    workspace milestone and project.
    
    Enable multi-module workspace support by adding the following to
    your settings:
    
    "gopls": { "experimentalWorkspaceModule": true, }
    
    With this setting, you will be able to open a directory that contains
    multiple modules. Most features will work across modules, but some,
    such as goimports, will not work as expected.
    
    Give this a try if you're interested in this new feature, but please
    note that it is still very experimental.
    
    Fixes
    
    A list of all issues fixed can be found in the gopls/v0.5.3 milestone.
    0-wiz-0 committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    ad0aee4 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    b07824e View commit details
    Browse the repository at this point in the history
  40. libxkbcommon: update to 1.0.2.

    libxkbcommon 1.0.2 - 2020-11-20
    ==================
    
    - Fix a bug where a keysym that cannot be resolved in a keymap gets compiled to
      a garbage keysym. Now it is set to XKB_KEY_NoSymbol instead.
    
    - Improve the speed of xkb_x11_keymap_new_from_device() on repeated calls in the
      same xkb_context().
    0-wiz-0 committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    7fd03ec View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    a36a2ae View commit details
    Browse the repository at this point in the history
  42. ImageMagick: update to 7.0.10.41.

    2020-11-21  7.0.10-41  <quetzlzacatenango@image...>
      * Release ImageMagick version 7.0.10-41 GIT revision 17864:20680f349:20201121
    
    2020-11-21  7.0.10-41  <quetzlzacatenango@image...>
      *
    
    2020-11-20  7.0.10-40  <quetzlzacatenango@image...>
      * Release ImageMagick version 7.0.10-40 GIT revision 17860:2594cd0a5:20201120
    
    2020-11-19  7.0.10-40  <quetzlzacatenango@image...>
      * remove Linux shell artifact from Windows delegate configuration file.
      * fix shell injection vulnerability via the -authenticate option (reference
        alex@cure...).
    
    2020-11-17  7.0.10-39  <quetzlzacatenango@image...>
      * Release ImageMagick version 7.0.10-39 GIT revision 17837:ffb8da39c:20201117
    
    2020-11-07  7.0.10-39  <quetzlzacatenango@image...>
      * support DPX 4:2:2 sampling.
    0-wiz-0 committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    ad5b449 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    70d7890 View commit details
    Browse the repository at this point in the history
  44. libcares: update to 1.17.1.

    Version 1.17.1 (19 Nov 2020)
    
    GitHub (19 Nov 2020)
    - [Brad House brought this change]
    
      Travis: add iOS target built with CMake (#378)
    
      Issue #377 suggested that CMake builds for iOS with c-ares were broken. This PR adds an automatic Travis build for iOS CMake.
    
      Fix By: Brad House (@bradh352)
    
    bradh352 (18 Nov 2020)
    - fix build
    
    GitHub (18 Nov 2020)
    - [Fabrice Fontaine brought this change]
    
      External projects were using non-public header ares_dns.h, make public again (#376)
    
      It appears some outside projects were relying on macros in ares_dns.h, even though it doesn't appear that header was ever meant to be public.  That said, we don't want to break external integrators so we should distribute this header again.
    
      Fix By: Fabrice Fontaine (@ffontaine)
    
    bradh352 (17 Nov 2020)
    - note that so versioning has moved to configure.ac
    
    - note about 1.17.1
    
    - fix sed gone wrong
    
    GitHub (17 Nov 2020)
    - [Daniel Stenberg brought this change]
    
      autotools cleanup (#372)
    
      * remove: install-sh mkinstalldirs
    
      They're generated when needed, no need to store in it.
    
      * buildconf: remove custom logic with autoreconf
    
      Fix By: Daniel Stenberg (@bagder)
    
    bradh352 (17 Nov 2020)
    - attempt to fix 1.17.0 release distribution issues
    
    Version 1.17.0 (16 Nov 2020)
    
    bradh352 (16 Nov 2020)
    - 1.17.0 release prep
    
    - ares_getaddrinfo(): duplicate hints ai_socktype and ai_protocol into output
    
      ai_socktype and ai_protocol were ignored from the hints input.  They are now
      duplicated into the output as expected.  Currently no sanity checks on
      proper values are taking place.
    
      Fixes: #317
      Fix By: Brad House (@bradh352)
    
    - ares_parse_{a,aaaa}_reply could return larger *naddrttls than passed in
    
      If there are more ttls returned than the maximum provided by the requestor, then
      the *naddrttls response would be larger than the actual number of elements in
      the addrttls array.
    
      This bug could lead to invalid memory accesses in applications using c-ares.
    
      This behavior appeared to break with PR #257
    
      Fixes: #371
      Reported By: Momtchil Momtchev (@mmomtchev)
      Fix By: Brad House (@bradh352)
    
    GitHub (5 Nov 2020)
    - [Dustin Lundquist brought this change]
    
      docs: ares_set_local_ip4() uses host byte order (#368)
    
      Properly document brain-dead behavior of ares_set_local_ip4() using host byte order instead of expected network byte order.
    
      Fix By: Dustin Lundquist <d.lundquist@tempered.io>
    
    - [Łukasz Marszał brought this change]
    
      empty hquery->name could lead to invalid memory access (#367)
    
      If hquery->name is empty (=="\0"), &hquery->name[strlen(hquery->name)-1] would point to "random" place in memory. This is causing some of my address sanitizer tests to fail.
    
      Fix By: Łukasz Marszał (@lmarszal)
    
    bradh352 (28 Sep 2020)
    - Fix OSSFuzz reported issue in CAA reply parsing
    
      OSS-Fuzz is reporting a use-of-uninitialized-value:
      https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=26012
    
      Reported By: David Drysdale (@daviddrysdale)
    
    GitHub (26 Sep 2020)
    - [David Hotham brought this change]
    
      fuzz CAA parsing (#363)
    
      Add fuzz support for CAA parsing
    
      Fix By: David Hotham (@dimbleby)
    
    - [Daniela Sonnenschein brought this change]
    
      Allow parsing of CAA Resource Record (#360)
    
      CAA (Certification Authority Authorization) was introduced in RFC 6844.
      This has been obsoleted by RFC 8659. This commit added the possibility
      to query CAA resource records with adig and adds a parser for CAA
      records, that can be used in conjunction with ares_query(3).
    
      Closes Bug: #292
      Fix By: Daniela Sonnenschein (@lxdicted)
    
    Daniel Stenberg (17 Sep 2020)
    - docs: remove the html and pdf make targets
    
      They're rarely used in our daily work flow and mostly just add friction,
    
      Closes #362
    
    bradh352 (14 Sep 2020)
    - ares_process needs to always include nameser.h as it has compat
    
    - Define T_OPT if system doesn't provide it
    
    GitHub (12 Sep 2020)
    - [Gisle Vanem brought this change]
    
      Change the mailman links (#358)
    
      Links when wrapping become misleading.  Insert newline to prevent wrapping.
    
      Fix By: Gisle Vanem (@gvanem)
    
    - [Gisle Vanem brought this change]
    
      [adig] Update man-page for the '-x' option (#357)
    
      Fix By: Gisle Vanem (@gvanem)
    
    - [Gisle Vanem brought this change]
    
      [adig] add '-x' option. (#356)
    
      Added a 'dig-style' '-x' option. Also support '-xx' for a
      IPv6 bit-string PTR query.
    
      Fix By: Gisle Vanem (@gvanem)
    
    bradh352 (12 Sep 2020)
    - fix indentation
    
    - ns_t_opt -> T_OPT
    
    GitHub (12 Sep 2020)
    - [Gisle Vanem brought this change]
    
      Fixes for Watt-32 on djgpp + Windows (#355)
    
      No longer any relation to libcurl since '<libcurl-root>/packages/DOS/common.dj' is dropped.
      This Makefile.dj has been tested on Win-10 only (using the Windows hosted djgpp cross compiler).
    
      Fix By: Gisle Vanem (@gvanem)
    
    - [Gisle Vanem brought this change]
    
      Fixes for Watt-32 on Windows and MSDOS (#354)
    
      Move the prototype to 'ares_private.h'.
    
      Fix By: Gisle Vanem (@gvanem)
    
    bradh352 (11 Sep 2020)
    - update path for include
    
    - remove stale information
    
    - remove stale information
    
    Brad House (9 Sep 2020)
    - silence compiler warnings
    
    - Remove stale msvc files from makefile
    
    GitHub (9 Sep 2020)
    - [Brad House brought this change]
    
      Reorganize source tree (#349)
    
      Originally started by Daniel Stenberg (@bagder) with #123, this patch reorganizes the c-ares source tree to have a more modern layout.  It also fixes out of tree builds for autotools, and automatically builds the tests if tests are enabled.  All tests are passing which tests each of the supported build systems (autotools, cmake, nmake, mingw gmake).  There may be some edge cases that will have to be caught later on for things I'm not aware of.
    
      Fix By: Brad House (@bradh352)
    
    Brad House (1 Sep 2020)
    - remove CURLDEBUG as per #82
    
    GitHub (1 Sep 2020)
    - [Erik Lax brought this change]
    
      Detect remote DNS server does not support EDNS as per RFC 6891 (#244)
    
      EDNS retry should be based on FORMERR returned without an OPT RR record as per https://tools.ietf.org/html/rfc6891#section-7 rather than just treating any unexpected error condition as a reason to disable EDNS on the channel.
    
      Fix By: Erik Lax (@eriklax)
    
    Brad House (27 Aug 2020)
    - Fix for #345, don't use 'true' use 1
    
    GitHub (27 Aug 2020)
    - [Seraphime Kirkovski brought this change]
    
      ares_gethostbyname: Fix AF_UNSPEC support when using an ip address (#204)
    
      fake_hostent() was not supporting AF_UNSPEC, so when an ip address was specified when using AF_UNSPEC it would attempt to do a DNS lookup rather than returning a fake hostent using the ip address.
    
      Fix By: Seraphime Kirkovski (@Seraphime)
    
    - [apenn-msft brought this change]
    
      Tests should use dynamic system-assigned ports rather than static port (#346)
    
      The c-ares test suite was hardcoded to use port 5300 (and possibly 5301, 5302) for the test suite.  Especially in containers, there may be no guarantee these ports are available and cause tests to fail when they could otherwise succeed.  Instead, request the system to assign a port to use dynamically.  This is now the default.  To override, the test suite still takes the "-p <port>" option as it always has and will honor that.
    
      Fix By: Anthony Penniston (@apenn-msft)
    
    Brad House (25 Aug 2020)
    - Unset members of the addr struct contain garbage values (#343)
    
      When generating the ares_sockaddr data by getaddrinfo() it was only filling
      in certain members while leaving others uninitialized.  This left garbage
      data if a user tried to use the unset values.  memset() the ares_sockaddr
      to 0 prior to filling in the values to prevent this.
    
      Reported By: @SmorkalovG
      Fix By: Brad House (@bradh352)
    
    GitHub (24 Aug 2020)
    - [Jonathan Maye-Hobbs brought this change]
    
      FQDN with trailing period should be queried first with larger ndot value (#345)
    
      If a query is performed for dynamodb.us-east-1.amazonaws.com. with ndots=5, it was attempting to search the search domains rather than just attempting the FQDN that was passed it.  This patch now at least attempts the FQDN first.
    
      We may need to determine if we should abort any further searching, however as is probably intended.
    
      Fix by: Jonathan Maye-Hobbs (@wheelpharoah)
    
    - [Gisle Vanem brought this change]
    
      Update acountry.c country code list (#341)
    
      Updated country_list[]:
       * 2-letter ISO-3166 country-codes.
       * Add, rename some names + codes in accordance with latest table at https://en.wikipedia.org/wiki/ISO_3166-1.
    
      Fix By: Gisle Vanem (@gvanem)
    
    - [Bulat Gaifullin brought this change]
    
      Test case should honor flag HAVE_WRITEV rather than WIN32 (#344)
    
      Test cases where not honoring the HAVE_WRITEV flag but instead using WIN32 to determine if WRITEV was available or not.  This patch fixes that.
    
      Fix By: Bulat Gaifullin (@bgaifullin)
    
    Brad House (18 Jul 2020)
    - Ensure c89 support
    
      A couple of for loops in Mac-specific code were using integer declarations
      inside a for loop.  Move the declaration to the top of the preceding
      code block to retain c89 compliance.
    
      Reported By: Jeffrey Walton
    
    GitHub (2 Jul 2020)
    - [Fionn Fitzmaurice brought this change]
    
      Avoid buffer overflow in RC4 loop comparison (#336)
    
      The rc4 function iterates over a buffer of size buffer_len who's maximum
      value is INT_MAX with a counter of type short that is not guaranteed to
      have maximum size INT_MAX.
    
      In circumstances where short is narrower than int and where buffer_len
      is larger than the maximum value of a short, it may be possible to loop
      infinitely as counter will overflow and never be greater than or equal
      to buffer_len.
    
      The solution is to make the comparison be between types of equal width.
      This commit defines counter as an int.
    
      Fix By: Fionn Fitzmaurice (@fionn)
    
    - [anonymoushelpishere brought this change]
    
      Updated help information for adig, acountry, and ahost. (#334)
    
      Provide more descriptive help information for various utilities.
    
      Fix By: @anonymoushelpishere
    
    - [lutianxiong brought this change]
    
      avoid read-heap-buffer-overflow (#332)
    
      Fix invalid read in ares_parse_soa_reply.c found during fuzzing
    
      Fixes Bug: #333
      Fix By: lutianxiong (@ltx2018)
    
    - [Ivan Baidakou brought this change]
    
      Fix: sizeof(sizeof(addr.saX)) -> sizeof(addr.saX) in readaddrinfo (#331)
    
      Looks like a sed-gone-wrong, a sizeof inside of a sizeof.
    
      Fix By: Ivan Baidakou (@basiliscos)
    0-wiz-0 committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    dc60f43 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    a6e3c8c View commit details
    Browse the repository at this point in the history
  46. tor-browser-https-everywhere: update to 2020.11.17.

    2020.11.17
    * Copy URL in EASE interstitial
    * Dependapot NPM updates
    * CRX distribution scripts for transparency for Edge and Opera
    * Port inclusion on allowlist for EASE
    * UI change to reflect a global setting
    0-wiz-0 committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    4c4321f View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    9b7b016 View commit details
    Browse the repository at this point in the history
  48. unifont: update to 13.0.04.

    2020-11-21: Release 13.0.04
       * Font glyphs are now dual-licensed under the SIL Open Font
         License version 1.1, in addition to the GNU GPL version 2+
         with the GNU Font Embedding Exception.
       * Many glyphs in these ranges were re-aligned so the dominant
         horizontal line would be positioned in row 7, counting from
         the bottom.  Some glyphs were redrawn.
         - U+2190..U+21FF Arrows
         - U+2200..U+23FF Mathematical Operators
         - U+2400..U+24FF Miscellaneous Technical
         - U+25A0..U+25FF Geometric Shapes
         - APL operators such as the tacks and jot were not modified,
           so as not to alter alignments of glyphs that APL superimposes
           on each other.
       * U+2200..U+23FF Mathematical Operators: redrew slashes for
         negated operators from vertical lines to slanted lines.
       * Added three new Under ConScript Unicode Registry (UCSUR) Scripts:
         - U+EB40..U+EB5F Standard Galactic
         - U+EB60..U+EB9F Braille Extended
         - U+EBA0..U+EBDF Cistercian Numerals
       * Other changes listed in the ChangeLog file.
    0-wiz-0 committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    0ef647f View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    a7d99d9 View commit details
    Browse the repository at this point in the history
  50. vala: update to 0.50.2.

    Vala 0.50.2
    ===========
     * Various improvements and bug fixes:
      - codegen:
        + More use of delegate_target_type and delegate_target_destroy_type
        + Reduce get_delegate_target/get_delegate_target_destroy_notify calls
        + Don't use inferred type for temp-value to access generic property [#1088]
        + Update outdated array _size_ variable of captured local-variable [#1090]
        + Report internal error for unsupported collection type in foreach
      - vala:
        + Issue an error on void initializer for local-variable
        + Allow markup-reader to accept spaces around '=' of attribute assignment
        + CodeNode.source_reference is optional, so let the API respect that
        + Use DataType.compatible() to check for string concatenation [#1100]
      - valadoc: Don't call CodeContext.pop() on empty stack [#1064]
      - libvaladoc: Don't filter-out generic type-parameters of delegates
      - libvaladoc/girimporter: Skip "docsection" elements in <namespace>
      - testrunner: Add "-Werror=return-local-addr" flag
      - manual: Update from wiki.gnome.org
    
     * Bindings:
      - alsa: Fix PcmDevice.set_poll_descriptors_revents() binding [#1092]
      - curses: Add Terminfo API set, function keycodes F(n) and minor changes
      - curses: Correctly use [PrintfFormat] attribute
      - glib-2.0: Fix return-type of Uri.parse_params() binding
      - glib-2.0: Add return codes to FileStream.putc/puts(), like posix
      - glib-2.0: Add GenericArray.find_custom(), variant of find_with_equal_func()
      - glib-2.0: Improve GenericArray.length property
      - gio-2.0: Fix binding of Resolver.lookup_service*()
      - gstreamer: Update from 1.19.0+ git master
      - gtk4: Attribute Gsk.ShaderArgsBuilder.free_to_args with DestroysInstance
      - gtk4: Update to 3.99.4+7551f85d [#1089]
      - linux: Add missing struct in cname for Spi.IocTransfer
      - posix: Declare fstat, stat, lstat and fstatat as public [#1086]
      - posix: Add freopen binding, as FILE.reopen()
      - rest-0.7: Fix ParamsIter.next() binding
      - vapi: Update GIR-based bindings
    0-wiz-0 committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    8e379e6 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    4d08d54 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    0edf121 View commit details
    Browse the repository at this point in the history
  53. Update alpine to 2.24.

    Alpine 2.23
    
      * Implementation of XOAUTH2 authentication support for Outlook. Based on
        documentation suggested by Andrew C Aitchison.
      * Add support for the OAUTHBEARER authentication method in Gmail. Thanks to
        Alexander Perlis for suggesting it and explaining how the method works.
      * Creation of Alpine's Privacy Policy. This is presented as a link to an
        online document from the Release Notes (Link at the top of this document.)
        Upon user request, Alpine downloads and displays this document. Links to
        the privacy policy are also displayed when a user starts Alpine for the
        first time, or when a user starts a new version of Alpine. There is no
        default exit greeting command for these screens, and to exit the user must
        press "E", instead of the old default, which was the RETURN command. The
        RETURN command will open the handle on which the cursor is on, which by
        default is the Privacy Policy.
      * Support for the SASL-IR IMAP extension that avoids a round trip during
        authentication. Similar support added for the SMTP, NNTP and POP3
        protocols. Thanks to Geoffrey Bodwin for a report that lead to this
        implementation.
      * Alpine can pass an HTML message to an external web browser, by using the
        "External" command in the ATTACHMENT INDEX screen.
      * New configuration variable external-command-loads-inline-images-oly that
        controls if Alpine will keep the source link to all the images in the HTML
        message, or will only pass a link to inline images included in the message.
        For your privacy and security this feature is enabled by default.
      * When reading an email and a user selects an email address to which to
        compose a message from the message, the user will be able to select a role
        to compose that message.
      * New variable system-certs-path that allows users to indicate the location
        of the directory where certificates are located. In PC-Alpine this must be
        C:\libressl\ssl\certs. The C: drive can be replaced by the name of the
        drive where the binary and DLL files are located.
      * New variable system-certs-file that allows users to configure the location
        of a container of certificate authority (CA) certificates to be used to
        validate certificates of remote servers.
      * Remove sleep of 5 seconds for mailcap programs that use the terminal to
        display content. Suggested by Carl Edquist. In addition, remove
        configurable process table command and its corresponding sleep time.
    
    Bugs that have been addressed include:
    
      * Security Bug: Alpine can be configured to start a secure connection using
        /tls on an insecure connection. However, if the connection is PREAUTH,
        Alpine will not upgrade the connection to a secure connection, because a
        client must not issue a STARTTLS to a server that supports it in
        authenticated state.  This makes Alpine continue to use an insecure
        connection with the server, exposing user data. Reported by Damian
        Poddebniak and Fabian Ising from Muenster University of Applied Sciences.
      * Selecting by subject might not copy the subject of the current message to
        the selection text correctly. Reported by Iosif Fettich.
      * Alpine does not set the return path correctly when using a role while
        bouncing a message. Reported by Dr. C. Griewatsch.
      * Bug in PC-Alpine that made Alpine go into an infinite loop and consume CPU
        when it was iconized. Reported by Holger Schieferdecker in comp.mail.pine.
      * Crash in Alpine when attempting to reply to a multipart/alternative message
        that is malformed, and the option to include attachments in reply is
        enabled.  Reported and patched by Peter Tirsek.
      * Bug that makes Alpine split encoded words in the subject of a message in
        the middle of a utf-8 character into two encoded words, breaking the
        encoding.  Reported by Jean Chevalier.
      * Alpine would not redraw the screen when a check for new mail in an incoming
        folder failed due to a failure while validating the server certificate,
        and the user did not allow the connection to proceed.
      * Crash in Alpine while resizing the screen when using any of the tokens
        SUBJKEYTEXT, SUBJECTTEXT, or SUBJKEYINITTEXT in the index format, and the
        screen was resized. Reported by Iggy Mogo.
      * When Alpine is trying to authenticate to Gmail, using the XOAUTH2 method,
        it does not display the url the user needs to open, in order to authorize
        Alpine to access Gmail using XOAUTH2 when Alpine still has not created a
        screen. Reported by Baron Fujimoto.
      * When an html anchor does not quote the link in the href parameter, alpine
        does not link to it.
      * Attempt to fix a bug that breaks scrolling of a message in Alpine when the
        screen is resized. Reported in the Debian bug system at
        https://bugs.debian.org/cgi-bin/bugreport.cgie?bug=956361.
    
    Alpine 2.24
    
      * Implementation of XOAUTH2 for Yahoo! Mail.
      * Expansion of the configuration screen for XOAUTH2 to include username,
        authorization flow, and tenant.
      * XOAUTH2: automatic renew of access token and connection to a server within
        60 seconds of expiration of the access token.
      * If a user has more than one client-id for a service, Alpine asks the user
        which client-id to use and associates that client-id to the credentials in
        the XOAUTH2 configuration screen.
      * Addition of Yandex.com to the list of services that Alpine can use XOAUTH2
        to authenticate for reading and sending email.
      * Addition of a link to the Apache License 2.0 (see above). This is available
        from the Release Notes as well as the welcome screen.
      * Modifications to protect the privacy of users:
          + Alpine does not generate Sender or X-X-Sender by default by enabling
            [X] Disable Sender as the default.
          + Alpine does not disclose User Agent by default by enabling [X] Suppress
            User Agent by default.
          + Alpine uses the domain in the From: header of a message to generate a
            message-id and suppresses all information about Alpine, version,
    	revision, and time of generation of the message-id from this header.
    	This information is replaced by a random string.
      * Unix Alpine displays configure options and flags when invoked as "alpine
        -v". Suggested by Matt Ackeret.
      * Alpine will ding the terminal bell when asking about quitting when new mail
        arrives. This is consistent with Alpine dinging the bell when new mail
        arrives.  The bell will not ding if it is disabled for status messages.
        Suggested by Chime Hart.
      * When messages are selected, pressing the ";" command to broaden or narrow a
        search, now offers the possibility to completely replace the search, and is
        almost equivalent to being a shortcut to "unselect all messages, and select
        again". The difference is that cancelling this command will not unselect
        all currently selected messages. Suggested by Holger Trapp.
      * Alpine will not write debug files unless started with the option -d, so for
        example "alpine -d 2" will generate a debug file at level 2, but just
        issuing the alpine command will not write any debug to a file.
      * Experimental: Attempt to implement the Encryption Range in Windows. It
        works in Windows 10, and it should work in Windows 8.1. It needs testing in
        Windows 7 and Windows Vista.
      * Addition of variables user-certs-path and user-certs-file which allow a
        user to specify locations for certificates that the user trusts.
      * Ignore non-empty initial challenge in the GSSAPI authenticator. Based on a
        patch written by Jarek Polok, but submitted by Ignacio Reguero.
      * When a server expires a refresh token, Alpine needs to cancel it
        internally. Alpine will attempt to get a new one when it reopens the folder
        after it cancels it.
      * Set up the IMAP ID at the moment of logging in to the server, rather than
        as a one time option, in case we need to use a special IMAP ID.
    
    Bugs that have been addressed include:
    
      * When Alpine starts a PREAUTH connection, it might still ask the user to
        login. Reported by Frank Tobin.
      * Crash while resizing the screen when viewing a calendar event.
      * When Alpine opens a folder in a server whose address is given numerically
        it might crash due to an incorrect freeing of memory. Reported by Wang
        Kang.
      * Crash when Alpine frees memory on a system where LC_CTYPE is not
        configured, and the user calls the file browser to attach files to a
        message. Reported by Luis Gerardo Tejero.
      * Invalid signatures created by Alpine, when built with recent releases of
        the Openssl-1.1.1 series (but not in the Openssl-1.0.1 series). Fix
        contributed by Bernd Edlinger.
      * After returning from the directory side of a dual-folder, sometimes Alpine
        would return to the first folder in the parent directory or to the
        dual-folder.  The fix is to return to the original dual-folder as intended.
        Reported by Holger Trapp.
      * When an attachment is deleted and the original message is saved, Alpine
        might write only a part of the name of the file deleted. Reported by Holger
        Trapp.
      * URLs that are surrounded by white space are not cleaned by Alpine before
        passing them to the browser, resulting in no display of the URL when Alpine
        tries to open it. Reported by Gregory Heytings.
      * When Alpine is built without smime, password file functionality might fail.
        Reported by Andres Fehr.
      * Crash in PC-Alpine when using the eXternal command.
      * Fix in Macs that made Alpine abort a ssh connection to an imap server.
        Reported and assisted by Wang Kang.
    bsiegert committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    a729447 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    a6d6bd9 View commit details
    Browse the repository at this point in the history
  55. Fix RCS Id.

    schmonz committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    cc4d001 View commit details
    Browse the repository at this point in the history
  56. libwps: Update to 0.4.12

    0.4.11 -> 0.4.12
    - add a minimalist parser for Pocket Word .psw and .pwi files
    alarixnia committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    833c302 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    7bd4a0f View commit details
    Browse the repository at this point in the history
  58. lua-penlight: Update to 1.9.1

    ## 1.9.1 (2020-09-27)
    
     - fix: dir.walk [#350](lunarmodules/Penlight#350)
    
    
    ## 1.9.1 (2020-09-24)
    
     - released to superseed the 1.9.0 version which was retagged in git after some
       distro's already had picked it up. This version is identical to 1.8.1.
    
    ## 1.8.1 (2020-09-24) (replacing a briefly released but broken 1.9.0 version)
    
    ## Fixes
    
      - In `pl.class`, `_init` can now be inherited from grandparent (or older ancestor) classes. [#289](lunarmodules/Penlight#289)
      - Fixes `dir`, `lexer`, and `permute` to no longer use coroutines. [#344](lunarmodules/Penlight#344)
    
    ## 1.8.0 (2020-08-05)
    
    ### New features
    
      - `pretty.debug` quickly dumps a set of values to stdout for debug purposes
    
    ### Changes
    
      - `pretty.write`: now also sorts non-string keys [#319](lunarmodules/Penlight#319)
      - `stringx.count` has an extra option to allow overlapping matches
        [#326](lunarmodules/Penlight#326)
      - added an extra changelog entry for `types.is_empty` on the 1.6.0 changelog, due
        to additional fixed behaviour not called out appropriately [#313](lunarmodules/Penlight#313)
      - `path.packagepath` now returns a proper error message with names tried if
        it fails
    
    ### Fixes
    
      - Fix: `stringx.rfind` now properly works with overlapping matches
        [#314](lunarmodules/Penlight#314)
      - Fix: `package.searchpath` (in module `pl.compat`)
        [#328](lunarmodules/Penlight#328)
      - Fix: `path.isabs` now reports drive + relative-path as `false`, eg. "c:some/path" (Windows only)
      - Fix: OpenResty coroutines, used by `dir.dirtree`, `pl.lexer`, `pl.permute`. If
        available the original coroutine functions are now used [#329](lunarmodules/Penlight#329)
      - Fix: in `pl.strict` also predefine global `_PROMPT2`
      - Fix: in `pl.strict` apply `tostring` to the given name, in case it is not a string.
      - Fix: the lexer would not recognize numbers without leading zero; "-.123".
        See [#315](lunarmodules/Penlight#315)
    alarixnia committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    78dd5c5 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    35aaccc View commit details
    Browse the repository at this point in the history
  60. memcached: Update to 1.6.9

    This change has a few useful new features, along with a lot of bugfixes and some internal code reorganization for future projects. We have been questing to improve test quality and stamp down bugs that came in over the 1.6 series.
    
    As usual many thanks to the numerous contributors who sent in patches or helped test this release!
    
    Fixes
    
        crawler: remove bad mutex unlock during error
        idle_timeout: avoid long hangs during shutdown
        extstore: use fcntl locking on disk file
        portability fix for getsubopt
        illumos build fixes + require libevent2
        core: generalize extstore's defered IO queue
        fix connection limit tests
        logger: fix spurious watcher hangups
        watcher.t: reduce flakiness
        Extend test CA validity to 500 years
        adjust "t/idle-timeout.t" be more forgiving
    
    New Features
    
        arm64: Re-add arm crc32c hw acceleration for extstore
        restart mode: expose memory_file path in stats settings
        'shutdown graceful' command for raising SIGUSR1
        Introduce NAPI ID based worker thread selection (see doc/napi_ids.txt)
        item crawler hash table walk mode
    alarixnia committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    8562a09 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    498b730 View commit details
    Browse the repository at this point in the history
  62. miniupnpc: Update to 2.2.0

    VERSION 2.2.0 : released 2020/11/09
    
    2020/09/24:
      Check properly for reserved IP addresses
    
    2020/09/23:
      prevent infinite loop in upnpDiscover()
    
    2020/02/16:
      Add Haiku support
    
    2019/10/22:
      testminiwget.sh can use either "ip addr" or "ifconfig -a
    
    2019/10/13:
      fix UPNP_GetValidIGD() when several devices are found
      which are reachable from != local address
    
    2019/08/24:
      Allow Remote Host on upnpc command line
      fix error 708 description in strupnperror()
    
    2019/04/05:
      Fix memory leak in upnpreplyparse.c with NewPortListing element
    
    2019/03/10:
      connecthostport.c: Code simplification, error trace fix
    
    2019/01/23:
      set timeout for select() in connecthostport()
    
    2018/10/31:
      miniupnpcmodule.c: check return of WSAStartup()
    
    2018/07/14:
      Fix and improve MSVC project :
        Add Dll configurations
        improve genminiupnpcstrings.vbs
    
    2018/06/18:
      Fixes for windows 64-bits.
    alarixnia committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    44b2c68 View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    dca4010 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

  1. remove go-hugo-bin

    nikkicoon committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    88a98d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f20eba View commit details
    Browse the repository at this point in the history
  3. www/go-ace: Update to version 0.0.5

    Changelog:
    
    Merge pull request #72 from ku/output-formatter
    
    Pretty-print formatter
    nikkicoon committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    5fd6b47 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2e3498d View commit details
    Browse the repository at this point in the history
  5. Update dmidecode to 3.1.

    CHANGES from 3.2:
    
    Version 3.3 (Wed Oct 14 2020)
      - [BUILD] Allow overriding build settings from the environment.
      - [COMPATIBILITY] Document how the UUID fields are interpreted.
      - [PORTABILITY] Don't use memcpy on /dev/mem on arm64.
      - [PORTABILITY] Only scan /dev/mem for entry point on x86.
      - Support for SMBIOS 3.3.0. This includes new processor names, new port
        connector types, and new memory device form factors, types and
        technologies.
      - Add bios-revision, firmware-revision and system-sku-number to -s option.
      - Use the most appropriate unit for cache size.
      - Decode system slot base bus width and peers.
      - Important bug fixes:
        Fix Redfish Hostname print length
        Fix formatting of TPM table output
        Fix System Slot Information for PCIe SSD
        Don't choke on invalid processor voltage
      - Use the most appropriate unit for cache size.
    msaitoh committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    b411281 View commit details
    Browse the repository at this point in the history
  6. doc: Updated sysutils/dmidecode to 3.3

    msaitoh committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    b18dd81 View commit details
    Browse the repository at this point in the history
  7. py-argcomplete: updated to 1.12.2

    Changes for v1.12.2
    - Update importlib-metadata dependency pin
    - Add change log project URL
    - Replace Travis CI with GitHub Actions
    adam committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    55d007c View commit details
    Browse the repository at this point in the history
  8. py-drf-nested-routers: updated to 0.92.1

    0.92.1:
    Unknown changes
    adam committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    02adbdd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    87b6010 View commit details
    Browse the repository at this point in the history
  10. s6 TLS tools don't use OpenSSL, but do need to know where to find CA

    certs. Buildlink just enough OpenSSL to read SSLDIR, then install a new
    s6-pkgsrc-cadir program that knows it. Bump PKGREVISION.
    schmonz committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    b3f0e73 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6969a3e View commit details
    Browse the repository at this point in the history
  12. py-cryptography py-cryptography_vectors: updated to 3.2.1

    3.2.1 - 2020-10-27
    
    Disable blinding on RSA public keys to address an error with some versions of OpenSSL.
    
    3.2 - 2020-10-25
    
    SECURITY ISSUE: Attempted to make RSA PKCS#1v1.5 decryption more constant time, to protect against Bleichenbacher vulnerabilities. Due to limitations imposed by our API, we cannot completely mitigate this vulnerability and a future release will contain a new API which is designed to be resilient to these for contexts where it is required. Credit to Hubert Kario for reporting the issue. CVE-2020-25659
    Support for OpenSSL 1.0.2 has been removed. Users on older version of OpenSSL will need to upgrade.
    Added basic support for PKCS7 signing (including SMIME) via :class:`~cryptography.hazmat.primitives.serialization.pkcs7.PKCS7SignatureBuilder`.
    
    3.1.1 - 2020-09-22
    
    Updated Windows, macOS, and manylinux wheels to be compiled with OpenSSL 1.1.1h.
    
    3.1 - 2020-08-26
    
    BACKWARDS INCOMPATIBLE: Removed support for idna based :term:`U-label` parsing in various X.509 classes. This support was originally deprecated in version 2.1 and moved to an extra in 2.5.
    Deprecated OpenSSL 1.0.2 support. OpenSSL 1.0.2 is no longer supported by the OpenSSL project. The next version of cryptography will drop support for it.
    Deprecated support for Python 3.5. This version sees very little use and will be removed in the next release.
    backend arguments to functions are no longer required and the default backend will automatically be selected if no backend is provided.
    Added initial support for parsing certificates from PKCS7 files with :func:`~cryptography.hazmat.primitives.serialization.pkcs7.load_pem_pkcs7_certificates` and :func:`~cryptography.hazmat.primitives.serialization.pkcs7.load_der_pkcs7_certificates` .
    Calling update or update_into on :class:`~cryptography.hazmat.primitives.ciphers.CipherContext` with data longer than 231 bytes no longer raises an OverflowError. This also resolves the same issue in :doc:`/fernet`.
    3.0 - 2020-07-20
    
    BACKWARDS INCOMPATIBLE: Removed support for passing an :class:`~cryptography.x509.Extension` instance to :meth:`~cryptography.x509.AuthorityKeyIdentifier.from_issuer_subject_key_identifier`, as per our deprecation policy.
    
    BACKWARDS INCOMPATIBLE: Support for LibreSSL 2.7.x, 2.8.x, and 2.9.0 has been removed (2.9.1+ is still supported).
    
    BACKWARDS INCOMPATIBLE: Dropped support for macOS 10.9, macOS users must upgrade to 10.10 or newer.
    
    BACKWARDS INCOMPATIBLE: RSA :meth:`~cryptography.hazmat.primitives.asymmetric.rsa.generate_private_key` no longer accepts public_exponent values except 65537 and 3 (the latter for legacy purposes).
    
    BACKWARDS INCOMPATIBLE: X.509 certificate parsing now enforces that the version field contains a valid value, rather than deferring this check until :attr:`~cryptography.x509.Certificate.version` is accessed.
    
    Deprecated support for Python 2. At the time there is no time table for actually dropping support, however we strongly encourage all users to upgrade their Python, as Python 2 no longer receives support from the Python core team.
    
    If you have trouble suppressing this warning in tests view the :ref:`FAQ entry addressing this issue <faq-howto-handle-deprecation-warning>`.
    
    Added support for OpenSSH serialization format for ec, ed25519, rsa and dsa private keys: :func:`~cryptography.hazmat.primitives.serialization.load_ssh_private_key` for loading and :attr:`~cryptography.hazmat.primitives.serialization.PrivateFormat.OpenSSH` for writing.
    
    Added support for OpenSSH certificates to :func:`~cryptography.hazmat.primitives.serialization.load_ssh_public_key`.
    
    Added :meth:`~cryptography.fernet.Fernet.encrypt_at_time` and :meth:`~cryptography.fernet.Fernet.decrypt_at_time` to :class:`~cryptography.fernet.Fernet`.
    
    Added support for the :class:`~cryptography.x509.SubjectInformationAccess` X.509 extension.
    
    Added support for parsing :class:`~cryptography.x509.SignedCertificateTimestamps` in OCSP responses.
    
    Added support for parsing attributes in certificate signing requests via :meth:`~cryptography.x509.CertificateSigningRequest.get_attribute_for_oid`.
    
    Added support for encoding attributes in certificate signing requests via :meth:`~cryptography.x509.CertificateSigningRequestBuilder.add_attribute`.
    
    On OpenSSL 1.1.1d and higher cryptography now uses OpenSSL's built-in CSPRNG instead of its own OS random engine because these versions of OpenSSL properly reseed on fork.
    
    Added initial support for creating PKCS12 files with :func:`~cryptography.hazmat.primitives.serialization.pkcs12.serialize_key_and_certificates`.
    adam committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    cc0d2db View commit details
    Browse the repository at this point in the history
  13. py-urllib3: updated to 1.26.2

    1.26.2
    * Fixed an issue where ``wrap_socket`` and ``CERT_REQUIRED`` wouldn't
      be imported properly on Python 2.7.8 and earlier
    adam committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    a61dc37 View commit details
    Browse the repository at this point in the history
  14. py-uvicorn: updated to 0.12.3

    0.12.3
    
    Fixed
    
    Fix race condition that leads Quart to hang with uvicorn
    Use latin1 when decoding X-Forwarded-* headers
    Rework IPv6 support
    Cancel old keepalive-trigger before setting new one.
    adam committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    795ee79 View commit details
    Browse the repository at this point in the history
  15. Updated security/py-cryptography, security/py-cryptography_vectors, w…

    …ww/py-urllib3, www/py-uvicorn
    adam committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    20c9047 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    35999d2 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    071a60e View commit details
    Browse the repository at this point in the history
  18. zile: Update to 2.4.15

    * Noteworthy changes in release 2.4.15 (2020-11-05) [stable]
    
    ** Bug fixes
    
      Ensure term.h matches [n]curses[w].h (fix #58880).
    
      Fix a potential crash in the Lisp “interpreter”.
    
      query-replace no longer prints the number of replacements on error.
    
    ** Build-related
    
      Various improvements and fixes, including updates to gnulib and bootstrap,
      improvements to the build instructions, and the removal of obsolete files.
    
      Use automake’s parallel test harness to run the tests.
    
      Make running the tests with Emacs optional. A lot of them do not pass any
      more with recent Emacsen, but this is not an urgent problem.
    
      Use ASAN instead of Valgrind for memory checking: this makes the tests run
      much faster.
    
      Remove the use of texinfo markup from docstrings.
    
      tbl_vars.h no longer needs to be generated from tbl_vars.h.in, as no
      substitutions were being made.
    
    ** Miscellaneous
    
      Some code clean-up, including a simplification to the calling convention
      for C functions that implement editor commands.
    
      Update some docstrings to match Emacs 27.1.
    alarixnia committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    8dba2e7 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    43c5998 View commit details
    Browse the repository at this point in the history
  20. xteddy2: Update to 2.2

    2009-02-25:
      * Ported to Imlib2 (Thanks to Peter De Wachter <pdewacht@gmail.com>)
    alarixnia committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    48cd336 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    1f5bf26 View commit details
    Browse the repository at this point in the history
  22. xbindkeys: Update to 1.8.7

    2020-05-23  Philippe Brochard <hocwp@free.fr>
    
    	* Fix some compilation warnings
    
    2020-05-23 Jason Miller  <jasom@fastmail.com>
    
    	* Prevent scheme functions to be garbage collected
    alarixnia committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    b6a8b36 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    75224a9 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    d7f0612 View commit details
    Browse the repository at this point in the history
  25. xbanish: Update to 1.7

    Christian Garbs (1):
          call XFreeDeviceList() after XListInputDevices() (#46)
    
    Graham Gower (1):
          Rescan the input devices when a device is (un)plugged. (#41)
    
    Oleksandr Motsak (1):
          Add -a option to always hide mouse pointer
    
    joshua stein (9):
          Add DPRINTF macro to make debugging printfs easier
          Makefile: always add -W flags to CFLAGS
          Makefile: releases are handled through git tags
          Add an -m option to move the cursor to a corner when hiding
          XQueryPointer's final arg needs an unsigned int
          usage: don't depend on __progname
          hide_cursor: return early
          snoop_xinput: close the device after probing it to avoid leaking mem
          xinput: ignore duplicate XDevicePresenceNotifyEvents
    alarixnia committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    9f16199 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    075598b View commit details
    Browse the repository at this point in the history
  27. xdaliclock: Update to 2.44

    2.44  25-Dec-2018	OSX:
    			- Functions properly on macOS 10.14.
    			- Requires macOS 10.7 or later. Sigh.
    			- Upgraded Sparkle (the "Check for Updates" library).
    			- Signed, and available in the Mac App Store.
    			- Removed the "On top of screen saver" option since
    			  it can't be made to work on recent macOSes.
    			- Full resolution on Retina displays.
    			iOS:
    			- Rotation works again.
    			- Requires iOS 8.0 or later. Sigh.
    alarixnia committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    d8c581f View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    5177e18 View commit details
    Browse the repository at this point in the history
  29. xcowsay: Update to 1.5.1

    2020-10-01  Nick Gasson	 <nick@nickg.me.uk>
    
    	* src/floating_shape.c (make_shape_from_pixbuf): Correctly detect
    	if the display is composited or not.
    	* src/floating_shape.c (draw_shape): If the window manager is
    	non-compositing use the root window content as the window
    	background. The previous release would show black squares instead.
    
    	* xcowsay 1.5.1 released!
    
    2020-02-08  Nick Gasson  <nick@nickg.me.uk>
    
    	* xcowsay 1.5 released!
    
    2020-02-03  Nick Gasson  <nick@nickg.me.uk>
    
    	* src/xcowsay.6: Remove the note about the lack of anti-aliasing.
    
    2020-02-02  Nick Gasson	 <nick@nickg.me.uk>
    
    	* src/floating_shape.c (make_shape_from_pixbuf): Update to Gtk3.
    
    	* src/bubblegen.c (bubble_init_cairo): Use Cairo to draw bubble.
    
    	* src/bubblegen.c (bubble_init): Merge `bubble_init_left' and
    	`bubble_init_right'.
    
    2017-04-10  Nick Gasson  <nick@nickg.me.uk>
    
    	* src/xcowsay.c (main): patch from Tony Finch to make cow
    	location more random.
    alarixnia committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    abcc332 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    7e7e219 View commit details
    Browse the repository at this point in the history
  31. xfce4-xarchiver: Update to 0.5.4.15

    4fury (1):
          Update Russian translation
    
    Alexey Loginov (5):
          Add Malay translation
          Add Serbian translation
          Add Thai translation
          Add Vietnamese translation
          Update Russian translation
    
    Ingo Brückl (83):
          Update Bulgarian translation
          Add MIME support for zstd compressed tar files
          Support short file suffix .tzst for zstd compressed tar files
          Rename deb files ar
          Arrange code related to XARCHIVETYPE_AR
          Fix ar parser bug
          Support ar archives
          Update documentation
          Add support for files with Mozilla-optimized zip layout
          Update archive tree sidebar in case of error
          Update and clean up header entries of up-to-date translations
          Fix PO template file generating error
          Update GNU Build System
          Update GNU Build System
          Update GNU Build System
          Update GNU Build System
          Fix rar (version 4) encrypted header detection
          Prepare support for self-extracting Windows Portable Executables
          Add support for self-extracting Windows Nullsoft Installer archives
          Add support for self-extracting Windows rar archives
          Add support for self-extracting Windows lha archives
          Add support for self-extracting Windows (info-)zip archives
          Add support for self-extracting Windows arj archives
          Add support for self-extracting Windows 7zip archives
          Re-enable building on FreeBSD
          Require GNU make
          Update French translation
          Update Brazilian Portuguese translation
          Fix wrong variable type
          Fix option 'd' (ensure-directory)
          Split column "Date and Time" into date and time for ar archives
          Avoid use of g_malloc0()
          Split column "Date and Time" into date and time for cpio archives
          Split column "Date and Time" into date and time for lha archives
          Split column "Date and Time" into date and time for rpm archives
          Add date_utils
          Convert the date format representation of ar archives to ISO 8601
          Convert the date format representation of arj archives to ISO 8601
          Enhance date_MMM_dD_HourYear()
          Convert the date format representation of cpio archives to ISO 8601
          Convert the date format representation of lha archives to ISO 8601
          Convert the date format representation of rpm archives to ISO 8601
          Convert the date format representation of rar archives to ISO 8601
          Convert the date format representation of rar archives to ISO 8601
          Convert the date format representation of zip archives to ISO 8601
          Rename some tar related symbolic XArchiveType constants
          Adjust order concerning symbolic XArchiveType constants
          Change 'extract-here' behavior
          Make cosmetic changes
          Remove unused parameter
          Remove obsolete code
          Replace GTK_RESPONSE_ACCEPT by a user-defined response ID
          Re-set current archive tree item after adding or deleting
          Save the executed command together with the archiver output
          Notify about archive reloading in the status bar
          Support pigz as a substitute to extract gz
          Add missing documentation
          Show progress bar dialog when compressing on the command line
          Support lbzip2 as a substitute to extract bz2
          Support pbzip2 as a substitute to extract bz2
          Support plzip as a substitute to extract lz
          Without password, clear the password entry
          Enable the enter key when typing the password
          Remove pointless assignment
          Remove pointless statement
          Remove pointless statements
          Make the open button default in the "Open with" dialog
          Remove unnecessary statements
          Prettify the progress bar dialog layout
          Enable the enter key when typing the extraction path
          Enable the enter key when typing the multi-extraction path
          Enable the enter key when typing the password
          Resize the "Open with" dialog (again)
          Rename archive_dir_model archive_dir_treestore
          Remove pointless casts
          Clear archive_dir_treestore on xa_init_archive_structure()
          Block signal handler when navigating up to root
          Fix missing LED image with GTK+ 3
          Update GNU Build System
          Remove weird and unnecessary condition
          Add missing keywords to the desktop file
          Update language files
          Bump version to 0.5.4.15
    
    Riku Viitanen (1):
          Optimize PNGs
    
    cybercop-montana (1):
          Update Bulgarian translation
    
    Андрій Литвин (1):
          Update Ukrainian translation
    alarixnia committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    e13606d View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    203d771 View commit details
    Browse the repository at this point in the history
  33. wmmoonclock: Update to 1.30

    Version 1.30 -  released April 23, 2020
    		Update report email address.
    		Declare some file-scope variables static.
    		Fix build failure with GCC 10.
    		Add autogen.
    		Usage typo fixed.
    alarixnia committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    d284383 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    a144a4c View commit details
    Browse the repository at this point in the history
  35. wmCalClock: Fix HOMEPAGE

    alarixnia committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    6efcd0c View commit details
    Browse the repository at this point in the history
  36. wmcpuload: Update to 1.1.1

    2016 Oct 20
      * Bump to version 1.1.1.
      * Fix Makefile.am for automake 1.14.
      * Update url and contact information.
      * Remove CVS cruft.
      * Update autotools files to silence warnings.
      * Restore some previous commits (COPYING update, whitespace).
    
    2006 Jan 28
      * cpu_linux.c:
      * main.c:
        applied a patch from php-coder <php-coder at altlinux.ru>
    
    2005 Feb 12
      * main.c: clear digits before redraw_digit().
    
    2005 Feb 10
      * cpu_linux.c:
      - supported linux 2.6
      - remvoed --ignore-proc.
      * configure.ac: remvoed --ignore-proc.
      * main.c: remvoed --ignore-proc.
    
    2005 Jan 17
      * configure.ac: fixed a typo.
    
    2004 Feb 1
      * src/cpu_freebsd.c: fixed a bug with --ignore-nice option.
    
    2004 Jan 25
      * libdockapp/dockapp.c (dockapp_win): added.
      * src/main.c: ExposureMask
      * src/main.c: removed pixmap buffering for optimization.
    
    2003 Oct 12
      * src/cpu_openbsd.c, src/cpu_netbsd.c: fixed a bug with --ignore-nice option.
        (Thanks to Nedko Arnaudov <nedko at users.sourceforge.net> for sending a
         patch)
    alarixnia committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    6701081 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    81e653c View commit details
    Browse the repository at this point in the history
  38. libdockapp: Update to 0.7.3

    2020-05-03  Jeremy Sowden <jeremy@azazel.net>
    
    	* configure.ac: bump version to 0.7.3.
    
    2020-05-03  Jeremy Sowden <jeremy@azazel.net>
    
    	* src/Makefile.am: bump library version to 3.0.1.
    
    2020-05-03  Jeremy Sowden <jeremy@azazel.net>
    
    	* src/wmgeneral.c, src/wmgeneral.h: fix multiple definitions of
    	global variable.  The `display` variable is declared in
    	wmgeneral.h with no explicit linkage.  This may result in there
    	being definitions of it in the library and the object-files of
    	applications which link against it, which causes link failures
    	when building these applications with GCC 10, since this uses
    	-fno-common by default.  Add `extern` to the header declaration
    	and a separate declaration with no linkage in wmgeneral.c where it
    	is initialized.
    
    2020-05-03  Jeremy Sowden <jeremy@azazel.net>
    
    	* Makefile.am, autogen: add autogen.
    
    2019-06-13  Jeremy Sowden <jeremy@azazel.net>
    
    	* src/daargs.c: removed assertion that short-form options have
    	length 2.  The mixed-option parsing code includes an assertion
    	that short-form options have a length of two.  However, there is
    	no other validation of this requirement and some dock-apps do not
    	comply with it, which means that if one exec's them with an
    	unrecognized option or a mix of short options, the assertion fails
    	and the app aborts.  For example:
    
    	  $ /usr/bin/wmail --help | grep '\<display\>'
    	  -display <string>            display to use
    	  $ /usr/bin/wmail --blah
    	  wmail: daargs.c:126: contains: Assertion `strlen(needle) == 2' failed.
    	  Aborted
    
    	Since there is no explicit statement of this requirement, let's
    	replace the assertion with a conditional.
    
    2019-01-04  Anil N' via Window Maker Development <wmaker-dev@googlegroups.com>
    
    	* src/damain.c: Fix for missing windowname and one more.
    	- "Untitled window" appears in xfce4-wmdock-plugin's enumeration
    	of dockapps using libdockapp.
    	- Reference to string buffer that might not live long enough.
    
    2018-06-27  Doug Torrance <dtorrance@piedmont.edu>
    
    	* Makefile.am, NEWS: Update old windowmaker.org/dockapps urls to
    	dockapps.net
    
    2018-05-14  Doug Torrance <dtorrance@piedmont.edu>
    
    	* NEWS, configure.ac: Update mailing list links to new Google
    	Groups.
    
    2017-08-31  Doug Torrance <dtorrance@piedmont.edu>
    
    	* src/dapixmap.c, src/dockapp.h: Add DAMakeShapeFromData() and
    	DAMakeShapeFromFile() functions.  libdockapp supports shaped
    	dockapps with the DASetShape() function, but this function
    	requires as input a bitmap.  Previously, there was no support for
    	creating such a bitmap from XBM data without using Xlib directly.
    	We add two functions, DAMakeShapeFromData(), which is a wrapper
    	around XCreateBitmapFromData and allows developers to #include XBM
    	data, and DAMakeShapeFromFile(), which is a wrapper around
    	XReadBitmapfile and lets developers specify the path to an XBM
    	file.
    
    2017-08-30  Doug Torrance <dtorrance@piedmont.edu>
    
    	* src/daargs.c, src/daargs.h, src/damain.c: Make
    	DAParseArguments() optional.  Some dockapps may want to handle
    	command line options themselves, so we make this function
    	optional.  Previously, if this function was skipped, then a
    	segfault would result when trying to access the _daContext global
    	while first creating the dockapp window.  Now we check if
    	_daContext has been initialized first, and if not, we initialize
    	it.
    
    2017-08-12  Doug Torrance <dtorrance@piedmont.edu>
    
    	* Makefile.am: Use Requires.private in pkg-config file to avoid
    	overlinking.
    
    2017-04-27  Doug Torrance <dtorrance@piedmont.edu>
    
    	* src/damain.c: Don't withdraw dockapps in windowed mode.  In
    	Window Maker, windows with application class "DockApp" are
    	automatically withdrawn.  We don't want this in windowed mode. We
    	use the application name instead, with the usual convention of
    	capitalizing the initial letter.
    
    2017-04-26  Doug Torrance <dtorrance@piedmont.edu>
    
    	* src/wmgeneral.c: Do not include pathnames in Window Name and
    	Class Properties Patch by Corin-EU from GitHub [1].  In
    	libdockapps file wmgeneral.c, wname is set from argv[0] and is
    	then used to set the window name and class resource. Often
    	applications are called with their full path which then means that
    	the window name has a path in it, thereby requiring an unwieldy
    	path specific string for "Name" in WMState if the applet is to be
    	captured in the WM dock.  The simple solution is that wname should
    	be the basename of argv[0] to ensure that the window name for the
    	applet is the simple and obvious one.  Thus the inclusion of
    	header file libgen.h is required.  Just say "no" to path slashes
    	"/" in window name/class resources ....
    
    	[1] https://github.com/d-torrance/dockapps/issues/5
    
    2015-10-20  Doug Torrance <dtorrance@piedmont.edu>
    
    	* configure.ac: Bump to version 0.7.2.
    
    2015-10-20  Doug Torrance <dtorrance@piedmont.edu>
    
    	* Makefile.am: Clean generated file dockapp.pc.
    	Based on the Debian patch [1].
    
    	[1] https://sources.debian.net/src/1:0.7.1-1/debian/patches/
    	    clean_dockapp.pc.patch/
    
    2015-10-20  Doug Torrance <dtorrance@piedmont.edu>
    
    	* configure.ac, src/Makefile.am:
    	Remove AC_PATH_XTRA macro from configure.ac
    	We already check for libraries with the PKG_CHECK_MODULES macros.
    	This also allows the Debian package to drop the Build-Depend on
    	libice-dev.  Based on the Debian patch [1].
    
    	[1] https://sources.debian.net/src/1:0.7.1-1/debian/patches/
    	    remove_AC_PATH_XTRA.diff/
    
    2015-10-20  Doug Torrance <dtorrance@piedmont.edu>
    
    	* Recompress fonts without timestamp.
    	This fixes the package-contains-timestamped-gzip warning given by
    	Lintian for the Debian package.  (This warning is really
    	unnecessary, as its purpose it to check for reproducible builds and
    	the fonts are not compressed at build time, but I see no harm in
    	removing these timestamps.)
    
    2015-10-17  Doug Torrance <dtorrance@piedmont.edu>
    
    	* configure.ac: Bump to version 0.7.1.
    
    2015-10-17  Doug Torrance <dtorrance@piedmont.edu>
    
    	* Makefile.am: Update update-changelog target in Makefile.
    	Only grab libdockapp commits.
    
    2015-10-17  Doug Torrance <dtorrance@piedmont.edu>
    
    	* examples/basic/basic.c, examples/rectangles/rectangles.c: Update
    	header location in examples.
    
    2015-10-09  Shining <wmaker-dev@linuxcondom.net>
    
    	* README: Simplify instructions to generate a ./configure script.
    	Based on suggestions by Alexey Frolov and BALATON Zoltan.
    
    2015-10-05  Shining <wmaker-dev@linuxcondom.net>
    
    	* README: Info about generating 'configure' script in README.
    	In the README it is said to run ./configure but there's no such
    	script in the tarball. I wrote instructions to generate a
    	./configure with libtool and autotools.
    
    2015-08-15  Rodolfo García Peñas (kix) <kix@kix.es>
    
    	* Include libwmgeneral in libdockapp.
    	This patch includes the libwmgeneral library in the libdockapp library.
    	The new library is now version 3 (previous was version 2) and it
    	includes the new include folder in $libdir/libdockapp.  The wmgeneral
    	files were moved from the previous folder (libwmgeneral) and the folder
    	is now removed.
    	Signed-off-by: Rodolfo García Peñas (kix) <kix@kix.es>
    
    2014-11-28  Doug Torrance <dtorrance@monmouthcollege.edu>
    
    	* NEWS, configure.ac: Release version 0.6.4.
    
    2014-11-28  Doug Torrance <dtorrance@monmouthcollege.edu>
    
    	* Makefile.am, NEWS, configure.ac: Update contact information.
    
    2014-11-28  Doug Torrance <dtorrance@monmouthcollege.edu>
    
    	* Add update-changelog target to Makefile to update ChangeLog.
    
    2014-11-25  Doug Torrance <dtorrance@monmouthcollege.edu>
    
    	* ChangeLog, NEWS, examples/basic/basic.c, src/dockapp.h:
    	Merge ChangeLog into NEWS (they were largely the same).
    
    2014-11-25  Doug Torrance <dtorrance@monmouthcollege.edu>
    
    	* examples/basic/basic.c: Add #include
    	<time.h> to basic example.
    
    	Otherwise, we get the following compiler warning
    	basic.c: Infunction ‘main’: basic.c:111:2: warning: implicit
    	declaration of function ‘time’ [-Wimplicit-function-declaration]
    	  srandom(time(NULL));
    	  ^
    
    2014-11-25  Doug Torrance <dtorrance@monmouthcollege.edu>
    
    	* README, examples/Makefile.am, examples/basic/Imakefile,
    	examples/basic/Makefile, examples/rectangles/Imakefile,
    	examples/rectangles/Makefile: Replace example
    	Imakefiles with Makefiles.  imake is deprecated.
    
    2014-11-25  Doug Torrance <dtorrance@monmouthcollege.edu>
    
    	* examples/basic/basic.c, examples/rectangles/rectangles.c,
    	src/daargs.c, src/daargs.h, src/dacallback.c, src/dacolor.c,
    	src/daevent.c, src/damain.c, src/dapixmap.c, src/darect.c,
    	src/dashaped.c, src/dautil.c, src/dockapp.h: Use consistent code
    	formatting.
    
    	Used uncrustify to minimize warnings and errors from checkpatch.pl
    	in the Window Maker source tree.
    
    2014-11-25  Doug Torrance <dtorrance@monmouthcollege.edu>
    
    	* examples/basic/Imakefile, examples/basic/basic.c,
    	examples/rectangles/Imakefile, examples/rectangles/rectangles.c,
    	src/Makefile.am, src/daargs.c, src/daargs.h, src/dacallback.c,
    	src/dacolor.c, src/daevent.c, src/damain.c, src/dapixmap.c,
    	src/darect.c, src/dashaped.c, src/dautil.c, src/dautil.h,
    	src/dockapp.h: Remove CVS cruft.
    
    2014-11-25  Doug Torrance <dtorrance@monmouthcollege.edu>
    
    	* examples/basic/Imakefile, examples/basic/README,
    	examples/basic/basic.c,	examples/rectangles/Imakefile,
    	examples/rectangles/rectangles.c, fonts/Makefile.am, src/dacallback.c,
    	src/dacolor.c, src/daevent.c, src/damain.c, src/dapixmap.c,
    	src/dashaped.c, src/dockapp.h: Remove trailing whitespace.
    
    2014-11-24  Doug Torrance <dtorrance@monmouthcollege.edu>
    
    	* INSTALL, Makefile.in,	aclocal.m4, compile, config.guess,
    	config.sub, configure, dockapp.pc, examples/Makefile.in,
    	fonts/Makefile.in, install-sh, ltmain.sh, missing, src/Makefile.in:
    	Remove autotools-generated files.
    
    2014-11-24  Doug Torrance <dtorrance@monmouthcollege.edu>
    
    	* Add version 0.6.3 to repository.
    
    	Obtained from:
    	http://sourceforge.net/projects/files/
    	libdockapp-0.6.3.tar.gz/download
    
    ** Changes above this point from git log in dockapps git repository. **
    
    2014-06-06  Doug Torrance <dtorrance@monmouthcollege.edu>
    
    	* ChangeLog, NEWS: updated Changelog and NEWS files with new version
    
    2014-06-06  Doug Torrance <dtorrance@monmouthcollege.edu>
    
    	* Makefile.am: add xext to dockapp.pc
    
    2014-06-06  Doug Torrance <dtorrance@monmouthcollege.edu>
    
    	* configure.ac, src/Makefile.am: add xpm to linked libraries
    
    2014-06-06  Doug Torrance <dtorrance@monmouthcollege.edu>
    
    	* .gitignore, autogen.sh, do_verify.sh: add more autotools-generated
    	files to .gitignore
    
    2014-06-06  Doug Torrance <dtorrance@monmouthcollege.edu>
    
    	* configure.ac, src/Makefile.am: use pkg-config for linked libraries
    
    2014-05-02  Doug Torrance <dtorrance@monmouthcollege.edu>
    
    	* Makefile.am: added BUGS to distribution tarball
    
    2014-05-02  Doug Torrance <dtorrance@monmouthcollege.edu>
    
    	* .gitignore: Update .gitignore (add configure.no-verify).
    
    2014-05-01  Doug Torrance <dtorrance@monmouthcollege.edu>
    
    	* .gitignore, Makefile.am: Add pkg-config dockapp.pc file.
    
    2014-05-01  Doug Torrance <dtorrance@monmouthcollege.edu>
    
    	* configure.ac: Modernize configure.ac.
    
    2014-05-01  Doug Torrance <dtorrance@monmouthcollege.edu>
    
    	* .gitignore, Makefile.in, aclocal.m4, compile, config.guess,
    	config.sub, configure, examples/Makefile.in, fonts/Makefile.in,
    	ltmain.sh, missing, src/Makefile.in: Remove autotools-generated
    	files, update .gitignore.
    
    2014-05-01  Doug Torrance <dtorrance@monmouthcollege.edu>
    
    	* fonts/Makefile.am: Actually added fonts to distribution tarball.
    	Despite the commit message of the previous commit, this was not
    	done.  Now it is.
    
    2014-05-01  Doug Torrance <dtorrance@monmouthcollege.edu>
    
    	* configure.ac, fonts/Makefile.am, fonts/fonts.alias,
    	fonts/fonts.dir: Various changes to `make install' of fonts.
    	 * Use font-util macros.
    	 * Include fonts in distribution tarball.
    	 * Removed fonts.dir (built by `make install') and fonts.alias (empty
    	   file).
    
    2014-04-30  Doug Torrance <dtorrance@monmouthcollege.edu>
    
    	* examples/Makefile.am: rewrite examples Makefile.am to ensure they
    	are included in the tarball
    
    2014-04-30  Doug Torrance <dtorrance@monmouthcollege.edu>
    
    	* INSTALL, Makefile.in, aclocal.m4, compile, config.guess,
    	config.sub, configure, configure.ac, configure.in,
    	examples/Makefile.in, fonts/Makefile.in, install-sh, ltmain.sh,
    	missing, src/Makefile.in: rename configure.in -> configure.ac
    
    2014-04-30  Doug Torrance <dtorrance@monmouthcollege.edu>
    
    	* .gitignore: added .gitignore
    
    2014-04-30  Doug Torrance <dtorrance@monmouthcollege.edu>
    
    	* CVS/Entries, CVS/Repository, CVS/Root, autom4te.cache/output.0,
    	autom4te.cache/output.1, autom4te.cache/requests,
    	autom4te.cache/traces.0, autom4te.cache/traces.1,
    	examples/CVS/Entries, examples/CVS/Repository, examples/CVS/Root,
    	examples/basic/CVS/Entries, examples/basic/CVS/Repository,
    	examples/basic/CVS/Root, examples/rectangles/CVS/Entries,
    	examples/rectangles/CVS/Repository, examples/rectangles/CVS/Root,
    	examples/shapes/CVS/Entries, examples/shapes/CVS/Repository,
    	examples/shapes/CVS/Root, fonts/CVS/Entries, fonts/CVS/Repository,
    	fonts/CVS/Root, src/CVS/Entries, src/CVS/Repository, src/CVS/Root:
    	Removed CVS directories
    
    2014-04-24  Doug Torrance <dtorrance@monmouthcollege.edu>
    
    	* Initial commit
    
    ** Changes above this point from git log in sourceforge git repository. **
    alarixnia committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    1c8aae0 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    c2cb3d2 View commit details
    Browse the repository at this point in the history
  40. wmitime: Update to 0.5

    0.5		* wmitime uses now the new library libdockapp that includes the
    		  old wmgeneral library.
    		* Add note about libdockapp to README.
    
    0.4		* Update GPL text and Free Software Foundation address.
    		* Remove trailing whitespace.
    		* Allow -display option with no argument.  Previously, if a user
    		  ran wmitime with the -display option and no argument, a
    		  segmentation fault would occur. Print a warning instead.
    		  (Patch from Debian to fix bug #716466.)
    		* Update Makefile.  In particular,
    		  - Remove reference to deprecated X11R6 directory.
    		  - Replace FLAGS variable with CFLAGS, CPPFLAGS, and LDFLAGS.
    		  - Honor CC, PREFIX, and DESTDIR variables.
    		  - Use INSTALL instead of cp for installation.
    		  - Remove redundant -lXext flag.
    		  - Move contents of wmitime directory to top directory to ease
    		    the building process.
    		* Improve locale support.  Previously, wmitime only had support
    		  for English, French, and (in Debian only) Hungarian.	In
    		  addition, the choice was made at compile time.
    		  Add run-time support for any language using the Latin
    		  alphabet.  The locale is determined by the user's environment
    		  or may be specified on the command line with the "-l" option.
    		  Note that users whose environment specifies a non-Latin locale
    		  may wish to use, e.g., "-l C", as otherwise no date will
    		  appear.
    		  Note that, for simplicity, the month and day are now displayed
    		  as "01 JAN" as opposed to "JAN 01".  (Previously, the former
    		  format was used for English and the latter for French.)
    		* Remove C++ style comments.
    		* Remove references to config file in source; nonexistent
    		  feature.
    		* Update contact information.  wmitime is now maintained by the
    		  Window Maker Developers Team
    		  <wmaker-dev@lists.windowmaker.org>.
    		* Add manpage and desktop file, both adapted from Debian.
    		* Remove wmitime-master-led.xpm; unused duplicate file.
    		* Do not include or compile unused wmgeneral files.
    alarixnia committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    3f22394 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    f0879d6 View commit details
    Browse the repository at this point in the history
  42. wmmixer: Update to 1.8

    Changes (yes, this is the actual list):
    
    Release 1.1   3 Apr 2002  Adopted as obviously orhpaned:
                                 Gordon Fraser <gordon@debian.org>
                              Added mouse-wheel support
                              Rewrote parts of the X handling to make it work
                                 with the KDE Dock Application Bar
                              Added manpage
                              Changed to GNU getopt command line parsing
                              Added simple Makefile, get rid of imake
    
    Release 1.2   25 May 2002 Merge Debian patches
                              Cleanup/Splitup MixCtl
                              Preparing for major rewrite...
                              Makefile updated again
    
    
    Release 1.3   26 May 2002 Change the whole thing to actual C++ code.
                              It is not yet pretty code, but it is a lot
                              better. Still, much work to do.
    
    Release 1.4   08 Jun 2002 Display only one bar for mono channels
                              (Taken from Damian Kramer's wmsmixer)
                              Split X code up into smaller pieces
                              Fix channel rotating (repeat timer)
                              Add mute button
    
    Release 1.5   25 Jun 2002 Several fixes (really open mixer device given
                              with -m, don't segfault when /dev/mixer is not
                              there, don't go to max if using scrollwheel to
                              set volume below 0)
                              Shaded LED-Bar
                              Initial Exception Handling
    
    Release 1.6   13 Jul 2011 Support of multiple config files to run multiple
                              instances of wmmixer. Hurd support. Support of
                              XClasses. These patches was created first in Debian
                              01_restore_pristine_code.patch
                              02_multiple_config_files.patch
                              03_hurd_support.patch
                              04_xclass_support.patch
    
    Release 1.7   19 Sep 2011 Fix FTBFS with ld --as-needed
                              Patch sent by Angel Abad <angelabad@ubuntu.com>
    
    Release 1.8   28 Aug 2017 Update GPLv2 text
    			  Update Free Software Foundation address.
    			  Remove trailing whitespace.
    			  Use autotools for build.
    			  Add desktop entry file.
    			  Update documentation.
    alarixnia committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    b035281 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    b0974e3 View commit details
    Browse the repository at this point in the history
  44. wmtime: Update to 1.4

    1.4		- Released 150824
    		- The dockapp wmtime uses the new version of libdockapp and do
    		  not use libwmgeneral.
    		- Add note about libdockapp to INSTALL.
    
    1.3		- Released 150525
    		- Update to latest version of wmgeneral library.
    		- Fix typos. Ran `codespell -w`.
    		- Tidy #includes based on results of include-what-you-use.
    		- Add -c command line option allowing users to set color.
    		- Fix overflow warning; mask bitmap should be unsigned.
    		- Use #defines to avoid variable length arrays.
    		- Replace C++ style comments.
    		- Fix "ordered comparison of pointer with integer zero" warning.
    		  Also take the opportunity to add an error message when
    		  iconv_open fails.
    		- Update TODO. In particular,
    		  + Remove note about version 1.0 (was never released).
    		  + Remove note about LED colors (implemented).
    		  + Remove note about language files (unnecessary with locale
    		    support).
    		  + Update email address.
    		- Add proper copyright header.
    		- Update README. In particular,
    		  + Fix typo.
    		  + Mention newer command line options.
    		  + Drop 17-year-old architecture information.
    		- Update HINTS. In particular,
    		  + Add newer command line options.
    		  + Update Window Maker instructions.
    
    1.2		- Released 150103
    		- Remove unused variables.
    		- Use rm -f in make clean.
    		- Update FSF address.
    		- Update GPLv2 from
    		  http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt.
    		- Update README contact information; remove trailing
    		  whitespaces.
    		- Remove trailing whitespace.
    		- Remove unnecessary Imakefile.
    		- Move source files to top directory.
    		- Update Makefile.
    		- Add -l option to specify locale.
    		- Remove unnecessary references to current version number.
    
    1.1		- Released 131013
    		- Incorporated many patches from Debian, including
    		  + Added manual page
    		  + Added -geometry and -noseconds options
    		  + Improved locale support
    alarixnia committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    d465431 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    a02ad3c View commit details
    Browse the repository at this point in the history
  46. wmnd: Update to 0.4.18

    WMND 0.4.18
    -----------
    
    	* Scale the display according to the selected max mode (screen
    	  or history max).
    alarixnia committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    e38c55a View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    3fee5d9 View commit details
    Browse the repository at this point in the history
  48. vttest: Update to 20200920

    20200920
    	+ add test for xterm's 1016 pixel-coordinates mouse-mode.
    
    	+ add "-q" option to display only the most recent part of a response,
    	  e.g., for any-event mouse tests.
    
    	+ remove obsolete MANIFEST, dist, dist-shar makefile targets, since
    	  those are done by external scripts.
    
    	+ use makefile ".PHONY" feature if available.
    
    	+ updated/improved configure macros, i.e., for compiler-warnings
    
    	+ update config.guess, config.sub
    alarixnia committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    9fbd1b6 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    c1338cb View commit details
    Browse the repository at this point in the history
  50. vifm: Update to 0.11

    September 24, 2020
    ==================
    
    Vifm v0.11
    ----------
    
    New version finally updates format of vifminfo file unblocking changes like
    persistent tabs, sessions and timestamp-based merging of histories.  In
    addition to that there were a number of improvements in user interface and
    multiple performance-related improvements.
    
    Thanks to everyone who tried out the beta.
    
    Main changes:
     - added persistent tabs;
     - added sessions;
     - new format of vifminfo file (old version is imported on first run);
     - smarter merging of histories between runs that avoids dropping of new
       entries;
     - version of default color scheme for 256-color terminals;
     - make tab labels customizable;
     - try to keep ratio of pane sizes constant on resizes, restarts and tab
       switching;
     - various performance improvements.
    
    More detailed list of changes.
    
    Normal and visual modes:
     - added gF normal mode key which acts like gf, but goes all the way to the
       ultimate target of the chain of symbolic links (thanks to Alexandre Viau);
     - improve navigation on gf key.  Do fewer refreshes and disable filters to
       make target visible.
    
    Core:
     - more sensible merging of histories from multiple instances in vifminfo file
       (avoids dropping of new entries);
     - invalidate cached directory information (size or number of files) on inode
       change (thanks to Jose Riha, a.k.a. jose1711);
     - invalidate cached directory size when using it to compute size of some
       parent directory;
     - improve cursor positioning after file operations;
     - made it possible to escape commas in patterns (as usual, by doubling)
       (thanks to filterfalse).
    
    Command-line mode:
     - added :tabo[nly] command that closes all tabs but the current one;
     - added :session and :delsession commands to manage sessions (thanks to Marcos
       Cruz);
     - added optional "full" parameter for the :restart command, which makes it
       discard essentially all context.  This is useful with persistent tabs
       (thanks to Yusuf Aktepe);
     - don't reset histories of views in inactive tabs on :restart;
     - improve differentiation between association and list forms of :colorscheme
       command on startup.  This is important if list contains name of color scheme
       that doesn't exist.
    
    :set command and options:
     - added "tabs" value to 'vifminfo' option.  It enables persistent tabs (thanks
       to Cosmin Popescu, a.k.a. cosminadrianpopescu, filterfalse and Neil Griffin,
       a.k.a. ngriffin7a);
     - added "v" flag to the 'tuioptions' option.  It controls whether width of
       middle border is adjusted to equalize view sizes (thanks to Matthias Braun,
       a.k.a. mb720);
     - added 'sessionoptions' option, which is an alternative to 'vifminfo' for
       session files;
     - added 'tablabel' option that specifies format of a single tab's label when
       non-empty (thanks to aleksejrs);
     - added 'tabprefix' and 'tabsuffix' options that allow customizing tabline
       separators (thanks to CoreCube);
     - added "treeleafsparent" value to 'dotdirs' option (thanks to filterfalse and
       Melandel);
     - do not require "dhistory" to be present in 'vifminfo' for "savedirs" to
       work.
    
    Menus and dialogs:
     - added rate and progress bar to progress dialog (patch by Alborz Jafari);
     - added real (fully resolved) path to the File Info dialog (thanks to
       Alexandre Viau);
     - added number of hard links to the File Info dialog;
     - abort menu, more or file information modes before processing remote commands
       (thanks to kangshugang);
     - deduplicate elements of the :file menu;
     - make displaying of spaces in mappings more intelligent by using <space> at
       the start or end of lhs or rhs.
    
    File preview:
     - improve handling of long or unknown escape sequences in previews (thanks to
       bratekarate);
     - use global color scheme for preview on the other pane ignoring its
       directory-specific color scheme;
     - invalidate textual quickview cache if it contains fewer lines than window
       height and is incomplete.
    
    TUI (Text User Interface):
     - try harder to preserve position of the splitter.  Avoid its drift on
       terminal resizes and preserve ratio of windows on startup and tab switches
       (thanks to Shakil Akhtar);
     - prevent internally selected files (e.g., via a range of a :command) from
       appearing selected in user interface (thanks to filterfalse);
     - reduce width of top line when side borders are hidden (`set tuioptions-=s`)
       (thanks to Svyatoslav Mishyn, a.k.a. juef);
     - escape some characters as ^X in view and tab titles, custom menu titles, on
       statusline and in terminal title (thanks to filterfalse);
     - use the same label for :grep and :find custom lists as the one used for
       :grep and :find menus (thanks to filterfalse);
     - use unexpanded command for title of custom file lists produced using %u or
       %U macros and menus produced using %m or %M macros (thanks to filterfalse);
     - use name of user-defined command in titles of custom views and menus (thanks
       to filterfalse);
     - preserve more information in the title on turning custom view into tree
       using :tree (thanks to filterfalse);
     - limit length of custom file list title to 80 character positions (thanks to
       filterfalse).
    
    Integration:
     - detect being run under Wayland (relevant for :filextype commands) (thanks to
       mhdzli);
     - make 'title' option work in all terminals which contain "tsl" and "fsl"
       capabilities (thanks to m-kru);
     - update terminal title when in menus (thanks to filterfalse).
    
    Color schemes:
     - added HardLink highlight group for regular files with more than one hard
       link (patch by Hans Bieshaar);
     - added LineNr highlight group for highlighting line number column of views
       (thanks to Anton Gepting);
     - added OddLine highlight group for highlighting every second entry line of a
       pane (thanks to iSeeU816).
    
    Scripting:
     - added v:jobcount builtin variable that provides number of active jobs
       (number of lines in :jobs menu) (thanks to iSeeU816);
     - added v:session builtin variable that provides name of current session or is
       set to an empty string.
    
    Configuration:
     - added three MC-like shortcuts to sample vifmrc files (Alt-I, Alt-O and
       Ctrl-U) (thanks to Hans Bieshaar);
     - added global Default-256 color scheme to be used in terminals that support
       256-color palette (automatically in sample vifmrc) (thanks to Shakil
       Akhtar);
     - create $VIFM/colors directory with default color scheme only on the first
       run (thanks to ranousse);
     - use mime-types in associations in sample vifmrc (thanks to Shakil Akhtar).
    
    Performance:
     - significantly improved performance of adding files to registers that contain
       thousands of files.  As a result contents of registers is sorted now (thanks
       to Typo);
     - significantly improved performance of adding files to trash that contains
       thousands of files.  As a result contents of trash is sorted now (thanks to
       Typo);
     - significantly improved speed of sourcing files (includes processing
       configuration on startup and :restart);
     - significantly improved speed of handling typical globs (and therefore
       mime-type matchers) and reduced amount of memory they take up (thanks to
       yanzhang0219);
     - improve performance of mime-type detection by caching the results;
     - make comparing files by contents (`:compare bycontents`) somewhat faster
       (thanks to maxigaz);
     - don't force view reload after every :command that resets selection when
       there was non-empty selection.  This might make metadata of files less
       up-to-date, but should increase overall performance (thanks to Jose Riha,
       a.k.a. jose1711);
     - avoid reloading source file list after copy or move operation when possible
       (thanks to Jose Riha, a.k.a. jose1711).
    
    Vim-plugin:
     - added :VifmCs command to the plugin for "converting" Vim's color scheme into
       a Vifm's one (patch by Roman Plášil, a.k.a. Quiark);
     - multiple improvements of syntax highlighting.
    
    Documentation:
     - added references to "Menus and dialogs" section of documentation from
       :commands and keys which open menus and dialogs detailed there;
     - explicitly documented that macros are expanded in user defined commands
       (thanks to gcmt);
     - made documentation of :command more comprehensible;
     - document that user must disable netrw plugin on his own when enabling
       g:vifm_replace_netrw.  Vifm's plugin can't do it, because it's loaded after
       plugins shipped with Vim;
     - documented how selection is handled on launching files (like on l or Enter
       keys);
     - improve documentation on "bycontents" of :compare (thanks to maxigaz);
     - somewhat improved documentation on 'ignorecase' and 'smartcase' options
       (thanks to filterfalse);
     - fixed Vim version of the documentation lacking description of %p macro of
       'findprg'.
    
    Only on Windows:
     - added basic support for using PowerShell (pausing doesn't work) (thanks to
       Fang, a.k.a. peromage);
     - display targets of .lnk-files in file information dialog;
     - implemented capturing output of background applications (thanks to Gene
       Zharov);
     - follow targets of .lnk-files (thanks to Alexandre Viau);
     - fixed 'chaselinks' (symbolic links weren't resolved);
     - fixed creating symbolic links with 'syscalls' being turned on;
     - fixed creating symbolic links with spaces in source or target paths;
     - fixed Alt key combinations being broken since v0.9;
     - fixed running non-cmd shells being broken by adding 'shellcmdflag' in
       0.10.1;
     - fixed issues with non-tiny 'shellcmdflag' (patch by Bas Bossink, a.k.a.
       basbossink);
     - fixed detecting presence of :file[x]type commands on Windows when
       backslashes are present in path (thanks to anonymous and n.e. at Vifm Q2A
       site).
    
    Packaging:
     - avoid interposing system's reallocarray(), when it's present (thanks to Ben
       Boeckel, a.k.a. mathstuf);
     - install only one version of sample config and media script, the one which
       corresponds to operating system being used (thanks to Michael Vetter, a.k.a.
       jubalh and Ondrej Novy, a.k.a. onovy);
     - clean up tests directory on "make clean" in the top of the tree.
    
    Important fixes:
     - fixed generation of :highlight command for OtherWin on writing
       $VIFM/colors/Default.vifm.  The bug caused white background of inactive pane
       (thanks to Stas Malavin);
     - fixed `:move subdir &` renaming file in the process and doing weird stuff to
       multiple files (thanks to 45jqlakjrf87ayte7hy34ter4nguijauzl4eitk);
     - fixed graphics preview not being cleared on switching tabs or starting
       external applications (including on :shell);
     - fixed mapped keys being reinterpreted as builtin keys if RHS of the mapping
       failed at some point (e.g., contained an unmapped key) (thanks to Seok Won
       Lee, a.k.a. ijleesw);
     - fixed dialogs not being visible when UI updates are silenced via <silent>
       mappings;
     - fixed panic on some redraw operations mixing with file operations during
       terminal resizing (thanks to aca).
    
    See change log for the full list of changes and by whom they were suggested or
    implemented.
    alarixnia committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    449ccec View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    bf36f80 View commit details
    Browse the repository at this point in the history
  52. vms-empire: Update to 1.15

    1.15: 2020-01-26 01:20:45Z
    	Fix for infinite-fighter-tange bug,
    	New 'J' command to show city production in editing mode.
    alarixnia committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    3dfc98f View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    62a2bfd View commit details
    Browse the repository at this point in the history
  54. unrealircd: Update to 5.0.7

    UnrealIRCd 5.0.7 Release Notes
    ===============================
    
    UnrealIRCd 5.0.7 consists mainly of fixes for the 5.x stable series,
    with some minor enhancements.
    
    Enhancements:
    * Add support for ```estonian-utf8```, ```latvian-utf8``` and
      ```lithuanian-utf8``` in
      [set::allowed-nickchars](https://www.unrealircd.org/docs/Nick_Character_Sets)
    * Add [message tags](https://www.unrealircd.org/docs/Message_tags)
      to ```PONG``` to help fix timestamp issues in KiwiIRC.
    * Dutch helpop file (conf/help/help.nl.conf)
    
    Fixes:
    * When having multiple text bans (```+b ~T:censor```), these caused an empty
      message.
    * Text bans are now no longer bypassed by voiced users (```+v```).
    * [Websockets](https://www.unrealircd.org/docs/WebSocket_support) that used
    ```labeled-response``` sometimes received multiple IRC messages in one
    websocket packet.
    * The reputation score of [WEBIRC users](https://www.unrealircd.org/docs/WebIRC_block)
      was previously the score of the WEBIRC IP rather than the end-user IP.
    * ```STATS badword``` was not working.
    * When setting a very high channel limit, it showed a weird MODE ```+l``` value.
    * The ```LINKS``` command worked, even when disabled via
      ```hideserver::disable-links``` in the optional hideserver module.
    * In some cases ```WHO``` did not show your own entry, such as when
      searching on account name, which was confusing.
    * Memory leak when repeatedly using ```./unrealircd reloadtls``` or
      ```/REHASH -tls```.
    
    Module coders / Developers:
    * No changes, only some small additions to the
    [Doxygen module API docs](https://www.unrealircd.org/api/5/index.html)
    
    UnrealIRCd 5.0.6
    -----------------
    
    UnrealIRCd 5.0.6 is a small maintenance release for the stable 5.x series.
    For existing 5.x users there is probably little reason to upgrade.
    
    Enhancements:
    * Spanish help conf was added (conf/help/help.es.conf)
    
    Fixes:
    * History playback on join was not obeying the limits from
      [set::history::channel::playback-on-join](https://www.unrealircd.org/docs/Set_block#set::history).
      Note that if you want to see more lines, there is the ```HISTORY```
      command. For more information on the different ways to retrieve history, see
      [Channel History](https://www.unrealircd.org/docs/Channel_history)
    * [Spamfilter](https://www.unrealircd.org/docs/Spamfilter) with the
      ['tempshun' action](https://www.unrealircd.org/docs/Actions) was letting
      the message through.
    * In very specific circumstances a ```REHASH -tls``` would cause outgoing
      linking to fail with the error "called a function you should not call".
    * Crash if empty [set::cloak-method](https://www.unrealircd.org/docs/Set_block#set::cloak-method)
    * Issues with labeled-response on websockets (partial fix)
    
    Module coders / Developers:
    * In ```RPL_ISUPPORT``` we now announce ```BOT=B``` to indicate the user mode and
      ```WHO``` status flag for bots.
    * ```HOOKTYPE_ACCOUNT_LOGIN``` is called for remote users too now (also on server syncs)
    * Send ```RPL_LOGGEDOUT``` when logging out of services account
    * Fix double batch in message tags when using both labeled-response
      and the ```HISTORY``` command
    
    UnrealIRCd 5.0.5.1
    -------------------
    
    5.0.5.1 reverts the previously introduced UTF8 Spamfilter support.
    Unfortunately we had to do this, due to a bug in the PCRE2 regex library
    that caused a freeze / infinite loop with certain regexes and text.
    
    UnrealIRCd 5.0.5
    -----------------
    
    This 5.0.5 release mainly focuses on new features, while also fixing a few bugs.
    
    Fixes:
    * [except ban { }](https://www.unrealircd.org/docs/Except_ban_block)
      without 'type' was not exempting from gline.
    * Channel mode ```+L #forward``` and ```+k key```: should forward
      on wrong key, but was also redirecting on correct key.
    * Crash on 32-bit machines in tkldb (on start or rehash)
    * Crash when saving channeldb when a parameter channel mode is combined
      with ```+P``` and that module was loaded after channeldb. This may
      happen if you use 3rd party modules that add parameter channel modes.
    
    Enhancements:
    * [antimixedutf8](https://www.unrealircd.org/docs/Set_block#set::antimixedutf8)
      has been improved to detect CJK and other scripts and this will now
      catch more mixed UTF8 spam. Note that, if you previously manually
      set the score very tight (much lower than the default of 10) then you
      may have to increase it a bit, or not, depending on your network.
    * Support for IRCv3 [+typing clienttag](https://ircv3.net/specs/client-tags/typing.html),
      which adds "user is typing" support to channels and PM (if the client
      supports it).
    * New flood countermeasure,
      [set::anti-flood::target-flood](https://www.unrealircd.org/docs/Set_block#set%3A%3Aanti-flood%3A%3Atarget-flood),
      which limits flooding to channels and users. This is only meant as a
      filter for high rate floods. You are still encouraged to use
      [channel mode +f](https://www.unrealircd.org/docs/Anti-flood_features#Channel_mode_f)
      in channels which give you more customized and fine-grained options
      to deal with low- and medium-rate floods.
    * If a chanop /INVITEs someone, it will now override ban forwards
      such as ```+b ~f:#forward:*!*@*```.
    
    Changes:
    * We now do parallel builds by default (```make -j4```) within ./Config,
      unless the ```$MAKE``` or ```$MAKEFLAGS``` environment variable is set.
    * [set::restrict-commands](https://www.unrealircd.org/docs/Set_block#set%3A%3Arestrict-commands):
      * The ```disable``` option is now removed as it is implied. In other words: if
        you want to disable a command, then simply don't use ```connect-delay```.
      * You can now have a block without ```connect-delay``` but still make
        users bypass the restriction with ```exempt-identified``` and/or
        ```exempt-reputation-score```. Previously this was not possible.
    * We now give an error when an IRCOp tries to place an *LINE that already
      exists. (Previously we sometimes replaced the existing *LINE and other
      times we did not)
    * Add Polish HELPOP (help.pl.conf)
    
    Module coders / Developers:
    * Breaking API change in ```HOOKTYPE_CAN_SEND_TO_USER``` and
      ```HOOKTYPE_CAN_SEND_TO_CHANNEL```: the final argument has changed
      from ```int notice``` to ```SendType sendtype```, which is an
      enum, since we now have 3 message options (PRIVMSG, NOTICE, TAGMSG).
    alarixnia committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    8a1c8c6 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    a492826 View commit details
    Browse the repository at this point in the history
  56. yquake2: Update to 7.45

    Quake II 7.44 to 7.45:
    - Fix a crash under windows when opening the games menu with mods
      installed.
    
    Quake II 7.43 to 7.44:
    - Fix some input option not getting saved.
    - Limit busywaits to the full client. This lowers the cpu consumption
      of q2ded considerably.
    - Rework the build system to be more distribution friendly. The base
      CFLAGS and LDFLAGS can now be overridden by the environment and by
      options passed to make. (by Simon McVittie)
    - Fix some corner cases of broken IPv6 connectivity.
    - Fix qport colliding between several Yamagi Quake II clients.
    - Keyboard keys unknown to Yamagi Quake II can now be bound.
    - Adaptive vsync is now supported by setting 'r_vsync' to '1'.
    - Implement 'coop_pickup_weapons'. When set to '1', a weapon may be
      picked up by coop players if the player doesn't have the weapon in
      their inventory or no other player has already picked it up.
    - In coop elevators wait for 'coop_elevator_delay' seconds.
    - If 'cl_anglekick' is set '1' angle kicks are ignored. This breaks
      the gameplay a little bit, but helps against motion sickness. This
      cvar is cheat protected.
    - Add 'listmaps' command and autocompletion for maps. (by JBerg)
    - Make 'wait' in scripts wait for 17 ms. This fixes some movement
      makros.
    - Support for Haiku. (by David Carlier)
    - Add a 'mods' submenu. (by earth-metal)
    - Add the 'vstr' command and 'nextdemo' cvar. Ported from ioquake3.
      (by Denis Pauk)
    alarixnia committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    8c15cef View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    778dc1e View commit details
    Browse the repository at this point in the history
  58. uncrustify: Update to 0.72.0

    Change highlights in uncrustify-0.72.0 (November 2020)
    -------------------------------------------------------------------------------
      new command option:
      --debug-csv-format : Dump debug info to file in csv-delimited format.
    
      b29dfb58d6bebb79a961d0e709543a152d260dbc
        Added   : nl_inside_empty_func                 Aug  4 2020
      5068a4a78d7770a7292ea7a016ab7ca0bf49cbf7
        Added   : debug_timeout                        Sep  1 2020
      cf3e5acfb4d55b47b25b7e7daa2844e2998b47cc
        Added   : sp_inside_square_empty               Sep  8 2020
      b66c26c669bf9752f468115f1e6444481c0b9e6d
        Added   : align_eigen_comma_init               Sep  9 2020
      7b5fd82fa5d6fc035ddfb7c087c5aeb7cf6f4bd7
        Added   : pos_shift                            Sep 16 2020
      b61b7952835be3451cd1131baeda7b54cb61a50e
        Added   : donot_indent_func_def_close_paren    Sep 26 2020
      85001632261196dc1c2f3760dc9180e4c443f9ba
        Added   : donot_add_nl_before_cpp_comment      Oct 14 2020
    alarixnia committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    72e38b1 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    b8ba2bf View commit details
    Browse the repository at this point in the history
  60. ugrep: Update to 3.0.5

    New v3: performance enhancements and other improvements with a redesigned search engine. Search speeds are significantly increased when searching very large files (several GB). Added a new T3 benchmark with a large 13GB file to demonstrate the improvements. More features will be added soon!
    alarixnia committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    fb3d131 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    530d82d View commit details
    Browse the repository at this point in the history
  62. uftp: Update to 5.0

    Version 5.0 - 4/22/2020
      Major security updates.  The key exchange and key derivation algorithms
        were modified and supported algorithms were pruned using TLS 1.3 as a
        basis.  This includes:
      - HKDF used in multiple stages for key derivation from raw shared secrets.
      - Included addtional context in key derivation and signatures to protect
        against replay attacks and downgrade attacks.
      - Reduced set of supported EC curves to those supported by TLS 1.3
      - Removed RSA key exchange which does not provide perfect forward secrecy.
        All key exchanges now use ECDH.
      - Removed support for SHA-1 hashes in key exchanges.
      - Supported symmetric ciphers are AES in AEAD mode (GCM or CCM).
      - Increased supported RSA key sizes
      Encrypted sessions are now enabled by default.  It can be disabled by
        specifying "none" for the key type in the server's -Y option.
      Backward compatibility retained for version 4.x in clients and proxies.
        When communicating with a 4.x server, only allow algorithms and key
        exchange modes permitted in the new version.
      Clients and proxies no longer need to use signature keys that match the
        type and size used by the server.  As a result, the -k and -K options to
        the client now only accept a single key instead of multiple.  The proxy
        still supports multiple keys for 4.x compatibility, however only the first
        key listed is used for any version 5.x session.
      Proxies now send their keys in a separate message instead of injecting them
        in the ANNOUNCE sent by the server.  This allows clients to be fully
        aware of proixes and allows them to authenticate servers and proxies
        separately, as well as
      Format of client's server list modified to specify the proxy that a server
        communicates through.  Fingerprints listed in this file now always
        specify the server as opposed to having the proxy's key in some cases.
      Added -R option to client to specify a list of proxies along with their
        public key fingerprints.  The old use of -R to specify a version 4.x
        response proxy has moved to -r.
      Previously, using -S in the client or proxy to specify a server list would
        automatically enable source specific multicast (SSM).  The use of SSM is
        now enabled separately via the -o option on both the client and proxy.
      Fixed a bug that caused ECDSA signatures created on Linux with curve
        secp521r1 from being verified successfully on Windows.
      Fixed cleanup on clients and proxies to prevent occasional crashes on
        shutdown under Windows.
      Update timstamps in messages to use 64-bit microseconds since the epoch,
        addressing Y2038 issues.
    alarixnia committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    2781d4f View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    388366e View commit details
    Browse the repository at this point in the history
  64. ucpp: Update to 1.3.5

    Switched upstream to gitlab, now using autotools, build the library.
    alarixnia committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    046c07d View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    79fa87c View commit details
    Browse the repository at this point in the history
  66. stunnel: Update to 5.57

    ### Version 5.57, 2020.10.11, urgency: HIGH
    * Security bugfixes
      - The "redirect" option was fixed to properly
        handle "verifyChain = yes" (thx to Rob Hoes).
      - OpenSSL DLLs updated to version 1.1.1h.
    * New features
      - New securityLevel configuration file option.
      - FIPS support for RHEL-based distributions.
      - Support for modern PostgreSQL clients (thx to Bram Geron).
      - Windows tooltip texts updated to mention "stunnel".
      - TLS 1.3 configuration updated for better compatibility.
    * Bugfixes
      - Fixed a transfer() loop bug.
      - Fixed memory leaks on configuration reloading errors.
      - DH/ECDH initialization restored for client sections.
      - Delay startup with systemd until network is online.
      - bin\libssp-0.dll removed when uninstalling.
      - A number of testing framework fixes and improvements.
    alarixnia committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    9106d95 View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    6a94ed5 View commit details
    Browse the repository at this point in the history
  68. sratom: Update to 0.6.6

    sratom (0.6.6) stable;
    
      * Fix various minor warnings and other code quality issues
    
     -- David Robillard <d@drobilla.net>  Sun, 27 Sep 2020 15:18:12 +0000
    alarixnia committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    1ada8f5 View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    dfaecb3 View commit details
    Browse the repository at this point in the history
  70. stella: Update to 6.4

    6.3 to 6.4 (November 2, 2020)
    
      * Added basic (entire and single line only) text cut/copy and paste.
    
      * Added color parameters to 'Custom' palette.
    
      * Some improvements to AtariVox-USB adaptor functionality:
        - Made serial port used for an AtariVox-USB adaptor editable.
        - Autodetection of serial ports no longer messes up devices plugged
          into other serial ports.
    
      * Added CPU load stats to debugger.  Related to this, added debugger
        pseudo-registers '_ftimreadcycles' and '_fwsynccycles' to show the
        number of cycles since the start of frame under certain circumstances
        (see manual for more details).
    
      * Fixed bug with aspect correction and fullscreen mode; snapshots from
        such a mode are now pixel-exact.
    
      * Fixed a bug that caused CDF ROMs to crash on the Retron77 and reduced
        ARM emulation performance for CDF ROMs on other platforms.
    
      * Fixed crash with missing or incorrectly sized SaveKey data file, and
        with certain functions not working (erase pages, erase entire EEPROM).
    
      * Fixed Atari mouse autodetection.
    
      * Fixed bug in ROM launcher, with last ROM selected not being remembered
        when exiting and re-entering a directory.
    
    -Have fun!
    
    
    6.2.1 to 6.3 (October 7, 2020)
    
      * Added adjustable autofire.
    
      * Added 'Dark' UI theme.
    
      * Extended global hotkeys for debug options.
    
      * Added option to playback a game using the Time Machine.
    
      * Allow taking snapshots from within the Time Machine dialog.
    
      * Added the ability to access most files that Stella uses from within a
        ZIP file. This includes the following:
          - Per-ROM properties file (so one can distribute a ROM and its
            associated properties).
          - Debugger symbol (.sym) and list (.lst) files, etc.
          - Several others, as we extend the support.
        Basically, you are now able to put many files that Stella uses inside
        one ZIP file, and distribute just that file.
    
      * Extended AtariVox support to handle flow control, so that long phrases
        are no longer corrupted/cut off.  This includes properly supporting the
        2600-daptor II, which is flashable to an AVox-USB converter.
    
      * Added auto-detection of the serial port used for an AtariVox-USB adaptor.
    
      * Added QuadTari controller support.
    
      * Added option to select the audio device.
    
      * Added support for CDFJ+ bankswitching type.
    
      * Further enhanced UA bankswitching to support more Brazilian carts.
    
      * Added option to display detected settings info when a ROM is loaded.
    
      * Added another oddball TIA glitch option for delayed background color.
    
      * Added option to disable aspect ratio correct scaling.
    
      * Added debugger pseudo-registers '_timwrapread' and '_timwrapwrite',
        which are set when the RIOT timer is read/written on timer wraparound,
        respectively.
    
      * Bankswitching schemes BUS, DPC+ and CDFx now work when startup bank
        randomization is enabled (these schemes now ignore that setting).
    
      * Replaced "Re-disassemble" with "Disassemble @ current line" in debugger.
    
      * Fixed bug when taking fullscreen snapshots; the dimensions were
        sometimes cut off.
    alarixnia committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    9f00792 View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    1ee9fb9 View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    8cc2820 View commit details
    Browse the repository at this point in the history
  73. sord: Update to 0.16.6

    sord (0.16.6) stable;
    
      * Fix potential crash or incorrectness issues with GCC 10
      * Fix various minor warnings and other code quality issues
    
     -- David Robillard <d@drobilla.net>  Sun, 27 Sep 2020 11:08:18 +0000
    alarixnia committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    910534f View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    279c163 View commit details
    Browse the repository at this point in the history
  75. shine: Update to 3.1.1

    3.1.1 (2017-07-28)
    =====
    * Remove invalid MPEG 2.5 bitrates.
    alarixnia committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    2815b3c View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    293813a View commit details
    Browse the repository at this point in the history
  77. srain: Update to 1.1.3

    Script(update): bump version to 1.1.3
    Sui(fix): fix an use-after-free case
    
    Core(fix): remove server when main loop is idle
    
    Because server may be referenced after function returns.
    
    Script(update): bump version to 1.1.3
    alarixnia committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    a95dd15 View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    8a74a3a View commit details
    Browse the repository at this point in the history
  79. ssr: Update to 0.4.2

    Version 0.4.2
    -------------
    
    - Improved X11/Wayland detection.
    - Changed ALSA input to use non-blocking API. This seems to reduce the latency in some cases.
    - Added support for s24, s32 and f32 sample formats for ALSA input.
    - Added 'open folder' button after saving the recording.
    - Several minor improvements.
    alarixnia committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    50c44d7 View commit details
    Browse the repository at this point in the history
  80. Configuration menu
    Copy the full SHA
    e755d7f View commit details
    Browse the repository at this point in the history
  81. shmux: Update to 1.0.3

    Changes since 1.0.2 [2008-12-21]:
    
    - Fix clang warnings.
    - Fix BROKEN_POLL option on macOS.
    - Switch to generic BSD license.
    - Default to using -oLogLevel=ERROR with ssh.
    alarixnia committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    c4a15e2 View commit details
    Browse the repository at this point in the history
  82. Configuration menu
    Copy the full SHA
    46bc329 View commit details
    Browse the repository at this point in the history
  83. serd: Update to 0.30.6

    serd (0.30.6) stable;
    
      * Fix various minor warnings and other code quality issues
      * Improve reader error handling
      * Make all free functions tolerant of NULL
      * Parse prefixed names more strictly
    
     -- David Robillard <d@drobilla.net>  Sun, 27 Sep 2020 10:51:38 +0000
    alarixnia committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    e5c6388 View commit details
    Browse the repository at this point in the history
  84. Configuration menu
    Copy the full SHA
    cdf9ac2 View commit details
    Browse the repository at this point in the history
  85. sdlpop: Update to 1.21

    2020 August 20
    =================
    (version 1.21)
    
    FIXED: Skeletons not on level 3 did not behave like skeletons.
    FIXED: Don't crash if the intro music is interrupted by Tab in PC Speaker mode.
    FIXED: Don't switch to PC Speaker mode if there is a mod name in the replay file.
    DONE: Detect guard skill customizations in PRINCE.EXE. (Used in Illusions of Persia, for example.)
    	TODO: Should we add the guard skill options to the INI, the CFG, the replays, or the settings menu?
    FIXED: Don't draw the right edge of loose floors on the left side of a potion or sword.
    FIXED: A guard standing on a door top (with floor) should not become inactive.
    FIXED: Left jump (top-left) didn't work on some gamepads.
    FIXED: Replaying from the command line did not work if there were no replay files in the replay folder.
    DONE: Added support for gamecontrollerdb.txt file.
    DONE: Detect changes of the shadow's starting positions and automatic moves in PRINCE.EXE.
    DONE: Added "Restart Game" to the pause menu, so now it's possible to restart the game using a controller.
    DONE: Added fast forward.
    	TODO: Speed up music and sound effects during fast forwarding.
    ADDED: You can now use quicksave and quickload while recording a replay.
    	TODO: Verify that the quickloaded state is from the currently running recording.
    alarixnia committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    c745cde View commit details
    Browse the repository at this point in the history
  86. Configuration menu
    Copy the full SHA
    18cf0c5 View commit details
    Browse the repository at this point in the history
  87. Configuration menu
    Copy the full SHA
    0a07f65 View commit details
    Browse the repository at this point in the history
  88. fuse-exfat: Update HOMEPAGE

    Previous HOMEPAGE is dead.
    ryoon committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    72064ae View commit details
    Browse the repository at this point in the history
  89. Configuration menu
    Copy the full SHA
    a84e991 View commit details
    Browse the repository at this point in the history
  90. Configuration menu
    Copy the full SHA
    03ff37c View commit details
    Browse the repository at this point in the history
  91. mitmproxy: Update to 5.3.0

    Changes:
    5.3.0
    =====
    * Support for Python 3.9 (@mhils)
    * Add MsgPack content viewer (@tasn)
    * Use `@charset` to decode CSS files if available (@Prinzhorn)
    * Fix links to anticache docs in mitmweb and use HTTPS for links to
      documentation (@rugk)
    * Updated typing for WebsocketMessage.content (@Prinzhorn)
    * Add option `console_strip_trailing_newlines`, and no longer strip trailing
      newlines by default (@capt8bit)
    * Prevent transparent mode from connecting to itself in the basic
      cases (@Prinzhorn)
    * Display HTTP trailers in mitmweb (@sanlengjingvv)
    * Revamp onboarding app (@mhils)
    * Add ASGI support for embedded apps (@mhils)
    * Updated raw exports to not remove headers (@wchasekelley)
    * Fix file unlinking before external viewer finishes loading (@wchasekelley)
    * Add --cert-passphrase command line argument (@mirosyn)
    * Add interactive tutorials to the documentation (@mplattner)
    * Support `deflateRaw` for `Content-Encoding`'s (@kjoconnor)
    * Fix broken requests without body on HTTP/2 (@Kriechi)
    * Add support for sending (but not parsing) HTTP Trailers to the HTTP/1.1
      protocol (@bburky)
    * Add support to echo http trailers in dumper addon (@shiv6146)
    * Fix OpenSSL requiring different CN for root and leaf certificates (@mhils)
    * ... and various other fixes, documentation improvements, dependency
      version bumps, etc.
    iamleot committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    f927078 View commit details
    Browse the repository at this point in the history
  92. Configuration menu
    Copy the full SHA
    22441f2 View commit details
    Browse the repository at this point in the history
  93. Configuration menu
    Copy the full SHA
    1e5e3c3 View commit details
    Browse the repository at this point in the history
  94. scrot: Update to 1.4

    Sat Jul 18 23:23:00 -03:00 2020  Joao Eriberto Mota Filho <eriberto@eriberto.pro.br>
    Version 1.4
    
      [ ideal ]
    
      * Fix SIGSEGV, if running without DISPLAY environment variable.
    
      [ Jeroen Roovers ]
    
      * README.md: mention libXcomposite in build requirements.
      * Removed libXcursor references.
    
      [ Joao Eriberto Mota Filho ]
    
      * Added a new logo 128x128.
      * Added rights for "ideal", Jeroen Roovers and spycapitan.
      * Fixed spelling errors in manpage.
      * Prepare for new release.
      * Updated manpage.
      * Using create-man.sh 2.0 from txt2man package from Debian.
    
      [ spycapitan ]
    
      * Call XCloseDisplay on exit. This is the right thing in every X server
        program, to release acquired resources.
      * Fixed autoselect.
      * Fixed capturing partially hidden windows on the edge of the desktop.
      * Fixed required number.
      * Fixed SIGSEGV, option --note.
      * Minor fix: variable is assigned that is never used.
      * New Feature: capture stack/overlapping windows. Depends of libXcomposite
        (X11). New option: --stack or -k.
      * Stack windows: client list spec EWMH.
    
    Sun Apr 16 00:08:00 -03:00 2020  Joao Eriberto Mota Filho <eriberto@eriberto.pro.br>
    Version 1.3
    
      [ Joao Eriberto Mota Filho ]
    
      * Added rights for Hinigatsu and Sean Brennan.
      * Created full-check.yml to provide CI tests.
      * Prepare for new release.
      * Updated manpage.
      * Using an updated README.md as replace for README.
    
      [ Hinigatsu ]
    
      * Added delay option to autoselect.
      * Fixed bug #39, mouse pointer not captured with -a -p options.
    
      [ Sean Brennan ]
    
      * Added -D option to specify the display to use.
    alarixnia committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    92cc026 View commit details
    Browse the repository at this point in the history
  95. Configuration menu
    Copy the full SHA
    c021d80 View commit details
    Browse the repository at this point in the history
  96. rubberband: Update to 1.9.0

    Changes in Rubber Band v1.9
    
     * Fix incorrect numbering of pitch speed/quality flags in the
       auxiliary C wrapper header. The effect of this was that code using
       the C wrapper that intended to select the higher-quality
       pitch-shift mode was actually choosing the higher-speed mode, and
       vice versa. (The third mode - high-consistency, commonly used in
       real-time applications - was correct.) Thanks to Michael Bradshaw
       for reporting this.
     * Add a .NET interface, generously contributed by Jonathan Gilbert
       under a BSD-like licence
     * Improve error handling in command-line utility
     * Fix failure to build with FFTW_SINGLE_ONLY defined
     * Fix some compiler warnings
     * Install the JNI target (with make install) only if it has actually
       been built, avoiding an error otherwise
    
    The API is unchanged except for the fix noted above, as a result of
    which the minor version number has been increased. The library is
    binary compatible with version 1.7.
    alarixnia committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    7426a4f View commit details
    Browse the repository at this point in the history
  97. Configuration menu
    Copy the full SHA
    9e919e5 View commit details
    Browse the repository at this point in the history
  98. rofi: Update to 1.6.1

    v1.6.1: Tortoise Power
       - Use GdkPixbuf for Icon parsing.
       - Add FileBrowser to default mode.
       - Fix parsing dicts in config file (with " in middle of string.)
       - Add -normalize-match option, that tries to o match ö, é match e. (#1119)
       - [Theme] Add min/max operator support to calc() (#1172)
       - Show error message and return to list instead of closing (#1187)
       - [Theme] Add nested media support. (#1189)
       - [Textbox] Try to fix estimated font height. (#1190)
       - [DRun] Fix broken caching mechanism.
    
    v1.6.0: The Masked Launcher
       -  Add `themes/` directory in the users rofi config directory to the theme search path. (#1001)
       -  Split listview element into box widget holding icon and textbox. Supporting more dynamic themes. (#949)
       -  Fix default theme.
       -  Add -upgrade-config option.
       -  Add `ROFI_PLUGIN_PATH` variable.
       -  Add check for running rofi inside a Script mode.
       -  Remove gnome-terminal from rofi-sensible-terminal (#1074)
       -  Set window title based on mode name. (#969)
       -  Subpixel rendering workaround. (#303)
       -  Support character type in configuration {} block . (#1131)
       -  Use `XDG_CONFIG_DIRS` (#1133)
       -  [Box] Bug fix update propagation.
       -  [Build] Fix meson build with meson 0.55.
       -  [DMenu] Add `-keep-right` flag. (#1089)
       -  [DMenu] Don't match markup when filtering. (#579,#1128)
       -  [DRUN] Support Type=Link (#1166)
       -  [DRun] Add % to escape variable.
       -  [DRun] Add an optional cache for desktop files. (#1040)
       -  [DRun] Add keywords as default match item. (#1061)
       -  [DRun] Don't run custom commands.
       -  [DRun] Match keywords field.
       -  [DRun] Only show selected categories. (#817)
       -  [Dmenu|Script] Add non-selectable entries. (#1024)
       -  [Doc] Update documentation.
       -  [IconFetcher] Add jpeg support.
       -  [Icon] Set default size to 1.2 CH.
       -  [Icon] support distance for size.
       -  [Listview] Add widget to show keybinding index. (#1050)
       -  [Listview] Fix distribution of remaining space.
       -  [Listview] Fix left-to-right scrolling. (#1028)
       -  [Listview] Fix updating elements. (#1032)
       -  [Matching] Make Fuzzy matching non greedy.
       -  [Script] Add delimiter option. (#1041)
       -  [Script] Add environment variable indicating state.
       -  [Script] Add extra matchign field (meta). (#1052)
       -  [Script] Add info option, hidden field that gets passed to script via `ROFI_INFO` environment.
       -  [Script] Add no-custom option.
       -  [Textbox] Add cursor blinking option.
       -  [Textbox] Add placeholder. (#1020)
       -  [Theme] Add `calc()` support. (#1105)
       -  [Theme] Add alpha channel to highlight color. (#1033)
       -  [Theme] Add sidebar as mode-switcher alias.
       -  [Theme] Add some initial @media support. (#893)
       -  [Theme] Support buttons in the UI.
       -  [View] Add two widgets. One showing number of rows, other number of filtered rows. (#1026)
       -  [Window] Add window thumbnail option.
       -  [Window] Remove arbitrary # window limit. (#1047)
       -  [Window] check buffer overflow.
    alarixnia committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    bb753e1 View commit details
    Browse the repository at this point in the history
  99. Configuration menu
    Copy the full SHA
    eaaeb16 View commit details
    Browse the repository at this point in the history
  100. ratmen: Update to 2.2.3

    Unknown changes
    alarixnia committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    e476ebd View commit details
    Browse the repository at this point in the history
  101. Configuration menu
    Copy the full SHA
    6ff0fce View commit details
    Browse the repository at this point in the history
  102. qsynth: Update to 0.6.3

    0.6.3  2020-07-31  A Summer'20 Release.
    
    - Left-clicking on the system-tray icon now simply
      toggles the main widget visibility, disregarding
      if already hidden undercover to other windows.
    
    - Early fixing to build for Qt >= 5.15.0.
    alarixnia committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    b9a684c View commit details
    Browse the repository at this point in the history
  103. Configuration menu
    Copy the full SHA
    e88f037 View commit details
    Browse the repository at this point in the history
  104. qstat: Update to 2.14

    Qstat version 2.14
    
    Summary of New Features
    -----------------------
    New protocols:
    	DirtyBomb aka Extraction [-dirtybomb]
    	Starmade [-starmade]
    	Farmsim [-farmsim]
    
    Refactored output splitting out xform processing into its own files improving various portions of it.
    
    Fixes
    -----
    hcache segv fixes
    packetmanip fixes for packet combining
    
    
    --
    Steven Harltand
    
    
    QStat version 2.11
    
    ** UPDATED for 2.11 **
    November 04, 2006
    
    Summary of New Features
    -----------------------
    new protocols:
       Warsow [-warsows, -warsowm]
       Prey [-preys, -preym]
       TrackMania [-tm]
       Tremulous [-tremulous, -tremulousm]
    
    add -nx and -nnx options that enable resp. disable name transformation
    calculate player score for AMS servers
    
    Fixes
    -----
    fix segfault when a "tribes2 master" returns garbage
    
    --
    Steve Jankowski
    Steven Hartland
    Ludwig Nussel
    alarixnia committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    644dc33 View commit details
    Browse the repository at this point in the history
  105. Configuration menu
    Copy the full SHA
    5ffa575 View commit details
    Browse the repository at this point in the history
  106. powder: Update to 118

    Added a desktop menu entry, manual page, and made it honor CFLAGS.
    
    Upstream changes unknown.
    alarixnia committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    66f19f5 View commit details
    Browse the repository at this point in the history
  107. Configuration menu
    Copy the full SHA
    7f8de57 View commit details
    Browse the repository at this point in the history
  108. parallel: Update to 20201122

    20201122
    
    * Bug fixes and man page updates.
    
    News about GNU Parallel:
    
    * https://bash-prompt.net/guides/gnu-parallel-multi-server/
    
    
    20201022
    
    * --termseq now works for jobs running remotely.
    
    * parsort: Performance optimized for 64-core machines.
    
    * Bug fixes and man page updates.
    
    News about GNU Parallel:
    
    * Juan Sierra Pons has made a testimonial:
      http://www.elsotanillo.net/wp-content/uploads/GnuParallel_JuanSierraPons.mp4
    
    * 「翻译」在生物信息学中使用 GNU-Parallel
      https://cloud.tencent.com/developer/article/1705499
    
    
    20200922
    
    * New CPU detection for GNU/Linux.
    
    * Bug fixes and man page updates.
    
    News about GNU Parallel:
    
    * Aug 21, 2020 - More Unix tools
      https://floki.blog/2020/08/more_unix_tools
    
    
    20200822
    
    New in this release:
    
    * Max command line length is changed for MacOS - making this version
      beta quality for MacOS.
    
    * Bug fixes and man page updates.
    
    
    20200722
    
    New in this release:
    
    * No new functionality
    
    * Bug fixes and man page updates.
    
    News about GNU Parallel:
    
    * Tips for Running Jobs on your VM
      https://support.ehelp.edu.au/support/solutions/articles/6000089713-tips-for-running-jobs-on-your-vm#parallel
    
    * Introduction to GNU Parallel: Parallelizing Massive Individual Tasks
      https://www.youtube.com/watch?v=QSFLTEyCKvo
    
    * Slides for same
      http://www.hpc.lsu.edu/training/weekly-materials/2020-Spring/GNUParallel_Spring_2020.pdf
    
    * Linux-Fu: Parallel Universe
      https://hackaday.com/2020/06/29/linux-fu-parallel-universe/
    
    * Resumable batch jobs with gnu parallel https://igor.io/parallel/
    
    * Introducing Parallel into Shell
      https://www.petelawson.com/post/parallel-in-shell/
    
    * AV1 encoding parallelization with GNU Parallel
      https://www.reddit.com/r/AV1/comments/fjvqp9/av1_encoding_parallelization_with_gnu_parallel/
    
    * Beschleunigte Befehlsbearbeitung mit GNU Parallel
      https://www.linux-community.de/ausgaben/linuxuser/2013/06/beschleunigte-befehlsbearbeitung-mit-gnu-parallel/
    
    
    20200622
    
    New in this release:
    
    * No new functionality
    
    * Bug fixes and man page updates.
    
    News about GNU Parallel:
    
    * GNU Parallel is used at NERSC:
      https://www.nersc.gov/assets/Uploads/08-Workflows-20200616.pdf
    
    * Resumable batch jobs with GNU Parallel https://igor.io/parallel/
    
    * Lab Meeting technical talk
      https://www.slideshare.net/hoffmanlab/gnu-parallel-194030490
    
    * Open Sky Software Website Credits
      https://www.openskysoftware.com/site-credits.htm
    
    * Speed up your Python Scripts using Ubuntu and GNU Parallel
      https://ecce.esri.ca/wpecce/2019/12/24/speed-up-your-python-scripts-using-ubuntu-and-gnu-parallel/
    
    * Indispensable command-line tools
      https://negfeedback.blogspot.com/2020/05/indispensable-command-line-tools.html
    
    * GNU Parallel for simulations
      http://pdebuyl.be/blog/2020/gnu-parallel-for-simulations.html
    
    * Introduction to GNU parallel
      https://bioinformaticsworkbook.org/Appendix/GNUparallel/GNU_parallel_examples.html
    
    
    20200522
    
    New in this release:
    
    * While running a job $PARALLEL_JOBSLOT is the jobslot of the job. It
      is equal to {%} unless the job is being retried. See {%} for
      details.
    
    * While running a job $PARALLEL_SSHLOGIN is the sshlogin line with
      number of cores removed. E.g. '4//usr/bin/specialssh user@host'
      becomes: '/usr/bin/specialssh user@host'
    
    * While running a job $PARALLEL_SSHHOST is the host part of an
      sshlogin line. E.g. '4//usr/bin/specialssh user@host' becomes:
      'host'
    
    * --plus activates the replacement strings {slot} = $PARALLEL_JOBSLOT,
      {sshlogin} = $PARALLEL_SSHLOGIN, {host} = $PARALLEL_SSHHOST
    
    * Bug fixes and man page updates.
    
    News about GNU Parallel:
    
    * Portable Batch System (PBS) & GNU Parallel - Running a Program
      Multiple Times in Parallel
      https://www.youtube.com/watch?v=6ccbWu6Befo
    
    * GNU Parallel przykład https://www.youtube.com/watch?v=gs_wG4Kt2G4
    
    * Demo of LINUX APP - GNU PARALLEL - running multiple Gstreamer webcam
      .sh scripts with only 1 command
      https://www.youtube.com/watch?v=trQuA_wmWjg
    alarixnia committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    cd8509d View commit details
    Browse the repository at this point in the history
  109. Configuration menu
    Copy the full SHA
    a295125 View commit details
    Browse the repository at this point in the history
  110. nano: Update to 5.3

    Add missing tools. Use NetBSD curses where possible.
    
    2020.10.07 - GNU nano 5.3 "Revolution!"
    • Option 'set stateflags' makes nano show the state of auto-indenting,
      the mark, hard-wrapping, macro recording, and soft-wrapping in the
      title bar.  The flags take the place of "Modified", and a modified
      buffer is instead indicated by an asterisk (*) after its name.
    • Nano no longer by default tries using libmagic to determine the type
      of a file (when neither filename nor first line gave a clue), because
      in most cases it is a waste of time.  It requires using the option
      --magic or -! or 'set magic' to make nano try libmagic.
    • The color of the indicator can be changed with 'set scrollercolor'.
    
    2020.08.24 - GNU nano 5.2 "Ranrapalca"
    • Making certain replacements after a large paste does not crash.
    • Hitting a toggle at the Search prompt does not clear the answer.
    • Using --positionlog does not complain at the first start.
    • A macro containing a Search command will not sometimes fail.
    alarixnia committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    68f6f73 View commit details
    Browse the repository at this point in the history
  111. Configuration menu
    Copy the full SHA
    42b2f65 View commit details
    Browse the repository at this point in the history
  112. nvi2: Update to 2.2.0

    Changes:
    
        Vim-style expandtab option (#75, #76, #80)
        Provides Turkish translation (#68)
        Backspace now deletes \ rather than being escaped (#25)
        T during motion commands is now VI-compatible (#35)
        Encoding related fixes, such as UTF-8 detection (#61, #42, #65)
        Fixed a number of memory management issues (#56)
    alarixnia committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    825de9e View commit details
    Browse the repository at this point in the history
  113. Configuration menu
    Copy the full SHA
    bb72d83 View commit details
    Browse the repository at this point in the history
  114. nginx-devel: Update to 1.19.5

    Changes with nginx 1.19.5                                        24 Nov 2020
    
       *) Feature: the -e switch.
    
       *) Feature: the same source files can now be specified in different
          modules while building addon modules.
    
       *) Bugfix: SSL shutdown did not work when lingering close was used.
    
       *) Bugfix: "upstream sent frame for closed stream" errors might occur
          when working with gRPC backends.
    
       *) Bugfix: in request body filters internal API.
    otis committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    65daea7 View commit details
    Browse the repository at this point in the history
  115. doc: Updated www/nginx-devel to 1.19.5

    otis committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    254baae View commit details
    Browse the repository at this point in the history
  116. nudoku: update to 2.1.0.

    ChangeLog:
    
    2.0.0 to 2.1.0 (2020-11-20)
      * Use actual terminal background color (instead of black) as background
      color (pr #31)
      * Define minimum gettext version instead of exact one (pr #32)
      * Require gettext 0.20
      * Add Japanese translation (pr #40)
      * Minor code change
    fcambus committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    d87b999 View commit details
    Browse the repository at this point in the history
  117. Configuration menu
    Copy the full SHA
    d279004 View commit details
    Browse the repository at this point in the history
  118. yabasic: update to 2.87.1.

    ChangeLog:
    
    Version 2.87.1 (November 07, 2020)
      - Fixed for libffi on 32 bit systems
      - Updated included header files (windows) of ffi from libffi 3.3
    fcambus committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    6f67bbd View commit details
    Browse the repository at this point in the history
  119. Configuration menu
    Copy the full SHA
    01abc1c View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2020

  1. mozjs78: fix builds on some 32-bit architectures

    As with earlier versions, this expects 64-bit atomic operations.
    Separately, there's an issue with an assertion in test code that makes
    an assumption about the size of an index variable vs. size_t that
    doesn't hold.
    
    Test suite comparisons between resultant amd64 and i386 builds on
    recent NetBSD releases reveal a similar number of failures (18 vs. 20),
    mostly to do with date parsing, though i386 also fails with two IEEE
    754 double precision tests.
    
    I did look at carrying mozjs60 patches for NetBSD/powerpc forward, but
    I don't have a viable test environment at the moment, and code
    inspection suggests that may not be straightforward.
    dhgutteridge committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    f88b51c View commit details
    Browse the repository at this point in the history
  2. chirp: update to 20201121

    Upstream changes are bugfixes and minor improvements
    gdt committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    c152553 View commit details
    Browse the repository at this point in the history
  3. doc: Updated ham/chirp to 20201121

    gdt committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    69f058b View commit details
    Browse the repository at this point in the history
  4. postgis: Update to 3.0.3

    Packaging changes: make bl3 refer to PGSQL_VERSION, not 12, reverting
    an earlier change labeled "revbump" which does not make sense for such
    a change.
    
    Upstream changes: bugfixes
    gdt committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    6241259 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4d28bc3 View commit details
    Browse the repository at this point in the history
  6. devel/libcbor: ldexp requires -lm.

    This mechanism is a kludge -- I would like to just say
    
    	LIBS+=	-lm
    
    but that doesn't work with cmake.  Feel free to replace this by a
    better mechanism for cmake!
    riastradh committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    45fa5cc View commit details
    Browse the repository at this point in the history
  7. mautrix-telegram: Add py-test-runner to TOOL_DEPENDS

    In a normal build this is detected by setup.py as missing and pulled
    with pip or easy_install, however this fails in a restricted pbulk
    setup with no internet access.
    alarixnia committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    1bbfce7 View commit details
    Browse the repository at this point in the history
  8. xscorch: Needs pkg-config

    alarixnia committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    eb91e17 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b5d7250 View commit details
    Browse the repository at this point in the history
  10. Update net/py-cares to 3.1.1

    With version 3.0.0 they drop Python < 3.5 support.
    Full list of changes are available at:
    https://github.com/saghul/pycares/blob/master/ChangeLog
    Bartosz Kosiorek committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    8d3016a View commit details
    Browse the repository at this point in the history