Commit graph

353290 commits

Author SHA1 Message Date
wiz
6079e70fbd xscreensaver: add upstream patch from jwz to fix compilation with gcc 7.5
Addresses PR 56723 by David H. Gutteridge
2022-02-19 17:58:21 +00:00
wiz
56b33023f9 doc: Updated textproc/expat to 2.4.5 2022-02-19 17:53:51 +00:00
wiz
681a455463 expat: update to 2.4.5.
Release 2.4.5 Fri February 18 2022
        Security fixes:
            #562  CVE-2022-25235 -- Passing malformed 2- and 3-byte UTF-8
                    sequences (e.g. from start tag names) to the XML
                    processing application on top of Expat can cause
                    arbitrary damage (e.g. code execution) depending
                    on how invalid UTF-8 is handled inside the XML
                    processor; validation was not their job but Expat's.
                    Exploits with code execution are known to exist.
            #561  CVE-2022-25236 -- Passing (one or more) namespace separator
                    characters in "xmlns[:prefix]" attribute values
                    made Expat send malformed tag names to the XML
                    processor on top of Expat which can cause
                    arbitrary damage (e.g. code execution) depending
                    on such unexpectable cases are handled inside the XML
                    processor; validation was not their job but Expat's.
                    Exploits with code execution are known to exist.
            #558  CVE-2022-25313 -- Fix stack exhaustion in doctype parsing
                    that could be triggered by e.g. a 2 megabytes
                    file with a large number of opening braces.
                    Expected impact is denial of service or potentially
                    arbitrary code execution.
            #560  CVE-2022-25314 -- Fix integer overflow in function copyString;
                    only affects the encoding name parameter at parser creation
                    time which is often hardcoded (rather than user input),
                    takes a value in the gigabytes to trigger, and a 64-bit
                    machine.  Expected impact is denial of service.
            #559  CVE-2022-25315 -- Fix integer overflow in function storeRawNames;
                    needs input in the gigabytes and a 64-bit machine.
                    Expected impact is denial of service or potentially
                    arbitrary code execution.

        Other changes:
       #557 #564  Version info bumped from 9:4:8 to 9:5:8;
                    see https://verbump.de/ for what these numbers do
2022-02-19 17:53:43 +00:00
gdt
bed7591a85 doc: Updated net/unison-snapshot to 2.51.70 2022-02-19 16:27:10 +00:00
gdt
e5d42f9a1f unison-snapshot: Update to 2.51.70
This is an alpha for 2.52.0 and contains significant changes.

While just upgrading and using it should work, it has not received
enough testing to be called beta.  In particular the new formats have
not been tested with big endian processors.

## Changes in 2.52.0

   * Feature negotiation, compatible with 2.51.
   * New archive format (independent of ocaml version, based on umarshal)
     Upgrade is automatic.
   * New wire protocol (independent of ocaml version, based on umarshal)
     New protocol is used if both sides are >= 2.52.0.
   * Support for unix-domain sockets
   * Many bugfixes and minor improvements
   * ocaml compatibility is now >= 4.01
   * NEWS is now in NEWS.md and not in the manual
2022-02-19 16:27:03 +00:00
nia
1fc26e50cc doc: Updated databases/mariadb105-server to 10.5.15 2022-02-19 10:01:18 +00:00
nia
721b835524 doc: Updated databases/mariadb105-client to 10.5.15 2022-02-19 09:58:04 +00:00
nia
761fbecf51 mariadb105: update to 10.5.15
MariaDB 10.5.15 Release Notes

Notable Items

  InnoDB

     * Set innodb_change_buffering=none by default (MDEV-27734)

  Security

     * Fixes for the following security vulnerabilities:
          * CVE-2021-46665
          * CVE-2021-46664
          * CVE-2021-46661
          * CVE-2021-46668
          * CVE-2021-46663

                         MariaDB 10.5.14 Release Notes

Notable Items

  InnoDB

     * --skip-symbolic-links does not disallow .isl file creation
       (MDEV-26870)
     * Indexed CHAR columns are broken with NO_PAD collations (MDEV-25440)
     * insert-intention lock conflicts with waiting ORDINARY lock
       (MDEV-27025)
     * Crash recovery improvements (MDEV-26784, MDEV-27022, MDEV-27183,
       MDEV-27610)

  Galera

     * Galera updated to 26.4.11
     * Galera SST scripts should use ssl_capath (not ssl_ca) for CA directory
       (MDEV-27181)
     * Alter Sequence do not replicate to another nodes with in Galera
       Cluster (MDEV-19353)
     * Galera crash - Assertion. Possible parallel writeset problem
       (MDEV-26803)
     * CREATE TABLE with FOREIGN KEY constraint fails to apply in parallel
       (MDEV-27276)
     * Galera cluster node consider old server_id value even after
       modification of server_id [wsrep_gtid_mode=ON] (MDEV-26223)

  Replication

     * Seconds behind master corrected from artificial spikes at relay-log
       rotation (MDEV-16091)
     * Statement rollback in binlog when transaction creates or drop
       temporary table is set right (MDEV-26833)
     * CREATE-or-REPLACE SEQUENCE is made to binlog with the DDL flag to
       stabilize its parallel execution on slave (MDEV-27365)

  Security

     * Fixes for the following security vulnerabilities:
          * CVE-2022-24052
          * CVE-2022-24051
          * CVE-2022-24050
          * CVE-2022-24048
          * CVE-2021-46659
2022-02-19 09:57:51 +00:00
nia
3dc83ac444 doc: Updated databases/mariadb106-server to 10.6.7 2022-02-19 09:14:00 +00:00
nia
9e24da35b4 doc: Updated databases/mariadb106-client to 10.6.7 2022-02-19 09:13:39 +00:00
nia
3a4b972341 mariadb106: update to 10.6.7
MariaDB 10.6.7 Release Notes

  InnoDB

     * Set innodb_change_buffering=none by default (MDEV-27734)

  Security

     * Fixes for the following security vulnerabilities:
          * CVE-2021-46665
          * CVE-2021-46664
          * CVE-2021-46661
          * CVE-2021-46668
          * CVE-2021-46663

                          MariaDB 10.6.6 Release Notes

Notable Items

  InnoDB

     * --skip-symbolic-links does not disallow .isl file creation
       (MDEV-26870)
     * Indexed CHAR columns are broken with NO_PAD collations (MDEV-25440)
     * insert-intention lock conflicts with waiting ORDINARY lock
       (MDEV-27025)
     * Crash recovery improvements (MDEV-26784, MDEV-27022, MDEV-27183,
       MDEV-27610)
     * mariabackup skips valid .ibd file (MDEV-26326)
     * Allow seamless upgrade despite ROW_FORMAT=COMPRESSED (MDEV-27736)

  Galera

     * Galera updated to 26.4.11
     * Galera SST scripts should use ssl_capath (not ssl_ca) for CA directory
       (MDEV-27181)
     * Alter Sequence do not replicate to another nodes with in Galera
       Cluster (MDEV-19353)
     * Galera crash - Assertion. Possible parallel writeset problem
       (MDEV-26803)
     * CREATE TABLE with FOREIGN KEY constraint fails to apply in parallel
       (MDEV-27276)
     * Galera cluster node consider old server_id value even after
       modification of server_id [wsrep_gtid_mode=ON] (MDEV-26223)

  Replication

     * Seconds behind master corrected from artificial spikes at relay-log
       rotation (MDEV-16091)
     * Statement rollback in binlog when transaction creates or drop
       temporary table is set right (MDEV-26833)
     * CREATE-or-REPLACE SEQUENCE is made to binlog with the DDL flag to
       stabilize its parallel execution on slave (MDEV-27365)

  Security

     * Fixes for the following security vulnerabilities:
          * CVE-2022-24052
          * CVE-2022-24051
          * CVE-2022-24050
          * CVE-2022-24048
          * CVE-2021-46659
2022-02-19 09:13:21 +00:00
nia
afce46b09a doc: Updated emulators/mednaffe to 0.9.2 2022-02-19 08:24:17 +00:00
nia
4370be1f78 mednaffe: update to 0.9.2
Changes:
- Added support for gamepad navigation through game list.
- Fix Gen/MD 6-buttons controller input mapping.
2022-02-19 08:24:04 +00:00
nia
79110b7c34 doc: Updated devel/lua-luv to 1.43.0.0 2022-02-19 08:18:38 +00:00
nia
b13776d2ce lua-luv: update to 1.43.0
1.43.0-0

     * Change the call to acquire_vm_cb() in luv.new_therad() to be made
       before the thread is created in luv_new_thread().
     * simplify vm management in thread and threadpool
2022-02-19 08:18:22 +00:00
khorben
fdea705b3f py-pkginfo: fix a pasto in the COMMENT
Bumps PKGREVISION.
2022-02-19 04:32:10 +00:00
wiz
30d1baaab5 doc: Updated x11/xscreensaver to 6.02nb2 2022-02-18 22:58:15 +00:00
wiz
3ca4b209d7 xscreensaver: make proper executable setuid
The authentication part was split off into a separate program in 6.x.

Bump PKGREVISION.
2022-02-18 22:58:05 +00:00
fcambus
4ba2aa882e doc: Updated fonts/fntsample to 5.4 2022-02-18 20:46:55 +00:00
fcambus
756bda9c49 fntsample: update to 5.4.
Changes in version 5.4:

* Fixed handling of PDF files with already existing outlines
  in pdfoutline.
* Added a script for extracting outlines from PDF files
  (pdf-extract-outline).
* Pango is always used to draw glyphs, options -p and --use-pango are
  accepted but ignored.
* Fixed possible outline corruption in pdfoutline with some versions
  of PDF::API2 library (Yifeng Li).
* Various code and build system cleanups.
2022-02-18 20:46:44 +00:00
fcambus
637ef1d3b9 doc: Updated fonts/liberation-ttf to 2.1.5 2022-02-18 20:34:07 +00:00
fcambus
4cb9faa9f3 liberation-ttf: update to 2.1.5.
ChangeLog:

* Thu Sep 30 2021 Vishal Vijayraghavan <vishalvijayraghavan@gmail.com>
- Releasing liberation-fonts 2.1.5 version
- Resolves #40: More fixes to Superscript and subscript Numbers missing issues
-- fixed inconsistent weight, missing glyphs and GSUB issues

* Tue May 04 2021 Vishal Vijayraghavan <vishalvijayraghavan@gmail.com>
- Releasing liberation-fonts 2.1.4 version
- Resolves #40: Superscript and subscript Numbers missing
- Resolves #24: Gender symbol are inconsistent in Sans
2022-02-18 20:33:56 +00:00
wiz
4484a87bee mk/scripts/remove_todo: support python 3.10 2022-02-18 18:10:09 +00:00
schmonz
5cb7249314 doc: Updated devel/mob to 2.5.0 2022-02-18 17:55:46 +00:00
schmonz
55761cbafc Update to 2.5.0. From the changelog:
- Enable git hooks with `MOB_GIT_HOOKS_ENABLED=true`. By default, this
  option is false and no git hooks such as `pre-commit` or `pre-push`
  are triggered via mob itself.
2022-02-18 17:55:40 +00:00
pin
5544130556 wm/leftwm: fix typo in Makefile 2022-02-18 17:43:48 +00:00
pgoyette
49d01197f0 Deal with meson update - unused parameter no longer optional/ignored
Thanks wiz for the pointer to gentoo patch.
2022-02-18 17:42:34 +00:00
wiz
d637eaaade xscreensaver: disable pam option by default
Didn't work for me as-is, needs fixing.

Bump PKGREVISION.
2022-02-18 15:18:23 +00:00
joerg
eb0e8d3fcf sile 0.12.2 2022-02-18 14:04:05 +00:00
joerg
95fdfdcff8 Update sile to 0.12.2
This brings native math support and feature compatibility with TeX's
paragraph layout algorithm.
2022-02-18 13:45:23 +00:00
pin
a7a64d7c95 graphics/kvantum: add update warning 2022-02-18 13:13:28 +00:00
sborrill
320328c3ad Added www/ufdbguard version 1.35.3 2022-02-18 11:59:47 +00:00
sborrill
7a721cf3f2 Add ufdbguard 2022-02-18 11:58:46 +00:00
sborrill
87abd034da ufdbguard: import ufdbGuard 1.35.3
ufdbGuard is a URL filter to block unwanted web content on the internet.
ufdbGuard can also enforce Google SafeSearch, detect UltraSurf, Tor, Skype
and other chat applications, proxy tunnels and enforce safer HTTPS traffic.
ufdbGuard is a redirector for the Squid web proxy with 50,000 URL
verifications/second.  ufdbGuard integrates with user authorities like LDAP,
Kerberos and Active Directory to assign different policies to different
groups of users.
2022-02-18 11:57:30 +00:00
micha
a3e1c658a2 sysutils/cdrtools: Build fix for Darwin and SunOS
On Darwin and SunOS libiconv was not found.
2022-02-18 11:52:56 +00:00
pho
60b34c53ad shells/zsh: Improve completions of pkg_* on Darwin 2022-02-18 09:48:44 +00:00
wiz
0e1b821315 doc: Updated textproc/asciidoc to 10.1.2 2022-02-18 09:16:42 +00:00
wiz
409c02c586 asciidoc: update to 10.1.2.
Version 10.1.2 (2022-02-17)
---------------------------
.Bug fixes
- DESTDIR passed to pip as part of make install
- Add number of missing files to release tarballs
- Fix parsing asciidoc_opt values with spaces for a2x

.Miscellaneous
- Cleanup unused parts of Makefile
- Website files removed from main asciidoc-py repo

Version 10.1.1 (2021-12-20)
---------------------------
.Bug fixes
- Fix RuntimeWarning when executing asciidoc or a2x within repository
- Fix index out of range error in a2x (thanks @osmith42)

Version 10.1.0 (2021-12-17)
---------------------------
.Features
- Add top-level `__version__` and `VERSION` module exports (thanks @tbpassin)

.Bug fixes
- Fix self reference errors in AsciiDocApi (thanks @tbpassin)
- Add back asciidoc execute print in a2x verbose

Version 10.0.2 (2021-11-12)
---------------------------
.Bug fixes
- Fix errors not displaying when called via a2x (thanks @osmith42)
- Fix incorrect parsing of asciidoc_opts in a2x (thanks @lmarz)

.Miscellaneous
- Fix automating homebrew release updates

Version 10.0.1 (2021-10-28)
---------------------------
.Bug fixes
- Fix running make docs
- Fix warning in music filter when using GraphicsMagick
- Fix handling escaped attributes inside of macros
- Include *.xsl and *.sty files in pip installations

Version 10.0.0 (2021-10-16)
---------------------------
.Breaking Changes
AsciiDoc.py has been rewritten to be a https://pypi.org/project/asciidoc/[proper Python package], installable via pip. Downloading and running asciidoc from the repo is not recommended, but can be done through `python3 -m asciidoc` or `python3 -m asciidoc.a2x`. CLI usage should remain the same where both `asciidoc` and `a2x` CLI commands are available after pip installation. Support for overriding the bundled *.conf files is done through CLI flags, environment variables, etc., and not through directly editing the files within the installation. Importing asciidoc should no longer require the `asciidocapi.py` script, and can be done through regular python import, e.g. `import asciidoc; asciidoc.execute(...)`.

The APIs of the asciidoc and a2x scripts are now considered "provisional" with no guarantee of BC between releases with the exception of the `asciidoc.execute` method. Please post an issue on our tracker for any method you directly rely on and would like to have BC for.

.Features
- Install using `pip install asciidoc`

.Miscellaneous
- Changed website domain to https://asciidoc-py.github.io/. The old domain will redirect for a period of time, but will be updated at some point to point at website created by the https://asciidoc-wg.eclipse.org/[AsciiDoc Working Group].

.Testing
- Test against 3.10 stable
2022-02-18 09:16:32 +00:00
adam
66d539a69e collectd-grpc: revbump after net/grpc update 2022-02-18 09:11:57 +00:00
adam
3a0b51c08f Updated net/grpc, net/py-grpcio, net/py-grpcio-testing, net/py-grpcio-tools 2022-02-18 09:08:55 +00:00
adam
4a2dd6d507 grpc py-grpcio py-grpcio-testing py-grpcio-tools: updated to 1.44.0
Release v1.44.0

Core

xDS: Rbac filter updates
Fix xDS client for multiple watchers.
bump C-core version for upcoming release.
Add a trace to list which filters are contained in a channel stack.
Remove grpc_httpcli_context.
xDS: Add support for RBAC HTTP filter.
API to cancel grpc_resolve_address.
Replace work serializer with a mutex in c-ares resolver.
xDS: Add graceful shutdown for old connections on listener resource update.

C++

Promote ClientContext::set_wait_for_ready to be non-experimental.

Python

Add python async example for hellostreamingworld using generator.
Disable __wrap_memcpy hack for Python builds.
Bump Bazel Python Cython dependency to 0.29.26.
Fix libatomic linking on Raspberry Pi OS Bullseye.
Allow generated proto sources in remote repositories for py_proto_library.
2022-02-18 09:08:08 +00:00
wiz
e26bfd42c6 doc: Updated sysutils/py-borgbackup to 1.1.17nb5 2022-02-18 08:02:49 +00:00
wiz
cbe976e137 py-borgbackup: remove ALTERNATIVES
The current ALTERNATIVES/post-install was not enough to make this package
avoid a self-conflict (due to the man pages). Since this is an application
that which no other packages depend upon, there is no need to have it
installed for multiple python versions at the same time, so simplify
this.

Bump PKGREVISION.
2022-02-18 08:02:40 +00:00
wiz
bc197b946f py-borgbackup: fix typo in ALTERNATIVES 2022-02-18 07:44:18 +00:00
adam
276ab553e5 py-tox: PYTHON_VERSIONS_INCOMPATIBLE goes higher 2022-02-18 06:22:59 +00:00
pin
5177199119 doc: Updated sysutils/hcal to 0.3.4 2022-02-17 19:35:01 +00:00
pin
1021fd92b3 sysutils/hcal: update to 0.3.4
-Upgrade clap
2022-02-17 19:34:42 +00:00
fcambus
0a71a0a9c0 doc: Updated devel/wabt to 1.0.27 2022-02-17 18:46:46 +00:00
fcambus
fb07ec6935 wabt: update to 1.0.27.
No upstream ChangeLog.
2022-02-17 18:46:33 +00:00
gutteridge
ef0a7a6162 digest: catch configure.ac up with configure 2022-02-17 17:34:56 +00:00