summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-09-03shells/nushell: update to 0.36.0pin3-108/+108
-This release fixes some long-standing issues with history, improves the help system, improves dataframes, and much more.
2021-09-03doc: Updated audio/ncspot to 0.8.2pin2-3/+3
2021-09-03audio/ncspot: update to 0.8.2pin3-303/+313
Maintenance: -Add Windows release builds (#573) -Reduce API calls by only fetching the full track details if necessary -Refactoring, other cleanups and dependency updates -Remove broken Facebook login code (#310) Features -Scrolling on volume text increases/decreases volume (#576)
2021-09-03doc: Updated devel/mob to 1.11.0schmonz1-1/+2
2021-09-03Update to 1.11.0. From the changelog:schmonz2-7/+7
- Allow to override the text in the notification and the voice via environment variables `MOB_NOTIFY_MESSAGE` and `MOB_VOICE_MESSAGE`. - Allow to override the stash name used for stashing uncommitted changes via the environment variable `MOB_STASH_NAME`. - Allow to override the cli name of the tool via `MOB_CLI_NAME` so you can use `pair`, `ensemble`, `team`, or whatever you like best, instead of `mob`. Just install the `mob` tool, set an alias in your cli and set the environment variable `MOB_CLI_NAME` to the name of your alias.
2021-09-03rust: Fix and improve SunOS stage0-bootstrap.jperkin1-16/+25
Catch up with newer library versions from pkgsrc and the additional rust bin directory, and ensure everything is running under set -e to catch failures.
2021-09-03firefox: reflect current rust and cbindgen minimum requirementsgutteridge1-3/+3
2021-09-03php56: note this package is EOL and update recommendationgutteridge1-2/+2
2021-09-03doc: Updated biology/peak-classifier to 0.1.1.21bacon1-1/+2
2021-09-03doc: Updated biology/biolibc to 0.2.0.1bacon1-1/+2
2021-09-03biology/peak-classifier: Update to 0.1.1.21bacon3-9/+9
Fix regression: Replace BL_BED_SET_STRAND() macro with bl_bed_set_strand(), which performs sanity checks
2021-09-03biology/biolibc: Update to 0.2.0.1bacon4-9/+10
Fix regression: Replace BL_BED_SET_STRAND() macro with bl_bed_set_strand(), which performs sanity checks
2021-09-02x264-devel: disable asm on darwin/aarch64nia1-1/+2
2021-09-02doc: Updated net/mosquitto to 2.0.12gdt1-1/+2
2021-09-02net/mosquitto: Update to 2.0.12gdt2-7/+7
upstream changes: security fixes, bugfixes, minor improvments
2021-09-02doc: Updated audio/termusic to 0.3.7pin1-1/+2
2021-09-02audio/termusic: update to 0.3.7pin3-428/+183
[v0.3.7] Released on: Sep 2, 2021. -Fix table focus issue. -Fix invidious search slow down the whole program. -Change http client from reqwest to ureq, to make the app minimal. [v0.3.6] Released on: Aug 31, 2021. -Remove the dependency of unicode truncate, as tui-realm-stdlib implemented width for table. -Fix playlist sorting with characters of mixed languages. -Speed up load_queue and sort playlist. -Minor fix: duration display in queue. [v0.3.5] Released on: Aug 26, 2021. -Refactoring status line, to show download success or fail message. -Parsing output of youtube-dl to select downloaded song in playlist. -Embed all lyrics after youtube download. Switch lyric with "T" key while playing. -Show popup messages on top right corner. -Sort file name(including chinese) in tree. -Can delete single lyric from tag editor. -Currently only mp3 support several lyrics. [v0.3.4] Released on: Aug 24 2021. -Refactoring lyric mod to songtag mod. -Run songtag search in threads so it'll not block tageditor. -Refactoring youtube_options and no more search error with youtube.
2021-09-02fswebcam: Attempt to fix build on older NetBSDnia1-1/+10
2021-09-02seamonkey: Fix configuring on NetBSD/i386nia1-4/+11
2021-09-02doc: Updated sysutils/xplr to 0.14.7pin1-1/+2
2021-09-02sysutils/xplr: update to 0.14.7pin4-189/+174
v0.14.7 -Core: Fixed a bug where xplr logs a missing file error when the default config file is missing. -Core: xplr will now fall back to temp directory if runtime directory is inaccessible. -Deps: Updated dependencies to the latest versions. -Doc: Added new plugin - alacritty.xplr v0.14.6 -CLI: Added new command-line argument -C or --extra-config for better integration with external tools (e.g.). -UI: Minor fix in the permission column. -Deps: Updated dependencies to the latest versions.
2021-09-02doc: Updated textproc/paperoni to 0.6.1pin1-1/+2
2021-09-02textproc/paperoni: update to 0.6.1pin2-9/+9
-Minor bug fixes
2021-09-02doc: Updated sysutils/navi to 2.17.2pin1-1/+2
2021-09-02sysutils/navi: update to 2.17.2pin3-29/+30
-Update crate dependencies.
2021-09-02firefox[68,78]: Add workarounds for NetBSD/i386nia2-4/+18
2021-09-02sysutils/macchina: refresh messagepin1-3/+2
2021-09-02www/Makefile: sortwiz1-2/+2
2021-09-02math/Makefile: sortwiz1-2/+2
2021-09-02devel/Makefile: sort, remove ruby-redmine commentwiz1-5/+4
2021-09-01Updated misc/py-platformdirs, devel/py-typing-extensions, ↵adam1-1/+5
devel/py-traitlets, security/py-google-auth-oauthlib
2021-09-01py-google-auth-oauthlib: updated to 0.4.6adam2-7/+7
0.4.6 Bug Fixes remove dependency on six
2021-09-01py-traitlets: updated to 5.1.0adam3-10/+11
Traitlets 5.1 ------------- Traitlets 5.1 brings a couple of updates and changes to traitlets, and is recommended for all users. What follow is a non-exhaustive list of changes: - Removal of the ``ipython_genutils`` dependency, this should remove any direct and indirect reliance on ``nose`` and prepare traitlets 5.1 for Python 3.10 and above compatibility, some test suite changes also accommodate Python 3.10 changes. If you package traitlets downstream, make sure to remove this dependency. - Removal of ``ipython_genutils`` may have change the default encoding detected for the command line argument parsing when not utf-8. We expect this to affect a small portion of older windows version. If you encounter issue let us know. - Stop recommendation of ``CUnicode`` in some circumstances as it's deprecated. - Our test suite is now using GitHub action instead of travis CI. If you are packaging downstream using the git repository, you may have to exclude the ``.github`` folder now, and can remove exclusion of - It fixes a parsing issue for list of one single element on the CLI. - We reserve the right to remove official support for Python 3.7 in subsequent minor revisions.
2021-09-01py-typing-extensions: updated to 3.10.0.2adam2-7/+7
3.10.0.2: Unknown changes
2021-09-01py-pydicom: PLIST fixadam1-1/+7
2021-09-01py-platformdirs: updated to 2.3.0adam2-7/+9
2.3.0 Add `user_runtime_dir` for `$XDG_RUNTIME_DIR`
2021-09-01news/tin: Build fix for the option combination curses(pdcurses) + icumicha3-7/+17
2021-09-01doc: Updated ham/chirp to 20210830gdt1-1/+2
2021-09-01ham/chirp: Update to 20210830gdt3-17/+8
upstream changes: bugfixes and minor improvements
2021-09-01Updated lang/python3[89], lang/py3[89]-html-docsadam1-1/+5
2021-09-01python39: updated to 3.9.7adam6-20/+29
Python 3.9.7 final Security bpo-42278: Replaced usage of tempfile.mktemp() with TemporaryDirectory to avoid a potential race condition. bpo-41180: Add auditing events to the marshal module, and stop raising code.__init__ events for every unmarshalled code object. Directly instantiated code objects will continue to raise an event, and audit event handlers should inspect or collect the raw marshal data. This reduces a significant performance overhead when loading from .pyc files. bpo-44394: Update the vendored copy of libexpat to 2.4.1 (from 2.2.8) to get the fix for the CVE-2013-0340 “Billion Laughs” vulnerability. This copy is most used on Windows and macOS. bpo-43124: Made the internal putcmd function in smtplib sanitize input for presence of \r and \n characters to avoid (unlikely) command injection. Core and Builtins bpo-45018: Fixed pickling of range iterators that iterated for over 2**32 times. bpo-44962: Fix a race in WeakKeyDictionary, WeakValueDictionary and WeakSet when two threads attempt to commit the last pending removal. This fixes asyncio.create_task and fixes a data loss in asyncio.run where shutdown_asyncgens is not run bpo-44954: Fixed a corner case bug where the result of float.fromhex('0x.8p-1074') was rounded the wrong way. bpo-44947: Refine the syntax error for trailing commas in import statements. Patch by Pablo Galindo. bpo-44698: Restore behaviour of complex exponentiation with integer-valued exponent of type float or complex. bpo-44885: Correct the ast locations of f-strings with format specs and repeated expressions. Patch by Pablo Galindo bpo-44872: Use new trashcan macros (Py_TRASHCAN_BEGIN/END) in frameobject.c instead of the old ones (Py_TRASHCAN_SAFE_BEGIN/END). bpo-33930: Fix segmentation fault with deep recursion when cleaning method objects. Patch by Augusto Goulart and Pablo Galindo. bpo-25782: Fix bug where PyErr_SetObject hangs when the current exception has a cycle in its context chain. bpo-44856: Fix reference leaks in the error paths of update_bases() and __build_class__. Patch by Pablo Galindo. bpo-44698: Fix undefined behaviour in complex object exponentiation. bpo-44562: Remove uses of PyObject_GC_Del() in error path when initializing types.GenericAlias. bpo-44523: Remove the pass-through for hash() of weakref.proxy objects to prevent unintended consequences when the original referred object dies while the proxy is part of a hashable object. Patch by Pablo Galindo. bpo-44472: Fix ltrace functionality when exceptions are raised. Patch by Pablo Galindo bpo-44184: Fix a crash at Python exit when a deallocator function removes the last strong reference to a heap type. Patch by Victor Stinner. bpo-39091: Fix crash when using passing a non-exception to a generator’s throw() method. Patch by Noah Oxer Library bpo-41620: run() now always return a TestResult instance. Previously it returned None if the test class or method was decorated with a skipping decorator. bpo-43913: Fix bugs in cleaning up classes and modules in unittest: Functions registered with addModuleCleanup() were not called unless the user defines tearDownModule() in their test module. Functions registered with addClassCleanup() were not called if tearDownClass is set to None. Buffering in TestResult did not work with functions registered with addClassCleanup() and addModuleCleanup(). Errors in functions registered with addClassCleanup() and addModuleCleanup() were not handled correctly in buffered and debug modes. Errors in setUpModule() and functions registered with addModuleCleanup() were reported in wrong order. And several lesser bugs. bpo-45001: Made email date parsing more robust against malformed input, namely a whitespace-only Date: header. Patch by Wouter Bolsterlee. bpo-44449: Fix a crash in the signal handler of the faulthandler module: no longer modify the reference count of frame objects. Patch by Victor Stinner. bpo-44955: Method stopTestRun() is now always called in pair with method startTestRun() for TestResult objects implicitly created in run(). Previously it was not called for test methods and classes decorated with a skipping decorator. bpo-38956: argparse.BooleanOptionalAction’s default value is no longer printed twice when used with argparse.ArgumentDefaultsHelpFormatter. bpo-44581: Upgrade bundled pip to 21.2.3 and setuptools to 57.4.0 bpo-44849: Fix the os.set_inheritable() function on FreeBSD 14 for file descriptor opened with the O_PATH flag: ignore the EBADF error on ioctl(), fallback on the fcntl() implementation. Patch by Victor Stinner. bpo-44605: The @functools.total_ordering() decorator now works with metaclasses. bpo-44822: sqlite3 user-defined functions and aggregators returning strings with embedded NUL characters are no longer truncated. Patch by Erlend E. Aasland. bpo-44815: Always show loop= arg deprecations in asyncio.gather() and asyncio.sleep() bpo-44806: Non-protocol subclasses of typing.Protocol ignore now the __init__ method inherited from protocol base classes. bpo-44667: The tokenize.tokenize() doesn’t incorrectly generate a NEWLINE token if the source doesn’t end with a new line character but the last line is a comment, as the function is already generating a NL token. Patch by Pablo Galindo bpo-42853: Fix http.client.HTTPSConnection fails to download >2GiB data. bpo-44752: rcompleter does not call getattr() on property objects to avoid the side-effect of evaluating the corresponding method. bpo-44720: weakref.proxy objects referencing non-iterators now raise TypeError rather than dereferencing the null tp_iternext slot and crashing. bpo-44704: The implementation of collections.abc.Set._hash() now matches that of frozenset.__hash__(). bpo-44666: Fixed issue in compileall.compile_file() when sys.stdout is redirected. Patch by Stefan Hölzl. bpo-40897: Give priority to using the current class constructor in inspect.signature(). Patch by Weipeng Hong. bpo-44608: Fix memory leak in _tkinter._flatten() if it is called with a sequence or set, but not list or tuple. bpo-41928: Update shutil.copyfile() to raise FileNotFoundError instead of confusing IsADirectoryError when a path ending with a os.path.sep does not exist; shutil.copy() and shutil.copy2() are also affected. bpo-44566: handle StopIteration subclass raised from @contextlib.contextmanager generator bpo-44558: Make the implementation consistency of indexOf() between C and Python versions. Patch by Dong-hee Na. bpo-41249: Fixes TypedDict to work with typing.get_type_hints() and postponed evaluation of annotations across modules. bpo-44461: Fix bug with pdb’s handling of import error due to a package which does not have a __main__ module bpo-42892: Fixed an exception thrown while parsing a malformed multipart email by email.message.EmailMessage. bpo-27827: pathlib.PureWindowsPath.is_reserved() now identifies a greater range of reserved filenames, including those with trailing spaces or colons. bpo-34266: Handle exceptions from parsing the arg of pdb’s run/restart command. bpo-27334: The sqlite3 context manager now performs a rollback (thus releasing the database lock) if commit failed. Patch by Luca Citi and Erlend E. Aasland. bpo-43853: Improved string handling for sqlite3 user-defined functions and aggregates: It is now possible to pass strings with embedded null characters to UDFs Conversion failures now correctly raise MemoryError Patch by Erlend E. Aasland. bpo-43048: Handle RecursionError in TracebackException’s constructor, so that long exceptions chains are truncated instead of causing traceback formatting to fail. bpo-41402: Fix email.message.EmailMessage.set_content() when called with binary data and 7bit content transfer encoding. bpo-32695: The compresslevel and preset keyword arguments of tarfile.open() are now both documented and tested. bpo-34990: Fixed a Y2k38 bug in the compileall module where it would fail to compile files with a modification time after the year 2038. bpo-38840: Fix test___all__ on platforms lacking a shared memory implementation. bpo-30256: Pass multiprocessing BaseProxy argument manager_owned through AutoProxy. bpo-27513: email.utils.getaddresses() now accepts email.header.Header objects along with string values. Patch by Zackery Spytz. bpo-33349: lib2to3 now recognizes async generators everywhere. bpo-29298: Fix TypeError when required subparsers without dest do not receive arguments. Patch by Anthony Sottile. Documentation bpo-44903: Removed the othergui.rst file, any references to it, and the list of GUI frameworks in the FAQ. In their place I’ve added links to the Python Wiki page on GUI frameworks. bpo-44756: Reverted automated virtual environment creation on make html when building documentation. It turned out to be disruptive for downstream distributors. bpo-44693: Update the definition of __future__ in the glossary by replacing the confusing word “pseudo-module” with a more accurate description. bpo-35183: Add typical examples to os.path.splitext docs bpo-30511: Clarify that shutil.make_archive() is not thread-safe due to reliance on changing the current working directory. bpo-44561: Update of three expired hyperlinks in Doc/distributing/index.rst: “Project structure”, “Building and packaging the project”, and “Uploading the project to the Python Packaging Index”. bpo-42958: Updated the docstring and docs of filecmp.cmp() to be more accurate and less confusing especially in respect to shallow arg. bpo-44558: Match the docstring and python implementation of countOf() to the behavior of its c implementation. bpo-44544: List all kwargs for textwrap.wrap(), textwrap.fill(), and textwrap.shorten(). Now, there are nav links to attributes of TextWrap, which makes navigation much easier while minimizing duplication in the documentation. bpo-38062: Clarify that atexit uses equality comparisons internally. bpo-43066: Added a warning to zipfile docs: filename arg with a leading slash may cause archive to be un-openable on Windows systems. bpo-27752: Documentation of csv.Dialect is more descriptive. bpo-44453: Fix documentation for the return type of sysconfig.get_path(). bpo-39498: Add a “Security Considerations” index which links to standard library modules that have explicitly documented security considerations. bpo-33479: Remove the unqualified claim that tkinter is threadsafe. It has not been true for several years and likely never was. An explanation of what is true may be added later, after more discussion, and possibly after patching _tkinter.c, Tests bpo-25130: Add calls of gc.collect() in tests to support PyPy. bpo-45011: Made tests relying on the _asyncio C extension module optional to allow running on alternative Python implementations. Patch by Serhiy Storchaka. bpo-44949: Fix auto history tests of test_readline: sometimes, the newline character is not written at the end, so don’t expect it in the output. bpo-44852: Add ability to wholesale silence DeprecationWarnings while running the regression test suite. bpo-40928: Notify users running test_decimal regression tests on macOS of potential harmless “malloc can’t allocate region” messages spewed by test_decimal. bpo-44734: Fixed floating point precision issue in turtle tests. bpo-44708: Regression tests, when run with -w, are now re-running only the affected test methods instead of re-running the entire test file. bpo-30256: Add test for nested queues when using multiprocessing shared objects AutoProxy[Queue] inside ListProxy and DictProxy Build bpo-44535: Enable building using a Visual Studio 2022 install on Windows. bpo-43298: Improved error message when building without a Windows SDK installed. Windows bpo-45007: Update to OpenSSL 1.1.1l in Windows build bpo-44572: Avoid consuming standard input in the platform module bpo-40263: This is a follow-on bug from https://bugs.python.org/issue26903. Once that is applied we run into an off-by-one assertion problem. The assert was not correct. macOS bpo-45007: Update macOS installer builds to use OpenSSL 1.1.1l. bpo-44689: ctypes.util.find_library() now works correctly on macOS 11 Big Sur even if Python is built on an older version of macOS. Previously, when built on older macOS systems, find_library was not able to find macOS system libraries when running on Big Sur due to changes in how system libraries are stored. Tools/Demos bpo-44756: In the Makefile for documentation (Doc/Makefile), the build rule is dependent on the venv rule. Therefore, html, latex, and other build-dependent rules are also now dependent on venv. The venv rule only performs an action if $(VENVDIR) does not exist. Doc/README.rst was updated; most users now only need to type make html.
2021-09-01python38: updated to 3.8.12adam5-15/+18
Python 3.8.12 final Security bpo-42278: Replaced usage of tempfile.mktemp() with TemporaryDirectory to avoid a potential race condition. bpo-44394: Update the vendored copy of libexpat to 2.4.1 (from 2.2.8) to get the fix for the CVE-2013-0340 “Billion Laughs” vulnerability. This copy is most used on Windows and macOS. bpo-43124: Made the internal putcmd function in smtplib sanitize input for presence of \r and \n characters to avoid (unlikely) command injection. bpo-36384: ipaddress module no longer accepts any leading zeros in IPv4 address strings. Leading zeros are ambiguous and interpreted as octal notation by some libraries. For example the legacy function socket.inet_aton() treats leading zeros as octal notation. glibc implementation of modern inet_pton() does not accept any leading zeros. For a while the ipaddress module used to accept ambiguous leading zeros. Core and Builtins bpo-44872: Use new trashcan macros (Py_TRASHCAN_BEGIN/END) in frameobject.c instead of the old ones (Py_TRASHCAN_SAFE_BEGIN/END). bpo-33930: Fix segmentation fault with deep recursion when cleaning method objects. Patch by Augusto Goulart and Pablo Galindo. bpo-44856: Fix reference leaks in the error paths of update_bases() and __build_class__. Patch by Pablo Galindo. Library bpo-45001: Made email date parsing more robust against malformed input, namely a whitespace-only Date: header. Patch by Wouter Bolsterlee. Documentation bpo-30511: Clarify that shutil.make_archive() is not thread-safe due to reliance on changing the current working directory. Windows bpo-45007: Update to OpenSSL 1.1.1l in Windows build macOS bpo-45007: Update macOS installer builds to use OpenSSL 1.1.1l. bpo-44689: ctypes.util.find_library() now works correctly on macOS 11 Big Sur even if Python is built on an older version of macOS. Previously, when built on older macOS systems, find_library was not able to find macOS system libraries when running on Big Sur due to changes in how system libraries are stored.
2021-09-01kmix updatemarkd1-1/+2
2021-09-01kde4: allow newer kmixmarkd1-3/+3
2021-09-01kmix: update to 20.12.3markd6-129/+222
QT5/KF5 version
2021-09-01re-do this patch using a GCC defined macro.mrg2-7/+17
this is still wrong, but it's less wrong than before and once again both arm64 and arm64eb (and amd64) build. this is really strange. the code in sha512.c uses: #if !defined(USE_HW_SHA2) || !defined(IS_LITTLE_ENDIAN) which originally this patch attempted to match, but IS_LITTLE_ENDIAN is never defined inside nss, even though it's used a few dozen times. there is a MP_IS_LITTLE_ENDIAN defined that is setup, but almost never used.
2021-09-01doc: Updated editors/featherpad to 1.0.0pin1-1/+2
2021-09-01editors/featherpad: update to 1.0.0pin3-9/+11
Main changes: - Miscellaneous fixes to syntax highlighting of some programming languages. - Go is added to syntax highlighting. - Final symlink targets are also checked for detecting programming languages. - An option is added for disabling menu-bar accelerators. - Number separators are used on the status-bar. - AppStream metadata is added by City-busz. - Support for OS/2 is added by josch1710.
2021-09-01mariadb*: Wants 64-bit atomic operations on i386.nia3-3/+6
2021-08-31(devel/R-R.oo) Add missing DEPENDS+= R-R.methodsS3mef1-1/+3