summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-01-27sfeed: Update to 0.9.21leot2-8/+8
pkgsrc changes: - Use https:// also for MASTER_SITES Changes: 0.9.21 ------ - Do not convert UTF-16 surrogate pairs to an invalid sequence - If baseurl is empty use the path from the feed by default in sfeed_update - Misc bug fixes and code and documentation improvements
2021-01-27doc: Updated textproc/json2tsv to 0.6leot1-1/+2
2021-01-27json2tsv: Update to 0.6leot3-9/+10
pkgsrc changes: - Update MASTER_SITES to use https Changes: 0.6 --- - Fix UTF-16 surrogate pair range - Also install LICENSE as part of documentation
2021-01-27doc: Updated devel/nss to 3.61ryoon1-1/+2
2021-01-27nss: Update to 3.61ryoon2-7/+7
Changelog: Bugs fixed in NSS 3.61: * Bug 1682071 - Fix issue with IKE Quick mode deriving incorrect key values under certain conditions. * Bug 1684300 - Fix default PBE iteration count when NSS is compiled with NSS_DISABLE_DBM. * Bug 1651411 - Improve constant-timeness in RSA operations. * Bug 1677207 - Upgrade Google Test version to latest release. * Bug 1654332 - Add aarch64-make target to nss-try.
2021-01-27doc: Updated databases/couchdb to 2.3.1nb10jperkin1-1/+2
2021-01-27couchdb: Build against lang/erlang21.jperkin3-13/+15
This version of couchdb, as well as the current version of couchdb 3.x, is incompatible with OTP 23. While here fix hardcoded paths in patch-aa, making it clear that this package can't be all that popular ;-) Bump PKGREVISION for good measure even though this package previously could not build, in case someone still has a version from before lang/erlang was bumped lying around.
2021-01-27doc: Added devel/rebar21 version 2.6.4jperkin1-1/+2
2021-01-27doc: Added lang/erlang21 version 21.3.6jperkin1-1/+2
2021-01-27devel: Add rebar21.jperkin1-1/+2
2021-01-27rebar21: Import copy of rebar-2.6.4 for Erlang 21.jperkin4-0/+44
This is identical to devel/rebar but is specifically built against lang/erlang21 for dependencies that are incompatible with OTP 23.
2021-01-27lang: Add erlang21.jperkin1-1/+2
2021-01-27erlang21: Re-import erlang version 21.3.jperkin27-0/+4503
This is a copy of the previous lang/erlang of that release, with a few bits tidied up, and configured to live alongside the newer lang/erlang package by using a versioned library directory. This version is required for at least databases/couchdb, and may be required for other software that is incompatible with OTP 23.
2021-01-27doc: Updated devel/binutils to 2.36fcambus1-1/+2
2021-01-27binutils: update to 2.36.fcambus6-81/+13
Changes in 2.36: * Update elfedit and readelf with LAM_U48 and LAM_U57 support. * Nm has a new command line option: --ifunc-chars=CHARS. This specifies a string of one or two characters. The first character is used as the type character when displaying global ifunc symbols. The second character, if present is used when displaying local ifunc symbols. In addition a new configure time option --enable-f-for-ifunc-symbols has been created, which if used will change nm's default characters for ifunc symbols from i (both local and global) to F (global) and f (local). * The ar tool's previously unused l modifier is now used for specifying dependencies of a static library. The arguments of this option (or --record-libdeps long form option) will be stored verbatim in the __.LIBDEP member of the archive, which the linker may read at link time. * Readelf can now display the contents of LTO symbol table sections when asked to do so via the --lto-syms command line option. * Readelf now accepts the -C command line option to enable the demangling of symbol names. In addition the --demangle=<style>, --no-demangle, --recurse-limit and --no-recurse-limit options are also now availale. * Add support for the SHF_GNU_RETAIN ELF section flag. This flag specifies that the section should not be garbage collected by the linker. gas changes in 2.36: * Add support for Intel AVX VNNI instructions. * Add support for Intel HRESET instruction. * Add support for Intel UINTR instructions. * Support non-absolute segment values for i386 lcall and ljmp. * When setting the link order attribute of ELF sections, it is now possible to use a numeric section index instead of symbol name. * Add support for Cortex-A78, Cortex-A78AE, Cortex-A78C and Cortex-X1 for AArch64 and ARM. Add support for Cortex-R82, Neoverse V1, and Neoverse N2 for ARM. * Add support for ETMv4 (Embedded Trace Macrocell), ETE (Embedded Trace Extension), TRBE (Trace Buffer Extension)and BRBE (Branch Record Buffer Extension) system registers for AArch64. * Add support for Armv8-R and Armv8.7-A AArch64. * Add support for DSB memory nXS barrier, WFET and WFIT instruction for Armv8.7 AArch64. * Add support for +flagm feature for -march in Armv8.4 AArch64. * Add support for +ls64 feature for -march in Armv8.7 AArch64. Add atomic 64-byte load/store instructions for this feature. * Add support for +pauth (Pointer Authentication) feature for -march in AArch64. * Add support for Intel TDX instructions. * Add support for Intel Key Locker instructions. * Added a .nop directive to generate a single no-op instruction in a target neutral manner. This instruction does have an effect on DWARF line number generation, if that is active. * Removed --reduce-memory-overheads and --hash-size as gas now uses hash tables that can be expand and shrink automatically. * Add {disp16} pseudo prefix to x86 assembler. * Add support for Intel AMX instructions. * Configure with --enable-x86-used-note by default for Linux/x86. * Add support for the SHF_GNU_RETAIN flag, which can be applied to sections using the 'R' flag in the .section directive. SHF_GNU_RETAIN specifies that the section should not be garbage collected by the linker. It requires the GNU or FreeBSD ELF OSABIs. ld changes in 2.36: * Add libdep plugin, for linking dependencies of static libraries that were recorded by ar in the __.LIBDEP archive member. * Add --error-handling-script=<NAME> command line option to allow a helper script to be invoked when an undefined symbol or a missing library is encountered. This option can be suppressed via the configure time switch: --enable-error-handling-script=no. * Add -z lam-u48 to x86-64 ELF linker to generate LAM_U48 property. * Add -z lam-u57 to x86-64 ELF linker to enerate LAM_U57 property. * Add -z lam-u48-report=[none|warning|error] to report missing LAM_U48 property. * Add -z lam-u57-report=[none|warning|error] to report missing LAM_U57 property. * Add -z lam-report=[none|warning|error] to report missing LAM_U48 and LAM_U57 properties. * Add -z x86-64-{baseline|v[234]} to the x86 ELF linker to mark x86-64-{baseline|v[234]} ISA level as needed. * Add -z unique-symbol to avoid duplicated local symbol names. * The creation of PE format DLLs now defaults to using a more secure set of DLL characteristics. * The linker now deduplicates the types in .ctf sections. The new command-line option --ctf-share-types describes how to do this: its default value, share-unconflicted, produces the most compact output. * The linker now omits the "variable section" from .ctf sections by default, saving space. This is almost certainly what you want unless you are working on a project that has its own analogue of symbol tables that are not reflected in the ELF symtabs. * Add support for the SHF_GNU_RETAIN ELF section flag. This flag specifies that the section should not be garbage collected by the linker.
2021-01-27doc: Updated mail/fetchmailconf to 6.4.15nb1triaxx1-1/+2
2021-01-27doc: Updated mail/fetchmail to 6.4.15triaxx1-1/+2
2021-01-27fetchmail: Update to 6.4.15triaxx3-9/+9
upstream changes: ----------------- fetchmail-6.4.15 (released 2021-01-03, 27614 LoC): # BUG FIXES * Fix a typo in the manual page reported by David McKelvie. * Fix cross-compilation with openssl, by Fabrice Fontaine. Merge request !23. * Fix truncation of SMTP PLAIN AUTH with ^ in credentials, by Earl Chew. Gitlab issue #23, merge request !25. fetchmail-6.4.14 (released 2020-11-26, 27608 LoC): # TRANSLATION UPDATES were made by these fine people: * sr: Мирослав Николић (Miroslav Nikolić) [Serbian]
2021-01-27security/pleaser: fix shasumpin1-5/+5
fix shasum for once_cell crate
2021-01-27doc: Updated net/terraform to 0.12.30leot1-1/+2
2021-01-27terraform: Update to 0.12.30leot2-10/+8
pkgsrc changes: - Remove GITHUB_PROJECT nop redefinition (it is already PKGBASE by default) - Avoid GITHUB_PROJECT reference in GO_SRCPATH: it is unlikely that it will be changed (NFC, and in general more consistent with most GO_SRCPATH definitions in pkgsrc) Changes: 0.12.30 ------- UPGRADE NOTES: * The builtin provider's `terraform_remote_state` data source no longer enforces Terraform version checks on the remote state file. This allows Terraform 0.12.30 to access remote state from future Terraform versions, up until a future incompatible state file version upgrade is required. (#26692)
2021-01-27doc: Updated games/warmux to 11.04.1triaxx2-3/+3
2021-01-27warmux: Update to 11.04.1triaxx5-52/+35
pkgsrc changes: --------------- * The site listed in MASTER_SITES seems to be down. We can use mirror sites as those used by FreeBSD. upstream changes: ----------------- > 2011/04/18 - 11.04 release - Replay functionality! Still a bit unstable and version-specific (thanks mylad for the help image) - The various funny animations are now displayed more often - Fixed various bugs with grapple and construct in far edges of the world (thanks peterolen and lordjj for the bug reports) - Improved a bit the grapple behaviour (patch from peterolen) - Reduced max memory usage for the Symbian and Android ports - Introduce quality settings, and add one level for handhelds allowing alphablending and thus much higher quality ground. - Readd fading to laser beams - Fix key binding edition menu - Fix keys getting stuck when modifiers (control/alt/shift) were changed - Clean and update command line parameters; --size sets display size - Big rewrite of internal network protocol; should reduce a bit traffic - Various fixes with network menu (incorrect team updates, crashes) - Cache loading of xml files: menus and particle spawning should now be much faster - Android port: better resume - Android port: text editing with the classical virtual keyboard - Android port: can go to sleep when downloading (also more robust) - Fix MacOSX not able to list public games
2021-01-27doc: Added devel/lua-safer version 0.2nia1-1/+2
2021-01-27add devel/lua-safernia5-1/+45
Safer - Paranoid Lua programming Taking defensive programming to the next level. Use this module to avoid unexpected globals creeping up in your code, and stopping sub-modules from fiddling with fields of tables as you pass them around.
2021-01-27doc: Updated editors/dit to 0.7nia1-1/+2
2021-01-27dit: update to 0.7nia3-9/+25
includes some new syntax highlighting for e.g. go, this release was not announced on the website for some reason.
2021-01-27doc: Added editors/dit version 0.6nia1-1/+2
2021-01-27add editors/dit.nia5-1/+126
A console text editor for Unix that you already know how to use.
2021-01-27Updated www/py-urllib3, www/py-bleachadam1-1/+3
2021-01-27py-bleach: updated to 3.2.3adam2-7/+7
Version 3.2.3 (January 26th, 2021) ---------------------------------- **Security fixes** None **Features** None **Bug fixes** * fix clean and linkify raising ValueErrors for certain inputs. Version 3.2.2 (January 20th, 2021) ---------------------------------- **Security fixes** None **Features** * Migrate CI to Github Actions. **Bug fixes** * fix linkify raising an IndexError on certain inputs.
2021-01-27py-urllib3: updated to 1.26.3adam2-7/+7
1.26.3 * Fixed bytes and string comparison issue with headers * Changed ``ProxySchemeUnknown`` error message to be more actionable if the user supplies a proxy URL without a scheme.
2021-01-27unidiff: remove non-existent master sitewiz1-3/+2
Will fall back to ftp.netbsd.org, which has a copy of the distfile Closes PR 55959 by kim@
2021-01-27doc: Updated www/goaccess to 1.4schmonz1-1/+2
2021-01-27Update to 1.4. From the changelog:schmonz10-159/+40
- Added a caching storage mechanism to improve parsing raw data and data rendering. - Added a mechanism to avoid counting duplicate data when restoring persisted data from disk. - Added additional option to the HTML report to set a maximum number of items per page to 3. - Added a list of podcast-related user agents under '%sysconfdir%'. - Added 'Android 10' to the list of Android codenames. - Added a 'widescreen' layout to the HTML report (e.g., 4K TV/KPI Dashboard). - Added 'Beaker', 'Brave', and 'Firefox Focus' to the list of browsers - Added command line option --user-name=username to avoid running GoAccess as root when outputting a real-time report. - Added 'DuckDuckGo' and 'MSNBot' browsers to the browsers.list. - Added 'facebookexternalhit' to the default crawler list. - Added German translation (DE). - Added Kubernetes Nginx Ingress Log Format to the default config file. - Added 'macOS Catalina' to the list of OSX codenames. - Added minor CSS updates to HTML report. - Added missing header '<sys/socket.h>' to fix FreeBSD build - Added new 'Edg' token to the list of browsers. - Added '--no-ip-validation' command line to disable client IP validation - Added '--persist' and '--restore' options to persist to disk and restore a dump from disk. - Added Portuguese translation (pt-BR) - Added Swedish translation (SV) - Added the ability to parse server cache status and a new panel to display those metrics. - Changed accumulated time to work by default on '--persist' and '--restore'. - Changed back how the hits and visitors percentage is calculated to be more intuitive. - Changed Geo Location panel display default to show only if database file is provided ('LIBMAXMINDDB'). - Changed initial processing time from secs to HH:MM:SS in HTML output. - Changed '--max-items' for the static HTML report to allow no limit on output entries. - Changed required 'gettext' version to 0.19 - Changed to ignore 'SIGPIPE' with 'SIG_IGN' - Changed version to 10.15 for 'macOS Catalina'. - Ensure proper escaping on default AWSELB log format. - Ensure valid requests counter is not affected on duplicate entries when restoring data. - Fixed issue preventing Ctrl-C (SIGINT) for the curses interface to stop the program. - Fixed issue where HTML report wouldn't update the tables when changing per page option. - Fixed issue where it wouldn't find either the user's or global config file. - Fixed issue where changing the number of items per page in the HTML report would not automatically refresh the tables. - Fixed issue where last updated label was not updated in real-time. - Fixed issue where overall date range wasn't showing the right start/end parse dates. - Fixed issue where tailing a file could potentially re-parse part of the log. - Fixed memory leak when fetching country/continent while using 'LIBMAXMINDDB'. - Fixed several '-Wcast-qual' warnings. - Fixed unwanted added characters to the HTML output. - Fixed websocket issue returning a 400 due to request header size. - Increased 'MAX_LINE_CONF' so a JSON string can be properly parsed from the config file. - Removed deprecated option '--geoip-city-data' from config file. - Removed unnecessary dependency from snapcraft.yaml. - Removed some old browsers from the default curated list. - Replaced TokyoCabinet storage for a non-dependency in-memory persistent storage. pkgsrc changes: - Remove 'tokyocabinet' option, no longer needed - Switch 'geoip' option to libmaxminddb
2021-01-27Updated devel/talloc, net/samba4adam1-1/+3
2021-01-27samba4: updated to 4.13.4adam2-7/+7
Changes 4.13.4 * BUG 14607: Work around special SMB2 IOCTL response behavior of NetApp Ontap 7.3.7. * BUG 14612: Temporary DFS share setup doesn't set case parameters in the same way as a regular share definition does. * BUG 14605: lib: Avoid declaring zero-length VLAs in various messaging functions. * BUG 14579: Do not create an empty DB when accessing a sam.ldb. * BUG 14596: vfs_fruit may close wrong backend fd. * BUG 14612: Temporary DFS share setup doesn't set case parameters in the same way as a regular share definition does. * BUG 14606: vfs_virusfilter: Allocate separate memory for config char*. * BUG 14596: vfs_fruit may close wrong backend fd. * BUG 14607: Work around special SMB2 IOCTL response behavior of NetApp Ontap 7.3.7. * BUG 14601: The cache directory for the user gencache should be created recursively. * BUG 14594: Be more flexible with repository names in CentOS 8 test environments.
2021-01-27talloc: updated to 2.3.2adam2-8/+7
2.3.2 Bug fixes
2021-01-27doc: Updated www/firefox78 to 78.7.0nia1-1/+2
2021-01-27doc: Updated www/firefox78-l10n to 78.7.0nia1-1/+2
2021-01-27firefox78-l10n: sync with firefox78nia2-371/+371
2021-01-27firefox78: Update to 78.7.0nia4-11/+12
changes: https://www.mozilla.org/en-US/security/advisories/mfsa2021-04/
2021-01-26doc: Updated games/dopewars to 1.6.1fcambus1-1/+2
2021-01-26dopewars: update to 1.6.1.fcambus9-129/+61
ChangeLog: # 1.6.1 - 2020-12-11 - Improved display in non-English text-mode clients; previously columns were not aligned properly in some cases and occasionally not all available drugs at a location were shown on screen (#54). - Minimal British English translation added (#57). Configuration file entries can now use either British English or American English spelling (i.e. Armor/Armour). - On Windows the "browse" button in the graphical client options dialog now opens at the folder containing the selected sound file (#55). # 1.6.0 - 2020-12-06 - Fixes to build with OpenWRT (thanks to Theodor-Iulian Ciobanu). - Write server pidfile after fork (thanks to Theodor-Iulian Ciobanu). - Updated German and French Canadian translations from Benjamin Karaca and Francois Marier. - Support for old GTK1 and GLIB1 libraries removed - we now need version 2 of these libraries to build dopewars. GTK+3 is also supported. - Update metaserver to work with new SourceForge; older versions can no longer successfully register with the metaserver. - Switch to using libcurl to talk to the metaserver (this supports https, unlike the old internal code). The metaserver configuration has changed accordingly; `MetaServer.Name`, `MetaServer.Port` and `MetaServer.Path` are replaced with `MetaServer.URL`, while `MetaServer.Auth`, `MetaServer.Proxy*`, and `MetaServer.UseSocks` are removed (set the `https_proxy` environment variable instead, as per https://curl.haxx.se/libcurl/c/libcurl-tutorial.html#Environment) - The default web browser on Linux has changed from 'mozilla' to 'firefox'; on Mac the system-configured default browser is used. - On Windows the high score file, log file, and config file are now stored in the user application data directory (e.g. `C:\Users\foo\AppData\Local\dopewars`) rather than the same directory as the dopewars binary. - Add sound support with SDL2, and on Mac. - Add 64-bit Windows binaries. - Fix for a DOS against the server using the REQUESTJET message type (thanks to Doug Prostko for reporting the problem).
2021-01-26doc: Updated emulators/mame to 0.228wiz1-1/+2
2021-01-26mame: update to 0.228.wiz3-10/+13
Has it already been an entire month? It must have been, because MAME 0.228 is ready today! We’ve added support for two very rare arcade games this month. The first is Namennayo, an overhead-view obstacle course game making unauthorised use of Satoru Tsuda’s Nameneko characters. The second is Get A Way, an overhead-view racing game made by Universal, touted as the “first game in the world to feature a 16-bit microcomputer.” Universal went on to create the much loved Mr. Do! character. Emulation is preliminary – while the game is playable, there are some graphical issues, and sound is absent. In other arcade emulation news, Windy Fairy has made a triumphant return, bringing numerous fixes for issues affecting Bemani rhythm games running on System 573 hardware. Thanks to the persistent efforts of David “Haze” Haywood, various fruit machines from JPM are starting to become playable in MAME. Interestingly, these machines rely on similar Brooktree RAMDACs to NCD X11 terminals, and Motorola DUARTs used by numerous other systems emulated in MAME. A complete dump of the type 01 program for Zaccaria’s Cat and Mouse has finally been obtained, making both known versions of this obscure game playable at last. For hand-held consoles, the WonderSwan and WonderSwan Color have had an overhaul, and Game Gear X-Terminator cartridges are now supported. Several Bandai RX-78 cartridges have been dumped, exercising more aspects of the emulation and allowing several shortcomings to be fixed. We’ve also made some progress on emulating Apple’s floppy drive controllers, providing a path to support for SuperDrive high-density floppy drives, and eventually the HD20 external hard disk. There’s been plenty more happening, including a new LCD shader from cgwg, all the latest FM Towns software dumps, fixes for recent regressions, and more code modernisation.
2021-01-26py-codespell: this requires at least python 3.5 nowadayswiz1-5/+2
Mark as not for python 2.7.
2021-01-26py-codespell: add missing dependency for python 2.7 packagewiz1-1/+9
Add missing test dependency.
2021-01-26doc: Updated security/sudo to 1.9.5p2jperkin1-1/+2
2021-01-26sudo: Update to 1.9.5p2 for CVE-2021-3156.jperkin2-7/+7
What's new in Sudo 1.9.5p2 * Fixed sudo's setprogname(3) emulation on systems that don't provide it. * Fixed a problem with the sudoers log server client where a partial write to the server could result the sudo process consuming large amounts of CPU time due to a cycle in the buffer queue. Bug #954. * Added a missing dependency on libsudo_util in libsudo_eventlog. Fixes a link error when building sudo statically. * The user's KRB5CCNAME environment variable is now preserved when performing PAM authentication. This fixes GSSAPI authentication when the user has a non-default ccache. * When invoked as sudoedit, the same set of command line options are now accepted as for "sudo -e". The -H and -P options are now rejected for sudoedit and "sudo -e" which matches the sudo 1.7 behavior. This is part of the fix for CVE-2021-3156. * Fixed a potential buffer overflow when unescaping backslashes in the command's arguments. Normally, sudo escapes special characters when running a command via a shell (sudo -s or sudo -i). However, it was also possible to run sudoedit with the -s or -i flags in which case no escaping had actually been done, making a buffer overflow possible. This fixes CVE-2021-3156.