summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-11-09Add another post-install dylib rpath fixup for macOSschmonz1-2/+3
(libtracing_attributes). Bump PKGREVISION.
2020-11-08php74: Document patches for ext/intlotis7-13/+25
2020-11-08php74: Fix build with ICU 68otis7-1/+169
2020-11-08textproc/(py-)libxml2: Fix compilation with Python 3.9js3-4/+76
2020-11-08Revbump all Go packages after Go 1.15 update.bsiegert202-397/+414
2020-11-08py-hglist: removewiz6-42/+3
Does not work with current mercurial versions, last release from 2012.
2020-11-08doc: Updated lang/go115 to 1.15.4bsiegert1-1/+2
2020-11-08Update go115 to 1.15.4bsiegert3-8/+11
go1.15.4 (released 2020/11/05) includes fixes to cgo, the compiler, linker, runtime, and the compress/flate, net/http, reflect, and time packages. See the Go 1.15.4 milestone on our issue tracker for details.
2020-11-08doc: Updated lang/go114 to 1.14.11bsiegert1-1/+2
2020-11-08Update go114 to 1.14.11bsiegert2-7/+7
go1.14.11 (released 2020/11/05) includes fixes to the runtime, and the net/http and time packages. See the Go 1.14.11 milestone on our issue tracker for details.
2020-11-08Note update of the "mutt" package to version 2.0.0tron1-1/+2
2020-11-08mutt: Update to version 2.0.0tron8-31/+56
Change since version 1.14.7: + Domain-literal support for email addresses, e.g user@[IPv6:fcXX:...] ! Buffy completion only occurs for the "change-folder" set of functions. It has been disabled for <attach-message>, <write-fcc>, the fcc mailbox prompt, and the autocrypt scan mailbox prompt. ! The "save/copy message to mailbox" set of functions use the "mailbox" history list, instead of the "filename" list. ! Message-ID extraction permits values missing angle brackets and '@' to allow properly threading the garbage sent by some providers. Mutt will add missing angle brackets when sending out replies, however. ! When adding multiple attachments, via <attach-file> in the compose menu, the browser menu can be exiting via <quit> after tagging the files. Previously, <select-entry> had to be used. ! ctrl-p/ctrl-n are by default bound to <history-up>/<history-down> in the editor menu. + The "cd" command allows changing the current working directory. As part of this, Mutt expands relative paths internally. There may be a change to some "prettified" relative paths because of this. ! Some configuration variable default values are localizable by translators. Currently these are: $attribution, $compose_format, $forward_attribution_intro, $forward_attribution_trailer, $status_format, $ts_icon_format, $ts_status_format. + Mutt will try to automatically reconnect to an IMAP mailbox on error, and will merge unsync'ed changes if possible. ! $crypt_protected_headers_subject defaults to "...", following the protected headers revised specification. ! Date, From, To, Cc, and Reply-To headers are stored as protected headers. + XOAUTH2 support. Please see the manual, contrib script mutt_oauth2.py, and mutt_oauth.py.README for more details. + $tunnel_is_secure, default set, assumes a connection via $tunnel is encrypted. Unsetting this will cause $ssl_starttls and $ssl_force_tls to be respected. + Patterns are tab-completable in the editor menu. ! $reply_to is consulted before $reply_self. + $copy_decode_weed, default unset, controls header weeding for <decode-copy> and <decode-save>. + $pipe_decode_weed, default set, enables header weeding for <pipe-message>. + $print_decode_weed, default set, enables header weeding for <print-message>. ! format=flowed attachments are space-unstuffed when viewed, saved, piped, and printed. + The "run" command will execute MuttLisp. $muttlisp_inline_eval, if set, will execute unquoted parenthesized command arguments as MuttLisp. Please see the manual for more details about both. + $cursor_overlay, when set, will overlay the indicator, tree, sidebar_highlight, and sidebar_indicator colors onto the current line. "default" colors will be overridden and attributes will be merged. ! The message-id generation algorithm uses a random number instead of the step counter and PID. ! $ssl_force_tls defaults set. (Trying this again for 2.0). ! $hostname is set *after* muttrc processing. It can be manually set in the muttrc to avoid using DNS calls to obtain the FQDN. + $attach_save_dir specifies a directory to use when saving attachments.
2020-11-08xclip: Add "-f -" flags to tar in xclip-pastefilekim3-2/+28
BSD implementations of tar use tape device as default file, so "tar xv" would extract files from tape device instead of standard input.
2020-11-08Updated time/p5-DateTime-Format-Natural to 1.11wen1-1/+2
2020-11-08Update to 1.11wen2-7/+7
Upstream changes: 1.11 2020-09-23 <schubiger@cpan.org> - Merged development version to stable. 1.10_04 2020-09-22 <schubiger@cpan.org> - Fail when parsing month/day with an explicit ymd-format. 1.10_03 2020-09-19 <schubiger@cpan.org> - Clarify meaning of format option. [rt #133200 - Ricardo Signes] 1.10_02 2020-09-05 <schubiger@cpan.org> - Allow mm/dd and dd/mm as valid formats and amend tests. - Improve format matching regexes. - List example with new format under examples section. 1.10_01 2020-08-21 <schubiger@cpan.org> - Allow configuration to make "8/10" mean October 8. [rt #133140 - Ricardo Signes] - Minor tweaks.
2020-11-08doc: Updated chat/ircd-hybrid to 8.2.34fox1-1/+2
2020-11-08chat/ircd-hybrid: Updates to 8.2.34fox3-8/+9
Changes since 8.2.33: -- Noteworthy changes in version 8.2.34 (2020-11-01) * Re-implement backwards compatibility mode for old ircd-hybrid 8.2.23 and below. Final removal is scheduled for early 2021. * For consistency, the `general::network_desc` configuration directive has been renamed to `general::network_description` * Server notices that previously have been sent to user modes +f and +u are now sent to user mode +j (reject notices) instead. Due to this change, `unauth` and `full` have been removed from eneral::oper_only_umodes`, `general::oper_umodes`, and `operator::umodes`. * User mode +b has been replaced with +f (flood). Spam/flood notices are now sent to this user mode. For this, `bots` has been removed from `general::oper_only_umodes`, `general::oper_umodes`, and `operator::umodes`. `flood` has been added instead to these configuration directives. * Stricten server/user ID validation. IDs have to be all uppercase everywhere now. * For a full list of all changes in this release, see <https://git.io/JT7UH>
2020-11-08doc: Updated audio/fasttracker2 to 1.38fox1-1/+2
2020-11-08audio/fasttracker2: Updates to v1.38fox2-7/+7
Changes since v1.36 v1.38 - 01.11.2020 - Fixed two possible pattern length bugs while switching to a new, shorter pattern while the song is playing. - Mixer code cleanup (generates smaller code now) v1.37 - 29.10.2020 - The 4-tap cubic spline resampling interpolation has now been replaced with 8-tap windowed-sinc (polyphase) for better audio quality. - The mixer is now using 64-bit float precision instead of 32-bit float precision. We only mix up to 32 channels anyway, which is not very CPU intensive. - Volume/panning envelope interpolation is now using floating point precision instead of 8.8 fixed-point precision. - Fixed a bug where the scopes would not shut down if you triggered an instrument that is not allocated (empty). - Small code cleanup
2020-11-08doc: Updated sysutils/onefetch to 2.7.1pin1-1/+2
2020-11-08sysutils/onefetch: update to 2.7.1pin2-7/+7
v2.7.1 Misc: -Remove Language::Unknown
2020-11-08Updated time/p5-DateTime-Format-ISO8601 to 0.15wen1-1/+2
2020-11-08Update to 0.15wen2-7/+7
Upstream changes: 0.15 2020-10-24 - Fixed the SYNOPSIS, which showed calling parse_time with a string that would cause an error. Reported by Yuki Yoshida. GH #12.
2020-11-08Updated time/p5-DateTime-TimeZone to 2.44wen1-1/+2
2020-11-08Update to 2.44wen2-7/+7
Upstream changes: 2.44 2020-11-06 - The DateTime::TimeZone->offset_as_string now accepts an optional separator string. 2.43 2020-10-21 - This release is based on version 2020d of the Olson database. This release includes contemporary changes for Palestine.
2020-11-08Updated 6 textproc, 1 devel packagesmef1-1/+7
Updated textproc/p5-XML-Writer to 0.900 Updated textproc/p5-Text-Format to 0.62 Updated devel/p5-Alien-Build to 2.37 Updated textproc/p5-XML-LibXML-Iterator to 1.06 Updated textproc/p5-XML-RSS to 1.62 Updated textproc/p5-Pod-Markdown to 3.300
2020-11-08(textproc/p5-Pod-Markdown) Updated 3.200 to 3.300mef2-8/+7
3.300 2020-10-31T22:57:42Z - Add escape_url option to allow disabling it (defaults to true). Thanks plicease! (gh-19)
2020-11-08(textproc/p5-XML-RSS) Updated 1.61 to 1.62mef2-7/+7
1.62 2020-10-15 - dist.ini / weaver.ini / .tidyallrc / etc. cleanup - Move to @SHLOMIF - Inspired by Lady_Aleena. - Sympotamtic fix for item/link nested inside custom tags: - https://github.com/shlomif/perl-XML-RSS/issues/7 - Thanks to @jkramer for the bug report and a test case.
2020-11-08(textproc/p5-XML-LibXML-Iterator) Updated 1.05 to 1.06mef2-7/+8
1.06 2020-10-20 - Remove stale POD - Inspired by Lady_Aleena. Thanks!
2020-11-08(devel/p5-Alien-Build) Updated 2.32 to 2.37mef2-7/+7
2.37 2020-11-02 09:09:13 -0700 - Tests that rely on its behavior unset ALIEN_BUILD_PKG_CONFIG (gh#239) 2.36_01 2020-10-31 03:33:21 -0600 - Fixed a bug where Probe and PkgConfig plugins could provide compiler / linker flags when the PkgConfig probe fails, but another probe succeed. (gh#238) 2.35_01 2020-10-28 02:06:21 -0600 - Added install properties: system_probe_class and system_probe_instance_id (gh#237) - Added hook properties: probe_class and probe_instance_id (gh#237) 2.34_01 2020-10-27 04:23:24 -0600 - Added instance_id property to Alien::Build::Plugin class (gh#235) - Added plugin_instance_prop method to Alien::Build class (gh#235) 2.33 2020-09-21 03:21:40 -0600 - Skip problematic test on cygwin (gh#232)
2020-11-08(textproc/p5-Text-Format) Updated 0.61 to 0.62mef2-8/+7
0.62 2020-10-16 - dist.ini / weaver.ini / .tidyallrc / etc. cleanup - Move to @SHLOMIF - Inspired by Lady_Aleena. - Fix the URL to the VCS repository.
2020-11-08(textproc/p5-XML-Writer) Updated 0.625 to 0.900mef2-8/+7
Mar 8 00:19:28 2019 +1100 <joe@kafsemo.org> - Drop support for building on (very) old perls. - Check for valid element names (#107239) - Fail when a scalar other than 'self' is passed as OUTPUT.
2020-11-08textproc/ja-groff: Mark as broken on Darwin-*-aarch64sjmulder1-1/+4
Hangs on 'checking for working mmap...' conftest.
2020-11-08(mail/evolution-data-server) remove p5-XML-Parser from TOOL_DEPENDS, tks wiz@)mef1-2/+1
2020-11-07Note update of lang/llvm to 10.0.1nb3.he1-1/+2
2020-11-07Apply fix fromhe3-4/+26
https://github.com/llvm/llvm-project/commit/a5d161c119d5a03c1ce834c6f4ce2576d6a064e4 so we avoid emitting a 64-bit-only instruction in 32-bit powerpc code. Bump PKGREVISION.
2020-11-07doc: Updated sysutils/onefetch to 2.7.0pin1-1/+2
2020-11-07sysutils/onefetch: update to 2.7.0pin3-23/+28
v2.7.0 New features: -Detect dependencies -add print-package-mangers cli option Bug fixes -Don't output unnecessary newline when checking for image backend support -Fix trailing white space in LOC Misc -Colon is white by default
2020-11-07doc: Updated textproc/py-jsonrpc-server to 0.4.0wiz1-1/+2
2020-11-07py-jsonrpc-server: update to 0.4.0.wiz3-25/+8
0.4.0 Upgrade ujson dependency
2020-11-07doc: Updated textproc/py-ujson to 4.0.1wiz1-1/+2
2020-11-07py-ujson: update to 4.0.1.wiz2-7/+7
4.0.1 Fixed Fix UnicodeDecodeError on arm64/aarch64 (#435) @hugovk 4.0.0 Added Add support for Python 3.9 (#430) @hugovk Build wheels for Python 3.9 (#431) @hugovk Removed Drop support for EOL Python 3.5 (#424) @hugovk Fixed Fix indent and add test case (#426) @chenhan1218 Update code samples in README (#427) @verhovsky 3.2.0 Added Make PEP 384 compliant (#417) @tekknolagi Build and deploy aarch64 wheels (#422) @geoffreyblake 3.1.0 Added PEP 489 Multi Phase Init support (#418) @WillAyd Fixed PyPy3 test fixes (#413) @mgorny
2020-11-07py-hg-fastimport: not ready for python 3.7wiz1-2/+2
(not py-mercurial's fault any longer)
2020-11-07doc: Updated devel/py-tortoisehg to 5.6wiz1-1/+2
2020-11-07py-tortoisehg: update to 5.6.wiz6-115/+37
5.6: not documented = TortoiseHg 5.5.2 = TortoiseHg 5.5.2 is a regularly scheduled bug-fix release == Bug Fixes == py3: fix a bytes + str concatenation when running the resolve tool (fixes #5596 (closed)) resolve: fix a bytes vs str issue when performing a merge without auto-resolve bugreport: fix a bytes vs str issue for a SettingsDialog argument wix: fix the 32-bit installation (fixes #5622 (closed)) py3: ensure qtlib._styles is str (ref #810, #5599 (closed)) = TortoiseHg 5.5.1 = TortoiseHg 5.5.1 is a regularly scheduled bug-fix release = TortoiseHg 5.5 = TortoiseHg 5.5 is a quarterly feature release == Bug Fixes == hgcommands: don't index **opts with bytes (fixes #5567 (closed)) fileview: fix UI freezes on newer version of QScintilla py3: numerous python3 fixes == Improvements == cleanup: remove BitBucket references topics: improve support for the topic extension = TortoiseHg 5.1 through 5.4.2 = TODO
2020-11-07py-hgnested: removewiz7-70/+3
This uses wireproto from mercurial, which is not provided by mercurial any longer. Upstream has not updated since 2016 and the main homepage is gone.
2020-11-07doc: Updated devel/php-composer to 2.0.6tpaul1-1/+2
2020-11-07php-composer: Update to 2.0.6tpaul2-7/+7
Upstream release notes: - Fixed regression in 2.0.5 dealing with custom installers which do not pass absolute paths
2020-11-07backuppc: downgrade the rsync-bpc component to the previous version. Bump.tnn3-12/+12
rsync-bpc-3.1.3.0 seems to use a lot more memory than 3.1.2.2 for some reason and it is making my backup host run out of swap.
2020-11-07net/bind916: Correct typo in previous committaca2-4/+4