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

rxvt-unicode: fix conditional compile error in 2019Q2 sandbox #225

Closed
wants to merge 10,000 commits into from
Closed

rxvt-unicode: fix conditional compile error in 2019Q2 sandbox #225

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

Commits on Sep 20, 2019

  1. Added cross/xtensa-lx106-elf-*

    bouyer committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    1c507e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fcad144 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e54df0c View commit details
    Browse the repository at this point in the history
  4. py-keyring: updated to 19.2.0

    19.2.0
    * Add support for get_credential() with the SecretService backend
    adam committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    2298dd5 View commit details
    Browse the repository at this point in the history
  5. Updated devel/py-rauth, security/py-keyring

    adam committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    4669df0 View commit details
    Browse the repository at this point in the history
  6. py-keyrings.alt: updated to 3.1.1

    3.1.1
    Trap AttributeError in Gnome backend as in some environments
    it seems that will happen.
    Fix issue where a backslash in the service name would cause
    errors on Registry backend on Windows.
    
    3.1
    ``keyrings.alt`` no longer depends on the ``keyring.util.escape``
    module.
    
    3.0
    ``keyrings`` namespace should now use the pkgutil native technique
    rather than relying on pkg_resources.
    
    2.4
    File based backends now reject non-string types for passwords.
    adam committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    20d50ed View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    144e59a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0b01711 View commit details
    Browse the repository at this point in the history
  9. bitcoin: updated to 0.18.1

    0.18.1
    
    P2P protocol and network code
    - Add tests and documentation for blocksonly
    - Avoid logging transaction decode errors to stderr
    - fix: tor: Call `event_base_loopbreak` from the event's callback
    - Make poll in InterruptibleRecv only filter for POLLIN events
    
    Wallet
    - Add -ignorepartialspends to list of ignored wallet options
    
    RPC and other APIs
    - Bugfix: fix pruneblockchain returned prune height
    - Document iswitness flag and fix bug in converttopsbt
    - Ensure that uncompressed public keys in a multisig always returns a legacy address
    - Disallow extended encoding for non-witness transactions
    - add 2nd arg to signrawtransactionwithkey examples
    - signrawtransactionwithkey: report error when missing redeemScript/witnessScript
    
    GUI
    - fix the bug of OPEN CONFIGURATION FILE on Mac
    - Show "No wallets available" in open menu instead of nothing
    - Enable open wallet menu on setWalletController
    - Set progressDialog to nullptr
    - Fix open wallet menu initialization order
    - Set `AA_EnableHighDpiScaling` attribute early
    - Enable console line edit on setClientModel
    - Assert QMetaObject::invokeMethod result
    
    Build system
    - Add test for GCC bug 90348
    - Install bitcoin-wallet manpage
    - build with -fstack-reuse=none
    
    Tests and QA
    - Pure python EC
    - Add test for superfluous witness record in deserialization
    - Bugfix: test/functional/rpc_psbt: Remove check for specific error message that depends on uncertain assumptions
    - Add test that addmultisigaddress fails for watchonly addresses
    
    Documentation
    - Remove text about txes always relayed from -whitelist
    
    Miscellaneous
    - Catch by reference not value in wallettool
    - Replace fprintf with tfm::format
    adam committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    ab988eb View commit details
    Browse the repository at this point in the history
  10. Updated finance/bitcoin

    adam committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    6ea9623 View commit details
    Browse the repository at this point in the history
  11. py-hsm: updated to 1.2.1

    Version 1.2.1:
    * Fixup release: Remove minimum version for sqlalchemy dependency which was
        set too high.
    * yhsm-yubikey-ksm: Add --proxy/--proxies argument for logging proxies
        requests.
    
    Version 1.2.0:
    * yhsm-validation-server: Support OATH TOTP.
    * yhsm-init-oath-token: Handle keys with length != 20.
    * yhsm-yubikey-ksm: Allow passing soft-HSM keys via stdin by passing "-" as
        device argument.
    * yhsm-yubikey-ksm: Allow passing --db-url via environment variable.
    * Moved utils, yubikey-ksm and validation-server to be included when
        installing using pip.
    * Use entry_point scripts generated by setuptools.
    * Moved man pages to man/ directory.
    * Bugfix: Fix AEAD generation on Windows by writing in binary mode.
    * Bugfix: Support AEADs generated on Windows using pyhsm <= 1.1.1.
    * Bugfix: Avoid installing unit test package.
    * Bugfix: yhsm-import-keys: Fix --aes-key argument used when importing
        without a YubiHSM.
    
    Version 1.1.1:
    * Fixup release.
    
    Version 1.1.0:
    * Restructured the repository and build process.
    * Use Semantic Versioning (semver.org).
    * Added support for a "soft" HSM in yhsm-yubikey-ksm, yhsm-import-keys
        and yhsm-generate-keys.
    
    Version 1.0.4l:
    * Documentation is now in asciidoc format.
    * yhsm-yubikey-ksm: Fix bug when the same public ID occured for multiple
        keyhandles.
    adam committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    61d2ec8 View commit details
    Browse the repository at this point in the history
  12. Updated security/py-hsm

    adam committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    ec194e3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a25d6b9 View commit details
    Browse the repository at this point in the history
  14. sandboxctl: don't use tar -e on netbsd. it's not supported by the newly

    default libarchive tar.
    
    From Robert Nestor on pkgsrc-users.
    bump PKGREVISION
    coypoop committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    183cf9f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    98f1a3f View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2019

  1. Update to 69.0.1

    Changelog:
    Fixed
        Fixed external programs launching in the background when clicking a link from inside Firefox to launch them (bug 1570845)
    
        Usability improvements to the Add-ons Manager for users with screen readers (bug 1567600)
    
        Fixed the Captive Portal notification bar not being dismissable in some situations after login is complete (bug 1578633)
    
        Fixed the maximum size of fonts in Reader Mode when zoomed (bug 1578454)
    
        Fixed missing stacks in the Developer Tools Performance section (bug 1578354)
    
        Security and stability fixes
    
            irefox 69.0.1
    
    Security fixes:
    #CVE-2019-11754: Pointer Lock is enabled with no user notification
    ryoon committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    b942d03 View commit details
    Browse the repository at this point in the history
  2. Updated www/firefox to 69.0.1

    ryoon committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    ea91397 View commit details
    Browse the repository at this point in the history
  3. Update to 69.0.1

    * Sync with www/firefox-69.0.1
    ryoon committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    9c23a02 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    75b0e02 View commit details
    Browse the repository at this point in the history
  5. www/firefox68: import firefox68-68.1.0

    Mozilla Firefox is a free, open-source and cross-platform web browser
    for Windows, Linux, MacOS X and many other operating systems.
    
    It is fast and easy to use, and offers many advantages over other web
    browsers, such as tabbed browsing and the ability to block pop-up
    windows.
    
    Firefox also offers excellent bookmark and history management, and it
    can be extended by developers using industry standards such as XML,
    CSS, JavaScript, C++, etc. Many extensions are available.
    
    This package provides Firefox 68 ESR.
    ryoon committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    f019c8c View commit details
    Browse the repository at this point in the history
  6. Enable firefox68

    ryoon committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    9b98d47 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    673e62f View commit details
    Browse the repository at this point in the history
  8. www/firefox68-l10n: import firefox68-l10n-68.1.0

    This package contains language packs for www/firefox68.
    ryoon committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    e892ed0 View commit details
    Browse the repository at this point in the history
  9. Enable firefox68-l10n

    ryoon committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    c383588 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    dc9b3f2 View commit details
    Browse the repository at this point in the history
  11. libmtp: updated to 1.1.6

    1.1.6:
    Unknown changes
    adam committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    57d0e0f View commit details
    Browse the repository at this point in the history
  12. Updated devel/libmtp

    adam committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    b140ba6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5acdd9e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d2db1b8 View commit details
    Browse the repository at this point in the history
  15. weechat: ... typo

    alarixnia committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    4c866cd View commit details
    Browse the repository at this point in the history
  16. Add p5-JSON-Any depends, needed for cloudflare and similar providers

    Bump PKGREVISION
    abs committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    bc326ee View commit details
    Browse the repository at this point in the history
  17. Update to 68.1.0

    Changelog:
        new
        Offer to configure Exchange accounts for Office365. A third-party add-on is required for this account type. IMAP still exists as alternative.
    
        fixed
        Edit tag not working
    
        fixed
        Write window: "Insert > Characters and Symbols" not working
    
        fixed
        Moving/dragging messages from "Search Messages" result dialog not working
    
        fixed
        Command line -compose "attachment=" not working
    
        fixed
        Custom views not working
    
        fixed
        Issues with list of content types/actions for incoming attachments
    
        fixed
        "Learn More" links in Error Console not working
    
        fixed
        Visual glitches: Quick Filter Bar tag buttons too tall, missing scroll
          bar on Connection Setting subdialog, LDAP server selection after "New",
          "Edit" and "Delete"
    
        fixed
        Calendar: Parts of CalDAV dialog not working
    
        fixed
        Various security fixes
    
    Security fixes:
    CVE-2019-11739: Covert Content Attack on S/MIME encryption using a crafted multipart/alternative message
    #CVE-2019-11746: Use-after-free while manipulating video
    #CVE-2019-11744: XSS by breaking out of title and textarea elements using innerHTML
    #CVE-2019-11742: Same-origin policy violation with SVG filters and canvas to steal cross-origin images
    #CVE-2019-11752: Use-after-free while extracting a key value in IndexedDB
    #CVE-2019-11743: Cross-origin access to unload event attributes
    #CVE-2019-11740: Memory safety bugs fixed in Firefox 69, Firefox ESR 68.1, Firefox ESR 60.9, Thunderbird 68.1, and Thunderbird 60.9
    ryoon committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    fb6104e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    1a9b2af View commit details
    Browse the repository at this point in the history
  19. Update to 68.1.0

    * Sync with mail/thunderbird-68.1.0
    ryoon committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    4a290da View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    4d4f106 View commit details
    Browse the repository at this point in the history
  21. lhasa: Create buildlink3.mk

    alarixnia committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    94450c4 View commit details
    Browse the repository at this point in the history
  22. mail/thunderbird60: import thunderbird60-60.9.0

    Mozilla Thunderbird is a redesign of the Mozilla mail component. The
    goal is to produce a cross platform stand alone mail application using
    the XUL user interface language. This version uses the gtk2 toolkit.
    
    This package provides Thunderbird 60 ESR.
    ryoon committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    b4be14d View commit details
    Browse the repository at this point in the history
  23. Enable thunderbird60

    ryoon committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    5fce3cc View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    f659ad0 View commit details
    Browse the repository at this point in the history
  25. mail/thunderbird60-l10n: import thunderbird60-l10n-60.9.0

    This package contains language packs for mail/thunderbird60.
    ryoon committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    03e601b View commit details
    Browse the repository at this point in the history
  26. Enable thunderbird60-l10n

    ryoon committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    eedefc5 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    e813e7c View commit details
    Browse the repository at this point in the history
  28. milkytracker: Update to 1.02.00

    - Switch distfile source to github.
    - Switch to SDL2.
    - Install desktop file and icons.
    - This release fixes multiple potential memory corruption bugs in the
      various module importers.
    alarixnia committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    8dcce19 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    a220eee View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    eeb85e6 View commit details
    Browse the repository at this point in the history
  31. icoutils: Update to 0.32.3

    2018-03-07: icoutils 0.32.3 released.
      Fixed a segfault. (Martin Gieseking, Savannah bug 52319)
      Updated Gnulib stuff.
    alarixnia committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    21246b4 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    deb7655 View commit details
    Browse the repository at this point in the history
  33. fasttracker2: Install hicolor icons and menu entry

    Bump PKGREVISION
    alarixnia committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    851167d View commit details
    Browse the repository at this point in the history
  34. Add games/dunelegacy.

    Dune Legacy is an effort by a handful of developers to revitalize the first-ever
    real-time strategy game.
    
    It tries to be as similar as possible to the original gameplay but to integrate
    user interface features most modern realtime-strategy games have like selecting
    multiple units.
    alarixnia committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    be953bc View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    1659ed2 View commit details
    Browse the repository at this point in the history
  36. phpmyadmin: update to 4.9.1

    4.9.1 (2019-09-21)
    - Routine fix for an issue that has been reported as CVE-2019-12922
    - issue #15313 Added support for Twig 2
    - issue #15315 Fix cannot edit or export column with default CURRENT_TIMESTAMP in MySQL >= 8.0.13
    - issue        Fix a TypeError in Import class with PHP 8
    - issue #14270 Fix Middle-click on foreign key link broken
    - issue #14363 Fix broken relational links in tables
    - issue #14987 Fix weird error for empty collation
    - issue #15334 Fix export of GIS visualisation not working (PNG, PDF, SVG)
    - issue #14918 Use hex for the phpMyAdmin session token
    - issue        Added GB18030 Chinese collations description
    - issue        Added Russian, Swedish, Slovak and Chinese UCA 9.0.0 collations description
    - issue        Added description for the _ks (kana-sensitive) collation suffix
    - issue        Added description for the _nopad (NO PAD) collation suffix
    - issue #15404 Remove array/string curly braces access
    - issue #15427 Fixed "FilterLanguages" option does not work (configuration)
    - issue #15202 Fixed creating user with single quote in password results in no password user
    - issue #14950 Fixed left database overview "add column" triggers error
    - issue #15363 Fix remove unexpected quotes on text fields (structure and insert)
    - issue        Fix NULL wrongly checked on field change
    - issue #15388 Fix allow to rollback an empty statement
    - issue #14291 Fixed incorrect linkage from one table's value to another table
    - issue #15446 Fix tables added from other databases are not collapsing in the designer section
    - issue #14945 Fix designer page save fails if dB name contains period
    - issue        Display an error when trying to import in designer a table that's already imported
    - issue        Fix many bugs when adding new tables to designer
    - issue        Update CodeMirror to v5.48.4
    - issue        Update jQuery Migrate to v3.1.0
    - issue        Update jQuery Validation to v1.19.1
    - issue        Update jQuery to v3.4.1
    - issue        Update js-cookie to v2.2.1
    - issue        Remove fieldset closing tag when setting global privileges
    - issue #15425 Fix backslash in column name resulting an error in editing
    - issue #15380 Fix Status - Advisor error
    - issue #15439 Fix designer page status not updated when added a new table from another database
    - issue #15440 Fix page number is not being updated in the URL after saving a designer's page
    - issue        Fix reloading a designer's page
    - issue        Fix designer full screen mode button and text stuck when exiting full-screen mode
    drscream committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    4ebf548 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    be194e4 View commit details
    Browse the repository at this point in the history
  38. py-furl: updated to 2.1.0

    Furl v2.1.0.
    
    Added: a dont_quote= parameter to Query.encode() and a
    query_dont_quote= parameter to furl.tostr() that exempt valid query
    characters from being percent-encoded, either in their entirety with
    dont_quote=True, or selectively with dont_quote=<string>, like
    dont_quote='/?@_'.
    
    Changed: Move package info from __init__.py into the more standard
    __version__.py.
    
    Fixed: Support Unicode usernames and passwords in Python 2.
    
    Fixed: Update orderedmultdict to v1.0.1 to resolve a DeprecationWarning.
    
    Fixed: Encode '/' consistently in query strings across both
    quote_plus=True and quote_plus=False.
    adam committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    ebcbee8 View commit details
    Browse the repository at this point in the history
  39. Updated www/py-furl

    adam committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    f255f71 View commit details
    Browse the repository at this point in the history
  40. wm/fvwm: Update to 2.6.9

    Changelog and significant items from https://github.com/fvwmorg/fvwm/releases
    (for 2.6.9):
    -------------------------------------------------------------------
    Changes in stable release 2.6.9 (05-Sep-2019)
    
    * Bug fixes:
    
      - Fix handling of configure's --enable-mandoc/--enable-htmldoc
    
    * New fvwm features:
    
      - Adds a new conditional option Fullscreen which detects
        windows in that state
    
    -------------------------------------------------------------------
    Changes in stable release 2.6.8 (31-Mar-2018)
    
    * Bug fixes:
    
      - Various DESTDIR fixes (especially around the default-config
        Makefile)
      - fvwm-perllib pod2man fixes.
      - FvwmIconMan no longer triggers a warning about bad size hints
        in the fvwm core.
      - VMware windows do not disapper when switching between
        fullscreen and normal state.
      - Fix (de)installation with the configure options
        --program-prefix, --program-suffix and
        --program-transform-name.
      - Remove further references to obsolete modules from man page(s).
    
    * New fvwm features:
    
      - fvwm-menu-desktop(1) now requires python3 as an explicit
        dependency.
      - Add a 'fullscreen' option to the 'Maximize' command.
    
    -------------------------------------------------------------------
    Changes in stable release 2.6.7 (06-Mar-2016)
    
    * New fvwm features:
    
      - A new default configuration which is available when fvwm
        doesn't detect a configuration file to load.
      - A new conitional command "Desk n" can restrict matching
        windows to a specific desk.
      - A new conditional command "Screen n" to restrict matching
        windows on a given Xinerama screen.
      - New expansion variable "w.screen" to ascertain the Xineram
        screen number a window is on.
      - New command "InfoStoreClear" to remove all items in the
        InfoStore.
    
    * Removed features:
    
      - The old and unmaintained debian/and rpm/ directories have
        been remmoved; use the maintainers' copies where available.
      - VMS support has been removed.
      - GTK1.x support has been removed.
      - GNOME-specific window hints (pre-EWMH) have been removed.
      - Some fvwm modules have been removed:
          - FvwmDragWell   (no replacement)
          - FvwmGTK        (no replacement)
          - FvwmSave       (no replacement)
          - FvwmSaveDesk   (no replacement)
          - FvwmScroll     (no replacement)
          - FvwmTabs       (no replacement, never worked anyway)
          - FvwmTaskBar    (use FvwmButtons)
          - FvwmTheme      (in core of fvwm as colorsets)
          - FvwmWharf      (use FvwmButtons)
          - FvwmWinList    (use WindowList command)
          - FvwmWindowMenu (use WindowList command)
          - FvwmIconBox    (use the IconBox style instead)
    
    * New module features:
    
      - FvwmButtons learned a new option "Colorset" to its
        ChangeButton command.
    
    * fvwm-menu-desktop updated:
    
      - Renamed default menu to XDGMenu and changed the name
        of the FvwmForm to FvwmForm-XDGMenu-Config to not conflict
        with someone already using FvwmMenu.
      - fvwm-menu-desktop will now load defaults from the
        FvwmForm-XDGMenu-Config data file.
      - Improved dynamic menus by regenerating them on-the-fly.
      - Added new options: --regen-cmd, --dynamic, and more.
    
    * Bug fixes:
    
      - A bug introduced in 2.6.6 could cause applications with
        negative coordinates to be placed at strange positions.  This
        affected for example acroread when switching to fullscreen
        mode.  This has been fixed.
      - FvwmButtons "Silent" option for dynamic ChangeButton commands
        no longer loops infinitely.
    
    Changes in stable release 2.6.6 (15-Mar-2016)
    
    * New fvwm features:
    
      - Support for Russian from Ivan Gayevskiy.
      - EnvMatch supports infostore variables.
      - The option "forget" to the Maximize command allows to
        unmaximize a window without changing its size and position.
      - Windows shaded to a corner (NW, NE, SW, SE) are reduced to a
        small square.
      - New option "!raise" to the WarpToWindow command.
      - The new extended variables $[wa.x], $[wa.y], $[wa.width],
        $[wa.height] can be used to get the geometry of the EWMH
        working area, and $[dwa.x], $[dwa.y], $[dwa.width],
        $[dwa.height] can be used to get the geometry of the EWMH
        dynamic working area.
      - The Resize commands accept "wa" or "da" as a suffix of the
        width or height value.  If present, the value is a percentage
        of the width or height of the EWMH working area or the EWMH
        dynamic working area.
      - Fvwm is much more resilient against applications that flood the
        window manager with repeated events.
    
    * New module features:
    
      - FvwmForm supports separator lines.
      - New FvwmIconMan options:
          IconAndSelectButton
          IconAndSelectColorset
    
    * Bug fixes:
    
      - Provide a wrapper for the deprecation of XKeycodeToKeysym and
        use XkbKeycodeToKeysym() where appropriate.
      - fvwm-menu-desktop is re-written and provides better support of
        the XDG menu specification.
      - Fix fvwm-menu-desktop keyError bug.  Use "others" if no desktop
        environment found.
      - FvwmIconMan had problems displaying the hilight colour on some
        systems (64 bit issue?).
      - Globally active windows cannot take the focus if the style
        forbids programs to take focus themselves (style
        !FPFocusByProgram).
      - Windows no longer jump from one position to the other which
        could happen in some cases with SnapAttraction.  Windows now
        snap to the closest window (or screen edge).
      - Removing bindings had several strange side effects that are
        fixed now (removing too many bindings; old bindings showing up
        again after another is removed; possibly other effects).
      - Windows sometimes did not get expose events (i.e. did not
        redraw properly) if they were uncovered by moving a window
        above them.  This has been fixed.
      - FvwmConsole now causes much less network traffic.
      - Suppress bogus events sent to the modules when a window is
        resized with the mouse.
      - Properly handle the has_ref_window_moved flag for ResizeMove and
        ResizeMoveMaximize.
      - Removed some unnecessary redraws in FvwmPager.
      - The option "NoDeskLimitY" option of the GotoPage command did
        not work.
      - Negative coordinates in the "rectangle" option to the Menu
        commend did not work correctly.  This has been fixed.
      - Removes a slight graphics problem whith the ResizeMaximize
        command being invoked from a window button menu.
      - When an attempt to reparent a client window (i.e. decorate
        it) fails, fvwm no longer throws away all events but only the
        events for that window.
      - The ChangeButton command of FvwmButtons used to strip
        whitespace from the beginning and end of button titles and
        image paths.  This is no longer done.
    ng0 committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    a43dc56 View commit details
    Browse the repository at this point in the history
  41. doc: Updated wm/fvwm to 2.6.9

    ng0 committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    d3f09aa View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    4cad7d1 View commit details
    Browse the repository at this point in the history
  43. Add games/taisei.

    Taisei (lit. Occident) is a free and open-source fangame of the Touhou
    series.
    
    Basically, it is a shoot 'em up game with lots of bullets (the genre is
    literally called bullet hell). It doesn't aim to rebuild a particular
    installment of the Touhou games, but is rather an original game set in the
    world of Touhou.
    alarixnia committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    df696cd View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    45f7226 View commit details
    Browse the repository at this point in the history
  45. math/py-xarray: Import version 0.5.1

    xarray (formerly xray) is an open source project and Python package
    that aims to bring the labeled data power of pandas to the physical
    sciences, by providing N-dimensional variants of the core pandas data
    structures.
    
    Packaged by K.I.A.Derouiche for pkgsrc-wip, and updated by me.
    msk committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    9a7c708 View commit details
    Browse the repository at this point in the history
  46. math/Makefile: Add py-xarray

    msk committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    663592e View commit details
    Browse the repository at this point in the history
  47. doc: Added py-xarray

    msk committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    203dd15 View commit details
    Browse the repository at this point in the history
  48. math/py-xarray: Make this incompatible with py27

    One of its dependencies, py-pandas, has PYTHON_VERSIONS_INCOMPATIBLE.
    
    While here, remove a redundant buildlink.mk.
    msk committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    e0e88bb View commit details
    Browse the repository at this point in the history
  49. openexr: Update to 2.4.0

    Summary of changes:
    
        All code compiles without warnings on gcc, clang, msvc
        Cleanup of license and copyright notices
        floating-point exception handling is disabled by default
        New Slice::Make method to reliably compute base pointer for a slice.
        Miscellaneous bug fixes
    
    This version fixes the following security vulnerabilities:
    
        CVE-2018-18444 Issue #351 Out of Memory
        CVE-2018-18443 Issue #350 heap-buffer-overflow
    alarixnia committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    66eee55 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    69096e8 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    dd1de1c View commit details
    Browse the repository at this point in the history
  52. mutt: Update to version 1.12.2

    - Bug fix release
    tron committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    c2f640f View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    0fb08c1 View commit details
    Browse the repository at this point in the history
  54. Update net/tor to version 0.4.1.6.

    Notable changes in version 0.4.1.6 - 2019-09-19
      This release backports several bugfixes to improve stability and
      correctness.  Anyone experiencing build problems or crashes with 0.4.1.5,
      or experiencing reliability issues with single onion services, should
      upgrade.
    
      o Major bugfixes (crash, Linux, Android, backport from 0.4.2.1-alpha):
        - Tolerate systems (including some Android installations) where
          madvise and MADV_DONTDUMP are available at build-time, but not at
          run time. Previously, these systems would notice a failed syscall
          and abort. Fixes bug 31570; bugfix on 0.4.1.1-alpha.
        - Tolerate systems (including some Linux installations) where
          madvise and/or MADV_DONTFORK are available at build-time, but not
          at run time. Previously, these systems would notice a failed
          syscall and abort. Fixes bug 31696; bugfix on 0.4.1.1-alpha.
    
      o Minor bugfixes (controller protocol):
        - Fix the MAPADDRESS controller command to accept one or more
          arguments. Previously, it required two or more arguments, and ignored
          the first. Fixes bug 31772; bugfix on 0.4.1.1-alpha.
    
      o Minor bugfixes (guards, backport from 0.4.2.1-alpha):
        - When tor is missing descriptors for some primary entry guards,
          make the log message less alarming. It's normal for descriptors to
          expire, as long as tor fetches new ones soon after. Fixes bug
          31657; bugfix on 0.3.3.1-alpha.
    
      o Minor bugfixes (logging, backport from 0.4.2.1-alpha):
        - Change log level of message "Hash of session info was not as
          expected" to LOG_PROTOCOL_WARN. Fixes bug 12399; bugfix
          on 0.1.1.10-alpha.
    
      o Minor bugfixes (v2 single onion services, backport from 0.4.2.1-alpha):
        - Always retry v2 single onion service intro and rend circuits with
          a 3-hop path. Previously, v2 single onion services used a 3-hop
          path when rendezvous circuits were retried after a remote or
          delayed failure, but a 1-hop path for immediate retries. Fixes bug
          23818; bugfix on 0.2.9.3-alpha.
    
      o Minor bugfixes (v3 single onion services, backport from 0.4.2.1-alpha):
        - Always retry v3 single onion service intro and rend circuits with
          a 3-hop path. Previously, v3 single onion services used a 3-hop
          path when rend circuits were retried after a remote or delayed
          failure, but a 1-hop path for immediate retries. Fixes bug 23818;
          bugfix on 0.3.2.1-alpha.
        - Make v3 single onion services fall back to a 3-hop intro, when all
          intro points are unreachable via a 1-hop path. Previously, v3
          single onion services failed when all intro nodes were unreachable
          via a 1-hop path. Fixes bug 23507; bugfix on 0.3.2.1-alpha.
    alnsn committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    28eda27 View commit details
    Browse the repository at this point in the history
  55. Updated net/tor to 0.4.1.6.

    alnsn committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    fee7622 View commit details
    Browse the repository at this point in the history
  56. Remove tor-0.4.1.6.

    alnsn committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    3020c4e View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2019

  1. webkit-gtk: add TOOL_DEPENDS on py-expat

    Trying to fix
    [ 53%] Generating ../../DerivedSources/JavaScriptCore/IntlDateTimeFormatConstructor.lut.h
    Traceback (most recent call last):
      File "/scratch/www/webkit-gtk/work/webkitgtk-2.26.0/Source/JavaScriptCore/disassembler/udis86/ud_itab.py", line 379, in <module>
        main()
      File "/scratch/www/webkit-gtk/work/webkitgtk-2.26.0/Source/JavaScriptCore/disassembler/udis86/ud_itab.py", line 374, in main
        tables = UdOpcodeTables(xml=sys.argv[1])
      File "/scratch/www/webkit-gtk/work/webkitgtk-2.26.0/Source/JavaScriptCore/disassembler/udis86/ud_opcode.py", line 326, in __init__
        for insn in self.__class__.parseOptableXML(xml):
      File "/scratch/www/webkit-gtk/work/webkitgtk-2.26.0/Source/JavaScriptCore/disassembler/udis86/ud_opcode.py", line 585, in parseOptableXML
        xmlDoc = minidom.parse(xml)
      File "/usr/pkg/lib/python2.7/xml/dom/minidom.py", line 1917, in parse
        from xml.dom import expatbuilder
      File "/usr/pkg/lib/python2.7/xml/dom/expatbuilder.py", line 32, in <module>
        from xml.parsers import expat
      File "/usr/pkg/lib/python2.7/xml/parsers/expat.py", line 4, in <module>
        from pyexpat import *
    ImportError: No module named pyexpat
    0-wiz-0 committed Sep 22, 2019
    Configuration menu
    Copy the full SHA
    e17b77b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb3d7b4 View commit details
    Browse the repository at this point in the history
  3. Correct size of framebuffer for luna68k; page offset appears only once,

    not every color depths.
    
    Bump PKGREVISION.
    
    Pointed out by Araki Ken, the author of mlterm. Thanks!
    rin committed Sep 22, 2019
    Configuration menu
    Copy the full SHA
    5ada357 View commit details
    Browse the repository at this point in the history
  4. Updated x11/mlterm to 3.8.8nb5.

    rin committed Sep 22, 2019
    Configuration menu
    Copy the full SHA
    7cc1afb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7f4e290 View commit details
    Browse the repository at this point in the history
  6. doc/TODO: add some

    + ImageMagick-7.0.8.65, glib-networking-2.62.0, glibmm-2.62.0,
      ocaml-4.09.0, todoman-3.7.0, vala-0.46.1, wireshark-3.0.5.
    0-wiz-0 committed Sep 22, 2019
    Configuration menu
    Copy the full SHA
    1105ead View commit details
    Browse the repository at this point in the history
  7. abook: Update abook to 0.6.1

    0.6.1
     - custom output format (Rapha�l Droz)
     - remove duplicates (Fabio Zanini)
     - merge entries (Fabio Zanini)
     - mutt groups support (Fabio Zanini)
     - vcard initial input filter (Michael Krolikowski)
     - vcard parser improvements (Fabio Zanini, Rapha�l Droz)
     - color support (Thorsten Wi?~_mann)
     - mouse support (Thorsten Wi?~_mann)
     - extra-fields deletion bugfix (Jorrit Tijben)
     - additional keybindings (Hagen Fuchs)
     - autotools update (Fabio Zanini)
     - case-sensitive ldif fields parsing (Christian Brabandt)
     - ldif standard input support (Rapha�l Droz)
     - ldif extensible field management rewrite (Rapha�l Droz)
     - html output fixes (St�phane Aulery)
     - memory bugfixes (Peter Wu)
     - vcard birthday export fix (Gaetan Bisson)
    drscream committed Sep 22, 2019
    Configuration menu
    Copy the full SHA
    ead36ad View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2342327 View commit details
    Browse the repository at this point in the history
  9. php-pdflib: update to 4.1.3

    4.1.3
    - improve phpinfo() output
    drscream committed Sep 22, 2019
    Configuration menu
    Copy the full SHA
    db62f91 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f3c63a5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5da8bf4 View commit details
    Browse the repository at this point in the history
  12. Properly merge libarchive-3.3.3

    jsonn committed Sep 22, 2019
    Configuration menu
    Copy the full SHA
    5e723a6 View commit details
    Browse the repository at this point in the history
  13. Import libarchive 3.4.0

    jsonn committed Sep 22, 2019
    Configuration menu
    Copy the full SHA
    491239f View commit details
    Browse the repository at this point in the history
  14. Add emulators/dosbox-x. Based on work by Yorick Hardy in pkgsrc-wip.

    As a fork of DOSBox, DOSBox-X retains compatibility with the wide base of
    DOS games DOSBox was designed for.
    
    It also goes further, with a focus on accurate emulation of the hardware,
    and many more ways to tweak and configure the DOS virtual machine.
    
    The DOSBox-X team believes that a better way to emulate the legacy PC platform
    is to give the user all the options they need to emulate everything from
    original IBM PC hardware with 64KB of RAM all the way up to late 90's
    hardware, whatever it takes to get that game or software package to run.
    alarixnia committed Sep 22, 2019
    Configuration menu
    Copy the full SHA
    911a428 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    370ed5e View commit details
    Browse the repository at this point in the history
  16. Update for libarchive-3.4.0:

    - improvements for Android APK and JAR archives
    - better support for non-recursive list and extract
    - tar --exclude-vcs support
    - fixes for file attributes and flags handling
    - zipx support
    - rar 5.0 reader
    jsonn committed Sep 22, 2019
    Configuration menu
    Copy the full SHA
    06770c0 View commit details
    Browse the repository at this point in the history
  17. libarchive and bsdtar 3.4.0

    jsonn committed Sep 22, 2019
    Configuration menu
    Copy the full SHA
    f390094 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    5f18f8c View commit details
    Browse the repository at this point in the history
  19. openexr: Sort variables

    alarixnia committed Sep 22, 2019
    Configuration menu
    Copy the full SHA
    b950496 View commit details
    Browse the repository at this point in the history
  20. Add games/fallingtime. Based on work by Charlotte Koch in wip.

    Like the Fall Down games, you are a ball and you must fall into the holes to
    avoid being crushed by the top of the screen!
    alarixnia committed Sep 22, 2019
    Configuration menu
    Copy the full SHA
    8511483 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    558df19 View commit details
    Browse the repository at this point in the history
  22. sameboy: Update to 0.12.2

    New/Improved Features
    
        The Quick Look previewer now produces color-corrected thumbnails
        The debugger now supports a wider range of symbol files
    
    Accuracy Improvements/Fixes
    
        Fixed a bug where samples in the wave channel were treated as if they’re 0, effectively muting the channel in some cases.
        Fixed a regression that caused some PPU test ROMs to fail
        More accurate emulation of memory access conflicts on the Super Game Boy
        When emulating a Super Game Boy, built-in palettes for select games are now emulated
        Accuracy improvements to Super Game Boy’s multiplayer mode
        Super Game Boy and Game Boy Advance now have their own color correction filters
    
    Bug Fixes
    
        Improvements to audio in the SDL port, affecting some machines
        Fixed a bug where the SDL port loaded the wrong boot ROM when emulating Super Game Boy 2
        Fixed broken audio on libretro when used with some RetroArch audio drivers
        Fixed a potential crash when closing a window in the Cocoa port
        Fixed libretro achievements
        Fixed major performence issues in the Cocoa port that affected some Macs, especially when emulating the original Super Game Boy
    
    Misc Internal Changes
    
        The emulation core now supports emulating a Super Game Boy without high level emulation of the SNES or SFC. SameBoy is now used for Game Boy emulation by bsnes, allowing extremely accurate low-level emulation of Super Game Boy.
        Made it possible to compile the SDL port with older SDL versions
        Compression improvements to the CGB and AGB boot ROMs
    alarixnia committed Sep 22, 2019
    Configuration menu
    Copy the full SHA
    f06172f View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    cd7026d View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    55cf914 View commit details
    Browse the repository at this point in the history
  25. mgba: Update to 0.7.3

    0.7.3: (2019-09-15)
    Emulation fixes:
     - GB: Fix savedata initialization (fixes mgba.io/i/1473, mgba.io/i/1478)
     - GB: Fix SGB controller incrementing (fixes mgba.io/i/1104)
     - GB Audio: Improve channel 4 supersampling
     - GB Printer: Reset printer buffer index after printing
     - GB Audio: Deschedule channel 3 when disabled (fixes mgba.io/i/1463)
     - GB Audio: Deschedule channel 1 when disabled by sweep (fixes mgba.io/i/1467)
     - GB Video: Increment BCPS/OCPS even in mode 3 (fixes mgba.io/i/1462)
     - GBA Memory: Fix STM to VRAM (fixes mgba.io/i/1430)
     - GBA Memory: Fix STM/LDM to invalid VRAM
     - GBA Video: Fix wrapped sprite mosaic clamping (fixes mgba.io/i/1432)
     - GBA Audio: Fix channel 4 aliasing (fixes mgba.io/i/1265)
    Other fixes:
     - Core: Fix crashes if core directories aren't set
     - Core: Fix crash when exiting game with cheats loaded
     - GBA: Set up GPIO mapping on null and ELF ROM regions (fixes mgba.io/i/1481)
     - GBA Cheats: Fix PARv3 Thumb hooks
     - GBA Cheats: Fix value incrementing in CB slide codes (fixes mgba.io/i/1501)
     - Qt: Fix FPS target maxing out at 59.727 (fixes mgba.io/i/1421)
     - Qt: Cap audio buffer size to 8192 (fixes mgba.io/i/1433)
     - Qt: Fix race conditions initializing GDB stub
     - Qt: Improve cheat view UX
     - Libretro: Fix crash changing allowing opposing directions (hhromic)
     - mGUI: Fix crash if last loaded ROM directory disappears (fixes mgba.io/i/1466)
     - Switch: Fix threading-related crash on second launch
    Misc:
     - Qt: Make mute menu option also toggle fast-forward mute (fixes mgba.io/i/1424)
     - Qt: Show error message if file failed to load
    alarixnia committed Sep 22, 2019
    Configuration menu
    Copy the full SHA
    d30163b View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    4b6b053 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    e3a7c35 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    27feb14 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    121a884 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    e314871 View commit details
    Browse the repository at this point in the history
  31. hub: Update to 2.12.6

    Changes:
    2.12.6
    ------
      * Fix Windows build
    
    2.12.5
    ------
      * Correctly resolve ~/.ssh/config hostname aliases on Windows
      * Added hub pr to fish completions script
      * Have fish completions script wrap git if hub is aliased
    
    2.12.4
    ------
    Bug fixes
      * Fix invocation of hub --paginate
      * Consistently expand all occurrences of {owner} and {repo} in hub api
      * Docs: unlist %NC/%Nc among available fields in hub pr list --format
    
    Enhancements
      * GitHub Actions compatibility: infer GITHUB_USER value from
        GITHUB_REPOSITORY if available
      * Handle TERM signal during password prompt in terminal
      * Use consistent quote style in hub sync output
    iamleot committed Sep 22, 2019
    Configuration menu
    Copy the full SHA
    66d15d6 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    1d2a8c2 View commit details
    Browse the repository at this point in the history
  33. openjdk*: make NetBSD 7 bootstrap binaries valid for all future releases

    Also drop support for NetBSD 6 and older.
    tnn2 committed Sep 22, 2019
    Configuration menu
    Copy the full SHA
    648a6f9 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    1dc33bc View commit details
    Browse the repository at this point in the history
  35. libretro-mgba: Update PLIST

    alarixnia committed Sep 22, 2019
    Configuration menu
    Copy the full SHA
    9bb763e View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    0d666ff View commit details
    Browse the repository at this point in the history
  37. Update py-gobject3 to 3.34.0

    Highlights:
    * Python 3.8b1 compatibility fixes
    * Fix a crash when marshalling a GError to Python fails :mr:`115`
    * cairo: Add cairo pattern foreign struct support :mr:`111` (:user:`Renato Florentino Garcia <renato_garcia>`)
    * cairo: Add cairo_matrix_t converter to GValue :mr:`112` (:user:`Renato Florentino Garcia <renato_garcia>`)
    * overrides: Fix crash when using non-ascii text with.
      Gtk.Builder.add_from_string/add_objects_from_string. :issue:`255`
    * Fix various crashes on big endian systems.
      :issue:`247` (:user:`Dan Horák <sharkcz>`)
    * Add a meson build system. :issue:`165`
      (:user:`Mathieu Duponchelle<mathieudu>`)
    * Gtk.Template: Allow +* Avoid truncating value returned from g_value_info_get_value. :mr:`51`
      (:user:`Tomasz Misko <tmiasko>`)
    * Fix typo in BoundSignal disconnect. :mr:`55`
      (:user:`Vladislav Glinsky <cl0ne>`)
    
    Full release notes available at:
    https://gitlab.gnome.org/GNOME/pygobject/blob/3.34.0/NEWS
    prlw1 committed Sep 22, 2019
    Configuration menu
    Copy the full SHA
    63c9af7 View commit details
    Browse the repository at this point in the history
  38. doc: Updated devel/py-gobject3 to 3.34.0

    prlw1 committed Sep 22, 2019
    Configuration menu
    Copy the full SHA
    57bbd88 View commit details
    Browse the repository at this point in the history
  39. Update accerciser3 to 3.34.0

    Highlights:
    +- Use Unicode in translatable strings
    +- Show accessible ID
    
    Full release notes available at:
    https://gitlab.gnome.org/GNOME/accerciser/blob/3.34.0/NEWS
    prlw1 committed Sep 22, 2019
    Configuration menu
    Copy the full SHA
    adcde6f View commit details
    Browse the repository at this point in the history
  40. doc: Updated devel/accerciser3 to 3.34.0

    prlw1 committed Sep 22, 2019
    Configuration menu
    Copy the full SHA
    43014b3 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    d9faf26 View commit details
    Browse the repository at this point in the history
  42. doc: Updated games/freeciv-client to 2.6.0nb1

    prlw1 committed Sep 22, 2019
    Configuration menu
    Copy the full SHA
    bedcad6 View commit details
    Browse the repository at this point in the history
  43. Update to 0.660001. From the changelog:

    [Changed]
    - Add package statement to step files of core feature tests
      (causes tests to fail locally too now; hopefully cpantesters
       now lights up like a Christmas tree :-) )
    - Dependency listing clean up
    - Test2::API minimum dependency updated
    - META.json generation -- now includes 'provides' as CPANTS wants
    
    [Added]
    - Full support for package declarations in step files
    - Scenario descriptions are now included in output
    - Support for multiple Examples per scenario
    - Support for tags on Examples
    - Support for description blocks in Examples
    
    [Fixed]
    - Harnass outputs 'Scenario' and 'Feature' instead of the actual
      keywords from the feature file (e.g. 'Szenario')
    
    [Removed]
    - Test files in t/old/ -- not run as tests
    schmonz committed Sep 22, 2019
    Configuration menu
    Copy the full SHA
    d38dadf View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    d19a726 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    164453e View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    b7bbf75 View commit details
    Browse the repository at this point in the history
  47. Fix PLIST

    prlw1 committed Sep 22, 2019
    Configuration menu
    Copy the full SHA
    d9152e4 View commit details
    Browse the repository at this point in the history
  48. doc: Removed comms/asterisk

    jnemeth committed Sep 22, 2019
    Configuration menu
    Copy the full SHA
    455691e View commit details
    Browse the repository at this point in the history
  49. delete ancient Asterisk 11.*

    jnemeth committed Sep 22, 2019
    Configuration menu
    Copy the full SHA
    9daa91f View commit details
    Browse the repository at this point in the history
  50. doc: 2019Q3 freeze is on.

    0-wiz-0 committed Sep 22, 2019
    Configuration menu
    Copy the full SHA
    60999f9 View commit details
    Browse the repository at this point in the history
  51. delete ancient Asterisk 11.*

    jnemeth committed Sep 22, 2019
    Configuration menu
    Copy the full SHA
    54376fa View commit details
    Browse the repository at this point in the history
  52. Regen distinfo. Old one was NTFS. fno had different size. OK by wiz@

    CF-SX3@makoto 07:16:02/190923(/export/compare)% ls -l */*tgz
         79638 Dec 10  2015 ./fno/I18N_UnicodeNormalizer-1.0.0.tgz
       2265011 Sep 23 00:08 ./new/I18N_UnicodeNormalizer-1.0.0.tgz
       2154776 Sep 23 00:21 ./old/I18N_UnicodeNormalizer-1.0.0.tgz
    
    CF-SX3@makoto 07:16:51/190923(/export/compare)% sha1  */*.tgz
    SHA1 (fno/I18N_UnicodeNormalizer-1.0.0.tgz) = 4df6c65e335f8a7698d405f03bd53a856cc7f388
    SHA1 (new/I18N_UnicodeNormalizer-1.0.0.tgz) = fbcebfee6c4080066897bea1f8babaae6db1a87c
    SHA1 (old/I18N_UnicodeNormalizer-1.0.0.tgz) = 9386143d6d89505d2c43c33a67d18cd363fafd09
    
    CF-SX3@makoto 07:16:55/190923(/export/compare)% file  */*.tgz
    fno/I18N_UnicodeNormalizer-1.0.0.tgz:   gzip compressed data,
        was "I18N_UnicodeNormalizer-1.0.0.tar", last modified: Sat Aug  4 14:58:59 2007,
                        from Unix, original size modulo 2^32 3039599536
    new/I18N_UnicodeNormalizer-1.0.0.tgz:   gzip compressed data,
        was "I18N_UnicodeNormalizer-1.0.0.tar", last modified: Sat Aug  4 14:58:59 2007,
                        from Unix, original size modulo 2^32 14620160
    old/I18N_UnicodeNormalizer-1.0.0.tgz: gzip compressed data,
        from NTFS filesystem (NT), original size modulo 2^32 14620160
    mef committed Sep 22, 2019
    Configuration menu
    Copy the full SHA
    52db0ff View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    514f10c View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    3dd73d7 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2019

  1. PKGREVISION++, only packing OS was different. Distfile replaced. Than…

    …ks wiz@ and kre@
    mef committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    e990d55 View commit details
    Browse the repository at this point in the history
  2. Fix build with graphics/openexr 2.4.0 (-std=c++11). PKGREVISION++. pr…

    …oposed at pkgsrc-users@
    mef committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    801c5ed View commit details
    Browse the repository at this point in the history
  3. www/firefox: Add workaround for pkg/54563, to build firefox with clang

    (work around for libc++ vs netbsd headers).
    ng0 committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    e182159 View commit details
    Browse the repository at this point in the history
  4. openttd: Missing patch

    alarixnia committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    7439ba9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bec6d11 View commit details
    Browse the repository at this point in the history
  6. mupdf: pkgsrc now uses freeglut - update patches.

    Don't force traditional glut so the extensions are enabled properly.
    
    Helps the opengl build.
    alarixnia committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    4e69922 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9e0ee5b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b0ce9cc View commit details
    Browse the repository at this point in the history
  9. Correction again, wrong edit, sorry

    mef committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    71fdcc3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    faa6524 View commit details
    Browse the repository at this point in the history
  11. postfix: Update to 3.4.7

    upstream changes:
    -----------------
    * Robustness: the tlsproxy(8) daemon could go into a loop, logging a flood of
      error messages. Problem reported by Andreas Schulze after enabling SMTP/TLS
      connection reuse.
    * Workaround: OpenSSL changed an SSL_Shutdown() non-error result value into an
      error result value, causing logfile noise.
    * Configuration: the new 'TLS fast shutdown' parameter name was implemented
      incorrectly. The documentation said "tls_fast_shutdown_enable", but the code
      said "tls_fast_shutdown". This was fixed by changing the code, because no-one
      is expected to override the default.
    * Performance: workaround for poor TCP loopback performance on LINUX, where
      getsockopt(..., TCP_MAXSEG, ...) reports a bogus TCP maximal segment size that
      is 1/2 to 1/3 of the real MSS. To avoid client-side Nagle delays or
      server-side delayed ACKs caused by multiple smaller-than-MSS writes, Postfix
      chooses a VSTREAM buffer size that is a small multiple of the reported bogus
      MSS. This workaround increases the multiplier from 2x to 4x.
    * Robustness: the Postfix Dovecot client could segfault (null pointer read) or
      cause an SMTP server assertion to fail when talking to a fake Dovecot server.
      The Postfix Dovecot client now logs a proper error instead. Problem reported
      by Tim Düsterhus.
    triaxx committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    9a35b15 View commit details
    Browse the repository at this point in the history
  12. doc: Updated mail/postfix to 3.4.7

    triaxx committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    f77f926 View commit details
    Browse the repository at this point in the history
  13. Apply patch proposed at pkgsrc-users@, for PR pkg/54558 fix build wit…

    …h sip-4.19.14 or later
    
    The error was:
    sip: /tmp/x11/py-kde4/work/pykde4-4.14.3/sip/kdecore/typedefs.sip:26: syntax error
    mef committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    c83b92c View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2019

  1. grpc: libgrpc++_cronet must not be in PLIST

    adam committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    48bea07 View commit details
    Browse the repository at this point in the history
  2. py-pyinotify: allow building on platform other than Linux, FreeBSD, a…

    …nd NetBSD; clean-up
    adam committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    83c6a87 View commit details
    Browse the repository at this point in the history
  3. py-generateDS: repair PLIST for Python 2.7

    adam committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    a40c253 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2ab502a View commit details
    Browse the repository at this point in the history
  5. typo

    sevan committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    97c4a3e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f8d2996 View commit details
    Browse the repository at this point in the history
  7. typo

    sevan committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    7c48bfa View commit details
    Browse the repository at this point in the history
  8. pkgin: Update to 0.13.0.

    ## Version 0.13.0 (2019-09-24)
    
     * "pkgin upgrade" now upgrades all packages instead of only keep packages, and
       essentially replaces "pkgin full-upgrade".  Selective upgrades have always
       been risky and provide no benefit, especially in light of refresh support.
       "pkgin full-upgrade" is retained for compatibility but marked as deprecated.
     * Refresh the local package repository when a forced update is requested, so
       that a failed update can be repaired easily.
     * Switch NetBSD default repository from ftp.netbsd.org to cdn.netbsd.org.
    jperkin committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    65db014 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e402376 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    70860e4 View commit details
    Browse the repository at this point in the history
  11. Regen distinfo again, sorry

    mef committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    7611629 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1700742 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f3e4597 View commit details
    Browse the repository at this point in the history
  14. json-c: Fix build with clang10svn

    Drop -Werror due to -Werror,-Wimplicit-int-float-conversion.
    
    Issie fixed upstream in:
    
    https://github.com/json-c/json-c/commit/d0b87ee87b282e9b91a1af924050e217b0b2ae8b.patch
    
    Keep another rm:-Werror for gcc3/4, in order to not change the bahavior
    once this package will be upgraded.
    krytarowski committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    9e2004e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8454769 View commit details
    Browse the repository at this point in the history
  16. webkit-gtk: Update to 2.26.1

    Changes:
    WebKitGTK 2.26.1
    ================
     - Fix MSE media player with GStreamer 1.14.
     - Fix HTML alternate loads never finishing.
     - Fix web view initialization delay on first load.
     - Validate user agent string set via API.
     - Fix a crash when a web view is destroyed with accelerated compositing mode enabled.
     - Fix EGL initialization with newer versions of Mesa.
     - Do not enable the sandbox inside docker.
     - Fix several crashes and rendering issues.
    
    Thanks to <wiz> for approving update during freeze!
    iamleot committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    beb394c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9296cab View commit details
    Browse the repository at this point in the history
  18. nspluginwrapper: Link with -lgthread-2.0

    Otherwise there is a missing symbol with at least g_thread_init.
    krytarowski committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    0aaea68 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2019

  1. Configuration menu
    Copy the full SHA
    0f550d6 View commit details
    Browse the repository at this point in the history
  2. Regen distinfo, and set DIST_SUBDIR

    mef committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    b98dfe8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a1a6d26 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f47d2d6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8e480f4 View commit details
    Browse the repository at this point in the history
  6. mgba: Work around bulk build problems by temporarily avoiding HTML docs.

    Markdown docs are still installed.
    
    Bump PKGREVISION.
    alarixnia committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    44f980f View commit details
    Browse the repository at this point in the history
  7. py-mpd2: adjust PLIST for Python 2.7

    adam committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    0bf8cb0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    45b7bd1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d097449 View commit details
    Browse the repository at this point in the history
  10. py-jrnl: mark as incompatible with Python 2.7

    adam committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    520b025 View commit details
    Browse the repository at this point in the history
  11. glew: Needs glu

    alarixnia committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    02c6ab4 View commit details
    Browse the repository at this point in the history
  12. Add a missing dependency on devel/R-R6.

    brook committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    11d5e64 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e2e3b5c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ba6ac02 View commit details
    Browse the repository at this point in the history
  15. Add missing dependency on textproc/libxml2.

    brook committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    fdf512c View commit details
    Browse the repository at this point in the history
  16. Add missing dependency on devel/R-R6.

    brook committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    5f52c4b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b50f255 View commit details
    Browse the repository at this point in the history
  18. Add missing dependency on devel/R-R6.

    brook committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    17f24fc View commit details
    Browse the repository at this point in the history
  19. R-codetools: remove

    This package conflicts with the base R package we have in pkgsrc.
    0-wiz-0 committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    09222bb View commit details
    Browse the repository at this point in the history
  20. net/mosquitto: Update to 1.6.7

    Upstream changes are bugfixes.
    
    This is a micro update, and it's likely some of the bugfixes are
    security fixes.  Tested on netbsd-8/amd64.
    
    ok to update during freeze from wiz@.
    gdt committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    0f7c312 View commit details
    Browse the repository at this point in the history
  21. doc: Updated net/mosquitto to 1.6.7

    gdt committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    4b55014 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2019

  1. R-curl: this needs pkg-config to detect curl

    This still doesn't build though.
    0-wiz-0 committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    990be4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5fe3a0c View commit details
    Browse the repository at this point in the history
  3. R-tcltk2: update to 1.2.11nb1.

    Fix wish interpreter path in installed files. Bump PKGREVISION.
    0-wiz-0 committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    f4743fc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bce9f40 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bf1b5b4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3310bfa View commit details
    Browse the repository at this point in the history
  7. add and enable mustach

    jnemeth committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    5ca07ed View commit details
    Browse the repository at this point in the history
  8. py-sparqlwrapper: mark as incompatible with python-2.7

    due to py-rdflib's use of py-networkx.
    0-wiz-0 committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    290d6f9 View commit details
    Browse the repository at this point in the history
  9. turba: mark as only for php 5.6

    Due to php-mysql via horde.
    0-wiz-0 committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    598316d View commit details
    Browse the repository at this point in the history
  10. doc/TODO: freeglut-3.2.0

    alarixnia committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    6a73579 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bb3e71d View commit details
    Browse the repository at this point in the history
  12. rt3, p5-libapreq: remove

    p5-libapreq depends on mod_perl 1.x, which was removed in June.
    rt3 uses p5-libapreq.
    0-wiz-0 committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    1100c62 View commit details
    Browse the repository at this point in the history
  13. RTFM, RTx-RightsMatrix: remove

    Depend on removed rt3.
    0-wiz-0 committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    0093d85 View commit details
    Browse the repository at this point in the history
  14. base: remove

    Last update in 2009, homepage not reachable; only builds with php-5.6
    but one of it's dependencies is per default built against a newer php,
    so this can't even build.
    0-wiz-0 committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    fc52c1f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d440307 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f69e8b0 View commit details
    Browse the repository at this point in the history
  17. py-autobahn: some files don't compile with python-2.7

    Homepage still claims 2.7 support, so use PLIST.py3x for them
    and add comment with bug report URL.
    
    If upstream doesn't want to fix this, we should mark it as
    INCOMPATIBLE with 2.7 (only affects py-buildbot).
    0-wiz-0 committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    3847bc8 View commit details
    Browse the repository at this point in the history
  18. libesmtp: update to 1.0.6nb4.

    Disable ntlm plugin. It is not built by default on NetBSD 9.0.
    I read the configure output and script and couldn't determine
    the problem. This makes the build succeed again, and someone
    who is more interested in ntlm support can fix it.
    
    For perspective, last update in 2010 and no upstream available.
    
    Some pkglint cleanup while here.
    0-wiz-0 committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    2de6d66 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    341a518 View commit details
    Browse the repository at this point in the history
  20. ffmpeg2theora: Fix build problem under macOS

    tron committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    1a057fc View commit details
    Browse the repository at this point in the history
  21. py-autobahn: upstream closed the bug report about 2.7

    "not all parts" are supported.
    Make it easier for pgksrc and disable python 2.7.
    (There is no maintainer.)
    0-wiz-0 committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    8b3328c View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    4446f80 View commit details
    Browse the repository at this point in the history
  23. deforaos-cpp: update to 0.0.3nb2.

    Sync PLIST with what gtk-doc installs. Bump PKGREVISION.
    0-wiz-0 committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    dfdfa3b View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    6900e4e View commit details
    Browse the repository at this point in the history
  25. As py-gobject3-common has shrunk to just copying 2 files, remove all the

    python parafinalia from it.
    prlw1 committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    54299d8 View commit details
    Browse the repository at this point in the history
  26. couriertcpd: remove couriertls

    The code does not compile against current version of neither openssl
    nor gnutls.
    
    Bump PKGREVISION.
    0-wiz-0 committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    1b0062b View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    c2c1a08 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    b0b7128 View commit details
    Browse the repository at this point in the history
  29. Update www-php-glpi to v9.4.4 (security and bugfix release); upstream

    says:
    
    You'll find below the changes of this bugfixes version:
    
    - [security] Prevent account takeover vulnerability,
    - [security] Prevent execution of XSS on rich text,
    - fix cache key length issues,
    - fix user picture removal at login,
    - several fixes on recurring tickets,
    - fix some transfer errors related to entities among others,
    - and more!
    
    The full changelog is available:
    https://github.com/glpi-project/glpi/milestone/37?closed=1
    hauke committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    67c0bfd View commit details
    Browse the repository at this point in the history
  30. doc: Updated www/php-glpi to 9.4.4

    hauke committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    c73e8bd View commit details
    Browse the repository at this point in the history
  31. Update go112 to 1.12.10.

    Commit ok'd by wiz@ for PMC.
    
    Go 1.12.10:
    
    net/http (through net/textproto) used to accept and normalize invalid
    HTTP/1.1 headers with a space before the colon, in violation of RFC 7230. If
    a Go server is used behind an uncommon reverse proxy that accepts and
    forwards but doesn't normalize such invalid headers, the reverse proxy and
    the server can interpret the headers differently. This can lead to filter
    bypasses or request smuggling, the latter if requests from separate clients
    are multiplexed onto the same upstream connection by the proxy. Such invalid
    headers are now rejected by Go servers, and passed without normalization to
    Go client applications.
    
    The issue is CVE-2019-16276 and Go issue golang.org/issue/34540.
    
    Go 1.12.9:
    
    go1.12.9 (released 2019/08/15) includes fixes to the linker, and the os and
    math/big packages. See the Go 1.12.9 milestone on our issue tracker for
    details.
    bsiegert committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    c76b43f View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    fec1faa View commit details
    Browse the repository at this point in the history
  33. Revbump all Go packages after 1.12.10 update.

    ok wiz@ for PMC
    bsiegert committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    2cea422 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    0cff365 View commit details
    Browse the repository at this point in the history
  35. Add a missing dependency on devel/R-BH.

    brook committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    978e13c View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2019

  1. Configuration menu
    Copy the full SHA
    58429f7 View commit details
    Browse the repository at this point in the history
  2. softmaker-office-demo: remove

    This is a Linux binary of a test version of a text editor, last
    updated in 2006, which does not fetch.
    
    Newer versions are available, so someone can re-add it if interested.
    0-wiz-0 committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    c88b501 View commit details
    Browse the repository at this point in the history
  3. openldap-server: fix PR pkg/50679

    pkgsrc changes:
    ---------------
    * Make the configuration file DB_CONFIG installed only if 'bdb' option is
      enabled
    triaxx committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    08b4b1f View commit details
    Browse the repository at this point in the history
  4. py-statsmodels: update to 0.9.0nb2.

    Remove some .so files from the PLIST that are not built for me
    nor in mef's 9.0 bulk build.
    0-wiz-0 committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    467250d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    83510f5 View commit details
    Browse the repository at this point in the history
  6. deforaos-asm: update to 0.2.3nb1.

    Adapt PLIST for gtk-doc.
    0-wiz-0 committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    d48e5ed View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5b25ff4 View commit details
    Browse the repository at this point in the history
  8. Since we depend on devel/libuuid, use its header instead of a native

    one. Should unbreak builds on Linuxen.
    
    Declare type of function parameter, or it will default to int.
    hauke committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    9b47b48 View commit details
    Browse the repository at this point in the history
  9. Regen distinfo, update DIST_SUBDIR

    mef committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    127f182 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2019

  1. (x11/kde-runtime4) Add work around CXXFLAGS (disable warning), please…

    … remove at next update, tks
    
    +USE_LANGUAGES+=                c++
    +CXXFLAGS=      -Wno-unused-but-set-variable
    +CXXFLAGS+=     -Wno-implicit-fallthrough
    +CXXFLAGS+=     -Wno-deprecated-declarations
    +CXXFLAGS+=     -std=c++11
    mef committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    9bfccb5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f917ebc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    97ce30d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3ba0fee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a5d9e66 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2019

  1. freerdp2: Needs libxslt

    alarixnia committed Sep 29, 2019
    Configuration menu
    Copy the full SHA
    9ccc19a View commit details
    Browse the repository at this point in the history
  2. cliqz: update to 1.29.0

    - Removes obsolete patches no longer applicable to 1.29.0.
    - Adds a patch to support building cliqz from clang base in NetBSD.
    - No longer uses gcc in the build process.
    
    Changes since 1.28.2:
    
    Merge with Firefox 69.0.1
    
    Committed during freeze as it's a security fix to a leaf package. ok maya@
    fraggerfox committed Sep 29, 2019
    Configuration menu
    Copy the full SHA
    8b21e7e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9704fec View commit details
    Browse the repository at this point in the history
  4. Update to 0.67. From the changelog:

    [Changed]
    - Add package statement to step files of core feature tests
    - Move Executor from Test2::API::context() to Test2::Bundle::More
      (for pass, fail and done_testing) to fix seemingly random failures.
      Fixes #155.
    
    [Added]
    - Full support for package declarations in step files
    schmonz committed Sep 29, 2019
    Configuration menu
    Copy the full SHA
    8e9222e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9fa8958 View commit details
    Browse the repository at this point in the history
  6. Update to 2019.9.26. From the changelog:

    * Fix long blockquotes wrapping.
    * Remove the trailing whitespaces that were added after wrapping list items & blockquotes.
    * Fix memory leak when processing a document containing a ``<abbr>`` tag.
    * Fix ``AttributeError`` when reading text from stdin.
    * Fix ``UnicodeEncodeError`` when writing output to stdout.
    
    Updating during the freeze for the bugfixes.
    schmonz committed Sep 29, 2019
    Configuration menu
    Copy the full SHA
    44e3587 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a984b18 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2019

  1. freerdp2: Needs docbook-xsl

    alarixnia committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    cc1aaef View commit details
    Browse the repository at this point in the history
  2. Fix lib/thread.c implementation for list handling and thread_cancella…

    …tion:
    
    Documented upstream in: https://bugzilla.quagga.net/show_bug.cgi?id=1011
    
    The included patches will remedy thread.c shortcomings and add proper safeguards
    to detect future thread handling errors.
    fixes in the patches:
     - add a name to a thread for error messages
     - add a list pointer to the thread to track list membership
     - add fast check on prev/next pointer invariants
     - add check to detect inserting of a thread already in a list
     - add check to detect deletion of a thread not in a list
     - ignore cancellation requests for the currently running thread (fixes crash)
     - fix setting of prey/next pointers on adjecant elements when a head/tail element is
       deleted
    kardel committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    01d488e View commit details
    Browse the repository at this point in the history
  3. Bump PKGREVSION dur to new patches.

    kardel committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    1b45bf3 View commit details
    Browse the repository at this point in the history
  4. cliqz: use a versioned DIST_SUBDIR.

    Not all the files are versioned, so we have a mismatch if the previous
    version's files existed.
    This addresses the failure seen on mef's bulk build.
    coypoop committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    ad3ac8d View commit details
    Browse the repository at this point in the history
  5. cliqz: use the pkgname without the netbsd version suffix.

    No functional change now, but it will avoid changing the distfiles
    if PKGREVISION is used.
    
    Thanks to leot for pointing it out.
    coypoop committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    1a97d5b View commit details
    Browse the repository at this point in the history
  6. gnutls: backport upstream commit to avoid text relocations on i386.

    Regenerate asm files with -fPIC
    
    PR pkg/54555: security/gnutls 3.6.9 runs afoul of PAX MPROTECT and
    text relocations on netbsd-9/i386
    
    Bump PKGREVISION.
    coypoop committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    5453c5c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    662832e View commit details
    Browse the repository at this point in the history
  8. xm7: avoid narrowing conversion.

    point to mirror which happens to host this distfile (it's marked RESTRICTED,
    so we can't host a copy, and probably this mirror shouldn't either, but
    it unbreaks the package now.)
    coypoop committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    c3fba61 View commit details
    Browse the repository at this point in the history
  9. py-python-slugify: update to 3.0.4.

    To fix build/run with py-text-unidecode 1.3 (see PR 54583).
    
    ## 3.0.4
      - Now supporting text-unidecode>=1.3
      - Now supporting Unidecode>=1.1.1
    0-wiz-0 committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    95ec68e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5e762e3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9ad2aa2 View commit details
    Browse the repository at this point in the history
  12. Python 3 using meson can build python 2 using packages, so remove

    restriction, and just pick 3.7 out of a hat as the version for meson
    as a build tool to use.
    prlw1 committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    b65d363 View commit details
    Browse the repository at this point in the history
  13. fasttracker2: Update to v1.00

    - Minor pkglint(1) fixes
    
    Changes since b168:
    
    v1.00 - 25.09.2019:
    - This is now the first "stable" release, and it's not in beta anymore
    - Some very small fixes to the scopes
    - macOS: Added ctrl+cmd+f keybinding to toggle fullscreen (same as alt+enter)
    - macOS: Fix huge delay before main window pops ups when opening .XMs associated
      with the clone by double-clicking on them.
    - macOS: Finetuned a couple of things in the .app package. Version string and
      "document types" for file->program association.
    - Renamed binary/folder/zip names
    
    Committed during freeze as the software has taken up a stable release, also
    leaf package. ok wiz@
    fraggerfox committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    cabb415 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a9ac092 View commit details
    Browse the repository at this point in the history
  15. set DIST_SUBDIR, and regen distinfo

    mef committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    fbbc9d2 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2e4515c View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2019

  1. Configuration menu
    Copy the full SHA
    1418484 View commit details
    Browse the repository at this point in the history