summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-11-05shells/yash: import pkgpin5-0/+292
Yash, yet another shell, is a POSIX-compliant command line shell written in C99 (ISO/IEC 9899:1999). Yash is intended to be the most POSIX - compliant shell in the world while supporting features for daily interactive and scripting use. Notable features are: - Global aliases - Arrays - Socket redirection, pipeline redirection, and process redirection - Brace expansion and extended globbing - Fractional numbers in arithmetic expansion - Prompt command and command-not-found handler - Command line completion with predefined completion scripts for more than 100 commands - Command line prediction based on command history By Paolo Vincenzo Olivo in wip
2022-11-05doc: Updated security/signify to 0.12pin1-1/+2
2022-11-05security/signify: update to 0.12.pin3-12/+12
The version number is kept consistent with that of outils. Sources have been synced with upstream OpenBSD/src. Changes relevant to signify: - Unused variables moved under !VERIFYONLY - In -C mode, the public key is optional since it can be deduced from the untrusted comment. In this case, don't ignore -t but rather make it work as expected.
2022-11-05doc: Updated x11/drawterm to 20221013pin1-1/+2
2022-11-05drawterm: update to 20221013pin2-9/+9
Sources synced with upstream. Corrected redundant DIST_SUBDIR naming. Noticeable changes commited since 20220603: - wayland: grab monitor size from compositor - wayland: release pointer/keyboard on seat capabilities change - wayland: support media keys - wayland: correct keyboard ctl handling
2022-11-05doc: Updated shells/ksh93 to 1.0.4pin1-1/+2
2022-11-05ksh93: update to 1.0.4.pin2-7/+7
Main changes between 1.0.3 and 1.0.4: - Fixed multiple scoping-related bugs in the += additive assignment operator. - A number of crashing bugs have been fixed. - Various fixes for the Haiku operating system, notably 'ulimit -a' now works. - Fixed the expansion of out-of-range \n back references in the string part of ${parameter//pattern/string}. For example: v=AB; echo "${v/@(A)B/\0:\1:\2}" now yields 'AB:A:' instead of 'AB:A:\2'. - Fixed quoted '!', '^' and '-' within [bracket] expressions in glob patterns; single or double quotes failed to disable their operator behaviour. - Fixed a bug introduced on 2021-04-04 that incorrectly allowed 'typeset' to turn off the readonly and export attributes on a readonly variable. - In the emacs line editor, the Ctrl+R reverse-search prompt is now visually distinct from a literal control character ("^R: " instead of "^R"). - In the vi line editor, fixed the behaviour of 'C', 'c$' and 'I' to be consistent with standard vi(1) and with Bolsky & Korn (1995, p. 121). - Aliases for many GNU long options have been added to the /opt/ast/bin built-in commands. Additionally, 'kill -s' now has a --signal long option alias compatible with the util-linux option. - Backported support for 'print -u p' from ksh 93v- for compatibility with scripts written for 93v-/ksh2020 (this is equivalent to 'print -p').
2022-11-05doc: Updated sysutils/ripdrag to 0.2.1pin1-1/+2
2022-11-05sysutils/ripdrag: update to 0.2.1pin3-32/+20
- Bump to 0.2.1 and updated README - Merge pull request #16 from tranzystorek-io/clap-v4 - Bump clap version to 4.0 - Merge pull request #13 from 0323pin/master
2022-11-05doc: Updated sysutils/broot to 1.16.2pin1-1/+2
2022-11-05sysutils/broot: update to 1.16.2pin3-251/+299
v1.16.2 - 2022-11-04 - you can restrict the panels in which verbs apply with the verb configuration panels parameter - fix rm on Windows behaving "recursively" (it was cmd /c del /Q /S {file}) - Fix #627
2022-11-05doc: Added security/gopass version 1.14.9nikita1-1/+2
2022-11-05Import wip/gopass as security/gopass.nikita6-1/+979
Add gopass version 1.14.9, packaged by Iku Iwasa. gopass is a rewrite of the pass password manager in Go with the aim of making it cross-platform and adding additional features. Our target audience are professional developers and sysadmins (and especially teams of those) who are well versed with a command line interface. One explicit goal for this project is to make it more approachable to non-technical users. We go by the UNIX philosophy and try to do one thing and do it well, providing a stellar user experience and a sane, simple interface.
2022-11-05Update chat/element-web to 1.11.13js3-121/+130
Upstream mentions an important bug fix, but unfortunately doesn't go into any details, so better to update.
2022-11-05x11/ocaml-lablgtk3: Adjust DESCR wording (minor)gdt1-2/+2
Adjust language in GTK reference.
2022-11-04Updated devel/cmake, devel/cmake-guiadam1-1/+3
2022-11-04cmake cmake-gui: updated to 3.24.3adam5-11/+10
CMake 3.24.3 * cmStringAlgorithms: Add functions to parse strings to long long integers * file: Avoid strange istringstream crash in cmake.org binaries on Alpine Linux * Xcode: Drop CMAKE_INTDIR= definition in Swift targets * Tests: Update RunCMake.XcodeProject iOS cases for Xcode 14.0 * gitlab-ci: update macOS jobs to use Xcode 14.0 * COMPILE_WARNING_AS_ERROR: Fix internal formatting of options table * LLVMFlang: Add support for mixed-language linking with Fortran * Help: Add versionadded for string(TIMESTAMP) %f specifier * try_compile: Honor CMP0128 setting in test project * Tests: Explicitly allow usage of git file-based protocol in test cases * cm/filesystem: Fix crash with pre-C++11 std::string GNU ABI in C++17 * Tests: Avoid running C++11 test on GNU < 4.7 * VS: Fix crash finding vswhere on 32-bit Windows * Ninja: Restore support for non-ascii paths on Windows with ninja<=1.10 * Tests: Add case for ninja with non-ascii chars * CPack/IFW: Add support for QtIFW 4.4 * CPack: Require no argument for --trace and --trace-expand * Apple: Fix regression when linking a framework with postfix * FindMatlab: Add MEX binary file suffix for Apple Silicon native Matlab * FindMatlab: add R2022b 9.13 version map * Intel/IntelLLVM: Fortran has distinct "-Werror"-like flag * CPack/NSIS: Fix installer not waiting for uninstaller to finish * CUDA: Add support for the two new architectures in 11.8 * FindJNI: replace CMAKE_ANDROID_API by CMAKE_SYSTEM_VERSION * Android: Avoid searching API level directories matching architecture bitness * ctest: only report make-level errors when no others are found * LLVMFlang: Add support for Windows * LLVMFlang: Add a required line to define linking rules on Windows
2022-11-04Updated devel/py-hypothesis, www/tidyadam1-1/+3
2022-11-04tidy: updated to 5.8.0adam4-36/+10
5.8.0 Finally, the latest stable HTML Tidy 5.8.0 is official! This is an even minor version number release, which means that we guarantee ABI/API stability throughout the entire release cycle of 5.8.x, meaning that this is a stable release. This is the release that other repository maintainers should be tracking for release! If you don't require ABI/API stability in your application, make sure you continue to monitor our next branch. This is where new features and HTML process bug fixes are generally applied.
2022-11-04py-hypothesis: add ALTERNATIVESadam1-0/+1
2022-11-04py-hypothesis: fix build for Python 3.7; avoid self-conflict; bump revisionadam4-6/+36
2022-11-04doc: Updated sysutils/tsm8 to 8.1.15.0hauke1-1/+2
2022-11-04sysutils/tsm8: Update from 8.1.13 to 8.1.15hauke3-20/+20
This is a bugfix release; upstream does not provide a changelog.
2022-11-04Add the libcrypt1 library, for the sake of sysutils/tsm8.hauke2-2/+7
2022-11-04doc/TODO: add somewiz1-3/+5
+ calibre-6.8, rust-1.65.0, sile-0.14.3, tor-browser-11.5.7.
2022-11-04Remove vestige of the tty-vs-x11 dualism from DESCR.schmonz1-2/+0
2022-11-04Oops, commit sums for new patch filenames.schmonz1-3/+3
2022-11-04doc: Updated security/sudo to 1.9.12nb1taca1-1/+2
2022-11-04security/sudo: add fix for CVE-2022-43995taca3-2/+44
Add patch from upstream to fix CVE-2022-43995. Bump PKGREVISION.
2022-11-04doc: Updated lang/php74 to 7.4.33taca1-1/+2
2022-11-04lang/php74: update to 7.4.33taca2-6/+6
7.4.33 (2022-11-03) - GD: . Fixed bug #81739: OOB read due to insufficient input validation in imageloadfont(). (CVE-2022-31630) (cmb) - Hash: . Fixed bug #81738: buffer overflow in hash_update() on long parameter. (CVE-2022-37454) (nicky at mouha dot be)
2022-11-03thunderbird52: improve DESCR re. EOL status and rationalegutteridge1-1/+4
2022-11-03thunderbird68: fix build with cbindgen > 0.23gutteridge5-5/+25
Tested on NetBSD 9.3/amd64. While here, also update the DESCR to note this is a now unsupported release.
2022-11-03libdrm: Fix building on FreeBSDtriaxx3-6/+7
pkgsrc changes: --------------- * Remove dependency on pthread-stubs for FreeBSD. * Bum revision.
2022-11-03doc: Fix out-dated x11/libdrmtriaxx1-2/+2
This wrong commit is due to bmake commit-changes-entry after a failing cvs commit because the package was not up to date.
2022-11-03doc: Updated sysutils/fd-find to 8.5.2pin1-1/+2
2022-11-03sysutils/fd-find: update to 8.5.2pin3-177/+367
v8.5.2 Bugfixes - Fix --owner option value parsing, see #1163 and #1164 (@tmccombs) v8.5.1 Bugfixes - Fix --threads/-j option value parsing, see #1160 and #1162 (@sharkdp) v8.5.0 Features --type executable/-t now works on Windows, see #1051 and #1061 (@tavianator) Bugfixes - Fixed differences between piped / non-piped output. This changes fds behavior back to what we had before 8.3.0, i.e. there will be no leading ./ prefixes, unless --exec/-x, --exec-batch/-X, or --print0/-0 are used. --strip-cwd-prefix can be used to strip that prefix in those cases. See #1046, #1115, and #1121 (@tavianator) - fd could previously crash with a panic due to a race condition in Rusts standard library (see rust-lang/rust#39364). This has been fixed by switching to a different message passing implementation, see #1060 and #1146 (@tavianator) - fds memory usage will not grow unboundedly on huge directory trees, see #1146 (@tavianator) - fd returns an error when current working directory does not exist while a search path is specified, see #1072 (@vijfhoek) - Improved "command not found" error message, see #1083 and #1109 (@themkat) - Preserve command exit codes when using --exec-batch, see #1136 and #1137 (@amesgen) Changes - No leading ./ prefix for non-interactive results, see above. - fd now colorizes paths in parallel, significantly improving performance, see #1148 (@tavianator) - fd can now avoid stat syscalls even when colorizing paths, as long as the color scheme doesn't require metadata, see #1148 (@tavianator) - The statically linked musl versions of fd now use jmalloc, leading to a significant performance improvement, see #1062 (@tavianator) Other - Added link back to GitHub in man page and --help text, see #1086 (@scottchiefbaker) - Major update in how fd handles command line options internally, see #1067 (@tmccombs) v8.4.0 Features - Support multiple --exec <cmd> instances, see #406 and #960 (@tmccombs) Bugfixes - "Argument list too long" errors can not appear anymore when using --exec-batch/-X, as the command invocations are automatically batched at the maximum possible size, even if --batch-size is not given. See #410 and #1020 (@tavianator) Changes - Directories are now printed with an additional path separator at the end: foo/bar/, see #436 and #812 (@yyogo) - The -u flag was changed to be equivalent to -HI (previously, a single -u was only equivalent to -I). Additional -u flags are still allowed, but ignored. See #840 and #986 (@jacksontheel) Other - Added installation instructions for RHEL8, see #989 (@ethsol)
2022-11-03doc: Updated misc/wthrr to 0.4.2pin1-1/+2
2022-11-03misc/wthrr: update to 0.4.2pin3-116/+140
- make -f -w -d behave as -f - fix formatting and typos
2022-11-03doc: Updated x11/libdrm to 2.4.113nb1triaxx1-1/+2
2022-11-03todoman: add commentwiz1-1/+5
When someone adds zsh completion support to this package, jq is needed.
2022-11-03Remove stray comment.schmonz1-2/+1
2022-11-03Missed a removal in previous.schmonz1-3/+0
2022-11-03Note removal (and successor) of ce-{doc,x11}.schmonz1-1/+3
2022-11-03Retire ce-doc and ce-x11 packages.schmonz6-61/+1
2022-11-03doc: Updated editors/ce to 4.8schmonz2-3/+3
2022-11-03Update to 4.8. No changelog. From the diffs:schmonz9-124/+118
- Update maintainer email address - Regenerate with Autoconf 2.61 - Remove --with-purify configure option - Remove old malloc - Improve build system - Remove TODO - Sprinkle missing return types - Fix bugs pkgsrc changes: - Specify license - Merge ce-doc (always installed) and ce-x11 (with the 'x11' option) into this package - Remove MAKE_JOBS_SAFE=no (seems fine) - Comment patches and modernize patch filenames
2022-11-03Updated www/py-sanic, textproc/py-regexadam1-1/+3
2022-11-03py-regex: updated to 2022.10.31adam2-6/+6
2022.10.31 Bug fixes
2022-11-03py-sanic: updated to 22.9.1adam2-6/+6
22.9.1 docs: sanic now supports windows Upgrade markdown templates to issue forms improve error message if no apps found in registry fix: sideeffects created by changing fork to spawn 22.9 Docs Add interval sleep in reloader Resolve edge case in nested BP Groups Add GenericCreator for loading SSL certs in processes