summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-02-17Removed cherrypy17 from versioned_dependencies.mkadam1-2/+1
2021-02-17py-cherrypy17: removedadam6-394/+1
2021-02-17py-elixir: removedadam5-85/+1
2021-02-17py-ezPyCrypto: removedadam6-97/+1
2021-02-17emulators: Improve accuracy of COMMENTnia1-2/+2
2021-02-17Updated devel/py-dulwich, net/py-dropboxadam1-1/+3
2021-02-17py-dropbox: updated to 11.2.0adam2-7/+7
v11.2.0 Automated Spec Update Bump peter-evans/create-pull-request from v3.7.0 to v3.8.2
2021-02-17py-dulwich: updated to 0.20.19adam2-7/+7
0.20.19 * Fix handling of negative matches in nested gitignores. 0.20.18 * Fix formatting in setup.py. * Add release configuration. 0.20.17 * credentials: ignore end-of-line character. * Fix failure in get_untracked_paths when the repository contains symlinks. * docs: Clarify that Git objects are created on `git add`. 0.20.16 * Add flag to only attempt to fetch ignored untracked files when specifically requested.
2021-02-17ghc80: merge fix for NetBSD-current from ghc810wiz3-4/+12
2021-02-17doc: Updated lang/go116 to 1.16bsiegert1-1/+2
2021-02-17go116: update to the final 1.16 releasebsiegert3-152/+15
I did not find a detailed changelog from rc1.
2021-02-17ghc84: merge NetBSD-current support from ghc810wiz3-4/+12
2021-02-17doc: Updated sysutils/intel-microcode-netbsd to 20210216msaitoh1-1/+2
2021-02-17Update intel-microcode-netbsd to 20210216.msaitoh2-7/+7
## microcode-20210216 ### Purpose - Security updates for INTEL-SA-00381 ### New Platforms None ### Updated Platforms | Processor | Stepping | F-M-S/PI | Old Ver | New Ver | Products |:---------------|:---------|:------------|:---------|:---------|:--------- | SKX-SP | H0/M0/U0 | 06-55-04/b7 | 02006a08 | 02006a0a | Xeon Scalable | SKX-D | M1 | 06-55-04/b7 | 02006a08 | 02006a0a | Xeon D-21xx | CLX-SP | B0 | 06-55-06/bf | 04003003 | 04003006 | Xeon Scalable Gen2 | CLX-SP | B1 | 06-55-07/bf | 05003003 | 05003006 | Xeon Scalable Gen2 ### Removed Platforms None
2021-02-17Fix two null pointer referencemanu4-3/+42
2021-02-17mozc: Disable debug build. It is accidentally enabledryoon1-2/+1
2021-02-16ghc88: backport fix for NetBSD-current from ghc810wiz3-4/+12
2021-02-16Updated devel/py-cffi, devel/py-configargparse, devel/py-txaio, ā†µadam1-1/+5
textproc/py-dominate
2021-02-16py-dominate: updated to 2.6.0adam2-9/+9
2.6.0: Add get_current() to return the current active element in a with context.
2021-02-16py-txaio: updated to 20.12.1adam2-7/+7
20.12.1 - new: CI/CD migrated to GitHub Actions - new: support Python 3.9 (CI / testing added) - new: minimum Python version is now 3.6
2021-02-16py-configargparse: updated to 1.3adam2-7/+7
1.3: Unknown changes
2021-02-16py-cffi: updated to 1.14.5adam2-7/+7
v1.14.5 Source fix for old gcc versions This and future releases should include wheels on more platforms, thanks to our new release managers Matt and Matt!
2021-02-16ham/xlog: Improve workarounds for upstream portability issuesgdt1-11/+13
2021-02-16ham/xlog: Drop MAINTAINERshipgdt1-2/+6
Note upstream's unusual stance on people building from the repo.
2021-02-16Updated lang/python36, lang/python37, lang/py36-html-docs, lang/py37-html-docsadam1-1/+5
2021-02-16python37 py37-html-docs: updated to 3.7.10adam5-16/+15
Python 3.7.10 Security bpo-42967: Fix web cache poisoning vulnerability by defaulting the query args separator to &, and allowing the user to choose a custom separator. bpo-42938: Avoid static buffers when computing the repr of ctypes.c_double and ctypes.c_longdouble values. bpo-42103: Prevented potential DoS attack via CPU and RAM exhaustion when processing malformed Apple Property List files in binary format. bpo-42051: The plistlib module no longer accepts entity declarations in XML plist files to avoid XML vulnerabilities. This should not affect users as entity declarations are not used in regular plist files. bpo-40791: Add volatile to the accumulator variable in hmac.compare_digest, making constant-time-defeating optimizations less likely. Library bpo-42103: InvalidFileException and RecursionError are now the only errors caused by loading malformed binary Plist file (previously ValueError and TypeError could be raised in some specific cases). bpo-41976: Fixed a bug that was causing ctypes.util.find_library() to return None when triying to locate a library in an environment when gcc>=9 is available and ldconfig is not. Patch by Pablo Galindo Documentation bpo-17140: Add documentation for the multiprocessing.pool.ThreadPool class. Tests bpo-42794: Update test_nntplib to use offical group name of news.aioe.org for testing. Patch by Dong-hee Na. bpo-41944: Tests for CJK codecs no longer call eval() on content received via HTTP.
2021-02-16python36 py36-html-docs: updated to 3.6.13adam5-16/+15
Python 3.6.13 final Security bpo-42967: Fix web cache poisoning vulnerability by defaulting the query args separator to &, and allowing the user to choose a custom separator. bpo-42938: Avoid static buffers when computing the repr of ctypes.c_double and ctypes.c_longdouble values. bpo-42103: Prevented potential DoS attack via CPU and RAM exhaustion when processing malformed Apple Property List files in binary format. bpo-42051: The plistlib module no longer accepts entity declarations in XML plist files to avoid XML vulnerabilities. This should not affect users as entity declarations are not used in regular plist files. bpo-40791: Add volatile to the accumulator variable in hmac.compare_digest, making constant-time-defeating optimizations less likely. Core and Builtins bpo-35560: Fix an assertion error in format() in debug build for floating point formatting with ā€œnā€ format, zero padding and small width. Release build is not impacted. Patch by Karthikeyan Singaravelan. Library bpo-42103: InvalidFileException and RecursionError are now the only errors caused by loading malformed binary Plist file (previously ValueError and TypeError could be raised in some specific cases). Tests bpo-42794: Update test_nntplib to use offical group name of news.aioe.org for testing. Patch by Dong-hee Na. bpo-41944: Tests for CJK codecs no longer call eval() on content received via HTTP.
2021-02-16doc: Updated security/pcsc-lite to 1.9.1gdt1-1/+2
2021-02-16security/pcsc-list: Update to 1.9.1gdt3-9/+8
1.9.1: Ludovic Rousseau 16 February 2021 - Do not (possibly) lock a reader if allocating hCard fails - Fix a hang in SCardTransmit() - Do not report an error if the wrong interface is used by the driver - Update reader state when a card is removed during an exchange - readerfactory: Make sure a freed Reader Context is not accessed - PHSetProtocol(): supports T=0&1 cards on T=0 reader - hotplug-libusb: . support CCIDCLASSDRIVER . add interface name to reader name . remove obsolete libhal scheme - Some other minor improvements
2021-02-16Updated security/py-rsa, devel/py-atpublic, www/py-sanic, ā†µadam1-1/+5
security/py-google-auth
2021-02-16py-google-auth: updated to 1.26.1adam2-7/+7
1.26.1 Documentation fix a typo in the user guide (avaiable -> available) Bug Fixes revert workload identity federation support 1.26.0 Features workload identity federation support
2021-02-16py-sanic: updated to 20.12.2adam2-8/+8
Version 20.12.2 Dependencies Fix uvloop to 0.14 because 0.15 drops Python 3.6 support Remove old chardet requirement, add in hard multidict requirement
2021-02-16py-atpublic: updated to 2.1.3adam2-7/+7
2.1.3 * I `blue <https://blue.readthedocs.io/en/latest/>`_ it!
2021-02-16py-rsa: updated to 4.7.1adam2-13/+10
Version 4.7.1 Fix threading issue introduced in 4.7
2021-02-16doc: Updated fonts/unifont to 13.0.06fcambus2-3/+3
2021-02-16unifont: update to 13.0.06.fcambus2-7/+7
2021-02-13 Paul Hardy <unifoundry@unifoundry.com> * 210205_Unifoundry_Memorandum.pdf: added legal memorandum. * font/Makefile: - Updated copyright for 2021. - Changed unifontpic input to Unifont sample set glyphs. * font/plane00csur/ - plane00csur-spaces.hex: Added U+0020 space glyph. - plane00csur.hex: Fixed U+EB63 (Savannah bug 59763). * font/ttfsrc/Makefile: updated copyright for 2021.
2021-02-16doc: Added devel/wabt version 1.0.20fcambus1-1/+2
2021-02-16Add wabt.fcambus1-1/+2
2021-02-16devel/wabt: import wabt-1.0.20.fcambus4-0/+68
WABT (we pronounce it "wabbit") is a suite of tools for WebAssembly. These tools are intended for use in (or for development of) toolchains or other systems that want to manipulate WebAssembly files. Unlike the WebAssembly spec interpreter (which is written to be as simple, declarative and "speccy" as possible), they are written in C/C++ and designed for easier integration into other systems. Unlike Binaryen these tools do not aim to provide an optimization platform or a higher-level compiler target; instead they aim for full fidelity and compliance with the spec (e.g. 1:1 round-trips with no changes to instructions).
2021-02-16ghc90: Fix COMMENTryoon1-2/+2
2021-02-16ghc810: Regenerate distinfo to include all distfiles and fix COMMENTryoon2-3/+7
2021-02-16doc: Updated net/s6-networking to 2.4.1.0schmonz1-1/+2
2021-02-16Update to 2.4.1.0. From the changelog:schmonz3-23/+18
- Bugfixes. - Handshake timeout now also works with the libtls backend. - The SNI server name is now exported after the handshake in the SSL_TLS_SNI_SERVERNAME variable.
2021-02-16doc: Updated sysutils/s6 to 2.10.0.2schmonz1-1/+2
2021-02-16Update to 2.10.0.2. From the changelog:schmonz2-8/+9
- Bugfixes.
2021-02-16doc: Updated lang/execline to 2.8.0.0schmonz1-1/+2
2021-02-16Update to 2.8.0.0. From the changelog:schmonz3-9/+86
- By default, if now propagates its child exit code when it exits. - backtick now propagates failure by default; its options have slightly different semantics (-i becomes default, new -x introduced). pkgsrc changes: - Add manual pages by flexibeast.
2021-02-16doc: Updated devel/skalibs to 2.10.0.2schmonz1-1/+2
2021-02-16Update to 2.10.0.2. From the changelog:schmonz2-7/+7
- Bugfixes.
2021-02-16Updated devel/rudiments, databases/sqlrelay; Removed lang/nodejs8adam2-3/+5