Commit graph

345670 commits

Author SHA1 Message Date
nia
43864756b5 converters: Remove SHA1 hashes for distfiles 2021-10-07 13:28:56 +00:00
nia
1fad23390d comms: Remove SHA1 hashes for distfiles 2021-10-07 13:27:01 +00:00
nia
78f647ed40 chat: Remove SHA1 hashes for distfiles 2021-10-07 13:23:19 +00:00
nia
cf16b09db1 cad: Remove SHA1 hashes for distfiles 2021-10-07 13:20:26 +00:00
nia
169fb9f0f3 biology: Remove SHA1 hashes for distfiles 2021-10-07 13:19:36 +00:00
nia
6d2646fa6c benchmarks: Remove SHA1 hashes for distfiles 2021-10-07 13:18:28 +00:00
nia
274d042d75 audio: Remove SHA1 hashes for distfiles 2021-10-07 13:09:09 +00:00
nia
5b593563e1 archivers: Remove SHA1 distfiles hashes 2021-10-07 13:05:55 +00:00
nia
5eac56246b mk: remove SHA1 from the default digest algorithms 2021-10-07 13:04:46 +00:00
wiz
d40682def0 doc: Updated security/tor-browser to 10.5.8 2021-10-07 12:17:22 +00:00
wiz
cb4c52cb8a tor-browser: update to 10.5.8.
Update Firefox to 78.15.0esr
Bug 40049: Add banner for VPN survey to about:tor
Bug 40363: Change bsaes git url
2021-10-07 12:17:10 +00:00
wiz
d6fdb45484 longboard: fix typo 2021-10-07 12:12:47 +00:00
pin
f911ec9ac2 doc: Updated sysutils/xplr to 0.15.0 2021-10-07 11:51:03 +00:00
pin
e64f9bc8b1 sysutils/xplr: update to 0.15.0
Changes & fixes:
-Added CustomContent as layout option that can be used to render custom
paragraphs, lists and tables. Both static and dynamic.
-Added support for optionally defining custom layouts for different modes.
-Added xplr.config.general.focus_selection_ui to highlight selected files
under focus differently than files under focus that are not selected.
-Added PopModeKeepingInputBuffer, and SwitchMode alternatives to allow
switching to different modes without resetting the input buffer.
-Removed config field from CallLuaArg as it's already available globally
as xplr.config.
-Fixed a bug which caused xplr to misbehave when used with specific tools and
environment (e.g. neovim, fzf, zsh4humans etc.).
-Recover mode will be disabled by default.
i.e. xplr.config.general.disable_recover_mode has been deprecated. Use
xplr.config.general.enable_recover_mode instead.
Library users please refer to the latest API docs and examples.
-New homepage: https://xplr.dev
2021-10-07 11:50:44 +00:00
pin
184e919697 doc: Updated shells/nushell to 0.38.0 2021-10-07 11:49:08 +00:00
pin
bff761d493 shells/nushell: update to 0.38.0
Today, we're releasing 0.38 of Nu. This release includes polish to the user
interface, improvements to how columns are passed, lots of bug fixes, and
updates on the upcoming engine.

What's New
-Quickly jump to a shell (tw4452852)
If you've used shells, you've no doubt used the n and p commands to quickly jump
between them. This can be a big time saver when you're working in multiple
directories.

In this release, we've added a g command that helps you quickly jump to a
particular shell. This helps in the cases where you end up with more than two
shells open and you already know what shell you want to jump to.

Additional improvements
-Improvements in updated table cell values
-update cells command now can take a list of columns
-You can now also pass a list of columns to select
-Improvements in how html table scraping works and also
-Fix to compiling on nightly
-Removed unused deps
-Completions now can complete inside of an argument
-We now expand tilde when reading plugin directories
-We also turn off ansi colors when not in a TTY
-Fixed some of the wasm deps
-Fixed a leak of a let-binding
-Use SIMD-enabled compiler flags
-Updated polars dependency to 0.16
-Updates to how path join works
-Moved nu-path tests into integration tests
-New support for converting to column paths
-Cleanup fixes to make tests more resilient
-Internal improvement to make working with spans easier
-Fix to gitpod
-Fix to big int handling in to
-Fixed a typo
-Fixed some typos in the tutor
-Removed the experimental scrolling support as it had broken
2021-10-07 11:48:48 +00:00
pin
695c8a94c3 doc: Updated sysutils/macchina to 1.1.8 2021-10-07 11:47:28 +00:00
pin
43f2a6c372 sysutils/macchina: update to 1.1.8
-libmacchina: bump to v2.1.8
-linux: don't subtract 1 from package count values to avoid future panics.
-linux: count linuxbrew packages.
-linux: query every distribution-specific package managers.
2021-10-07 11:47:08 +00:00
pin
7af14fbcbe www/longboard: doesn't build on 32 bit systems 2021-10-07 11:46:11 +00:00
fcambus
5c60213f33 doc: Updated textproc/lowdown to 0.9.1 2021-10-07 09:03:54 +00:00
fcambus
5c63441b4c lowdown: update to 0.9.1.
Version 0.9.1, 2021-10-04

Expand support for images having PHP Extra attributes to both links and
images supporting classes, images, and the existing image attributes.
These applies to both reference and inline links.

This deprecates --parse-no-img-ext in favour of the more general
--parse-no-ext-attrs. The same applies to the library's LOWDOWN_IMG_EXT
deprecated by LOWDOWN_ATTRS.
2021-10-07 09:03:42 +00:00
jnemeth
6266771228 add and enable wget2 2021-10-07 05:59:10 +00:00
adam
9b550e55ab Updated graphics/opencv, graphics/opencv-contrib-face 2021-10-06 21:10:51 +00:00
adam
55318d0585 opencv opencv-contrib-face: updated to 3.4.15
OpenCV 3.4.15 has been released. Bug fixes, optimizations and other enhancements are propagated into OpenCV 4.5.3.

Long-lived OpenCV 3.x release series is here since 2015. We are going to reduce support of 3.x branch in the future to move forward to OpenCV 5.0.
2021-10-06 21:10:24 +00:00
adam
19ffcac385 Updated graphics/py-graphviz, textproc/py-elementpath 2021-10-06 19:47:39 +00:00
adam
9827964e2b py-elementpath: updated to 2.3.2
2.3.2
* Make ElementProtocol and LxmlElementProtocol runtime checkable (only for Python 3.8+)
* Type annotations for all package public APIs
2021-10-06 19:47:19 +00:00
adam
2e1bf222f6 py-objgraph: mark as incompatible with Python 2.7 2021-10-06 19:20:20 +00:00
adam
6df80ce8da py-graphviz: updated to 0.17
Version 0.17
------------

Drop Python 2 support. Tag Python 3.10 support.

Migrate CI to GitHub actions. Add ``pypy3`` to matrix.

Tests: implement ``--skip-exe`` via custom ``pytest`` marker.

Documentation: point Anaconda users to ``conda-forge/python-graphviz``.

Move type hints from docstrings to type annotations. Improve doctests.

Examples: standardize import convention and modernize.

Re-render example notebooks with Graphviz 2.46.1.
2021-10-06 19:16:45 +00:00
tron
0da7c44550 Note update of the "py-mysqldb" package to version 1.3.10 2021-10-06 18:01:50 +00:00
tron
00de2b2e42 py-mysqldb: Update to version 1.3.10
- Python 3 support
- bug fixes
2021-10-06 18:00:12 +00:00
nia
c07f7a1079 emacs21-nox11: MKPIE is not supported 2021-10-06 15:40:15 +00:00
nia
6436c7546e emacs20, emacs21: Make sure MKPIE is properly disabled. 2021-10-06 15:33:03 +00:00
nia
732fe0fe2a freeimage: Fix building with latest libraw. 2021-10-06 14:48:29 +00:00
taca
34a029bc70 meta-pkgs/ruby-redmine-plugins: accept ruby27
Allow build with ruby27.
2021-10-06 13:16:41 +00:00
taca
702627440a meta-pkgs/ruby-redmine-themes: accept ruby27
Allow build with ruby27.
2021-10-06 13:16:16 +00:00
adam
c6ba7f274d Updated devel/py-greenlet, devel/py-flexmock 2021-10-06 11:08:00 +00:00
adam
d861e2d984 py-flexmock: updated to 0.10.10
Release 0.10.10
- Fix AttributeError raised when mocking a proxied object.
2021-10-06 11:07:42 +00:00
adam
87f568f059 py-greenlet: updated to 1.1.2
1.1.2
- Fix a potential crash due to a reference counting error when Python
  subclasses of ``greenlet.greenlet`` were deallocated. The crash
  became more common on Python 3.10; on earlier versions, silent
  memory corruption could result.
- Fix a leak of a list object when the last reference to a greenlet
  was deleted from some other thread than the one to which it
  belonged. For this to work correctly, you must call a greenlet API
  like ``getcurrent()`` before the thread owning the greenlet exits:
  this is a long-standing limitation that can also lead to the leak of
  a thread's main greenlet if not called; we hope to lift this
  limitation. Note that in some cases this may also fix leaks of
  greenlet objects themselves.
- Python 3.10: Tracing or profiling into a spawned greenlet didn't
  work as expected.
2021-10-06 11:02:28 +00:00
adam
7fbde48283 Updated net/grpc, net/py-grpcio, net/py-grpcio-testing, net/py-grpcio-tools 2021-10-06 10:59:09 +00:00
adam
132643b086 grpc py-grpcio py-grpcio-testing py-grpcio-tools: updated to 1.41.0
Release v1.41.0

This release contains refinements, improvements, and bug fixes, with highlights listed below.

Core

De-experimentalize XdsCredentials and XdsServerCredentials API.
xDS: Remove environmental variable guard for security.
xDS Security: Use new way to fetch certificate provider plugin instance config.
xDS server serving status: Use a struct to allow more fields to be added in the future.
Annotate impl/codegen with IWYU pragmas.
Update submodule envoy-api to origin/main.
Upgrade third_party/protobuf to v3.17.3.
update submodule boringssl-with-bazel with origin/master-with-bazel.
Delete libuv-iomgr implementation and GRPC_UV build option.
Allow access to Google API regional endpoints via Google Default Credentials.
Remove GPR_*_TLS macros except PTHREAD.
Limit initial window size increases and per-stream window delta.

C++

Bump version to v1.41.0-pre1.
De-experimentalize XdsServerBuilder.
C++ opencensus filter: Fix point of creating context for overall call.
Flag grpc++_test library testonly.
Add note on officially supported platforms.
Open census call attempt span name and attribute changes
Open census call attempt span name and attribute changes.

C#

Backport 27382 to v1.41.x.
[csharp] Fix error loading library grpc_csharp_ext.*.dll on windows with non-ASCII encoding.
Annotate copied Content native lib items with package id to enable customization.

Objective-C

Objective-C: Fix issue with creating a Unix file socket.

Python

Use manylinux_2_17 instead of manylinux_2_24 tag for manylinux2014 aarch64 wheels.
Add Python 3.10 drop 3.5.
[Aio] Remove custom IO manager support.
2021-10-06 10:58:30 +00:00
jperkin
c848b76227 go: Add support for GO_EXTRA_MOD_DIRS.
This is a list of extra directories in which to look for go.mod files
when generating the output of show-go-modules.
2021-10-06 10:30:22 +00:00
jperkin
fc509903af rust: Add support for CARGO_WRKSRC.
This defaults to WRKSRC and allows packages that aren't primarily
written in rust, but have a rust component that needs to be built, to
support the correct operation of cargo within their source tree.
2021-10-06 10:25:32 +00:00
jperkin
33041ac880 rust: Drop digest from USE_TOOLS.
It's already added to bootstrap tools by mk, and adding it here actually
has the opposite effect of what's intended.  It seems to confuse the
tools infrastructure and defer its dependency, i.e. until it's too late,
causing "digest: not found" errors if it's not already installed.
2021-10-06 10:20:24 +00:00
jperkin
ee8f8a1a3e py-scrapy: Switch to PYTHON_VERSIONS_INCOMPATIBLE. 2021-10-06 09:07:00 +00:00
jperkin
c89e631597 zim: Switch to PYTHON_VERSIONS_INCOMPATIBLE. 2021-10-06 09:04:58 +00:00
wiz
ebdbb11499 doc: Updated net/rsync to 3.2.3nb1 2021-10-06 08:24:22 +00:00
wiz
b55bd24508 rsync: fix CVE-2020-14387 using upstream patch.
Bump PKGREVISION.
2021-10-06 08:15:57 +00:00
adam
46dc8fb5bc Updated devel/protobuf, devel/py-protobuf 2021-10-06 08:09:47 +00:00
adam
7fb892f4e3 protobuf py-protobuf: updated to 3.18.1
Protocol Buffers v3.18.1

Python

Update setup.py to reflect that we now require at least Python 3.5
Performance fix for DynamicMessage: force GetRaw() to be inlined
2021-10-06 08:09:19 +00:00
wiz
38984c9790 py-octoprint*: be more consistent in using PYTHON_VERSIONS_INCOMPATIBLE 2021-10-06 07:48:51 +00:00