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 (3h)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (154d) 

2024-05-12 23:07:20 UTC Now

2023-06-01 11:55:01 UTC MAIN commitmail json YAML

2023-06-01 11:54:12 UTC MAIN commitmail json YAML

doc: Updated audio/spotify-player to 0.14.1

(pin)

2023-06-01 11:53:52 UTC MAIN commitmail json YAML

audio/spotify-player: update to 0.14.1

What's Changed
- Fixed application not starting issue with Kitty terminal (#204) when the
  image feature is enabled in bca3fa2
- Migrate to ratatui in #206

(pin)

2023-06-01 11:53:12 UTC MAIN commitmail json YAML

doc: Updated shells/oh-my-posh to 16.9.1

(pin)

2023-06-01 11:52:50 UTC MAIN commitmail json YAML

shells/oh-my-posh: update to 16.9.1

Bug Fixes
- doc: remove outdated content for Scoop (e7eb8bd)
- pwsh: use correct ESC char for FTCS mark (f8e72d0)

(pin)

2023-06-01 11:39:52 UTC MAIN commitmail json YAML

doc: Updated print/cups-base to 2.4.2nb9

(wiz)

2023-06-01 11:39:33 UTC MAIN commitmail json YAML

2023-06-01 10:02:04 UTC MAIN commitmail json YAML

doc: Updated audio/gospt to 0.0.50

(pin)

2023-06-01 10:01:42 UTC MAIN commitmail json YAML

audio/gospot: update to 0.0.50

- fix pagination

pkgsrc: fix broken tarball.

(pin)

2023-06-01 08:20:19 UTC MAIN commitmail json YAML

doc: update Meslo name

(wiz)

2023-06-01 08:20:02 UTC MAIN commitmail json YAML

2023-06-01 08:12:42 UTC MAIN commitmail json YAML

doc: nerd-fonts* updated to 3.0.1

(wiz)

2023-06-01 08:11:18 UTC MAIN commitmail json YAML

fonts/Makefile: + nerd-fonts-MesloLG

(wiz)

2023-06-01 08:11:01 UTC MAIN commitmail json YAML

fonts/nerd-fonts-MesloLG: import nerd-font-Meslo-3.0.1

Nerd Fonts patches developer targeted fonts with a high number of
glyphs (icons). Specifically to add a high number of extra glyphs
from popular 'iconic fonts' such as Font Awesome, Devicons,
Octicons, and others.

MesloLG is a font with slashed zeros, a customized version of
Apple's Menlo.

(wiz)

2023-06-01 08:10:39 UTC MAIN commitmail json YAML

nerd-fonts*: update to 3.0.1

Fix LICENSE while here.

Release 3 was a major change:

Breaking 1: Naming

This release fixes some long standing issues that are due to the
naming of the fonts: There is a completely new naming scheme. This
might be inconvientient for existing setups, sorry.

    Some fonts will have Nerd Font in the name while other have it
    abbreviated as NF. This is needed because some names just were
    too long. (Same for Nerd Font Mono and NFM.)
    There are no Windows Compatible fonts anymore. All fonts work
    on all platforms.
    The Complete from the font names (and the repo directories)
    has been dropped (Complete is the new normal).
    The name parts will be ordered as expected with style and weight
    last (Somefont Bold Nerd Font -> Somefont Nerd Font Bold).
    The filename will have no blanks anymore.

Breaking 2: Material Design Icons Codepoints

The old Material Design Icon codepoints are finally dropped. Due
to an historic mistace we placed them in between some asiatic
glyphs, breaking that script.

Since v2.3.0 the (updated and expanded) Material Design Icons have
new codepoints in the 5 digit region.

    Dropped codepoints F500... and class names nf-mdi-*
    New codepoints F0001... and class names nf-md-* (already since v2.3.0)
    The whole discussions are here: #365
    A translation table is available here: #1059 (comment)
    There are tools out there that probably can update your configuration.
    Relevant thread: #1190

Of course, there are many other changes/updates/improvements.

(wiz)

2023-06-01 08:03:05 UTC MAIN commitmail json YAML

xe-guest-utilities: fix build

Enable build on all versions of NetBSD

(sborrill)

2023-06-01 07:59:23 UTC MAIN commitmail json YAML

Updated devel/cbindgen, www/py-django-tastypie

(adam)

2023-06-01 07:59:05 UTC MAIN commitmail json YAML

py-django-tastypie: updated to 0.14.5

0.14.5

Bugfix for data loss prevention exception when same uri is used in multiple to-many resources in a payload.
Doc fix for delete_detail
More cleanup for python 2 EOL
Added support for Django 4.1.

(adam)

2023-06-01 07:55:08 UTC MAIN commitmail json YAML

cbindgen: updated to 0.24.6

0.24.6
* Update MSRV to 1.57
* Support variadic arguments (`...`)
* Add --depfile option

0.24.5
* Don't enforce tempfile version.

0.24.4
* Move expand infinite recursion fix
* Add with_cpp_compat to the builder
* Handle never type in return position consistently
* Fix warnings
* Updated documentation

(adam)

2023-06-01 07:04:26 UTC MAIN commitmail json YAML

doc: Updated misc/chatgpt-shell-cli to 0.0.20230516

(wiz)

2023-06-01 07:04:10 UTC MAIN commitmail json YAML

chatgpt-shell-cli: update to 0.0.20230516.

two weeks of various minor changes

(wiz)

2023-06-01 07:00:27 UTC MAIN commitmail json YAML

unit-php: simplify PKGNAME

(wiz)

2023-06-01 05:22:13 UTC MAIN commitmail json YAML

Updated net/haproxy, archivers/unrar

(adam)

2023-06-01 05:19:33 UTC MAIN commitmail json YAML

2023-06-01 05:17:24 UTC MAIN commitmail json YAML

haproxy: updated to 2.8.0

2.8.0
- MINOR: compression: Improve the way Vary header is added
- BUILD: makefile: search for SSL_INC/wolfssl before SSL_INC
- MINOR: init: pre-allocate kernel data structures on init
- DOC: install: add details about WolfSSL
- BUG/MINOR: ssl_sock: add check for ha_meth
- BUG/MINOR: thread: add a check for pthread_create
- BUILD: init: print rlim_cur as regular integer
- DOC: install: specify the minimum openssl version recommended
- CLEANUP: mux-quic: remove unneeded fields in qcc
- MINOR: mux-quic: remove nb_streams from qcc
- MINOR: quic: fix stats naming for flow control BLOCKED frames
- BUG/MEDIUM: mux-quic: only set EOI on FIN
- BUG/MEDIUM: threads: fix a tiny race in thread_isolate()
- DOC: config: fix rfc7239 converter examples
- DOC: quic: remove experimental status for QUIC
- CLEANUP: mux-quic: rename functions for mux_ops
- CLEANUP: mux-quic: rename internal functions
- BUG/MINOR: mux-h2: refresh the idle_timer when the mux is empty
- DOC: config: Fix bind/server/peer documentation in the peers section
- BUILD: Makefile: use -pthread not -lpthread when threads are enabled
- CLEANUP: doc: remove 21 totally obsolete docs
- DOC: install: mention the common strict-aliasing warning on older compilers
- DOC: install: clarify a few points on the wolfSSL build method
- MINOR: quic: Add QUIC connection statistical counters values to "show quic"
- EXAMPLES: update the basic-config-edge file for 2.8
- MINOR: quic/cli: clarify the "show quic" help message
- MINOR: version: mention that it's LTS now.

(adam)

2023-06-01 04:57:33 UTC MAIN commitmail json YAML

doc: Added devel/py-test-datafiles version 3.0.0

(wiz)

2023-06-01 04:57:21 UTC MAIN commitmail json YAML

devel/Makefile: + py-test-datafiles

(wiz)

2023-06-01 04:56:39 UTC MAIN commitmail json YAML

devel/py-test-datafiles: import py-test-datafiles-3.0.0

This plugin allows you to specify one or several files/directories
that are copied to a temporary directory (tmp_path) before the
execution of the test. This means the original files are not modified
and every test runs on its own version of the same files.

(wiz)

2023-06-01 04:31:15 UTC MAIN commitmail json YAML

doc: Added devel/py-argparse-manpage version 4.3

(wiz)

2023-06-01 04:31:05 UTC MAIN commitmail json YAML

devel/Makefile: + py-argparse-manpage

(wiz)

2023-06-01 04:30:44 UTC MAIN commitmail json YAML

devel/py-argparse-manpage: import py-argparse-manpage-4.3

Avoid documenting your Python script arguments on two places! This
is typically done in an argparse.ArgumentParser help configuration
(help=, description=, etc.), and also in a manually crafted manual
page.

The good thing about an ArgumentParser objects is that it actually
provides a traversable "tree-like" structure, with all the necessary
info needed to automatically generate documentation, for example
in a groff typesetting system (manual pages). And this is where
this project can help.

(wiz)

2023-06-01 03:43:42 UTC MAIN commitmail json YAML

doc: Updated x11/libX11 to 1.8.5

(wiz)

2023-06-01 03:43:32 UTC MAIN commitmail json YAML

libX11: update to 1.8.5.

Users of the Amharic (am_ET.UTF-8) compose key sequences provided by libX11
will also want to upgrade to xkeyboard-config 2.39 (releasing soon), in order
to keep those sequeunces working with this release.

Alan Coopersmith (6):
      gitlab CI: Add libtool to required packages
      configure: raise minimum autoconf requirement to 2.70
      configure: replace deprecated AC_HELP_STRING with AS_HELP_STRING
      configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
      gitlab CI: add workflow rules
      libX11 1.8.5

Benno Schulenberg (8):
      nls: delete compose sequences that pointlessly mix upper and lower case
      nls: remove four hundred and sixty untypable Greek compose sequences
      nls: remove twenty two untypable Greek compose sequences
      XSetScreenSaver.man: restore the part that was accidentally snipped
      nls: make the Amharic compose sequences use the dead-vowel symbols
      nls: sort three sequences alphabetically in their group, like all others
      nls: delete six compose sequences that cannot be typed
      nls: use a slash instead of a combining solidus in compose sequences

jmcwilliams403 (5):
      NLS: move long S compositions to respective blocks
      NLS: implement the expansion of the six Breton N-graph keysyms
      NLS: move dead-caron subscript compositions to the relevant Unicode block
      NLS: Remove strange dead_cedilla cedi sign sequences
      nls: add compose sequence for capital schwa, and delete a deviant one

(wiz)

2023-06-01 03:33:32 UTC MAIN commitmail json YAML

2023-06-01 03:33:03 UTC MAIN commitmail json YAML

canu: use github framework variables

(wiz)

2023-05-31 23:01:29 UTC MAIN commitmail json YAML

Added sysutils/szyszka version 3.0.0

(packaged by pin@, just copied across by me :)

(abs)

2023-05-31 22:59:18 UTC MAIN commitmail json YAML

Add szyszka - a simple but powerful and fast bulk file renamer

Features
- Great performance
- Gui created with GTK 4
- Multiple rules which can be freely combined:
  - Replace text
  - Trim text
  - Add text
  - Add numbers
  - Purge text
  - Change letters to upper/lowercase
  - Custom rules
- Save rules to be able to use them later
- Ability to edit, reorder rules and results
- Handle even hundreds thousands of records

(abs)

2023-05-31 22:15:35 UTC MAIN commitmail json YAML

git-remote-hg: not for Python 2

(wiz)

2023-05-31 22:14:02 UTC MAIN commitmail json YAML

doc: Updated devel/git-remote-hg to 0.6

(wiz)

2023-05-31 22:13:52 UTC MAIN commitmail json YAML

git-remote-hg: update to 0.6.

About 8 years of development, no summary found.

(wiz)

2023-05-31 21:53:00 UTC MAIN commitmail json YAML

glaxium: fix previous

Also, unconditionally link against libm because this uses cos().

(wiz)

2023-05-31 21:38:16 UTC MAIN commitmail json YAML

Updated math/arpack-ng, math/octave

(adam)

2023-05-31 21:37:51 UTC MAIN commitmail json YAML

octave: updated to 8.2.0

Summary of bugs fixed for version 8.2.0 (2023-04-13):
----------------------------------------------------

### Improvements and fixes
- `pr-output.cc`: Fix output for `format native-bit`
- Fix evaluation of `&` and `|` expressions in conditional contexts (bug
  #63935).
- Avoid clang warning about very unlikely buffer overflow.
- `mpoles.m`: Overhaul function and use absolute tolerance for zero poles

- `perms.m`: Change `"unique"` output order to reverse lexicographic to
  match non-unique order
- Remove trailing `'\r'` from curl dir list
- `fopen`: Use "UTF-8" as default encoding for `fopen`
- Don't use encoding facet when writing bytes to stream
- `fopen`, `unicode2native`: Fix converting the encoding of short char
  arrays with invalid UTF-8
- `fopen`: Try to gather complete UTF-8 surrogates when converting
  encoding
- Fix display of scalar complex variables with mixed `Inf`/`NaN` and
  floating point values
- `fopen`: Do not convert encoding for file streams with libc++

### GUI
- Speedup loading and saving preferences dialog

### Build system / Tests
- `inpolygon.m`: Fix demo code
- `if.tst`: New test for bug #63935.
- `acinclude.m4`: Correct typo in `#define PCRE2_CODE_UNIT_WIDTH`.
- `lu`: Add self-test with complex valued input.
- Disable visibility flags by default
- Check whether using STL from LLVM or Apple

### Documentation
- Improve documentation for `linspace` and `logspace` functions.
- Correct and improve documentation for `sparse()` function.

Summary of important user-visible changes for version 8 (2023-03-07):
--------------------------------------------------------------------

### General improvements

- Octave's libraries are now built using symbol visibility by default.
  That means that fewer symbols are exported from these libraries.
  Configure with `--disable-lib-visibility-flags` to export all symbols
  (as in previous versions).

- `filter` is now 5X faster, which also speeds up `deconv`, `fftfilt`
  and `arma_rnd` by the same amount.

- `integral` can now return a second argument containing the error
  estimate from the underlying integrator.

- `perms` now accepts a second argument "unique" to return only unique
  permutations for inputs with repeated elements.  It is faster and
  takes less memory to call `perms ('aaaabbbbcccc', "unique")` than to
  call `unique (perms ('aaaabbbbcccc'), "rows")`.

- `quadgk` can now accept the `ArrayValued` input parameter to handle
  array-valued input functions.

- `delaunayn` now has consistent trivial simplex checking and removal
  for all input dimensions, simplex checking 3D inputs is now
  vectorized, and >3D simplex checking performance has been improved.
  Simplexes points are now ordered so they will all have positive
  outward normal vectors.  Input type checking has also been added for
  improved error handling.

- `factor` now factorizes all 64-bit integers in roughly the same time.
  Previously, the product of two large primes took much longer to factorize
  than highly composite inputs.

- `Refine` option is now implemented in functions `ode45`, `ode23`,
  and `ode23s`.

- Octave is now compatible with PCRE2 (UTF-8).  PCRE2 is preferred over PCRE
  if both are installed.  Configure with `--without-pcre2` if you prefer Octave
  to use PCRE in this case.

- `mean` now internally processes data as type double to reduce likelihood of
hitting overflow or precision limits with other types

### Graphical User Interface

- The GUI has a dark style and several new icons in toolbars for better
  visibility and higher contrast.

- A new terminal widget has been added for the GUI.  It is still experimental
  and is disabled by default.  It can be enabled with the command line
  parameter `--experimental-terminal-widget`.

- More fonts for the documentation browser are included.

### Graphics backend

- When printing, the option `-svgconvert` is now the default.  If you want to
use the more limited EPS-based tool chain (the former default)—e.g., if
you encounter inaccurate image rendering—you can pass the `-nosvgconvert`
option to the `print` function.

- Additional properties have been added to the `figure` graphics object:
    * `"innerposition"` (equivalent to `"position"`)
    * `"windowstate"` (not yet implemented)

- Legend now features a new property `"itemhitfcn"`, allowing the
  execution of a callback function when a legend item is clicked.

### Matlab compatibility

- `inline` functions now support all Matlab methods.  The performance
  of `inline` functions has also been improved.

- `sub2ind` now supports index values outside of the size specified by
  the subscripts.

- `cylinder` now accepts a scalar for the radius argument.

- `clock` now has an optional second output `ISDST` which indicates if
  Daylight Savings Time is in effect for the system's time zone.

- `print` now accepts option `-image` to specify the "opengl" renderer
  and `-vector` to specify the "painters" renderer.

- `format` now accepts the option "default", which is equivalent to
  calling `format` without any options to reset the default state.

- `quadgk` now stops iterating when `error <= tolerance` while the previous
  condition was `error < tolerance`.

- `mean` now accepts vector dimensions and options to handle `NaN` values.
  The option `"a"` (arithmetic mean), `"g"` (geometric mean), and `"h"`
  (harmonic mean) are no longer accepted, only the arithmetic mean is computed.
  For the geometric and harmonic mean, please use respective functions
  `geomean` and `harmmean` from the Octave Statistics package.

- `var` and `std` now optionally output a second argument containing the mean
  or weighted mean.

- `integral` can now accept the 'ArrayValued' option in combination with
  'RelTol' and 'WayPoints'.

- File system operations that remove files (e.g., `unlink` or `rmdir`) now also
  remove files that have their read-only file attribute set on Windows.

- The default state for certain graphics properties has been made
  consistent with Matlab.

        Object      | Property        | Default State
        ------------|------------------|------------
        figure      | "dockcontrols"  | "on"

- `ode45`, `ode23`, and `ode23s` have improved results for options `Events`,
  `OutputFcn`, and `Refine`, along with corrected orientation of struct
  outputs.

- *Early notice of future breaking changes*:  Due to many user requests that
  Octave should have a Matlab-compatible string class, there is work under way
  to implement a string class that will differ from a vector of characters.  In
  Octave, single-quoted character arrays are currently compatible with Matlab,
  but double-quoted forms are not.  Currently in Octave, both 'foo' and "foo"
  are largely interchangeable, barring certain escape sequence interpretations
  such as "\n" (converted to a single newline character) as opposed to '\n'
  (two separate characters).  Matlab窶冱 single-quoted character arrays and
  double-quoted strings do not process backslash escape sequences, unlike many
  other languages, and those escape sequences are instead processed by
  individual functions such as `fprintf`.

  Octave's behavior is likely to change in future as a consequence of
  implementing Matlab-style string syntax.  For example, 'foo' will remain a
  three-element character vector, but "foo" will become a single-element string
  object.  Some backslash escape sequences are likely to differ from their
  current Octave behavior, but will achieve greater Matlab compatibility.  The
  exact implementation is a work in progress, and may or may not include
  methods of preserving backward compatibility.

  *What this means for user code*: If your code currently relies on
  double-quoted strings (e.g., "foo") representing character vectors as
  opposed to string objects, and if you intend to update to a future version of
  Octave incorporating the above changes, then consider replacing all
  double-quoted strings with single-quoted strings in your code over time
  (e.g., replace "foo" with 'foo'). Single-quoted strings are expected to
  retain current behavior.  Further, if your code relies on backslash escape
  sequence interpretation in double-quoted strings (except for special cases
  like the `printf` family), that code may need to change as well.

### Alphabetical list of new functions added in Octave 8

* `clearAllMemoizedCaches`
* `matlab.lang.MemoizedFunction`
* `memoize`
* `normalize`
* `pagectranspose`
* `pagetranspose`
* `uifigure`

### Deprecated functions, properties, and operators

The following functions and properties have been deprecated in Octave 8
and will be removed from Octave 10 (or whatever version is the second
major release after 8):

- Functions

        Function              | Replacement
        -----------------------|------------------
        shift                  | circshift
        sparse_auto_mutate    | none (see below)

- The `sparse_auto_mutate` function no longer has any effect on Octave's
  behavior.  Previously, after calling `sparse_auto_mutate (true)`,
  Octave would automatically convert sparse matrices to full when a
  sparse matrix required more memory than simply using full matrix
  storage.  This setting was `false` by default for compatibility with
  Matlab.  Now you must manually convert to full storage when desired.

- Properties

  The following property names are discouraged, but there is no fixed
  date for their removal.

        Object          | Property    | Replacement
        -----------------|-------------|------------
        uimenu          | label      | text
        uimenu          | callback    | menuselectedfcn

The following functions were deprecated in Octave 6 and have been removed
from Octave 8.

- Functions

        Function    | Replacement
        -------------|------------
        runtests    | oruntests

- The environment variable used by `mkoctfile` for linker flags is now
  `LDFLAGS` rather than `LFLAGS`.  `LFLAGS` was deprecated in Octave 6,
  and will be removed in a future version of Octave.

Summary of bugs fixed for version 8.1.0 (2023-01-22):
----------------------------------------------------

- Improved input validation and/or output handling for `poly`, `pinv`, `patch`,
  `fill`, `fill3`, `qp`, `datevec`, `textscan`, `sub2ind`, `qr`, `airy`,
  `regexp`, `dec2bin`, `dec2hex`, `mean`, and many others.
- Improved performance for `complex`, `fftw`, `delaunayn`, `isfield`, `tsearch`,
  sparse matrix exponentiation, other sparse operations, and many others.
- Overhauled `@audiorecorder` and `@audioplayer` classes.

(adam)

2023-05-31 21:35:31 UTC MAIN commitmail json YAML

arpack-ng: updated to 3.9.0

arpack-ng - 3.9.0

[ Vikas Sharma ]
* Improve README.

[ Fabien P辿an ]
* CI: Enable job `windows_latest_cmake` to run all tests
* CMake: Fix BLAS and LAPACK static library order needed to consume the library on Windows with static linkage
* Fix using ARPACK on Windows with MSVC compiler from C++17 onwards

[ Zhentao Wang ]
* [BUG FIX] parpack.h and parpack.hpp: type of rwork should be real instead of complex.
* Allow ritz_option {"LR", "SR", "LI", "SI"} for complex eigenvalue problems in ICB.

[ Jose E. Roman ]
* Avoid using isnan() in tests, since is GNU-specific

[ Tom Payerle ]
* Change the continuation line format for stat.h, debug.h

[ John Doe ]
* Avoid calling [c|z]dotc for better portability on macOS

[ Dima Pasechnik ]
* [BUG FIX] autotools: replace obsolete AC_TRY_COMPILE macros.
* Support for NAG's nagfor Fortran compiler

[ Franck Houssen ]
* Create one .cmake file per arpack-ng flavor (32-bits, 64-bits, ILP64).
* Test autotools pkg-config (*.pc files) with/without LIBSUFFIX/ITF64SUFFIX.
* Test CMake find_package (*.cmake files) with/without LIBSUFFIX/ITF64SUFFIX.
* [BUG FIX] autotools: ICB must be checked first (MPI changes compilers).
* [BUG FIX] BLAS/LAPACK: allow suffixes in case BLAS/LAPACK can not provide ICB.
* [BUG FIX] Compile C programs with ICB.
* arpackmm: command line bug fix.
* arpackmm: restart bug fix.
* pyarpack: fix compilation warning, test on macos and latest boost-python (1.79).
* arpackSolver: fix error messages.
* [BUG FIX] Make sure iseed is always initialized to values allowed by lapack ?larnv.
* [BUG FIX] According to lapack doc of ?larnv, iseed(4) must be odd.
* [BUG FIX] Use MPI ICB types (mpi_f08) instead of integer(kind=i_int).
* parpack: no ILP64 support.

[ Haoyang Liu ]
* CMake: minimum required version changed to 3.0
* CMake: add C99 standard checking
* CI: Support for centos7 added.
* CI: Add `scripts/travis_centos.sh` for centos builds

[ Robert Sch端tz ]
* use CMAKE_INSTALL_FULL_<dir> in arpack.pc

[ Markus M端tzel ]
* CMake: Handle libraries without "lib" prefix.
* CMake: Don't override BLAS/LAPACK/MPI flags. Directly use results from the Find* modules instead.

[ Juan Jos辿 Garc鱈a-Ripoll ]
* Adapt the C/C++ interface to accept also MSVC's non-standard complex types.
* Propagate dependencies to CMake targets that use arpack-ng:
  - Create CMake-generated targets and configuration files that keep track of
    arpack's dependencies (libraries, directories) and expose them to users.
  - Install those files under ${prefix}/lib/cmake/arpackng* so that arpack can be
    found using 'find_package(arpackng)' from CMake files.
  - Add code to the arpackng-config.cmake to find required dependencies when this
    module is loaded by find_package(arpackng).

(adam)

2023-05-31 21:04:17 UTC MAIN commitmail json YAML

2023-05-31 20:30:44 UTC MAIN commitmail json YAML

mk/github: use lowercase variable names in .for loop

There is no need to test that the items of a .for loop are '!empty'.

Use lowercase and short names for the .for loop variables, as these
variables are local to the loop.

(rillig)

2023-05-31 20:20:06 UTC MAIN commitmail json YAML

doc: Updated www/libcurl-gnutls to 8.1.2

(nikita)

2023-05-31 20:19:46 UTC MAIN commitmail json YAML

2023-05-31 20:18:08 UTC MAIN commitmail json YAML

mk/check-interpreter: add cross-reference to documentation

(rillig)

2023-05-31 20:17:52 UTC MAIN commitmail json YAML

curl: create Makefile.common, to be used by curl and libcurl-gnutls

(nikita)

2023-05-31 19:07:21 UTC MAIN commitmail json YAML

Updated x11/qt5-qscintilla, x11/py-qt5-qscintilla

(adam)

2023-05-31 19:06:28 UTC MAIN commitmail json YAML

qt5-qscintilla: updated to 2.14.0

QScintilla v2.14.0 has been released. This is a minor feature and bug-fix release.

Added the QsciLexerAsm, QsciLexerMASM and QsciLexerNASM classes.
Added the QsciLexerHex, QsciLexerIntelHex, QsciLexerSRec and QsciLexerTekHex classes.

(adam)

2023-05-31 18:40:00 UTC MAIN commitmail json YAML

2023-05-31 18:38:24 UTC MAIN commitmail json YAML

doc: Added www/libcurl-gnutls version 8.1.1

(nikita)

2023-05-31 18:37:52 UTC MAIN commitmail json YAML

2023-05-31 18:28:53 UTC MAIN commitmail json YAML

doc: Updated pkgtools/pkglint to 23.1.10

(rillig)

2023-05-31 18:28:43 UTC MAIN commitmail json YAML

pkgtools/pkglint: update to 23.1.10

Changes since 23.1.9:

Don't warn about variables that are being appended to, as long as their
names ends with 'S', such as GITHUB_SUBMODULES.

(rillig)

2023-05-31 14:32:50 UTC MAIN commitmail json YAML

doc: Updated devel/lua-language-server to 3.6.21

(wiz)

2023-05-31 14:32:35 UTC MAIN commitmail json YAML

lua54-language-server: update to 3.6.21.

## 3.6.21
`2023-5-24`
* `FIX` disable ffi plugin

## 3.6.20
`2023-5-23`
* `NEW` support connecting by socket with `--socket=PORT`
* `FIX` [#2113]

(wiz)

2023-05-31 14:04:50 UTC MAIN commitmail json YAML

doc: Updated pkgtools/revbump to 3.1

(wiz)

2023-05-31 14:04:40 UTC MAIN commitmail json YAML

revbump: update to 3.1

Bugfix: add package itself to commitlist

(wiz)

2023-05-31 13:30:25 UTC MAIN commitmail json YAML

doc: Updated databases/postgresql-postgis2 to 3.3.3

(gdt)

2023-05-31 13:30:12 UTC MAIN commitmail json YAML

databases/postgresql-postgis2: Update to 3.3.3

Packaging changes:

  - Clean up bl3, and bump API to 3.0 from 2.0, just because it seems
    ridiculous to build against postgis 2 and likely won't work.
  - Adjust indentation because pkglint says so, but NFC.

Upstream NEWS: bugfixes

(gdt)

2023-05-31 12:59:15 UTC MAIN commitmail json YAML

Updated security/py-cryptography, security/py-cryptography_vectors, security/py-OpenSSL

(adam)

2023-05-31 12:58:48 UTC MAIN commitmail json YAML

py-OpenSSL: updated to 23.2.0

23.2.0 (2023-05-30)

Backward-incompatible changes:
- Removed ``X509StoreFlags.NOTIFY_POLICY``.

Changes:
- ``cryptography`` maximum version has been increased to 41.0.x.
- Invalid versions are now rejected in ``OpenSSL.crypto.X509Req.set_version``.
- Added ``X509VerificationCodes`` to ``OpenSSL.SSL``.

(adam)

2023-05-31 12:57:15 UTC MAIN commitmail json YAML

py-cryptography py-cryptography_vectors: updated to 41.0.0

41.0.0 - 2023-05-30

BACKWARDS INCOMPATIBLE: Support for OpenSSL less than 1.1.1d has been removed. Users on older version of OpenSSL will need to upgrade.
BACKWARDS INCOMPATIBLE: Support for Python 3.6 has been removed.
BACKWARDS INCOMPATIBLE: Dropped support for LibreSSL < 3.6.
Updated the minimum supported Rust version (MSRV) to 1.56.0, from 1.48.0.
Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.1.1.
Added support for the :class:`~cryptography.x509.OCSPAcceptableResponses` OCSP extension.
Added support for the :class:`~cryptography.x509.MSCertificateTemplate` proprietary Microsoft certificate extension.
Implemented support for equality checks on all asymmetric public key types.
Added support for aes256-gcm@openssh.com encrypted keys in :func:`~cryptography.hazmat.primitives.serialization.load_ssh_private_key`.
Added support for obtaining X.509 certificate signature algorithm parameters (including PSS) via :meth:`~cryptography.x509.Certificate.signature_algorithm_parameters`.
Support signing :class:`~cryptography.hazmat.primitives.asymmetric.padding.PSS` X.509 certificates via the new keyword-only argument rsa_padding on :meth:`~cryptography.x509.CertificateBuilder.sign`.
Added support for :class:`~cryptography.hazmat.primitives.ciphers.aead.ChaCha20Poly1305` on BoringSSL.

(adam)

2023-05-31 10:56:08 UTC MAIN commitmail json YAML

qt5-qtwebkit: switch to cmake/build.mk; fix library names on Darwin

(adam)

2023-05-31 09:45:15 UTC MAIN commitmail json YAML

Updated lang/vala, net/rabbitmq

(adam)

2023-05-31 09:40:02 UTC MAIN commitmail json YAML

rabbitmq: updated to 3.11.17

RabbitMQ 3.11.17

Core Server

Bug Fixes

Fixed two quorum queue federation issues.

Nodes that had a large number of quorum queues could observe accumulation of Erlang processes
under significant load.

Nodes could hang when recovering classic queue indices during boot.

As of 6418, nodes refuse
to start if the definitions file cannot be parsed as valid JSON.

Now this also applies to nodes that were configure to skip definition import if the input file(s) has changed
using the definitions.skip_if_unchanged setting.

Enhancements

Reduce CPU footprint of quorum queue metric emission in clusters with a lot of quorum queues.

Management Plugin

Bug Fixes

The plugin reported the interface its listener(s) were bound to incorrectly.

Enhancements

It is now possible to change default queue type for a virtual host using the
PUT /api/vhosts/{name} endpoint.

Web STOMP Plugin

Bug Fixes

The plugin reported the interface its listener(s) were bound to incorrectly.

Web MQTT Plugin

Bug Fixes

The plugin reported the interface its listener(s) were bound to incorrectly.

Debian Package

Bug Fixes

Make-based source package builds were failing in an offline environment.

RPM Package

Bug Fixes

Make-based source package builds were failing in an offline environment.

Dependency Upgrades

CSV parser used by CLI tools was upgraded to 3.0.5

(adam)

2023-05-31 09:33:45 UTC MAIN commitmail json YAML

vala: updated to 0.56.8

Vala 0.56.8
===========
* Various improvements and bug fixes:
  - codegen: Include "glib-object.h" when using GType/GBoxedCopyFunc
  - valadoc: Backing method of lambda-expression isn't included in valadoc AST
  - valadoc/tests: Add girwriter test
  - build: Improve usage of AC_PATH_PROG() for valacs
  - build: valadoc requires valac 0.18.1

* Bindings:
  - gio-2.0: Add new symbols from 2.76
  - glib-2.0: Add new symbols from 2.76
  - glib-2.0: Fix binding of g_variant_type_n_items()
  - gtk4: Don't skip AlertDialog ctor

(adam)

2023-05-31 09:30:41 UTC MAIN commitmail json YAML

doc: Updated devel/byacc to 20230521

(fcambus)

2023-05-31 09:30:30 UTC MAIN commitmail json YAML

byacc: update to 20230521.

2023-05-21  Thomas E. Dickey  <dickey@invisible-island.net>

* VERSION, package/byacc.spec, package/debian/changelog,
  package/mingw-byacc.spec, package/pkgsrc/Makefile:
bump

* configure: regen

* aclocal.m4:
updates for CF_INSTALL_MAN from reflex, which needs the symbolic link feature

* aclocal.m4:
improve install-man by adding sed commands for --program-transform-name

2023-05-19  Thomas E. Dickey  <dickey@invisible-island.net>

* makefile.in: use CF_INSTALL_MAN

* aclocal.m4:
add CF_INSTALL_MAN, to begin refactoring install rule for manpage

* configure: regen

* configure.in: use CF_INSTALL_MAN

2023-05-18  Thomas E. Dickey  <dickey@invisible-island.net>

* error.c, defs.h, reader.c:
allow @1 or $@ with a warning if no %locations was given

2023-05-17  Thomas E. Dickey  <dickey@invisible-island.net>

* reader.c: clear pointer in end_ainfo() after freeing it.

2023-05-16  Thomas E. Dickey  <dickey@invisible-island.net>

* reader.c: report errors in %define as "unexpected value"

* reader.c:
add/use macros begin_ainfo() and end_ainfo() to reduce clutter

* defs.h, error.c: add function unexpected_value()

* reader.c:
recognize bison's "%define api.pure" as an alternative to "%pure-parser"

* reader.c:
add %nterm as an alias for %type, since bison made that confusion.

* reader.c:
ensure that filler_buf and prefix_buf are initialized for the special case
where they are empty (report by Martin Jansa, cf: 20230219)

* output.c:
make test-differences smaller when compiling with YY_NO_LEAKS by replacing
a blank line with the generated #define rather than adding 3 lines.

* reader.c: gcc-warnings

2023-05-15  Thomas E. Dickey  <dickey@invisible-island.net>

* VERSION, package/byacc.spec, package/debian/changelog,
  package/mingw-byacc.spec, package/pkgsrc/Makefile:
bump

* reader.c:
when copying parameters, check for a case where the last token is not a
name, e.g., "foo [1]" would have "[1]".  In this case, scan back to find
the actual parameter name.

* reader.c:
correct a use-after-free in more_curly, which could occur if a %lex-param
or %parse-param was multi-line (Redhat #2183006).

2023-05-11  Thomas E. Dickey  <dickey@invisible-island.net>

* main.c: rename no_space() to on_error()

* error.c: rename no_space() to no_error(), handling any errno

* defs.h: rename no_space() to on_error()

2023-04-03  Thomas E. Dickey  <dickey@invisible-island.net>

* aclocal.m4: resync with my-autoconf: CF_GCC_VERSION CF_XOPEN_SOURCE

2023-02-26  Thomas E. Dickey  <dickey@invisible-island.net>

* mstring.c, reader.c: yak-indent

2023-02-26  mingodad

* reader.c:
patch for byacc #6: Segmentation fault when trying to parse bison-3.8.2 grammar

2023-02-26  Thomas E. Dickey  <dickey@invisible-island.net>

* VERSION, package/byacc.spec, package/debian/changelog,
  package/mingw-byacc.spec, package/pkgsrc/Makefile:
bump

2023-02-20  Thomas E. Dickey  <dickey@invisible-island.net>

* configure: regen

* aclocal.m4: resync with my-autoconf

(fcambus)

2023-05-31 09:01:40 UTC MAIN commitmail json YAML

Updated www/curl, devel/orc

(adam)

2023-05-31 08:58:37 UTC MAIN commitmail json YAML

orc: updated to 0.4.34

0.4.34
======
- Thread-safety improvements around orc codemem allocation/freeing
  (Seungha Yang)
- Add orc_parse_code() with more detailed error reporting (Francesco Romani)
- Implement Orc function lazy initialization correctly via atomic operations
  (Sebastian Dræ—¦ge)
- orc program parser fixes and improvements (Francesco Romani, Sebastian Dræ—¦ge)
- build fixes and compiler warning fixes (Thomas Klausner, Tim-Philipp M端ller,
  Sebastian Dræ—¦ge)
- coverity and clang scan-build static code analysis fixes (Sebastian Dræ—¦ge)
- meson: Do not always generate static library for test library (Jeremy Bicha)
- ci improvements (Jordan Petridis, Nirbheek Chauhan, Tim-Philipp M端ller)

(adam)

2023-05-31 08:53:05 UTC MAIN commitmail json YAML

doc: Updated converters/bdf2psf to 1.221

(fcambus)

2023-05-31 08:52:59 UTC MAIN commitmail json YAML

curl: updated to 8.1.2

curl and libcurl 8.1.2

This release includes the following bugfixes:

o configure: quote the assignments for run-compiler [1]
o configure: without pkg-config and no custom path, use -lnghttp2 [8]
o curl: cache the --trace-time value for a second [9]
o http2: fix EOF handling on uploads with auth negotiation [7]
o http3: send EOF indicator early as possible [11]
o lib1560: verify more scheme guessing [5]
o lib: remove unused functions, make single-use static [3]
o libcurl.m4: remove trailing 'dnl' that causes this to break autoconf [10]
o libssh: when keyboard-interactive auth fails, try password [4]
o misc: fix spelling mistakes [2]
o page-header: mention curl version and how to figure out current release [13]
o page-header: minor wording polish in the URL segment [12]
o scripts/singleuse.pl: add more API calls
o urlapi: remove superfluous host name check [6]

(adam)

2023-05-31 08:52:54 UTC MAIN commitmail json YAML

bdf2psf: update to 1.221.

Nothing applying to bdf2psf in particular noted in the Changelog.

(fcambus)

2023-05-30 23:05:03 UTC MAIN commitmail json YAML

doc: Updated x11/vte3 to 0.68.0nb13

(gutteridge)

2023-05-30 23:04:53 UTC MAIN commitmail json YAML

vte3: improve patch to work around NetBSD posix_openpt(3) defect

Now that as of roughly 9.99.101 we have a posix_openpt(3) that applies
O_NONBLOCK and O_CLOEXEC, we don't need the fallback code. Now we
dynamically detect whether we need the fallback using the best
approximation we can (an assumption backed by a test case I recently
added). Tested on 9.3_STABLE, 10.0_BETA, and 10.99.4.

(gutteridge)

2023-05-30 21:07:55 UTC MAIN commitmail json YAML

py-flask-wtf update

(markd)

2023-05-30 21:06:45 UTC MAIN commitmail json YAML

py-flask-wtf: update to 1.1.1

v1.1.1 Released 2023-01-17
* Fixed validate extra_validators parameter.

v1.1.0 Released 2023-01-15
* Drop support for Python 3.6.
* validate_on_submit takes a extra_validators parameters
* Stop supporting Flask-Babelex
* Support for python 3.11
* Remove unused call to JSONEncoder

(markd)

2023-05-30 17:03:15 UTC MAIN commitmail json YAML

security/Makefile: drop ruby-digest

(taca)

2023-05-30 17:01:54 UTC MAIN commitmail json YAML

lang/ruby: drop ruby27 support

Proper support for ruby32, too.

(taca)

2023-05-30 16:05:32 UTC MAIN commitmail json YAML

libmicrohttpd: update comment

(nikita)

2023-05-30 16:04:38 UTC MAIN commitmail json YAML

doc: Updated www/libmicrohttpd to 0.9.77

(nikita)

2023-05-30 16:04:28 UTC MAIN commitmail json YAML

libmicrohttpd: update to version 0.9.77

Changelog:

This is mostly a bugfix release.
This version created by taking patches from the current development branch and
back-porting them on top of version 0.9.76.
The most notable changes are: some improvements for Digest and Basic
authorizations, fixed efficiency for TLS upgraded connections, fixed
processing of folded headers in requests, fixed functionality with blocking
sockets, improved and fixed internal test-suite.

The more detailed list of the important changes:

API changes:
+ Added new function MHD_get_version_bin().

Improvements and enhancements:
* Digest Auth: changed algorithm identifiers in server generated headers from
"md5" / "sha-256" to "MD5" / "SHA-256" to better match RFC (while clients
should use caseless matching).
* Improved Base64 decoding by new implementation with robust input data
validation checks.
* Improved configure for cross-compiling, for better compatibility with POSIX
and for better compatibility with the latest compiler versions.
* New internal tests: for Base64 decoding, Basic Auth and folded headers.
* Supported new libcurl API in tests to mute deprecation warnings.
* Supported ARM and ARM64 for VC compilers.

Functionality changes:
* any negative number returned by response data generation callback function
is treated as an error. Previously negative values except predefined error
codes could produce undefined behaviour.
* Added handling of "DEBUG" preprocessor macro as an alias of "_DEBUG".

Fixes:
# Fixed functionality with blocking sockets.
# Fixed very inefficient data pumping for upgraded TLS connections.
# Fixed processing of folded headers in the requests.
# Fixed data races when closing upgraded connection.
# Removed duplication of "Connection: upgrade" header.
# Digest auth: fixed thread sync to avoid "stale hash" results.
# Fixed harmless unwanted extra data processing resulting in triggering of the
assert.
# Fixed tests for LTO.
# Removed removed non-portable functions in examples.
# Fixed delayed call of connection notification callback in
thread-per-connection mode.
# Fixed Address Sanitizer unpoison of memory when memory pool is destroyed.
This fixed periodic ASAN error when used for a long time with the sanitizer.
# Fixed compiler warnings in library code, examples, tests and configure
checks.
# New TLS certificates for test-suite: all with SAN fields and SHA-256 hash.
# Tests: fixed tests on Darwin 22.x (Ventura).
# Tests: redesigned one tests group to avoid stress-testing of the OS.

(nikita)

2023-05-30 16:02:13 UTC MAIN commitmail json YAML

2023-05-30 15:55:02 UTC MAIN commitmail json YAML

doc: Updated lang/ruby32-base to 3.2.2nb1

(taca)

2023-05-30 15:54:36 UTC MAIN commitmail json YAML

lang/ruby32-base: update ALTERNATIVES

rdbg was missing from ALTERNATIVES.

Bump PKGREVISION.

(taca)

2023-05-30 15:53:28 UTC MAIN commitmail json YAML

lang/ruby: drop support for Ruby 2.7

(taca)

2023-05-30 15:52:33 UTC MAIN commitmail json YAML

doc: Removed lang/ruby27-base

(taca)

2023-05-30 15:52:14 UTC MAIN commitmail json YAML

2023-05-30 15:51:07 UTC MAIN commitmail json YAML

lang/Makefile: drop ruby27-base

(taca)

2023-05-30 15:49:54 UTC MAIN commitmail json YAML

databases/ruby-gdbm: drop support for ruby27

(taca)

2023-05-30 15:48:37 UTC MAIN commitmail json YAML

doc: Removed lang/ruby27

(taca)

2023-05-30 15:48:19 UTC MAIN commitmail json YAML

lang/ruby27: remove package

Ruby 2.7 reached to EOL.

(taca)

2023-05-30 15:47:51 UTC MAIN commitmail json YAML

lang/Makefile: drop ruby27

(taca)

2023-05-30 15:43:07 UTC MAIN commitmail json YAML

doc: Updated meta-pkgs/bulk-medium to 20230530

(taca)

2023-05-30 15:42:39 UTC MAIN commitmail json YAML

meta-pkgs/bulk-medium: update to 20230530

- lang/ruby27-base
+ lang/php81
+ lang/php82
+ lang/ruby32-base

(taca)

2023-05-30 15:36:37 UTC MAIN commitmail json YAML

math/ruby-enumerable-statistics: remove comment outed line

(taca)

2023-05-30 15:35:54 UTC MAIN commitmail json YAML

2023-05-30 15:34:58 UTC MAIN commitmail json YAML

textproc/ruby-csv: drop support for ruby27

Now this package is for redmine50 on ruby30.

(taca)

2023-05-30 15:32:46 UTC MAIN commitmail json YAML

math/ruby-matrix: drop support for ruby27

Now this package is for textproc/ruby-classifier-reborn on ruby30.

(taca)

2023-05-30 15:23:56 UTC MAIN commitmail json YAML

doc: Removed textproc/ruby-rexml

(taca)

2023-05-30 15:23:36 UTC MAIN commitmail json YAML

textproc/ruby-rexml: remove package

This package was kept for ruby27 and ruby30 and later have rexml as
default gem.

(taca)

2023-05-30 15:23:24 UTC MAIN commitmail json YAML

textproc/Makefile: drop ruby-rexml.

(taca)

2023-05-30 15:20:46 UTC MAIN commitmail json YAML

doc: Removed security/ruby-digest

(taca)

2023-05-30 15:20:26 UTC MAIN commitmail json YAML

security/ruby-digest: remove package

This package was kept for redmine50 on ruby27.

(taca)

2023-05-30 15:18:26 UTC MAIN commitmail json YAML

doc: Removed net/ruby-net-protocol

(taca)

2023-05-30 15:18:07 UTC MAIN commitmail json YAML

net/ruby-net-protocol: remove package

This pacakge was kept for removed ruby-net-pop package.

(taca)

2023-05-30 15:17:20 UTC MAIN commitmail json YAML

net/Makefile: drop ruby-net-protocol

(taca)

2023-05-30 15:15:44 UTC MAIN commitmail json YAML

doc: Removed net/ruby-net-pop

(taca)

2023-05-30 15:15:28 UTC MAIN commitmail json YAML

net/ruby-net-pop: remove package

This package was only for devel/ruby-redmine50 with ruby27.

(taca)

2023-05-30 15:15:11 UTC MAIN commitmail json YAML

net/Makefile: drop ruby-net-pop

(taca)

2023-05-30 15:12:11 UTC MAIN commitmail json YAML

devel/ruby-redmine50: drop support for ruby27

And MESSAGE_SUBST moved to ../ruby-redmine/redmine.mk.

(taca)

2023-05-30 15:11:08 UTC MAIN commitmail json YAML

net/ruby-net-imap: drop support for ruby27

And improve comment.

(taca)

2023-05-30 15:10:17 UTC MAIN commitmail json YAML

net/ruby-net-smtp: drop support for ruby27

(taca)

2023-05-30 15:07:43 UTC MAIN commitmail json YAML

textproc/ruby-review: drop supprot for ruby27

(taca)

2023-05-30 15:01:34 UTC MAIN commitmail json YAML

doc: Removed mail/ruby-roadie4

(taca)

2023-05-30 15:01:13 UTC MAIN commitmail json YAML

mail/ruby-roadie4: remove package

This packages was kept for mail/ruby-roadie-rails2.

(taca)

2023-05-30 15:00:16 UTC MAIN commitmail json YAML

mail/Makefile: drop ruby-roadie4

(taca)

2023-05-30 14:59:02 UTC MAIN commitmail json YAML

doc: Removed mail/ruby-roadie-rails2

(taca)

2023-05-30 14:58:43 UTC MAIN commitmail json YAML

mail/ruby-roadie-rails2: remove pakcage

This package was kept only for devel/ruby-redmine42.

(taca)

2023-05-30 14:57:57 UTC MAIN commitmail json YAML

mail/Makefile: drop ruby-roadie-rails2

(taca)

2023-05-30 14:55:10 UTC MAIN commitmail json YAML

doc: Removed textproc/ruby-oniguruma

(taca)

2023-05-30 14:54:23 UTC MAIN commitmail json YAML

textproc/ruby-oniguruma: remove pacakge

Remove package which suported by ruby27 only.

(taca)

2023-05-30 14:54:11 UTC MAIN commitmail json YAML

textproc/Makefile: drop ruby-oniguruma

(taca)

2023-05-30 14:52:09 UTC MAIN commitmail json YAML

doc: Updated security/openssl to 1.1.1u

(wiz)

2023-05-30 14:52:00 UTC MAIN commitmail json YAML

2023-05-30 14:51:26 UTC MAIN commitmail json YAML

doc: Removed math/ruby-gsl

(taca)

2023-05-30 14:51:06 UTC MAIN commitmail json YAML

math/ruby-gsl: remove pacakge

Remove package which suported by ruby27 only.

(taca)

2023-05-30 14:50:32 UTC MAIN commitmail json YAML

math/Makefile: drop ruby-gsl

(taca)

2023-05-30 14:48:15 UTC MAIN commitmail json YAML

doc: Removed x11/ruby-wxruby

(taca)

2023-05-30 14:47:53 UTC MAIN commitmail json YAML

2023-05-30 14:47:26 UTC MAIN commitmail json YAML

x11/Makefile: drop ruby-wxruby

(taca)

2023-05-30 14:45:29 UTC MAIN commitmail json YAML

2023-05-30 14:44:50 UTC MAIN commitmail json YAML

devel/ruby-redmine: drop support for redmine42

Drop support for redmine42 (and ruby27).

(taca)

2023-05-30 14:44:13 UTC MAIN commitmail json YAML

doc: Removed devel/ruby-redmine42

(taca)

2023-05-30 14:43:51 UTC MAIN commitmail json YAML

2023-05-30 14:42:33 UTC MAIN commitmail json YAML

devel/Makefile: remove ruby-redmine42

(taca)

2023-05-30 14:40:40 UTC MAIN commitmail json YAML

meta-pkgs/ruby-redmine-plugins: nuke RM_SVER

Nuke RM_SVER which is always set to RM_VER now.

(taca)

2023-05-30 14:39:26 UTC MAIN commitmail json YAML

devel/ruby-redmine: add common MESSAGE_SUBST

Add common MESSAGE_SUBST here.

(taca)

2023-05-30 14:24:33 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-redmine50 to 5.0.5nb3

(taca)

2023-05-30 14:23:59 UTC MAIN commitmail json YAML

devel/ruby-redmine50: correct MESSAGE

Since some scripts were wrongly named redmine42_*, substitute ${RM_VER}
for "42".

Bump PKGREVISION.

(taca)

2023-05-30 13:26:45 UTC MAIN commitmail json YAML

Fix (harmless) error in firefox.sh workaround

For the workaround case $PREFIX/bin/firefox would have an extra
/usr/pkg/lib/firefox/firefox "$@" added after the
exec /usr/pkg/lib/firefox/firefox "$@"

(abs)

2023-05-30 12:01:03 UTC MAIN commitmail json YAML

texlive-collection-pictures: add tex-smartdiagram tex-worldflags

(markd)

2023-05-30 11:58:44 UTC MAIN commitmail json YAML

texlive-collection-xetex: add tex-arabxetex

(markd)

2023-05-30 11:56:38 UTC MAIN commitmail json YAML

tex package additions

(markd)

2023-05-30 11:55:27 UTC MAIN commitmail json YAML

tex-worldflags{,-doc}: add version 2022

This is a package for drawing flags using TikZ. Currently the
national flags of all independent nations are included,
additionally some other flags of various organizations. A flag
can be drawn ... as a single TikZ-picture within ordinary text,
as a picture element within a TikZ-picture. The appearance of a
flag (size, frame etc.) can be adapted using optional
parameters.

(markd)

2023-05-30 11:51:26 UTC MAIN commitmail json YAML

2023-05-30 11:47:51 UTC MAIN commitmail json YAML

tex-arabxetex{,-doc}: add version 1.2.1

ArabXeTeX provides a convenient ArabTeX-like user-interface for
typesetting languages using the Arabic script in XeLaTeX, with
flexible access to font features. Input in ArabTeX notation can
be set in three different vocalization modes or in roman
transliteration. Direct UTF-8 input is also supported. The
parsing and converting of ArabTeX input to Unicode is done by
means of TECkit mappings. Version 1.0 provides support for
Arabic, Maghribi Arabic, Farsi (Persian), Urdu, Sindhi,
Kashmiri, Ottoman Turkish, Kurdish, Jawi (Malay) and Uighur.
The documentation covers topics such as typesetting the Holy
Quran and typesetting bidirectional critical editions with the
package ednotes.

(markd)

2023-05-30 10:47:35 UTC MAIN commitmail json YAML

nagios-nrpe update

(markd)

2023-05-30 10:45:30 UTC MAIN commitmail json YAML

nagios-nrpe: update to 4.1.0

4.1.0 - 2022-06-??
------------------
**ENHANCEMENTS**
- Add support for OpenSSL 3 (and EL9/Debian 11/Ubuntu 22)
- Allow tcpd/libwrap to be excluded from build when present on the system
- Allow loading of full certificate chains
- Change -u (connection issues return UNKNOWN) to include all SSL-layer failures.
- Disable renegotiation and enforce server cipher order when using SSL
- Verify that private keys match certificates when using SSL
**FIXES**
- Fixed incorrect default for nasty_metachars in nrpe.cfg
- Fixed incorrect help text for --use-adh
- Fixed potential out-of-bound read when used with IPv6

[4.0.3] - 2020-04-28
----------------------------------------------------------------------------
**FIXES**
- Fixed nasty_metachars not being read from config file (Sebastian Wolf)

[4.0.2] - 2020-03-11
----------------------------------------------------------------------------
**FIXES**
- Fixed buffer length calculations/writing past memory boundaries on some
  systems (Andreas Baumann, hariwe, Sebastian Wolf)
- Fixed use of uninitialized variable when validating requests (hariwe, Sebastian Wolf)

[4.0.1] - 2020-01-22
----------------------------------------------------------------------------
**FIXES**
* Fixed syslog flooding with CRC-checking errors when both plugin and agent
  were updated to version 4 (Sebastian Wolf)

[4.0.0] - 2019-01-13
----------------------------------------------------------------------------
Note: This update includes security fixes which affect both the check_nrpe
plugin and the NRPE daemon. The latest version of NRPE is still able to
interoperate with previous versions, but for best results, both programs
should be updated.

**ENHANCEMENTS**
* Added TLSv1.3 and TLSv1.3+ support for systems that have it (Nigel Yong, Rahul Golam)
* Added IPv6 ip address to list of default allow_from hosts (Troy Lea)
* Added -D option to disable logging to syslog (Tom Griep, Sebastian Wolf)
* Added -3 option to force check_nrpe to use NRPE v3 packets
* OpenRC: provide a default path for nrpe.cfg (Michael Orlitzky)
* OpenRC: Use RC_SVCNAME over a hard-coded PID file (j-licht)

**FIXES**
* Checks for '!' now only occur inside the command buffer (Joni Eskelinen)
* NRPE daemon is more resilient to DOS attacks (Leonid Vasiliev)
* allowed_hosts will no longer test getaddrinfo records against the wrong protocol
  (dombenson)
* nasty_metachars will now handle C escape sequences properly when specified in the
  config file (Sebastian Wolf)
* Calculated packet sizes now struct padding/alignment when sending and receiving
  messages (Sebastian Wolf)
* Buffer sizes are now checked before use in packet size calculation (Sebastian Wolf)
* When using `include_dir`, individual files' errors do not prevent the remaining
  files from being read (Sebastian Wolf)

[3.2.1] - 2017-08-31
----------------------------------------------------------------------------
**FIXES**
* Change seteuid error messages to warning/debug (Bryan Heden)
* Fix segfault when no nrpe_user is specified (Stephen Smoogen, Bryan Heden)
* Added additional strings to error messages to remove duplicates (Bryan Heden)
* Fix nrpe.spec for rpmbuild (Bryan Heden)
* Fix error for drop_privileges when using inetd (xalasys-luc, Bryan Heden)

(markd)

2023-05-30 09:45:48 UTC MAIN commitmail json YAML

doc: py-cachecontrol update reverted

(wiz)

2023-05-30 09:45:01 UTC MAIN commitmail json YAML

2023-05-30 09:32:34 UTC MAIN commitmail json YAML

Updated lang/py-libcst, security/py-google-auth-oauthlib

(adam)

2023-05-30 09:32:13 UTC MAIN commitmail json YAML

py-google-auth-oauthlib: updated to 1.0.0

v1.0.0

BREAKING CHANGES

PKCE is enabled by default.
Remove deprecated OOB code

Features

PKCE is enabled by default.

Bug Fixes

Change the library from preview to stable
Remove deprecated OOB code

(adam)

2023-05-30 09:28:00 UTC MAIN commitmail json YAML

py-libcst: updated to 1.0.0

v1.0.0

The first major release of LibCST is essentially the same as 0.4.10, but using the
newer, Rust-based parser implementation by default. The old, pure Python parser is
scheduled for removal in the next (non-patch) release. Until then, it is available with
the LIBCST_PARSER_TYPE environment variable set to pure.

Updated

Switch the default parser implementation to native

v0.4.10

Added

Add py3.11 classifier
Script to regenerate test fixtures, upgrade to Pyre 0.9.10
Allow FullyQualifiedNameProvider to work with absolute paths
Allow running codemods without configuring in YAML
Support PEP 604 in ApplyTypeAnnotationsVisitor

Fixed

fix PEP 604 union annotations in decorators
[AddImportsVisitor] Docstring Check Only for the Top Element of the Body
Fix 855 - fail to parse with statement
Add setuptools-rust to build requirements in setup.py
Relative imports from '' package are not allowed
Use subprocess.DEVNULL instead of opening os.devnull by hand
Ensure current Python interpreter is used for subprocesses
Fix ApplyTypeAnnotationsVisitor behavior on attribute assignments.
Fix spelling and grammar in some comments
skip escaped backslash in rf-string
relax validation rules on decorators

(adam)

2023-05-30 09:20:04 UTC MAIN commitmail json YAML

Updated textproc/py-phonenumbers, devel/py-typing-inspect

(adam)

2023-05-30 09:19:45 UTC MAIN commitmail json YAML

py-typing-inspect: updated to 0.9.0

0.9.0
Unknown changes

(adam)

2023-05-30 09:16:45 UTC MAIN commitmail json YAML

py-phonenumbers: updated to 8.13.11

8.13.11
Unknown changes

(adam)

2023-05-30 08:56:28 UTC MAIN commitmail json YAML

Updated devel/py-lru-dict, finance/py-braintree

(adam)

2023-05-30 08:56:09 UTC MAIN commitmail json YAML

py-braintree: updated to 4.20.0

4.20.0

Add merchant_advice_code and merchant_advice_code_text to Transaction object
Allow vaulting of raw AndroidPayCards with billing address via Customer.create/update

(adam)

2023-05-30 08:52:39 UTC MAIN commitmail json YAML

py-lru-dict: updated to 1.2.0

v1.2.0
Minor bug fixes

(adam)

2023-05-30 08:37:37 UTC MAIN commitmail json YAML

Add temporary workaround for PR#57445 for native X11 NetBSD

Calling "export LD_PRELOAD=/usr/X11R7/lib/libEGL.so" before starting firefox
avoids the crash on startup in many cases

To be removed once PR#57445 is resolved (or restricted to non fixed installs)

(abs)

2023-05-30 08:06:02 UTC MAIN commitmail json YAML

imath: really bump ABI depends

(wiz)

2023-05-30 08:03:17 UTC MAIN commitmail json YAML

doc: Updated fonts/unifont to 15.0.03

(wiz)

2023-05-30 08:03:08 UTC MAIN commitmail json YAML

unifont: update to 15.0.03.

2023-05-21: Release 15.0.03
  * Fixed a typo in src/Makefile that could affect
    "make install".
  * Install unifont_all.hex in $(PKGDEST) directory.
  * Other minor changes; see ChangeLog file for details.

(wiz)

2023-05-30 08:01:22 UTC MAIN commitmail json YAML

doc: Updated x11/py-qt-builder to 1.15.1

(wiz)

2023-05-30 08:01:07 UTC MAIN commitmail json YAML

py-qt-builder: update to 1.15.1.

Added support for bindling the Qt6 QtLabs modules.

(wiz)

2023-05-30 08:00:13 UTC MAIN commitmail json YAML

doc: Updated misc/py-trove-classifiers to 2023.5.24

(wiz)

2023-05-30 08:00:04 UTC MAIN commitmail json YAML

py-trove-classifiers: update to 2023.5.24.

Add identifier "Programming Language :: Lua" (#145)

(wiz)

2023-05-30 07:58:50 UTC MAIN commitmail json YAML

doc: Updated devel/py-ruamel-yaml to 0.17.28

(wiz)

2023-05-30 07:58:41 UTC MAIN commitmail json YAML

py-ruamel-yaml: update to 0.17.28.

[0, 17, 28]: 2023-05-26
  - fix for issue 464: documents ending with document end marker without final newline
    fail to load (reported by `Mariusz Rusiniak <https://sourceforge.net/u/r2dan/profile/>`__)

[0, 17, 27]: 2023-05-25
  - fix issue with inline mappings as value for merge keys
    (reported by Sirish on `StackOverflow <https://stackoverflow.com/q/76331049/1307905>`__)
  - fix for 468, error inserting after accessing merge attribute on ``CommentedMap``
    (reported by `Bastien gerard <https://sourceforge.net/u/bagerard/>`__)
  - fix for issue 461 pop + insert on same `CommentedMap` key throwing error
    (reported by `John Thorvald Wodder II <https://sourceforge.net/u/jwodder/profile/>`__)

(wiz)

2023-05-30 07:57:55 UTC MAIN commitmail json YAML

doc: Updated devel/py-hatch-fancy-pypi-readme to 23.1.0

(wiz)

2023-05-30 07:57:45 UTC MAIN commitmail json YAML

2023-05-30 07:55:52 UTC MAIN commitmail json YAML

doc: Updated security/py-google-auth to 2.19.0

(wiz)

2023-05-30 07:55:43 UTC MAIN commitmail json YAML

py-google-auth: update to 2.19.0.

Add metrics (part 1) (#1298) (246dd07)
Add metrics (part 2) (#1303) (ebd5af7)
Add metrics (part 3) (#1305) (c7011b6)
Expose universe_domain for external account creds (#1296) (ee07053)
Remove python 2.7 from setup.py and nox tests (#1301) (8437490)

(wiz)

2023-05-30 07:47:30 UTC MAIN commitmail json YAML

doc: Updated www/py-google-api-python-client to 2.87.0

(wiz)

2023-05-30 07:47:20 UTC MAIN commitmail json YAML

2023-05-30 07:39:29 UTC MAIN commitmail json YAML

doc: Updated devel/py-cachecontrol to 0.12.12nb1

(wiz)

2023-05-30 07:39:19 UTC MAIN commitmail json YAML

2023-05-30 06:29:03 UTC MAIN commitmail json YAML

doc: Updated sysutils/erdtree to 3.0.1

(pin)

2023-05-30 06:28:43 UTC MAIN commitmail json YAML

sysutils/erdtree: update to 3.0.1

Bug fixes
- Fixed issue where empty directories were automatically being pruned despite
  not opting into --prune.
- Fixed issue where searching via globs or regex doesn't work when user has a
  config file.

Other changes:
- Added exit codes to erdtree.
- Progress indicator now acquires a lock to stdout reduce likelihood of
  printing the progress-text being a bottleneck.
- Some code-cleanup.

(pin)

2023-05-30 04:24:19 UTC MAIN commitmail json YAML

Updated devel/py-bitarray, devel/py-coverage, textproc/py-epr-reader, time/py-icalendar

(adam)

2023-05-30 04:23:55 UTC MAIN commitmail json YAML

py-icalendar: updated to 5.0.7

5.0.7
Bug fixes:
- to_ical() now accepts RRULE BYDAY values>=10

(adam)

2023-05-30 04:22:05 UTC MAIN commitmail json YAML

2023-05-30 04:13:53 UTC MAIN commitmail json YAML

py-coverage: updated to 7.2.7

Version 7.2.7 — 2023-05-29
--------------------------

- Fix: reverted a `change from 6.4.3 <pull 1347_>`_ that helped Cython, but
  also increased the size of data files when using dynamic contexts, as
  described in the now-fixed `issue 1586`_. The problem is now avoided due to a
  recent change (`issue 1538`_).  Thanks to `Anders Kaseorg <pull 1629_>`_
  and David Szotten for persisting with problem reports and detailed diagnoses.

- Wheels are now provided for CPython 3.12.

(adam)

2023-05-30 04:12:13 UTC MAIN commitmail json YAML

py-bitarray: updated to 2.7.4

2.7.4:
* register `bitarray` as `abc.MutableSequence`
* cibuildwheel: update macOS version to 11 from unsupported 10.15, see
  https://github.com/actions/runner-images/issues/5583
* improve documentation regarding type when indexing single
  bitarray items

(adam)

2023-05-30 00:13:05 UTC MAIN commitmail json YAML

doc: Updated devel/kdiff3 to 1.10.4

(gutteridge)

2023-05-30 00:12:25 UTC MAIN commitmail json YAML

kdiff3: update to 1.10.4

Version 1.10.4 - 2023
=====================
*Fixed no UI shown for failed auto-merge.

Version 1.10.3 - 2023
===========================
*Fix 469817 no text if word wrap is on.

Version 1.10.2 - 2023
===========================
*Prevent false error due to faulty check when m_pOptions->m_bDiff3AlignBC = true
*468492 fix crash when word wrap enabled
*Rework KDiff3App::completeInit to avoid crash on exit in auto mode

(gutteridge)

2023-05-29 23:33:58 UTC MAIN commitmail json YAML

doc: Updated lang/python27 to 2.7.18nb11

(gutteridge)

2023-05-29 23:33:48 UTC MAIN commitmail json YAML

2023-05-29 21:06:40 UTC MAIN commitmail json YAML

Updated net/qbittorrent, net/py-minio

(adam)

2023-05-29 21:06:18 UTC MAIN commitmail json YAML

py-minio: updated to 7.1.15

7.1.15
upload_snowball_object(): seek stream to 0 before upload
Revert "list_objecst: fix parsing user metadata as per MinIO server"
Disable multipart upload for upload_snowball_objects() api.
Remove locale usage for datetime parsing
fix policy as a string in presigned_post_policy() API
Add cert_check flag to main class constructor

(adam)

2023-05-29 21:04:11 UTC MAIN commitmail json YAML

qbittorrent: updated to 4.5.3

v4.5.3
- BUGFIX: Correctly check if database needs to be updated (glassez)
- BUGFIX: Prevent incorrect log message about torrent content deletion (glassez)
- BUGFIX: Improve finished torrent handling (glassez)
- BUGFIX: Correctly initialize group box children as disabled in Preferences (thalieht)
- BUGFIX: Don't miss saving "download path" in SQLite storage (glassez)
- BUGFIX: Improve logging of running external program (glassez)
- WEBUI: Disable UPnP for web UI by default (glassez)
- WEBUI: Use workaround for IOS file picker (DivineHawk)
- WEBUI: Work around Chrome download limit (Chocobo1)
- WEBUI: Improve 'exporting torrent' behavior (Chocobo1)
- WINDOWS: NSIS: Add Slovak translation (Christian Dan鱈転ek)

(adam)

2023-05-29 19:51:25 UTC MAIN commitmail json YAML

2023-05-29 19:31:38 UTC MAIN commitmail json YAML

resolve conflicts

(nia)

2023-05-29 19:31:03 UTC MAIN commitmail json YAML

doc: Added emulators/fbneo version 1.0.0.2

(nia)

2023-05-29 19:30:48 UTC MAIN commitmail json YAML