summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-03-09biology/molsketch: update to 0.7.1pin3-12/+15
Unfortunately, there were quite some unintended bugs in the last version (some of them older than that, however), which are being addressed by this version. Saving files and re-opening might have sometimes led to crashes due to inconsistencies in the drawing's data. This should now be fixed in, if not all at least most of the cases. Likewise, copying, cutting, and pasting is more robust now. The last version prematurely updated some code leading to incompatibilities with older versions of Qt (especially pre-5.14). These older versions should now work again; support for Qt 4, on the other hand is completely removed, as it is doubtful whether that still worked anyway. Translations should now really work throughout Molsketch (currently supported languages: Chinese, English, German, Greek). Finally, for Windows, an installer is provided, which will download from a repository hosted at github.
2021-03-09*: remove unneeded patch after nss header install location changewiz6-36/+9
2021-03-09Updated time/p5-DateTime-Format-ISO8601 to 0.16wen1-1/+2
2021-03-09Update to 0.16wen2-8/+8
Upstream changes: 0.16 2021-02-14 - Add support for YYYYMMDDThhmm[+-]hhmm and YYYY-MM-DDThh:mm+hh:mm formats. Based on GH #13 from lbjw.
2021-03-09Updated time/p5-DateTime-Calendar-Julian to 0.103wen1-1/+2
2021-03-09Update to 0.103wen2-7/+7
Upstream changes: 0.103 2021-01-10 T. R. Wyant Add Travis CI testing. Use GitHub as bug tracker. R.I.P. rt.cpan.org.
2021-03-09Updated textproc/p5-XML-Feed to 0.61wen1-1/+2
2021-03-09Update to 0.61wen2-8/+7
Upstream changes: [0.61] - 2021-01-28 Fixed Reformated Build.PL [0.60] - 2021-01-14 Added CI improvements Started a real ChangeLog
2021-03-09Added sysutils/ansible-base; Updated sysutils/ansibleadam1-1/+3
2021-03-09ansible: updated to 3.0.0adam4-16741/+47316
We're happy to announce that the ansible-3.0.0 package is now available! This update is based on the ansible-base-2.10.x package just like ansible-2.10 was so the changes shouldn't be too major. However, it does contain new major versions of many collections which means that there will be some backwards incompatible changes in the modules and plugins. If you would like to learn about how and why we got to version 3.0.0, we invite you to visit our blog for the background as well as a Q&A: - https://www.ansible.com/blog/announcing-the-community-ansible-3.0.0-package - https://www.ansible.com/blog/ansible-3.0.0-qa
2021-03-09ansible-base: added version 2.10.6adam6-1/+2094
Ansible is a radically simple IT automation system. It handles configuration management, application deployment, cloud provisioning, ad-hoc task execution, network automation, and multi-node orchestration. Ansible makes complex changes like zero-downtime rolling updates with load balancers easy.
2021-03-09Updated net/haproxy, lang/py-mypyadam1-1/+3
2021-03-09py-mypy: updated to 0.812adam2-7/+7
0.812: This release fixes a regression in module finding behavior and adds the --exclude flag for excluding certain paths when searching for modules.
2021-03-09haproxy: updated to 2.3.6adam2-7/+7
2.3.6 - MINOR: check: do not ignore a connection header for http-check send - BUILD: ssl: fix typo in HAVE_SSL_CTX_ADD_SERVER_CUSTOM_EXT macro - BUILD: ssl: guard SSL_CTX_add_server_custom_ext with special macro - BUILD: ssl: guard SSL_CTX_set_msg_callback with SSL_CTRL_SET_MSG_CALLBACK macro - BUG/MINOR: intops: fix mul32hi()'s off-by-one - BUG/MINOR: http-ana: Don't increment HTTP error counter on internal errors - BUG/MEDIUM: mux-h1: Always set CS_FL_EOI for response in MSG_DONE state - BUG/MINOR: server: re-align state file fields number - BUG/MINOR: tools: Fix a memory leak on error path in parse_dotted_uints() - BUG/MINOR: backend: hold correctly lock when killing idle conn - BUG/MINOR: server: Fix server-state-file-name directive - CLEANUP: deinit: release global and per-proxy server-state variables on deinit - BUG/MEDIUM: config: don't pick unset values from last defaults section - BUG/MINOR: stats: revert the change on ST_CONVDONE - BUG/MINOR: cfgparse: do not mention "addr:port" as supported on proxy lines - BUG/MINOR: server: Don't call fopen() with server-state filepath set to NULL - DOC: tune: explain the origin of block size for ssl.cachesize - CLEANUP: channel: fix comment in ci_putblk. - BUG/MINOR: server: Remove RMAINT from admin state when loading server state - BUG/MINOR: session: atomically increment the tracked sessions counter - BUG/MINOR: checks: properly handle wrapping time in __health_adjust() - BUG/MEDIUM: checks: don't needlessly take the server lock in health_adjust() - BUG/MINOR: sample: Always consider zero size string samples as unsafe - BUILD: ssl: introduce fine guard for OpenSSL specific SCTL functions - DOC: explain the relation between pool-low-conn and tune.idle-pool.shared - BUG/MEDIUM: lists: Avoid an infinite loop in MT_LIST_TRY_ADDQ(). - BUG/MEDIUM: spoe: Resolve the sink if a SPOE logs in a ring buffer - BUG/MINOR: http-rules: Always replace the response status on a return action - BUG/MINOR: server: Init params before parsing a new server-state line - BUG/MINOR: server: Be sure to cut the last parsed field of a server-state line - BUG/MEDIUM: mux-h1: Fix handling of responses to CONNECT other than 200-ok - BUG/MINOR: ssl/cli: potential null pointer dereference in "set ssl cert" - MINOR: Configure the `cpp` userdiff driver for *.[ch] in .gitattributes - BUG/MINOR: sample: secure convs that accept base64 string and var name as args - BUG/MEDIUM: vars: make functions vars_get_by_{name,desc} thread-safe - BUG/MEDIUM: proxy: use thread-safe stream killing on hard-stop - BUG/MEDIUM: cli/shutdown sessions: make it thread-safe - BUG/MINOR: proxy: wake up all threads when sending the hard-stop signal - BUG/MINOR: fd: properly wait for !running_mask in fd_set_running_excl() - BUG/MINOR: resolvers: Fix condition to release received ARs if not assigned - BUG/MINOR: resolvers: Only renew TTL for SRV records with an additional record - BUG/MINOR: resolvers: new callback to properly handle SRV record errors - BUG/MEDIUM: resolvers: Reset server address and port for obselete SRV records - BUG/MEDIUM: resolvers: Reset address for unresolved servers - BUG/MINOR: ssl: potential null pointer dereference in ckchs_dup() - CLEANUP: muxes: Remove useless if condition in show_fd function - BUG/MINOR: stats: fix compare of no-maint url suffix - BUG/MINOR: mux-h1: Immediately report H1C errors from h1_snd_buf() - BUG/MINOR: http-ana: Only consider dst address to process originalto option - BUG/MINOR: tcp-act: Don't forget to set the original port for IPv4 set-dst rule - BUG/MINOR: connection: Use the client's dst family for adressless servers - BUG/MEDIUM: spoe: Kill applets if there are pending connections and nbthread > 1 - DOC: spoe: Add a note about fragmentation support in HAProxy - BUG/MINOR: mux-h2: Fix typo in scheme adjustment - BUG/MINOR: http-ana: Don't increment HTTP error counter on read error/timeout
2021-03-09doc: Updated security/libretls to 3.3.1p1schmonz1-1/+2
2021-03-09Update to 3.3.1p1. From the changelog:schmonz2-7/+7
- build: Add OpenSSL includes to libcompat HEAD master Some compat sources (getentropy_linux.c for example) require OpenSSL.
2021-03-09Updated devel/protobuf, devel/py-protobufadam2-3/+4
2021-03-09protobuf py-protobuf: updated to 3.15.5adam4-14/+14
Protocol Buffers v3.15.5 C++ Do not disable RTTI by default in the CMake build
2021-03-09unknown-horizons: Don't check for a Linux distribution. Fixes build.nia2-5/+19
2021-03-09doc: Updated textproc/lok to 0.1.4pin1-1/+2
2021-03-09textproc/lok: update to 0.1.4pin2-7/+7
-Fix format_size test
2021-03-09Mark packages that fail to package with Ruby 2.5nia5-5/+16
2021-03-09net/frr: updated to 7.5.1kardel3-8/+9
2021-03-09doc: Removed filesystems/fuse-gstfs-ngnia1-1/+2
2021-03-09fuse-gstfs-ng: removenia5-55/+1
package can't build with current boost, upstream is dead, and nobody else packages this so there's nobody to steal patches from
2021-03-09doc: Updated security/stunnel to 5.58triaxx1-1/+2
2021-03-09stunnel: Update to 5.58triaxx2-7/+7
upstream changes: ----------------- * Security bugfixes o The "redirect" option was fixed to properly handle unauthenticated requests (thx to Martin Stein). o Fixed a double free with OpenSSL older than 1.1.0 (thx to Petr Strukov). o OpenSSL DLLs updated to version 1.1.1j. * New features o New 'protocolHeader' service-level option to insert custom 'connect' protocol negotiation headers. This feature can be used to impersonate other software (e.g. web browsers). o 'protocolHost' can also be used to control the client SMTP protocol negotiation HELO/EHLO value. o Initial FIPS 3.0 support. * Bugfixes o X.509v3 extensions required by modern versions of OpenSSL are added to generated self-signed test certificates. o Fixed a tiny memory leak in configuration file reload error handling (thx to Richard Könning). o Merged Debian 05-typos.patch (thx to Peter Pentchev). o Merged with minor changes Debian 06-hup-separate.patch (thx to Peter Pentchev). o Merged Debian 07-imap-capabilities.patch (thx to Ansgar). o Merged Debian 08-addrconfig-workaround.patch (thx to Peter Pentchev). o Fixed tests on the WSL2 platform. o NSIS installer updated to version 3.06 to fix a multiuser installation bug on some platforms, including 64-bit XP. o Fixed engine initialization (thx to Petr Strukov). o FIPS TLS feature is reported when a provider or container is available, and not when FIPS control API is available.
2021-03-09doc: Removed multimedia/usharenia1-1/+2
2021-03-09ushare: removenia21-471/+1
this has not been building all year, upstream development is discontinued.
2021-03-09grig: Fix build. Patches from Debian.nia4-1/+101
2021-03-09Updates time/p5-Calendar-Simple to 2.0.1wen1-1/+2
2021-03-09Update to 2.0.1wen2-7/+7
Upstream changes: [2.0.1] 2021-01-14 Added Details of bugtracker
2021-03-09Updated textproc/py-defusedxml, devel/py-bintreesadam1-1/+3
2021-03-09py-bintrees: updated to 2.2.0adam2-11/+9
v2.2.0: build c-extensions inplace for testing by github action
2021-03-09py-defusedxml: updated to 0.7.1adam2-7/+7
defusedxml 0.7.1 - Fix regression ``defusedxml.ElementTree.ParseError`` The ``ParseError`` exception is now the same class object as ``xml.etree.ElementTree.ParseError`` again.
2021-03-09firefox: Remove workaround for strange devel/nss installationryoon2-13/+3
2021-03-09doc: Updated devel/nss to 3.62ryoon2-3/+3
2021-03-09nss: Update to 3.62ryoon3-113/+110
* Change header files installation suggested by markd@. Do not install dbm header files and install nss header files under nss, not nss/nss. Changelog: Bugs fixed in NSS 3.62 Bug 1688374 - Fix parallel build NSS-3.61 with make. Bug 1682044 - pkix_Build_GatherCerts() + pkix_CacheCert_Add() can corrupt "cachedCertTable". Bug 1690583 - Fix CH padding extension size calculation. Bug 1690421 - Adjust 3.62 ABI report formatting for new libabigail. Bug 1690421 - Install packaged libabigail in docker-builds image. Bug 1689228 - Minor ECH -09 fixes for interop testing, fuzzing. Bug 1674819 - Fixup a51fae403328, enum type may be signed. Bug 1681585 - Add ECH support to selfserv. Bug 1681585 - Update ECH to Draft-09. Bug 1678398 - Add Export/Import functions for HPKE context. Bug 1678398 - Update HPKE to draft-07.
2021-03-09Updated textproc/p5-YAML-Syck to 1.34wen1-1/+2
2021-03-09Update to 1.34wen2-7/+7
Upstream changes: 1.34 Oct 26 2020 - #50 Stop depending on constants dropped from Perl 5.28 1.33 Oct 26 2020 - #52 Fix memory corruption. - #53 Fix for handling circular aliases. - #56 syck.h: unconditionally include stdlib.h - Switch changelog to a more parsible format. - Update github CI to use a cpanfile. - Update Devel::PPPort to 3.62
2021-03-09Updated www/moodle to 3.10.2wen1-1/+2
2021-03-09Update to 3.10.2wen2-8/+8
Upstream changes: Moodle 3.10.2 release notes Releases > Moodle 3.10.2 release notes Release date: 8 March 2021 Here is the full list of fixed issues in 3.10.2. Contents 1 General fixes and improvements 2 Accessibility improvements 3 Security fixes 4 See also General fixes and improvements MDL-67959 - The default group icon should not be displayed when there is no group picture MDL-67515 - Uninstalled plugin breaks the custom lang tool if it had some strings customised MDL-66979 - Switch all the Behat testing to the new W3C drivers MDL-70535 - VideoJS language doesn't fallback to en MDL-68970 - Pages during a quiz attempt should not be cached, so forwards/back do not lead to errors MDL-57020 - Unable to delete scales which are no longer used MDL-70268 - Dropbox repository requires log on to work - which fails MDL-46256 - count_words returns too few words when dealing with html tags MDL-70048 - Dropbox Search API: /files/search is being retired in favor of /files/search_v2 MDL-69867 - Marking workflow display wrong current grade if using scales MDL-70736 - Unable to load Marking Guide Templates MDL-70796 - Moodle word count does not match other software MDL-69101 - Essay question: "Accepted file types" and other new fields are not supported in Moodle XML file MDL-70377 - When reviewing an attempt as a teacher $string['saved'] {$a} not replaced MDL-43697 - Archived badges are restored during course restore MDL-70676 - Workshop assessment aspect with no grade is unusable MDL-70631 - Poor performance of zip_packer::extract_to_pathname() MDL-70648 - Editing a calendar event of type category and removing the category results in an error MDL-68958 - Undefined variable: href when creating IMSCP MDL-70339 - Activity chooser does not honour external tool icons MDL-56772 - File picker:Right align table column headers, in RTL mode (theme:boost) MDL-70513 - Quiz manual grading page should warn if you try to leave with unsaved data MDL-70705 - Multilang Filters not applied to Recent blog entries block Blog entry titles MDL-70552 - Notification of submissions are not sent for anonymous feedback MDL-70574 - Cloze multianswer question leaks percentage if with decimal MDL-66932 - Grade percentage display in Gradebook should be LTR, in RTL mode MDL-70585 - Downloaded course content unbrowseable for some activity names MDL-70912 - Cannot access H5P content bank popup in Atto editor within mod_data textarea MDL-70264 - badges/oauth2callback.php should be removed and replaced by admin/oauth2callback.php MDL-67974 - Badge expiry error and missing expired stamp MDL-67494 - Course/activity calendar events are deleted when the teacher who created them requests their data to be deleted MDL-70995 - Group names not formatted in course participants filter MDL-69883 - Unable to scroll beyond 50 conversations in Messages tool MDL-69097 - Language filters aren't correctly applied in "Whole forum grading" Accessibility improvements MDL-70169 - Login page accessibility issues MDL-70288 - Checkbox and advanced checkbox elements can have duplicate labels MDL-70173 - Dashboard accessibility issues MDL-65390 - Accessibility #11 Content appears above “show more” button MDL-59782 - Question bank highlight of last added question is wrong in boost MDL-70172 - Site home page accessibility issues Security fixes Details of any security issues will be released after a period of approximately one week to allow system administrators to safely update to the latest version.
2021-03-09Updated www/p5-Dancer2 to 0.300005wen1-1/+2
2021-03-09Update to 0.300005wen2-8/+7
Upstream changes: 0.300005 2021-01-26 15:57:41-05:00 America/New_York [ BUG FIXES ] * GH #1546: Add MIME type for all files served from public (Russell @veryrusty Jenkins) * GH #1555: Remove all leftovers of warnings config setting (Sergiy Borodych) * GH #1557: Remove HTTP::XSCookies workaround (Alexander Pankoff) * GH #1564: Add script_name to redirects beginning with / (Nigel Gregoire) * GH #1567: Fix CSS so errors do not display ourside of <pre> HTML element (Elliot Holden) * GH #1568: Serializer::Mutable doesn't auto-load other serializers (Russell @veryrusty Jenkins) * GH #1579: Fix missing push_header method in Response::Delayed (Paul Clements) [ ENHANCEMENTS ] * GH #1552: Update jQuery (Sergiy Borodych) * GH #1558: Test to make sure uploads aren't discarded after the forward keyword is used (Alexander Pankoff) * GH #1571: Add GitHub Actions support (Gabor Szabo) * GH #1572: Install Dancer2::Session::Cookie in order to run the test t/issues/gh-811.t (racke) [ DOCUMENTATION ] * GH #1490: Document Dancer2::Core::App->template() (Steve Dondley) * GH #1551: Fix pod for cookie same site attribute (Sergiy Borodych) * GH #1562: Fix links, missing code in Tutorial (cloveistaken)
2021-03-09doc: Updated x11/lxterminal to 0.4.0gutteridge1-1/+2
2021-03-09lxterminal: update to 0.4.0gutteridge2-8/+7
Fixed word-wise selection issue when running on gtk3 Fixed URL highlighting feature broken after updating libvte to 0.60. Added new “Bold is bright” feature and setting. Added new “Visual bell” feature and setting. A few translation updates.
2021-03-09doc: Updated sysutils/lxpanel to 0.10.1gutteridge1-1/+2
2021-03-09lxpanel: update to 0.10.1gutteridge2-8/+7
Fixed battery alarm when measurement of current is missing. Fixed spelling errors on “allow to” in plugins descriptions, and “GTK2+” to more correct “GTK+”. Fixed battery indication when charge_full and energy_full are not available. Corrected scaling of volume plugin for HiDPI monitors. Fixed connection name dropdown list in netstatus plugin. Few translations updates (of course).
2021-03-09doc: Updated x11/lxsession to 0.5.5gutteridge1-1/+2
2021-03-09lxsession: update to 0.5.5gutteridge2-9/+8
Remove libunique dependency, and use glib >= 2.28.0 to handle unique apps both for GTK+ 2 and 3. Fix possible memory issue: use memmove instead of memcpy for overlapping area copy. Fix memory issue: never free buffer returned by gtk_entry_get_text(). Fix spelling error: assiociate -> associate. Pass desktop_environnement as a parameter for lxsession-xdg-autostart to fix wrong autostart processing. Replace “images_display” with “image_display” for consistency. Translations updates.