summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-07-02Update to dhcpcd-9.1.3 with the following changes:roy2-7/+7
* configure: Fix fallout with disabling embedded config * inet6: Add support for reporting Mobile IPv6 RA's * inet6: Report RA Proxy flag if set * BSD: Allow non NetBSD and OpenBSD to set IN6_IFF_AUTOCONF * privsep: Don't handle any signals meant for the main process * eloop: Try and survive a signal storm * configure: add --with-eghook=foo * dhcpcd: Add an option to poll the interface carrier state * script: Make visible some link level parameters to lease dumping * Linux: ignore unsupported interfaces by default, such as sit0 * Linux: support aarch64 for reading cpu info * Linux: keep the generic netlink socket around to get ssid with privsep * Linux: restore fix when no address is returned by getifaddrs(3) * inet6: Don't regen temp addresses we didn't add * privsep: Don't limit file writes if logging to a file * DHCP6: Fix lease timings with nodelay option
2020-07-02doc: Added security/lua-argon2 version 3.0.1nia1-1/+2
2020-07-02security: Add lua-argon2nia6-1/+61
Lua C binding for the Argon2 password hashing algorithm
2020-07-02doc: Added textproc/lua-markdown version 0.33nia1-1/+2
2020-07-02textproc: Add lua-markdownnia5-1/+40
This is an implementation of the popular text markup language Markdown in pure Lua. Markdown can convert documents written in a simple and easy to read text format to well-formatted HTML. For a more thorough description of Markdown and the Markdown syntax, see http://daringfireball.net/projects/markdown/
2020-07-02net/powerdns-ldap: Fix build and update for PowerDNS 4.3.0otis1-1/+2
2020-07-02net/powerdns-mysql: Update for PowerDNS 4.3.0otis1-1/+3
2020-07-02net/powerdns-pgsql: Update for PowerDNS 4.3.0otis1-1/+2
2020-07-02doc: Updated net/powerdns to 4.3.0otis1-1/+2
2020-07-02net/powerdns: Update to 4.3.0otis7-29/+100
Changes since 4.2.2: * Released: - 7th of April 2020 * Improvements: - reduce the number of temporary memory allocations - adjust NSEC TTLs to negative TTL - Add more SQL schema files to packages and tarballs - only log "No question section in packet" at Debug logging level - do not update identical notified serials - IXFR: only sign SOA in empty response for +DO queries - Prepare the caches' buckets in advance - Rework NetmaskTree for better CPU and memory efficiency. - allow local-ipv6 until 4.4.0 - Add metrics about the size of our in-memory rings - gpgsqlbackend: stop using prepared statements - Enforce a strict maximum size for the packet and records caches - API: optionally, do not return dnssec info in domain list - zone file parser: Add a parameter to limit the number of "$GENERATE" steps - api: avoid a large number of new database connections - Emulate a buffered read in the pipe backend, ~3x faster - LUA performance: register lua functions only once - API: make max request/response body size configurable - API: add edited_serial to Zone object - Improve error when notification comes in for non-slave zone - LUA record: rewrote the health checking system * Bug fixes: - avoid IXFR-in corruption when deltas come in close together (please see the IXFR-in corruption upgrade notes) - improve sql schema updates - Fix NSECx for unpublished DNSKEYs properly - emit correct NSEC/NSEC3 bitmaps in hidden key situations - Refuse NSEC records with a bitmap length > 32 - YaHTTP: Support bracketed IPv6 addresses - Make sure the default-publish-cds and default-publish-cdnskey options are - respected for AXFR - make sure records from LMDB backend end up in the right packet section - Clear the TSIG algo between iterations in the API - HTTP API: Allow DNAME in apex with SOA and NS records - various memory/thread correctness fixes - LUA view: do not crash on empty IP list - REST API: accept headers without spaces - on luaSynth exception, drain db output - tinydnsbackend: limit timestamp-based TTLs - Ensure that pdns can read pdns.conf when upgrading from an older package - Ixfrdist: handle reading of empty files gracefully - webserver: handle exceptions instead of SIGABRTing the world * New features: - add full option to "pdns_control show-config" - Add "IO wait" and "steal" metrics on Linux - API: add includerings option to statistics endpoint - Add an extended status report in the bind backend - add default-publish-{cds|cdnskey} options - remotebackend: Support alsoNotifies, setFresh, getUnfreshSlaveInfos - Add support for managing unpublished DNSSEC keys - gmysql backend, add an option to send the SSL capability flag - pdnsutil: offer to increase serial after edit-zone * Removed features: - remove goracle, lua, mydns, opendbx, oracle backends - deprecate SOA autocomplete in pdnsutil check-zone * misc.: - remove the implicit 5->7 algorithm upgrade - Make Lua mandatory for Auth For complete and up-to-date changelog, see: https://doc.powerdns.com/authoritative/changelog/4.3.html pkgsrc notes: ~~~~~~~~~~~~~ The default options have changed since 4.2.2 a bit: - option "lua" has been removed as LUA is now mandatory - option "luarecords" has been added with default "on". When not present in PKG_OPTIONS, LUA records support will be disabled.
2020-07-02lua-rocks: Substitute PREFIX properlynia1-1/+7
2020-07-02lua-rocks: Force pkgsrc unzip.nia3-2/+20
Otherwise it complains: Error: Failed unpacking rock file: /tmp/luarocks_luarocks-rock-digestif-0.3-1-B5qFAU/digestif-0.3-1.src.rock: 'unzip -n' program not found. Make sure unzip is installed and is available in your PATH (or you may want to edit the 'variables.UNZIP' value in file '/usr/pkg/etc/luarocks/config-5.4.lua')
2020-07-02doc: Added devel/lua-argparse version 0.7.0nia1-1/+2
2020-07-02devel: Add lua-argparse. Based on work by Jonathan Buschmann in wip.nia5-1/+43
Argparse is a feature-rich command line parser for Lua inspired by argparse for Python. Argparse supports positional arguments, options, flags, optional arguments, subcommands and more. Argparse automatically generates usage, help and error messages.
2020-07-02doc: Added devel/lua-inspect version 3.1.1nia1-1/+2
2020-07-02devel: Add lua-inspect. Based on work by Jonathan Buschmann in wip.nia5-1/+40
This library transforms any Lua value into a human-readable representation. It is especially useful for debugging errors in tables. The objective here is human understanding (i.e. for debugging), not serialization or compactness.
2020-07-02lua-term: Lua category.nia1-2/+2
2020-07-02doc: Added devel/lua-term version 0.07nia1-1/+2
2020-07-02devel: Add lua-term. Based partially on work by Jonathan Buschmann in wip.nia6-1/+74
lua-term is a Lua module for manipulating a terminal.
2020-07-02doc: Updated www/firefox-l10n to 78.0.1ryoon1-1/+2
2020-07-02firefox-l10n: Update to 78.0.1ryoon2-383/+383
* Sync with www/firefox-78.0.1.
2020-07-02doc: Updated www/firefox to 78.0.1ryoon1-1/+2
2020-07-02firefox: Update to 78.0.1ryoon2-7/+7
Changelog: Fixed an issue which could cause installed search engines to not be visible when upgrading from a previous release.
2020-07-02doc: Updated lang/clang to 10.0.0nb4wiz1-1/+2
2020-07-02clang: update to 10.0.0nb4.wiz2-4/+6
Make perl a run-time dependency to fix ERROR: [check-interpreter.mk] The interpreter "/usr/pkg/bin/perl" of "/usr/pkg/bin/scan-build" does not exist. ERROR: [check-interpreter.mk] The interpreter "/usr/pkg/bin/perl" of "/usr/pkg/libexec/c++-analyzer" does not exist. ERROR: [check-interpreter.mk] The interpreter "/usr/pkg/bin/perl" of "/usr/pkg/libexec/ccc-analyzer" does not exist.
2020-07-02awesome: gets lua categorynia1-2/+2
2020-07-02Add 'lua' category to Lua modules.nia29-70/+68
While here, normalize some packages with strange variable order.
2020-07-02LuaJIT: gets lua categorynia2-4/+4
2020-07-02love*: Gets lua categorynia5-10/+10
2020-07-02Update metadata for Lua interpretersnia4-15/+15
2020-07-02Build with OpenSSL 1.1.x. While here, wrap long line in MESSAGE.schmonz5-11/+537
2020-07-02Updated net/wiresharkadam1-1/+2
2020-07-02wireshark: updated to 3.2.5adam3-11/+11
Wireshark 3.2.5 Release Notes What’s New The Windows installers now ship with Npcap 0.9994. They previously shipped with Npcap 0.9991. The Windows installers now ship with USBPcap 1.5.4.0. They previously shipped with USBPcap 1.5.3.0. Bug Fixes The following vulnerabilities have been fixed: • wnpa-sec-2020-09[1] GVCP dissector infinite loop. CVE-2020-15466[3]. The following bugs have been fixed: • Add decryption support for QUIC IETF version 0xfaceb001 and 0xfaceb002. • Windows Uninstall does not remove all files in Program Files. • The "relative sequence number" is same as "raw sequence number" when tcp.analyze_sequence_numbers:FALSE. • Importing profiles from a different Windows PC fails. • Decode as not working correctly with multiple user profiles. • Wireshark can misdissect the HE Radiotap field if it’s ever dissected one with any value unknown. • Buildbot crash output: fuzz-2020-06-19-5981.pcap. • Buildbot crash output: fuzz-2020-06-20-7665.pcap. • mergecap man page contains invalid formatting.
2020-07-01doc: Updated wm/2bwm to 0.3pin1-1/+2
2020-07-01wm/2bwm: update to 0.3pin2-9/+9
v0.3 * The latest stable version of 2bwm - Leave the setting of commands to the user - Fix bug related to the ewmh and a fake and useless window - Fix hardcoded values - Add the button action on root window only feature - Add centerpoint to prototype declarations - Fix different pixmap depth issues - Implement _NET_WM_STATE_FULLSCREEN support - Do not account offset when window ask to be maximized - Change in configuration file for maximize - Memory leak fixes - Remove unused name from monitor structure - Remove redundant checks within movelim function - Depracate the use of monitor name v0.2 * removed z3bra's patch, which isn't maintained anymore * added the mention to the 3bwm branch * mentioning new bugs that need to be fixed with ok from youri
2020-07-01We don't have upstream's default 'ginstall', so override INSTALL.hauke1-1/+2
2020-07-01love09: Add options.mknia1-0/+23
2020-07-01doc: Updated geography/gama to 2.09gdt1-1/+2
2020-07-01geography/gama: Update to 2.09:gdt2-8/+7
2.09: Implicit value of XML parameter 'update_constrained_coordinates' was changed to "yes". The behavior of adjustment calculation was well and clearly described in the documentation, but in some cases the old implicit value ("no") might have led to poor numerical results. The input data XML parameter 'update_constrained_coordinates' is preserved only for backward compatibility and is likely to be removed in some future release. 2.08: Version 2.08 December 2019 Maintainer's release * new test data krasovsky-1926 with full reference in biblatex (renamed from bug-2019-04-23-oleg-goussev) * new unit test for extern attributes in gama-local/scripts/check_externs.cpp * new HACKING.md by Greg Troxel * Legacy builds with expat-1.1 is available only as an testing option * C++ sources cleanup mainly in lib/gama/local to conform with C++11 * C++11 standard is explicitly set in configure.ac (for testing C++14 is set on in the alternative builds in the main CMakeLists.txt)
2020-07-01Updated math/py-arviz, lang/py-mypyadam1-1/+3
2020-07-01py-mypy: updated to 0.782adam3-8/+53
0.782: Bug fixes
2020-07-01py-arviz: updated to 0.9.0adam3-77/+120
v0.9.0: Highlights loo-pit KDE and HDI were improved html_repr of InferenceData objects for jupyter notebooks Support for PyJAGS from_pymc3 automatically retrieves coords and dims from model context plot_trace now supports multiple aesthetics to identify chain and variable shape and supports matplotlib aliases plot_hdi can now take already computed HDI values Deprecations from_pymc3 without a model context available raises aFutureWarning and will be deprecated in a future version In plot_trace, chain_prop and compact_prop as tuples will now raise a FutureWarning hdi with 2d data raises a FutureWarning
2020-07-01Added time/py-cftime; Updated math/py-netCDF4adam1-1/+3
2020-07-01py-netCDF4: updated to 1.5.3adam2-10/+11
version 1.5.3 * make sure arrays are masked that are not filled when auto_fill is off * python 3.8 binary wheels
2020-07-01py-cftime: added version 1.1.3adam5-1/+44
Python library for decoding time units and variable values in a netCDF file conforming to the Climate and Forecasting (CF) netCDF conventions.
2020-07-01mk/haskell.mk: clean up _VARGROUPS section and unused variablesrillig1-10/+22
2020-07-01mk/haskell.mk: remove variable HASKELL_COMPILER, clean up documentationrillig2-133/+38
There was only a single valid value for HASKELL_COMPILER, therefore the variable was useless. It only made the implementation more complicated than necessary.
2020-07-01py-asttokens: cleanupadam1-6/+5
2020-07-01doc: Updated net/powerdns-recursor to 4.3.2otis1-1/+2
2020-07-01net/powerdns-recursor: Update to 4.3.2otis6-203/+7
Changes since 4.3.1: * Released: - 1st of July 2020 * Improvements: - Defer the NOD lookup until after the response has been sent. - CNAME loop detection. * Bug fixes: - Backport of CVE-2020-14196: Enforce webserver ACL. - Copy the negative cache entry before validating it. - Fix compilation of the ports event multiplexer. - Fix the handling of DS queries for the root. - Fix RPZ removals when an update has several deltas. - Fix compilation on systems that do not define HOST_NAME_MAX. - Fix build with gcc-10. * misc.: - Correct depth increments. - Limit the TTL of RRSIG records as well