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

2024-05-12 22:27:46 UTC Now

2022-12-03 17:15:11 UTC MAIN commitmail json YAML

devel/diffsitter

Allow tree-sitter dynamic linking.

(pin)

2022-12-03 17:14:07 UTC MAIN commitmail json YAML

doc: Updated biology/balance-tui to 0.1.1

(pin)

2022-12-03 17:13:45 UTC MAIN commitmail json YAML

2022-12-03 17:07:42 UTC MAIN commitmail json YAML

Added lang/nodejs18; Removed lang/nodejs12; Updated lang/nodejs

(adam)

2022-12-03 17:07:13 UTC MAIN commitmail json YAML

nodejs: updated to 19.2.0

Version 19.2.0 (Current)

Notable changes

Time zone update

Time zone data has been updated to 2022f. This includes changes to Daylight Savings Time (DST) for Fiji and Mexico. For more information, see https://mm.icann.org/pipermail/tz-announce/2022-October/000075.html.

Version 19.1.0 (Current)

Notable changes

Support function mocking on Node.js test runner
fs.watch recursive support on Linux

Version 19.0.1 (Current)

This is a security release.

Notable changes

The following CVEs are fixed in this release:

CVE-2022-3602: X.509 Email Address 4-byte Buffer Overflow (High)
CVE-2022-3786: X.509 Email Address Variable Length Buffer Overflow (High)
CVE-2022-43548: DNS rebinding in --inspect via invalid octal IP address (Medium)

Version 19.0.0 (Current)

Node.js 19 is here! Highlights include the update of the V8 JavaScript engine to 10.7, HTTP(s)/1.1 KeepAlive enabled by default, and ESM Resolution adjusts.

Node.js 19 will replace Node.js 18 as our 窶呂urrent窶� release line when Node.js 18 enters long-term support (LTS) later this month. As per the release schedule, Node.js 19 will be 窶呂urrent' release for the next 6 months, until April 2023.

(adam)

2022-12-03 17:02:41 UTC MAIN commitmail json YAML

2022-12-03 16:59:22 UTC MAIN commitmail json YAML

2022-12-03 16:03:54 UTC MAIN commitmail json YAML

Added www/nghttp3; net/ngtcp2

(adam)

2022-12-03 16:03:25 UTC MAIN commitmail json YAML

ngtcp2: added version 0.11.0

(adam)

2022-12-03 16:02:29 UTC MAIN commitmail json YAML

ngtcp2: added version 0.11.0

ngtcp2 project is an effort to implement RFC9000 QUIC protocol.

(adam)

2022-12-03 16:01:02 UTC MAIN commitmail json YAML

nghttp3: added version 0.7.1

This library implements RFC 9114 HTTP/3. It does not support server push.

The following extensions have been implemented:
* Extensible Prioritization Scheme for HTTP
* Bootstrapping WebSockets with HTTP/3

(adam)

2022-12-03 15:54:09 UTC MAIN commitmail json YAML

Updated devel/rudiments, databases/sqlrelay

(adam)

2022-12-03 15:53:41 UTC MAIN commitmail json YAML

sqlrelay: updated to 1.9.3

1.9.3 - added some missing SQLGetInfo() attributes to the ODBC driver
        backported fixes for PHP 8
        backported support for Oracle 18 and 19
        backported a fix for some missing map clears in postgresql protocol
                module
        backported a fix for NULL-binds in the ODBC driver
        backported -fdeclspec configure test for ruby with clang
        backported a postgresql isnull fix
        backported patch from Kyle to use HH24 instead of HH in default
                fakeinputbindvariablesdateformat string
        backported mysql connection segfault fix
        disabled PQsendQueryPrepared/PQsetSingleRowMode to fix nested query
                bug with postgresql
        backported postgresql noRowsToReturn fix

1.9.2 - ruby cursor constructor marks associated ruby connection object now
        updated bad-command and no-cursor-available handling in sqlrclient
                protocol module
        fixed a subtle bug that could cause closeResultSet()/clearError() not
                to be called between reexecutes if the previous execute resulted
                in an error
        backported support for password files in userlist auth modules

1.9.1 - fixed some missing map clears in postgresql protocol module
        fixed NULL-bind in the ODBC driver

1.9.0 - added missing inequality operators to end-of-bind detection
        fixed commit/begin without commitcount error in sqlrimportcsv
        fetch errors aren't returned if sqlrclient protocol version < 2
        query-intercept catches "begin transaction" now
        query-intercept doesn't intercept various begin-type statements if the
                query is actually a block of sql containing commit or rollback
        added ncharencoding option to odbc connection to enable UTF-16 values
                in SQL Server nchars/nvarchars
        fixed a bug that caused output binds of length 8000+ to fail on
                SQL Server
        begin() runs "begin transaction" instead of just "begin" on SQL Server
        fixed a column-count reset bug in odbc, db2, informix, and postgresql
                that could cause begin queries to fail when fake transaction
                blocks are used
        object lists have correct column names for mysql, odbc, and jdbc now
        fixed a bug that caused rollback to be called insted of commit when
                endofsession="commit" and faketransactionblocks=yes are used
        commit/rollback is now called at the end of session when
                faketransactoinblocks=yes is used, whether or not the server
                believes it's in a transaction block, to catch cases where the
                begin-interceptor is intentionally bypassed
        sqlrimportcsv handles dates without centuries now
        fixed crash in replay module when table name is quoted
        mysql explain statements work now
        fixed node-gyp.js detection on ubuntu 20.04
        added configure options for PHP 8.x
        added php/pdo module tweaks for PHP 8
        mysql and postgresql protocol modules support TLS now
        pushed most of tls/gss code up into sqlrprotocol parent class
        fixed subtle issues in mysql/postgresql database modules that could
                sometimes cause reexecutes of the same query with the same
                bind variables to return no results the second time
        the configure script specifically looks for liberl_interface.a now
        updated nodejs macros for node 14+
        fixed subtle bugs in Python getField, getFieldLength, and
                getRowLengthsDictionary functions
        added GVL management to the Ruby API
        applied patch from Igor to fix configure.vbs VC++ version detection
                for non-US versions

(adam)

2022-12-03 15:50:51 UTC MAIN commitmail json YAML

rudiments: updated to 1.4.2

1.4.2 - backported epoll_wait/kqueue fixes from 2.0 branch

1.4.1 - backported sensitivevalue code from 2.0 branch

1.4.0 - added wcharacter, wcharstring, and wstringbuffer classes
        memorymap::getLength() -> getSize()
        added various *IgnoringCase methods to charstring/wcharstring
        removed length()/isNullOrEmpty() with const unsigned char * arguments
        now size="number of bytes" and length="number of characters/elements",
                updated comments, parameters, and some method names
        added datetime::getCentury()
        added datetime::getShortYear()
        fixed jsondom::write() of non-existent string values
        fixed datetime::parse() crash when NULL parameters are passed in
        added commandline::toDictionary()
        added parameterstring::getDictionary()
        fixed potential null dereference in jsondom::write()
        fixed potential null dereference in templateengine::replaceVariable()
        added error reporting to templateengine class
        fixed potentially uninitialized optimum block size in sax class
        optimized domnode::insertNode() for empty, append, and prepend cases
        added quoted-printable encodings to charstring
        added lots of row/column manipulation methods to csvdom class
        tls::setProtocolVersion() supports "v" format: SSLv3, TLSv1.3, etc.
        applied patch from Igor to fix configure.vbs VC++ version detection
                for non-US versions

(adam)

2022-12-03 15:34:31 UTC MAIN commitmail json YAML

Update package to UDFclient.0.8.20 adding support for UDF `realtime' file
types as found on discs created by a PVR.

(reinoud)

2022-12-03 14:57:18 UTC MAIN commitmail json YAML

doc: Added fonts/hubot-sans-ttf version 1.0

(wiz)

2022-12-03 14:57:08 UTC MAIN commitmail json YAML

fonts/Makefile: + hubot-sans-ttf

(wiz)

2022-12-03 14:56:33 UTC MAIN commitmail json YAML

fonts/hubot-sans-ttf: import hubot-sans-ttf-1.0

Hubot Sans is Mona Sans's robotic sidekick. The typeface is designed
with more geometric accents to lend a technical and idiosyncratic
feel-perfect for headers and pull-quotes. Made together with
Degarism.

(wiz)

2022-12-03 14:53:03 UTC MAIN commitmail json YAML

doc: Added fonts/mona-sans-ttf version 1.0

(wiz)

2022-12-03 14:52:53 UTC MAIN commitmail json YAML

fonts/Makefile: + mona-sans-ttf

(wiz)

2022-12-03 14:52:40 UTC MAIN commitmail json YAML

fonts/mona-sans-ttf: import mona-sans-ttf-1.0

A strong and versatile typeface, designed together with Degarism
and inspired by industrial-era grotesques. Mona Sans works well
across product, web, and print. Made to work well together with
Mona Sans's sidekick, Hubot Sans.

(wiz)

2022-12-03 13:43:05 UTC MAIN commitmail json YAML

doc: Added net/ruby-train-rest version 0.5.0

(taca)

2022-12-03 13:42:49 UTC MAIN commitmail json YAML

net/Makefile: add and enable ruby-train-rest

(taca)

2022-12-03 13:42:01 UTC MAIN commitmail json YAML

net/ruby-train-rest: add pacakge version 0.5.0

Required by new version of sysutils/ruby-chef package.

train-rest - Train transport

Provides a transport to communicate easily with RESTful APIs.

(taca)

2022-12-03 13:36:45 UTC MAIN commitmail json YAML

doc: Updated net/ruby-ruby_smb to 3.2.1

(taca)

2022-12-03 13:36:21 UTC MAIN commitmail json YAML

net/ruby-ruby_smb: update to 3.2.1

3.2.1 (2022-11-17)

* Fix encoding issue with non-ASCII characters
* Fix Net::NTLM::EncodeUtil.encode_utf16le
* Add tracing messages for the custom NDR types
* Decrypt fragments after the first part too
* Land #239, Fix DCERPC Encrypted Fragments
* Land #238, Fix encoding issue

(taca)

2022-12-03 13:25:49 UTC MAIN commitmail json YAML

misc/calibre: Make sip and qt-builder be TOOL_DEPENDS

(gdt)

2022-12-03 12:56:39 UTC MAIN commitmail json YAML

doc: Updated net/ruby-net-smtp to 0.3.3

(taca)

2022-12-03 12:56:15 UTC MAIN commitmail json YAML

net/ruby-net-smtp: update to 0.3.3

pkgsrc change: Add PKG_SKIP_REASON if ruby*-base has the same version.

0.3.2 (2022-09-28)

* Make exception API compatible with what Ruby expects #42

0.3.3 (2022-10-29)

* No timeout library required #44
* Make the digest library optional #45

(taca)

2022-12-03 12:54:23 UTC MAIN commitmail json YAML

net/ruby-net-pop: missing include

Include ../../lang/ruby/rubyversion.mk before use RUBY_NET_POP_VER.

(taca)

2022-12-03 12:42:20 UTC MAIN commitmail json YAML

{,standalone-,static-}tcsh: Update to 6.24.03:

Changes since 6.24.02:

11. V6.24.03 - 20221203
10. Fix set/@ test when diff is from busybox (Luke Mewburn)
  9. Handle \c in echo properly instead of printing garbage past the
    end of the string.
  8. Add a configure check for a working sbrk() (Luke Mewburn)

(kim)

2022-12-03 12:39:43 UTC MAIN commitmail json YAML

doc/TODO: SOGo 5.8.0 released

- SOGo-2.4.3, SOPE-2.4.3.
+ SOGo-5.8.0, SOPE-5.8.0.

(taca)

2022-12-03 12:37:16 UTC MAIN commitmail json YAML

doc: Updated net/ruby-net-pop to 0.1.2

(taca)

2022-12-03 12:36:52 UTC MAIN commitmail json YAML

net/ruby-net-pop: update to 0.1.2

pkgsrc change: Add PKG_SKIP_REASON instead of specify
RUBY_VERSIONS_ACCEPTED.

0.1.2 (2022-09-27)

No release note nor change log:

* Replace Timeout.timeout with socket timeout.

(taca)

2022-12-03 12:29:28 UTC MAIN commitmail json YAML

misc/calibre: Flip MASTER_SITES to https

(gdt)

2022-12-03 12:12:08 UTC MAIN commitmail json YAML

x11/py-sip5: Drop buildlink3.mk

bl3 was added because sip(4) had one, and I mistakenly thought they
should be similar.  However, this is just a python program and it is
properly used as TOOL_DEPENDS, so it doesn't make sense for any other
package to bl3 it.  There are no such packages currently.

(gdt)

2022-12-03 10:45:41 UTC MAIN commitmail json YAML

revert previous: fmtlib is not needed here, this was fixed differently

(wiz)

2022-12-03 10:41:15 UTC MAIN commitmail json YAML

Update net/bftpd to version 6.1

Changes from CHANGELOG:

- Fixed linking errors on latest complilers GCC/Clang by
  addressing variable scope.
- Make sure we do not rely on argv or argv[0] being valid.
  Bftpd now exits with an error if arguements are not passed as expected.

(nros)

2022-12-03 10:38:56 UTC MAIN commitmail json YAML

doc: Fix typo in latest p5-MIME-Charset entry

Reported by pkg-changes2html htutils script to www@.

(leot)

2022-12-03 08:47:46 UTC MAIN commitmail json YAML

Updated devel/cunit, audio/libmysofa

(adam)

2022-12-03 08:47:28 UTC MAIN commitmail json YAML

libmysofa: updated to 1.3.1

v1.3.1
fixed minor build issues

v1.3
added a memory loader for HRTFs
supporting strange head geometrics from MeshHRTF

(adam)

2022-12-03 08:46:39 UTC MAIN commitmail json YAML

2022-12-03 06:42:11 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-redmine50 to 5.0.4

(taca)

2022-12-03 06:41:42 UTC MAIN commitmail json YAML

devel/ruby-redmine50: update to 5.0.4

5.0.4 (2022-12-01)

This is security release.

* Fix CVE-2022-44030: Access Control Issue in attachments#download_all
  (#37772)

* Fix CVE-2022-44031: Persistent XSS in textile formatting due to blockquote
  citation (#37751)

* Fix CVE-2021-44637: Redmine contains a cross-site scripting vulnerability
  (#37767)

* Open Redirect in attachments#download_all (#37880)

(taca)

2022-12-03 06:40:35 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-redmine42 to 4.2.9

(taca)

2022-12-03 06:40:09 UTC MAIN commitmail json YAML

devel/ruby-redmine42: update to 4.2.9

4.2.9 (2022-12-01)

This is security release.

* Fix CVE-2022-44031: Persistent XSS in textile formatting due to blockquote
  citation (#37751)

* Fix CVE-2021-44637: Redmine contains a cross-site scripting vulnerability
  (#37767)

* Open Redirect in attachments#download_all (#37880)

(taca)

2022-12-03 06:37:10 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-power_assert to 2.0.2

(taca)

2022-12-03 06:36:49 UTC MAIN commitmail json YAML

devel/ruby-power_assert: update to 2.0.2

2.0.2 (2022-10-14)

* Add missing basic operators: & and |.
* Make io/console/size as optional dependency.

(taca)

2022-12-03 06:28:23 UTC MAIN commitmail json YAML

doc: Updated databases/ruby-sequel to 5.63.0

(taca)

2022-12-03 06:27:57 UTC MAIN commitmail json YAML

databases/ruby-sequel: update to 5.63.0

5.63.0 (2022-12-01)

* Make validates_associated plugin avoid database type errors for
  non-integer association keys (jeremyevans) (#1968)

* Make tactical_eager_loading plugin work better with table inheritance
  plugins (rolftimmermans, jeremyevans) (#1962)

* Add support for pool_class: :timed_queue on Ruby 3.2+, using a Queue for
  available connections (jeremyevans)

* Allow :pool_class Database option to be specified as a string to more
  easily choose a different pool type (jeremyevans)

* Use compare_by_identity hashes for Thread-keyed hashes in threaded
  connection pools (jeremyevans)

* Skip use of JRuby workaround on JRuby 9.3.9.0+ in named_timezones
  extension as JRuby fixed the related bug (jeremyevans)

(taca)

2022-12-03 06:23:59 UTC MAIN commitmail json YAML

(converters/orcus) +textproc/fmtlib/buildlink3.mk, fix build

(mef)

2022-12-03 05:26:25 UTC MAIN commitmail json YAML

doc: Updated net/pear-Net_Sieve to 1.4.6

(taca)

2022-12-03 05:26:02 UTC MAIN commitmail json YAML

net/pear-Net_Sieve: update to 1.4.6

1.4.6 (2022-12-02)

* Fix PHP 8.1 deprecation warnings

(taca)

2022-12-03 02:21:10 UTC MAIN commitmail json YAML

2022-12-03 02:17:44 UTC MAIN commitmail json YAML

introduction.xml: more adjustments for defunct items

Remove reference to README.IRIX5.3, and fix alignment of Bitrig note.

(gutteridge)

2022-12-03 01:58:18 UTC MAIN commitmail json YAML

introduction.xml: capitalize Bourne

(gutteridge)

2022-12-03 01:49:07 UTC MAIN commitmail json YAML

x11/py-sip-qt5: Add missing distinfo

(gdt)

2022-12-03 01:42:39 UTC MAIN commitmail json YAML

Updated mail/p5-Sendmail-PMilter to 1.23

(wen)

2022-12-03 01:41:45 UTC MAIN commitmail json YAML

Update to 1.23

Upstream changes:
1.23
    Sun 30 Oct 2022 18:01:50 GMT 2022 released
    - [144401] Replace deprecated IO::Socket::INET6 with IO::Socket::IP
    - [144971] ) Most callbacks were not recognized unless the appropriate
    - [144273] ) flags were set during the negotiate callback
    - [130084] Packaging improvements

1.20_03
    Wed 17 Jul 09:42:32 BST 2019 developer release
    - Added file COPYRIGHT

1.20_02
    Tue 16 Jul 18:17:53 BST 2019 developer release
    - Added file CONTRIBUTING

1.20_01
    Fri 12 Jul 14:40:35 BST 2019 developer release
    - [23921] Removed requirement for Sendmail::Milter
    - Full support for protocol negotiation, including
        support for setting milter data buffer sizes
    - get_sendmail_option() to read configuration file options
    - Documentation updates
    - Test suite updates
    - Propose to insist on Milter Protocol Version 6 in V1.21
    - Removed enable_chgfrom and some other some cruft
    - Comments invited via CPAN issues

1.20  Sun 22 May 10:44:38 BST 2019 TRIAL2, not released.
    - Partial support for negotiation

1.10  Sun 15 Apr 15:05:24 BST 2018 TRIAL1, not released
    - New maintainership (CPAN/GWHAYWOOD)
    - Test suite updates
    - [125090] Implement set multi-line reply function
    - [125040] Documentation updates
                  Fix POD errors
                  Add COPYRIGHT->LICENCE (file,link,=head1)
                  Remove obsolete doc/
    - [115352] SETSENDER->CHGFROM etc.
    -  [85833] ithread and postfork dispatcher fixes
    -  [85826] sig{CHLD}='DEFAULT';
    -  [84941] Theoretically fixed, needs thorough exercise
    -  [78865] Define constant SMFIF_NONE
    -  [50144] Dummy functions setdbg() & settimeout() return 1
    -  [54794] Fix memory leak in ithread dispatcher

(wen)

2022-12-03 01:13:45 UTC MAIN commitmail json YAML

Updated mail/p5-Parse-MIME to 1.006

(wen)

2022-12-03 01:12:41 UTC MAIN commitmail json YAML

Update to 1.006

Upstream changes:
1.006 Wed 10 Aug 2022
        - No more subclassing of Exporter
        - Packaging fix to stop installing boilerplate.pl
        - Updated package metadata

(wen)

2022-12-03 01:01:44 UTC MAIN commitmail json YAML

Updated mail/p5-MIME-tools to 5.510

(wen)

2022-12-03 01:00:25 UTC MAIN commitmail json YAML

Update to 5,510

Upstream changes:
5.510    2022-07-06  Dianne Skoll <dianne@skoll.ca>
        * VERSION 5.510 RELEASED
        * Update author contact info
        * Make code work in taint mode
        * Clarify MIME::Entity documentation

(wen)

2022-12-03 00:44:46 UTC MAIN commitmail json YAML

Updated mail/p5-MIME-Charse to 1.013.1

(wen)

2022-12-03 00:43:41 UTC MAIN commitmail json YAML

Update to 1.013.1

Upstream changes:
1.013.1  2022-08-12  Hatuka*nezumi - IKEDA Soji  <hatuka(at)nezumi.nu>

    * No new features.
    * Update META.json.

1.013  2022-08-09  Hatuka*nezumi - IKEDA Soji  <hatuka(at)nezumi.nu>

    * Update tests.
    * A typo in comment: "3.18" should be "3.19".
    * Fix: Escape sequences won't be used with DIN 66003.

1.013_01  2022-08-08  Hatuka*nezumi - IKEDA Soji  <hatuka(at)nezumi.nu>

    * Imp: Added support for DIN 66003.
    * Chg: Workaround: "ISO-8859-8-I" is treated as an alias of "ISO-8859-8"
      by Encode (3.18): See the note in
      https://encoding.spec.whatwg.org/#legacy-single-byte-encodings
      However we'll treat these as separate names for compatibility.

(wen)

2022-12-03 00:40:23 UTC MAIN commitmail json YAML

Updated mail/p5-Email-Sender to 2.600

(wen)

2022-12-03 00:38:50 UTC MAIN commitmail json YAML

Update to 2.600

Upstream changes:
2.600    2022-10-23 16:45:34-04:00 America/New_York
        - This version replaces the use of Email::Address with
          Email::Address::XS, as the pure perl version has problems with
          certain kinds of input.

(wen)

2022-12-02 23:44:23 UTC MAIN commitmail json YAML

Updated mail/p5-Email-MIME-Encodings to 1.316

(wen)

2022-12-02 23:42:37 UTC MAIN commitmail json YAML

Update to 1.316

Upstream changes:
1.316    2022-10-22 16:10:14-04:00 America/New_York
          update packaging and metadata

(wen)

2022-12-02 23:39:20 UTC MAIN commitmail json YAML

Updated mail/p5-Email-MessageID to 1.407

(wen)

2022-12-02 23:38:18 UTC MAIN commitmail json YAML

Update to 1.407

Upstream changes:
1.407    2022-10-22 16:07:04-04:00 America/New_York
        - update docs: this is not a subclass of Email::Address (thanks, Pali!)
        - update some packaging notes

(wen)

2022-12-02 23:32:00 UTC MAIN commitmail json YAML

Updated mail/p5-Email-Date-Format to 1.006

(wen)

2022-12-02 23:31:07 UTC MAIN commitmail json YAML

Update to 1.006

Upstream changes:
1.006    2022-10-22 16:01:01-04:00 America/New_York
        - update packaging
        - avoid using ambiguous 2 digit years (thanks, bitcardbmw@lsmod.de)

(wen)

2022-12-02 23:13:56 UTC MAIN commitmail json YAML

doc: Updated finance/p5-Finance-Quote to 1.53

(wiz)

2022-12-02 23:13:20 UTC MAIN commitmail json YAML

retext: use DEPENDS for py-qt5

(wiz)

2022-12-02 23:12:59 UTC MAIN commitmail json YAML

qutebrowser: use DEPENDS for py-qt5

(wiz)

2022-12-02 23:12:27 UTC MAIN commitmail json YAML

kajongg: use DEPENDS for py-qt5

(wiz)

2022-12-02 23:11:55 UTC MAIN commitmail json YAML

electrum: use DEPENDS for py-qt5

(wiz)

2022-12-02 23:10:13 UTC MAIN commitmail json YAML

p5-Finance-Quote: update to 1.53.

1.53      2022-10-08 12:26:55-07:00 America/Los_Angeles
* dist.ini - changed bugtracker.web to
  https://github.com/finance-quote/finance-quote/issues
* DWS.pm - Set $info{$symbol, 'symbol'} to $symbol.
* Union.pm - #231 - reworked for a different CSV file.
        * CurrencyRates/AlphaVantage.pm - API CURRENCY_EXCHANGE_RATE
          no longer accepts free API keys. Changed to use FX_DAILY API.
          Issue #229 PR #230
        * Set minimum version for LWP::UserAgent in dist.ini to
          honor redirects.
        * CurrencyRates/AlphaVantage.pm - Added logic to account
          for empty JSON returned from currency exchange fetch.
        * Bourso.pm - Added Europe and France back as failover
          methods. These were removed some time ago in commit e26484b.
        * Tradeville.pm - Changed hostname in URL to tradeville.ro.
          Added logic to better account for the symbol not being
          found.
        * YahooJSON.pm - #202 - Account for symbols with '&'.
        * Minor change to isoTime function in Quote.pm.
        * Updated TSP.pm - PR #227 - update URL and handling of dates.

1.52      2022-07-03 15:15:38-07:00 America/Los_Angeles
        * Quote.pm - Fixed logic for FQ_LOAD_QUOTELET starting with "-defaults"
          reported in issue #197. PR #199.
        * AlphaVantage currency module: Don't recurse infinitely when exchange
          rate is less than .001 (PR 193)
        * Bourso.pm - Fixed data bug reported in issue #174 with PR #194.
        * TSP.pm - Minor fix for URL used to retrieve data. PR #195.
          Note: URL was changed after the PR was merged.
          Module remains in a non-working status.
        * TesouroDireto.pm - New module for Brazilian's National Treasury
          public bounds. PR #198.
        * Bloomberg.pm - Update Bloomberg class names #205. Correct html
          parsing errors.
        * MorningstarCH.pm - Re-enabled and fixed in #207.
        * ZA.pm - Change to return price from sharenet in major denomination.
          PR #208.
        * Changes to SourceForge project website HTML files.
        * Add [Prereqs] to dist.ini. #215

1.51      2021-07-04 14:41:59-07:00 America/Los_Angeles
        * Fix bugs in t/fq-object-methods.t
        * Add code to hide warning in t/currency_lookup.t

1.50      2021-06-26 20:52:16-07:00 America/Los_Angeles
        * New modules: CurrencyRates
        * Updated modules: ASX, TIAA-CREF, Fool, Currencies
        * Corrected some POD issues (thanks to the Debian Perl Group)

(wiz)

2022-12-02 18:43:18 UTC MAIN commitmail json YAML

py-django-extensions: fix PLIST

(adam)

2022-12-02 18:41:52 UTC MAIN commitmail json YAML

py-hatch-vcs: requires py-setuptools_scm

(adam)

2022-12-02 18:06:53 UTC MAIN commitmail json YAML

fcitx5-gtk: add patch to fix build, std::min() that takes an initializer list was not visible

(nros)

2022-12-02 16:01:20 UTC MAIN commitmail json YAML

calibre: some cleanups

DEPEND on py-qt5, stop using versioned_dependencies.

(wiz)

2022-12-02 15:58:48 UTC MAIN commitmail json YAML

nghttp2: Add libxml2 to buildlink dependencies.

(jperkin)

2022-12-02 15:56:00 UTC MAIN commitmail json YAML

py-qt5: remove bl3.mk, just use DEPENDS

(wiz)

2022-12-02 15:55:28 UTC MAIN commitmail json YAML

gnuradio-qtgui: DEPEND on py-qt5

(wiz)

2022-12-02 15:54:21 UTC MAIN commitmail json YAML

py-qt5-qscintilla: mark as not for python 2.7; DEPEND on py-qt5

(wiz)

2022-12-02 15:53:28 UTC MAIN commitmail json YAML

py-qwt-qt5: mark as not for python 2.x

(wiz)

2022-12-02 15:52:48 UTC MAIN commitmail json YAML

py-qtgraph-qt5: use DEPENDS for py-qt5

(wiz)

2022-12-02 15:51:52 UTC MAIN commitmail json YAML

py-qtgraph-qt5: might support python 3.11 now

(wiz)

2022-12-02 15:44:27 UTC MAIN commitmail json YAML

qgis: update to 3.28.1nb1.

Switch to sip6, latest py-qt5*.

This adds support for python 3.11.

(wiz)

2022-12-02 15:42:38 UTC MAIN commitmail json YAML

doc: Updated graphics/veusz to 3.5.3

(wiz)

2022-12-02 15:42:22 UTC MAIN commitmail json YAML

veusz: update to 3.5.3.

Changes in 3.5.3:
  * Fix missing documentation

Changes in 3.5.2:
  * Fix broken ChangeLog

Changes in 3.5.1:
  * Fixes for EMF generating code (requires pyemf-3.1)

Changes in 3.5:
  * Improvements in fitting (thanks to Sebastian Koenig), including:
    - Assume absolute errors by default
    - Introduce minimum and maximum fit ranges
    - Add setting to give default error value and type (absolute/relative)
  * Fixes for macOS button appearance (Takuro Hosomi)
  * Plugin fixes, renaming --plugin to --veusz-plugin option
    (also thanks to Takuro Hosomi)
  * Bug fix for broken axis drawing
  * Mirrored axis bug fix
  * More keyboard shortcuts
  * Fix build system to use sip-build, which works with recent SIP versions
  * Change high DPI scaling policy
  * Support _FillValue and missing_data attributes in HDF5 files for NetCDF
  * Switch to pyemf3 module for emf output

User-visible changes in 3.4:
  * Font styles can be chosen
  * Add setting to specify minor ticks in axis
  * Add setting to ignore NaN values in point plotter, rather than breaking lines
  * Add copy and paste of images (thanks to chakuro)
  * Add embedding SVG graphics (thanks to korintje)
  * New tight-Bezier line style (thanks to korintje)
  * Add hide icon (eye) in settings and grey tabs as appropriate
  * Add \ddot latex command
  * Axis auto ranges (e.g. 5-95%) can now have decimals
  * Filename set after Load()
  * Fix renaming 2D datasets
  * Fix for blank dataset output names in dataset plugin
  * Fix for crash in QDP plugin
  * Linux dark mode improvements
  * Font foundry name removed from SVG files
  * Add page colour or fill setting
  * Change default xy plotter marker size and fill colour for new documents
  * Add function widget global colour setting

Internal changes in 3.4:
  * Add new compatibility level functionality for new documents
  * Iminuit2 fixes (thanks to korintje)
  * Drop Python 2 compatibility
  * Source code reformatting
  * Updated appdata (thanks to kevinsmia1939)
  * Import sip from PyQt5.sip if available
  * Update to require SIP 5+ build system (thanks to mitya57)
  * Python 3.10 fixes

Changes in 3.3.1:
  * New tools for zooming into plot on click, zooming out, moving plot
    center and resetting plot axes
  * Double clicking on axis range resets endpoint to Auto
  * Add key entries for histo widget
  * MacOS improvements
    * Big Sur compatibility fix
    * Fix file associations
  * Python 3.10 prerelease fixes
  * Fix for reproducible builds

Changes in 3.3:
  * New histogramming widget (histo)
  * Add keyboard shortcut for showing/hiding widgets (Ctrl+[ and Ctrl+])
  * New security model allows running arbitrary code for documents in
    allowed locations
  * Allow Python-level module imports
  * New separate lo and hi error bar styles (#428)
  * Use same colour for key title as key text (#414)
  * Add preferences for number of significant figures in picker
  * New colormaps: inferno, magma, moreland, parula, plasma and viridis
  * Add CurrentPath() API command to get current widget path
  * Add dataset operations for reversing and subtracting dataset maximum
  * Now supports building using sip5
  * Bugfix for values in boxplots (#455)
  * Add setting to optionally omit paths in document files
  * New flight-recorder and histogram examples
  * Make sure line around arrows is solid (#429)
  * README is now renamed to README.md
  * Switch to unsigned long long for widget IDs to fix build
  * Add multiline FieldTextEdit (#392) field
  * Windows binary now built only for 64 bit
  * MacOS binary now built for High Sierra (10.13) or later

Changes in 3.2.1:
Bug fixes:
  * Fix too large page size in SVG export
  * Reenable compression for PNG export
  * Fix crash in HDF5 import dialog
  * If filename extension is missing in export dialog, add it
    and avoid crash
  * Take account of QT_LIBINFIX setting for unusual Qt installs

Improvements:
  * Add \wtilde text command to place a tilde over text

Changes in 3.2:
Improvements:
  * Add ability to plot image widget using boxes rather than a bitmap,
    with new drawing mode option
  * Add widget order option in key widget
  * Export dialog now uses multiple threads
  * Python 3.9 compatibility fixes

Minor changes:
  * Show exception dialog if crash occurs outside main thread
  * Added Brazilian Portuguese description for desktop file
  * Use python3 by default for in-place run

Bug fixes:
  * Fix icons in tutorial
  * Fix case when positions in bar widget are set, then removed
  * Truly all files are shown in import dialog, if requested
  * Fix browse button in export dialog
  * Fix stylesheet for polygon widget
  * Fix invalid escape sequences warnings
  * Fix parametric date creation for non-English locales

(wiz)

2022-12-02 15:41:41 UTC MAIN commitmail json YAML

doc: Updated devel/py-tortoisehg to 6.2.3nb2

(wiz)

2022-12-02 15:41:30 UTC MAIN commitmail json YAML

py-tortoisehg: switch to latest py-qt5

This adds support for python 3.11.

(wiz)

2022-12-02 15:40:25 UTC MAIN commitmail json YAML

doc: Updated x11/py-qt5-qscintilla to 2.13.3

(wiz)

2022-12-02 15:40:15 UTC MAIN commitmail json YAML

py-qt5-qscintilla: update to 2.13.3.

Use sip6, wheel.mk.

Changes:
See qt5-qscintilla

(wiz)

2022-12-02 15:39:11 UTC MAIN commitmail json YAML

doc: Updated x11/qt5-qscintilla to 2.13.3

(wiz)

2022-12-02 15:39:01 UTC MAIN commitmail json YAML

qt5-qscintilla: update to 2.13.3.

v2.13.3 25th April 2022
  - Bug fixes.

v2.13.2 15th March 2022
  - Bug fixes that only affect iOS.

v2.13.1 12th October 2021
  - Documented how to build for multiple architectures on macOS.
  - Bug fixes.

v2.13.0 13th June 2021
  - Added the QsciPrinter::printRange() overload that uses a supplied QPainter
    to render the pages.
  - Improved the appearence of the auto-completion popup.
  - Bug fixes.

v2.12.1 4th March 2021
  - Packaging bug fixes.

v2.12.0 23rd February 2021
  - Added support for Qt6.
  - Removed support for Qt4 and Qt5 earlier than v5.11.0.
  - sdists are now provided.

v2.11.6 23rd November 2020
  - Added the --qsci-translations-dir option to sip-wheel.
  - Added the .api file for Python v3.9.
  - Build system changes.
  - Bug fixes.

(wiz)

2022-12-02 15:36:14 UTC MAIN commitmail json YAML

doc: Updated x11/py-qwt-qt5 to 1.02.02nb2

(wiz)

2022-12-02 15:36:05 UTC MAIN commitmail json YAML

py-qwt-qt5: switch to py-sip6

Simplify, use wheel.mk.

(wiz)

2022-12-02 15:34:34 UTC MAIN commitmail json YAML

doc: Updated x11/py-qt5-webengine to 5.15.6

(wiz)

2022-12-02 15:34:17 UTC MAIN commitmail json YAML

py-qt5-webengine: update to 5.15.6.

v5.15.6 15th March 2022
  - A bug-fix release.

(wiz)

2022-12-02 15:32:15 UTC MAIN commitmail json YAML

doc: Updated x11/py-qt5 to 5.15.7

(wiz)

2022-12-02 15:31:58 UTC MAIN commitmail json YAML

py-qt5: add options.mk file

(wiz)

2022-12-02 15:31:38 UTC MAIN commitmail json YAML

py-qt5: update to 5.15.7.

v5.15.7 6th June 2022
  - Refactored the draw methods of QPainter to accept sip.array objects of
    appropriate types.  Such arrays, once initialised, can be used very
    efficiently as they do not require repeated conversion from the usual
    Python collection types.
  - Added the missing QBluetoothUuid constructors.
  - PyQt5-sip v12.11 is now required to enable support for sip.array.
  - Bug fixes.

v5.15.6 24th October 2021
  - Bug fixes.

(wiz)

2022-12-02 15:30:26 UTC MAIN commitmail json YAML

flite: SunOS dependencies need socket libs.

(jperkin)

2022-12-02 15:26:53 UTC MAIN commitmail json YAML

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

(wiz)

2022-12-02 15:26:43 UTC MAIN commitmail json YAML

py-qt-builder: update to 1.14.0.

v1.14.0 21st September 2022
  - Added support for QtPdf, QtPdfWidgets and QtTextToSpeech for PyQt6.
  - SIP v6.7 is now required.

v1.13.0 6th June 2022
  - The default ABI versions are now v12.11 and v13.4 so that wrapped classes
    can be used by sip.array.
  - Removed support for bundling version of Qt older than v5.15.
  - Removed support for Python v3.6.

(wiz)

2022-12-02 15:24:40 UTC MAIN commitmail json YAML

doc: Updated x11/py-sip-qt5 to 12.11.0

(wiz)

2022-12-02 15:24:30 UTC MAIN commitmail json YAML

2022-12-02 15:22:27 UTC MAIN commitmail json YAML

doc: Added x11/py-sip6 version 6.7.5

(wiz)

2022-12-02 15:22:16 UTC MAIN commitmail json YAML

x11/Makefile: + py-sip6

(wiz)

2022-12-02 15:22:04 UTC MAIN commitmail json YAML

x11/py-sip6: import py-sip6-6.7.5

Based on wip/py-sip6 by Olaf Seibert and myself.

SIP is a collection of tools that makes it very easy to create Python bindings
for C and C++ libraries.  It was originally developed in 1998 to create PyQt,
the Python bindings for the Qt toolkit, but can be used to create bindings for
any C or C++ library.  For example it is also used to generate wxPython, the
Python bindings for wxWidgets.

This package contains major version 6 of sip.

(wiz)

2022-12-02 15:07:58 UTC MAIN commitmail json YAML

xfce4-verve-plugin: add missing pcre dependency, fixes build

(nros)

2022-12-02 15:06:22 UTC MAIN commitmail json YAML

2022-12-02 14:50:45 UTC MAIN commitmail json YAML

mysql80-server: needs at least a GCC that has <charconv>

(nros)

2022-12-02 11:39:20 UTC MAIN commitmail json YAML

oracle-jdk17: Use OPSYSVARS for WRKSRC.

(jperkin)

2022-12-02 11:32:17 UTC MAIN commitmail json YAML

oracle-jdk17: Restrict CDROM due to no-fee license.

(jperkin)

2022-12-02 11:22:52 UTC MAIN commitmail json YAML

doc: Updated editors/tp-note to 1.19.6

(pin)

2022-12-02 11:22:24 UTC MAIN commitmail json YAML

*: rename oracle-no-fee to oracle-no-fee-license to match other non-free licenses

(wiz)

2022-12-02 11:22:09 UTC MAIN commitmail json YAML

editors/tp-note: update to 1.19.6

- Export HTML: add abs. link base marker '.tpnoteroot'

(pin)

2022-12-02 11:21:06 UTC MAIN commitmail json YAML

doc: Updated sysutils/felix to 2.1.1

(pin)

2022-12-02 11:20:40 UTC MAIN commitmail json YAML

sysutils/felix: update to 2.1.1

What's Changed
- Update README.md by @rafo in #151
- Fix: Spawn process properly when opening a file in a new window on linux by
  @kyoheiu in #152

(pin)

2022-12-02 11:19:28 UTC MAIN commitmail json YAML

mk: allow oracle-jdk17 for NetBSD/x86_64

(wiz)

2022-12-02 11:17:10 UTC MAIN commitmail json YAML

oracle-jdk17: add NetBSD/x86_64 support

(wiz)

2022-12-02 10:57:50 UTC MAIN commitmail json YAML

mk: Switch Darwin/Linux default to oracle-jdk17.

(jperkin)

2022-12-02 10:53:41 UTC MAIN commitmail json YAML

mk: Add support for oracle-jdk17.

(jperkin)

2022-12-02 10:49:26 UTC MAIN commitmail json YAML

lang: Add oracle-jdk17.

(jperkin)

2022-12-02 10:48:52 UTC MAIN commitmail json YAML

doc: Added lang/oracle-jdk17 version 17.0.5

(jperkin)

2022-12-02 10:48:39 UTC MAIN commitmail json YAML

2022-12-02 10:46:54 UTC MAIN commitmail json YAML

licenses: Add oracle-no-fee.

(jperkin)

2022-12-02 09:48:03 UTC MAIN commitmail json YAML

doc: Updated chat/gomuks to 0.3.0

(pin)

2022-12-02 09:47:31 UTC MAIN commitmail json YAML

chat/gomuks: update to 0.3.0

- Bumped minimum Go version to 1.18.
- Switched from /r0 to /v3 paths everywhere.
    - The new v3 paths are implemented since Synapse 1.48, Dendrite 0.6.5, and
      Conduit 0.4.0. Servers older than these are no longer supported.
- Added config flags for backspace behavior.
- Added /rainbownotice command to send a rainbow as a m.notice message.
- Added support for editing messages in an external editor.
- Added arrow key support for navigating results in fuzzy search.
- Added initial support for configurable keyboard shortcuts (thanks to @3nprob
  in #328).
- Added support for shortcodes without tab-completion in /react (thanks to
  @tleb in #354).
- Added background color to differentiate inline code (thanks to @n-peugnet
  in #361).
- Added tab-completion support for /toggle options (thanks to @n-peugnet in
  #362).
- Added initial support for rendering spoilers in messages.
- Added support for sending spoilers (with ||reason|spoiler|| or ||spoiler||).
- Added support for inline links (limited terminal support; requires /toggle
  inlineurls).
- Added graphical file picker for /upload when no path is provided (requires
  zenity).
- Updated more places to use default/reverse colors instead of white/black to
  better work on light themed terminals (thanks to @n-peugnet in #401).
- Fixed mentions being lost when editing messages.
- Fixed date change messages showing the wrong date.
- Fixed some whitespace in HTML being rendered even when it shouldn't.
- Fixed copying non-text messages with /copy.
- Fixed rendering code blocks with unknown languages (thanks to @n-peugnet in
  #386).
- Fixed newlines not working in code blocks with certain syntax highlightings
  (thanks to @n-peugnet in #387).
- Fixed rendering more than one reaction of the same type in a single message
  (thanks to @n-peugnet in #391).
- Fixed line-wrapped messages getting corrupted when receiving a reaction
  (thanks to @n-peugnet in #397).

(pin)

2022-12-02 09:34:25 UTC MAIN commitmail json YAML

postgresql15-contrib: fix PLIST for llvm option

(adam)

2022-12-02 09:30:32 UTC MAIN commitmail json YAML

postgresql15-server: fix PLIST for llvm option

(adam)

2022-12-02 09:20:29 UTC MAIN commitmail json YAML

Updated archivers/xz, devel/cmake

(adam)

2022-12-02 09:20:10 UTC MAIN commitmail json YAML

cmake: updated to 3.25.1

CMake 3.25.1
* Help/dev/experimental: document the `msvc` module map format
* MSVC: don't opt into dyndep support
* Tests/FortranModules: add case for modules after "end interface X"
* Tests: Update FindBoost.TestPython for Python 3.11 and 3.12
* try_compile: Restore COPY_FILE with CMAKE_TRY_COMPILE_CONFIGURATION
* MSVC: Revert "Teach find_library to consider the 'libfoo.a' naming convention"
* Android: Revert setting LINUX variable on Android target systems
* MinGW: Fix regression when windres is not found
* Fortran: Restore support for parsing "end interface X"
* FindRuby: Remove documentation for non-existent Ruby_ROOT_DIR
* XCode: ensure LINK_LIBRARY genex is usable with XCODE_LINK_BUILD_PHASE_MODE
* FindCUDA: Do not use CUDA_nppicom_LIBRARY in CUDA 11.0+
* FindCUDAToolkit: Handle toolkits that don't provide nvptxcompiler
* Check*: Restore support for arbitrary result variable names

(adam)

2022-12-02 09:17:59 UTC MAIN commitmail json YAML

xz: updated to 5.2.9

5.2.9 (2022-11-30)

* liblzma:

- Fixed an infinite loop in LZMA encoder initialization
  if dict_size >= 2 GiB. (The encoder only supports up
  to 1536 MiB.)

- Fixed two cases of invalid free() that can happen if
  a tiny allocation fails in encoder re-initialization
  or in lzma_filters_update(). These bugs had some
  similarities with the bug fixed in 5.2.7.

- Fixed lzma_block_encoder() not allowing the use of
  LZMA_SYNC_FLUSH with lzma_code() even though it was
  documented to be supported. The sync-flush code in
  the Block encoder was already used internally via
  lzma_stream_encoder(), so this was just a missing flag
  in the lzma_block_encoder() API function.

- GNU/Linux only: Don't put symbol versions into static
  liblzma as it breaks things in some cases (and even if
  it didn't break anything, symbol versions in static
  libraries are useless anyway). The downside of the fix
  is that if the configure options --with-pic or --without-pic
  are used then it's not possible to build both shared and
  static liblzma at the same time on GNU/Linux anymore;
  with those options --disable-static or --disable-shared
  must be used too.

(adam)

2022-12-02 05:51:26 UTC MAIN commitmail json YAML

redis: Update redis.sh requirement

pkgsrc changes:
---------------
  * "network" is not a requirement provided by pkgtools/rc.d-boot. Use
    NETWORKING instead.

(triaxx)

2022-12-01 22:20:58 UTC MAIN commitmail json YAML

doc: Updated net/dbip-country-lite to 2022.12

(fcambus)

2022-12-01 22:20:46 UTC MAIN commitmail json YAML

dbip-country-lite: update to 2022.12.

No upstream ChangeLog.

(fcambus)

2022-12-01 22:19:55 UTC MAIN commitmail json YAML

doc: Updated net/dbip-city-lite to 2022.12

(fcambus)

2022-12-01 22:19:41 UTC MAIN commitmail json YAML

dbip-city-lite: update to 2022.12.

No upstream ChangeLog.

(fcambus)

2022-12-01 22:14:46 UTC MAIN commitmail json YAML

doc: Updated net/dbip-asn-lite to 2022.12

(fcambus)

2022-12-01 22:14:33 UTC MAIN commitmail json YAML

dbip-asn-lite: update to 2022.12.

No upstream ChangeLog.

(fcambus)

2022-12-01 22:01:58 UTC MAIN commitmail json YAML

2022-12-01 21:26:51 UTC MAIN commitmail json YAML

doc: Added devel/qt6-qt5compat version 6.4.1

(nros)

2022-12-01 21:26:00 UTC MAIN commitmail json YAML

Add qt6-qt5compat version 6.4.1 to pkgsrc-current

Qt6 module that includes Qt5 core API:s that have been removed in Qt6,
Qt5 applications can be ported to Qt6 more easily using this module.

(nros)

2022-12-01 21:14:09 UTC MAIN commitmail json YAML

2022-12-01 19:27:24 UTC MAIN commitmail json YAML

doc: Updated misc/wthrr to 0.6.1

(pin)

2022-12-01 19:27:00 UTC MAIN commitmail json YAML

misc/wthrr: update to 0.6.1

What's Changed
- Contains a critical hotfix, as the calculation of the time indicator for the
  graph caused an error or getting stuck at times after 11 p.m.
- Removes unnecessary dependencies

(pin)

2022-12-01 17:36:57 UTC MAIN commitmail json YAML

fail2ban: Switch to PYTHON_VERSIONS_ACCEPTED.

Old version is not compatible with python311.

(jperkin)

2022-12-01 15:16:29 UTC MAIN commitmail json YAML

pyversion.mk: Add comment explaining usage

(gdt)

2022-12-01 13:39:03 UTC MAIN commitmail json YAML

opencv: Remove another -Werror for GCC 12.

(jperkin)

2022-12-01 13:28:04 UTC MAIN commitmail json YAML

Removed libhandy1 successor libhandy

(prlw1)

2022-12-01 12:55:58 UTC MAIN commitmail json YAML

doc: Updated security/mozilla-rootcerts-openssl to 2.9

(wiz)

2022-12-01 12:55:48 UTC MAIN commitmail json YAML

doc: Updated security/mozilla-rootcerts to 1.0.20220913

(wiz)

2022-12-01 12:55:36 UTC MAIN commitmail json YAML

2022-12-01 12:48:23 UTC MAIN commitmail json YAML

2022-12-01 12:47:41 UTC MAIN commitmail json YAML

2022-12-01 12:47:23 UTC MAIN commitmail json YAML

2022-12-01 12:19:09 UTC MAIN commitmail json YAML

ruby-redmine50: Portability fixes.

(jperkin)

2022-12-01 11:30:06 UTC MAIN commitmail json YAML

Updated sysutils/py-ansible-compat, sysutils/ansible-lint

(adam)

2022-12-01 11:29:45 UTC MAIN commitmail json YAML

ansible-lint: updated to 6.9.0

v6.9.0

Minor Changes

Enable dynamic schema refresh
Allow additional collections in only-builtins

Bugfixes

Avoid Object of type PosixPath is not JSON serializable with jinja2
Expand ~ in PATH and warn user
Fix only builtins fail test
Allow profile to be set in config file
Decouple profile listing from profile selecting on CLI
Update url in docs
Prevent installation on Windows
Respect warn_list and skip_list
Avoid version checking when version info is absent
Improve installation documentation
Docs: usage content edits
Sort dependencies
Fix loop_var_prefix message list in the docs
Clarify progressive mode documentation

(adam)

2022-12-01 11:28:10 UTC MAIN commitmail json YAML

proj: SunOS needs -fpermissive.

(jperkin)

2022-12-01 10:46:33 UTC MAIN commitmail json YAML

py-ansible-compat: updated to 2.2.6

v2.2.6
Bugfixes
Adopt PEP-621 for packaging
Revert "Avoid running galaxy on offline mode

(adam)

2022-12-01 10:34:12 UTC MAIN commitmail json YAML

doc: Updated devel/conftest to 0.36.0

(leot)

2022-12-01 10:34:03 UTC MAIN commitmail json YAML

conftest: Update to 0.36.0

Changes:
0.36.0
------
- Add `--data' flag to conftest push
- Detect Quay.io OCI registry in downloader
- Bump OPA dependency to 0.46.1
- Preserve metadata annotations on OCI registry push

(leot)

2022-12-01 10:09:35 UTC MAIN commitmail json YAML

Updated lang/clang

(adam)

2022-12-01 10:09:02 UTC MAIN commitmail json YAML

clang: reset revision

(adam)

2022-12-01 08:10:52 UTC MAIN commitmail json YAML

clang: regen distinfo for 15.0.6

(wiz)

2022-12-01 08:00:23 UTC MAIN commitmail json YAML

doc: Updated net/sniffnet to 1.0.1

(pin)

2022-12-01 08:00:00 UTC MAIN commitmail json YAML

net/sniffnet: update to 1.0.1

- update repo badge
- Removed windows, made clippy prettier
- Fixed linters
- Added linting

(pin)

2022-11-30 23:20:25 UTC MAIN commitmail json YAML

Add missing PKGCONFIG_OVERRIDE

(nros)

2022-11-30 21:32:49 UTC MAIN commitmail json YAML

Updated multimedia/gerbera, devel/py-traitlets

(adam)

2022-11-30 21:32:29 UTC MAIN commitmail json YAML

py-traitlets: updated to 5.6.0

5.6.0

Maintenance and upkeep improvements

- Adopt jupyter releaser
- Use base setup dependency type
- More CI Cleanup
- More maintenance cleanup
- Add project description
- Bump actions/setup-python from 2 to 4
- Bump actions/checkout from 2 to 3
- Bump pre-commit/action from 2.0.0 to 3.0.0
- Bump actions/upload-artifact from 2 to 3
- Add dependabot
- Add more typings
- Format changelog

(adam)

2022-11-30 21:28:36 UTC MAIN commitmail json YAML

gerbera: updated to 1.12.0

v1.12.0

NEW Features

- Support for NFO files as additional resources: Set up in `resources` and place nfo-files (https://kodi.wiki/view/NFO_files/Templates) next to your media files.
- Tweaking mimetypes for clients
- Editing Flags in web UI
- More statistics on web UI
- Add support for ip subnets in client config
- Defaults for virtual container upnp class
- Configuration for SQLite database modes
- Offline mode for initial scan large libraries

FIXES
- Database update on autoscan table
- Transcoding for external items
- Sqlite errors because of deleted objects
- Sorting by certain keys
- Broken path comparison (skipped renaming, adding files)
- Update docker images to alpine 3.16

Code Improvements
- Xml2Json rework
- build with latest versions of pupnp (1.14.14), wavpack (5.5.0), ebml (1.4.4), matroska (1.7.1), exiv2 (0.27.5), fmt (9.1.0) and spdlog (1.10.0)
- Further Cleanups

General
If you activated nfo-metafile resources you have to reimport your media files.

(adam)

2022-11-30 21:12:28 UTC MAIN commitmail json YAML

geography/qgis: Require C++17 and re-do gmake explanation

C++17 is clearly required, from reading qgis's cmake files.

Upstream qestioned that gmake is required, so document the failures
with BSD make.

(gdt)

2022-11-30 21:00:19 UTC MAIN commitmail json YAML

doc: Added devel/qt6-qttools version 6.4.1

(nros)

2022-11-30 20:57:36 UTC MAIN commitmail json YAML

2022-11-30 20:04:29 UTC MAIN commitmail json YAML

doc: Added devel/diffsitter version 0.7.2

(pin)

2022-11-30 20:03:56 UTC MAIN commitmail json YAML

Add diffsitter

(pin)

2022-11-30 20:03:02 UTC MAIN commitmail json YAML

devel/diffsitter: import package

diffsitter creates semantically meaningful diffs that ignore formatting
differences like spacing. It does so by computing a diff on the AST (abstract
syntax tree) of a file rather than computing the diff on the text contents of
the file.

diffsitter uses the parsers from the tree-sitter project to parse source code.
As such, the languages supported by this tool are restricted to the languages
supported by tree-sitter.

Supported languages: Bash, C#, C++, CSS, Go, Java, OCaml, PHP, Python, Ruby,
Rust, Typescript/TSX and HCL

diffsitter is very much a work in progress and nowhere close to production
ready (yet). Contributions are always welcome!

(pin)

2022-11-30 19:57:42 UTC MAIN commitmail json YAML

Updated lang/llvm

(adam)

2022-11-30 19:55:00 UTC MAIN commitmail json YAML

2022-11-30 19:40:13 UTC MAIN commitmail json YAML

2022-11-30 17:38:03 UTC pkgsrc-2022Q3 commitmail json YAML

Pullup tickets up to #6708

(bsiegert)

2022-11-30 17:37:36 UTC pkgsrc-2022Q3 commitmail json YAML

Pullup ticket #6708 - requested by taca
lang/ruby27-base: security fix

Revisions pulled up:
- lang/ruby/rubyversion.mk                                      1.258
- lang/ruby27-base/distinfo                                    1.11
- lang/ruby27-base/patches/patch-configure                      1.3

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Sat Nov 26 13:09:59 UTC 2022

  Modified Files:
  pkgsrc/lang/ruby: rubyversion.mk
  pkgsrc/lang/ruby27-base: distinfo
  pkgsrc/lang/ruby27-base/patches: patch-configure

  Log Message:
  lang/ruby27-base: update to 2.7.7

  Ruby 2.7.7 Released (2022-11-24)

  Ruby 2.7.7 has been released.

  This release includes a security fix.  Please check the topics below for
  details.

  * CVE-2021-33621: HTTP response splitting in CGI

  This release also includes some build problem fixes.  They are not
  considered to affect compatibility with previous versions.  See the commit
  logs for further details.

(bsiegert)

2022-11-30 17:25:43 UTC pkgsrc-2022Q3 commitmail json YAML

Pullup ticket #6707 - requested by taca
lang/ruby30-base: security fix

Revisions pulled up:
- lang/ruby/Makefile                                            1.74
- lang/ruby/rubyversion.mk                                      1.257
- lang/ruby30-base/Makefile                                    1.9
- lang/ruby30-base/distinfo                                    1.11
- lang/ruby30-base/patches/patch-configure                      1.3

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Sat Nov 26 13:07:52 UTC 2022

  Modified Files:
  pkgsrc/lang/ruby: Makefile rubyversion.mk
  pkgsrc/lang/ruby30-base: Makefile distinfo
  pkgsrc/lang/ruby30-base/patches: patch-configure

  Log Message:
  lang/ruby30-base: update to 3.0.5

  Ruby 3.0.5 Released (2022-11-24)

  Ruby 3.0.5 has been released.

  This release includes a security fix.  Please check the topics below for
  details.

  * CVE-2021-33621: HTTP response splitting in CGI

  This release also includes some bug fixes.  See the commit logs for further
  details.

(bsiegert)

2022-11-30 17:19:03 UTC pkgsrc-2022Q3 commitmail json YAML

Pullup ticket #6706 - requested by taca
lang/ruby31-base: security fix

Revisions pulled up:
- lang/ruby/rubyversion.mk                                      1.256
- lang/ruby31-base/Makefile                                    1.7
- lang/ruby31-base/PLIST                                        1.3
- lang/ruby31-base/distinfo                                    1.8
- lang/ruby31-base/patches/patch-configure                      1.3
- lang/ruby31-base/patches/patch-lib_rubygems.rb                1.2
- lang/ruby31-base/patches/patch-lib_rubygems_commands_setup__command.rb 1.2
- lang/ruby31-base/patches/patch-lib_rubygems_install__update__options.rb 1.2
- lang/ruby31-base/patches/patch-lib_rubygems_installer.rb      1.2
- lang/ruby31-base/patches/patch-lib_rubygems_platform.rb      1.3
- lang/ruby31-base/patches/patch-test_rubygems_test__gem.rb    1.2

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Sat Nov 26 13:02:49 UTC 2022

  Modified Files:
  pkgsrc/lang/ruby: rubyversion.mk
  pkgsrc/lang/ruby31-base: Makefile PLIST distinfo
  pkgsrc/lang/ruby31-base/patches: patch-configure patch-lib_rubygems.rb
      patch-lib_rubygems_commands_setup__command.rb
      patch-lib_rubygems_install__update__options.rb
      patch-lib_rubygems_installer.rb patch-lib_rubygems_platform.rb
      patch-test_rubygems_test__gem.rb

  Log Message:
  lang/ruby31-base: update to 3.1.3

  Ruby 3.1.3 Released (2022-11-24)

  Ruby 3.1.3 has been released.

  This release includes a security fix.  Please check the topics below for
  details.

  * CVE-2021-33621: HTTP response splitting in CGI

  This release also includes a fix for build failure with Xcode 14 and macOS
  13 (Ventura).  See the related ticket for more details.

(bsiegert)

2022-11-30 17:04:21 UTC MAIN commitmail json YAML

Updated www/py-soupsieve, www/py-beautifulsoup4

(adam)

2022-11-30 17:03:45 UTC MAIN commitmail json YAML

py-html5-parser: not for Python 2.7

(adam)

2022-11-30 17:02:32 UTC MAIN commitmail json YAML

py-ofxparse: not for Python 2.7

(adam)

2022-11-30 17:02:03 UTC MAIN commitmail json YAML

aeneas: not for Python 2.7

(adam)

2022-11-30 17:00:39 UTC MAIN commitmail json YAML

py-beautifulsoup4: updated to 4.11.1

4.11.1 (20220408)

This release was done to ensure that the unit tests are packaged along
with the released source. There are no functionality changes in this
release, but there are a few other packaging changes:

* The Japanese and Korean translations of the documentation are included.
* The changelog is now packaged as CHANGELOG, and the license file is
  packaged as LICENSE. NEWS.txt and COPYING.txt are still present,
  but may be removed in the future.
* TODO.txt is no longer packaged, since a TODO is not relevant for released
  code.

4.11.0 (20220407)

* Ported unit tests to use pytest.

* Added special string classes, RubyParenthesisString and RubyTextString,
  to make it possible to treat ruby text specially in get_text() calls.

* It's now possible to customize the way output is indented by
  providing a value for the 'indent' argument to the Formatter
  constructor. The 'indent' argument works very similarly to the
  argument of the same name in the Python standard library's
  json.dump() function.

* If the charset-normalizer Python module
  (https://pypi.org/project/charset-normalizer/) is installed, Beautiful
  Soup will use it to detect the character sets of incoming documents.
  This is also the module used by newer versions of the Requests library.
  For the sake of backwards compatibility, chardet and cchardet both take
  precedence if installed.

* Added a workaround for an lxml bug
  (https://bugs.launchpad.net/lxml/+bug/1948551) that causes
  problems when parsing a Unicode string beginning with BYTE ORDER MARK.

* Issue a warning when an HTML parser is used to parse a document that
  looks like XML but not XHTML.

* Do a better job of keeping track of namespaces as an XML document is
  parsed, so that CSS selectors that use namespaces will do the right
  thing more often.

* Some time ago, the misleadingly named "text" argument to find-type
  methods was renamed to the more accurate "string." But this supposed
  "renaming" didn't make it into important places like the method
  signatures or the docstrings. That's corrected in this
  version. "text" still works, but will give a DeprecationWarning.

* Fixed a crash when pickling a BeautifulSoup object that has no
  tree builder.

* Fixed a crash when overriding multi_valued_attributes and using the
  html5lib parser.

* Standardized the wording of the MarkupResemblesLocatorWarning
  warnings to omit untrusted input and make the warnings less
  judgmental about what you ought to be doing.

* Removed support for the iconv_codec library, which doesn't seem
  to exist anymore and was never put up on PyPI. (The closest
  replacement on PyPI, iconv_codecs, is GPL-licensed, so we can't use
  it--it's also quite old.)

4.10.0 (20210907)

* This is the first release of Beautiful Soup to only support Python
  3. I dropped Python 2 support to maintain support for newer versions
  (58 and up) of setuptools. See:
  https://github.com/pypa/setuptools/issues/2769

* The behavior of methods like .get_text() and .strings now differs
  depending on the type of tag. The change is visible with HTML tags
  like <script>, <style>, and <template>. Starting in 4.9.0, methods
  like get_text() returned no results on such tags, because the
  contents of those tags are not considered 'text' within the document
  as a whole.

  But a user who calls script.get_text() is working from a different
  definition of 'text' than a user who calls div.get_text()--otherwise
  there would be no need to call script.get_text() at all. In 4.10.0,
  the contents of (e.g.) a <script> tag are considered 'text' during a
  get_text() call on the tag itself, but not considered 'text' during
  a get_text() call on the tag's parent.

  Because of this change, calling get_text() on each child of a tag
  may now return a different result than calling get_text() on the tag
  itself. That's because different tags now have different
  understandings of what counts as 'text'.

* NavigableString and its subclasses now implement the get_text()
  method, as well as the properties .strings and
  .stripped_strings. These methods will either return the string
  itself, or nothing, so the only reason to use this is when iterating
  over a list of mixed Tag and NavigableString objects.

* The 'html5' formatter now treats attributes whose values are the
  empty string as HTML boolean attributes. Previously (and in other
  formatters), an attribute value must be set as None to be treated as
  a boolean attribute. In a future release, I plan to also give this
  behavior to the 'html' formatter. Patch by Isaac Muse.

* The 'replace_with()' method now takes a variable number of arguments,
  and can be used to replace a single element with a sequence of elements.
  Patch by Bill Chandos. [rev=605]

* Corrected output when the namespace prefix associated with a
  namespaced attribute is the empty string, as opposed to
  None.

* Performance improvement when processing tags that speeds up overall
  tree construction by 2%. Patch by Morotti.

* Corrected the use of special string container classes in cases when a
  single tag may contain strings with different containers; such as
  the <template> tag, which may contain both TemplateString objects
  and Comment objects.

* The html.parser tree builder can now handle named entities
  found in the HTML5 spec in much the same way that the html5lib
  tree builder does. Note that the lxml HTML tree builder doesn't handle
  named entities this way.

* Added a second way to pass specify encodings to UnicodeDammit and
  EncodingDetector, based on the order of precedence defined in the
  HTML5 spec, starting at:
  https://html.spec.whatwg.org/multipage/parsing.html#parsing-with-a-known-character-encoding

  Encodings in 'known_definite_encodings' are tried first, then
  byte-order-mark sniffing is run, then encodings in 'user_encodings'
  are tried. The old argument, 'override_encodings', is now a
  deprecated alias for 'known_definite_encodings'.

  This changes the default behavior of the html.parser and lxml tree
  builders, in a way that may slightly improve encoding
  detection but will probably have no effect.

* Improve the warning issued when a directory name (as opposed to
  the name of a regular file) is passed as markup into the BeautifulSoup
  constructor.

(adam)

2022-11-30 16:59:36 UTC MAIN commitmail json YAML

py-soupsieve: updated to 2.3.2.1

2.3.2.post1

- **FIX**: Documentation for installation from source is outdated.

2.3.2

- **FIX**: Fix some typos in error messages.

2.3.1

- **FIX**: Ensure attribute selectors match tags that have new line characters in attributes.

2.3

- **NEW**: Officially support Python 3.10.
- **NEW**: Add static typing.
- **NEW**: `:has()`, `:is()`, and `:where()` now use use a forgiving selector list. While not as forgiving as CSS might
be, it will forgive such things as empty sets and empty slots due to multiple consecutive commas, leading commas, or
trailing commas. Essentially, these pseudo-classes will match all non-empty selectors and ignore empty ones. As the
scraping environment is different than a browser environment, it was chosen not to aggressively forgive bad syntax and
invalid features to ensure the user is alerted that their program may not perform as expected.
- **NEW**: Add support to output a pretty print format of a compiled `SelectorList` for debug purposes.
- **FIX**: Some small corner cases discovered with static typing.

2.2.1

- **FIX**: Fix an issue with namespaces when one of the keys is `self`.

2.2

- **NEW**: `:link` and `:any-link` no longer include `#!html <link>` due to a change in the level 4 selector
specification. This actually yields more sane results.
- **FIX**: BeautifulSoup, when using `find`, is quite forgiving of odd types that a user may place in an element's
attribute value. Soup Sieve will also now be more forgiving and attempt to match these unexpected values in a sane
manner by normalizing them before compare.

2.1

- **NEW**: Officially support Python 3.9.
- **NEW**: Drop official support for Python 3.5.
- **NEW**: In order to avoid conflicts with future CSS specification changes, non-standard pseudo classes will now start
with the `:-soup-` prefix. As a consequence, `:contains()` will now be known as `:-soup-contains()`, though for a time
the deprecated form of `:contains()` will still be allowed with a warning that users should migrate over to
`:-soup-contains()`.
- **NEW**: Added new non-standard pseudo class `:-soup-contains-own()` which operates similar to `:-soup-contains()`
except that it only looks at text nodes directly associated with the currently scoped element and not its descendants.
- **FIX**: Import `bs4` globally instead of in local functions as it appears there are no adverse affects due to
circular imports as `bs4` does not immediately reference `soupsieve` functions and `soupsieve` does not immediately
reference `bs4` functions. This should give a performance boost to functions that had previously included `bs4`
locally.

2.0.1

- **FIX**: Remove unused code.

2.0

- **NEW**: `SelectorSyntaxError` is derived from `Exception` not `SyntaxError`.
- **NEW**: Remove deprecated `comments` and `icomments` from the API.
- **NEW**: Drop support for EOL Python versions (Python 2 and Python < 3.5).
- **FIX**: Corner case with splitting namespace and tag name that that have an escaped `|`.

(adam)

2022-11-30 16:50:54 UTC MAIN commitmail json YAML

Updated textproc/py-html-sanitizer, security/py-pip-audit

(adam)

2022-11-30 16:50:28 UTC MAIN commitmail json YAML

py-pip-audit: updated to 2.4.7

2.4.7

Fixed

* Fixed a timestamp parsing bug that occurred with some vulnerability
  reports provided by the OSV service

(adam)

2022-11-30 16:43:32 UTC MAIN commitmail json YAML

py-html-sanitizer: updated to 1.9.3

1.9 (2020-01-20)

Added Python 3.8 to the CI matrix.
Be able to keep the <style> tag by adding it to tags.
Added a style check to the CI matrix.

1.8 (2019-11-21)

Actually added support for customizing lxml's autolinking behavior using a dictionary argument.
Stopped removing explicitly allowed attributes.
Removed id from allowed attributes of <a> tags to provide an additional layer of defense against DOM clobbering attacks.
Added an element preprocessor which assigns the id value to the name attribute of anchors if name isn't set or empty. This should provide additional backwards compatibility making the id removal less of a problem when using named anchors.

1.7 (2019-02-19)

Added a system check which validates sanitizer configurations early when using Django.
Fixed an edge case where passing in an empty allowed tags list would unexpectedly and silently not remove any tags at all (because that's the way lxml's cleaner works).
Changed the sanitizer tags, empty and separate options to also accept any iterable, not just sets.
Changed the lru_cache import in the Django module to try functools first.
Fixed the tag merging to also check tags in empty. This means that e.g. consecutive <hr> tags are also merged now when using the default settings.
Made it possible to override the set of tags processed as whitespace. The default set is {"br"} which preserves the current behavior of stripping breaks from the beginning or end of tags' content.

(adam)