summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-07-27mumble: Update to 1.3.2nia2-7/+7
Client Fixed: Overlay not starting (#4282) Server Fixed: keychain-error on macOS for custom certificates (#4345)
2020-07-27mk/pgsql: Change default to 12gdt1-2/+2
As discussed on foo-pkg at some length, with no significant objections.
2020-07-27doc: Updated audio/audacious-plugins to 4.0.5nia1-1/+2
2020-07-27doc: Updated audio/audacious to 4.0.5nia1-1/+2
2020-07-27audacious: Update to 4.0.5nia4-14/+14
Bugs fixed: * Fixed UI freeze when asterisk key was pressed (#962) * Fixed an exception when reading a large APE tag (#992) * Fixed album artist not being displayed for .m4a files (#1005) * Fixed a crash on exit with a plugin settings window open (#1007) * Fixed a crash when scrobbling with curl 7.71.0 (#1008) Other changes: * Changed the default CDDB server to gnudb.org (#994)
2020-07-26doc: Updated sysutils/mc to 4.8.25nia1-1/+2
2020-07-26mc: Update to 4.8.25nia3-17/+11
Version 4.8.25 - Core * Minimal version of GLib is 2.30.0 * Avoid subshell warning for standalone mcedit/mcview/mcdiffview run from mc (#4056) * Implement chattr command (change ext{2,3,4}fs extended attributes). Default shortcut is "C-x e" (#3847) * Implement a WGroup widget -- a base class for widgets which contain other widgets (#2919, #4075) * Implement key bindings for radiobuttons (#212) - VFS * RPM VFS improvements: * Support weak dependency tags: ENHANCES, SUGGESTS, RECOMMENDS, SUPPLEMENTS (#4091) - Editor * Improvements of syntax highlighting: * php (#4060) * tcl: add shebangs with wish and tclsh (#4062) * Cobol (#1987) * Verilog/SystemVerilog (#4087) * New syntax highlighting: * Kotlin (#4088) * ino (Arduino IDE and a number of other IDEs) (#4098) - Misc * Code cleanup (#4050, #4085) * Add support for opus audio (#4061) * mc-wrapper: don't cd to the same directory (#3355) * Improve archive support: more binaries to view archive content (#4086) * lha: jlha, lhasa * arj: 7za * cab: 7za * zip; 7z * zipx: 7za * iso: 7za * Clean up in video.sh handler (#4045) * RealPlayer is a proprietary application which can't be installed in most distros and has long been abandoned. * gtv hasn't been developed since 2003. * xanim barely plays anything. * Various fixups and updates of man page - Fixes * FTBFS on OSes w/o O_CLOEXEC (#4052) * FTBFS with glib2 >= 2.63.3 (#4053) * Undefined "__linux__" macro on non-Linux systems (#4058) * Mouse is not handled with ncurses-6 (#3964) * Mouse is not handled with S-Lang on some old terminal emulators (#4063) * Terminal size is always 80x24 in subshell on Solaris 11.4 SPARC (#4099) * Double clicking on empty area of file panel executes last item (#3722) * Garbage in input line history (#4064) * Speed of file copy is not displayed for single file (#4081) * mcedit: blank screen with invisible error (#4057) * mcedit: broken syntax highlighting for shell scripts (#4054) * VFS: broken browsing of .deb packages (#4055) * mc.lib installed twice (#4070)
2020-07-26doc: Updated biology/samtools to 1.10bacon1-1/+2
2020-07-26biology/samtools: Upgrade to 1.10bacon4-20/+119
Numerous performance and feature improvements and several bug fixes since 1.9
2020-07-26doc: Updated chat/weechat to 2.9nia1-1/+2
2020-07-26weechat: Update to 2.9nia4-16/+34
== Version 2.9 (2020-07-18) New features:: * core: add bar option "color_bg_inactive": color for window bars in inactive window (issue #732) * core: add Alacritty title escape sequence support (issue #1517) * core: display notify level for current buffer with command /buffer notify (issue #1505) * core: count only visible nicks in bar item "buffer_nicklist_count", add bar items "buffer_nicklist_count_groups" and "buffer_nicklist_count_all" (issue #1506) * core: set default size for input bar to 0 (automatic) (issue #1498) * core: add default key kbd:[Alt+Enter] to insert a newline (issue #1498) * core: add flag "input_multiline" in buffer (issue #984, issue #1063) * core: add a scalable WeeChat logo (SVG) (issue #1454, issue #1456) * core: add base 16/32/64 encoding/decoding in evaluation of expressions with "base_encode:base,xxx" and "base_decode:base,xxx" * core: add case sensitive wildcard matching comparison operator (`+==*+` and `+!!*+`) and case sensitive/insensitive include comparison operators (`+==-+`, `+!!-+`, `+=-+`, `+!-+`) in evaluation of expressions * core: add default key kbd:[Alt+Shift+N] to toggle nicklist bar * core: add command line option "--stdout" in weechat-headless binary to log to stdout rather than ~/.weechat/weechat.log (issue #1475, issue #1477) * core: reload configuration files on SIGHUP (issue #1476) * api: add pointer "_bar_window" in hashtable sent to hook focus callback (issue #1450) * api: add info_hashtable "focus_info" (issue #1245, issue #1257) * api: rename function hook_completion_get_string to completion_get_string and hook_completion_list_add to completion_list_add * api: add functions completion_new, completion_search and completion_free * api: add hdata "completion_word" * buflist: add default key kbd:[Alt+Shift+B] to toggle buflist * buflist: add options enable/disable/toggle in command /buflist * buflist: evaluate option buflist.look.sort so that sort can be customized for each of the three buflist bar items (issue #1465) * irc: add support of UTF8MAPPING (issue #1528) * irc: display account messages in buffers (issue #1250) * python: add WeeChat sharedir python directory to PYTHONPATH (issue #1537) * relay: increase default limits for IRC backlog options * relay: add command "handshake" in weechat relay protocol and nonce to prevent replay attacks, add options relay.network.password_hash_algo, relay.network.password_hash_iterations, relay.network.nonce_size (issue #1474) * relay: add command "completion" in weechat relay protocol to perform a completion on a string at a given position (issue #1484) * relay: add option relay.network.auth_timeout * relay: update default colors for client status * relay: add status "waiting_auth" in irc and weechat protocols (issue #1358) * trigger: evaluate arguments of command when the trigger is created (issue #1472) Bug fixes:: * core: fix command /window scroll_beyond_end when buffer has fewer lines than chat height (issue #1509) * core: force buffer property "time_for_each_line" to 0 for buffers with free content (issue #1485) * core: don't collapse consecutive newlines in lines displayed before the first buffer is created * core: don't remove consecutive newlines when pasting text (issue #1500) * core: don't collapse consecutive newlines in bar content (issue #1500) * core: fix WEECHAT_SHAREDIR with CMake build (issue #1461) * core: fix memory leak in calculation of expression on FreeBSD (issue #1469) * core: fix resize of a bar when its size is 0 (automatic) (issue #1470) * api: fix use of pointer after free in function key_unbind * api: replace plugin and buffer name by buffer pointer in argument "modifier_data" sent to weechat_print modifier callback (issue #42) * buflist: add "window" pointer in bar item evaluation only if it's not NULL (if bar type is "window") * exec: fix use of same task id for different tasks (issue #1491) * fifo: fix errors when writing in the FIFO pipe (issue #713) * guile: enable again /guile eval (issue #1514) * irc: use new default chantypes "#&" when the server does not send it * irc: add support of optional server in info "irc_is_nick", fix check of nick using UTF8MAPPING isupport value (issue #1528) * irc: fix add of ignore with flags in regex, display full ignore mask in list of ignores (issue #1518) * irc: do not remove spaces at the end of users messages received (issue #1513) * irc: fix realname delimiter color in WHO/WHOX response (issue #1497) * irc: reuse a buffer with wrong type "channel" when a private message is received (issue #869) * python: fix crash when invalid UTF-8 string is in a WeeChat hashtable converted to a Python dict (issue #1463) * relay: add missing field "notify_level" in message "_buffer_line_added" (issue #1529) * relay: fix slow send of data to clients when SSL is enabled * trigger: only return trigger's return code when condition evaluates to true (issue #592) * trigger: fix truncated trigger command with commands /trigger input|output|recreate * trigger: do not hide values of options with /set command in cmd_pass trigger Documentation:: * add includes directory * merge 53 auto-generated files into 11 files * fix broken literal blocks in Japanese docs with Firefox (issue #1466) Tests:: * core: add CI with GitHub Actions, move codecov.io upload to GitHub Actions * core: switch to Ubuntu Bionic on Travis CI, use pylint3 to lint Python scripts * core: run tests on plugins only if the plugins are enabled and compiled * irc: add tests on IRC color and channel functions Build:: * javascript: disable build by default and remove Debian packaging of JavaScript plugin (issue #360) * core: make GnuTLS a required dependency * core: fix build with CMake 3.17.0 * core: fix build with cygport on Cygwin
2020-07-26janet: missing patchnia1-0/+21
2020-07-26janet: Update to 1.11.1nia3-11/+12
## 1.11.1 - 2020-07-25 - Fix jpm and git with multiple git installs on Windows - Fix importing a .so file in the current directory - Allow passing byte sequence types directly to typed-array constructors. - Fix bug sending files between threads. - Disable PRF by default. - Update the soname. ## 1.11.0 - 2020-07-18 - Add `forever` macro. - Add `any?` predicate to core. - Add `jpm list-pkgs` subcommand to see which package aliases are in the listing. - Add `jpm list-installed` subcommand to see which packages are installed. - Add `math/int-min`, `math/int-max`, `math/int32-min`, and `math/int32-max` for getting integer limits. - The gc interval is now autotuned, to prevent very bad gc behavior. - Improvements to the bytecode compiler, Janet will now generate more efficient bytecode. - Add `peg/find`, `peg/find-all`, `peg/replace`, and `peg/replace-all` - Add `math/nan` - Add `forv` macro - Add `symbol/slice` - Add `keyword/slice` - Allow cross compilation with Makefile. - Change `compare-primitve` to `cmp` and make it more efficient. - Add `reverse!` for reversing an array or buffer in place. - `janet_dobytes` and `janet_dostring` return parse errors in \*out - Add `repeat` macro for iterating something n times. - Add `eachy` (each yield) macro for iterating a fiber. - Fix `:generate` verb in loop macro to accept non symbols as bindings. - Add `:h`, `:h+`, and `:h*` in `default-peg-grammar` for hexidecimal digits. - Fix `%j` formatter to print numbers precisely (using the `%.17g` format string to printf).
2020-07-26doc: Updated audio/strawberry to 0.6.13nia1-1/+2
2020-07-26strawberry: Update to 0.6.13nia4-43/+9
0.6.13: Bugfixes: * Fixed cut-off text in about dialog. * Fixed increasing play count when stop after track is enabled. * Fixed showing/hiding playing widget when playback is started while window is hidden. * Fixed "Show in file browser" to also work on local songs that are not in the collection. * Fixed "Show in file browser" to work with PCManFM file manager. * Fixed audio analyzer to work with S24LE and F32LE audio formats. * Fixed playlist background image not loading. * Fixed a memory leak when switching between playlists. * Removed use of HTML in systemtray tooltip on KDE, since KDE no longer renders HTML in the systemtray. Enhancements: * Replaced use of C style casts. * Adapted use of C++11 override. * Improved CMake build files. * Added new on startup options to show maximized or minimized. * Builtin TagLib code is updated and improved. * Made most icon sizes configurable in the settings, and increased default sizes for icons. * Improved fancy tabbar to use font sizes from the theme instead of fixed sizes. * Moving the currently playing song to the top when the playlist is manually shuffled. * Added "a taste of Strawbs" background image. * Fixed unit test for testing playlist model. * Added new unit tests for tagreader.
2020-07-26doc: Updated games/dMagnetic to 0.25wiz1-1/+2
2020-07-26dMagnetic: update to 0.25.wiz2-8/+8
Now supports C64 images. Provided by the author Thomas Dettbarn in PR 55518.
2020-07-26doc/TODO: add somewiz1-3/+8
+ calibre-4.21.0, cmake-3.18.0, dunst-1.5.0, exiv2-0.27.3, py-google-api-core-1.22.0, py-lazy-object-proxy-1.5.1, sslh-1.21b.
2020-07-26doc: Updated audio/fluidsynth to 2.1.4nia2-3/+3
2020-07-26fluidsynth: Update to 2.1.4nia3-9/+9
Changes: fix an uninitialized memory access possibly triggering an FPE trap fix several regressions introduced in 2.1.3: fluid_synth_start() failed for certain presets fix a NULL dereference in jack driver fix a stack-based overflow when creating the synth
2020-07-26Updated lang/llvmadam1-1/+12
2020-07-26llvm: updated to 10.0.1adam14-75/+113
10.0.1: Bug fix release
2020-07-26warzone2100: fix path to ruby-asciidoctorwiz1-4/+2
Remove superfluous API depends versions (bl3.mk already requires newer) as reported by pkglint.
2020-07-26xfce4-quicklauncher-plugin: fix MASTER_SITES.bsiegert1-2/+2
goodies.xfce.org is being decommissioned. Fixes NetBSD/pkgsrc#68
2020-07-26heimdal: Update MASTER_SITES.bsiegert1-2/+4
The original master site is gone. The new one redirects to Github but for the ancient release we package (1.5.3, newest is 7.x), it does not have the distfile. Update NetBSD/pkgsrc#68
2020-07-26xentools413: remove outdated SUBST blocks for /proc and /kernrillig1-15/+1
The file define.ml does not contain any hard-coded paths anymore. These are autogenerated in paths.ml.
2020-07-26xentools413: clean up SUBST block for XENDCONFDIRrillig1-4/+2
The paths in define.ml are taken from the autogenerated paths.ml now. The file xl_cmdtable.c has been moved, and it doesn't contain a placeholder anymore.
2020-07-26xentools413: remove outdated SUBST blockrillig1-7/+1
tools/Makefile does not contain /var/lib anymore, and sysconfig.xencommons has been switched to GNU autoconf.
2020-07-26xentools413: fix SUBST block for Perl pathrillig1-14/+10
tools/misc/xencov_split has switched to Python, some other files use /usr/bin/env, which the SUBST block didn't handle.
2020-07-26doc: Updated fonts/woff2 to 1.0.2nb1maya1-1/+2
2020-07-26woff2: install binaries, not just libraries.maya4-3/+27
bump PKGREVISION
2020-07-26Added endless-sky.dholland1-1/+2
2020-07-26+endless-skydholland1-1/+2
2020-07-26Add Endless Sky, a side-scrolling space trading game.dholland8-0/+3524
(Its ancestry clearly includes Elite, though I couldn't say how in any detail.) Alas, it does not run on my NetBSD because of opengl version issues, but it should run on Linux and MacOS. Be careful, it can be quite a timesuck :-)
2020-07-26doc: Added devel/zeal version 0.6.1scole1-1/+2
2020-07-26Zeal supports the docset format used by Dash. You can downloadscole6-1/+71
official Dash docsets within Zeal. This version uses QtWebkit to render HTML pages. Created from post from mikeandmore@gmail.com on teck-pkg http://mail-index.netbsd.org/tech-pkg/2020/07/22/msg023585.html with a few changes to appease pkglint.
2020-07-25doc: Updated audio/fasttracker2 to 1.27fox1-1/+2
2020-07-25audio/fasttracker2: Updates to v1.27fox2-7/+7
Changes since v1.26 v1.27 - 24.07.2020 - Fixed a small stuttering issue in the audio/video syncing - Bugfix: When rendering a song to a 16-bit WAV while having audio output set to 32-bit, you'd never get dithering in the WAV render. - Further optimization of the audio channel mixer (~5-16% perf. increase)
2020-07-25transmission-qt: needs gcc 7.x (for <optional>)wiz1-1/+3
Reported and tested by spz.
2020-07-24firefox: remove -fexperimental-new-pass-manager from compiler flagswiz1-1/+4
Workaround for https://bugs.llvm.org/show_bug.cgi?id=46366
2020-07-24Updated net/haproxy, security/gnupg2adam1-1/+3
2020-07-24gnupg2: updated to 2.2.21adam2-8/+7
Noteworthy changes in version 2.2.21 * gpg: Improve symmetric decryption speed by about 25%. * gpg: Support decryption of AEAD encrypted data packets. * gpg: Add option --no-include-key-block. * gpg: Allow for extra padding in ECDH. * gpg: Only a single pinentry is shown for symmetric encryption if the pinentry supports this. * gpg: Print a note if no keys are given to --delete-key. * gpg,gpgsm: The ridiculous passphrase quality bar is not anymore shown. * gpgsm: Certificates without a CRL distribution point are now considered valid without looking up a CRL. The new option --enable-issuer-based-crl-check can be used to revert to the former behaviour. * gpgsm: Support rsaPSS signature verification. * gpgsm: Unless CRL checking is disabled lookup a missing issuer certificate using the certificate's authorityInfoAccess. * gpgsm: Print the certificate's serial number also in decimal notation. * gpgsm: Fix possible NULL-deref in messages of --gen-key. * scd: Support the CardOS 5 based D-Trust Card 3.1. * dirmngr: Allow http URLs with "LOOKUP --url". * wkd: Take name of sendmail from configure. Fixes an OpenBSD specific bug.
2020-07-24haproxy: updated to 2.2.1adam2-7/+7
2.2.1 - BUG/MINOR: sample: Free str.area in smp_check_const_bool - BUG/MINOR: sample: Free str.area in smp_check_const_meth - BUG/MEDIUM: lists: add missing store barrier on MT_LIST_BEHEAD() - BUG/MEDIUM: lists: add missing store barrier in MT_LIST_ADD/MT_LIST_ADDQ - CONTRIB: da: fix memory leak in dummy function da_atlas_open() - BUG/MEDIUM: mux-h2: Don't add private connections in available connection list - BUG/MEDIUM: mux-fcgi: Don't add private connections in available connection list - BUG/MEDIUM: mux-h1: Continue to process request when switching in tunnel mode - BUG/MINOR: mux-fcgi: Handle empty STDERR record - BUG/MINOR: mux-fcgi: Set conn state to RECORD_P when skipping the record padding - BUG/MINOR: mux-fcgi: Set flags on the right stream field for empty FCGI_STDOUT - BUG/MEDIUM: log: issue mixing sampled to not sampled log servers. - BUG/MEDIUM: fcgi-app: fix memory leak in fcgi_flt_http_headers - BUG/MEDIUM: server: resolve state file handle leak on reload - BUG/MEDIUM: server: fix possibly uninitialized state file on close - BUG/MEDIUM: channel: Be aware of SHUTW_NOW flag when output data are peeked - BUILD: config: address build warning on raspbian+rpi4 - BUG/MAJOR: tasks: make sure to always lock the shared wait queue if needed - BUILD: config: fix again bugs gcc warnings on calloc - DOC: ssl: req_ssl_sni needs implicit TLS - BUG/MEDIUM: arg: empty args list must be dropped - BUG/MEDIUM: resolve: fix init resolving for ring and peers section. - BUG/MAJOR: tasks: don't requeue global tasks into the local queue - BUG/MAJOR: dns: Make the do-resolve action thread-safe - BUG/MEDIUM: dns: Release answer items when a DNS resolution is freed - MEDIUM: htx: Add a flag on a HTX message when no more data are expected - BUG/MINOR: htx: add two missing HTX_FL_EOI and remove an unexpected one - BUG/MEDIUM: stream-int: Don't set MSG_MORE flag if no more data are expected - BUG/MEDIUM: http-ana: Only set CF_EXPECT_MORE flag on data filtering
2020-07-24doc: Updated www/cliqz to 1.38.0fox1-1/+2
2020-07-24www/cliqz: Updates to 1.38.0fox26-224/+1168
- Removes some of the obsolete patches. - Bumps versions of dependencies. Changes since 1.36.0: Merge with Firefox 78.0.2
2020-07-24Updated time/py-arrow, lang/py-parsoadam1-1/+3
2020-07-24py-parso: updated to 0.7.1adam3-8/+9
0.7.1 - Fixed a couple of smaller bugs (mostly syntax error detection in ``Grammar.iter_errors``) This is going to be the last release that supports Python 2.7, 3.4 and 3.5.
2020-07-24py-arrow: updated to 0.15.8adam2-8/+8
0.15.8 - [WARN] arrow will **drop support** for Python 2.7 and 3.5 in the 1.0.0 release in late September. The 0.15.x and 0.16.x releases are the last to support Python 2.7 and 3.5. - [NEW] Added ``humanize`` week granularity translation for Czech. - [FIX] ``arrow.get`` will now pick sane defaults when weekdays are passed with particular token combinations. - [INTERNAL] Moved arrow to an organization. The repo can now be found `here <https://github.com/arrow-py/arrow>`_. - [INTERNAL] Started issuing deprecation warnings for Python 2.7 and 3.5. - [INTERNAL] Added Python 3.9 to CI pipeline.
2020-07-23doc: Added wm/frankenwm version 1.0.22pin1-1/+2
2020-07-23Add wm/frankenwmpin1-1/+2