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


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




switch to index mode

recent branches: MAIN (4m)  pkgsrc-2024Q1 (15d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (75d)  pkgsrc-2023Q3 (154d) 

2024-05-13 09:19:56 UTC Now

2021-03-14 08:37:36 UTC MAIN commitmail json YAML

doc: Updated print/cups-pdf to 3.0.1nb1

(wiz)

2021-03-14 08:37:27 UTC MAIN commitmail json YAML

cups-pdf: fix RELRO build

Remove reference to non-existent file

Bump PKGREVISION

(wiz)

2021-03-14 08:31:17 UTC MAIN commitmail json YAML

dbus: Simplify MESSAGE, make it only appear for INIT_SYSTEM=rc.d

(nia)

2021-03-14 08:25:51 UTC MAIN commitmail json YAML

Updated devel/py-yapf, devel/py-xdis

(adam)

2021-03-14 08:25:02 UTC MAIN commitmail json YAML

py-xdis: updated to 5.0.8

5.0.8:

Allow an alternate opmap - adds the capability to disassemble python bytecode that has
been frozen with a custom opcode mapping. This is particularly useful for disassembling
malware that uses custom opcode mappings in an attempt to hinder disassembly with standard
tools. The updates in this pull request are used by pydecipher, a tool to unfreeze and deob fuscate frozen python code.

Add Python versions 3.8.8 and 3.9.2

(adam)

2021-03-14 08:23:15 UTC MAIN commitmail json YAML

py-yapf: updated to 0.31.0

0.31.0:
Added
- Renamed 'master' brannch to 'main'.
- Add 'BLANK_LINES_BETWEEN_TOP_LEVEL_IMPORTS_AND_VARIABLES' to support setting
  a custom number of blank lines between top-level imports and variable
  definitions.
- Ignore end of line `# copybara:` directives when checking line length.
- Look at the 'pyproject.toml' file to see if it contains style information for
  YAPF.
Changed
- Do not scan exlcuded directories. Prior versions would scan an exluded
  folder then exclude its contents on a file by file basis. Preventing the
  folder being scanned is faster.
Fixed
- Exclude directories on Windows.

(adam)

2021-03-14 08:19:24 UTC MAIN commitmail json YAML

mk/haskell.mk: Ignore per-user package environment file while building 'Setup'

Turned out this was necessary when using `cabal-install v2-install` outside of pkgsrc, because the command creates a per-user package environment and in turn makes Cabal hidden.

(pho)

2021-03-14 08:17:26 UTC MAIN commitmail json YAML

doc: Updated x11/libxkbcommon to 1.1.0

(wiz)

2021-03-14 08:17:17 UTC MAIN commitmail json YAML

libxkbcommon: update to 1.1.0.

libxkbcommon 1.1.0 - 2021-02-27
==================

- Publish the `xkb-format-text-v1.md` file in the HTML documentation. This file
  existed for a long time but only in the Git repository.
  Link: https://xkbcommon.org/doc/current/md_doc_keymap_format_text_v1.html

- Add partial documentation for xkb_symbols to xkb-format-text-v1.md.

  Contributed by Simon Zeni.

- Update keysym definitions to latest xorgproto. In particular, this adds many
  special keysyms corresponding to Linux evdev keycodes.

  Contributed by Peter Hutterer <@who-t.net>.

- New API:
  Too many XKB_KEY_* definitions to list here.

(wiz)

2021-03-14 08:16:11 UTC MAIN commitmail json YAML

doc: Updated devel/bison to 3.7.6

(wiz)

2021-03-14 08:16:02 UTC MAIN commitmail json YAML

bison: update to 3.7.6.

* Noteworthy changes in release 3.7.6 (2021-03-08) [stable]

** Bug fixes

*** Reused Push Parsers

  When a push-parser state structure is used for multiple parses, it was
  possible for some state to leak from one run into the following one.

*** Fix Table Generation

  In some very rare conditions, when there are many useless tokens, it was
  possible to generate incorrect parsers.

(wiz)

2021-03-14 08:03:19 UTC MAIN commitmail json YAML

doc: Updated multimedia/dav1d to 0.8.2

(nia)

2021-03-14 08:02:58 UTC MAIN commitmail json YAML

dav1d: Update to 0.8.2

0.8.2 is a middle-size update of the 0.8.0 branch:
- ARM32 optimizations for ipred and itx in 10/12bits,
  completing the 10b/12b work on ARM64 and ARM32
- Give the post-filters their own threads
- ARM64: rewrite the wiener functions
- Speed up coefficient decoding, 0.5%-3% global decoding gain
- x86 optimizations for CDEF_filter and wiener in 10/12bit
- x86: rewrite the SGR AVX2 asm
- x86: improve msac speed on SSE2+ machines
- ARM32: improve speed of ipred and warp
- ARM64: improve speed of ipred, cdef_dir, cdef_filter, warp_motion and itx16
- ARM32/64: improve speed of looprestoration
- Add seeking, pausing to the player
- Update the player for rendering of 10b/12b
- Misc speed improvements and fixes on all platforms
- Add a xxh3 muxer in the dav1d application

(nia)

2021-03-14 07:58:30 UTC MAIN commitmail json YAML

doc: Updated security/gnutls to 3.7.1

(wiz)

2021-03-14 07:58:21 UTC MAIN commitmail json YAML

gnutls: update to 3.7.1.

* Version 3.7.1 (released 2021-03-10)

** libgnutls: Fixed potential use-after-free in sending "key_share"
  and "pre_shared_key" extensions. When sending those extensions, the
  client may dereference a pointer no longer valid after
  realloc. This happens only when the client sends a large Client
  Hello message, e.g., when HRR is sent in a resumed session
  previously negotiated large FFDHE parameters, because the initial
  allocation of the buffer is large enough without having to call
  realloc (#1151).  [GNUTLS-SA-2021-03-10, CVSS: low]

** libgnutls: Fixed a regression in handling duplicated certs in a
  chain (#1131).

** libgnutls: Fixed sending of session ID in TLS 1.3 middlebox
  compatibiltiy mode. In that mode the client shall always send a
  non-zero session ID to make the handshake resemble the TLS 1.2
  resumption; this was not true in the previous versions (#1074).

** libgnutls: W32 performance improvement with a new sendmsg()-like
  transport implementation (!1377).

** libgnutls: Removed dependency on the external 'fipscheck' package,
  when compiled with --enable-fips140-mode (#1101).

** libgnutls: Added padlock acceleration for AES-192-CBC (#1004).

(wiz)

2021-03-14 07:45:36 UTC MAIN commitmail json YAML

doc/TODO: add some

+ ImageMagick-7.0.11.3, bison-3.7.6, dunst-1.6.1 [adds Linux- and
  wayland-specific code], gnutls-3.7.1, libcups-2.3.3op2,
  libxkbcommon-1.1.0, ocaml-4.12.0, protobuf-3.15.6, py-hypothesis-6.8.1,
  py-mercurial-5.7.1, zstd-1.4.9.

(wiz)

2021-03-14 07:44:10 UTC MAIN commitmail json YAML

doc: Updated mail/balsa to 2.6.2

(nia)

2021-03-14 07:43:48 UTC MAIN commitmail json YAML

balsa: Update to 2.6.2

* Balsa-2.6.2 release. Release date 2020-12-21

- Webkit widgets are now sandboxed.
- Improved desktop notifications.
- iTIP calendar reply are improved.
- Handling of multiple crypto keys for the same recipient.
- build cleanups and improvements, e.g. application logging.
- code cleanups and simplifications as enabled by moving to more modern
  libraries.
- bug fixes: draft with message/external-body attachments;
  do not crash on importing half-broken keys
- improved translations.

(nia)

2021-03-14 02:29:19 UTC MAIN commitmail json YAML

gitea: re-generate the frontend files

It turns out this new version of Gitea does need newer frontend files after
all. A copy has been uploaded to ftp.netbsd.org as documented.

Bumps PKGREVISION.

(khorben)

2021-03-13 22:37:32 UTC MAIN commitmail json YAML

doc: Updated sysutils/sfm to 0.5.0

(pin)

2021-03-13 22:37:10 UTC MAIN commitmail json YAML

sysutils/sfm: update to 0.5.0

-Add styling and icons in modals (#13)
-Add new styling possibilites WIP
-Add theme to modals
-Update version

(pin)

2021-03-13 22:36:10 UTC MAIN commitmail json YAML

doc: Updated sysutils/macchina to 0.5.9

(pin)

2021-03-13 22:35:47 UTC MAIN commitmail json YAML

sysutils/macchina: update to 0.5.9

-Added macOS support
-Execution time on macOS is ~3ms!
-Major overhaul and structural changes to the majority of the codebase,
enhancing the execution time significantly across all platforms, and allowing
for easier OS support in the future.
-Added extensive and comprehensive documentation.
-Added GitHub Actions.
-Made distribution fetching more robust

(pin)

2021-03-13 19:34:11 UTC MAIN commitmail json YAML

libarchive: Fix bootstrap build under Haiku OS/x86_64 R1/beta2

Haiku OS R1/beta2 provides readpassphrase.h header file and
readpassphrase function in libbsd library.
And libarchive's configure script detects readpassphrase.h
and does not detect readpassphrase function.
In this case, libarchive try to use readpassphrase.h and
build and use internal readpassphrase inplementation.
readpassphrase.h defines readpassphrase function as non-static
and the internal implemantation is static.
This inconsistency breaks bootstrap pkgsrc under Haiku OS/x86_64 R1/beta2.

Add -lbsd to LIBS in Haiku OS case to fix the build and bootstrap.

(ryoon)

2021-03-13 15:25:08 UTC MAIN commitmail json YAML

doc: Updated www/squid4 to 4.14

(taca)

2021-03-13 15:24:44 UTC MAIN commitmail json YAML

www/squid4: update to 4.14

Changes in squid-4.14 (02 Feb 2021):

- Regression Fix: support for non-lowercase Transfer-Encoding value
- Regression Fix: cachemgr.cgi wrong 403 response to authenticated menu URIs
- Bug 5076: WCCP Security Info incorrect
- Bug 5073: Compile error: index was not declared in this scope
- Bug 5065: url_rewrite_program documentation update
- Bug 3074 pt2: improved handling of URI paths implicit '/'
- Fix transactions exceeding client_lifetime logged as _ABORTED

(taca)

2021-03-13 14:29:47 UTC MAIN commitmail json YAML

devel/php-memcache: commit forgot files

* Add DESCR about php80 support.
* Update distinfo.

(taca)

2021-03-13 14:27:54 UTC MAIN commitmail json YAML

doc: Updated meta-pkgs/php74-extensions to 7.4.16nb1

(taca)

2021-03-13 14:27:32 UTC MAIN commitmail json YAML

meta-pkgs/php74-extensions: add php-ffi

Add devel/php-ffi.

Bump PKGREVISION.

(taca)

2021-03-13 14:11:47 UTC MAIN commitmail json YAML

doc: Updated geography/py-googlemaps to 4.4.4

(kleink)

2021-03-13 14:11:18 UTC MAIN commitmail json YAML

py-googlemaps: Update to 4.4.4.

4.4.4 (2021-03-12)
------------------

Bug Fixes

* make Places textsearch query parameter optional (399) (6b29efd)

4.4.3 (2021-03-01)
------------------

Bug Fixes

* fixed code quality issues (398) (44cafa0)

(kleink)

2021-03-13 07:25:28 UTC MAIN commitmail json YAML

doc: Updated misc/screen to 4.8.0nb4

(kim)

2021-03-13 07:24:04 UTC MAIN commitmail json YAML

2021-03-13 04:38:27 UTC MAIN commitmail json YAML

doc: Updated net/remmina to 1.4.12

(ryoon)

2021-03-13 04:37:46 UTC MAIN commitmail json YAML

remmina: Update to 1.4.12

Changelog:
v1.4.12

full changelog

    Multi monitor support preview !2184 @antenore
    Resolve "Left-handed mouse support" !2200 @antenore
    Refactoring SSH themes !2205 @antenore
    Crystal clear sound made simple. !2207 @antenore
    Adding SSH certificate authentication !2208 @antenore
    Refactoring SSH tunnel authentication. #2414 !2211 @antenore
    Refactoring: GResource based UI elements !2201 @antenore
    Invalid connection option ":port" removed !2193 @kingu
    Add ifdefs for spice version less then 0.38 (fix #2408) !2195 @hadogenes
    Fix for #2408 building with older SPICE libraries !2194 @jweberhofer
    Spelling: Bug triaging and labeling labels reworked. !2192 @kingu
    Ignoring glib functions if glib version older then 2.56 !2196 @antenore
    Some refactoring and fixes for 1.4.11 !2198 @antenore
    Revert "rdp/event: Fix wheel value for GDK_SCROLL_DOWN events" !2199 @pnowack
    Fixing compiler errors related to Python plugin support on master !2178 @ToolsDevler
    Fixes for multi monitor and weblate !2202 @antenore
    Spelling: desktop !2203 @kingu
    Spelling: Colour !2204 @kingu
    Fixing memory leaks and minor bugs !2206 @antenore
    Fix minor typos !2209 @yurchor
    Typo fix, certificat -> certificate !2210 @yarons
    Improve pre-connection FreeRDP channel initializations !2212 @antenore

v1.4.11

full changelog

    Implementing simple SSH multi factor authentication. !2162 @antenore
    rdp/cliprdr: Fix header of FormatList message !2147 @pnowack
    rdp/event: Fix wheel value for GDK_SCROLL_DOWN events !2149 @pnowack
    Implementing dynamic resolution in SPICE plugin !2150 @hadogenes
    remove triplicate entry in changelog !2151 @Fantu
    Resolve "Remmina does not handle file:///some/path/to/file.rdp syntax" !2152 @antenore
    Resolve "SSH tunneling, honoring ssh_config (User, HostKeyAlias, ProxyJump, HostKeyAlgorithms, IdentitiesOnly, etc.)" !2154 @antenore
    Resolve "While in the main window, bind F10 keyboard shortcut to toggling the main menubutton" !2156 @antenore
    Add capability to load Python plugins (not finished). !2157 @ToolsDevler
    Disabling Python support by default !2158 @antenore
    Suppress Output PDU when the RDP window is not visible !2159 @antenore
    Refactoring SSH plugin !2160 @antenore
    Spelling: SGR 1 attribute colour and bold switching !2163 @kingu
    Remove extra parenthesis !2164 @yurchor
    Spice option to choose Prefered Video Codec and Image Compressor !2165 @hadogenes
    Spelling: Protocol info and view strings reworked !2166 @kingu
    Spelling: Server name placeholder moved !2167 @kingu
    Spelling: Glade !2170 @kingu
    Spelling: Start-up !2171 @kingu
    Spelling: ISO, date and time !2172 @kingu
    Spelling: Auto-start, auto-scroll, auto-detect !2173 @kingu
    Spelling: Colour, could not, turn off, don't send !2168 @kingu
    Spelling: SSH key, first, checksum of, either !2169 @kingu
    Implementing simple SSH multi factor authentication. !2162 @antenore
    Correct iterating lines in string - address sanitizer fix #2390 !2174 @hadogenes
    Correct freeing memory in spice !2175 @hadogenes
    Issue/2391 randomness !2176 @antenore
    Resolve "Missing keyboard shortcuts to toggle search (Ctrl+F, Escape), and closing the search doesn't clear the search" !2179 @antenore
    Resolve "Always false contition in remmina_ssh.c" !2180 @antenore
    Improving error detection !2181 @antenore
    Using curly double quotes where possible !2182 @antenore
    Spelling: SPICE, GStreamer, No, video-codec error !2183 @kingu
    Command line help improvements !2185 @antenore
    Fix minor typo !2186 @yurchor
    Small typos fixed !2187 @kingu
    Resolve "Remmina Crashes when opening the preferences with the accelerator" !2189 @antenore
    Fixing #2401 - crash when using ctrl+p !2190 @antenore
    Refactorin the RCW toolbar to use the right tool items types !2188 @antenore

v1.4.10

full changelog

    Resolve "RDP Black Screen on connection" !2123 @antenore
    Correctly importing and exporting audiocapturemode, closes #2349 !2124 @antenore
    Resolve "Auto accept changes to fingerprints and auto accept certificates" !2126 @antenore
    "Fingerprinters" corrected to "fingerprints". !2127 @kingu
    Implementing network type option !2128 @antenore
    Improving the terminal colour file picker !2129 @antenore
    Resolve "[RDP] Since v1.4.9 Audio is no longer working" !2130 @antenore
    New connection strings corrected !2131 @kingu
    Correct location of Terminal colour scheme setting !2132 @kingu
    Set .gitlab-ci.yml to enable or configure SAST !2134 @antenore
    Adding missing components in the snap !2133 @antenore
    Fixing pulseaudio LD_LIBRARY_PATH and staging PA libraries !2136 @antenore
    fix incorrect name date log sessions ssh !2137 @acendrou
    Resolve "Strange padding in main window" !2138 @antenore
    Remove legacy rfx code !2139 @antenore
    Resolve "RDP export features does not properly include gatewayhostname" !2140 @antenore
    Fixing snap's pulseaudio and wayland issues !2142 @antenore
    RDP log filters keep previous value across connections !2143 @antenore
    RDP: Add Use base credential for RD gateway authentication !2135 @Fantu
    Emit warning if libkf5wallet missing but required by -DWITH_KF5WALLET=ON !2144 @giox069
    Do not activate performance optimisations based on network type unless explicitly requested. !2145 @antenore

v1.4.9

full changelog

    Snap Pulseaudio integration !2106 @antenore
    Updated color schemes from iTerm2-Color-Schemes !2107 @antenore
    Use previously defined DATADIR to install Kiosk files !2108 @kapsh
    Snap language simplified !2110 @kingu
    RDP and VNC: Fix smooth scrolling when abs(delta) < 1.0, see issue #2273 !2111 @giox069
    Alexander Kapshuna added to remmina_about.glade !2109 @kingu
    remmina_main_quickconnect: recognize ip when textbox has ip:port in it, and strip whitespaces !2112 @bwack
    Implementing text search in the SSH plugin !2113 @antenore
    Spelling: Plugin manager language reworked !2114 @kingu
    Save screenshot_name and use correct seconds format !2115 @antenore
    Resolve "Autostart checkbox setting not saved" !2116 @antenore
    rdp: document freerdp Performance Flags setted by quality setting !2117 @Fantu
    Resolve "Terminal general preferences are not saved" !2119 @antenore
    Resolve "Type in FindFREERDP3.cmake" !2120 @antenore
    rdp: add freerdp log filters setting !2118 @Fantu
    Resolve "Extra underline character in "_Preferences" tooptip text" !2121 @antenore

(ryoon)

2021-03-13 01:22:43 UTC MAIN commitmail json YAML

doc: Updated net/mosquitto to 2.0.9

(gdt)

2021-03-13 01:22:37 UTC MAIN commitmail json YAML

net/mosquitto: Update to 2.0.9

(bugfixes)

(gdt)

2021-03-13 01:11:46 UTC MAIN commitmail json YAML

doc: Updated geography/gdal-lib to 3.2.2

(gdt)

2021-03-13 01:11:40 UTC MAIN commitmail json YAML

geography/gdal-lib (and py-gdal): Update to 3.2.2.

Upstream changes: bug fixes

(gdt)

2021-03-12 23:01:35 UTC MAIN commitmail json YAML

doc: Updated security/libdecaf to 1.0.1

(fox)

2021-03-12 23:01:07 UTC MAIN commitmail json YAML

security/libdecaf: Updates to v1.0.1

- Build scripts now depend on the sourceforce git repository directly.

Changes since v1.0.0:

October 10, 2020:
    A paper by Konstantinos Chalkias, Franc箕ois Garillot, and Valeria
    Nikolaenko, to be found at:

    https://eprint.iacr.org/2020/1244.pdf

    discusses malleability in EdDSA implementations.  Their test
    vectors reveal unintentional malleability in libdecaf's version
    of EdDSA verify, in violation of RFC 8032.  With this malleability,
    an attacker could modify an existing valid signature to create a
    new signature that is still valid, but only for the same message.

    Releave v1.0.1, correcting this flaw.

Additional changes generated from git commit logs:

- (tag: v1.0.1) Fix bug in ristretto elligator: it should be able to take improper field elements as input
- Fix malleability bug from https://eprint.iacr.org/2020/1244.pdf and add test vectors
- Optimize s^2 -> s2
- Dont double generator for Ed448RistrettoPoint
- Update ristretto.sage for python3. Also add Ed448RistrettoPoint for reference
- Add safer version of EdDSA signing API
- Fix issues when compiling on GCC 9.1
- Also remove X_SER_BYTES while were at it
- Remove gf_hibit, since it was a relic from p521 days
- Adds errno.eexist, remove hardcoded error value
- Tweak generated code message
- Fix flaky Python generator
- Add full RFC 8032 test vectors
- Change test scripts to avoid GCC warnings
- Minor changes. Bump version number in CMakeLists.txt

(fox)

2021-03-12 22:51:13 UTC MAIN commitmail json YAML

doc: Updated devel/gradle to 6.8.3

(ryoon)

2021-03-12 22:50:42 UTC MAIN commitmail json YAML

gradle: Update to 6.8.3

Changelog:
Too long. It includes:
* Outdated TLS/SSL is disabled by default.
* Fix bugs.
* Improve performance.
* Improve Kotlin DSL script support.

(ryoon)

2021-03-12 21:45:41 UTC MAIN commitmail json YAML

doc: Updated audio/din to 50

(fox)

2021-03-12 21:45:13 UTC MAIN commitmail json YAML

audio/din: Updates to 50

Changes since 49.1:

DIN Is Noise 50:

  /* Wand drones into existense using Drone Tools > Wand

    /* tool toggles between Add and Wand modes

    /* In Add mode (the only mode until DIN49.1), you add a new drone by
      left clicking on the microtonal keyboard. You click and drag to
      'spray' new drones.

    /* In Wand mode (new in DIN 50), you simply wave the mouse to add drones on
      the microtonal keyboard. Use the Wand distance (Drone Params > Defaults)
      to control how close or spaced out the drones are to each other.

  /* new Drone Params > Defaults tab to set defaults for some drone parameters:

    /* wand distance - distance to move the mouse before DIN adds a drone in Wand mode.

      ! smaller distance means drones are created close together
      ! larger distance means drones are more spaced out

    /* type of drones wanded/added:

      1. immortal - drone forever until deleted << default and the only type until DIN49.1
      2. mortal - die after their lifetime << drones launched from another drone are this type
      3. reincarnate - die after their lifetime only to be (re)born immediately! << new to DIN 50!

    -> type of sound made by drones:

      -> moved from Drone > Tools in DIN 49.1
      -> drones a pitch/volume
      -> noise @ pitch/volume

    -> Drone rise (min, max), fall (min, max), lifetime and handle size.
      -> rise, fall times moved here from Settings screen

  /* Drone Tools > Immortalize to make drones immortal
  /* Drone Tools > Mortalize to kill drones after their lifetime
  /* Drone Tools > Reincarnate - drones rebirth after their death, immediately!

  /* Auto rotate Velocity or Acceleration or Both of selected drones from
    Drone Params > Motion tab
    /* @ RPM
    /* Clockwise or Anti-clockwise
    /* Start, Stop or Toggle

  /* Set AM and FM directions to
    /* Vertical, Horizontal, Velocity or Acceleration
    /* Until DIN 49.1:
      /* AM direction = Vertical
      /* FM direction = Horizontal

    !
      interesting fx possible via auto rotating velocity +/ acceleration and using them
      as modulation directions. also interesting to launch drones from auto rotating
      velocities.
    !

  /*
    DIN 50 introduces a virtual geometric chuck inspired by the geometric chuck,
    a drawing machine from the 19th century! DIN's chuck, made with a bunch
    of drones, not only draws (via drone trails) but also sounds notes
    (via snapping), drones or noises!

    To begin, select a bunch of drones and
      choose Drone Tools > Chuck
        DIN creates a geometric chuck with these drones
          Minimum 2 drones
          Good start = 3 drones
          Each drone rotates about the other
          1st drone is central, rotates about nothing, so stays still
            You can move this drone around and move the whole chuck
              The 2nd drone rotates about the 1st,
                The 3rd drone rotates about the 2nd,
                  and so on

          Browse the selected drones of the chuck with Drone Tools > Browse drone
          or press <- and -> to select a drone in the chuck and

          Adjust the speed at which this drone rotates about the other
          (Drone Params > Chuck > Speed), the distance at which it rotates
          (Drone Params > Chuck > Length), flip the direction of rotation
          (anti-clockwise < > clockwise) (Drone Params > Flip), pause/go
          (Drone Params > Chuck > Toggle) the rotation and draw a trail
          (Drone Params > Chuck > Trail length). Recommend trail on the last
          drone of a chuck to make drawing like the real geometric chuck

          Set Angle per frame to speed up (large angle) or slow down (small angle) the rotation
          of all the drones of (all) chuck(s).

          The drones of the chuck sound the pitch/volume they are on the microtonal keyboard.
          You can mute/unmute any / all of the drones of the chuck.
            Drone Tools > Mute, Drone Tools > Unmute
          You can convert any / all of the chuck's drones to noise (Drone Tools > Drone > Noise) or
          vice-versa.
            Drone Tools > Drone 2 Noise, Drone Tools > Noise 2 Drone
          You can snap drones of the chuck to sound notes
            Drone Params > Motion > Snap drones to notes > Set

  *\

  + stop drone decay (and death) if frozen
  + retime decay time of deleted drone(s) if you select drone(s) and delete again

  * change FM depth (like AM depth) by moving along vertical on mouse slider
    * moved along horizontal until DIN 49.1
  * change FM bpm (like AM bpm) by moving along vertical on mouse slider
    * moved along horizontal until DIN 49.1
  * helps with moving drones along circular paths at different speeds
  * improved value spinner UI
  * improved find_nearest_note (..) performance
  * improved drone trail performance
  * improved console text & value display

(fox)

2021-03-12 21:25:53 UTC MAIN commitmail json YAML

kore: add an 'acme' build option to allow compiling in ACME support.

(fcambus)

2021-03-12 17:52:10 UTC MAIN commitmail json YAML

doc: Remove ant-contrib

(ryoon)

2021-03-12 17:49:35 UTC MAIN commitmail json YAML

doc: Updated devel/ant-contrib to 1.0b3

(ryoon)

2021-03-12 17:49:11 UTC MAIN commitmail json YAML

2021-03-12 17:43:36 UTC MAIN commitmail json YAML

doc: Updated lang/openjdk11 to 1.11.0.10.9nb1

(ryoon)

2021-03-12 17:43:04 UTC MAIN commitmail json YAML

openjdk11: Fix NIO behavior

* Fix www/apache-tomcat9 breakage.
* And enable GNU extension for the latest NetBSD-current to avoid RE errors.

(ryoon)

2021-03-12 15:28:51 UTC MAIN commitmail json YAML

doc: Updated net/sayaka to 3.5.0

(tsutsui)

2021-03-12 15:27:55 UTC MAIN commitmail json YAML

sayaka: update to 3.5.0.

Upstream changes:

* 3.5.0 (2021/03/03)
- migrate to C++ and obsolete vala version
- support only JPEG and PNG image for now
- implement auto recognition of the terminal background color
- remove --protect and --support-evs options
- remove --noimg option (superseded by --no-image)
- remove replaying recoded data in userstream days

(tsutsui)

2021-03-12 15:02:55 UTC MAIN commitmail json YAML

doc: Added devel/php-msgpack version 2.1.2

(tpaul)

2021-03-12 15:02:38 UTC MAIN commitmail json YAML

php-msgpack: Import php-msgpack-2.1.2 as devel/php-msgpack

This extension provide API for communicating with MessagePack serialization.
MessagePack is a binary-based efficient object serialization library.
It enables to exchange structured objects between many languages like JSON.
But unlike JSON, it is very fast and small.

(tpaul)

2021-03-12 15:02:13 UTC MAIN commitmail json YAML

oshu: Disable non-minimal skin.

It needs to download files during the build process and the website
it downloads files from stopped existing, so the package stopped building.

Maybe it should be a distfile when the file becomes available again.

(nia)

2021-03-12 14:48:12 UTC MAIN commitmail json YAML

py-keystone: needs cmake.

(nia)

2021-03-12 14:38:21 UTC MAIN commitmail json YAML

doc: Updated mail/thunderbird-l10n to 78.8.1

(ryoon)

2021-03-12 14:38:00 UTC MAIN commitmail json YAML

thunderbird-l10n: Update to 78.8.1

* Sync with mail/thunderbird-78.8.1.

(ryoon)

2021-03-12 14:37:40 UTC MAIN commitmail json YAML

doc: Updated mail/thunderbird to 78.8.1

(ryoon)

2021-03-12 14:37:02 UTC MAIN commitmail json YAML

thunderbird: Update to 78.8.1

Changelog:
Fixes
New mail notification did not occur for newly arrived messages if previously
received mail was unread

Directory for saving multiple attachments was not remembered between saves

Opening a message from the command-line using "-mail <URL>" failed

Automatic account setup did not use the provider email and display name

Newly-added identities were not listed in the account manager until it was
closed and reopened

Account provisioner did not properly handle UTF-8 data

Copying a large message to an IMAP server would sometimes prematurely display a
time-out error

OpenPGP: Various errors when importing keys

OpenPGP: Public keys attached to an outgoing email did not have
"Content-Description" set

Address Book: CardDAV sync errors did not retry until Thunderbird was restarted

Calendar: Changing the cache mode of a CalDAV calendar connection would lose
the username of the account

Calendar: Add-on calendars were sometimes not visible after restarting

Calendar: The preview for a recurring task did not use all available space in
the dialog window

Installer: Option to keep distribution directory on upgrade did not work

(ryoon)

2021-03-12 14:13:08 UTC MAIN commitmail json YAML

doc: Updated www/firefox-l10n to 86.0.1

(ryoon)

2021-03-12 14:12:45 UTC MAIN commitmail json YAML

firefox-l10n: Update to 86.0.1

* Sync with www/firefox-86.0.1.

(ryoon)

2021-03-12 14:12:25 UTC MAIN commitmail json YAML

doc: Updated www/firefox to 86.0.1

(ryoon)

2021-03-12 14:11:47 UTC MAIN commitmail json YAML

firefox: Update to 86.0.1

Changelog:
86.0.1
Firefox Release

March 11, 2021

Version 86.0.1, first offered to Release channel users on March 11, 2021
-------------------------------------------------------------------------------
#

Fixed

  * Fixed an issue on Apple Silicon machines that caused Firefox to be
    unresponsive after system sleep (bug 1682713)

  * Fixed an issue causing windows to gain or lose focus unexpectedly (bug
    1694927)

  * Fixed truncation of date and time widgets due to incorrect width
    calculation (bug 1695578)

  * Fixed an issue causing unexpected behavior with extensions managing tab
    groups (bug 1694699)

  * Fixed a frequent Linux crash on browser launch (bug 1694670)

(ryoon)

2021-03-12 13:12:08 UTC MAIN commitmail json YAML

Updated databases/py-peewee, math/py-asteval

(adam)

2021-03-12 13:11:50 UTC MAIN commitmail json YAML

py-asteval: updated to 0.9.23

0.9.23:
treat all __dunder__ attributes of all objects as inherently unsafe.

0.9.22:
update doc and license for 0.9.22

(adam)

2021-03-12 12:54:56 UTC MAIN commitmail json YAML

py-peewee: updated to 3.14.3

3.14.3

This release contains a single fix for ensuring NULL values are inserted when
issuing a bulk-insert of heterogeneous dictionaries which may be missing
explicit NULL values.

(adam)

2021-03-12 11:54:42 UTC MAIN commitmail json YAML

doc: Updated www/gitea to 1.13.4

(khorben)

2021-03-12 11:54:25 UTC MAIN commitmail json YAML

gitea: updated to 1.13.4

This includes the following security fixes; in 1.13.0:
* Add Allow-/Block-List for Migrate & Mirrors
* Prevent git operations for inactive users
* Disallow urlencoded new lines in git protocol paths if there is a port
* Mitigate Security vulnerability in the git hook feature
* Disable DSA ssh keys by default
* Set TLS minimum version to 1.2
* Use argon as default password hash algorithm

In 1.13.1:
* Hide private participation in Orgs
* Fix escaping issue in diff

In 1.13.2:
* Prevent panic on fuzzer provided string
* Add secure/httpOnly attributes to the lang cookie

In 1.13.3:
* Turn default hash password algorithm back to pbkdf2 from argon2 until we find a better one

In 1.13.4:
* Fix issue popups

(khorben)

2021-03-12 11:37:41 UTC MAIN commitmail json YAML

doc: Updated fonts/spleen to 1.9.0

(fcambus)

2021-03-12 11:37:29 UTC MAIN commitmail json YAML

spleen: update to 1.9.0.

Spleen 1.9.0 (2021-03-12)

- Set WEIGHT_NAME property to "Medium" for all sizes
- Increment STARTPROPERTIES to account for WEIGHT_NAME addition
- Enlarge vertical line for consistency with other small sizes (5x8 version)
- Add full support for the Latin-1 Supplement Unicode block (6x12 version)

(fcambus)

2021-03-12 11:36:07 UTC MAIN commitmail json YAML

volatility: py-ujson does not support python 2.7

(hopefully) fix bulk builds

(nia)

2021-03-12 10:45:04 UTC MAIN commitmail json YAML

doc: Updated net/filezilla to 3.52.2

(wiz)

2021-03-12 10:44:53 UTC MAIN commitmail json YAML

filezilla: update to 3.52.2.

3.52.2 (2021-01-18)

- When restoring the main window position at startup, detect if the title bar would become hidden behind taskbars or global menu bars and reposition it appropriately
- SFTP: Fixed preserving of timestamps on downloads

3.52.0.5 (2021-01-08)

- FTP: Fixed crash if downloading ASCII files with stray carriage returns
- Fixed too strict requirements for preallocation
- *nix: Fixed a memory leak

3.52.0.4 (2021-01-07)

- macOS: Work around a kernel bug where ftruncate cannot be called more than once on a shared memory object

3.52.0.3 (2021-01-06)

- macOS: Fix issue opening shared memory objects

3.52.0.2 (2021-01-06)

- HTTP: Handle multi-token Connection: headers

3.52.0.1 (2021-01-05)

- macOS: Rebuilt to address a toolchain issue

3.52.0 (2021-01-04)

- Fixed a regression with the rename file exists action on downloads

3.52.0-rc1 (2020-12-29)

+ Added context menu item in the search dialog to close the search and set the selected directory as the current local/remote directory
- Minor fixes for updating the HTTP transfer status

3.52.0-beta1 (2020-12-17)

+ Use asynchronous file readers/writers in the engine
- MSW: React to system color scheme changes
- Fixed splitters not being draggable on newly created tabs
- MSW: Fixed data directory lookup if run from a development environment

3.51.0 (2020-10-20)

- Fixed import of sites protected with a different master password
- Directory comparison now works correctly with non-default file name sorting settings
- Small search dialog fixes

3.51.0-rc1 (2020-10-13)

- Refactored how the queue stores transfer flags
- Refactored internals to be more modular
- Linux: Disable receive buffer tuning if it results in unexpected consequences
- Distinguish between Cancel and No in the file changed dialog
- Small fixes to changing or disabling a master password

(wiz)

2021-03-12 10:35:57 UTC MAIN commitmail json YAML

doc: Updated net/libfilezilla to 0.27.0

(wiz)

2021-03-12 10:35:47 UTC MAIN commitmail json YAML

libfilezilla: update to 0.27.0.

2021-03-04 - libfilezilla 0.27.0 released

New features:

    Added fz::normalize_hypens to replace all hyphen-like characters in a string with the good old hyphen-minus
    Added fz::pbkdf2_hmac_sha256
    Added visibility_helper.hpp to simplify exporting symbols in shared libraries
    Added fz::compound_rate_limited_layer to which multiple rate limiters can be dynamically added/removed
    Added redirect_io parameter to fz::process::spawn
    Added --enable-socketdebug configure argument to check for invariant violation when handling socket events
    Added a optional preamble to server_handshake that is sent after initializing the session, but before the SERVER_HELLO

Bugfixes and minor changes:

    Various fixes to socket event retriggering if socket_interface::set_event_handler is used
    Fixed a nullpointer dereference in fz::tls_layer if a hostname is set prior to creating a session

2020-12-17 - libfilezilla 0.26.0 released

New features:

    Added fz::buffer::capacity()
    fz::buffer::append now also accepts single characters and std::vector
    Added fz::nonowning_buffer
    MSW: Added fz::process::handle()
    *nix: Allow passing extra file descriptors to child processes
    fz::to_wstring_from_utf8 now accepts std::string_view and fz::buffer
    fz::replace_substrings and fz::replaced_substrings now accept string views and single characters

Bugfixes and minor changes:

    Reset bucket data if it gets removed from a rate_limiter

2020-10-13 - libfilezilla 0.25.0 released

New features:

    Added fz::invoker to asynchronously call functions to run in a specific thread independent of the caller's thread

Bugfixes and minor changes:

    Added additional checks to fz::buffer to leave the buffer in a valid state in out-of-memory situations and to prevent mis-use
    Detect a particular socket buffer tuning issue under Linux where setting a receiver buffer size shrinks the window scale factor
    Reordered a few data members to reduce the amount of structure padding due to alignment

(wiz)

2021-03-12 10:33:16 UTC MAIN commitmail json YAML

doc: Updated devel/gopls to 0.6.6

(wiz)

2021-03-12 10:33:06 UTC MAIN commitmail json YAML

gopls: update to 0.6.6.

This release mostly included bug fixes and changes that are not user facing.

(wiz)

2021-03-12 10:31:16 UTC MAIN commitmail json YAML

doc: Updated fonts/cascadia-ttf to 2102.25

(wiz)

2021-03-12 10:31:07 UTC MAIN commitmail json YAML

cascadia-ttf: update to 2102.25.

This is a bugfix release of the Cascadia font family.

Fixes include:

    Closes #406 - updated anchor type to lock with the other equals-related ligatures
    Closes #408 - corrected component used for glyph to align with Unicode
    Closes #412 - updated locl features removing iacute_j ligature and Catalan substitution
    Closes #414 - increased overlaps of middle glyph for arrow ligatures
    Closes #415 - reduces width of macronbelow
    Closes #416 - rolls back name ID 4 modification as JetBrains cannot process it correctly
    Closes #428 - rolls back variation of the underline to prevent MVAR table generation

    Repositioned tilde in related ligatures. Previously it was higher than the standard one.
    Added missing vietnamese anchors on acute and grave (futureproofing).
    Corrected / made consistent greater & less positioning in </> and <$> related ligatures.
    Otherwise reviewed hinting

(wiz)

2021-03-12 10:03:38 UTC MAIN commitmail json YAML

doc: Updated emulators/mednaffe to 0.9.1

(nia)

2021-03-12 10:02:59 UTC MAIN commitmail json YAML

mednaffe: Update to 0.9.1

#### 04 / Feb /2021

Mednaffe 0.9.1 is released with the following changes:

- [Windows] Show correct icons in window buttons.
- [Windows] Changed Windows10 theme in order to fix most issues.
- [Windows] Add support for the guide button (XInput devices).
- [Linux] Lower version requirement of Autoconf to 2.69.

#### 28 / Jan / 2021

Mednaffe 0.9.0 is released with the following changes:

- Complete rewrite, dropping support for GTK2 and Windows XP.
- Almost all input options are included now.
- Added pce_fast and snes_faust modules.
- Added an option to show screenshots.
- Added the ability to send custom commands to emulator.
- Added a bios check widget.
- [Windows] Added an option to change themes.
- New logo & cosmetic changes.

(nia)

2021-03-12 09:58:45 UTC MAIN commitmail json YAML

doc: Update archivers/star to 1.6.1nb14

(micha)

2021-03-12 09:57:37 UTC MAIN commitmail json YAML

doc: Updated net/chrony to 4.0

(nia)

2021-03-12 09:57:24 UTC MAIN commitmail json YAML

archivers/star: Update to 1.6.1nb14

Symlink "ustar" is no longer installed by this package.

Bump PKGREVISION.

(micha)

2021-03-12 09:57:18 UTC MAIN commitmail json YAML

chrony: Update to 4.0

New in version 4.0
==================

Enhancements
------------
* Add support for Network Time Security (NTS) authentication
* Add support for AES-CMAC keys (AES128, AES256) with Nettle
* Add authselectmode directive to control selection of unauthenticated sources
* Add binddevice, bindacqdevice, bindcmddevice directives
* Add confdir directive to better support fragmented configuration
* Add sourcedir directive and "reload sources" command to support dynamic
  NTP sources specified in files
* Add clockprecision directive
* Add dscp directive to set Differentiated Services Code Point (DSCP)
* Add -L option to limit log messages by severity
* Add -p option to print whole configuration with included files
* Add -U option to allow start under non-root user
* Allow maxsamples to be set to 1 for faster update with -q/-Q option
* Avoid replacing NTP sources with sources that have unreachable address
* Improve pools to repeat name resolution to get "maxsources" sources
* Improve source selection with trusted sources
* Improve NTP loop test to prevent synchronisation to itself
* Repeat iburst when NTP source is switched from offline state to online
* Update clock synchronisation status and leap status more frequently
* Update seccomp filter
* Add "add pool" command
* Add "reset sources" command to drop all measurements
* Add authdata command to print details about NTP authentication
* Add selectdata command to print details about source selection
* Add -N option and sourcename command to print original names of sources
* Add -a option to some commands to print also unresolved sources
* Add -k, -p, -r options to clients command to select, limit, reset data

Bug fixes
---------
* Don't set interface for NTP responses to allow asymmetric routing
* Handle RTCs that don't support interrupts
* Respond to command requests with correct address on multihomed hosts

Removed features
----------------
* Drop support for RIPEMD keys (RMD128, RMD160, RMD256, RMD320)
* Drop support for long (non-standard) MACs in NTPv4 packets (chrony 2.x
  clients using non-MD5/SHA1 keys need to use option "version 3")
* Drop support for line editing with GNU Readline

(nia)

2021-03-12 09:40:37 UTC MAIN commitmail json YAML

doc: Updated graphics/kvantum to 0.19.0

(pin)

2021-03-12 09:40:14 UTC MAIN commitmail json YAML

graphics/kvantum: update to 0.19.0

-Allow dragging from some disabled widgets.
-Added an option (to Kvantum Manager) for setting the toolbar icon size to the
font height if possible.
-Don't style vertical toolbars because, otherwise, they might look ugly.
-Always check if the drag manager is deleted after it sends mouse events (to
prevent any crash).
-Increased the drag distance and delay when dragging is done from buttons.
-Try to do less calculations to get widget sizes by not consulting QCommonStyle
as far as possible.
-Draw view-items independently of QCommonStyle to apply all size settings
correctly.
-Always reserve the vertical space for a single-line text in view-items.
QCommonStyle is inconsistent in this regard and may create a tiny item editor
when the text is empty. Qt doesn't give enough info to QStyle for knowing
whether the editor is active.
-Ignore a view-item's custom brush when it's selected (as QCommonStyle does).
-Cleaned up the code of transient scrollbar animation (and fixed a rare case,
where a transient scrollbar might not disappear after app startup — as in
kcharselect).
-Fixed a small problem in (Krita's) KisSliderSpinBox.

(pin)

2021-03-12 09:24:37 UTC MAIN commitmail json YAML

libtorrent-rasterbar: Pass gnu++14 through wrappers instead of c++14

While it doesn't specify a -std= argument by default (which is a bug),
it needs C++14 but also uses alloca(), which is not properly defined
on NetBSD unless GNU extensions are enabled.

this should help building this package on aarch64.

(nia)

2021-03-12 08:48:50 UTC MAIN commitmail json YAML

2021-03-12 08:46:59 UTC MAIN commitmail json YAML

2021-03-12 08:41:27 UTC MAIN commitmail json YAML

Needs extra-cmake-modules

(nia)

2021-03-12 08:39:10 UTC MAIN commitmail json YAML

Honour MAKE_JOBS in install and test stages.

from Paul Ripke via tech-pkg.

(nia)

2021-03-12 08:05:32 UTC MAIN commitmail json YAML

Use PKG_FAIL_REASON with double-quotes.

(nia)

2021-03-12 02:29:41 UTC MAIN commitmail json YAML

2021-03-12 02:29:22 UTC MAIN commitmail json YAML

doc: Added net/nng version 1.4.0

(khorben)

2021-03-12 02:28:08 UTC MAIN commitmail json YAML

net/nng: import version 1.4.0

NNG, like its predecessors nanomsg (and to some extent ZeroMQ), is a
lightweight, broker-less library, offering a simple API to solve common
recurring messaging problems, such as publish/subscribe, RPC-style
request/reply, or service discovery. The API frees the programmer from worrying
about details like connection management, retries, and other common
considerations, so that they can focus on the application instead of the
plumbing.

NNG is implemented in C, requiring only C99 and CMake to build. It can be built
as a shared or a static library, and is readily embeddable. It is also designed
to be easy to port to new platforms if your platform is not already supported.

(khorben)

2021-03-11 22:11:54 UTC MAIN commitmail json YAML

doc: Updated audio/spotify-qt to 3.5

(pin)

2021-03-11 22:11:27 UTC MAIN commitmail json YAML

audio/spotify-qt: update to 3.5

Fixes:
-Fixed showing "What's new" dialog, even if changes couldn't be loaded.
-Fixed a crash when trying to toggle dark theme.
-Fixed not sorting by track length properly (#66).
-Fixed tray icon options not showing error messages.

Changes:
-Improved high DPI support for icons (#57).
-Width of columns in track list can now be resized depending on window size
(enabled by default).
-Reworked device selection, which should improve performance and reduce
random crashes.
-Improved performance with track playing.
-Added tooltips to track list and search results.
-Tracks now always play in order of track number, except in library.

(pin)

2021-03-11 21:33:22 UTC MAIN commitmail json YAML

doc: Updated sysutils/sfm to 0.4.3

(pin)

2021-03-11 21:32:59 UTC MAIN commitmail json YAML

sysutils/sfm: update to 0.4.3

-FIX: error on not accessible symlink (#12)

(pin)

2021-03-11 21:32:07 UTC MAIN commitmail json YAML

doc: Updated sysutils/macchina to 0.5.7

(pin)

2021-03-11 21:31:42 UTC MAIN commitmail json YAML

sysutils/macchina: update t0 0.5.7

-Fix a bug that results in the program crashing when theme is set to def
.Remove def
-Fix package count incorrect value for Gentoo systems
-Macchina now reads battery information from /sys/class/power_supply/BAT1
if /sys/class/power_supply/BAT0 doesn't exist
-Add --show-only argument to help text

(pin)

2021-03-11 19:25:41 UTC MAIN commitmail json YAML

doc: Updated textproc/bat to 0.18.0

(fox)

2021-03-11 19:25:04 UTC MAIN commitmail json YAML

textproc/bat: Updates to 0.18.0

- Adds patches to sys-info crate for NetBSD support.
  The changes have been upstreamed and will be removed once the changes are
  merged.

Changes since 0.17.1:

v0.18.0

Features

  * Use a pager when 'bat --list-languages' is called, see #1394 (@stku1985)

Bugfixes

  * If the last line doesn't end with a newline character, don't add it if
    '--style=plain', see #1438 (@Enselic)
  * Only print themes hint in interactive mode ('bat --list-themes'), see
    #1439 (@rsteube)
  * Make ./tests/syntax-tests/regression_test.sh work on recent versions of
    macOS, see #1443 (@Enselic)
  * VimL syntax highlighting fix, see #1450 (@esensar)
  * Print an 'Invalid syntax theme settings' error message if a custom theme
    is broken, see #614 (@Enselic)
  * If plain mode is set and wrap is not explicitly opted in, long lines will
    no be truncated, see #1426
  * If 'PAGER' (but not 'BAT_PAGER' or '--pager') is 'more' or 'most',
    silently use 'less' instead to ensure support for colors, see #1063
    (@Enselic)
  * If 'PAGER' is 'bat', silently use 'less' to prevent recursion. For
    'BAT_PAGER' or '--pager', exit with error, see #1413 (@Enselic)
  * Manpage highlighting fix, see #1511 (@keith-hall)
  * 'BAT_CONFIG_PATH' ignored by 'bat' if non-existent, see #1550 (@sharkdp)

Other

  * Performance improvements, see #1421 (@LovecraftianHorror)
  * Added a new '--diagnostic' option to collect information for bug reports,
    see #1459 (@sharkdp)
  * Modified default theme colors to differentiate between a JSON key and a
    string value, see #1400 (@keith-hall)
  * Upped min required Rust version to 1.42

Syntaxes

  * Added Zig syntax, see #1470 (@paulsmith)
  * Added Lean syntax, see #1446 (@Julian)
  * Added '.resource' extension for Robot Framework files, see #1386
  * Added 'gnuplot' syntax, see #1431 (@sharkdp)
  * Highlight *.pac (Proxy auto-config) files as JavaScript, see #1515
    (@sharkdp)

New themes

  * 'ansi' replaces 'ansi-dark' and 'ansi-light', see #1104 and #1412 (@mk12).
    **Breaking change:** users that were previously using one of the 'ansi-*'
    themes should switch to 'ansi'.
  * The Gruvbox theme has been updated, see #1291 (@j0hnmeow).
    **Breaking change:** users that were previously using 'gruvbox' or
    'gruvbox-white' should update and use 'gruvbox-dark'/'gruvbox-light' instead.

'bat' as a library

  * The following 'PrettyPrinter' methods have been removed (they were previously deprecated):
    * 'input_stdin_with_name'
    * 'input_from_bytes_with_name'
    * 'input_from_reader_with_name'
    * 'vcs_modification_markers' (if the 'git' feature is not enabled)

(fox)

2021-03-11 19:00:10 UTC MAIN commitmail json YAML

doc: Updated sysutils/u-boot-pine-h64 to 2021.01

(jakllsch)

2021-03-11 18:59:59 UTC MAIN commitmail json YAML

Update u-boot-pine-h64 to 2021.01

Notable changes for this board since prior pkgsrc version:
- ethernet support in u-boot
- somehow makes NetBSD sunxi_emac driver work

(jakllsch)

2021-03-11 16:16:10 UTC MAIN commitmail json YAML

doc: Updated security/ruby-metasploit-payloads to 2.0.38

(taca)

2021-03-11 16:15:52 UTC MAIN commitmail json YAML

security/ruby-metasploit-payloads: update to 2.0.38

No release note is available.  Please refer commit log
<https://github.com/rapid7/metasploit-payloads/compare/v2.0.37...v2.0.38>
in details.

(taca)

2021-03-11 15:38:04 UTC MAIN commitmail json YAML

doc: Updated security/ruby-rex-socket to 0.1.26

(taca)

2021-03-11 15:37:44 UTC MAIN commitmail json YAML

security/ruby-rex-socket: update to 0.1.26

Quote from commit log:

0.1.25 (2020-11-30)

* Allows bundle with latest bundler
* Updates authors to reflect current maintainers
* Update travis to test with 2.7.2

0.1.26 (2021-03-10)

* Ruby 3 - update rex-socket
* migrate to Addrinfo.getaddrinfo, and deprecate gethostname

(taca)

2021-03-11 15:32:29 UTC MAIN commitmail json YAML

doc: Updated textproc/ruby-unicode-display_width to 2.0.0

(taca)

2021-03-11 15:31:36 UTC MAIN commitmail json YAML

doc: Updated devel/uthash to 2.3.0

(fcambus)

2021-03-11 15:31:24 UTC MAIN commitmail json YAML

uthash: update to 2.3.0.

Version 2.3.0 (2021-02-25)
--------------------------
* remove HASH_FCN; the HASH_FUNCTION and HASH_KEYCMP macros now behave similarly
* remove uthash_memcmp (deprecated in v2.1.0) in favor of HASH_KEYCMP
* silence -Wswitch-default warnings (thanks, Olaf Bergmann!)

(fcambus)

2021-03-11 15:31:15 UTC MAIN commitmail json YAML

textproc/ruby-unicode-display_width: update to 2.0.0

2.0.0 (2020-12-30)

* Release 2.0.0
* Supports Ruby 3.0

2.0.0.pre2 (2020-03-11)

* Update 2.0 branch to Unicode 13

2.0.0.pre1 (2020-01-16)

Will be published as non-pre version on rubygems.org when Ruby 3.0 is
released (December 2020)

* Introduce new class-based API, which remembers your string-width
  configuration. See README for details.

* Remove auto-loading of string extension

  o You can: require "unicode/display_width/string_ext" to continue to use
    the string extension

  o The manual opt-out require "unicode/display_width/no_string_ext" is not
    needed anymore and will issue a warning in the future

* Remove (already deprecated) String#display_size and String#display_width
  aliases

Refactorings / Internal Changes:

* Freeze string literals
* The Unicode::DisplayWidth now is class, instead of a module, this enables
  the new config-object API

(taca)

2021-03-11 15:26:46 UTC MAIN commitmail json YAML

doc: Updated textproc/ruby-strings to 0.2.1

(taca)

2021-03-11 15:26:15 UTC MAIN commitmail json YAML

textproc/ruby-strings: update to 0.2.1

0.2.1 - 2021-03-09

Changed

* Change to relax unicode-display_width version constraint to allow 2.0
  release.

(taca)

2021-03-11 15:07:33 UTC MAIN commitmail json YAML

lil bit more table padding

(nia)

2021-03-11 14:36:05 UTC MAIN commitmail json YAML

doc: Updated mail/roundcube-plugin-carddav to 4.0.4nb1

(triaxx)

2021-03-11 14:35:52 UTC MAIN commitmail json YAML

roundcube-plugin-carddav: Fix PLIST

pkgsrc changes:
---------------
  * PLIST has been fixed but the use of php-composer to install
    dependencies does not seem to be a good idea since the list of
    installed files has changed although the version of carddav has not.
  * Bump revision.

(triaxx)

2021-03-11 13:19:36 UTC MAIN commitmail json YAML

doc: Added devel/php-base58 version 1.0.2

(tpaul)

2021-03-11 13:19:23 UTC MAIN commitmail json YAML

Add php-base58

(tpaul)

2021-03-11 13:18:46 UTC MAIN commitmail json YAML

php-base58: Import php-base58-1.0.2 as devel/php-base58

PHP extension for base58 encoding and decoding using the Bitcoin alphabet

(tpaul)

2021-03-11 12:04:27 UTC MAIN commitmail json YAML

Updated devel/py-faker, www/py-websocket-client

(adam)

2021-03-11 12:04:08 UTC MAIN commitmail json YAML

py-websocket-client: updated to 0.58.0

0.58.0
- Fix README typos
- Create README.md from README.rst
- Capitalize 'Upgrade' in 'Connection: Upgrade'
- Add Python 3.8 and 3.9 CI support
- Replace deprecated `thread.isAlive` with `thread.is_alive`
- Revert to LGPL v2.1 license
- Add code coverage CI testing
- Properly revert callback
- Replace TravisCI with GitHub Actions
- Create Sphinx readthedocs.io documentation

(adam)

2021-03-11 12:01:40 UTC MAIN commitmail json YAML

py-faker: updated to 6.6.0

v6.6.0 - 2021-03-09
Add address provider for ro_RO. Thanks @feketemihai.

v6.5.2 - 2021-03-08
Fix a problem with pyfloat where it can return sys.epsilon when right_digits=N and positive=True. Thanks @tomage.

v6.5.1 - 2021-03-08
Replace es_MX RFC name initials when they are forbidden words. Thanks @briferz.

v6.5.0 - 2021-02-24
Add address provider for de_CH. Thanks @andre-dasilva.

v6.4.1 - 2021-02-19
user_agent: bump platform versions. Thanks @gsilvan.

v6.4.0 - 2021-02-19
Add cs_CZ lorem - word list. Thanks @jakubno.

v6.3.0 - 2021-02-17
Add sk_SK automotive provider. Thanks @matusvalo.

v6.2.0 - 2021-02-17
Add current_country, current_country_code and administrative_unit. Thanks @prescod.

v6.1.1 - 2021-02-09
Add Taiwanese and Palestinian time zones. Thanks @prescod.

v6.1.0 - 2021-02-09
Rename fr_QC to fr_CA. Thanks @prescod.

v6.0.0 - 2021-02-03
Fix pyfloat returning zeros when positive=True. Thanks @sciencectn.

v5.8.0 - 2021-01-26
Add currency names for th_TH. Thanks @bact.

v5.7.0 - 2021-01-25
Add new currency provider pricetag().

(adam)

2021-03-11 10:02:19 UTC MAIN commitmail json YAML

youtube-dl: Pull in missing part of previous patch.

Installs bash completion file with the correct naming.  Ride previous
PKGREVISION bumps.

(jperkin)

2021-03-11 09:53:39 UTC MAIN commitmail json YAML

Updated misc/py-tqdm, sysutils/ansible

(adam)

2021-03-11 09:53:19 UTC MAIN commitmail json YAML

2021-03-11 09:50:20 UTC MAIN commitmail json YAML

py-tqdm: updated to 4.59.0

tqdm v4.59.0 stable

add tqdm.dask.TqdmCallback
add asyncio.gather()
add basic support for length_hint
add & update tests
misc documentation updates
update contributing guide
update URLs
bash completion: add missing --delay
misc code tidy
add [notebook] extra

tqdm v4.58.0 stable

add start delay in seconds
add tests
misc code tidy
misc documentation updates

tqdm v4.57.0 stable

add line buffering for DummyTqdmFile
fix & update demo notebook
fix py3 urllib examples
suppress deprecated pandas warnings
misc framework updates
misc tests updates
misc code tidy

(adam)

2021-03-11 09:47:59 UTC MAIN commitmail json YAML

doc: mention cyr-rfx-* updates

(wiz)

2021-03-11 09:45:46 UTC MAIN commitmail json YAML

2021-03-11 09:18:39 UTC MAIN commitmail json YAML

R-combinat: set DIST_SUBDIR

The last update just replaced the distfile with another one of the same name,
but used the same location in the file system.

(wiz)

2021-03-11 08:51:55 UTC MAIN commitmail json YAML

py-Pillow: Fix build when X11 is installed

* Disable xcb option explicitly.

(ryoon)

2021-03-11 08:23:07 UTC MAIN commitmail json YAML

Updated net/wireshark, archivers/unrar

(adam)

2021-03-11 08:22:49 UTC MAIN commitmail json YAML

2021-03-11 08:22:01 UTC MAIN commitmail json YAML

wireshark: updated to 3.4.4

Wireshark 3.4.4 Release Notes

What’s New

  Bug Fixes

  The following vulnerabilities have been fixed:

    • wnpa-sec-2021-03[1] Wireshark could open unsafe URLs. Issue
      17232[2]. CVE-2021-22191[3].

  The following bugs have been fixed:

    • NTP Version 3 Client Decode PDML output issue (Reference ID
      Issue) Issue 17112[4].

    • 3.4.2: public wireshark include files are including build time
      "config.h" Issue 17190[5].

    • wireshark-3.4.3/epan/dissectors/packet-s7comm.c:3521: bad array
      index ? Issue 17198[6].

    • SIP protocol: P-Called-Party-ID header mixed up with
      P-Charge-Info header Issue 17215[7].

    • Asterix CAT010 Decode Error Issue 17226[8].

    • _ws.expert columns not populated for IPv4 Issue 17228[9].

    • Buildbot crash output: fuzz-2021-02-12-1651908.pcap Issue
      17233[10].

    • gQUIC: Wireshark 3.4.3 fails to dissect a packet (gQUIC q024)
      that v3.2.6 succeeds. Issue 17250[11].

(adam)

2021-03-11 08:11:20 UTC MAIN commitmail json YAML

doc: Updated editors/feathernotes to 0.9.0

(pin)

2021-03-11 08:10:58 UTC MAIN commitmail json YAML

editors/feathernotes: update to 0.9.0

Main changes:
● Added cmake support (besides qmake).
● Added support for the recently opened files.
● Fixed the bugs of searching and replacing in all nodes.
● Go to the last active node when starting with the last opened note.
● Improvements and fixes to custom background and foreground colors. (if a
note is created with this version, the bg/fg colors of existing nodes will
change on the fly.)
● Prevented Qt from giving rich text to the selection clipboard.
● Prevented the transference of password (or lack of it) from one note to
another in rare cases.
● Prevented the transference of font settings from an opened note to a newly
created one.
● Allowed changing of the horizontal alignment of tables.
● Workaround for KDE's Plasma tray tooltip.
● Instead of eliding texts, show the horizontal scrollbar in the side-pane
when needed.
● Require Qt5.12.
● Small fixes to smooth scrolling and link opening.

(pin)

2021-03-11 08:09:40 UTC MAIN commitmail json YAML

doc: Updated sysutils/macchina to 0.5.5

(pin)

2021-03-11 08:09:21 UTC MAIN commitmail json YAML

sysutils/macchina: update to 0.5.5

-Previously, extra::which looked through hardcoded paths to confirm the
existence of a program, now it searches through all directories in your PATH.
-Fixed a bug that resulted in package count failing to fetch and printing an
error message on Gentoo.

(pin)

2021-03-11 08:08:21 UTC MAIN commitmail json YAML

doc: Updated security/pleaser to 0.3.25

(pin)

2021-03-11 08:08:02 UTC MAIN commitmail json YAML

security/pleaser: update to 0.3.5

-Fixing some minor issues with man pages

(pin)

2021-03-11 07:39:50 UTC MAIN commitmail json YAML

youtube-dl: install correct file as bash completion file.

Fix previous commit.

Bump PKGREVISION.

(wiz)

2021-03-11 07:12:01 UTC MAIN commitmail json YAML

2021-03-11 06:33:01 UTC MAIN commitmail json YAML

Updated print/py-reportlab, www/py-flask-jwt-extended

(adam)

2021-03-11 06:32:46 UTC MAIN commitmail json YAML

py-flask-jwt-extended: updated to 4.1.0

4.1.0
Allow JWT type to be things besides refresh or access. Any type that is not refresh will be considered an access token. Thanks @sambonner for the PR!
Allow locations kwarg for jwt_required() to be a string
Minor documentation improvements

(adam)

2021-03-11 06:30:18 UTC MAIN commitmail json YAML

py-reportlab: updated to 3.5.65

CHANGES  3.5.65  10/03/2021
---------------------------
* add yieldNoneSplits utility function
* fix BarChart so it lines can have markers and Nones in their data

CHANGES  3.5.64  09/03/2021
---------------------------
* add ability to have lineplots in barcharts; no support yet for line markers
* added checkAttr method to TypedPropertyCollection

CHANGES  3.5.63  05/03/2021
---------------------------
* ensure setup.py works from sdist; bug reported by Antonio P. Sagitter (sagitter at fedoraproject.org)
* restore broken MANIFEST.in somehow overwritten by Robin :(

CHANGES  3.5.62  03/03/2021
---------------------------
* simplify annotateException and add better error messages for asUnicode/Bytes etc
* improve embeddedHyphenation in paragraph.py

CHANGES  3.5.61  25/02/2021
---------------------------
* add adjustableArrow widget
* allow para tag borderPadding attribute
* minor cosmetics in renderPM C extension and add fontSize setattr
* allow a bounding box constraint in definePath
* efficiency savings in text2Path
* refactor transformation math and text2Path functionality
* allow a renderPM plugin cairo backend package rlPyCairo

(adam)

2021-03-11 03:09:31 UTC MAIN commitmail json YAML

www/Makefile: sort entries

(gutteridge)

2021-03-10 23:25:12 UTC MAIN commitmail json YAML

doc: Added net/terraform-provider-template version 2.2.0

(tpaul)

2021-03-10 23:24:54 UTC MAIN commitmail json YAML

Add terraform-provider-template

(tpaul)

2021-03-10 23:24:00 UTC MAIN commitmail json YAML

terraform-provider-template: Import terraform-provider-template-2.2.0

The template provider exposes data sources to use templates to generate strings
for other Terraform resources or outputs.

This provider has been deprecated in Terraform 0.12 but users are likely to
still encounter it in modules that have not been fully migrated to the new
templatefile function.

(tpaul)

2021-03-10 23:15:26 UTC MAIN commitmail json YAML

doc: Added net/terraform-provider-archive version 2.1.0

(tpaul)

2021-03-10 23:14:22 UTC MAIN commitmail json YAML

Add terraform-provider-archive

(tpaul)

2021-03-10 23:12:31 UTC MAIN commitmail json YAML

terraform-provider-archive: Import terraform-provider-archive 2.1.0

The archive provider exposes resources to manage archive files.

(tpaul)

2021-03-10 19:55:41 UTC MAIN commitmail json YAML

doc: Updated lang/go116 to 1.16.1

(bsiegert)

2021-03-10 19:55:17 UTC MAIN commitmail json YAML

Update go116 to 1.16.1, fixing two security issues:

  - encoding/xml: infinite loop when using xml.NewTokenDecoder with a
  custom TokenReader

The Decode, DecodeElement, and Skip methods of an xml.Decoder provided by
xml.NewTokenDecoder may enter an infinite loop when operating on a custom
xml.TokenReader which returns an EOF in the middle of an open XML element.

Thanks to Sam Whited for reporting this issue.

This issue is CVE-2021-27918 and Go issue golang.org/issue/44913.

  - archive/zip: panic when calling Reader.Open

The Reader.Open API, new in Go 1.16, will panic when used on a ZIP archive
containing files that start with "../".

This issue is CVE-2021-27919 and Go issue golang.org/issue/44916.

(bsiegert)

2021-03-10 19:11:14 UTC MAIN commitmail json YAML

Updated graphics/py-exifread, www/py-django-sortedm2m, www/py-django-photologue; Removed www/py-django-south

(adam)

2021-03-10 19:09:54 UTC MAIN commitmail json YAML

2021-03-10 19:07:06 UTC MAIN commitmail json YAML

py-django-photologue: updated to 3.13

3.13 (2020-09-03)
-----------------
- Checked compatibility with Django 3.1.
- Apply crop/effect changes to existing images
- Encoding objects before hashing error

3.12 (2020-07-30)
-----------------
- Drop alpha channel only on jpeg save (contributed by drazen)
- Added zh_Hans translation    (contributed by Lessica)
- improved Dutch translations (contributed by andreas.milants)

3.11 (2019-12-13)
-----------------
- Added support for Django 3.
- Dropped support for Python 2, python 3.4 and Django 2.1.

3.10 (2019-08-29)
-----------------
- Compatibility with Django 2.2.

3.9 (2019-04-21)
----------------
- Fixes when file doesn't exist in the file system but still is in S3.
- Doc tweaks - and added a page on how to actually use Photologue!
- Make setup compatible with latest version of pip.
- Checked compatibility with Django 2.1 and Python 3.7.
- Updated translations for Catalan and Basque.
- Missed a Django migration
- Test Tox; integrate with Travis and Coveralls.
- Removed old code (old-style demo templates that have been deprecated since 2014).
- Removed old code (old views that have been deprecated since 2014).
- Removed all references to PIL (which hasn't been updated since 2009). I think that by now
  there are no servers left anywhere in the world that still use it :-)

(adam)

2021-03-10 19:06:05 UTC MAIN commitmail json YAML

py-django-sortedm2m: updated to 3.0.2

3.0.2
-----
* Restored `admin/js/jquery.init.js`

3.0.1
-----
* Added all locales to distributable
* Added missing files to MANIFEST.in, and removed .DS_Store files
* Added German and Spanish translations
* Removed `admin/js/jquery.init.js` from `SortedCheckboxSelectMultiple`

3.0.0
-----
* Dropped support for Django 2.0
* Dropped support for Django 1.10
* Add support for Python 3.8
* Add support for Django 3.0

2.0.0
-----
* Updated README with Jazzband details, and added CONTRIBUTING.md
* Dropped support for Python 2.6 and 3.3, and Django < 1.11
* Added support for Python 3.7 and Django 2.0 to 2.2
* Add support of custom through models (only for Django >= 2.2)
* Added coverage reporting

(adam)

2021-03-10 19:03:34 UTC MAIN commitmail json YAML

py-exifread: updated to 2.3.2

2.3.2 — 2020-10-29
* Fixes for HEIC files from Note10+
* Add missing EXIF OffsetTime tags

2.3.1 — 2020-08-07
* Fix bug introduced with v2.3.0 in HEIC processing.

2.3.0 — 2020-08-03
* Add notice on Python2 EOL
* Modernize code and improve testing, split up some huge functions
* Added support for webp file format
* Add linting
* Added missing IFD data type; correct spelling mistake
* Add syntax highlight for README
* Add Python 3.8 to CI
* make HEIC exif extractor much more compatible
* Add black level tag
* Use list instead of tuple for classifiers

2.2.1 — 2020-07-31
* Very minor corrections.

2.2.0 — 2019-07-24
* Add support for Python 3.5, 3.6, 3.7
* Drop official support for Python 2.6, 3.2, 3.3
* Fix for string count equals 0
* Rebasing of struct pull requests
* Refactor to use Python's struct module for packing/unpacking by Dave Jones (waveform80)
* Support floating point fields" by Reed Nightingale (reedbn)
* Raw images support by changing Tiff detection by xaumex
* Fix GPS information erroneously None
* Initial HEIC support (Sam Rushing)

(adam)

2021-03-10 18:53:50 UTC MAIN commitmail json YAML

2021-03-10 18:51:52 UTC MAIN commitmail json YAML

2021-03-10 18:51:00 UTC MAIN commitmail json YAML

doc: Added www/monolith version 2.4.1

(pin)

2021-03-10 18:50:29 UTC MAIN commitmail json YAML

Add monolith

(pin)

2021-03-10 18:49:39 UTC MAIN commitmail json YAML

www/monolith: import package

A data hoarders dream come true: bundle any web page into a single HTML file.
You can finally replace that gazillion of open tabs with a gazillion of .html
files stored somewhere on your precious little drive.

Unlike the conventional Save page as, monolith not only saves the target
document, it embeds CSS, image, and JavaScript assets, producing a single HTML5
document that is a joy to store and share.

If compared to saving websites with wget -mpk, this tool embeds all assets as
data URLs and therefore lets browsers render the saved page exactly the way it
was on the Internet, even when no network connection is available.

(pin)

2021-03-10 18:49:07 UTC MAIN commitmail json YAML

2021-03-10 18:44:02 UTC MAIN commitmail json YAML

Added py-Pillow to versioned dependencies

(adam)

2021-03-10 18:43:49 UTC MAIN commitmail json YAML

Added graphics/py-Pillow6, graphics/py-Pillow

(adam)

2021-03-10 18:43:30 UTC MAIN commitmail json YAML

py-Pillow: updated to 8.1.2

8.1.2 (2021-03-06)
------------------
- Fix Memory DOS in BLP (CVE-2021-27921), ICNS (CVE-2021-27922) and ICO (CVE-2021-27923) Image Plugins

8.1.1 (2021-03-01)
------------------
- Use more specific regex chars to prevent ReDoS. CVE-2021-25292
- Fix OOB Read in TiffDecode.c, and check the tile validity before reading. CVE-2021-25291
- Fix negative size read in TiffDecode.c. CVE-2021-25290
- Fix OOB read in SgiRleDecode.c. CVE-2021-25293
- Incorrect error code checking in TiffDecode.c. CVE-2021-25289
- PyModule_AddObject fix for Python 3.10

8.1.0 (2021-01-02)
------------------
- Fix TIFF OOB Write error. CVE-2020-35654
- Fix for Read Overflow in PCX Decoding. CVE-2020-35653
- Fix for SGI Decode buffer overrun. CVE-2020-35655
- Fix OOB Read when saving GIF of xsize=1
- Makefile updates
- Add support for PySide6
- Use disposal settings from previous frame in APNG
- Added exception explaining that _repr_png_ saves to PNG
- Use previous disposal method in GIF load_end
- Allow putpalette to accept 1024 integers to include alpha values
- Fix OOB Read when writing TIFF with custom Metadata
- Added append_images support for ICO
- Block TIFFTAG_SUBIFD
- Fixed dereferencing potential null pointers
- Deprecate FreeType 2.7
- Moved warning to end of execution
- Removed unused fromstring and tostring C methods
- init() if one of the formats is unrecognised
- Moved string_dimension CVE image to pillow-depends
- Support raw rgba8888 for DDS

8.0.1 (2020-10-22)
------------------
- Update FreeType used in binary wheels to 2.10.4 to fix CVE-2020-15999.
- Moved string_dimension image to pillow-depends

8.0.0 (2020-10-15)
------------------
- Drop support for EOL Python 3.5
- Drop support for PyPy3 < 7.2.0
- Remove ImageCms.CmsProfile attributes deprecated since 3.2.0
- Remove long-deprecated Image.py functions
- Add support for 16-bit precision JPEG quantization values
- Added reading of IFD tag type
- Initialize offset memory for PyImagingPhotoPut
- Fix TiffDecode comparison warnings
- Docs: Add dark mode
- Added macOS SDK install path to library and include directories
- Imaging.h: prevent confusion with system
- Avoid using pkg_resources in PIL.features.pilinfo
- Add getlength and getbbox functions for TrueType fonts
- Allow tuples with one item to give single color value in getink
- Add support for CBDT and COLR fonts
- Removed OSError in favour of DecompressionBombError for BMP
- Implemented another ellipse drawing algorithm
- Removed unused JpegImagePlugin._fixup_dict function
- Added reading and writing of private PNG chunks
- Implement anchor for TrueType fonts
- Fixed bug in Exif __delitem__
- Fix crash in ImageTk.PhotoImage on MinGW 64-bit
- Moved CVE images to pillow-depends
- Refactor font_getsize and font_render
- Fixed loading profile with non-ASCII path on Windows
- Fixed effect_spread bug for zero distance
- Added formats parameter to Image.open
- Added regular_polygon draw method
- Raise proper TypeError in putpixel
- Added writing of subIFDs
- Fix IFDRational __eq__ bug
- Fixed duplicate variable name
- Added homebrew zlib include directory
- Corrected inverted PDF CMYK colors
- Do not try to close file pointer if file pointer is empty
- ImageOps.autocontrast: add mask parameter
- Read EXIF data tEXt chunk into info as bytes instead of string
- Replaced distutils with setuptools
- Add MIME type to PsdImagePlugin
- Allow ImageOps.autocontrast to specify low and high cutoffs separately

7.2.0 (2020-07-01)
------------------
- Do not convert I;16 images when showing PNGs
- Fixed ICNS file pointer saving
- Fixed loading non-RGBA mode APNGs with dispose background
- Deprecated _showxv
- Deprecate Image.show(command="...")
- Updated JPEG magic number
- Change STRIPBYTECOUNTS to LONG if necessary when saving
- Write JFIF header when saving JPEG
- Replaced tiff_jpeg with jpeg compression when saving TIFF images
- Writing TIFF tags: improved BYTE, added UNDEFINED
- Consider transparency when pasting text on an RGBA image
- Added method argument to single frame WebP saving
- Use ImageFileDirectory_v2 in Image.Exif
- Corrected reading EXIF metadata without prefix
- Fixed drawing a jointed line with a sequence of numeric values
- Added support for 1-D NumPy arrays
- Parse orientation from XMP tags
- Speed up text layout by not rendering glyphs
- Fixed ZeroDivisionError in Image.thumbnail
- Replaced TiffImagePlugin DEBUG with logging
- Fix repeatedly loading .gbr
- JPEG: Truncate icclist instead of setting to None
- Fixes default offset for Exif
- Fixed bug when unpickling TIFF images
- Fix pickling WebP
- Replace IOError and WindowsError aliases with OSError

7.1.2 (2020-04-25)
------------------
- Raise an EOFError when seeking too far in PNG

7.1.1 (2020-04-02)
------------------
- Fix regression seeking and telling PNGs

7.1.0 (2020-04-01)
------------------
- Fix multiple OOB reads in FLI decoding
- Fix buffer overflow in SGI-RLE decoding
- Fix bounds overflow in JPEG 2000 decoding
- Fix bounds overflow in PCX decoding
- Fix 2 buffer overflows in TIFF decoding
- Add APNG support
- ImageGrab.grab() for Linux with XCB
- Added three new channel operations
- Prevent masking of Image reduce method in Jpeg2KImagePlugin
- Added reading of earlier ImageMagick PNG EXIF data
- Fixed endian handling for I;16 getextrema
- Release buffer if function returns prematurely
- Add JPEG comment to info dictionary
- Fix size calculation of Image.thumbnail()
- Fixed stroke on FreeType < 2.9
- If present, only use alpha channel for bounding box
- Warn if an unknown feature is passed to features.check()
- Fix Name field length when saving IM images
- Allow saving of zero quality JPEG images
- Allow explicit zero width to hide outline
- Change ContainerIO return type to match file object mode
- Only draw each polygon pixel once
- Add support for shooting situation Exif IFD tags
- Handle multiple and malformed JPEG APP13 markers
- Depends: Update libwebp to 1.1.0

7.0.0 (2020-01-02)
------------------
- Drop support for EOL Python 2.7
- Fix rounding error on RGB to L conversion
- Exif writing fixes: Rational boundaries and signed/unsigned types
- Allow loading of WMF images at a given DPI
- Added reduce operation
- Raise ValueError for io.StringIO in Image.open
- Fix thumbnail geometry when DCT scaling is used
- Use default DPI when exif provides invalid x_resolution
- Change default resize resampling filter from NEAREST to BICUBIC
- Fixed black lines on upscaled images with the BOX filter
- Better thumbnail aspect ratio preservation
- Add La mode packing and unpacking
- Include tests in coverage reports
- Handle broken Photoshop data
- Raise a specific exception if no data is found for an MPO frame
- Fix Unicode support for PyPy
- Added UnidentifiedImageError
- Remove deprecated __version__ from plugins
- Fixed freeing unallocated pointer when resizing with height too large
- Copy info in Image.transform
- Corrected DdsImagePlugin setting info gamma
- Depends: Update libtiff to 4.1.0
- Improve handling of file resources
- Removed CI testing of Fedora 29
- Added pypy3 to tox envlist
- Drop support for EOL PyQt4 and PySide
- Removed deprecated setting of TIFF image sizes
- Removed deprecated PILLOW_VERSION
- Changed default frombuffer raw decoder args

(adam)

2021-03-10 18:40:04 UTC MAIN commitmail json YAML

2021-03-10 18:11:51 UTC MAIN commitmail json YAML

Updated converters/py-cairosvg, www/py-genshi

(adam)

2021-03-10 18:11:34 UTC MAIN commitmail json YAML

py-genshi: updated to 0.7.5

Version 0.7.5
* Fix handling of slices containing function call, variable name and attribute
  lookup AST nodes in Python 3.9 in template scripts (template expressions
  already correctly handled these cases). Thank you to Roger Leigh for
  finding this issue and contributing the fix for it.
* C speedup module now available for Python >= 3.3. Support was added for
  PEP 393 (flexible string representation). Thank you to Inada Naoki for
  contributing this major enhancement.
* Remove the custom 2to3 fixers (no longer used since the removal of 2to3
  in 0.7.4).

Version 0.7.4
* Add support for deprecation of ast classes slice, Index and ExtSlice in
  Python 3.9. See https://bugs.python.org/issue34822 for details of the
  changes.
* Update the project URL in setup.py to point to GitHub.
* Remove use of 2to3 for generating Python 3 compatible code.

(adam)

2021-03-10 18:08:27 UTC MAIN commitmail json YAML

py-cairosvg: updated to 2.5.2

Version 2.5.2 released on 2021-03-06
====================================
* Fix marker path scale

Version 2.5.1 released on 2021-01-06
====================================
**WARNING:** this is a security update.

When processing SVG files, CairoSVG was using two regular expressions which are
vulnerable to Regular Expression Denial of Service (REDoS).

If an attacker provided a malicious SVG, it could make CairoSVG get stuck
processing the file for a very long time.

Other bug fixes:

* Fix marker positions for unclosed paths
* Follow hint when only output_width or output_height is set
* Handle opacity on raster images
* Don窶冲 crash when use tags reference unknown tags
* Take care of the next letter when A/a is replaced by l
* Fix misalignment in node.vertices

Version 2.5.0 released on 2020-10-29
====================================
* Drop support of Python 3.5, add support of Python 3.9.
* Add EPS export
* Add background-color, negate-colors, and invert-images options
* Improve support for font weights
* Fix opacity of patterns and gradients
* Support auto-start-reverse value for orient
* Draw images contained in defs
* Add Exif transposition support
* Handle dominant-baseline
* Support transform-origin

(adam)

2021-03-10 17:08:32 UTC MAIN commitmail json YAML

doc: Updated audio/lilv to 0.24.12nb1

(jperkin)

2021-03-10 17:08:21 UTC MAIN commitmail json YAML

2021-03-10 16:58:16 UTC MAIN commitmail json YAML

doc: Updated devel/git-base to 2.30.2nb1

(jperkin)

2021-03-10 16:58:05 UTC MAIN commitmail json YAML

git-base: Install bash completion correctly.

Bump PKGREVISION.

(jperkin)

2021-03-10 16:44:30 UTC MAIN commitmail json YAML

doc: Updated chat/ejabberd to 21.01nb1

(jperkin)

2021-03-10 16:44:21 UTC MAIN commitmail json YAML

ejabberd: Install bash completion correctly.

(jperkin)

2021-03-10 16:41:32 UTC MAIN commitmail json YAML

doc: Updated net/youtube-dl to 20210303nb1

(jperkin)

2021-03-10 16:41:22 UTC MAIN commitmail json YAML

2021-03-10 16:40:15 UTC MAIN commitmail json YAML

unit-php: Use PKG_FAIL_REASON instead of BROKEN

(nia)

2021-03-10 16:36:05 UTC MAIN commitmail json YAML

doc: Updated shells/bash-completion to 2.11

(jperkin)

2021-03-10 16:35:54 UTC MAIN commitmail json YAML

bash-completion: Update to version 2.11.

pkgsrc changes:

  * Stop pretending that share/bash-completion.d is supported, it isn't.
    Packages that are installing files there should install them into
    share/bash-completion/completions instead.

  * Stop installing profile.d script, only really makes sense under /etc,
    and it wasn't correctly handled as a configuration file anyway.

bash-completion (2.11)

  [ Alexander Meshcheryakov ]
  * _known_hosts_real: check that ruptime is present before calling
    (#390)

  [ Andrew Gaul ]
  * totem: reuse kaffeine completions (#372)

  [ Damien Nadé ]
  * __reassemble_comp_words_by_ref: avoid triggering nounset on
    indirect references

  [ Felix Lechner ]
  * lintian: complete paths for Ubuntu's .ddeb and Debian's buildinfo
    files (#397)

  [ Felix Yan ]
  * ip: complete route add table arg
  * ip: style fixes similar to ip-netns
  * ip: add more completions for ip-rule
  * ip: add support for netns (#391)
  * ip: improve completion of route subcommands (#326)

  [ Hans-Christoph Steiner ]
  * unzip, zipinfo: complete *.aar (#428)

  [ Jakub Jelen ]
  * ssh: add new -Q completions in OpenSSH 8.2p1 (#400)

  [ Kevin Locke ]
  * python: support executables with minor version (#389)

  [ Michal Suchánek ]
  * insmod, modinfo, modprobe: support xz compressed modules (#401)

  [ Phan Duc Nhat Minh ]
  * tshark: complete -r arg with all filenames (#422)

  [ Sebastian Jakubiak ]
  * openssl: update -starttls completions (#403)
  * _filedir*: update link to bug-bash discussion on -X (#404)
  * test/python: add testcase for submodule completion

  [ Ville Skyttä ]
  * Release 2.11
  * extra/make-changelog: check and output usage message
  * pre-commit: anchor exclude patterns
  * pytest: rewrite in bash, support toplevel funcs, avoid nondef ones
    and classes
  * test/xfreerdp: skip --help failure cases
  * test/tshark: fix multiple -O completion with no http2 support
  * test/ant: avoid complete-ant-cmd.pl interference with ANT_ARGS
  * _xinetd_services: avoid nounset error on bash 4.2
  * pre-commit: upgrade isort to 5.1.4
  * pre-commit: upgrade pyupgrade to 2.7.2
  * pre-commit: add pyupgrade, run it
  * test/ant: gitignore all target cache files
  * _known_hosts_real: exclude Host negations
  * pre-commit: upgrade isort to 5.0.7
  * pre-commit: update shellcheck-py URL
  * test/inputrc: do not set print-completions-horizontally
  * test/inputrc: comment typo fix
  * pytest: complete async test class methods
  * __get_cword_at_cursor_by_ref: fix regression on bash 4.2
  * test: upgrade markdownlint-cli to 0.23.2
  * _known_hosts_real: avoid errors in nounset mode on Ubuntu 14 and
    16
  * _longopt: exclude too many dashes, allow underscores, require ends
    with alnum
  * _included_ssh_config_files: support globs
  * _known_hosts_real: prevent unwanted pathname expansion on host
    entries
  * test/shfmt: upgrade to 3.1.2, reformat with it
  * test/_known_hosts_real: add explicit no globbing test case
  * test: upgrade mypy to 0.782
  * CONTRIBUTING.md: add posix and nounset mode item
  * test: upgrade mypy to 0.781
  * test: upgrade perltidy to 20200619
  * _known_hosts_real: fix completion of Host entries after a wildcard
    etc
  * _known_hosts_real: fix # handling in ssh configs
  * test: upgrade flake8 to 3.8.3
  * test/xhost: multiple expected result handling fixes
  * test/slapt-src: single expected result handling fixes
  * test: partial hostname completion fixes
  * test: simplify completion parsing
  * test/dpkg-query: mark as xfail on non-Debian based systems
  * .gitignore: clean up some no longer needed ignores
  * test/lspci: skip -A arg test if lspci fails -A help, e.g. busybox
    lspci
  * test: regex escape our magic mark for completeness
  * test: upgrade mypy to 0.780
  * test/_known_hosts_real: don't modify class scoped base expected
    list
  * test/_known_hosts_real: reset COMP_KNOWN_HOSTS_WITH_HOSTFILE
    between tests
  * test/_known_hosts_real: tolerate duplicates
  * bash_completion: trivial cleanups
  * gcc: avoid errors in nounset mode
  * pytest: fix test class method completion with BSD awk
  * man, mutt: avoid errors in nounset mode on Ubuntu 14 and 16
  * java, make: avoid errors in nounset mode on Ubuntu 14 and 16
  * README: document GNU make build requirement
  * pytest: add test class method completion
  * _known_hosts: avoid errors in nounset mode and no arguments
  * bash_completion: fix array set checks with empty elements in them
  * *: avoid more errors in nounset mode
  * cfrun: fix $hostfile leak
  * _command_offset, route: cleanups
  * *: avoid more errors in nounset mode
  * qemu: add -machine arg completion
  * qemu, sbopkg: avoid unintentional globbing on option arg
    completions
  * test: enable shellcheck SC2035
  * *: drop support for bash 4.1
  * _init_completion: fix unassigned redirect completion in nounset
    mode
  * ip: route shfmt, arithmetic evaluation
  * _filedir: avoid unbound variable error on Ubuntu 14 and 16
  * _pids, _pgids, _pnames: improve shfmt formatting
  * scp, sftp, ssh: fix completion on options bundled with -4/-6
  * modprobe, tshark, _included_ssh_config_files: use [[ ]] instead of
    [ ]
  * test/runLint: warn about [ ] instead of [[ ]] use
  * test: skip various tests if we don't get a useful usage message
  * *: mark nounset mode as supported, issues with it are bugs now
  * *: avoid more errors in nounset mode
  * *: avoid more errors in nounset mode
  * *: avoid more errors in nounset mode
  * test/inputrc: comment and whitespace tweaks
  * *: avoid more errors in nounset mode
  * test/unit: sort files included in dist
  * test/unit: include test_unit_known_hosts_real.py in dist
  * bash_completion: line wrapping tweaks, NFC
  * 7z: fix -o/-w attached arg completion
  * postfix: try to arrange a fake tty so we can tickle the usage
    message out
  * _bashcomp_try_faketty: new function to try running command with a
    fake tty
  * mr: avoid herestrings, simplify command parsing
  * test/mr: handle missing "clean" with skipif
  * test: mark known non-ASCII issues with test suite as xfail
  * dpkg-deb: add --raw-extract and -X arg completions
  * test: add some dpkg-query test cases
  * dpkg-deb: fix --show/-W completion
  * test: upgrade markdownlint-cli to 0.23.1
  * *: use more arithmetic evaluation
  * test: try harder to restore environment and cwd on failures
  * *: use $ifs for storing/restoring $IFS
  * test/irb: xfail options test if --help is not available
  * test: upgrade flake8 to 3.8.1
  * test: pre-commit config cleanups, ordering
  * test: upgrade pre-commit to 2.4.0+, drop shfmt kludge
  * test: sync shfmt and shellcheck configs
  * test: shfmt bashrc
  * test: remove unused run-shellcheck, shellcheck is in pre-commit
    now
  * test: remove old test suite code no longer used \o/
  * test/_known_hosts_real: port remaining test cases to
    pytest+pexpect
  * test: remove more no longer needed old test suite code
  * test/_known_hosts_real: port more test cases to pytest+pexpect
  * test/_get_cword: port remaining test case to pytest+pexpect
  * test: replace some echos with printfs
  * test/_filedir: fix shutil.rmtree on Python < 3.6
  * test/_expand: port remaining test cases to pytest+pexpect
  * test: drop some no longer needed old test suite code
  * test/_filedir: port remaining test cases to pytest+pexpect
  * test: run all Travis jobs on dist: bionic
  * test: drop not needed sudo on Travis
  * test/_filedir: port more test cases to pytest+pexpect
  * test/__expand_tilde_by_ref: port remaining test cases to
    pytest+pexpect
  * test/_get_comp_words_by_ref: convert remaining test cases to
    pytest+pexpect
  * test: run pytest --verbose in docker
  * lftp: use "bookmark list" command to list bookmarks
  * test: drop some no longer needed old test suite code
  * test/slapt-src: convert remaining test case to pytest+pexpect
  * _xfunc: simplify
  * apt-cache: avoid nonzero exit code from _apt_cache_packages
  * test/slapt-get: convert remaining test case to pytest+pexpect
  * test/secret-tool: add to test command list
  * test/scp: port remaining test case to pytest+pexpect
  * test/umount: convert remaining test case to pytest+pexpect
  * secret-tool: new completion
  * apt-get: complete build-dep with dirs
  * travis: use golang 1.14 for shfmt
  * *: run all shell code through shfmt -s
  * pre-commit etc: add shfmt
  * test: fix incorrect fixtures/shared/default xfails/expectations
  * test: upgrade markdownlint to 0.23.0
  * nmap: simplify help scraping a bit, don't try to emit unnecessary
    newlines
  * test: prefix fake test commands with underscore
  * test: port most umount test cases to pytest+pexpect
  * test: add note about unescaped assert_complete single return
    values
  * editorconfig: apply yaml settings to .yaml too
  * pre-commit: use local perlcritic hook
  * *: doc and comment link updates
  * pre-commit, *.md: add markdownlint, address findings
  * README: clarify loading automatically on demand
  * ssh-keygen: -O arg updates and improvements
  * ssh-keygen: add -b arg completions according to specified -t
  * ssh-keygen: option and arg completion updates for new versions
  * _command: improve commentary
  * reportbug, scp, sftp, svn: use compgen -c instead of _command
  * find: fix -exec etc argument and its completion
  * extra: trigger docker builds only on test-cmd-list.txt changes
  * test: add script to maintain list of executables for full test
    coverage
  * test: run lint tests on Travis in a quickish separate first stage
  * test/make: mark more cases as requiring command
  * make: add bmake alias
  * test: run pre-commit on host instead of docker
  * test: add perlcritic to pre-commit, run on all perl
  * *: remove some unused variables, thanks to shellcheck SC2034
  * *: various loop iteration improvements
  * crontab: fix loop over already given args
  * apt-cache: fix command mode handling
  * doc: add loop variable naming guideline
  * test: make at-point completion tests easier
  * ssh, xsltproc: address shellcheck SC2006
  * scp: work around shellcheck SC1003
  * mutt: address shellchec SC2236
  * wget: address shellcheck SC2116
  * pytest: address shellcheck SC2002
  * bash_completion, java, tipc: for loop whitespace consistency
    tweaks
  * *: more arithmetic evaluation cleanups, thanks to shellcheck
    SC2004
  * __reassemble_comp_words_by_ref, java: address and work around
    shellcheck SC2102
  * test: enable parallel pre-commit shellcheck
  * test: remove shellcheck severity filter, add explicit disables
    instead
  * doc: recommend arithmetic evaluation
  * *: array subscript cleanups
  * ssh-keygen: -s and -n completion improvements
  * *: enable and address shellcheck SC2053
  * bash_completion, invoke-rc.d, svcadm: trivial cleanups
  * *: replace various conditional expressions with arithmetic
    evaluation
  * carton: fix command parsing with BSD sed
  * nmap: fix option parsing with BSD sed
  * test/alias: port remaining test case to pytest+pexpect
  * test: generalize complete at point test
  * test/cd: fix test_dir_at_point for setups that repeat "trailer"
  * pytest: add some option arg (non-)completions
  * pytest: complete test classes
  * pgrep, pkill: add --ns and --nslist arg completions
  * test: run skipif and xfail commands without caring if they output
    or not
  * test: make it possible to not care whether command did output or
    not
  * test/xfreerdp: skip xfreerdp kbd test if kbd-list returns empty
  * test: tolerate duplicates from compgen actions
  * test: bump shellcheck severity to warning + some disables
  * *: address shellcheck SC2046
  * test/lib/library.sh: address shellcheck SC2125
  * java, pkgadd, sysbench: address shellchec SC2124
  * scp: address shellcheck SC2089 and SC2090
  * _filedir_xspec: address shellcheck SC2140
  * rpm, ssh, umount.linux: address shellcheck SC2120
  * cvs, modprobe, sh: address shellcheck SC2209
  * mutt: address shellcheck SC2088
  * _upvar, _upvars, _variables, rpm: address shellcheck SC1083
  * test/run: address shellcheck SC2164
  * renice: address shellcheck SC2254
  * tipc: comment grammar and spelling fixes
  * man, perl, route, tipc: address shellcheck SC2053
  * info, java: address shellcheck SC2153
  * quote_readline: fix $ret leak
  * test: upgrade shellcheck to 0.7.1
  * test/printenv: xfail if --help doesn't contain options (e.g.
    busybox)
  * test/aptitude: require command where necessary
  * _known_hosts_real, op: address shellcheck SC2184
  * test: don't run shellcheck on completions/.gitignore
  * protoc: complete all --*_out without more specific handling with
    dirs
  * sysbench: add --test= deprecation TODO
  * pkgadd: indentation fix
  * chronyc, wvdial: address shellcheck SC2178
  * java, pkgadd, sysbench: address shellcheck SC2124
  * mplayer: address shellcheck SC1078 false positive
  * smartctl: hush shellcheck SC2054 false positives
  * *: address shellcheck SC2221 and SC2222
  * bash_completion: address shellcheck SC2220
  * crontab, wodim: silence shellcheck SC2191 and SC2192
  * aptitude: add some option arg (non)completions
  * aptitude: parse options list from --help, hardcode less
  * test/aptitude: add some test cases
  * *: argument interation improvements
  * *: whitespace tweaks
  * apt-get etc: use _apt_cache_packages from apt-cache
  * pre-commit: run most python checks on helpers/python too
  * test/ldd: xfail if --help is not implemented
  * test/printenv: require command for arg completion test
  * printenv: indentation fixes
  * test: upgrade mypy to 0.770
  * test: split dependencies requiring Python 3.6.1+ to requirements-
    dev.txt
  * git: trigger docker rebuild on pre-commit config change
  * test: require openssl command for option argument tests
  * test: move perltidy to pre-commit, run with --converge
  * test: move shellcheck to pre-commit
  * test: ignore flake8 messages that are in black's domain
  * _xinetd_services: look up from $BASHCOMP_XINETDDIR, add some unit
    tests
  * printenv: new completion
  * copyright: add 2020
  * test: fix CompletionResult.__eq__ UnboundLocalError
  * test: run pre-commit in tools container
  * test: shellcheck tweaks
  * test: add isort to pre-commit, run it
  * test: add flake8-bugbear
  * test: install black for Python 3.6 too
  * pre-commit: add config with black, flake8, and mypy
  * test: drop redundant black args from docker runs
  * *: python type hint fixes and improvements
  * extra/make-changelog: run through black
  * test/totem: add basic test case
  * test/cd: remove unused import
  * openssl: complete -writerand with filenames
  * openssl: parse available options from $command -help
  * openssl: support getting digest list from more recent openssl
    versions
  * nmap: handle options split on equals sign
  * nmap: parse options from -h output
  * test/cd: make dir_at_point produce better debuggable failures
  * test/cd: convert remaining test case to pytest+pexpect
  * test: remove some no longer needed old test suite code
  * test/chown,sudo: parametrize special case test, improve xfail
    targeting
  * test/tsig-keygen: require command for test_options
  * test/upgradepkg: port remaining test case to pytest+pexpect
  * tsig-keygen: new completion
  * test: host helper lint and usage fixes
  * test: port some _known_hosts_real unit tests to pytest+pexpect
  * test: remove some no longer needed tcl/expect code
  * test: fix spurious hosts fixture failure without avahi-browse
    installed
  * test: port some scp test cases to pytest+pexpect
  * test: port remaining finger, sftp, ssh, and xhost cases to
    pytest+pexpect
  * lilo: work around shellcheck false positive
  * test/ipcalc: fix tests with busybox ipcalc
  * chromium-browser, firefox: complete on *.txt (#379)
  * README.md: add introduction
  * ipcalc: new completion
  * *: complete commands when prefixed with a backslash
  * test/wol: don't fail MAC test if test system has /etc/ethers
    entries
  * test/dnssec-keygen: allow more alternatives in algorithm
    completion
  * lilo: don't complete on commented out labels
  * lilo: honor -C when completing labels
  * lilo: add -B and -E completions

  [ beantaxi ]
  * Source user completion only if it's a file (#409)

  [ hugoziviani ]
  * jarsigner: complete on *.apk too (#386)
  * cryptsetup: add luksChangeKey arg completion (#380)

-- Ville Skyttä <ville.skytta@iki.fi>  Sat, 25 Jul 2020 11:25:09 +0300

bash-completion (2.10)

  [ Felix Lechner ]
  * perltidy: associate *.t (#338)

  [ Gabriel F. T. Gomes ]
  * perl: fix completion with space between option and argument

  [ Grisha Levit ]
  * _variables: add TERM and LC_* completion (#353)

  [ Iñigo Martínez ]
  * autotools: Replace pkgdatadir with datadir
  * pkg-config: Relative paths
  * pkg-config: generate Name from autotools PACKAGE

  [ Jakub Jelen ]
  * ssh: option and argument completion updates (#332)

  [ Michał Górny ]
  * test_arp: Skip if ARP tables are empty
  * test_chromium_browser: Skip test_2 if 'chromium-browser --help'
    fails
  * test_rpm2tgz: Fix expected output

  [ Sebastian ]
  * cppcheck: Add new standards to --std option. (#356)

  [ Tomasz N ]
  * apt-get: fix pkg version completion if it contains a colon (#351)

  [ Ville Skyttä ]
  * test: bump black to >=19.10b0
  * ssh, scp, sftp, ssh-copy-id, curl: improve identity file
    completion
  * update-rc.d: indentation fix
  * update-rc.d: remove dead code
  * screen: add serial device basic arg (non)completion
  * screen: add //telnet completion
  * test: add some trivial perl -E/-e cases
  * perl: indentation fixes
  * curl: make @filename completion do the right thing with dirs
  * _filedir: avoid duplicate dirs internally, and a compgen -d call
    for files
  * _filedir: remove unused $x
  * bash_completion.sh: shellcheck SC2086 fixes
  * test: shellcheck config cleanups
  * shellcheck: add some option arg (non)completions
  * test: fix cpio users test in presence of usernames with whitespace
  * test: python typing fixes
  * test: add minimal mypy config
  * .gitignore: mypy cache
  * makepkg: fix option completion
  * test: mark dcop and mr testcases requiring the cmd as such
  * CONTRIBUTING: disable e-mail bug gateway due to spam
  * carton: new completion
  * op: direct command parsing stderr to /dev/null
  * test: adjust java expectations based on whether jars can be listed
  * valgrind: look tool names from lib/*-linux-gnu dirs too
  * test: xfail locale-gen option completion if --help is not
    available
  * _sysvdirs: always return 0
  * java: don't assume jar is installed
  * travis: test with Debian 10
  * wine: install for wine-development and wine-stable too
  * travis: generate dist tarball on alpine
  * dmypy: new completion
  * test: add require_longopt xfail helper, use it
  * test: mark more tests that parse command output as requiring
    command
  * sysctl: invoke completed sysctl instead of one from path to get
    variables
  * screen, smartctl, update-alternatives: _parse_help, drop hardcoded
    option list
  * lintian-info: _parse_help, add more option arg (non)completions
  * gprof: _parse_usage, drop hardcoded option list
  * test: fix retrieving command to test from request
  * travis: pass NETWORK as env var, so we can actually use it
  * test: xfail MAC address completion without networking
  * test: ignore _makepkg_bootstrap in makepkg test env
  * test: hush flake8-bugbear B010
  * test: don't sort expected completion lists under the hood
  * test: add bunch of basic option parsing test cases
  * test: always run tests which don't require tested command
  * test: explodepkg and upgradepkg test fixes
  * test: mark sbcl-mt xfail due to whitespace split issues
  * _terms: search directly from various terminfo dirs
  * _terms: combine and simplify somewhat
  * pkg-get: fix $i leak
  * pkgutil: fix $i leak
  * test: portinstall/upgrade test case and setup fixes
  * lvm pv*, vg*: parse help instead of hardcoding option list
  * ipv6calc: parse help instead of hardcoding option list
  * test: avoid some sed -r/-E runLint false positives
  * test: use sh +* as ccache command test case
  * java: make jar/zip listing work with unzip
  * test: installpkg test fixes
  * test: fix acroread fixture dir
  * test: remove unnecessary returns after pytest.skip
  * test: avoid gnome-mplayer core dump on Ubuntu 14
  * xvfb-run: new completion
  * test: skip gssdp-discover --message-type when option not available
  * test: expect failures for bc without --help useful with _longopt
  * test: don't expect a .tox dir in fixture
  * test: drop sourcing our no longer existing profile.d script
  * tox: include -- in option completions
  * tox: complete defaults after a --
  * gssdp-discover: new completion
  * test: register our pytest markers to hush warnings from 4.5+
  * test: fix required pytest version
  * ip: invoke the tool as $1
  * README: drop distro badges, link to Repology instead
  * chromium-browser: add --proxy-server arg completion
  * test: source our profile.d test env script in docker
  * influx: new completion
  * README: badge title tweaks
  * tox: do simple parse on tox.ini if --listenvs* yields nothing
  * test: add basic tox fixture
  * man: fall back to _parse_usage for _parse_help
  * test_wsimport: xfail options test on unparseable -help
  * test: don't try to install black on Python < 3.6
  * pgrep: fix fallback to _parse_usage
  * test: xfail unparseable mock and munin-node-configure --help cases
  * test_pwdx: xfail more unparseable help cases
  * build: make pytest executable configurable, look for pytest-3 too
  * test: enforce minimum pytest version
  * test: zopflipng flake8 fix
  * test: xfail getent and pwdx option completions with unparseable
    --help
  * test: add more basic _parse_help use test cases
  * test: add bunch of basic _parse_help use test cases
  * .gitignore: add configure.lineno
  * badblocks: fix $i leak
  * postfix: option completion is expected to fail at the moment
  * cal: try _parse_help before _parse_usage
  * test: add bunch of basic _parse_usage use test cases
  * chsh, pwck: try _parse_help before _parse_usage
  * test: add basic autossh test
  * test: convert more _filedir unit tests to pytest+pexpect
  * test: flake8 fix
  * test: convert bunch of _filedir unit tests to pytest+pexpect
  * test: convert finger partial test case to pytest+pexpect
  * README: add some badges, tweak existing
  * test: port _variables unit tests to pytest+pexpect
  * test: port compgen and quote tests to pytest+pexpect
  * iconv, lz4, tipc, xsltproc: replace some seds with compgen -X
  * test: disallow Alpine failure on Travis
  * _pnames: adapt for busybox ps, rewrite in pure bash
  * test: run our docker script in test containers by default
  * test: use one Dockerfile for all dists
  * test_ifup: accept short option completions too
  * timeout: fallback to _parse_usage from _parse_help
  * test_wget: test --s instead of --h
  * test_lsusb: xfail with unparseable --help
  * test: expect failures for various completions without useful
    --help
  * test: support xfail in our markers like skipif, use it a lot
  * test: add Alpine Linux container, allow failures for now
  * iconv: weed out ... from encoding completions
  * test_iconv: add basic file completion test
  * test_iconv: skip option completion if --help fails
  * test_getconf: skip if -a doesn't output any POSIX_V*
  * test_feh, test_makepkg: invoke grep as "command grep"
  * test: generalize check whether we're being run in a container
  * tar: simplify locating tarball from command line
  * pkg_delete: don't limit to FreeBSD
  * test: reformat test_chromium_browser.py source
  * test: set up BASH_COMPLETION_COMPAT_DIR in bashrc (only)
  * test: more thorough system location interference avoidance
  * test: bashrc comment and whitespace tweaks
  * build: makefile whitespace tweaks
  * build: really reset return value before completions check
  * build: simplify symlink setup
  * tar: add missing bsdtar, gtar, and star symlinks
  * README: use light gray badges for unknown versions
  * README: link to cygwin package

  [ Wolf ]
  * ri: hush some warnings

  [ andreabravetti ]
  * unrar: complete on *.exe (#337)

  [ ezr ]
  * chromium-browser: Add support for .mhtml files

  [ jerkey ]
  * screen: complete first arg with serial devices

  [ marxin ]
  * gcc: support new --completion option (#222)

  [ pcc ]
  * unzip, zipinfo: complete *.aab (#340)

  [ versat ]
  * cppcheck: Remove deprecated option 'posix'  for '--std='

-- Ville Skyttä <ville.skytta@iki.fi>  Thu, 05 Dec 2019 17:04:26 +0200

bash-completion (2.9)

  [ Antonio Terceiro ]
  * dpkg-source: Add --before-build --after-build --commit, and
    --print-format

  [ Gabriel F. T. Gomes ]
  * xm: Deprecate completion for obsolete command (#284)
  * _filedir_xspec: Fallback to suggesting all files if requested
    (#260)
  * tar: Support completions for zstd compression extensions (#255)
  * dpkg: List held packages (#250)
  * cvs: Add completion for the log command

  [ Guillaume Mella ]
  * unzip, zipinfo: Associate with *.xar (eXist-db application
    package) (#257)

  [ Igor Susman ]
  * mplayer: Associate with *.w64

  [ Jaak Ristioja ]
  * okular: Added support for xz-compressed files.

  [ John Swinbank ]
  * _xspecs: Declare as global on bash >= 4.2

  [ Kevin Locke ]
  * test: Increase expect pty to 160 columns
  * test: avoid interrupting magic mark output

  [ Per Lundberg ]
  * 7z: add .msi support

  [ Peter Wu ]
  * tshark: speed up tshark -O completion
  * tshark: fix completion of -Xlua_script option
  * tshark: Support preferences (-o) completion with memoization
  * test: fix misinterpretation of completion output in tests
  * test: fix flake8 complaints about unused imports
  * conftest: fix RemovedInPytest4Warning due to use of
    node.get_marker
  * chromium-browser: consider chrome and chromium as aliases
  * tshark: support .gz and .cap files for -r expansion
  * tshark: prevent a single-character file from breaking -G
    completion
  * tshark: update -T and -t completions

  [ Russell Davis ]
  * man: Fix completion when failglob option is enabled (#225)

  [ Timo Taipalus ]
  * mplayer: Add common supported module music formats

  [ Tomasz N ]
  * _longopt: pick first long option on a line, not last

  [ Ville Skyttä ]
  * *: avoid shellcheck SC1007 and SC1010
  * 7z: add some TODO notes on parsing "i" output for extensions
  * ssh: make -o protocol completion less hardcoded
  * ssh: make option completion case insensitive
  * ssh: fix suboption completion with combined -*o
  * xvnc4viewer: code cleanups
  * doc/testing: remove lots of legacy info, add some new
  * CONTRIBUTING: add upstream vs bash-completion considerations
  * CONTRIBUTING: note runLint and run-shellcheck
  * __parse_options, 7z: avoid herestrings
  * arp, ccze, ifstat, inotifywait, makepkg: invoke sed with "command"
  * shellcheck: disable bunch of warnings when in "-S warning" mode
  * test: move default shell option from run-shellcheck to
    .shellcheckrc
  * test: make runLint search for herestrings
  * tar, valgrind: avoid some herestrings
  * travis: run shellcheck on bash_completion.sh.in too
  * travis: fail on shellcheck errors
  * make: quote eval array definitions to work around shellcheck
    SC1036 bug
  * test: add make -C test case
  * *: shellcheck error fixes
  * _included_ssh_config_files: store found included files in an array
  * _included_ssh_config_files: doc grammar fixes
  * test: add invoke-rc.d test case for not repeating already given
    options
  * ebtables: improve existing table arg parsing
  * test: add script to run shellcheck, run it in Travis, allowing
    failure for now
  * iptables: improve existing table arg parsing
  * test: shorten long gdb test core file name so tar doesn't croak on
    it
  * AUTHORS: remove unrelated project association from my entry
  * apt-get: protect source against regex specials
  * mypy, mysql, xmms: don't complete unknown split long option args
  * synclient: remove unused local variable "split"
  * test: adjust _get_comp_words_by_ref test to changed error output
  * apt-cache: protect showsrc against regex specials
  * test: improve tshark -O arg completion test
  * tshark: ignore stderr when parsing -G, -L, and -h output
  * *: error output consistency, use bash_completion prefix
  * _upvar: deprecate in favor of _upvars
  * *: add missing "ex: filetype=sh"
  * phing: fix getting just a tab for options on CentOS 6
  * phing: don't complete -l with files
  * various: apply file vs dir special cases also when invoked with
    full path
  * *: whitespace tweaks
  * ssh: don't offer protocol v1 specific options if it's not
    supported
  * test: add some gdb non-core files
  * _parse_help: look for long options somewhat more eagerly
  * gdb: relax core filename pattern
  * test/tools: fix exit status incrementation
  * *: arithmetic expression related cleanups
  * test/tools: run all tools, don't stop at first failure
  * test: check for perltidy errors and warnings
  * *: format Perl code with perltidy
  * *: format Python code with black
  * .dir-locals.el: use flycheck-sh-bash-args
  * valgrind: look up tools from libexec dirs too
  * *: make _parse_usage fallbacks more concise
  * svn, svk, wget: use _iconv_charsets
  * *: spelling fixes
  * msynctool: code cleanups
  * *: remove whitespace after redirections
  * *: remove spaces immediately within $()
  * bzip2: recognize *.tbz2 as bzipped
  * modprobe: module parameter boolean values
  * ping, tracepath: parse options primarily with _parse_help
  * ulimit: new completion
  * shellcheck: new completion
  * dnssec-keygen: new completion
  * modprobe: append = to module parameter completions
  * test: include test_unit_longopt.py in dist
  * test: add some _longopt unit tests
  * _longopt: simplify regex, use printf instead of echo, drop
    unnecessary sort
  * nsupdate: new completion
  * _longopt: don't complete --no-* with file/dirname arg
  * copyright: add 2019
  * pytest: complete --pythonwarnings/-W arg
  * python: make warning action list reusable
  * test: use pytest-xdist
  * extra: add git pre-push hook for triggering Docker Hub builds
  * post-commit: trigger on test/requirements.txt too
  * pytest: complete pytest-xdist --dist, --numprocesses, and
    --rsyncdir
  * test: remove no longer needed completion/*.exp
  * xfreerdp: reinstate support for old versions with dash option
    syntax
  * test: rewrite "generate" in Python, fix trailing backslash in
    EXTRA_DIST
  * test: sort t/Makefile.am EXTRA_DIST in C locale
  * ssh: support RemoteCommand and SyslogFacility options
  * test: Expect failure for chown all users test as non-root
  * test: Fix declare test case with bash 5.0
  * adb: Deprecate in favor of one shipped with the Android SDK
  * xfreerdp: Update for more modern xfreerdp
  * jsonschema: New completion
  * test: Remove unnecessary ri xfail
  * test: Clean up man tmp dir
  * .gitignore: Add .python-version (for pyenv)
  * test: Remove unnecessary autouse=True from fixtures
  * ifstat: Make work with iproute2 version
  * iperf, iperf3: Add some option arg (non-)completions
  * test: Fix test generation wrt results checking improvements
  * ifstat: New completion
  * __parse_options: Avoid non-zero exit status
  * test: Refactor/improve completion results checking
  * test: Match Python's default locale unaware sort in bash setup
  * test: Rename completion.line to .output
  * test: Add man failglob test case
  * test: Add pre_cmds support for completion fixture
  * inotifywatch: New completion, common with inotifywait
  * inotifywait: Fix -e completion with BSD sed
  * inotifywait: Avoid some false positive event names
  * test: extend _ip_addresses unit tests some
  * _ip_addresses: Avoid completing ipv4 ones with -6
  * inotifywait: New completion
  * test: Mark some xfails based on if in docker instead of in CI
  * test: Skip ifup options test if it doesn't grok --help, not in CI
  * test: Clean up and docker-ignore __pycache__ dirs
  * build: Include test/t in dist tarball
  * test/t: Avoid trailing backslash in Makefile.am's to appease
    automake
  * test: Remove some no longer used old test suite code
  * _xspecs: Simplify bash version check
  * chmod: Fix "-" completion
  * sysctl: Treat -f as alias for -p/--load
  * .gitignore: Add pytestdebug.log
  * chmod: Fix file completion after modes starting with a dash
  * _count_args: Add 3rd arg for treating option-like things as args
  * test: Fix _count_args test_7 to test intended case
  * pydocstyle: New completion
  * Travis: Remove unused PYTEST env var
  * doc: Note email issues gateway
  * tcpdump: Various option and their arg completion updates
  * test: Fix arp CI (non)expectations, remove redundant test case
  * test: Be more consistent with "CI" env var examination and xfails
  * arp: New completion, somewhat incomplete
  * test: Expect failure in gkrellm if there's no X display
  * doc: Update docs on generating simple tests
  * doc: Some test dependency doc updates
  * test: Add requirements.txt for installing dependencies
  * grpck: Parse options with _parse_help, falling back to
    _parse_usage
  * grpck: Add --root/-R arg completion
  * test suite: Ignore _scp_path_esc in env for ssh-copy-id
  * ssh-copy-id: Add -i and -o arg (non-)completions
  * tar: Clean up some redundant code
  * cancel: Split long line
  * cancel: Add some option arg (non-)completions
  * locale-gen: New completion
  * makepkg: Don't apply to other than Slackware makepkg
  * test: Allow unknowns options in makepkg option completion
  * makepkg: Use _parse_help instead of hardcoding option list
  * mypy: New completion
  * op: New completion
  * hunspell: New completion
  * xmllint: Improve --encode, --pretty, and --xpath arg
    (non-)completions
  * test: Remove leftover completion/ls.exp
  * gcc: Add g++, gcc, gccgo, and gfortran *-[568] aliases
  * perlcritic: New completion
  * gnome-screenshot: New completion
  * isort: New completion
  * freeciv: Option and arg completion updates
  * freeciv-gtk2: Install for freeciv and freeciv-gtk3, rename to
    freeciv
  * mplayer etc: Complete on *.crdownload partial downloads in
    addition to *.part
  * chromium-browser, google-chrome*: New non-xspec completion
  * firefox etc: New non-xspec completion
  * Merge branch 'master' into wip-pexpect
  * nc: Add some more option (non-)completions
  * test: Mark MANPATH without leading/trailing colons test an xfail
    on CI CentOS 6
  * test: Remove kill, killall remnants
  * test: Make case specific env entries shell code, not escaped
  * Merge branch 'master' into wip-pexpect
  * unzip, zipinfo: Associate with *.whl
  * __load_completion: Avoid unnecessary lookups from nonexistent dirs
  * Merge branch 'master' into wip-pexpect
  * gcc: Add g++, gcc, gccgo, and gfortran *-7 aliases
  * test: Use test_unit_* prefix for unit tests, to avoid name clashes
  * test: Support setting cmd=None to require no command, for unit
    tests
  * test: Misc test suite fixes
  * test: Fix jq and scrub skipif commands
  * test: Don't require complete marker on test methods
  * test: Add support for per-test env modifications
  * test: Use more conventional Python file names for tests
  * test: Sort completion results in Python for ease of use in Python
    tests
  * test: Allow __load_completion to fail
  * test: chdir to fixtures dir in Python as well
  * test: Mark xfreerdp as expected failure for now
  * test: Replace + with Plus in test class names
  * test: Implement load_completion_for using assert_bash_exec
  * test: Add ability to selectively ignore diffs in environment
  * test: Fixture reorganization
  * test: Pass through $HOME and $DISPLAY to test bash
  * test: Log pexpect interaction to $BASHCOMP_TEST_LOGFILE if set
  * test: Rename BASHCOMP_* test env variables to BASHCOMP_TEST_*
  * test: Add python3 test case
  * test: Add class level skipif based on bash exec result
  * test: Include command name in test class name, use numbered test
    method names
  * test: Fix some regressions introduced in recent test conversions
  * test: Add support for running test case in a specified dir
  * test: Add support for skipping individual tests based on shell
    command status
  * test: Make test base work with Python 3.3+
  * test: Add some iperf, iperf3 and xmodmap test cases
  * xmodmap: Use _parse_help instead of hardcoded option list
  * iperf: Improve client/server specific option parsing
  * iperf: Install for iperf3 too
  * iperf: Add g/G to --format completions
  * xmodmap: Use _parse_help instead of hardcoded option list
  * iperf: Improve client/server specific option parsing
  * iperf: Install for iperf3 too
  * iperf: Add g/G to --format completions
  * test: Use /root/.local/bin/pytest on ubuntu14 by default
  * test: Add generated test files to t/Makefile.am automatically
  * test: Add new test files to EXTRA_DIST
  * test: Use /root/.local/bin/pytest on centos6 by default
  * test: Use make pytest docker executable env-configurable, default
    pytest-3
  * test: Update generate for pytest+pexpect
  * test: Convert majority of test cases to pytest+pexpect
  * tox: Fall back to --listenvs for env list if --listenvs-all fails
  * git-post-commit: Avoid some error trash when HEAD is not a
    symbolic ref
  * test: Add pylint-3 test case
  * test: Limit number of pylint option completions
  * pydoc, pylint: Determine python2/3 based on command basename only
  * pylint: Bring -f/--format arg completion up to date with pylint
    1.9.2
  * pylint: Implement comma separated --confidence arg completion
  * test: Fix buffer size option listing in run --help
  * test: Bump expect's match_max to 20000 by default
  * test: Run docker tests with --verbose
  * _services: Try systemctl list-unit-files if systemctl list-units
    fails
  * extra/git-post-commit.sh: Add git post-commit Docker Hub trigger
    hook
  * gpgv: New completion
  * pydoc, pylint: Skip module completion if current looks like a path
  * travis: Run ubuntu14/bsd with no network
  * travis: Split long lines in script
  * test: Limit number of wget option completions to avoid unresolved
    result
  * test: Mark flake8 untested if it seems broken
  * pylint: Option arg completion improvements
  * tshark: Get available interfaces from -D output
  * ngrep: Add "any" to -d arg completions
  * fio: New completion
  * test: Fix iwspy test case
  * uscan: Use _parse_help instead of hardcoded option list
  * urlsnarf: Add -p arg completion
  * tracepath: Add -m and -p arg non-completions
  * tracepath: Actually use our separate completion instead of
    _known_hosts
  * test: Skip jq option completion test if its --help doesn't list
    them
  * xdg-settings: Make help parsing work on BSD
  * test: Support running with local BSD binaries, do it w/ ubuntu14
    in CI
  * jq, sqlite3: Protect against negative array subscripts
  * sudo: Improve long option arg handling
  * sysctl: Recognize --pattern/-r and --load options
  * test: Add sysctl option parsing test case
  * sudo: Parse options from help/usage output, add some long option
    support
  * strace: Use _parse_help instead of hardcoded option list
  * sshow: Add -p arg completion
  * sqlite3: Add some option arg (non-)completions
  * tune2fs: Update -o/-O argument lists
  * jq: New completion
  * reportbug: Run _parse_help and apt-cache more selectively
  * querybts: Use _parse_help, not hardcoded option list, misc
    improvements
  * pyvenv: Support versioned 3.6-3.8 executables
  * passwd: Try _parse_help before _parse_usage to parse options
  * profile.d: Avoid tested variable values being confused as [ ]
    operators
  * cryptsetup: Add some option arg (non-)completions
  * cryptsetup, nc, sh: Skip option args when counting arguments
  * modinfo: Fall back to _parse_usage if _parse_help yields no
    results
  * mysql, mysqladmin: Complete --ssl-{ca,cert,key} option arg
  * mysqladmin: Reuse --default-character-set completion from mysql
  * modinfo: Use _parse_help instead of hardcoded option list
  * minicom: Use _parse_help instead of hardcoded option list
  * mplayer: Associate with *.S[3T]M, *.med, *.MED
  * completions/Makefile.am: Use install-data-hook, not install-data-
    local
  * ifup etc: Add option and option argument completion
  * _count_args: Add support for not counting specified option args
  * ifquery: New ifup alias completion
  * ngrep, tshark: Complete on *.pcapng too
  * rpm: Complete --licensefiles with -q
  * pytest: Rename from py.test to follow upstream recommended name
  * README: Add instructions for overriding completions system wide
  * README: Note $BASH_COMPLETION_USER_DIR
  * test: Mark psql etc test cases untested if --help doesn't work
  * aclocal, automake: Support versioned 1.16 executables
  * __load_completion: Avoid bad array subscript on "commands" ending
    with slash
  * lzma: Use _parse_help instead of hardcoded option list
  * test: Run perlcritic and flake8 on perl and python helpers in
    Travis
  * build: Improve cleanup of test/log and test/tmp dirs
  * pkg-config: Complete on *.pc files
  * build: Use AC_PROG_SED to locate sed
  * build: Do cmake, pc, and profile variable replacements in Makefile
  * README: Add Q/A on overriding a completion, modernize local
    install answer
  * json_xs: New completion
  * chmod: New completion
  * iperf, nc: Include IPv6 addresses in bind address completions
  * links: Major rework, parse options from --help, add option arg
    completion
  * _ip_addresses: Add option to complete all/v4/v6 addresses, add
    unit test
  * wget: Remove nonexistent arg to _ip_addresses
  * _filedir: Drop unnecessary evals
  * iconv: Split charset completion to _iconv_charsets, add test case
  * links: Install completion for links2 too
  * xgamma: Comment spelling fix
  * lftp: handle -s
  * test: Skip scrub -p test when its --help doesn't list available
    patterns
  * ecryptfs-migrate-home: New completion
  * scrub: New completion
  * ether-wake: Install for etherwake as well
  * *: Support completing arg of last bundled short option
  * dselect: Parse options with _parse_help
  * dhclient: Add some option arg (non-)completions
  * dhclient: Parse options with _parse_usage
  * chage, chpasswd: Add -R/--root arg completion
  * reportbug: Add bunch of option arg (non-)completions
  * .dir-locals.el: Set -O extglob for flycheck bash checks
  * mount, umount: Deprecate on Linux in favor of util-linux >= 2.28
    ones
  * _known_hosts_real: Reimplement known hosts file parsing in pure
    bash
  * test: Add comment line to fixtures/_known_hosts_real/known_hosts
  * ssh: Complete all *File option args with _filedir
  * README: Point Debian and openSUSE badges towards unstable and
    Tumbleweed
  * README: Link to various distro packages
  * apt-get: Add -h/-v/-o non-completions
  * apt-get: Sync option list with apt 1.5.1
  * apt-get: Simplify -t and friends completion, support Ubuntu
  * apt-get: Add indextargets to list of suggested commands
  * apt-get: Complete install package=versions
  * ssh: Sync config option lists with OpenSSH 7.5p1, add some value
    completions
  * ssh: Sync query type list with OpenSSH 7.5p1
  * ssh: Order various switch cases closer to alphabetical
  * completions/Makefile: Fix check-local in VPATH builds

  [ dmerge ]
  * _filedir: Refactor to remove heredoc-dependent loop

  [ marxin ]
  * gccgo: Add as a GCC completion target (#227)

  [ ovf ]
  * xrandr: match the output name exactly for --mode

-- Ville Skyttä <ville.skytta@iki.fi>  Sat, 27 Apr 2019 11:50:12 +0300

(jperkin)

2021-03-10 16:35:17 UTC MAIN commitmail json YAML

unit-php: Obtain package options for PHP using pkg-build-options.mk

This should unbreak things that attempt to scan the pkgsrc tree without
building dependencies, as observed in morden.netbsd.org daily pkgsrc output

(nia)

2021-03-10 16:08:28 UTC MAIN commitmail json YAML

doc: Updated misc/libreoffice to 7.1.1.2nb1

(ryoon)

2021-03-10 16:07:54 UTC MAIN commitmail json YAML

2021-03-10 11:50:26 UTC MAIN commitmail json YAML

libpurple: adapt for nss change

(wiz)

2021-03-10 10:33:21 UTC MAIN commitmail json YAML

doc: Updated archivers/star to 1.6.1nb13

(micha)

2021-03-10 10:31:32 UTC MAIN commitmail json YAML

archivers/star: Update to 1.6.1nb13

Symlinks "gnutar", "suntar" and "tar" are no longer installed by this
package. This should fix bug pkg/56049.

Bump PKGREVISION.

(micha)

2021-03-10 10:25:21 UTC MAIN commitmail json YAML

Updated www/py-django-admin-rangefilter, www/py-django-filter

(adam)

2021-03-10 10:25:03 UTC MAIN commitmail json YAML

py-django-filter: updated to 2.4.0

Version 2.4.0 (2020-9-27)
--------------------------
* SECURITY: Added a ``MaxValueValidator`` to the form field for
  ``NumberFilter``. This prevents a potential DoS attack if numbers with very
  large exponents were subsequently converted to integers.

  The default limit value for the validator is ``1e50``.

  The new ``NumberFilter.get_max_validator()`` allows customising the used
  validator, and may return ``None`` to disable the validation entirely.

* Added testing against Django 3.1 and Python 3.9.

  In addition tests against Django main development branch are now required to
  pass.

Version 2.3.0 (2020-6-5)
------------------------
* Fixed import of FieldDoesNotExist.
* Added testing against Django 3.0.
* Declared support for, and added testing against, Python 3.8.
* Fix filterset multiple inheritance bug
* Allowed customising default lookup expression.
* Drop Django 2.1 and below
* Fixed IsoDateTimeRangeFieldTests for Django 3.1
* Require tests to pass against Django `master`.

(adam)

2021-03-10 10:23:23 UTC MAIN commitmail json YAML

py-django-admin-rangefilter: updated to 0.7.0

0.7.0:
Added
- Added possibility to set a title of filter

Fix
- Avoided leading ?& GET parameters

Changed
- Changed title of filter from `By {field_name}` to `{field_name}`

(adam)

2021-03-10 07:46:30 UTC MAIN commitmail json YAML

doc: Updated sysutils/macchina to 0.5.4

(pin)

2021-03-10 07:46:08 UTC MAIN commitmail json YAML

sysutils/macchina: update to 0.5.4

-fix: fail wrong component
-sync releases

(pin)

2021-03-09 21:59:41 UTC MAIN commitmail json YAML

nss: Remove include/nss/nss reference from buildlink3.mk

(ryoon)

2021-03-09 21:15:31 UTC MAIN commitmail json YAML

doc: Updated devel/git to 2.30.2

(leot)