summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-11-27Updated devel/py-prompt_toolkit, devel/py-ipythonadam1-1/+3
2021-11-27py-ipython: updated to 7.30.0adam2-6/+6
IPython 7.30 ============ IPython 7.30 fixes a couple of bugs introduce in previous releases (in particular with respect to path handling), and introduce a few features and improvements: Notably we will highlight :ghpull:`13267` "Document that ``%run`` can execute notebooks and ipy scripts.", which is the first commit of Fernando Pérez since mid 2016 (IPython 5.1). If you are new to IPython, Fernando created IPython in 2001. The other most recent contribution of Fernando to IPython itself was May 2018, by reviewing and merging PRs. I want to note that Fernando is still active but mostly as a mentor and leader of the whole Jupyter organisation, but we're still happy to see him contribute code ! :ghpull:`13290` "Use sphinxify (if available) in object_inspect_mime path" should allow richer Repr of docstrings when using jupyterlab inspector. :ghpull:`13311` make the debugger use ``ThreadPoolExecutor`` for debugger cmdloop. This should fix some issues/infinite loop, but let us know if you come across any regressions. In particular this fixes issues with `kmaork/madbg <https://github.com/kmaork/madbg>`_, a remote debugger for IPython. Note that this is likely the ante-penultimate release of IPython 7.x as a stable branch, as I hope to release IPython 8.0 as well as IPython 7.31 next month/early 2022. IPython 8.0 will drop support for Python 3.7, removed nose as a dependency, and 7.x will only get critical bug fixes with 8.x becoming the new stable. This will not be possible without `NumFOCUS Small Development Grants <https://numfocus.org/programs/small-development-grants>`_ Which allowed us to hire `Nikita Kniazev <https://github.com/Kojoley>`_ who provide Python and C++ help and contracting work.
2021-11-27py-prompt_toolkit: updated to 3.0.23adam2-6/+6
3.0.23: 2021-11-26 ------------------ Fixes: - Fix multiline bracketed paste on Windows New features: - Add support for some CSI 27 modified variants of "Enter" for xterm in the vt100 input parser.
2021-11-27orc: fix for Darwin 12adam1-1/+3
2021-11-27+gkrellmpcpho1-1/+2
2021-11-27doc: Added audio/gkrellmpc version 0.1_beta10pho1-1/+2
2021-11-27Import gkrellmpc-0.1_beta10pho6-0/+71
GKrellMPC is a GKrellm plugin that allows you to control your MPD music daemon from within gkrellm.
2021-11-27+gkrellm-themespho1-1/+2
2021-11-27doc: Added sysutils/gkrellm-themes version 2003.01.29pho1-1/+2
2021-11-27Import gkrellm-themes-2003.01.29pho4-0/+3969
This is a collection of themes from muhri.net for GKrellM.
2021-11-27doc: Added meta-pkgs/php81-extensions version 8.1.0taca1-1/+2
2021-11-27meta-pkgs/Makefile: add and enable php81-extensionstaca1-1/+2
2021-11-27meta-pkgs/php81-extensions: add php81-extensions version 8.1.0taca2-0/+73
PHP 8.1.x is HTML-embedded scripting language. This package does not contain anything by itself -- it is a "meta-package" that depends on other PHP packages. Its sole purpose is to require dependencies so users can install this package only and have all the PHP stuff pulled in by the package dependency mechanism.
2021-11-27devel/php-ffi: allow build with php81taca1-2/+2
2021-11-27converters/php-mbstring: add support for php81taca2-50/+57
Handle changed include files.
2021-11-27doc: Added lang/php81 version 8.1.0taca1-1/+2
2021-11-27lang/Makefile: add and enable php81taca1-1/+2
2021-11-27lang/php81: add PHP 8.1.0 releasetaca22-0/+991
PHP is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. It is modular, and object-oriented. Much of its syntax is borrowed from C, Java and Perl with a couple of unique PHP-specific features thrown in. The language is designed to allow web developers to write dynamically generated pages quickly. PHP 8.1 comes with numerous improvements and new features such as * Enumerations * Readonly properties * Fibers * Pure Intersection Types * never return type * First-class Callable Syntax * "final" modifier for class constants * New fsync and fdatasync functions * New array_is_list function * Explicit Octal numeral notation * And much much more...
2021-11-27Support RELROpho6-14/+28
2021-11-27Apply some suggestions by pkglintpho4-16/+28
Also renamed the option "ssl" to "openssl" because asking users to choose between "ssl" and "gnutls" is very confusing. TLS support is now optional too, as gkrellm can be built fine without any TLS libraries.
2021-11-27Honor pkgsrc LDFLAGS to support RELROpho3-7/+11
2021-11-27amil/opendmarc: Fix PLISTgdt1-2/+1
Remove README.specs.html, not installed by the build, and no trace of which can be found in the unpacked tarball.
2021-11-26Note update of net/ldns to 1.8.0.he1-1/+2
2021-11-26Update to ldns version 1.8.0.he2-10/+11
Pkgsrc changes: * Always depend on OpenSSL >= 1.1.0, use "dane-verify" Upstream changes: * ZONEMD support in ldns-signzone and ldns-verify-zone * Draft implementation of the SVCB and HTTPS RR types. Use --enable-rrtype-svcb-https with configure to compile with these supported. Changelog ========= * bugfix #38: Print "line" before line number when printing zone parse errors. Thanks Petr Spacek. * bugfix: Revert unused variables in ldns-config removal patch. * bugfix #50: heap Out-of-bound Read vulnerability in rr_frm_str_internal reported by pokerfacett. * bugfix #51: Heap Out-of-bound Read vulnerability in ldns_nsec3_salt_data reported by pokerfacett. * Fix memory leak in examples/ldns-testns handle_tcp routine. * Detect fixed time memory compare for openssl 0.9.8. * Fix compile warning by variable initialisation for older gcc. * Fix #92: ldns-testns.c:429:15: error: 'fork' is unavailable: not available on tvOS. * Fix for #93: fix packaging/libldns.pc Makefile rule. * ZONEMD support in ldns-signzone and ldns-verify-zone * ldns-testns can answer several queries over one tcp connection, if they arrive within 100msec of each other. * Fix so that ldns-testns does not leak sockets if the read fails. * SVCB and HTTPS draft rrtypes. Enable with --enable-rrtype-svcb-https. * bugfix #117: Assertion failure with DNSSEC validating of non existence of RR types at the root. Thanks ZjYwMj * Set NSEC(3) ttls to the minimum of the MINIMUM field of the SOA record and the TTL of the SOA itself. draft-ietf-dnsop-nsec-ttl * bugfix #119: Let example tools read longer RR's than LDNS_MAX_LINELEN * Add SVCPARAMS to python ldns_rdf_type2str function. * PR #134 Miscellaneous spelling fixes. Thanks jsoref! * Fix that ldns-read-zone and ldns_zone_new_frm_fp_l properly return the $INCLUDE not implemented error. * Fix that ldns-read-zone and ldns_zone_new_frm_fp_l count the line number for an empty line after a comment. * Fix #135: Fix compile with OpenSSL-3.0.0-beta2. * PR #107: Added ldns_pkt2buffer_wire_compress() to make dname compression optional when converting packets to wire format. Thanks Eli Lindsey * Option to ldns-keygen to create symlinks with known names (i.e. without the key id) to the created files. Thanks Andreas Schulze * Fix #121: Correct handling of centimetres by LOC parser. Thanks Felipe Gasper * PR #126: Link with libldns.la in Makefile.in. Thanks orbea * PR #127: Addes option -Q to drill to give short answer. Thanks niknah * PR #133: Update m4 files for python modules. Thanks Petr Men#ík * Bufix CAA value fields may be empty: Thanks Robert Mortimer * PR #108: Fix for ldns-compare-zones net detecting when first zone has a RRset that shrinks from two to one RRs, or grows from one to two RRs. Thanks Emilio Caballero * Fix #131: Drill sig chasing breaks with gcc-11 and strict-aliasing. Thanks Stanislav Levin * Fix #130: Unless $TLL is defined, ttl defaults to the last explicitly stated value. Thanks Benno * Fix #48: Missing UNSIGNED legend with drill. Thanks reedjc * Fix #143: EVP_PKEY_base_id became a macro with OpenSSL > 3.0 Thanks Daniel J. Luke * Let ldns-signzone warn for high NSEC3 iteration counts. Thanks Andreas Schulze
2021-11-26doc: Updated devel/py-setuptools to 59.3.0wiz1-1/+2
2021-11-26py-setuptools: update to 59.3.0.wiz2-6/+6
v59.3.0 ------- Changes ^^^^^^^ * #2902: Merge with pypa/distutils@85db7a41242. Misc ^^^^ * #2906: In ensure_local_distutils, re-use DistutilsMetaFinder to load the module. Avoids race conditions when _distutils_system_mod is employed.
2021-11-26doc: Updated geography/gama to 2.16gdt1-1/+2
2021-11-26geography/gama: Update to 2.16gdt2-6/+6
Changes in release 2.16 (2021-11-25) A maintenance release, the only user-visible changes are new gama-local option --export (renamed from --updated-xml) and some more tests in the gama-local sets suite.
2021-11-26llvm: try fixing PLIST for non-x86wiz1-6/+6
For PR pkg 56522 by John Klos.
2021-11-26Honor LDFLAGS to fix NetBSD build. Ride recent import.schmonz2-4/+13
2021-11-26gst-plugins1-bad: needs socket libs to link on SunOSnia1-1/+3
2021-11-26Fix a build failure regarding missing config.rpathpho1-3/+3
> configure: error: cannot find required auxiliary files: config.rpath config.rpath is installed by gettextize but src/Unix/autogen.sh doesn't invoke it for some reason. autoreconf takes care of that so just use it in place of the hand-rolled script.
2021-11-26doc: Updated shells/fish to 3.3.1nb1wiz1-1/+2
2021-11-26doc: Updated net/tigervnc to 1.12.0.1.20.13nb1wiz1-1/+2
2021-11-26tigervnc: stop using rfbwaitwiz2-2/+3
After the update this seems to not be supported any longer. Bump PKGREVISION.
2021-11-26fish: remove python dependencywiz1-5/+2
None of the scripts have a python interpreter in a shebang line, and they are all examples, so python can be installed if wanted. Bump PKGREVISION.
2021-11-26Do not start mpdas before mpd starts uppho2-4/+4
mpdas exits with EXIT_FAILURE if it can't connect to mpd on startup. See main.cpp (main).
2021-11-26Add an example logrotate configuration filepho3-4/+16
mpd creates its own log file but doesn't rotate it on its own. It will get huge if you listen to music all day and night.
2021-11-26doc: Updated devel/gmp to 6.2.1nb1wiz1-1/+2
2021-11-26gmp: fix CVE-2021-43618 using upstream patchwiz3-2/+24
Bump PKGREVISION.
2021-11-26vim-share: does not seem to really need gtar for extractionwiz1-3/+1
2021-11-26Needs libbsd on Linux.schmonz1-1/+6
2021-11-26doc/TODO: + wireshark-3.6.wiz1-1/+2
2021-11-26doc: Added graphics/pikchr version 1.0.20211104schmonz1-1/+2
2021-11-26Add and enable pikchr.schmonz1-1/+2
2021-11-26Add pikchr, a PIC-like markup language for diagrams.schmonz5-0/+48
Pikchr (pronounced like "picture") is a PIC-like markup language for diagrams in technical documentation. Pikchr is designed to be embedded in fenced code blocks of Markdown (or in similar mechanisms in other markup languages) to provide a convenient means of showing diagrams.
2021-11-26doc: Updated security/opendoas to 6.8.1pin2-3/+3
2021-11-26security/opendoas: update to 6.8.1pin3-31/+6
-This release fixes one major issue that has been assigned CVE-2019-25016. Rules that allowed the user to execute any command would inherit the executing users PATH instead of resetting it to a default PATH. The path will now be correctly reset (d5acd52) to the defined default PATH. Those rules still allow the user to execute any program from their PATH but executed commands won't inherit the users PATH anymore. Rules that limit the user to execute only a specific command are not affected by this and are only executed from the default PATH and with the PATH environment variable set to the safe default. Other changes are: -apply missing man page changes -Fixes to the configuration parser 2d7431c, 01ac841 and 36cc28e -Minor documentation and error message wording changes.
2021-11-26doc: Updated x11/xterm to 370pin1-1/+2
2021-11-26x11/xterm: update to 370pin2-6/+6
-add -a, -c and -d options to query-status.pl to improve test for DECRQSS. -expanded discussion of maximum graphics geometry in ctlseqs.ms (suggested by Bon Wong). -corrected parameter symbol for DECCARA and DECRARA in ctlseqs.ms to indicate that multiple parameters may be used (report by Thomas Wolff). -add several test/demo scripts. -improve DECCOLM, DECLRMM and DECALN referring to pseudo-code in DEC 070. -amend a change in patch #348 which caused left/right margin mode to be reset when resizing the terminal window (report by Valentine Barshak). -fix a misnamed macro-parameter (patch by Rajeev V. Pillai). -fix spacing of wideFont when its width is not exactly twice as wide as the normal font (report by Rajeev V. Pillai). -suppress loading of italic font in a few places when colorITmode is enabled (report/analysis by Rajeev V. Pillai). -modify XTSMGRAPHICS to return failure status if the terminal is not configured to support the corresponding ReGIS or SIXEL feature (report by Nick Black, notcurses #2252, notcurses #2257). -modify DECERA and DECFRA to erase corresponding area in SIXEL graphics (patch by Nick Black, notcurses #1740, vt340test #16). Also modify DECSERA. -equate visuals for TrueColor and DirectColor (patch by Denis Kaganovich). -correct computation for pixel value of rgb when using depth 16 (report by Denis Kaganovich). -correct wrapping of VT100-style double-sized characters when configured for Unicode wide-characters (report by Luis Javier Merino). -updated default value for sixelScrolling resource to match expected behavior versus DECSDM change in patch #369 (report by Grant Taylor).