Age | Commit message (Collapse) | Author | Files | Lines |
|
sysutils/xenkernel411: security fix
Revisions pulled up:
- sysutils/xenkernel411/Makefile 1.14
- sysutils/xenkernel411/distinfo 1.12
- sysutils/xenkernel411/patches/patch-XSA317 1.1
- sysutils/xenkernel411/patches/patch-XSA319 1.1
- sysutils/xenkernel411/patches/patch-XSA320 1.1
- sysutils/xenkernel411/patches/patch-XSA321 1.1
- sysutils/xenkernel411/patches/patch-XSA328 1.1
---
Module Name: pkgsrc
Committed By: bouyer
Date: Thu Jul 16 09:57:17 UTC 2020
Modified Files:
pkgsrc/sysutils/xenkernel411: Makefile distinfo
Added Files:
pkgsrc/sysutils/xenkernel411/patches: patch-XSA317 patch-XSA319
patch-XSA320 patch-XSA321 patch-XSA328
Log Message:
Add patches for Xen Security Advisories XSA317, XSA319, XSA320, XSA321
and XSA328
Bump PKGREVISION
|
|
sysutils/xenkernel413: security fix
Revisions pulled up:
- sysutils/xenkernel413/Makefile 1.2
- sysutils/xenkernel413/distinfo 1.2
- sysutils/xenkernel413/patches/patch-XSA317 1.1
- sysutils/xenkernel413/patches/patch-XSA319 1.1
- sysutils/xenkernel413/patches/patch-XSA320 1.1
- sysutils/xenkernel413/patches/patch-XSA321 1.1
- sysutils/xenkernel413/patches/patch-XSA328 1.1
---
Module Name: pkgsrc
Committed By: bouyer
Date: Thu Jul 16 09:56:47 UTC 2020
Modified Files:
pkgsrc/sysutils/xenkernel413: Makefile distinfo
Added Files:
pkgsrc/sysutils/xenkernel413/patches: patch-XSA317 patch-XSA319
patch-XSA320 patch-XSA321 patch-XSA328
Log Message:
Add patches for Xen Security Advisories XSA317, XSA319, XSA320, XSA321
and XSA328.
Bump PKGREVISION
|
|
|
|
doesn't actually append).
|
|
Instead:
1. Package makefiles including their own options.mk
2. Packages say "SUBST_CLASSES+=djberrno" to get the hack, if needed
3. Packages adjust SUBST_FILES.djberrno, if needed
Should fix bulk build failures due to multiple inclusions of options.mk
and/or incorrect definitions of DJB_ERRNO_HACK.
Approved during the freeze by wiz@.
|
|
GCC doesn't expand alloca() to __builtin_alloca() in standards mode
(-std=...) so explicitly define it as such to fix breakage on platforms
that don't seem to supply it otherwise, like NetBSD 9 on arm64.
Bump PKGREVISION.
|
|
|
|
https://us-east.manta.joyent.com/pkgsrc/public/reports/Linux/el7/trunk/x86_64/20200621.2243/munin-node-2.0.56/install.log
|
|
and u-boot-libretech-all-h3-cc-h5.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Revert update to 4.0.0. Changes are only related to Windows and
selenium-webdriver gem (ruby-selenium-webdriver) require <4.0 version.
|
|
Update ruby-childprocess to 4.0.0.
### Version 4.0.0 / 2020-06-18
* #167: Fix detach behavior on Windows.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Python 2 and Swig 1. Add some .mk file gyrations to auto-select the
correct tools for u-boot-2020.* and later.
|
|
|
|
|
|
|
|
ramdisk_addr_r, and fdtfile environment varibles.
|
|
|
|
As provided on pkgsrc-users by Yuuki Enomoto.
Packaging changes: Update MASTER_SITE.
Upstream lacks NEWS and the page that their NEWS file points to does
not contain NEWS.
A quick glance over upstream, and the fact that this is a series of
micro updates, leads one to guess that this update basically contains
minor improvements and bugfixes.
|
|
v2.9.10
=======
Minor Changes
-------------
- Add new magic variable ``ansible_collection`` that contains the collection name
- Add new magic variable ``ansible_role_name`` that contains the FQCN of the role
- Added missing platform guide for FRR
- Fix a typo in remove_signature flag in podman_image module
- Remove the deprecation message for the ``TRANSFORM_INVALID_GROUP_CHARS`` setting.
- The results queue and counter for results are now split for standard / handler results. This allows the governing strategy to be truly independent from the handler strategy, which basically follows the linear methodology.
- Updates ``ansible_role_names``, ``ansible_play_role_names``, and ``ansible_dependent_role_names`` to include the FQCN
- ``Display.deprecated()``, ``AnsibleModule.deprecate()`` and ``Ansible.Basic.Deprecate()`` now also accept the deprecation-by-date parameters and collection name parameters from Ansible 2.10, so plugins and modules in collections that conform to Ansible 2.10 will run with newer versions of Ansible 2.9.
- ovirt: update operating system options
- ovirt_storage_vm_info: fix example
- ovirt_vm: fix quotas example
Deprecated Features
-------------------
- Using the DefaultCallback without the correspodning doc_fragment or copying the documentation.
Bugfixes
--------
- Allow tasks to notify a fqcn handler name
- Avoid bare select() for running commands to avoid too large file descriptor numbers failing tasks
- Avoid running subfunctions that are passed to show_vars function when it will be a noop.
- Create an ``import_module`` compat util, for use across the codebase, to allow collection loading to work properly on Python26
- Do not keep empty blocks in PlayIterator after skipping tasks with tags.
- Ensure that ``--version`` works with non-ascii ansible project paths
- Fix content encoding/decoding and do not fail when key based auth is used
- Fix gather_facts not working for network platforms when network_os is in FQCN format
- Fix issue with nxos_l2_interfaces where replaced doesn't remove superfluous config
- Fix nxos_facts with VDC having no interfaces
- Fix nxos_interfaces enabled not working properly because of broken system default dict generation
- Fix the issue when OS secgroup rule couldn't be imported from a different tenant
- Fixed the equality check for IncludedFiles to ensure they are not accidently merged when process_include_results runs.
- Prevent a race condition when running handlers using a combination of the free strategy and include_role.
- Properly handle unicode in ``safe_eval``.
- Remove unused and invalid import from FRR cliconf plugin
- RoleRequirement - include stderr in the error message if a scm command fails
- To fix ios_l3_interfaces Loopback issue
- To fix ios_vlans vtp version 2 issue
- Update NX-OS cliconf to accomodate MDS
- Update terminal plugin to check feature privilege only when escalation is needed
- Validate include args in handlers.
- added 'unimplemented' prefix to file based caching
- added new option for default callback to compat variable to avoid old 3rd party plugins from erroring out.
- ansible-doc - Allow and give precedence to `removed_at_date` for deprecated modules.
- ansible-galaxy - Fix ``multipart/form-data`` body to include extra CRLF
- ansible-galaxy - Preserve symlinks when building and installing a collection
- ansible-galaxy collection build - Command did not ignore .git files, which had the potential to cause troubles later on (for example, when importing into Automation Hub)
- ansible-test - Disabled the ``duplicate-code`` and ``cyclic-import`` checks for the ``pylint`` sanity test due to inconsistent results.
- ansible-test - The shebang sanity test now correctly identifies modules in subdirectories in collections.
- ansible-test change detection - Run only sanity tests on ``docs/`` and ``changelogs/`` in collections, to avoid triggering full CI runs of integration and unit tests when files in these directories change.
- ansible-test is now able to find its ``egg-info`` directory when it contains the Ansible version number
- ansible-test no longer optimizes setting ``PATH`` by prepending the directory containing the selected Python interpreter when it is named ``python``. This avoids unintentionally making other programs available on ``PATH``, including an already installed version of Ansible.
- ansible-test pylint sanity test - do not crash when ``version`` specified to ``AnsibleModule.deprecate()`` or ``Display.deprecated()`` contains string components, f.ex. tagged version numbers for Ansible 2.10.
- archive - fix issue with empty file exclusion from archive
- avoid fatal traceback when a bad FQCN for a callback is supplied in the whitelist.
- ce - Modify the way of parsing NETCONF XML message in ce.py
- collection loader - fix file/module/class confusion issues on case-insensitive filesystems
- copy - Fixed copy module not working in case that remote_src is enabled and dest ends in a /
- discovery will NOT update incorrect host anymore when in delegate_to task.
- dnf - enable logging using setup_loggers() API in dnf-4.2.17-6 or later
- docker_machine - fallback to ip subcommand output if IPAddress is missing
- ensure we pass on interpreter discovery values to delegated host.
- file - return ``'state': 'absent'`` when a file does not exist
- fixed issues when using net_get & net_put before the persistent connection has been started
- interpreter discovery will now use correct vars (from delegated host) when in delegate_to task.
- k8s - Handle set object retrieved from lookup plugin.
- lineinfile - use ``module.tmpdir`` to allow configuration of the remote temp directory
- lxd_container - enables to set keys not present in existing config
- ovirt_disk fix activate
- ovirt_disk: fix upload/download of images for ovirt 4.4
- ovirt_disk: force wait when uploading disk
- ovirt_vm: fix cd_iso search by name
- profile_tasks - typecast results before using it
- sesu - make use of the prompt specified in the code
- syslog_json callback - fix plugin exception when running
- yum/dnf - check type of elements in a name
- zfs_delegate_admin - add missing choices diff/hold/release to the permissions parameter
|
|
so set PYTHON_FOR_BUILD_ONLY to "yes" not "tool". fixes several builds
that want access to, eg <Python.h>, such as u-boot-cubietruck.
ok joerg.
|
|
|
|
|
|
|
|
|
|
== 20200616 Release ==
-- Updates upon 20200609 release --
Processor Identifier Version Products
Model Stepping F-MO-S/PI Old->New
---- new platforms ----------------------------------------
---- updated platforms ------------------------------------
SKL-U/Y D0 6-4e-3/c0 000000dc->000000d6 Core Gen6 Mobile
SKL-U23e K1 6-4e-3/c0 000000dc->000000d6 Core Gen6 Mobile
SKL-H/S R0/N0 6-5e-3/36 000000dc->000000d6 Core Gen6; Xeon E3 v5
---- removed platforms ------------------------------------
|
|
As noticed by pkglint. NFCI.
|
|
(0.30.1 is a bug fix release)
Notable changes in 0.30.1 as compared to 0.30
=============================================
May require attention
---------------------
* Previous versions of bup might have saved filesystem directories
with incorrect metadata, but the file contents should be fine. This
could have happened if bup encountered an error while trying to read
the metadata for one of the files in a directory, or if bup were
asked to save two different files with the same name to the same
destination directory (e.g. via the strip/graft options). In cases
where this has happened bup may present either generic or incorrect
metadata for some of the paths in the affected directory.
* The way `bup index --fake-valid` works has been made to match the
documentation in the man page so that it can actually be used for
the stated purpose (of avoiding 'boring' files.)
General
-------
* bup should more accurately recognize git versions. Previously, for
example, it would reject relase candidates like "1.5.2-rc3"
or (apparently) "1.5.2-rc3 (something ...)".
* When `BUP_ASSUME_GIT_VERSION_IS_FINE` is set to true, yes or 1 in
the environment, bup will assume the version of git that's
available in the `PATH` is acceptable, and skip the version check.
Bugs
----
(several)
Build system
------------
* The automated tests have moved from FreeBSD 11.2 to 12.1.
* t/test-fuse should be more portable. In particular, a compatibility
issue with Fedora 31 has been fixed, and it should be less affected
by local timezone variances.
* Some internal build dependencies have been fixed.
Thanks to (at least)
====================
Aidan Hobson Sayers, Greg Troxel, Johannes Berg, Luca Carlon, Reinier
Maas, Rob Browning, and Wyatt Alt
|
|
PKGREVISION++
|
|
Update ruby-specinfra to 2.82.17.
2.82.17 (2020-06-14)
* Add get_size(file) for darwin
|
|
This allows rust-bin and rust to coexist in bulk builds (for testing, etc),
but the packages still may not be installed at the same time.
rust.mk as a solution for picking the correct rust variant was suggested
by gdt@. It is intended to be included directly by packages that do not
use cargo.mk, and indirectly by packages that do use cargo.mk.
rust.mk provides one user-settable variable:
RUST_TYPE
as before, whether to bootstrap rust from source or use
official binaries. may be "src" or "bin"
And two package-settable variables:
RUST_REQ
the minimum version of Rust required by the package.
defaults to "1.20.0"
RUST_RUNTIME
whether Rust is a runtime dependency, may be "yes" or "no"
|
|
system_test.sh has several other bash-isms and we already needed bash
for testing, but, the way it was required triggered the portability
checks. Remove patch-system__test.sh accordingly.
|
|
Changes:
4.5
---
- New '-z' "one-shot" option self-terminates after the utility exits
- Termination by 'q' or 'SIGINT' results in an exit status of 0
|
|
Update ruby-facter to 4.0.26.
4.0.26 (2020-06-11)
Added
* (FACT-2608) Add is_virtual fact #535 (oanatmaria)
* (FACT-2609) Add lspci resolver #534 (oanatmaria)
* (FACT-2245) Add xen resolver #532 (oanatmaria)
* (FACT-2607) Add Openvz detector #531 (oanatmaria)
* (FACT-2600) Run acceptance tests on Windows #519 (Filipovici-Andrei)
Fixed
* (FACT-2651) Fix --list-cache-groups when there are multiple arguments
before it #545 (IrimieBogdan)
* FACT-2650 Fix bug when loading external facts #543 (Filipovici-Andrei)
* Use proper encoding #539 (faucct)
* (FACT-2635) Incorrect output for non existing fact #536 (IrimieBogdan)
|
|
Update capistrano to 3.14.1.
3.14.1 (2020-06-10)
Bug Fixes
* #2046 Fix Ruby 2.7 keyword parameters warnings and add Ruby 2.7
to CI (#2060) @Eric-Guo
|
|
1.15.1 - 2020-06-10
- (Linux) Fix build on older Linux systems (Christian Gottsche)
- (MacOS) Revert "Exclude firmlinks by default" behavior (until we have
a better solution)
- (MacOS) Add --exclude-firmlinks option to opt-in to the above behavior
1.15 - 2020-05-30
- (Linux) Add --exclude-kernfs option to exclude pseudo filesystems (Christian
Gottsche)
- (MacOS) Exclude firmlinks by default (Saagar Jha)
- (MacOS) Add --follow-firmlinks option to follow firmlinks (Saagar Jha)
- Fix bug in calculating the apparent size of directories containing hardlinks
- Fix integer overflow with directories containing >2GiB worth of file names
- Fix yet another possible 100% CPU bug when losing terminal
|