Mon May 29 11:00:04 2023
—
Update to 0.12.7. From the changelog: - sslserver MAXCONIP feature is working now from the cdb read by the children. - MAXCONIP works even the general limit is 0. - Fixed wrong '-m' option for sslserver. - Added ip and port information in case sslserver/sslclient can't bind to local addresses. - Tweaked rts to include external load libraries.
Mon May 29 11:00:04 2023
—
Update to 1.12.4. From the changelog: - Fixed early call of logmsg() in tcpserver before iplimit was recalculated. - MAXCONIP working now for tcpserver's children reading MAXCONIP from cdb. man tcpserver updated. - MAXCONIP can successfully be used, even if limit=0 is given.
Mon May 29 11:00:04 2023
—
doc: Updated net/ucspi-ssl to 0.999.12.7
Mon May 29 11:00:04 2023
—
doc: Updated net/ucspi-tcp6 to 1.12.4
Sat May 27 19:00:04 2023
—
Update to 1.4.71. From the changelog: * [mod_h2] HTTP/2 separate module; no longer builtin * [mod_magnet] fix static build using autoconf (fixes #3203) * [core] fix new use of posix_spawn with some glibc (fixes #3201) * [core] check getaddrinfo EAI_ADDRFAMILY w/ glibc * [core] quiet lemon.c clang C2x warnings * [core] compile w/o posix_spawn() on iOS * [core] fix crash due to missing initialization (fixes #3207) * [core] request_init() separate static func * [multiple] remove some unused/redundant includes * [core] server.modules s/mod_compress/mod_deflate/ * [core] preproc consistency #pragma GCC diagnostic * [core] update ls-hpack * [core] use empty value in srvconf.config_touched * [core] provide mimetype.assign default if unset * [mod_vhostdb_mysql] MySQL missing mysql_get_socket (fixes #3208) * [core] clarify comment
Sat May 27 19:00:04 2023
—
doc: Updated www/lighttpd to 1.4.71
Fri May 26 19:00:08 2023
—
Update to 1.0.2. From the changelog: 1.0.2: Accept DOS CRLF newlines in all situations. Prior to this, CRLF newlines would cause problems in some contexts. Add support for pandoc title blocks as a metadata block syntax choice. Pandoc and MMD syntaxes are mutually exclusive, so only one may be used in any given document. The syntax is documented in lowdown(5). While there, support starting and ending an MMD metadata block with "---" on its own line, as in the MMD specification. Add the --html-titleblock option. If specified, output a Pandoc-style title header. Pandoc has a poorly-executed feature where -stman outputs have the title metadata line additionally parsed into a manpage title, section, and optional source and volume. This allows titles like `TITLE(1) Source | Volume` to be split into their respective manpage parts -- but only when in -stman mode, so an HTML document generated from the same page will not inherit the additional parsing. In lowdown(5), introduce this parsing for all outputs if --parse-mantitle is specified, which is now the default. Behaviour change: do not use "Untitled article" as the default title for media supporting (or requiring) titles when in standalone -s mode. Instead, just the empty string if a title is required. This is a more logical choice: not only is "Untitled article" language-specific, it also assumes the output is an article. For the previous behaviour, `--mtitle="Untitled article"` may always be used. Fix support for GFM tables. Specifically, don't arbitrarily require a certain three or more dashes/colons per cell in the layout row. Also allow for escaped vertical bars in the header row. 1.0.1: Numerous build and configuration improvements (via oconfigure) for building into WASI targets and on Mac OS X. Add -L for listing all metadata keys. Some fixes to smart typography around hard linebreaks. These aren't likely to affect normal documents. Recognise void HTML elements as block elements. Switch between types (e.g., unordered to ordered) instead of continuing with the current list type. Fix parsing of block versus non-block lists when switching between list types. Fix parsing of block versus non-block lists when sublists contain block elements, but top-level lists don't. The Markdown spec isn't clear on how to accept these instances, so use pandoc as a guiding tool. For -tman output, normalise list marker widths (unordered or ordered) to three spaces by default, increasing for ordered lists depending on the number of entries. For -tms, it's five. Make other small cleanups to -tms, making sure that paragraph indentation looks the same as with -tlatex. Fix that escaped text (e.g., `\-\-foo`) is not changed by the smart typography formatter. Use `TP` in -tman for definition lists. To align with existing lists, use a subsequent paragraph offset of three. Similarly, use `XP` for -tms. pkgsrc changes: - Libtoolize for portable shared libraries.
Fri May 26 19:00:08 2023
—
doc: Updated textproc/lowdown to 1.0.2
Fri May 26 16:00:07 2023
—
Indent.
Fri May 26 16:00:07 2023
—
Quell pkglint.
Thu May 25 11:30:05 2023
—
/qmail/rejectutils -> /software/rejectutils.
Thu May 25 11:00:04 2023
—
xref s6-ucspitlsd(8).
Wed May 24 13:30:09 2023
—
Indent a couple lines.
Wed May 24 13:30:09 2023
—
Reset PKGREVISION on libhighlight update.
Wed May 24 13:30:09 2023
—
Update to 4.6. From the changelog: - added `--service-mode` option to run highlight as long running process (#140) - added extras/highlight-service.py as an example for the service mode - updated astyle lib to version 3.3
Wed May 24 13:30:09 2023
—
doc: Updated textproc/highlight to 4.6
Wed May 24 13:30:09 2023
—
doc: Updated textproc/libhighlight to 4.6
Wed May 24 13:30:09 2023
—
doc: Updated textproc/p5-highlight to 4.6
Mon May 22 15:00:04 2023
—
Find Tcl in any PREFIX.
Mon May 22 12:30:07 2023
—
Update to 16.8.0. From the changelog: Bug Fixes: - schema: replace $id with canonical URI Features: - update Open Weather Map to use Geocoding API - update Open Weather Map to use Geocoding API
Mon May 22 12:30:07 2023
—
doc: Updated shells/oh-my-posh to 16.8.0
Sat May 20 13:30:04 2023
—
Update to 16.7.2. From the changelog: Bug Fixes: - platform: avoid duplicate creations of template cache - schema: add upgrade to segment types - schema: add definitions of upgrade and correct outdated links - upgrade: avoid duplicate HTTP requests Features: - new Sitecore context segment - upgrade segment
Sat May 20 13:30:04 2023
—
Update to 9.12. From the changelog: - Fix FreeBSD build and tests. - Explicitly reject overly long tun device names. - Work around ambiguity between <json.h> from json-parser vs json-c (!476). - Fix symbol versioning for openconnect_set_sni(). - Increase maximum input size from stdin (#579). - Ignore 0.0.0.0 as NBNS address (!446, vpnc-scripts#58). - Fix Mac OS build of os-tcp-mtu tool (#612).
Sat May 20 13:30:04 2023
—
doc: Updated net/openconnect to 9.12
Sat May 20 13:30:03 2023
—
doc: Updated shells/oh-my-posh to 16.7.2
Thu May 18 13:00:05 2023
—
DEPENDS+=editors/ed if there's no /bin/ed or /usr/bin/ed. Fix preprocessor error. Probably no change on systems where this already configured and built.
Thu May 18 13:00:05 2023
—
Update to 16.5.0. From the changelog: Features: - shell integration using FinalTerm's OSC sequences
Thu May 18 13:00:05 2023
—
Update to 3.0.43. From the changelog: - fix push workflow - remove maven settings action from PR build workflow - Update swagger-generator Dockerfile to install tar - updated spring-mvc samples - SWG-7517 updating the resolving options of swagger-parser-v3
Thu May 18 13:00:05 2023
—
Update to 9.11. From the changelog: - Rebuild test suite certificate chains (which had expired: #609) - Fix stray (null) in URL path after Pulse authentication. - Fix config XML parsing mistake that left GlobalProtect ESP non-working in v9.10 (!475). - Fix case sensitivity in GPST header matching (!474). - Add external browser support for Windows (#553).
Thu May 18 13:00:05 2023
—
doc: Updated devel/swagger-codegen to 3.0.43
Thu May 18 13:00:05 2023
—
doc: Updated net/openconnect to 9.11
Thu May 18 13:00:05 2023
—
doc: Updated shells/oh-my-posh to 16.5.0
Wed May 17 22:00:03 2023
—
Override configure's attempt to determine CPP. Fixes build on Arch Linux. Tested to still build on macOS, Debian, NetBSD, and Tribblix.
Wed May 17 22:00:03 2023
—
Spaces to tabs.
Wed May 17 21:00:08 2023
—
Update to 0.7.3. From the changelog: - Add configurable hooks in templates (#150). This allows you to specify arbitrary hooks for a plugin that can be used in templates. These are specified under `plugins.<name>.hooks`. The default `source` templates have been updated to support hooks with the names `pre` and `post`. The `pre` hook will be inserted before the plugin is sourced and the `post` after the plugin is sourced. If you are using a custom template like `defer` it will need to be updated to support hooks. For example this can be used to set variables after a plugin is sourced. [plugins.enhancd] github = "b4b4r07/enhancd" [plugins.enhancd.hooks] post = 'export ENHANCD_HOOK_AFTER_CD = "ls"' - Add --non-interactive option to suppress prompts (#163). This option is defined as a global option so it must be specified before the subcommand. sheldon --non-interactive init --shell zsh - Add experimental fish shell support (#128). It is now possible to initialize Sheldon to use the Fish shell. sheldon init --shell fish This makes Sheldon change the global matches and templates to be tailored to Fish. Add the following to your Fish config eval "$(sheldon source)" - Fix 'PermissionDenied' during rename of temporary clone directory (#162).
Wed May 17 21:00:08 2023
—
Update to 16.4.2. From the changelog: Bug Fixes: - block: adjust trailing diamond color overrides, closes #3850 - config: remove broken GitHub icon override, closes #3856
Wed May 17 21:00:08 2023
—
doc: Updated shells/oh-my-posh to 16.4.2
Wed May 17 21:00:08 2023
—
doc: Updated shells/sheldon to 0.7.3
Thu May 11 16:00:07 2023
—
Update to 20230511. From the changelog: - fixsmtpio: fix build on systems without <sys/queue.h> by inlining a copy from NetBSD. - authup: log when TLS has been negotiated. - Improve manual pages slightly.
Thu May 11 16:00:07 2023
—
doc: Updated mail/qmail-acceptutils to 20230511
Thu May 11 14:30:06 2023
—
Pull the latest tlsonlyremote patch to fix OpenBSD build with native LibreSSL. No other changes in the patch and NFCI elsewhere. Build-tested on macOS, Debian, NetBSD.
Thu May 11 14:00:03 2023
—
Vendor NetBSD's <sys/queue.h> for systems without.
Thu May 11 12:00:07 2023
—
Update to 16.4.0. From the changelog: Bug Fixes: - winget: add installer switches (ca0a9c0) - owm: adjust icons outside of the MD range (dc085ab) - font: migrate away from material icons (c579759), closes #3818 - image: add background reset sequence (865374a) - font: install all fonts in zip file (c5feb08) - windows: respect flag lengths (ddd4eca) Features: - image: cache font instead of embedding (0f7c103) - python: add support for pyvenv.cfg prompt (8f03f41) - linux: add installation script (221cd7b), closes #3815 - path: respect folder_separator_icon in a colon-trailed root (4b71c2b)
Thu May 11 12:00:07 2023
—
doc: Updated shells/oh-my-posh to 16.4.0
Thu May 11 11:00:04 2023
—
DEPENDS+=nss for certutil, so mkcert can also update the Firefox trust store. Bump PKGREVISION.
Thu May 11 11:00:04 2023
—
doc: Updated security/go-mkcert to 1.4.4nb3
Thu May 11 09:15:05 2023
—
Conditionalize more fully whether sed.1 is generated. Fixes regular build on at least FreeBSD 13.x, and confirmed to build (both forks of the conditional) on NetBSD and macOS.
Thu May 11 09:15:05 2023
—
During install, if FileVault is enabled, warn that per-user supervision trees won't work. Bump version.
Thu May 11 09:15:05 2023
—
Update to 0.6.1. From the changelog: * Fix buffer overflow in address module * Fix tests
Thu May 11 09:15:05 2023
—
Update to 1.4.70. From the changelog: * [autotools] chmod u+w configparser.c for lemon * [build] skip build separate modules for built-ins * [core] cache format secs for high prec errlog * [mod_maxminddb] check remote IP each request (fixes #3191) * [multiple] store ptrs to remote addr in request_st (#3192) * [mod_extforward] manage remote addr per request (fixes #3192) * [core] use C23 memset_explicit() were available * [mod_accesslog] %{mask}a to mask/anonymize IP * [core] cast to fix compiler error in prior commit * [scons] fix static build to include builtin_mods * [core] h2_recv_headers() tweak to reduce code size * [core] h2_get_stream_req() code reuse * [core] h2: remove obsolete comment * [core] h2 mark :status matching lsxpack enum value * [core] h2 match w/ lsxpack pseudo-header key only * [core] limit server.max-request-field-size <=65535 * [core] permit shell HERE docs to specify config * [core] add members to http_header_parse_ctx * [mod_extforward] typo in comment * [mod_openssl] SSL_CTX_set_options() takes uint64_t * [core] reorder enum handler_t * [core] connection_handle_request_start_state() * [core] check chunk file open early in mmap viewadj (fixes #3197) * [core] h2 http_request_parse_header() tweak * [mod_extforward] recognize unix domain sockets (fixes #3198) * [mod_magnet] support ./configure --with-lua=luajit (#3199) * [core] remove instance of devel debug code * [core] quiet coverity warning * [core] connection_check_upgrade() h2_upgrade_h2c() * [core] CON_STATE_REQUEST_END transient state * [core] expose request_set_state() for internal use * [core] h2_send_goaway_graceful() * [core] h2_check_timeout() * [core] h2_process_streams() * [core] h2_recv_reqbody() * [core] HTTP_VERSION_3 enum value * [core] r->x union w/ structs for r->x.{h1} * [core] r->x union w/ structs for r->x.{h1,h2} * [core] http_dispatch[] tables for HTTP proto vers * [core] hxcon "base class" for h2con * [mod_h2] HTTP/2 module: mod_h2 * [multiple] optimistic client read only if HTTP/1.x * [core] use posix_spawn() where available * [mod_cgi] comment about caching target dirname * [meson] update comment with build flags * [meson] check FORCE_{WOLFSSL,MBEDTLS}_CRYPTO * [mod_auth] warn if auth.require path never matches * [core] h1.[ch] collect some HTTP/1.x specific code * [core] noinline connection shutdown, reset * [TLS] $SERVER["socket"] inherit global ssl.engine * [mod_proxy] match "map-host-response" "-" w/ Host * [core] noinline stat_cache_sptree_find() * [core] rename http_kv funcs, reorder http_versions * [mod_cgi] move fd count to cgi_create_env() * [mod_cgi] reduce code size * [mod_cgi] do not issue trace if CGI closes input * [mod_cgi] cgi_create_err() cold err handling func * [core] always decr fd count upon socket close() * [mod_mbedtls] check MBEDTLS_DEBUG_C for debug func * [core] return pid_t from fdevent_waitpid() * [meson] build fix for builtin_mods * [core] move some shared funcs to call from modules * [build] move some files to call from modules * [mod_cgi] doubly-linked list of CGI pids * [mod_cgi] reuse fd already opened to /dev/null * [mod_cgi] reset upload_temp_file_size in CGI close * [tests] copy confs for running tests in alt dir * [scons] avoid dup mod_h2 module in static build * [autoconf] include fs_win32.h in hdrs for dpkg * [mod_openssl] SSL_OP_ENABLE_KTLS_TX_ZEROCOPY_SENDFILE * [core] quiet coverity warning * [mod_openssl] FreeBSD: check "kern.ipc.tls.enable" * [core] fix HTTP/2 use of http_response_loop() * [mod_openssl] check kernel support for KTLS * [core] posix_spawnattr_setcwd_np() on QNX * [core] posix_spawn_file_actions_addclosefrom_np() * [core] Mac OS POSIX_SPAWN_CLOEXEC_DEFAULT * [core] modify use of posix_spawnattr_setsigdefault * [core] fdevent_load_file() check if limit exceeded * [tests] tests/prepare.sh comment w/ alt build root * [core] treat mod_h2 as built-in module (for now)
Thu May 11 09:15:05 2023
—
Update to 20230509. Changes: - OpenBSD: don't install catpages by default. While here, fix pkglint warnings.
Thu May 11 09:15:05 2023
—
Work around PR pkg/57399.
Thu May 11 09:15:05 2023
—
doc: Updated net/sniproxy to 0.6.1
Thu May 11 09:15:05 2023
—
doc: Updated pkgtools/bootstrap-mk-files to 20230509
Thu May 11 09:15:05 2023
—
doc: Updated pkgtools/rc.d-boot to 20230510
Thu May 11 09:15:05 2023
—
doc: Updated www/lighttpd to 1.4.70
Thu May 11 09:15:05 2023
—
mk: Support OpenBSD mandoc.
Mon May 8 17:30:07 2023
—
Update to 4.4.2. From the changelog: - Fix: `mob config`, `mob help`, `mob moo` and `mob version` are now working outside of git repositories again - Fix: `mob clean` now works correctly
Mon May 8 17:30:07 2023
—
doc: Updated devel/mob to 4.4.2
Mon May 8 15:30:04 2023
—
Just use libtool normally (we're pkgsrc, we have wrappers). Tested to fix update builds and pkg/57222 on NetBSD 10.0_BETA, macOS 13.3.1, Tribblix m30.
Fri May 5 12:30:04 2023
—
Update to 20230505. From the changelog: - Remove broken view count - Remove sed due to warning, replace with escape function, rename variables, autofor> - Rename to multiline prompt - formatting - Keep old OPENAI key name to maintain compatibility with the install script, add identation in elif - Safe escaping using jq - Refactoring to reduce the use global variables from functions - Safer quoting - rename(OPENAI_KEY): OPENAI_API_KEY is standardised across projects - feature(big-prompt): allow multi-line input during chat mode - optimize(exit): streamline exit conditions - add(list_models): Models can be queried via cli argument - refactor(usage()) Align help output
Fri May 5 12:30:04 2023
—
doc: Updated misc/chatgpt-shell-cli to 0.0.20230505
Fri May 5 11:00:06 2023
—
Update to 20230103. From the changelog: - No need to specify FAMILY in IPv4 only functions - Avoid "ip route flush cache" for IPv4
Fri May 5 11:00:06 2023
—
Update to 9.10. From the changelog: - Fix external browser authentication with KDE plasma-nm < 5.26. - Always redirect stdout to stderr when spawning external browser. - Increase default queue length to 32 packets (#582). - Make the Wintun Layer 3 TUN driver the default on Windows (!427). - Add support for and bundle Wintun 0.14.1 (!294). - Fix receiving multiple packets in one TLS frame, and single packets split across multiple TLS frames, for Array (#435). - Fix ESP failures under Windows (#427). - Add list-system-keys tool to assist Windows/MacOS users in setup. - Handle idiosyncratic variation in search domain separators for all protocols (#433, #443, !388). - Support region selection field for Pulse authentication (!399). - Support modified configuration packet from Pulse 9.1R16 servers (#472, !401) - Allow hidden form fields to be populated or converted to text fields on the command line (#493, #489, !409) - Support yet another strange way of encoding challenge-based 2FA for GlobalProtect (#495, !411) - Add --sni option (and corresponding C and Java API functions) to allow domain-fronting connections in censored/filtered network environments (!297, !451). - Parrot a GlobalProtect server's software version, if present, as the client version (!333) - Fix NULL pointer dereference that has left Android builds broken since v8.20 (!389). - Fix Fortinet authentication bug where repeated SVPNCOOKIE causes segfaults (#514, !418). - Support F5 VPNs which encode authentication forms only in JSON, not in HTML (#512, !431). - Persist Windows installers for tagged builds (#463, !391). - Support simultaneous IPv6 and Legacy IP ("dual-stack") for Fortinet (#568, !456). - Support "FTM-push" token mode for Fortinet VPNs (#555, !450). - Send IPv6-compatible version string in Pulse IF/T session establishment, and avoid its ESP/IP version layering idiocy on newer servers (#506, !414) - Add --no-external-auth option to not advertise external-browser authentication, as a workaround for servers which behave differently when it is advertised (#470, !398) - Emulate MacOS-specific contents in the HIP report for GlobalProtect (!471). - Many small improvements in server response parsing, and better logging messages and documentation.
Fri May 5 11:00:06 2023
—
doc: Updated net/openconnect to 9.10
Fri May 5 11:00:06 2023
—
doc: Updated net/vpnc-script to 20230103
Thu May 4 17:00:06 2023
—
Update to 4.4.1. From the changelog: - Fix: mob.sh now works correctly if git option `status.branch` is set to `true`
Thu May 4 17:00:06 2023
—
doc: Updated devel/mob to 4.4.1
Tue May 2 20:00:04 2023
—
Add and enable fp-checkpassword.
Tue May 2 20:00:04 2023
—
Add fp-checkpassword: DJB-style checkpassword program for Dovecot passdb fp-checkpassword is a DJB-style checkpassword program for Dovecot's passdb. It relies on Dovecot's authentication socket and follows the usual checkpassword command-line interface.
Tue May 2 20:00:04 2023
—
doc: Added sysutils/fp-checkpassword version 0.0.20171108
Mon May 1 23:30:05 2023
—
For convenience, add a 'mercurial' option (off by default) to bring in py-mercurial.
Sun Apr 30 17:00:03 2023
—
libepoxy: if we were built with 'x11', buildlink what we were buildlunk with. Fixes gtk3's configure not finding a suitable libepoxy (at least on macOS), then building a vendored copy instead and failing PLIST check.
Sat Apr 29 13:00:05 2023
—
Looks like the kpathsea and tex-latex dependencies may not be needed in typical usage. Move them under a 'latex' option, off by default. Bump PKGREVISION.
Sat Apr 29 13:00:05 2023
—
doc: Updated textproc/po4a to 0.69nb2
Mon Apr 24 16:30:04 2023
—
Add and enable checkpw.
Mon Apr 24 16:30:04 2023
—
Add checkpw: Password-checking tools for password files in Maildir checkpw is a simple and flexible checkpassword interface package. checkpw checks password which is stored in a file in the Maildir directory. The file has read and write permissions to the user only. checkpw checks real user's password. - checkpw allows POP authentication. - checkapoppw allows APOP authentication. - Multiple maildirs per POP3 user are supported. - Multiple password per maildir are supported. Before invoking following program, checkpw and checkapoppw set up $USER, $EXT, $HOME, $SHELL, its supplementary groups, its gid, its uid, and its working directory.
Mon Apr 24 16:30:04 2023
—
doc: Added sysutils/checkpw version 1.03
Mon Apr 24 15:30:04 2023
—
Follow URL redirects. Quote paths in config script. Update COMMENT and DESCR. Bump PKGREVISION.
Mon Apr 24 15:30:04 2023
—
doc: Updated mail/qmail to 1.03nb52
Mon Apr 24 14:00:04 2023
—
Update to 15.2.0. From the changelog: BREAKING CHANGES: - sysinfo: this property isn't used in any of the themes and it's incorrect as fetching CPU information requires a timer which we don't want to use as it will make rendering the prompt slower. For users who migrate to this version, remove the .CPU property from the sysinfo segment's template in case you have that set. Bug Fixes: - sysinfo: remove CPU context, closes #3730 Features - go: update dependencies - go: update to 1.20.3
Mon Apr 24 14:00:04 2023
—
doc: Updated shells/oh-my-posh to 15.2.0
Sun Apr 23 23:00:04 2023
—
Follow URL redirects. While here, update COMMENT and DESCR. Bump PKGREVISION.
Sun Apr 23 23:00:04 2023
—
Follow URL redirects. While here, update COMMENT and DESCR. Bump PKGREVISION.
Sun Apr 23 23:00:04 2023
—
doc: Updated mail/qmail-acceptutils to 20201214nb1
Sun Apr 23 23:00:04 2023
—
doc: Updated mail/qmail-rejectutils to 20201215nb1
Sat Apr 22 01:30:04 2023
—
Add and enable chatgpt-shell-cli.
Sat Apr 22 01:30:04 2023
—
Add chatgpt-shell-cli: Shell script to use OpenAI's ChatGPT and DALL-E A simple, lightweight shell script to use OpenAI's chatGPT and DALL-E from the terminal without installing python or node.js. The script uses the official ChatGPT model `gpt-3.5-turbo` with the OpenAI API endpoint `/chat/completions`. You can also use the new `gpt-4` model, if you have access. The script supports the use of all other OpenAI models with the `completions` endpoint and the `images/generations` endpoint for generating images.
Sat Apr 22 01:30:04 2023
—
Update to 1.324. From the changelog: - Ensure all PW methods returning Locator objects are correctly blessed
Sat Apr 22 01:30:04 2023
—
Update to 14.31.2. From the changelog: Bug Fixes: - battery: map to Full when at 100% on darwin, closes #3729 - fish: get last element from history, closes #3632 Features: - path: add colored full path
Sat Apr 22 01:30:04 2023
—
doc: Added misc/chatgpt-shell-cli version 0.0.20230420
Sat Apr 22 01:30:04 2023
—
doc: Updated shells/oh-my-posh to 14.31.2
Sat Apr 22 01:30:04 2023
—
doc: Updated www/p5-Playwright to 1.324
Tue Apr 18 14:15:06 2023
—
Update to 1.323. From the changelog: - Ensure temporary files used for IPC by await() are cleaned out of /tmp. Patch courtesy of Yanick Champoux. - Add experimental support for the locator API via Page->locator().
Tue Apr 18 14:15:06 2023
—
Update to 4.3.0. From the changelog: New development: - We now support multiple external formats for test results, Visual Studio's trx format and JetBrains XML format. This means it is now possible to run TextTest from within Visual Studio or JetBrains IDEs (e.g. PyCharm, IntelliJ, CLion) and present the results there. Bugfixes: - Fixed bug #107 AttributeError when reordering test suites (thanks Michael Behrisch)
Tue Apr 18 14:15:06 2023
—
doc: Updated devel/texttest to 4.3.0
Tue Apr 18 14:15:06 2023
—
doc: Updated www/p5-Playwright to 1.323
Fri Apr 14 17:00:05 2023
—
Fix install on SmartOS.
Fri Apr 14 15:30:04 2023
—
Slightly newer manpages available. Ride previous bump.
Fri Apr 14 15:30:04 2023
—
Update manual pages, adding execline-why.7. Bump PKGREVISION.
Fri Apr 14 15:30:04 2023
—
Update manual pages, adding s6-why.7. Bump PKGREVISION.
Fri Apr 14 15:30:04 2023
—
doc: Updated lang/execline to 2.9.3.0nb2
Fri Apr 14 15:30:04 2023
—
doc: Updated sysutils/s6 to 2.11.3.2nb2
Tue Apr 11 13:30:05 2023
—
Fix Solaris build.
Tue Apr 11 13:30:05 2023
—
Update to 14.29.1. From the changelog: Bug Fixes: - ansi: only clear background on inline overrides, closes #3699 - nushell: update syntax to for v0.78.0 - font: ignore enter while downloading font list - wsl: look for existance of wslpath, closes #3657 - platform: detect WSL via /proc/version - shell: sync PWD creation, closes #3646 - git: parse remote URL correctly, closes #3641 - path: return early when powerlevel is < max_width, closes #3607 - debug: output shell and version - fish: bind keys to all modes, closes #3625 - pwsh: clear line after extra prompts, closes #3628 - pwsh: print upgrade notice in UTF8, closes #3606 - release: add git user Features: - add support for NetBSD (thanks bsiegert@!) - sapling: identify new repo without commits - argocd: add context segment - log: add segment info - properties: log properties information - template: add parsed SHLVL - exit: add exit codes 64-78, closes #3658 - xonsh: add version - project: support PowerShell modules, closes #3636 - cftarget: add display_mode - font: allow installation of local zip files - diamond: merge segments on empty leading_diamond, closes #3623 - enable/disable true color per terminal - debug: add plain support, closes #3612 - path: add powerlevel style, closes #3607 The last portability problem (that I'm aware of) is needing some code to parse Illumos battery status.
Tue Apr 11 13:30:05 2023
—
Update to 3.0.42. From the changelog: - JDK 11+ - update dependencies by @frantuma in #12115
Tue Apr 11 13:30:05 2023
—
Update to 8.2.5. From the changelog: - Removed all linting errors
Tue Apr 11 13:30:05 2023
—
Update to 8.2.5. No changes other than the version bump.
Tue Apr 11 13:30:05 2023
—
doc: Updated devel/py-approval-utilities to 8.2.5
Tue Apr 11 13:30:05 2023
—
doc: Updated devel/py-approvaltests to 8.2.5
Tue Apr 11 13:30:05 2023
—
doc: Updated devel/swagger-codegen to 3.0.42
Tue Apr 11 13:30:05 2023
—
doc: Updated shells/oh-my-posh to 14.29.1
Mon Apr 10 12:30:05 2023
—
Add and enable bash-preexec.
Mon Apr 10 12:30:05 2023
—
Add bash-preexec: Preexec and precmd hook functions a la zsh preexec and precmd hook functions for Bash in the style of Zsh. They aim to emulate the behavior as described for Zsh.
Mon Apr 10 12:30:05 2023
—
doc: Added shells/bash-preexec version 0.5.0
Mon Apr 10 12:30:05 2023
—
doc: Updated textproc/jo to 1.9nb1
Mon Apr 10 12:30:05 2023
—
jo: install bash completion to what seems like the standard location.
Thu Apr 6 22:30:07 2023
—
Get closer to building on NetBSD and Tribblix. (Someone will need to write more platform-specific battery-reporting code at some point.) One build failure left, I think. Still packages on Linux and macOS.
Tue Apr 4 18:00:04 2023
—
Update manual pages. Bump PKGREVISION.
Tue Apr 4 18:00:04 2023
—
Update manual pages. Bump PKGREVISION.
Tue Apr 4 18:00:04 2023
—
Update manual pages. Bump PKGREVISION.
Tue Apr 4 18:00:04 2023
—
Update manual pages. Bump PKGREVISION.
Tue Apr 4 18:00:04 2023
—
doc: Updated lang/execline to 2.9.3.0nb1
Tue Apr 4 18:00:04 2023
—
doc: Updated misc/s6-portable-utils to 2.3.0.2nb1
Tue Apr 4 18:00:04 2023
—
doc: Updated net/s6-networking to 2.5.1.3nb1
Tue Apr 4 18:00:04 2023
—
doc: Updated sysutils/s6 to 2.11.3.2nb1
Tue Apr 4 16:30:04 2023
—
Update to 0.12.6. From the changelog: - ssl_io uses now two specific return codes under condition 'BOMB' avoiding unnecessary error messages in case of TLS client termination. - ssl_io.c closes TLS connection gracefully upon SSL_ERROR_SSL recognition and not continue looping. - Included tests on tai_now in ssl_timeout.c and removed obsolete pollmax variables.
Tue Apr 4 16:30:04 2023
—
doc: Updated net/ucspi-ssl to 0.999.12.6
Mon Apr 3 22:30:06 2023
—
Update to 2.11.3.2. From the changelog: - Resource limit shenanigans - Dependency fixes
Mon Apr 3 22:30:06 2023
—
Update to 2.13.1.1. From the changelog: - Bugfixes
Mon Apr 3 22:30:06 2023
—
Update to 2.3.0.2. From the changelog: - Bugfixes
Mon Apr 3 22:30:06 2023
—
Update to 2.9.3.0. From the changelog: - New -D option to elgetopt - Bugfixes
Mon Apr 3 22:30:06 2023
—
Update to 22a. From the changelog: - dns_ip A lookup recognizes now 'composit' ip/fqdn correctly; ie. 1.2.3.4.example.com.
Mon Apr 3 22:30:06 2023
—
Update to 44a. From the changelog: - Fixed bug in tinydns-data evaluating IPv4 addresses.
Mon Apr 3 22:30:06 2023
—
doc: Updated devel/skalibs to 2.13.1.1
Mon Apr 3 22:30:06 2023
—
doc: Updated lang/execline to 2.9.3.0
Mon Apr 3 22:30:06 2023
—
doc: Updated misc/s6-portable-utils to 2.3.0.2
Mon Apr 3 22:30:06 2023
—
doc: Updated net/djbdnscurve6 to 44a
Mon Apr 3 22:30:06 2023
—
doc: Updated net/fehqlibs to 22a
Mon Apr 3 22:30:06 2023
—
doc: Updated sysutils/s6 to 2.11.3.2
Mon Apr 3 20:45:07 2023
—
Fix PLIST with PKG_OPTIONS=-gnutls.
Thu Mar 30 09:45:08 2023
—
Add and enable git-credential-osxkeychain.
Thu Mar 30 09:45:08 2023
—
Add git-credential-osxkeychain: Git macOS Keychain credential manager git-credential-osxkeychain caches credentials in the secure keychain that's attached to your macOS system account. This method stores the credentials on disk, and they never expire, but they're encrypted with the same system that stores HTTPS certificates and Safari auto-fills. To use with all your repos: $ git config --global credential.helper osxkeychain
Thu Mar 30 09:45:08 2023
—
doc: Added devel/git-credential-osxkeychain version 2.40.0
Thu Mar 30 09:45:08 2023
—
git: Makefile.common also used by git-credential-osxkeychain.
Fri Mar 24 17:45:08 2023
—
Update to 1.20.1. From the changelog: * [-] fix version string in configure.ac * [-] fix incorrect empty HDLC frame detection causing connection drops * [+] increase the inbound HTTP buffer capacity * [-] fix a few log messages * [-] fix innocuous memory leaks when parsing options * [+] prepend "SVPNCOOKIE=" to the cookie if missing * [~] drop support for openssl < 1.0.2 * [-] fix "Peer refused to agree to our IP address" message * [+] avoid setting duplicate routes * [~] remove obsolete code that reads non-XML config from FortiOS 4 * [-] improve warning message when reading options from config file * [+] add new options to delegate the authentication to external programs * [-] minor fixes in documentation
Fri Mar 17 09:45:06 2023
—
Install shell completions. Bump PKGREVISION.
Fri Mar 17 09:45:06 2023
—
Reset PKGREVISION on libhighlight update.
Fri Mar 17 09:45:06 2023
—
Update to 0.11.3. From the changelog: * Prepend asdf directories to the PATH in Nushell (#1496)
Fri Mar 17 09:45:06 2023
—
Update to 14.14.3. From the changelog: - go: update dependencies - yaml: parse float64 from uint64, closes #3591