Commit Graph

1671 Commits

Author SHA1 Message Date
Peter Müller
21aac1a554 Samba: Update to 4.16.4
This is a security release, please refer to https://www.samba.org/samba/latest_news.html#4.16.4
for the respective advisory.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2022-07-29 17:04:06 +00:00
Matthias Fischer
b2ab2f4ccc clamav: Update to 0.105.1
For details see:
https://blog.clamav.net/2022/07/clamav-01037-01041-and-01051-patch.html

"ClamAV 0.105.1 is a critical patch release with the following fixes:

    Upgrade the vendored UnRAR library to version 6.1.7.

    Fix issue building macOS universal binaries in some configurations.

    Silence error message when the logical signature maximum functionality
    level is lower than the current functionality level.

    Fix scan error when scanning files containing malformed images that
    cannot be loaded to calculate an image fuzzy hash.

    Fix logical signature "Intermediates" feature.

    Relax constraints on slightly malformed ZIP archives that contain
    overlapping file entries."

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2022-07-27 07:11:47 +00:00
Michael Tremer
71aba971c4 cups: Add link at /etc/cups pointing to configuration
This is needed because cups-pdf is looking for its configuration file in
/etc/cups.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2022-07-27 07:09:31 +00:00
Michael Tremer
fdf630e8d4 cups-pdf: New package
This package provides a CUPS backend to print into PDF files.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2022-07-27 07:09:30 +00:00
Jon Murphy
064a04d943 pcengines-apu-firmware: Update to version 4.17.0.1
- Update from 4.16.0.3 to 4.17.0.1
- Changelog
    v4.17.0.1 - Release date: 2022-06-23
      Rebased with official coreboot repository commit 5eda52a
      updated sortbootorder to v4.6.24
      Added - Support for APU7 (APU3 variant with 2.5GbE i225 NICs)
      See: https://github.com/pcengines/coreboot/compare/v4.16.0.4...v4.17.0.1

    v4.16.0.4 Release date: 2022-05-26
      Rebased with official coreboot repository commit 9686ac2261
      updated sortbootorder to v4.6.23
      updated SeaBIOS to rel-1.16.0.1
      See: https://github.com/pcengines/coreboot/compare/v4.16.0.3...v4.16.0.4

Signed-off-by: Jon Murphy <jon.murphy@ipfire.org>
Acked-by: Bernhard Bitsch <bbitsch@ipfire.org>
Reviewed-by: Bernhard Bitsch <bbitsch@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2022-07-20 10:21:16 +00:00
Adolf Belka
da92346e42 gutenprint: Update to version 5.3.4
- Update frpm version 5.2.9 (2012) to 5.3.4
- Update of rootfile
- find-dependencies run on sobumped libs. No dependencies found on old sobumped versions
   only on the new versions.
- Changelog is too large to include here (approx 1700 lines). For details of changes see
   the ChangeLog file in the source tarball

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
2022-07-09 09:08:22 +00:00
Robin Roevens
50fdf0ee9c zabbix_agentd: Add IPFire specific userparameters
Provide IPFire specific items for the Zabbix server to monitor:
- ipfire.net.gateway.pingtime: Internet Line Quality
- ipfire.net.gateway.ping: Internet connection
- ipfire.net.fw.hits.raw: JSON formatted list of Firewall hits/chain
- ipfire.dhcpd.clients: Number of active DHCP leases
- ipfire.captive.clients: Number of Captive Portal clients

Signed-off-by: Robin Roevens <robin.roevens@disroot.org>
2022-07-06 09:57:40 +00:00
Robin Roevens
092330b128 zabbix_agentd: Sudoers file reorganization
- Remove sudoers file 'zabbix' in favour of new IPFire managed
  'zabbix_agentd' and user managed 'zabbix_agentd_user' which is
  included in the backup
- Provide migration of old sudoers file 'zabbix' or 'zabbix.user' to
  new zabbix_agentd_user sudoers file if it was modified by user.

Signed-off-by: Robin Roevens <robin.roevens@disroot.org>
2022-07-06 09:57:40 +00:00
Robin Roevens
e2d54d57d4 zabbix_agentd: Configfile reorganization
- Restrict default main config to only the bare minimum options
  and add upstream provided config as example file.
- Remove /etc/zabbix_agentd from backup and instead add only
  zabbix_agentd.conf and subdirs 'scripts' and 'zabbix_agentd.d' to
  the backup.
- Move ipfire managed userparameter_pakfire.conf from
  user managed dir /etc/zabbix_agentd/zabbix_agent.d to
  ipfire managed dir /var/ipfire/zabbix_agentd/userparameters
- Add Include line to existing zabbix_agentd.conf to include
  the new ipfire managed config dir /var/ipfire/zabbix_agentd/...
- Add and include mandatory IPFire specific agent configuration
  which should never be changed by the user.

Signed-off-by: Robin Roevens <robin.roevens@disroot.org>
2022-07-06 09:57:40 +00:00
Robin Roevens
1d00837e7e zabbix_agentd: Fix agent modules dir and few minor bugs
- Add agent modules-dir to backup
- Remove original, not used agent modules dir from rootfile
- Create modules-dir during install if it not already exists
- bugfix: Add existence check before creating log-dir, avoiding error
             messages if it already exists from a previous install
- bugfix: add extract_backup_includes to update.sh script to make
              sure backup includes exist when backup is taken.

Signed-off-by: Robin Roevens <robin.roevens@disroot.org>
2022-07-06 09:57:40 +00:00
Peter Müller
5503a18d71 Merge branch 'next' into temp-c170-development
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2022-06-27 13:29:18 +00:00
Peter Müller
f5117ab51d python3-msgpack: Add rootfile for 32-bit ARM
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2022-06-27 11:02:32 +00:00
Adolf Belka
643871d4a7 python3-cryptography: Update to version 36.0.2
- Update from version 3.4.7 to 36.0.2
   After version 3.4.8 the numbering scheme changed to 35.0.0 in Sept 2021
   See Chanelog section 35.0.0 below
- New release requires a lot of rust packages - see Changelog sections 35.0.0 & 36.0.0
   below. The required rust packages are installed in separate patches in this series
- Update of rootfile
- Changelog
	36.0.2 - 2022-03-15¶
	    Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 1.1.1n.
	36.0.1 - 2021-12-14¶
	    Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 1.1.1m.
	36.0.0 - 2021-11-21¶
	    FINAL DEPRECATION Support for verifier and signer on our asymmetric key
             classes was deprecated in version 2.0. These functions had an extended
             deprecation due to usage, however the next version of cryptography will drop
             support. Users should migrate to sign and verify.
	    The entire X.509 layer is now written in Rust. This allows alternate
             asymmetric key implementations that can support cloud key management
             services or hardware security modules provided they implement the necessary
             interface (for example: EllipticCurvePrivateKey).
	    Deprecated the backend argument for all functions.
	    Added support for AESOCB3.
	    Added support for iterating over arbitrary request attributes.
	    Deprecated the get_attribute_for_oid method on CertificateSigningRequest in
             favor of get_attribute_for_oid() on the new Attributes object.
	    Fixed handling of PEM files to allow loading when certificate and key are in
             the same file.
	    Fixed parsing of CertificatePolicies extensions containing legacy BMPString
             values in their explicitText.
	    Allow parsing of negative serial numbers in certificates. Negative serial
             numbers are prohibited by RFC 5280 so a deprecation warning will be raised
             whenever they are encountered. A future version of cryptography will drop
             support for parsing them.
	    Added support for parsing PKCS12 files with friendly names for all
             certificates with load_pkcs12(), which will return an object of type
             PKCS12KeyAndCertificates.
	    rfc4514_string() and related methods now have an optional attr_name_overrides
             parameter to supply custom OID to name mappings, which can be used to match
             vendor-specific extensions.
	    BACKWARDS INCOMPATIBLE: Reverted the nonstandard formatting of email address
             fields as E in rfc4514_string() methods from version 35.0.
	    The previous behavior can be restored with:
             name.rfc4514_string({NameOID.EMAIL_ADDRESS: "E"})
	    Allow X25519PublicKey and X448PublicKey to be used as public keys when
             parsing certificates or creating them with CertificateBuilder. These key
             types must be signed with a different signing algorithm as X25519 and X448
             do not support signing.
	    Extension values can now be serialized to a DER byte string by calling
             public_bytes().
	    Added experimental support for compiling against BoringSSL. As BoringSSL
             does not commit to a stable API, cryptography tests against the latest
             commit only. Please note that several features are not available when
             building against BoringSSL.
	    Parsing CertificateSigningRequest from DER and PEM now, for a limited time
             period, allows the Extension critical field to be incorrectly encoded. See
             the issue for complete details. This will be reverted in a future
             cryptography release.
	    When OCSPNonce are parsed and generated their value is now correctly wrapped
             in an ASN.1 OCTET STRING. This conforms to RFC 6960 but conflicts with the
             original behavior specified in RFC 2560. For a temporary period for
             backwards compatibility, we will also parse values that are encoded as
             specified in RFC 2560 but this behavior will be removed in a future release.
	35.0.0 - 2021-09-29¶
	    Changed the version scheme. This will result in us incrementing the major
             version more frequently, but does not change our existing backwards
             compatibility policy.
	    BACKWARDS INCOMPATIBLE: The X.509 PEM parsers now require that the PEM
             string passed have PEM delimiters of the correct type. For example, parsing
             a private key PEM concatenated with a certificate PEM will no longer be
             accepted by the PEM certificate parser.
	    BACKWARDS INCOMPATIBLE: The X.509 certificate parser no longer allows
             negative serial numbers. RFC 5280 has always prohibited these.
	    BACKWARDS INCOMPATIBLE: Additional forms of invalid ASN.1 found during X.509
             parsing will raise an error on initial parse rather than when the malformed
             field is accessed.
	    Rust is now required for building cryptography, the
             CRYPTOGRAPHY_DONT_BUILD_RUST environment variable is no longer respected.
	    Parsers for X.509 no longer use OpenSSL and have been rewritten in Rust.
             This should be backwards compatible (modulo the items listed above) and
             improve both security and performance.
	    Added support for OpenSSL 3.0.0 as a compilation target.
	    Added support for SM3 and SM4, when using OpenSSL 1.1.1. These algorithms
             are provided for compatibility in regions where they may be required, and
             are not generally recommended.
	    We now ship manylinux_2_24 and musllinux_1_1 wheels, in addition to our
             manylinux2010 and manylinux2014 wheels. Users on distributions like Alpine
             Linux should ensure they upgrade to the latest pip to correctly receive
             wheels.
	    Added rfc4514_attribute_name attribute to x509.NameAttribute.
	    Added KBKDFCMAC.
	3.4.8 - 2021-08-24¶
	    Updated Windows, macOS, and manylinux wheels to be compiled with
             OpenSSL 1.1.1l.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
2022-06-25 11:13:37 +00:00
Adolf Belka
de6ef4d40a python3-msgpack: Required for build and execution of borgbackup 1.2.0
- New python module required for borgbackup. In borgbackup version 1.1.18 or 1.1.19
   the old bundled msgpack in borgbackup was removed and a specified version range
   of python3-msgpack required.
- This patch adds the lfs and rootfiles for this module

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
2022-06-25 09:11:58 +00:00
Adolf Belka
006309eaaf python3-packaging: Moved to rootfiles/packages/ directory
- Required for borgbackup execution

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
2022-06-25 09:11:58 +00:00
Adolf Belka
c9336f7a1f borgbackup: Fix bug #12884 - borgbackup 1.2.0 crashes on running any borg command
- When borgbackup was upgraded from version 1.1.17 to 1.2.0 the build was sucessfully
   completed but there was no testing feedback till after full release. It turned out
   that it did not successfully run.
- python3-packaging which had been installed for the build of borgbackup needed to also
   be available for the execution.
- When borgbackup was upgraded to 1.2.0 it was noticed that the old python3-msgpack was
   no longer needed as borgbackup used its own bundled msgpack since around version 1.1.10
   What was not seen was that in version 1.1.19 or 1.1.18 the bundled version of msgpack
   had been removed and that the newer version of python3-msgpack now needed to be
   installed but the version number has to meet the borgbackup requirements which currently
   require it to be =<1.0.3
- This patch adds the python3-packaging and python3-msgpack modules as dependencies for
   borgbackup
- The egg-info files are uncommented in the rootfile so that the borgbackup metadata can
   be found by python.
- The updated borgbackup build together with the python3-packaging and python3-msgpack
   modules were installed into a vm system using the .ipfire packages.
   Successfully initialised a borgbackup repo and ran two backups to the repo and checked
   the stats for the backup. Everything ran fine.

Fixes: Bug #12884
Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
2022-06-25 09:11:58 +00:00
Michael Tremer
de9ae56f4b python3-botocore: Ship interface descriptions
botocore parses any interface descriptions and exposes them to Python.
For that to work, we need to ship them.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2022-06-23 13:27:21 +00:00
Michael Tremer
92d1e94069 python3-botocore: Add httpchecksum module
It looks like this has been commented out by mistake

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2022-06-23 13:27:21 +00:00
Stefan Schantl
9aa2c4cc29 libtiff: Move into core system.
pango and the PDF tools as core parts are linked against
libtiff, therefore this library has to become a part of the
core distribution too.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
2022-06-17 16:28:05 +00:00
Stefan Schantl
4fdd355880 krb5: Move package into core system.
On one hand, the key.dns_resolver binary is linked against libkrb5, so this
library at least is required by the base system.

On the other hand this easily allows different services on the firewall
to use kerberos for authentication (ssh etc).

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
2022-06-17 16:28:05 +00:00
Adolf Belka
1e09fe9b2d libvorbis: Update to version 1.3.7
- Update from version 1.3.6 to 1.3.7
- Update of rootfile
- Changelog
   libvorbis 1.3.7 (2020-07-04)
	* Fix CVE-2018-10393 - out-of-bounds read encoding very low sample rates.
	* Fix CVE-2017-14160 - out-of-bounds read encoding very low sample rates.
	* Fix handling invalid bytes per sample arguments.
	* Fix handling invalid channel count arguments.
	* Fix invalid free on seek failure.
	* Fix negative shift reading blocksize.
	* Fix accepting unreasonable float32 values.
	* Fix tag comparison depending on locale.
	* Fix unnecessarily linking libm.
	* Fix memory leak in test_sharedbook.
	* Update Visual Studio projects for ogg library filename change.
	* Distribute CMake build files with the source package.
	* Remove unnecessary configure --target switch.
	* Add gitlab CI support.
	* Add OSS-Fuzz support.
	* Build system and integration updates.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
2022-05-30 19:45:10 +00:00
Michael Tremer
7154d8bfa6 aws-cli: Update to 1.23.12
This package and python3-botocore have to match exactly. Amazon does not
seem to care too much about compatibility between different versions
which is why we need to keep both in sync.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2022-05-30 19:21:59 +00:00
Michael Tremer
15194dcc39 python3-botocore: Update to 1.25.12
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2022-05-30 19:21:59 +00:00
Matthias Fischer
6bea701c49 clamav: Update to 0.105.0
For details see:
https://blog.clamav.net/2022/05/clamav-01050-01043-01036-released.html

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
2022-05-30 19:18:01 +00:00
Peter Müller
3b92642427 Update rootfiles
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2022-05-08 14:16:10 +00:00
Adolf Belka
b2f707cb02 nut: Update to version 2.8.0
- Update from version 2.7.4 to 2.8.0
- 2.7.4 was released in 2016 and since then not a lot of progress was made with it but
   since the start of 2022 new work on nut has ocurred culminating in this release
- Update of rootfile
- Ran find-dependencies on the old libraries due to the sobump to confirm that nothing
   else than nut used them, which was the case.
- Changelog
	After a long and windy trip since the last official release v2.7.4 half a dozen
         years ago, we the community, contributors and maintainers are proud to announce
         at last the general availability of NUT v2.8.0!
	As always, the new release includes numerous new drivers, sub-drivers, protocols
         and bug-fixes, with many companies and individuals chipping in with contributions
         of code.Thanks to everyone involved in making this happen, inspiring the changes,
         and providing the open-source friendly infrastructure.
	This release also culminates a significant effort in improvements of NUT QA and
         CI, and as a result -- in codebase quality and portability across a decade or
         two of recent platforms, third-party tools and other dependencies. As a side
         effect, public API (in headers and libraries) has changed a bit, hence a new
         semantic "minor" number is claimed for this major body of work.
	During this time, the https://networkupstools.org/ web site has changed to a
         rolling-release model to serve current information to match the evolving
         codebase. There are now special Sub-sites for historic releases to keep
         documentation snapshots relevant for users of packages which are typically based
         on official NUT releases.
	We recognize that NUT is an important piece of infrastructure which gets built
         into all sorts of devices, projects and operating systems -- some of which the
         team never heard of until they pop up in a question, and others we haven't heard
         of for years -- so we take a seriously omnivorous stance towards covering many
         versions and implementations of compiler suites, C/C++ revisions, make programs,
         shell and other scripted language interpreters, OSes and CPUs, and other similar
         variables tamed with our new NUT CI farm test matrix dynamically driven by
         currently registered build agents and their declared capabilities.
	Sections in the NEWS and UPGRADING files about changes since last release are
         several pages long, so would not all be repeated here. A few important
         highlights for distribution packagers and custom builders follow, however:
	    NUT now supports more i2c and modbus devices, as well as libusb-1.0 support
             as an alternative to earlier libusb-0.1 (so new dependency-based categories
             of packages for drivers may be due);
	    NUT Python modules and scripts (e.g. NUT-Monitor variants) should work with
             python-2.7 and with python-3.x, so covering historic distro releases as
             well as new ones (and so your distro can deliver one or both, probably in
             several packages with different dependencies in the latter case);
	    NUT provides revised reference systemd and SMF service unit definitions,
             including support of drivers wrapped into individual service instances with
             varying dependencies based on different media required (networked stack, USB
             stack, etc.), and many daemons include -F option for running "in foreground"
             to avoid extra forking after one already done by a service framework - you
             may want to use those in your packaged deliverables;
	    NUT newly provides the "nut-driver-enumerator" script and service, which
             allows it to follow edition of ups.conf and dynamically define+(re)start and
             stop+undefine service instances for drivers - there are several ways it can
             be integrated for different use-cases;
	    There are several new configuration keywords and CLI options - so while new
             NUT builds should work with old configs and scripts, the opposite is not
             necessarily true (old binaries may reject configurations taking advantage
             of new features);
	    There are several new protocol keywords - but old and new NUT daemons (data
             server and clients) should be able to communicate both ways;
	    It is assumed that API/ABI changes may require third-party NUT clients
             (library consumers of libnutclient, libupsclient, libnutscan... -- their
             version info was bumped accordingly) to get rebuilt, in order to work with
             the new NUT release in a stable fashion;
	    The dummy-ups driver used in automated testing now processes *.dev filename
             patterns once and does not loop, like it still does for *.seq and other
             files (by default);
	    USB code is now more strict about logical minimum/maximum ranges for data
             reported from devices, and some devices were already found to make mistakes
             - so there is also a mechanism for turning a blind eye to known issues and
             fix-up such report descriptors to produce intended sane values;
	    New documentation page docs/config-prereqs.txt highlights packaged
             dependencies installable on a large range of platforms to build as much of
             NUT as possible (incidentally, ones NUT CI farm uses to test every iteration);
	    Finally, we hope that NUT codebase might be able to cater for everyone "out
             of the box" (it also simplifies local builds from GitHub sources on any
             systems, for troubleshooting and checking pre-release enhancements): if you
             as a packager have to apply patches for your distribution, give it a thought
             -- whether they address a common issue best solved upstream once and behave
             similarly for everyone (and conversely, if your platform can do with
             existing solutions already tracked in the NUT version du-jour). PRs welcome!
             Or at least Wiki entries to list all the distro efforts for cross-pollination

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
2022-05-05 16:44:38 +00:00
Adolf Belka
6f3da00c53 sdl2: Update to version 2.0.22
- Update from version 2.0.20 to 2.0.22
- Update of rootfile
- Changelog
   2.0.22:
     General:
	* Added SDL_RenderGetWindow() to get the window associated with a renderer
	* Added floating point rectangle functions:
	    * SDL_PointInFRect()
	    * SDL_FRectEmpty()
	    * SDL_FRectEquals()
	    * SDL_FRectEqualsEpsilon()
	    * SDL_HasIntersectionF()
	    * SDL_IntersectFRect()
	    * SDL_UnionFRect()
	    * SDL_EncloseFPoints()
	    * SDL_IntersectFRectAndLine()
	* Added SDL_IsTextInputShown() which returns whether the IME window is currently
          shown
	* Added SDL_ClearComposition() to dismiss the composition window without disabling
          IME input
	* Added SDL_TEXTEDITING_EXT event for handling long composition text, and a hint
          SDL_HINT_IME_SUPPORT_EXTENDED_TEXT to enable it
	* Added the hint SDL_HINT_MOUSE_RELATIVE_MODE_CENTER to control whether the mouse
          should be constrained to the whole window or the center of the window when
          relative mode is enabled
	* The mouse is now automatically captured when mouse buttons are pressed, and the
          hint SDL_HINT_MOUSE_AUTO_CAPTURE allows you to control this behavior
	* Added the hint SDL_HINT_VIDEO_FOREIGN_WINDOW_OPENGL to let SDL know that a
          foreign window will be used with OpenGL
	* Added the hint SDL_HINT_VIDEO_FOREIGN_WINDOW_VULKAN to let SDL know that a
          foreign window will be used with Vulkan
	* Added the hint SDL_HINT_QUIT_ON_LAST_WINDOW_CLOSE to specify whether an
          SDL_QUIT event will be delivered when the last application window is closed
	* Added the hint SDL_HINT_JOYSTICK_ROG_CHAKRAM to control whether ROG Chakram
          mice show up as joysticks
     Windows:
	* Added support for SDL_BLENDOPERATION_MINIMUM and SDL_BLENDOPERATION_MAXIMUM to
          the D3D9 renderer
     Linux:
	* Compiling with Wayland support requires libwayland-client version 1.18.0 or later
	* Added the hint SDL_HINT_X11_WINDOW_TYPE to specify the _NET_WM_WINDOW_TYPE of
          SDL windows
	* Added the hint SDL_HINT_VIDEO_WAYLAND_PREFER_LIBDECOR to allow using libdecor
          with compositors that support xdg-decoration
     Android:
	* Added SDL_AndroidSendMessage() to send a custom command to the SDL java activity

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
2022-05-05 15:30:53 +00:00
Adolf Belka
401a2f3db0 hplip: Update to version 3.22.4
- Update from version 3.22.2 to 3.22.4
- Update of rootfile
- Changelog
   HPLIP 3.22.4 - This release has the following changes:
     Added support for following new Distro's:
	Manjaro 21.2
     Added support for the following new Printers:
	HP LaserJet Pro 4001ne
	HP LaserJet Pro 4001n
	HP LaserJet Pro 4001dne
	HP LaserJet Pro 4001dn
	HP LaserJet Pro 4001dwe
	HP LaserJet Pro 4001dw
	HP LaserJet Pro 4001d
	HP LaserJet Pro 4001de
	HP LaserJet Pro 4002ne
	HP LaserJet Pro 4002n
	HP LaserJet Pro 4002dne
	HP LaserJet Pro 4002dn
	HP LaserJet Pro 4002dwe
	HP LaserJet Pro 4002dw
	HP LaserJet Pro 4002d
	HP LaserJet Pro 4002de
	HP LaserJet Pro 4003dn
	HP LaserJet Pro 4003dw
	HP LaserJet Pro 4003n
	HP LaserJet Pro 4003d
	HP LaserJet Pro 4004d
	HP LaserJet Pro 4004dn
	HP LaserJet Pro 4004dw
	HP LaserJet Pro MFP 4101dwe
	HP LaserJet Pro MFP 4101dw
	HP LaserJet Pro MFP 4101fdn
	HP LaserJet Pro MFP 4101fdne
	HP LaserJet Pro MFP 4101fdw
	HP LaserJet Pro MFP 4101fdwe
	HP LaserJet Pro MFP 4102dwe
	HP LaserJet Pro MFP 4102dw
	HP LaserJet Pro MFP 4102fdn
	HP LaserJet Pro MFP 4102fdw
	HP LaserJet Pro MFP 4102fdwe
	HP LaserJet Pro MFP 4102fdne
	HP LaserJet Pro MFP 4102fnw
	HP LaserJet Pro MFP 4102fnwe
	HP LaserJet Pro MFP 4103dw
	HP LaserJet Pro MFP 4103dn
	HP LaserJet Pro MFP 4103fdn
	HP LaserJet Pro MFP 4103fdw
	HP LaserJet Pro MFP 4104dw
	HP LaserJet Pro MFP 4104fdw
	HP LaserJet Pro MFP 4104fdn
	HP ScanJet Pro 3600 f1
	HP ScanJet Pro N4600 fnw1
	HP ScanJet Pro 2600 f1
	HP ScanJet Enterprise Flow N6600 fnw1
   HPLIP 3.22.2 - This release has the following changes:
     Added support for following new Distro's:
	Elementary OS 6.1
	RHEL 8.5
	Linux Mint 20.3
     Added support for the following new Printers:
	HP LaserJet Tank MFP 1602a
	HP LaserJet Tank MFP 1602w
	HP LaserJet Tank MFP 1604w
	HP LaserJet Tank MFP 2602dn
	HP LaserJet Tank MFP 2602sdn
	HP LaserJet Tank MFP 2602sdw
	HP LaserJet Tank MFP 2602dw
	HP LaserJet Tank MFP 2604dw
	HP LaserJet Tank MFP 2604sdw
	HP LaserJet Tank MFP 2603dw
	HP LaserJet Tank MFP 2603sdw
	HP LaserJet Tank MFP 2605sdw
	HP LaserJet Tank MFP 2606dn
	HP LaserJet Tank MFP 2606sdn
	HP LaserJet Tank MFP 2606sdw
	HP LaserJet Tank MFP 2606dw
	HP LaserJet Tank MFP 2606dc
	HP LaserJet Tank MFP 1005
	HP LaserJet Tank MFP 1005w
	HP LaserJet Tank MFP 1005nw
	HP LaserJet Tank 1502a
	HP LaserJet Tank 1502w
	HP LaserJet Tank 1504w
	HP LaserJet Tank 2502dw
	HP LaserJet Tank 2502dn
	HP LaserJet Tank 2504dw
	HP LaserJet Tank 2503dw
	HP LaserJet Tank 2506dw
	HP LaserJet Tank 2506d
	HP LaserJet Tank 2506dn
	HP LaserJet Tank 1020
	HP LaserJet Tank 1020w
	HP LaserJet Tank 1020nw

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
2022-05-05 15:30:50 +00:00
Jon Murphy
64567c9423 pcengines-apu-firmware: Update to version 4.16.0.3
- Update from 4.15.0.1 to 4.16.0.3
- Update of rootfile
- Changelog
   v4.16.0.3 - Release date: 2022-04-21
      Rebased with official coreboot repository commit 2c4b426557
      See: https://github.com/pcengines/coreboot/compare/v4.16.0.2...v4.16.0.3
   v4.16.0.2 - Release date: 2022-03-29
      Rebased with official coreboot repository commit 66f99f7fa7
      See: https://github.com/pcengines/coreboot/compare/v4.16.0.1...v4.16.0.2
   v4.16.0.1 - Release date: 2022-03-08
      Rebased with official coreboot repository commit b4ba289fa5
      Disabled loglevel prefixes introduced in coreboot 4.16
      Disabled ANSI escape sequences introduced in coreboot 4.16
      Fixed AMD PSP CCP as entropy source
   v4.15.0.3 - Release date: 2022-02-16
      Rebased with official coreboot repository commit 36425312ee
      Added checking hardware matrix before regression tests
      Fixed the hard disk not visible in the Seabios Boot Menu
   v4.15.0.2 - Release date: 2022-01-11
      rebased with official coreboot repository commit 3990da0b
      disabled SMM
      enabled parallel AP initialization for apu2-6 for faster boot time

Signed-off-by: Jon Murphy <jon.murphy@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
2022-05-02 05:36:16 +00:00
Adolf Belka
56b9ee7e7e libseccomp: Update to version 2.5.4
- Update from version 2.5.3 to 2.5.4
- Update of rootfile
- Changelog
   Version 2.5.4 - April 21, 2022
	- Update the syscall table for Linux v5.17
	- Fix minor issues with binary tree testing and with empty binary trees
	- Minor documentation improvements including retiring the mailing list

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
2022-04-30 09:11:18 +00:00
Adolf Belka
810dbe76ae oci-cli: Update to version 3.7.3
- Update from 3.4.2 to 3.7.3
- Update of rootfile
- Changelog is too large to include here ~600 lines long
   More details can be found in the CHANGELOG.rst file in the source tarball

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Acked-by: Peter Müller <peter.mueller@ipfire.org>
2022-04-29 21:11:50 +00:00
Adolf Belka
85a250d636 oci-python-sdk: Update to version 2.64.0
- Update from 2.54.0 to 2.64.0
- Update of rootfile
- Changelog
	2.64.0 - 2022-04-19
	     Added
		* Support for the Stack Monitoring service
		* Support for stack monitoring on external databases in the Database service
		* Support for upgrading VM database systems in place in the Database service
		* Support for viewing supported VMWare software versions when listing host shapes in the VMWare Solution service
		* Support for choosing compute shapes when creating SDDCs and ESXi hosts in the VMWare Solution service
		* Support for work requests on delete operations in the Vulnerability Scanning service
		* Support for additional scan metadata in reports, including CVE descriptions, in the Vulnerability Scanning service
		* Support for redemption codes in the Usage service
	     Breaking
		* Param `type` in model `DiscoveryDetails` assumes the value of `UNKNOWN_ENUM_VALUE` if it is assigned a value that is not of the allowed_values. It will not raise a `ValueError`.
	2.63.0 - 2022-04-12
	     Added
		* Support for bringing your own IPv6 addresses in the Networking service
		* Support for specifying database edition and maximum CPU core count when creating or updating an autonomous database in the Database service
		* Support for enabling and disabling data collection options when creating or updating Exadata Cloud at Customer VM clusters in the Database service
	      Breaking
		* Support for retries by default on operations in the Identity service
		* Support for retries by default on operations in the Operations Insights service
	2.62.1 - 2022-04-05
	     Added
		* Fixed the lifecycle state values for target databases in the Data Safe service
		* Support for content length and content type response headers when downloading PDFs in the Account Management service
		* Support for creating Enterprise Manager-based zLinux host targets, creating alarms, and viewing top process analytics in the Operations Insights service
		* Support for diagnostic reboots on VM instances in the Compute service
	2.62.0 - 2022-03-29
	     Added
		* Support for returning the number of network ports as part of listing shapes in the Compute service
		* Support for Java runtime removal and custom logs in the Java Management service
		* Support for new parameters for BGP admin state and enabling/disabling BFD in the Networking service
		* Support for private OKE clusters and blue-green deployments in the DevOps service
		* Support for international customers to consume and launch third-party paid listings in the Marketplace service
		* Support for additional fields on entities, attributes, and folders in the Data Catalog service
	      Breaking
		* Support for retries by default on operations in the Marketplace service
	2.61.0 - 2022-03-22
	     Added
		* Support for getting the storage utilization of a deployment on deployment list and get operations in the GoldenGate service
		* Support for virtual machines, bare metal machines, and Exadata databases with private endpoints in the Operations Insights service
		* Support for setting deletion policies on database systems in the MySQL Database service
	      Breaking
		* Support for retries by default on operations in the Data Labeling service (data plane and control plane)
	2.60.1 - 2022-03-15
	     Added
		* Support for Ubuntu platforms and unlimited installation keys in the Management Agent Cloud service
		* Support for shielded instances in the VMWare Solution service
		* Support for application resources in the Data Integration service
		* Support for multi-AVM on Exadata Cloud at Customer infrastructure in the Database service
		* Support for heterogeneous (VM and AVM) clusters on Exadata Cloud at Customer infrastructure in the Database service
		* Support for custom maintenance schedules for AVM clusters on Exadata Cloud at Customer infrastructure in the Database service
		* Support for listing vulnerabilities, vulnerability-impacted containers, and vulnerability-impacted hosts in the Vulnerability Scanning service
		* Support for specifying an image count when creating or updating container scan recipes in the Vulnerability Scanning service
	2.60.0 - 2022-03-08
	     Added
		* Support for the Sales Accelerator license option in the Content Management service
		* Support for VCN hostname cluster endpoints in the Container Engine for Kubernetes service
		* Support for optionally specifying an admin username and password when creating a database system during a restore operation in the MySQL Database service
		* Support for automatic tablespace creation on non-autonomous and autonomous database dedicated targets in the Database Migration service
		* Support for reporting excluded objects based on static exclusion rules and dynamic exclusion settings in the Database Migration service
		* Support for removing, listing, and adding database objects reported by the Cloud Premigration Advisor Tool (CPAT) in the Database Migration service
		* Support for migrating Oracle databases from the AWS RDS service to OCI as autonomous databases, using the AWS S3 service and DBLINK for data transfer, in the Database Migration service
		* Support for querying additional fields of a resource using return clauses in the Search service
		* Support for clusters and station clusters in the Roving Edge Infrastructure service
		* Support for creating database systems and database homes using customer-managed keys in the Database service
	      Breaking
		* Support for retries enabled by default on operations in the Container Engine for Kubernetes service
		* Support for retries enabled by default on operations in the Resource Manager service
		* Support for retries enabled by default on operations in the Search service
	2.59.0 - 2022-03-01
	     Added
		* Support for DRG route distribution statements to be specified with a new match type 'MATCH_ALL' for matching criteria in the Networking service
		* Support for VCN route types on DRG attachments for deciding whether to import VCN CIDRs or subnet CIDRs into route rules in the Networking service
		* Support for CPS offline reports in the Database service
		* Support for infrastructure patching v2 features in the Database service
		* Support for auto-scaling the storage of an autonomous database, as well as shrinking an autonomous database, in the Database service
		* Support for managed egress via a default networking option on jobs and notebooks in the Data Science service
		* Support for more types of saved search enums in the Management Dashboard service
	     Breaking
		* Support for retries enabled by default on some operations in the AI Vision service
	2.58.0 - 2022-02-22
	     Added
		* Support for the Data Connectivity Management service
		* Support for the AI Speech service
		* Support for disabling crash recovery in the MySQL Database service
		* Support for detector recipes of type "threat", new detector rule of type "rogue user", and sightings operations in the Cloud Guard service
		* Support for more VM shape configurations when listing shapes in the Compute service
		* Support for customer-managed encryption keys in the Analytics Cloud service
		* Support for FastConnect device information in the Networking service
	     Breaking
		* Support for retries enabled by default on all operations in the Application Performance Monitoring control plane service
	2.57.0 - 2022-02-15
	     Added
		* Support for the AI Vision service
		* Support for the Threat Intelligence service
		* Support for creation of NoSQL database tables with on-demand throughput capacity in the NoSQL Database Cloud service
		* Support for tagging features in the Oracle Container Engine for Kubernetes (OKE) service
		* Support for trace snapshots in the Application Performance Monitoring service
		* Support for auditing and alerts in the Data Safe service
		* Support for data discovery and data masking in the Data Safe service
		* Support for customized subscriptions and delivery of announcements by email and SMS in the Announcements service
	     Breaking
		* The API `query_old` was removed from `query_client` in the Application Performance Monitoring service
	2.56.0 - 2022-02-08
	     Added
		* Support for managing tablespaces in the Database Management service
		* Support for upgrading and managing payment for subscriptions in the Account Management service
		* Support for listing fast launch job configurations in the Data Science service
	     Breaking changes
		* Support for retries enabled by default on all operations in the Application Performance Monitoring service
		* The type for the `bill_to_address` parameter was changed from `Address` to `BillToAddress` in the invoice model of the Account Management service
		* `payment_method` was made a required property of the `payment_detail` model of the Account Management service
	2.55.1 - 2022-02-01
	     Added
		* Support for calling Oracle Cloud Infrastructure services in the ap-dcc-canberra-1 region
		* Support for the Console Dashboard service
		* Support for capacity reservation in the Container Engine for Kubernetes service
		* Support for tagging in the Container Engine for Kubernetes service
		* Support for fetching listings by image OCID in the Marketplace service
		* Support for underscores and hyphens in project resource names in the DevOps service
		* Support for cross-region cloning in the Database service
	2.55.0 - 2022-01-25
	     Added
		* Support for OneSubscription services
		* Support for specifying if a run or application is streaming or batch in the Data Flow service
		* Support for updating the Instance Configuration of an Instance Pool within a Cluster Network in the Compute Management service
		* Updated documentation for Cross Region ADG feature for Autonomous Database in the Database service
	     Breaking
		* Support for retries enabled by default on all operations in the Object Storage service
	2.54.1 - 2022-01-18
	     Added
		* Support for calling Oracle Cloud Infrastructure services in the me-dcc-muscat-1 region
		* Support for the Visual Builder service
		* Support for cross-region replication of volume groups in the Block Storage service
		* Support for boot volume encryption in the Container Engine for Kubernetes service
		* Support for adding metadata to records when creating and updating records in the Data Labeling service
		* Support for global export formats in snapshot datasets in the Data Labeling service
		* Support for adding labeling instructions to datasets in the Data Labeling service
		* Support for updating autonomous dataguard associations for autonomous container databases in the Database service
		* Support for setting up automatic failover when creating autonomous container databases in the Database service
		* Support for setting the RECO storage size when updating a database system in the Database service
		* Support for reconnecting refreshable clones to source for autonomous databases on shared infrastructure in the Database service
		* Support for checking if an autonomous database on shared infrastructure can be reconnected to source, in the Database service

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Acked-by: Peter Müller <peter.mueller@ipfire.org>
2022-04-29 21:11:46 +00:00
Adolf Belka
9d5c3d36e0 openvmtools: Update to version stable-12.0.0
- Update from version stable-11.3.0 to stable-12.0.0
- Update of rootfile
- Changelog is a bit too long to include here. More details can be found at
    https://github.com/vmware/open-vm-tools/blob/stable-12.0.0/ReleaseNotes.md
    https://github.com/vmware/open-vm-tools/blob/stable-11.3.5/ReleaseNotes.md
- In version 11.3.5 mount.vmhgfs was removed from openvmtools
   It has been replaced by hgfs-fuse

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
2022-04-29 19:37:31 +00:00
Peter Müller
3d767c8aad borgbackup: Fix rootfile on 32-bit ARM
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2022-04-26 11:25:59 +00:00
Adolf Belka
b7a2d742b4 powertop: Update to version 2.14
- Update from v2.10 to 2.14
- added ./autogen.sh to create configure file
- Update of rootfile
- Changelog
   No changelog provided anywhere. For details of changes see commits in the github
    repository - https://github.com/fenrus75/powertop/commits/master

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
2022-04-25 18:40:49 +00:00
Peter Müller
3098182fa7 Samba: Update ARM rootfiles
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2022-04-25 18:40:17 +00:00
Adolf Belka
b8ffb101f8 keepalived: Update to version 2.2.7
- Update from 2.2.4 to 2.2.7
- Update of rootfile
- Changelog
   Release 2.2.7 brings lots of improvements and fix some minor issues reported. It add
    some new VRRP features as well. Stability has been even more extended.
	New
	    ipvs: Add support to twos scheduler.
	    vrrp: Add vrf option for unicast without specifying an interface.
	    vrrp: Add option unicast_fault_no_peer. Previously if unicast_src_ip (or any
                  other unicast option) was specified, but no unicast peers were
                  configured, then the VRRP instance would operate in multicast mode. A
                  user has identified that, due to automatic configuration generation,
                  they could have a configuration that should operate in unicast mode,
                  but that no unicast peers were configured. In this case, they did not
                  want the VRRP instance to revert to multicast mode. In order to
                  maintain backward compatibility, keepalived can’t simply change to not
                  allowing no unicast peers. Instead, this commit adds the configuration
                  option “unicast_fault_no_peer”, which if specified causes the VRRP
                  instance to go to fault state if no unicast peers are configured.
	    vrrp: Allow specification of multicast address to be used.
	    vrrp: Add vrf option to static and vrrp routes.
	    vrrp: Add option to resend vrrp states on fifos after reload. Since
                  keepalived restarts FIFOs scripts it is managing when a reload occurs,
                  it can be helpful to send the VRRP instance and group states after a
                  reload. This commit adds option fifo_write_vrrp_states_on_reload to do
                  that, and it means that what is written to the FIFOs with default
                  configuration does not change.
	    vrrp: Allow duplication of VRIDs on an interface with unicast peers. If two
                  VRRP instances are using unicast peers and there is no overlap of
                  unicast peers between the vrrp instances, then the vrrp instances can
                  use the same VRIDs.
	    global: Don’t assume running as user root.
	    systemd: Add keepalived-non-root.service systemd service file.
                     keepalived-non-root.service allows keepalived to be run as a non
                     root user, but with specific added capabilities to allow all the
                     functionality that keepalived needs.
	Improvements
	    vrrp: Stop receiving any data on garp and ndisc sockets. This is a send-only
                  channel.
	    vrrp: Open gratuitous ARP socket as an ARP socket rather than RARP. Now that
                  the receiving of packets on the garp socket has been stopped, we can
                  open the socket with the correct type of binding, and we won’t have a
                  queue of received messages build up.
	    vrrp: Extend cBPF filtering code to support standard definition.
	    vrrp: Optimise nftables configuration to limit some rules to macvlans. If we
                  are moving messages that have been generated on a macvlan, we nftables
                  rules can be optimised to restrict them to macvlan interfaces.
	    vrrp: Drop ICMPV6 Router Solicitation messages from vmac interfaces. When we
                  create a vmac interface, a short time afterwards the kernel sends a
                  router solicition message with the source MAC address of the vmac
                  interface. The problem is that this will upset snooping switches if
                  the VRRP instance is in backup state. Furthermore, we can’t simply
                  move the packet onto the underlying interface since the ICMPV6 payload
                  also contains the MAC address of the vmac interface. We can’t just
                  change the MAC address in the ICMPV6 message, since there is also a
                  checksum which would need to be recalculated. The only solution at the
                  moment is to drop the packet. This shouldn’t be a problem since the
                  underlying interface should have sent a Router solicitation message
                  when it came up.
	    vrrp: Add option to specify MAC address for VMACs.
	    vrrp: Don’t lose some configuration faults. The following errors were being
                  detected in vrrp_complete_instance() and the VRRP instance was then
                  supposed to be put into fault state since it couldn’t operate.
                  However, the need to go to fault state was subsequently being lost.
                  The configuration errors that were being lost were: (a) Configuring
                  use of a VMAC on a non Ethernet interface (b) Attempting to use
                  multicast on an interface that doesn’t support it (c) Using an ipvlan
                  without a source IP address (d) ipvlan address family not matching
                  VRRP isntance’s (e) VRID conflicts on an interface which could be
                  deleted an recreated on a different interface (f) An interface
                  specified for a VIP is the same as the VRRP instance’s VMAC or another
                  VRRP instance’s VMAC. This improvement ensures that the VRRP instance
                  will be put into, and remain in, fault state, since it cannot
                  successfully operate. As can be seen from the list of circumstances
                  above, they were very unlikely to occur, but were possible.
	    vrrp: Bind IPv6 socket to multicast address. Previously IPv6 sockets were
                  being bound to the ::1 address, since trying to bind to the multicast
                  address was failing. The reason for failing has now been discovered to
                  be that the scope_id needed to be set (i.e. the interface index),
                  since the multicast addresses that we use are link-local multicast
                  addresses. This improvement now sets the scope_id, so the socket can
                  successfully be bound to the multicast address.
	    vrrp: Set IPV6_MULTICAST_ALL on IPv6 sockets if available.
	    vrrp: Some SNMP extension and improvements: - Correct FastOpenNoCookie and
                  L3Mdev variable types - Don’t write multicast address to SNMP when
                  using unicast. - Don’t write unconfigured LVS sync daemon address to
                  SNMP. - Define and use SNMP_TruthValue. - Define and use
                  SNMP_InetAddressType. - Correct reporting accept mode for VRRPv3 SNMP.
	    vrrp: Misc DBus improvements (Opening, logging, data_dir, policy, …)
	    vrrp: Handle VMAC’s interface changing on reload properly.
	    vrrp: If accept traffic for VIPs changes on reload, update firewall.
	    vrrp: Stop going to backup if reload IPv6 and change vmac_xmit_base.
	    vrrp: Add add/prepend/append options to static and virtual routes. The
                  kernel by default prepends routes, whereas the ip (iproute2) utility
                  be default adds routes (adding a route does not allow duplicates
                  whereas appending or prepending does). keepalived previously has not
                  set the flags relating to this, and so has always prepended routes.
                  This means that duplicate routes could be created.
	    lib: Update Red Black tree code to Linux 5.15-rc4.
	    script: Extend sample_notify_fifo.sh.
	    doc: Misc documentation updates.
	    docker: Upate docker file.
	    init: Init handling extensions. Make parent process exit with meaningful
                  status on error. Ensure systemd is not notified of successful start if
                  failed. fix building without systemd notify suport.
	    bfd: handle unexpected closure of pipe to checker and vrrp processes. If the
                 parent process abnormally terminates and then the BFD process
                 terminates due to PDEATHSIG before the vrrp or checker processes
                 terminate, the vrrp and checker processes can get a read error on the
                 pipes used to communicate with the BFD process.
	    bfd: make BFD work when IPv6 disabled on system.
	Fixes
	    lib: Fix calculating CLOCK_REALTIME and CLOCK_MONOTONIC offsets.
	    lib: scheduler: Handle cancelling timer thread on ready queue. The timer
                 thread on the ready queue, if cancelled, was corrupting the read
                 list_head, since it assumed it was on a red black tree.
	    snap: Fix building snaps.
	    ipvs: Fix building with glibc prior to v2.19 (released 2014).
	    bfd: Handle interface down/address missing when keepalived starts. This
                 resolves a segfault, and also makes bfd retry once per minute to create
                 send socket if it cannot do so due to no address to bind to on an
                 interface.
	    vrrp: Fix unicast with interface in a VRF domain.
	    vrrp: Fix moving excess VIPs to eVIPs, by properly handling vip_cnt.
	    vrrp: Fix configured IPv6 multicast addresses with VMACs. Using different
                  multicast addresses with IPv6 on the same interface without using
                  VMACs is only supported if the kernel supports IPV6_MULTICAST_ALL
                 (from Linux v4.20).
	    vrrp: Fix checking for unicast with VMAC/ipvlan and no peers.
	    vrrp: Fix checking if have unicast ppers if unicast_ttl specified.
	    vrrp: Don’t segfault if duplicate VMAC name, but ignore second name.
	    vrrp: Don’t delete and recreate VMAC on reload if only VRID has changed.
                  There seems to be an issue deleting and then immediately recreating a
                  VMAC on the same interface. This commit therefore simply changes the
                  MAC address if the only change is the VRID.
	    vrrp: Fix nftables config if VMAC interface changed on reload.
	    vrrp: Don’t segfault if don’t have permission for ARP/NDISC socket.
	    vrrp: Fix IPv6 with vmac_xmit_base.
	    vrrp: fix disabling vmac-xmit-base with VRRPv3 IPv6 use_vmac.
	    vrrp: Fix specifying user/group for vrrp_scripts.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
2022-04-24 19:02:37 +00:00
Adolf Belka
7b5f057a48 perl-JSON: Installation of new package required by samba
- Installation of lfs and rootfile for perl-JSON - required by samba-4.16.0

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
2022-04-24 14:20:43 +00:00
Adolf Belka
e8e8b6ae29 samba: Update to version 4.16.0
- Update from version 4.15.5 to 4.16.0
- Update of rootfile
- perl-JSON now added to samba requirements. Additional patch combined with this on for
   install of perl-JSON
- Changelog
   Release Notes for Samba 4.16.0
     NEW FEATURES/CHANGES
	New samba-dcerpcd binary to provide DCERPC in the member server setup
		In order to make it much easier to break out the DCERPC services
		from smbd, a new samba-dcerpcd binary has been created.
		samba-dcerpcd can be used in two ways. In the normal case without
		startup script modification it is invoked on demand from smbd or
		winbind --np-helper to serve DCERPC over named pipes. Note that
		in order to run in this mode the smb.conf [global] section has
		a new parameter "rpc start on demand helpers = [true|false]".
		This parameter is set to "true" by default, meaning no changes to
		smb.conf files are needed to run samba-dcerpcd on demand as a named
		pipe helper.
		It can also be used in a standalone mode where it is started
		separately from smbd or winbind but this requires changes to system
		startup scripts, and in addition a change to smb.conf, setting the new
		[global] parameter "rpc start on demand helpers = false". If "rpc
		start on demand helpers" is not set to false, samba-dcerpcd will
		refuse to start in standalone mode.
		Note that when Samba is run in the Active Directory Domain Controller
		mode the samba binary that provides the AD code will still provide its
		normal DCERPC services whilst allowing samba-dcerpcd to provide
		services like SRVSVC in the same way that smbd used to in this
		configuration.
		The parameters that allowed some smbd-hosted services to be started
		externally are now gone (detailed below) as this is now the default
		setting.
		samba-dcerpcd can also be useful for use outside of the Samba
		framework, for example, use with the Linux kernel SMB2 server ksmbd or
		possibly other SMB2 server implementations.
	Heimdal-8.0pre used for Samba Internal Kerberos, adds FAST support
		Samba has since Samba 4.0 included a snapshot of the Heimdal Kerberos
		implementation.  This snapshot has now been updated and will closely
		match what will be released as Heimdal 8.0 shortly.
		This is a major update, previously we used a snapshot of Heimdal from
		2011, and brings important new Kerberos security features such as
		Kerberos request armoring, known as FAST.  This tunnels ticket
		requests and replies that might be encrypted with a weak password
		inside a wrapper built with a stronger password, say from a machine
		account.
		In Heimdal and MIT modes Samba's KDC now supports FAST, for the
		support of non-Windows clients.
		Windows clients will not use this feature however, as they do not
		attempt to do so against a server not advertising domain Functional
		Level 2012.  Samba users are of course free to modify how Samba
		advertises itself, but use with Windows clients is not supported "out
		of the box".
		Finally, Samba also uses a per-KDC, not per-realm 'cookie' to secure part of
		the FAST protocol.  A future version will align this more closely with
		Microsoft AD behaviour.
		If FAST needs to be disabled on your Samba KDC, set
		 kdc enable fast = no
		in the smb.conf.
	Certificate Auto Enrollment
		Certificate Auto Enrollment allows devices to enroll for certificates from
		Active Directory Certificate Services. It is enabled by Group Policy.
		To enable Certificate Auto Enrollment, Samba's group policy will need to be
		enabled by setting the smb.conf option `apply group policies` to Yes. Samba
		Certificate Auto Enrollment depends on certmonger, the cepces certmonger
		plugin, and sscep. Samba uses sscep to download the CA root chain, then uses
		certmonger paired with cepces to monitor the host certificate templates.
		Certificates are installed in /var/lib/samba/certs and private keys are
		installed in /var/lib/samba/private/certs.
	Ability to add ports to dns forwarder addresses in internal DNS backend
		The internal DNS server of Samba forwards queries non-AD zones to one or more
		configured forwarders. Up until now it has been assumed that these forwarders
		listen on port 53. Starting with this version it is possible to configure the
		port using host:port notation. See smb.conf for more details. Existing setups
		are not affected, as the default port is 53.
	CTDB changes
		* The "recovery master" role has been renamed "leader"
		  Documentation and logs now refer to "leader".
		  The following ctdb tool command names have changed:
		    recmaster -> leader
		    setrecmasterrole -> setleaderrole
		  Command output has changed for the following commands:
		    status
		    getcapabilities
		  The "[legacy] -> recmaster capability" configuration option has been
		  renamed and moved to the cluster section, so this is now:
		    [cluster] -> leader capability
		* The "recovery lock" has been renamed "cluster lock"
		  Documentation and logs now refer to "cluster lock".
		  The "[cluster] -> recovery lock" configuration option has been
		  deprecated and will be removed in a future version.  Please use
		  "[cluster] -> cluster lock" instead.
		  If the cluster lock is enabled then traditional elections are not
		  done and leader elections use a race for the cluster lock.  This
		  avoids various conditions where a node is elected leader but can not
		  take the cluster lock.  Such conditions included:
		  - At startup, a node elects itself leader of its own cluster before
		    connecting to other nodes
		  - Cluster filesystem failover is slow
		  The abbreviation "reclock" is still used in many places, because a
		  better abbreviation eludes us (i.e. "clock" is obvious bad) and
		  changing all instances would require a lot of churn.  If the
		  abbreviation "reclock" for "cluster lock" is confusing, please
		  consider mentally prefixing it with "really excellent".
		* CTDB now uses leader broadcasts and an associated timeout to
		  determine if an election is required
		  The leader broadcast timeout can be configured via new configuration
		  option
		    [cluster] -> leader timeout
		  This specifies the number of seconds without leader broadcasts
		  before a node calls an election.  The default is 5.
     REMOVED FEATURES
	  Older SMB1 protocol SMBCopy command removed
		SMB is a nearly 30-year old protocol, and some protocol commands that
		while supported in all versions, have not seen widespread use.
		One of those is SMBCopy, a feature for a server-side copy of a file.
		This feature has been so unmaintained that Samba has no testsuite for
		it.
		The SMB1 command SMB_COM_COPY (SMB1 command number 0x29) was
		introduced in the LAN Manager 1.0 dialect and it was rendered obsolete
		in the NT LAN Manager dialect.
		Therefore it has been removed from the Samba smbd server.
		We do note that a fully supported and tested server-side copy is
		present in SMB2, and can be accessed with "scopy" subcommand in
		smbclient)
	  SMB1 server-side wildcard expansion removed
		Server-side wildcard expansion is another feature that sounds useful,
		but is also rarely used and has become problematic - imposing extra
		work on the server (both in terms of code and CPU time).
		In actual OS design, wildcard expansion is handled in the local shell,
		not at the remote server using SMB wildcard syntax (which is not shell
		syntax).
		In Samba 4.16 the ability to process file name wildcards in requests
		using the SMB1 commands SMB_COM_RENAME (SMB1 command number 0x7),
		SMB_COM_NT_RENAME (SMB1 command number 0xA5) and SMB_COM_DELETE (SMB1
		command number 0x6) has been removed.
	  SMB1 protocol has been deprecated, particularly older dialects
		We take this opportunity to remind that we have deprecated and
		disabled by default, but not removed, the whole SMB1 protocol since
		Samba 4.11.  If needed for security purposes or code maintenance we
		will continue to remove older protocol commands and dialects that are
		unused or have been replaced in more modern SMB1 versions.
		We specifically deprecate the older dialects older than "NT LM 0.12"
		(also known as "NT LANMAN 1.0" and "NT1").
		Please note that "NT LM 0.12" is the dialect used by software as old
		as Windows 95, Windows NT and Samba 2.0, so this deprecation applies
		to DOS and similar era clients.
		We do reassure that that 'simple' operation of older clients than
		these (eg DOS) will, while untested, continue for the near future, our
		purpose is not to cripple use of Samba in unique situations, but to
		reduce the maintaince burden.
		Eventually SMB1 as a whole will be removed, but no broader change is
		announced for 4.16.
		In the rare case where the above changes cause incompatibilities,
		users requiring support for these features will need to use older
		versions of Samba.
	  No longer using Linux mandatory locks for sharemodes
		smbd mapped sharemodes to Linux mandatory locks. This code in the Linux kernel
		was broken for a long time, and is planned to be removed with Linux 5.15. This
		Samba release removes the usage of mandatory locks for sharemodes and the
		"kernel share modes" config parameter is changed to default to "no". The Samba
		VFS interface is kept, so that file-system specific VFS modules can still use
		private calls for enforcing sharemodes.
	  smb.conf changes
		  Parameter Name                          Description     Default
		  --------------                          -----------     -------
		  kernel share modes                      New default     No
		  dns forwarder                           Changed
		  rpc_daemon                              Removed
		  rpc_server                              Removed
		  rpc start on demand helpers             Added           true

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
2022-04-24 14:20:43 +00:00
Adolf Belka
8b84073efb git: Update to version 2.36.0
- Update from 2.35.1 to 2.36.0
- Update of rootfile
- Changelog
   2.36 Release Notes
	These are too long to include here. To see the details go to the following link
        https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.36.0.txt
   2.35.3.txt Release Notes
	This release merges up the fixes that appear in v2.35.3.
   2.35.2 Release Notes
	This release merges up the fixes that appear in v2.30.3,
	v2.31.2, v2.32.1, v2.33.2 and v2.34.2 to address the security
	issue CVE-2022-24765; see the release notes for these versions
	for details.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
2022-04-24 14:20:10 +00:00
Adolf Belka
2a85fc7a12 lcdproc: Update to version 0.5.9
- Update from version 0.5.7 (2016) to 0.5.9 (2017)
- Update of rootfile
- This patch brings lcdproc up to date with the most recent release.
- Although there are no new releases there are continuing ongoing commits and issue fixes
   being done in the repository with the last commit being in Dec 2021.
  Not sure why no new releases are being done. It looks like any of the commits that fix
   issuse people have raised have to be patched by the interested people.
- Changelog
      0.5.9
	  This is mostly a code cleanup, bugfix and maintainance release.
		Drivers supporting new hardware or additional functionality
		    HD44780 connection type "serial" supports Portwell EZIO-100 and EZIO-300
		    HD44780 connection type "gpio" supports dual controller displays.
		    This connection type is now a full replacement for the obsolete "rpi"
		    connection type.
		Removed configure flags
		    enable-permissive-menu-goto is replaced by a setting in LCDd.conf
		    enable-seamless-hbars is now selected by drivers that need it automatically
		Other important changes
		    The build system now specifies the language as C99.
		    API: drivers need to include "shared/report.h" instead of "report.h"
		    libftdi1 is used if it is available instead of obsolete libftdi
		    display update interval is selectable from LCDd.conf
     0.5.8
		New drivers
		    futaba: for Futaba TOSD-5711BB VFDisplay commonly used on Elonex Artisan,
		    Fujitsu Scaleo E and FIC Spectra Media Centre PCs
		    linux_input: supporting event devices from the linux input subsystem
		    Olimex_MOD_LCD1x9: for Olimex MOD-LCD1x9
		    yard2LCD: for yard2
		New connection types for hd44780 driver
		    lcm162 is a differently wired 8 bit connection type used on Nextgate NSA
		    network appliances
		    gpio is using the linux sysfs gpio interface to control a display in
		    4-bit mode. To build this sub-driver you need
		    libugpio, which is a new dependency
		    for lcdproc.
		Obsolete connection types for hd44780 driver
		 The following connection types are obsolete and probably won't get bug
		  and security fixes:
		    raspberrypi: use the gpio connection type instead
		    piplate: use the gpio connection type together with the gpio-mcp23s08
		    kernel module.
		    pifacecad: use the gpio connection type together with the gpio-mcp23s08
		    kernel module.
		    i2c: support for this sub-driver might continue for the users of
		    non-linux operating systems. On linux systems it is recommended to
		    use the gpio connection type together with the gpio-pcf857x kernel
		    module.
		Drivers supporting new hardware or additional functionality
		    icp_a106 now also supports A125 displays
		    NoritakeVFD added some non-essential features
		Other important changes
		    Development of lcdproc moved to github.
		    Some internal data structures have changed. If you have custom LCDd
		    drivers, you will need to recompile them against the new version. Of
		    course submitting such drivers in pull requests is appreciated.
		    For a detailed list of bug fixes, see the ChangeLog.md included in the
		    distribution archive.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
2022-04-24 14:17:51 +00:00
Matthias Fischer
166efe4cb5 mc: Update to 4.8.28
For details see:
http://midnight-commander.org/wiki/NEWS-4.8.28

Summary:

"Major changes since 4.8.27
Core
VFS
    Remove SMB support (#1)

Editor
    Add syntax highlighting:
        Ngspice/SPICE (http://ngspice.sourceforge.net/) (#4316, #4319)
        DOT/Graphviz (https://graphviz.org/doc/info/lang.html) (#4322)

Viewer
    Support file/dir macros from mc.ect for standalone viewer (#4150)

Misc
    Minimal version of "check" utility is 0.9.10.
    Code cleanup (#4270, #4330)
    Support Shift+Fn keys for KiTTY (#4325)
    Filehighlight:
        graphical formats: avif, jp2, jxl, heic, heif, psb, psd (#4328)
        Markdown (#4351)

Fixes
    FTBFS with ncurses build with --disable-widec (#4200)
    There is no exit on Ubuntu PPC64 big endian (#3887)
    Segfault on change panel mode (#4323)
    Accelerator conflict in Left/Right? menu (#4284)
    move a lot of files across filesystems is slow (#4287)
    mc.ext: wrong order of rules: general matches are made before more specific ones (#4273)
    mc.ext: compressed man pages are shown unformatted (#4272)
    ext.d/misc.sh: invoking /bin/cat on systems that have no /bin/cat (like NixOS) (#4298)
    mcedit: errors in syntax definitions (#4286)
    VFS: FISH: when uploading a symbolic link, it creates both the link and its target (#4281)
    VFS: SFTP: timestamps are not preserved for uploaded symlink (#4285)
    VFS: EXTFS: incorrect test of isoinfo (#4326)
    Typo in skin files (#3146)"

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Reviewed-by: Adolf Belka <adolf.belka@ipfire.org>
2022-04-23 14:24:09 +00:00
Adolf Belka
9196f2a448 python3-pkgconfig: Install this new python module for borgbackup
- Instal the python pkgconfig module - required for borgbackup
- Install of rootfile

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
2022-04-18 21:15:51 +00:00
Adolf Belka
8b27f672f8 borgbackup: Update to version 1.2.0
- Update from 1.1.17 to 1.2.0
- Update of rootfile
- v2 version has x86_64 replaced by xxxMACHINExxx in the rootfile
- borgbackup now requires the python module pkgconfig, installed as a set with this patch
- Changelog
	Compatibility notes:
	    dropped support / testing for older Pythons, minimum requirement is 3.8. In
             case your OS does not provide Python >= 3.8, consider using our binary,
             which does not need an external Python interpreter. Or continue using
             borg 1.1.x, which is still supported.
	    freeing repository space only happens when “borg compact” is invoked.
	    mount: the default for --numeric-ids is False now (same as borg extract)
	    borg create --noatime is deprecated. Not storing atime is the default
             behaviour now (use --atime if you want to store the atime).
	    list: corrected mix-up of “isomtime” and “mtime” formats. Previously,
             “isomtime” was the default but produced a verbose human format, while
             “mtime” produced a ISO-8601-like format. The behaviours have been swapped
             (so “mtime” is human, “isomtime” is ISO-like), and the default is now
             “mtime”. “isomtime” is now a real ISO-8601 format (“T” between date and
             time, not a space).
	    create/recreate --list: file status for all files used to get announced
             AFTER the file (with borg < 1.2). Now, file status is announced BEFORE the
             file contents are processed. If the file status changes later (e.g. due to
             an error or a content change), the updated/final file status will be
             printed again.
	    removed deprecated-since-long stuff (deprecated since):
	        command “borg change-passphrase” (2017-02), use “borg key …”
	        option “--keep-tag-files” (2017-01), use “--keep-exclude-tags”
	        option “--list-format” (2017-10), use “--format”
	        option “--ignore-inode” (2017-09), use “--files-cache” w/o “inode”
	        option “--no-files-cache” (2017-09), use “--files-cache=disabled”
	    removed BORG_HOSTNAME_IS_UNIQUE env var. to use borg you must implement one
             of these 2 scenarios:
	            the combination of FQDN and result of uuid.getnode() must be unique
                     and stable (this should be the case for almost everybody, except
                     when having duplicate FQDN and MAC address or all-zero MAC address)
	            if you are aware that 1) is not the case for you, you must set
                     BORG_HOST_ID env var to something unique.
	    exit with 128 + signal number, #5161. if you have scripts expecting rc == 2
             for a signal exit, you need to update them to check for >= 128.
	Fixes:
	    diff: reduce memory consumption, fix is_hardlink_master, #6295
	    compact: fix / improve freeable / freed space log output
	        derive really freed space from quota use before/after, #5679
	        do not say “freeable”, but “maybe freeable” (based on hint, unsure)
	    fix race conditions in internal SaveFile function, #6306 #6028
	    implement internal safe_unlink (was: truncate_and_unlink) function more
             safely: usually it does not truncate any more, only under “disk full”
             circumstances and only if there is only one hardlink. see:
             https://github.com/borgbackup/borg/discussions/6286
	Other changes:
	    info: use a pre12-meta cache to accelerate stats for borg < 1.2 archives.
             the first time borg info is invoked on a borg 1.1 repo, it can take a
             rather long time computing and caching some stats values for 1.1 archives,
             which borg 1.2 archives have in their archive metadata structure. be
             patient, esp. if you have lots of old archives. following invocations are
             much faster due to the cache. related change: add archive name to
             calc_stats progress display.
	    docs:
	        add borg 1.2 upgrade notes, #6217
	        link to borg placeholders and borg patterns help
	        init: explain the encryption modes better
	        clarify usage of patternfile roots
	        put import-tar docs into same file as export-tar docs
	        explain the difference between a path that ends with or without a slash,
                 #6297

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
2022-04-18 21:15:51 +00:00
Adolf Belka
2e68dcd6eb tshark: Update to version 3.6.3
- Update from 3.4.7 to 3.6.3
- Update of rootfile
- find-dependencies run due to sobump - nothing reported
- Changelog - a range of changes including many bug fixes and several vulnerabilities
	Wireshark 3.6.3 Release Notes
	  Bug Fixes
	     • Fuzz job crash output: fuzz-2022-01-19-7399.pcap Issue 17894[1].
	     • TLS dissector incorrectly reports JA3 values Issue 17942[2].
	     • "Wiki Protocol page" in packet details menu is broken - wiki
	       pages not migrated to GitLab? Issue 17944[3].
	     • Dissector bug, protocol PFCP display Flow Description IE value
	       error in Additional Flow Description of PFD Management Request
	       Message Issue 17951[4].
	     • Bluetooth: Fails to open Log file for SCO connection Issue
	       17964[5].
	     • Fuzz job crash output: fuzz-2022-03-07-10896.pcap Issue 17984[6].
	     • libwiretap: Save as ERF causes segmentation fault Issue 17989[7].
	     • HTTP server returning multiple early hints shows too many
	       responses in "Follow HTTP Stream" Issue 18006[8].
	  New and Updated Features
	     Updated Protocol Support
	      CSN.1, HTTP, IEEE 802.11, NTLM SSP, PFCP, PKTLOG, SSDP, TLS, and USB
	      HID
	     New and Updated Capture File Support
	      pcap and pcapng
	Wireshark 3.6.2 Release Notes
	  Bug Fixes
	   The following vulnerabilities have been fixed:
	     • wnpa-sec-2022-01[1] RTMPT dissector infinite loop. Issue
	       17813[2].
	     • wnpa-sec-2022-02[3] Large loops in multiple dissectors. Issue
	       17829[4], Issue 17842[5], Issue 17847[6], Issue 17855[7], Issue
	       17891[8], Issue 17925[9], Issue 17926[10], Issue 17931[11], Issue
	       17932[12], Issue 17933[13].
	     • wnpa-sec-2022-03[14] PVFS dissector crash. Issue 17840[15].
	     • wnpa-sec-2022-04[16] CSN.1 dissector crash. Issue 17882[17].
	     • wnpa-sec-2022-05[18] CMS dissector crash. Issue 17935[19].
	   The following bugs have been fixed:
	     • Support for GSM SMS TPDU in HTTP2 body Issue 17784[20].
	     • Wireshark 3.6.1 broke the ABI by removing ws_log_default_writer
	       from libwsutil Issue 17822[21].
	     • Fedora RPM package build failing with RPATH of /usr/local/lib64
	       Issue 17830[22].
	     • macos-setup.sh: ftp.pcre.org no longer exists Issue 17834[23].
	     • nmap.org/npcap → npcap.com: domain/URL change Issue 17838[24].
	     • MPLS ECHO FEC stack change TLV not dissected correctly Issue
	       17868[25].
	     • Attempting to open a systemd journal export file segfaults Issue
	       17875[26].
	     • Dissector bug on 802.11ac packets Issue 17878[27].
	     • The Info column shows only one NGAP/S1AP packet of several
	       packets inside an SCTP packet Issue 17886[28].
	     • Uninstalling Wireshark 3.6.1 on Windows 10 fails to remove the
	       installation directory because it doesn’t remove the User’s Guide
	       subdirectory and all its contents. Issue 17898[29].
	     • 3.6 doesn’t build without zlib Issue 17899[30].
	     • SIP Statistics no longer properly reporting method type
	       accounting Issue 17904[31].
	     • Fuzz job crash output: fuzz-2022-01-26-6940.pcap Issue 17909[32].
	     • SCTP retransmission detection broken for the first data chunk of
	       each association with relative TSN Issue 17917[33].
	     • “Show In Folder” doesn’t work correctly for filenames with spaces
	       Issue 17927[34].
	  New and Updated Features
	     Updated Protocol Support
	      AMP, ASN.1 PER, ATN-ULCS, BGP, BP, CFLOW, CMS, CSN.1, GDSDB, GSM RP,
	      GTP, HTTP3, IEEE 802.11 Radiotap, IPDC, ISAKMP, Kafka, MP2T, MPEG
	      PES, MPEG SECT, MPLS ECHO, NGAP, NTLMSSP, OpenFlow 1.4, OpenFlow 1.5,
	      P_MUL, PN-RT, PROXY, PTP, PVFS, RSL, RTMPT, rtnetlink, S1AP, SCTP,
	      Signal PDU, SIP, TDS, USB, WAP, and ZigBee ZCL
	  New and Updated Capture File Support
	      BLF and libpcap
	Wireshark 3.6.1 Release Notes
	  Bug Fixes
	   The following vulnerabilities have been fixed:
	     • wnpa-sec-2021-17[1] RTMPT dissector infinite loop. Issue
	       17745[2]. CVE-2021-4185[3].
	     • wnpa-sec-2021-18[4] BitTorrent DHT dissector infinite loop. Issue
	       17754[5]. CVE-2021-4184[6].
	     • wnpa-sec-2021-19[7] pcapng file parser crash. Issue 17755[8].
	       CVE-2021-4183[9].
	     • wnpa-sec-2021-20[10] RFC 7468 file parser infinite loop. Issue
	       17801[11]. CVE-2021-4182[12].
	     • wnpa-sec-2021-21[13] Sysdig Event dissector crash.
	       CVE-2021-4181[14].
	     • wnpa-sec-2021-22[15] Kafka dissector infinite loop. Issue
	       17811[16].
	   The following bugs have been fixed:
	     • Allow sub-second timestamps in hexdumps Issue 15562[17].
	     • GRPC: An unnecessary empty Protobuf tree item is displayed if the
	       GRPC message body length is 0 Issue 17675[18].
	     • Can’t install "ChmodBPF.pkg" or "Add Wireshark to the system
	       path.pkg" on M1 MacBook Air Monterey without Rosetta 2 Issue
	       17757[19].
	     • TECMP: LIN Payload is cut off by 1 byte Issue 17760[20].
	     • Wireshark crashes if a 64 bit field of type BASE_CUSTOM is
	       applied as a column Issue 17762[21].
	     • Command line option "-o console.log.level" causes wireshark and
	       tshark to exit on start Issue 17763[22].
	     • Setting WIRESHARK_LOG_LEVEL=debug breaks interface capture Issue
	       17764[23].
	     • Unable to build without tshark Issue 17766[24].
	     • IEEE 802.11 action frames are not getting parsed and always seen
	       as malformed Issue 17767[25].
	     • IEC 60870-5-101 link address field is 1 byte, but should have
	       configurable length of 0,1 or 2 bytes Issue 17775[26].
	     • dfilter: 'tcp.port not in {1}' crashes Wireshark Issue 17785[27].
	  New and Updated Features
	     • The 'console.log.level' preference was removed in Wireshark
	       3.6.0. This release adds an '-o console.log.level:'
	       backward-compatibilty option on the CLI that maps to the new
	       logging sub-system. Note that this does not have bitmask
	       semantics and does not correspond to any actual preference. It is
	       just a transition mechanism for users that were relying on this
	       CLI option and will be removed in the future. To see the new
	       diagnostic output options consult the manpages or the output of
	       '--help'.
	  Updated Protocol Support
	      ANSI A I/F, AT, BitTorrent DHT, FF, GRPC, IEC 101/104, IEEE 802.11,
	      IEEE 802.11 Radiotap, IPsec, Kafka, QUIC, RTMPT, RTSP, SRVLOC, Sysdig
	      Event, and TECMP
	  New and Updated Capture File Support
	      BLF and RFC 7468
	Wireshark 3.6.0 Release Notes
	  Many improvements have been made. See the “New and Updated Features”
	  section below for more details. You might want to pay particular
	  attention to the display filter syntax updates.
	  New and Updated Features
	   The following features are new (or have been significantly updated)
	   since version 3.6.0rc3:
	     • The macOS Intel packages now ship with Qt 5.15.3 and require
	       macOS 10.13 or later.
	   The following features are new (or have been significantly updated)
	   since version 3.6.0rc2:
	     • Display filter set elements must now be comma-separated. See
	       below for more details.
	   The following features are new (or have been significantly updated)
	   since version 3.6.0rc1:
	     • The display filter expression “a != b” now has the same meaning
	       as “!(a == b)”.
	   The following features are new (or have been significantly updated)
	   since version 3.5.0:
	     • Nothing of note.
	   The following features are new (or have been significantly updated)
	   since version 3.4.0:
	     • Several changes have been made to the display filter syntax:
	        • The expression “a != b” now always has the same meaning as
	       “!(a == b)”. In particular this means filter expressions with
	       multi-value fields like “ip.addr != 1.1.1.1” will work as
	       expected (the result is the same as typing “ip.src != 1.1.1.1 and
	       ip.dst != 1.1.1.1”). This avoids the contradiction (a == b and a
	       != b) being true.
	        • It is possible to use the syntax “a ~= b” or “a any_ne b” to
	       recover the previous (inconsistent with "==") logic for not
	       equal.
	        • Literal strings can now be specified using raw string syntax,
	       identical to raw strings in the Python programming language. This
	       can be used to avoid the complexity of using two levels of
	       character escapes with regular expressions.
	        • Set elements must now be separated using a comma. A filter
	       such as http.request.method in {"GET" "HEAD"} must be written as
	       …​ in {"GET", "HEAD"}. Whitespace is not significant. The
	       previous use of whitespace as separator is deprecated and will be
	       removed in a future version.
	        • Support for the syntax "a not in b" with the same meaning as
	       "not a in b" has been added.
	     • Packaging updates:
	        • A macOS Arm 64 (Apple Silicon) package is now available.
	        • The macOS Intel packages now ship with Qt 5.15.3 and require
	       macOS 10.13 or later.
	        • The Windows installers now ship with Npcap 1.55.
	        • A 64-bit Windows PortableApps package is now available.
	     • TCP conversations now support a completeness criteria, which
	       facilitates the identification of TCP streams having any of
	       opening or closing handshakes, a payload, in any combination. It
	       can be accessed with the new tcp.completeness filter.
	     • Protobuf fields that are not serialized on the wire or otherwise
	       missing in capture files can now be displayed with default values
	       by setting the new “add_default_value” preference. The default
	       values might be explicitly declared in “proto2” files, or false
	       for bools, first value for enums, zero for numeric types.
	     • Wireshark now supports reading Event Tracing for Windows (ETW). A
	       new extcap named ETW reader is created that now can open an etl
	       file, convert all events in the file to DLT_ETW packets and write
	       to a specified FIFO destination. Also, a new packet_etw dissector
	       is created to dissect DLT_ETW packets so Wireshark can display
	       the DLT_ETW packet header, its message and packet_etw dissector
	       calls packet_mbim sub_dissector if its provider matches the MBIM
	       provider GUID.
	     • “Follow DCCP stream” feature to filter for and extract the
	       contents of DCCP streams.
	     • Wireshark now supports dissecting RTP packets with OPUS payloads.
	     • Importing captures from text files based on regular expressions
	       is now possible. By specifying a regex capturing a single packet
	       including capturing groups for relevant fields a textfile can be
	       converted to a libpcap capture file. Supported data encodings are
	       plain-hexadecimal, -octal, -binary and base64. Also the timestamp
	       format now allows the second-fractions to be placed anywhere in
	       the timestamp and it will be stored with nanosecond instead of
	       microsecond precision.
	     • The RTP Player has been significatnly redesigned and improved.
	       See Playing VoIP Calls[1] and RTP Player Window[2] in the User’s
	       Guide for more details.
	        • The RTP Player can play many streams in row.
	        • The UI is more responsive.
	        • The RTP Player maintains playlist and other tools can add and
	       remove streams to and from it.
	        • Every stream can be muted or routed to the left or right
	       channel for replay.
	        • The option to save audio has been moved from the RTP Analysis
	       dialog to the RTP Player. The RTP Player also saves what was
	       played, and it can save in multichannel .au or .wav.
	        • The RTP Player is now accessible from the Telephony › RTP ›
	       RTP Player menu.
	     • The VoIP dialogs (VoIP Calls, RTP Streams, RTP Analysis, RTP
	       Player, SIP Flows) are non-modal and can stay opened on
	       background.
	        • The same tools are provided across all dialogs (Prepare
	       Filter, Analyse, RTP Player …​)
	     • The “Follow Stream” dialog is now able to follow SIP calls based
	       on their Call-ID value.
	     • The “Follow Stream” dialog’s YAML output format has been updated
	       to add timestamps and peers information For more details see
	       Following Protocol Streams[3] in the User’s Guide.
	     • IP fragments between public IPv4 addresses are now reassembled
	       even if they have different VLAN IDs. Reassembly of IP fragments
	       where one endpoint is a private (RFC 1918 section 3) or
	       link-local (RFC 3927) IPv4 address continues to take the VLAN ID
	       into account, as those addresses can be reused. To revert to the
	       previous behavior and not reassemble fragments with different
	       VLAN IDs, turn on the “Enable stricter conversation tracking
	       heuristics” top level protocol preference.
	     • USB Link Layer reassembly has been added, which allows hardware
	       captures to be analyzed at the same level as software captures.
	     • TShark can now export TLS session keys with the
	       --export-tls-session-keys option.
	     • Wireshark participated in the Google Season of Docs 2020 and the
	       User’s Guide has been extensively updated.
	     • The “RTP Stream Analysis” dialog CSV export format was slightly
	       changed. The first line of the export contains column titles as
	       in other CSV exports.
	     • Wireshark now supports the Turkish language.
	     • The settings in the “Import from Hex Dump” dialog is now stored
	       in a profile import_hexdump.json file.
	     • Analyze › Reload Lua Plugins has been improved to properly
	       support FileHandler.
	     • The “RTP Stream Analysis” and “IAX2 Stream Analysis” dialogs now
	       show correct calculation mean jitter calculations.
	     • RTP streams are now created based on Skinny protocol messages in
	       addition to other types of messages.
	     • The “VoIP Calls Flow Sequence” window shows more information
	       about various Skinny messages.
	     • Initial support for building Wireshark on Windows using GCC and
	       MinGW-w64 has been added. See README.msys2 in the sources for
	       more information.
	  New File Format Decoding Support
	      Vector Informatik Binary Log File (BLF)
	  New Protocol Support
	      5G Lawful Interception (5GLI), Bluetooth Link Manager Protocol (BT
	      LMP), Bundle Protocol version 7 (BPv7), Bundle Protocol version 7
	      Security (BPSec), CBOR Object Signing and Encryption (COSE), E2
	      Application Protocol (E2AP), Event Tracing for Windows (ETW), EXtreme
	      extra Eth Header (EXEH), High-Performance Connectivity Tracer
	      (HiPerConTracer), ISO 10681, Kerberos SPAKE, Linux psample protocol,
	      Local Interconnect Network (LIN), Microsoft Task Scheduler Service,
	      O-RAN E2AP, O-RAN fronthaul UC-plane (O-RAN), Opus Interactive Audio
	      Codec (OPUS), PDU Transport Protocol, R09.x (R09), RDP Dynamic
	      Channel Protocol (DRDYNVC), RDP Graphic pipeline channel Protocol
	      (EGFX), RDP Multi-transport (RDPMT), Real-Time Publish-Subscribe
	      Virtual Transport (RTPS-VT), Real-Time Publish-Subscribe Wire
	      Protocol (processed) (RTPS-PROC), Shared Memory Communications (SMC),
	      Signal PDU, SparkplugB, State Synchronization Protocol (SSyncP),
	      Tagged Image File Format (TIFF), TP-Link Smart Home Protocol, UAVCAN
	      DSDL, UAVCAN/CAN, UDP Remote Desktop Protocol (RDPUDP), Van Jacobson
	      PPP compression (VJC), World of Warcraft World (WOWW), and X2 xIRI
	      payload (xIRI)
	  Updated Protocol Support
	      Too many protocols have been updated to list here.
	  New and Updated Capture File Support
	      Vector Informatik Binary Log File (BLF)
	Wireshark 3.4.9 Release Notes
	  Bug Fixes
	     • TShark PDML output embeds "proto" elements within other "proto"
	       elements Issue 10588[1].
	     • Filter expressions comparing against single-octet hex strings
	       where the hex digit string equals a protocol name don’t work
	       Issue 12810[2].
	     • AMQP 0.9: dissector fails to handle Content-Body frame split
	       across TCP packets Issue 14217[3].
	     • IEEE 802.15.4: Missing check on "PAN ID Present" bit of the
	       Multipurpose Frame Control field Issue 17496[4].
	     • Wireshark ignored some character in filename when exporting SMB
	       objects. Issue 17530[5].
	     • tshark -z credentials: assertion failed: (allocator→in_scope)
	       Issue 17576[6].
	     • IS-IS Extended IP Reachability Prefix-SID not decoded properly
	       Issue 17610[7].
	     • Error when reloading lua plugins with a capture file loaded via a
	       custom lua file handler Issue 17615[8].
	     • Absolute time UTC field filters are constructed incorrectly,
	       don’t match the packet Issue 17617[9].
	     • GUI freezes when clicking on large (non-capture) file in File
	       chooser Issue 17620[10].
	     • Crash after selecting a different profile while capturing Issue
	       17622[11].
	     • BT-DHT reports malformed packets that are actually uTP on same
	       connection Issue 17626[12].
	  Updated Protocol Support
	      AMQP, Aruba IAP, BGP, BT-DHT, CoAP, DCERPC SPOOLSS, Diameter, EPL,
	      GSM A-bis OML, GSM A-I/F COMMON, GSM SIM, IEEE 1905.1a, IEEE
	      802.15.4, IMAP, InfiniBand, ISIS LSP, ISObus VT, JPEG, MP2T,
	      NORDIC_BLE, QUIC, RTCP, SDP, SMB, TWAMP-Control, USB HID, and VSS
	      Monitoring
	  New and Updated Capture File Support
	      CAM Inspector, Ixia IxVeriWave, pcapng, and USBDump
	Wireshark 3.4.8 Release Notes
	  Bug Fixes
	     • Dissector bug reported for Bluetooth Cycling Power Measurement
	       characteristic for extreme angles value Issue 17505[1].
	     • vcruntime140_1.dll deleted on Wireshark update/install Issue
	       17506[2].
	     • Raknet Addresses are incorrectly identified. Issue 17509[3].
	     • Editcap saving files as ethernet when specifying '-T
	       ieee-802-11-*' Issue 17520[4].
	     • CoAP dissector confuses Content-Format with Accept Issue
	       17536[5].
	  Updated Protocol Support
	      BT ATT, BT LE LL, CoAP, DLM3, GSM SIM, iLBC, and RakNet

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
2022-04-18 21:11:32 +00:00
Adolf Belka
bdd2566f7b python3-urllib3: Update to version 1.26.9
- Update from 1.26.7 to 1.26.9
- Update of rootfile
- Changelog
    1.26.9 (2022-03-16)
	* Changed ``urllib3[brotli]`` extra to favor installing Brotli libraries that are still
	  receiving updates like ``brotli`` and ``brotlicffi`` instead of ``brotlipy``.
	  This change does not impact behavior of urllib3, only which dependencies are installed.
	* Fixed a socket leaking when ``HTTPSConnection.connect()`` raises an exception.
	* Fixed ``server_hostname`` being forwarded from ``PoolManager`` to ``HTTPConnectionPool``
	  when requesting an HTTP URL. Should only be forwarded when requesting an HTTPS URL.
    1.26.8 (2022-01-07)
	* Added extra message to ``urllib3.exceptions.ProxyError`` when urllib3 detects that
	  a proxy is configured to use HTTPS but the proxy itself appears to only use HTTP.
	* Added a mention of the size of the connection pool when discarding a connection due to the pool being full.
	* Added explicit support for Python 3.11.
	* Deprecated the ``Retry.MAX_BACKOFF`` class property in favor of ``Retry.DEFAULT_MAX_BACKOFF``
	  to better match the rest of the default parameter names. ``Retry.MAX_BACKOFF`` is removed in v2.0.
	* Changed location of the vendored ``ssl.match_hostname`` function from ``urllib3.packages.ssl_match_hostname``
	  to ``urllib3.util.ssl_match_hostname`` to ensure Python 3.10+ compatibility after being repackaged
	  by downstream distributors.
	* Fixed absolute imports, all imports are now relative.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
2022-04-18 21:10:09 +00:00
Adolf Belka
76227aaf71 python3-typing-extensions: Update to version 4.1.1
- Update from 4.0.1 to 4.1.1
- Update of rootfile
- Changelog
   # Release 4.1.1 (February 13, 2022)
	- Fix importing `typing_extensions` on Python 3.7.0 and 3.7.1. Original
	  patch by Nikita Sobolev (@sobolevn).
   # Release 4.1.0 (February 12, 2022)
	- Runtime support for PEP 646, adding `typing_extensions.TypeVarTuple`
	  and `typing_extensions.Unpack`.
	- Add interaction of `Required` and `NotRequired` with `__required_keys__`,
	  `__optional_keys__` and `get_type_hints()`. Patch by David Cabot (@d-k-bo).
	- Runtime support for PEP 675 and `typing_extensions.LiteralString`.
	- Add `Never` and `assert_never`. Backport from bpo-46475.
	- `ParamSpec` args and kwargs are now equal to themselves. Backport from
	  bpo-46676. Patch by Gregory Beauregard (@GBeauregard).
	- Add `reveal_type`. Backport from bpo-46414.
	- Runtime support for PEP 681 and `typing_extensions.dataclass_transform`.
	- `Annotated` can now wrap `ClassVar` and `Final`. Backport from
	  bpo-46491. Patch by Gregory Beauregard (@GBeauregard).
	- Add missed `Required` and `NotRequired` to `__all__`. Patch by
	  Yuri Karabas (@uriyyo).
	- The `@final` decorator now sets the `__final__` attribute on the
	  decorated object to allow runtime introspection. Backport from
	  bpo-46342.
	- Add `is_typeddict`. Patch by Chris Moradi (@chrismoradi) and James
	  Hilton-Balfe (@Gobot1234).

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
2022-04-18 21:10:09 +00:00
Adolf Belka
75363dc20f python3-setuptools: Update to version 62.0.0
- Update from 59.5.0 to 62.0.0
- Update of rootfile
- Changelog
	v62.0.0
	Breaking Changes
	* #3151: Made ``setup.py develop --user`` install to the user site packages directory even if it is disabled in the current interpreter.
	Changes
	* #3153: When resolving requirements use both canonical and normalized names -- by :user:`ldaniluk`
	* #3167: Honor unix file mode in ZipFile when installing wheel via ``install_as_egg`` -- by :user:`delijati`
	Misc
	* #3088: Fixed duplicated tag with the ``dist-info`` command.
	* #3247: Fixed problem preventing ``readme`` specified as dynamic in ``pyproject.toml``
	  from being dynamically specified in ``setup.py``.
	v61.3.1
	Misc
	* #3233: Included missing test file ``setupcfg_examples.txt`` in ``sdist``.
	* #3233: Added script that allows developers to download ``setupcfg_examples.txt`` prior to
	  running tests. By caching these files it should be possible to run the test suite
	  offline.
	v61.3.0
	Changes
	* #3229: Disabled automatic download of ``trove-classifiers`` to facilitate reproducibility.
	Misc
	* #3229: Updated ``pyproject.toml`` validation via ``validate-pyproject`` v0.7.1.
	* #3229: New internal tool made available for updating the code responsible for
	  the validation of ``pyproject.toml``.
	  This tool can be executed via ``tox -e generate-validation-code``.
	v61.2.0
	Changes
	* #3215: Ignored a subgroup of invalid ``pyproject.toml`` files that use the ``[project]``
	  table to specify only ``requires-python`` (**transitional**).
	  .. warning::
	     Please note that future releases of setuptools will halt the build process
	     if a ``pyproject.toml`` file that does not match doc:`the PyPA Specification
	     <PyPUG:specifications/declaring-project-metadata>` is given.
	* #3215: Updated ``pyproject.toml`` validation, as generated by ``validate-pyproject==0.6.1``.
	* #3218: Prevented builds from erroring if the project specifies metadata via
	  ``pyproject.toml``, but uses other files (e.g. ``setup.py``) to complement it,
	  without setting ``dynamic`` properly.
	  .. important::
	     This is a **transitional** behaviour.
	     Future releases of ``setuptools`` may simply ignore externally set metadata
	     not backed by ``dynamic`` or even halt the build with an error.
	* #3224: Merge changes from pypa/distutils@e1d5c9b1f6
	Documentation changes
	* #3217: Fixed typo in ``pyproject.toml`` example in Quickstart -- by :user:`pablo-cardenas`.
	Misc
	* #3223: Fixed missing requirements with environment markers when
	  ``optional-dependencies`` is set in ``pyproject.toml``.
	v61.1.1
	Misc
	* #3212: Fixed missing dependencies when running ``setup.py install``.
	  Note that calling ``setup.py install`` directly is still deprecated and
	  will be removed in future versions of ``setuptools``.
	  Please check the release notes for :ref:`setup_install_deprecation_note`.
	v61.1.0
	Deprecations
	* #3206: Changed ``setuptools.convert_path`` to an internal function that is not exposed
	  as part of setuptools API.
	  Future releases of ``setuptools`` are likely to remove this function.
	Changes
	* #3202: Changed behaviour of auto-discovery to not explicitly expand ``package_dir``
	  for flat-layouts and to not use relative paths starting with ``./``.
	* #3203: Prevented ``pyproject.toml`` parsing from overwriting
	  ``dist.include_package_data`` explicitly set in ``setup.py`` with default
	  value.
	* #3208: Added a warning for non existing files listed with the ``file`` directive in
	  ``setup.cfg`` and ``pyproject.toml``.
	* #3208: Added a default value for dynamic ``classifiers`` in ``pyproject.toml`` when
	  files are missing and errors being ignored.
	* #3211: Disabled auto-discovery when distribution class has a ``configuration``
	  attribute (e.g. when the ``setup.py`` script contains ``setup(...,
	  configuration=...)``).  This is done to ensure extension-only packages created
	  with ``numpy.distutils.misc_util.Configuration`` are not broken by the safe
	  guard
	  behaviour to avoid accidental multiple top-level packages in a flat-layout.
	  .. note::
	     Users that don't set ``packages``, ``py_modules``, or ``configuration`` are
	     still likely to observe the auto-discovery behavior, which may halt the
	     build if the project contains multiple directories and/or multiple Python
	     files directly under the project root.
	     To disable auto-discovery please explicitly set either ``packages`` or
	     ``py_modules``. Alternatively you can also configure :ref:`custom-discovery`.
	v61.0.0
	Deprecations
	* #3068: Deprecated ``setuptools.config.read_configuration``,
	  ``setuptools.config.parse_configuration`` and other functions or classes
	  from ``setuptools.config``.
	  Users that still need to parse and process configuration from ``setup.cfg`` can
	  import a direct replacement from ``setuptools.config.setupcfg``, however this
	  module is transitional and might be removed in the future
	  (the ``setup.cfg`` configuration format itself is likely to be deprecated in the future).
	Breaking Changes
	* #2894: If you purposefully want to create an *"empty distribution"*, please be aware
	  that some Python files (or general folders) might be automatically detected and
	  included.
	  Projects that currently don't specify both ``packages`` and ``py_modules`` in their
	  configuration and contain extra folders or Python files (not meant for distribution),
	  might see these files being included in the wheel archive or even experience
	  the build to fail.
	  You can check details about the automatic discovery (and how to configure a
	  different behaviour) in :doc:`/userguide/package_discovery`.
	* #3067: If the file ``pyproject.toml`` exists and it includes project
	  metadata/config (via ``[project]`` table or ``[tool.setuptools]``),
	  a series of new behaviors that are not backward compatible may take place:
	  - The default value of ``include_package_data`` will be considered to be ``True``.
	  - Setuptools will attempt to validate the ``pyproject.toml`` file according
	    to PEP 621 specification.
	  - The values specified in ``pyproject.toml`` will take precedence over those
	    specified in ``setup.cfg`` or ``setup.py``.
	Changes
	* #2887: **[EXPERIMENTAL]** Added automatic discovery for ``py_modules`` and ``packages``
	  -- by :user:`abravalheri`.
	  Setuptools will try to find these values assuming that the package uses either
	  the *src-layout* (a ``src`` directory containing all the packages or modules),
	  the *flat-layout* (package directories directly under the project root),
	  or the *single-module* approach (an isolated Python file, directly under
	  the project root).
	  The automatic discovery will also respect layouts that are explicitly
	  configured using the ``package_dir`` option.
	  For backward-compatibility, this behavior will be observed **only if both**
	  ``py_modules`` **and** ``packages`` **are not set**.
	  (**Note**: specifying ``ext_modules`` might also prevent auto-discover from
	  taking place)
	  If setuptools detects modules or packages that are not supposed to be in the
	  distribution, please manually set ``py_modules`` and ``packages`` in your
	  ``setup.cfg`` or ``setup.py`` file.
	  If you are using a *flat-layout*, you can also consider switching to
	  *src-layout*.
	* #2887: **[EXPERIMENTAL]** Added automatic configuration for the ``name`` metadata
	  -- by :user:`abravalheri`.
	  Setuptools will adopt the name of the top-level package (or module in the case
	  of single-module distributions), **only when** ``name`` **is not explicitly
	  provided**.
	  Please note that it is not possible to automatically derive a single name when
	  the distribution consists of multiple top-level packages or modules.
	* #3066: Added vendored dependencies for :pypi:`tomli`, :pypi:`validate-pyproject`.
	  These dependencies are used to read ``pyproject.toml`` files and validate them.
	* #3067: **[EXPERIMENTAL]** When using ``pyproject.toml`` metadata,
	  the default value of ``include_package_data`` is changed to ``True``.
	* #3068: **[EXPERIMENTAL]** Add support for ``pyproject.toml`` configuration
	  (as introduced by :pep:`621`). Configuration parameters not covered by
	  standards are handled in the ``[tool.setuptools]`` sub-table.
	  In the future, existing ``setup.cfg`` configuration
	  may be automatically converted into the ``pyproject.toml`` equivalent before taking effect
	  (as proposed in #1688). Meanwhile users can use automated tools like
	  :pypi:`ini2toml` to help in the transition.
	  Please note that the legacy backend is not guaranteed to work with
	  ``pyproject.toml`` configuration.
	  -- by :user:`abravalheri`
	* #3125: Implicit namespaces (as introduced in :pep:`420`) are now considered by default
	  during :doc:`package discovery </userguide/package_discovery>`, when
	  ``setuptools`` configuration and project metadata are added to the
	  ``pyproject.toml`` file.
	  To disable this behaviour, use ``namespaces = False`` when explicitly setting
	  the ``[tool.setuptools.packages.find]`` section in ``pyproject.toml``.
	  This change is backwards compatible and does not affect the behaviour of
	  configuration done in ``setup.cfg`` or ``setup.py``.
	* #3152: **[EXPERIMENTAL]** Added support for ``attr:`` and ``cmdclass`` configurations
	  in ``setup.cfg`` and ``pyproject.toml`` when ``package_dir`` is implicitly
	  found via auto-discovery.
	* #3178: Postponed importing ``ctypes`` when hiding files on Windows.
	  This helps to prevent errors in systems that might not have ``libffi`` installed.
	* #3179: Merge with pypa/distutils@267dbd25ac
	Documentation changes
	* #3172: Added initial documentation about configuring ``setuptools`` via ``pyproject.toml``
	  (using standard project metadata).
	Misc
	* #3065: Refactored ``setuptools.config`` by separating configuration parsing (specific
	  to the configuration file format, e.g. ``setup.cfg``) and post-processing
	  (which includes directives such as ``file:`` that can be used across different
	  configuration formats).
	v60.10.0
	Changes
	* #2971: Deprecated upload_docs command, to be removed in the future.
	* #3137: Use samefile from stdlib, supported on Windows since Python 3.2.
	* #3170: Adopt nspektr (vendored) to implement Distribution._install_dependencies.
	Documentation changes
	* #3144: Added documentation on using console_scripts from setup.py, which was previously only shown in setup.cfg  -- by :user:`xhlulu`
	* #3148: Added clarifications about ``MANIFEST.in``, that include links to PyPUG docs
	  and more prominent mentions to using a revision control system plugin as an
	  alternative.
	* #3148: Removed mention to ``pkg_resources`` as the recommended way of accessing data
	  files, in favour of importlib.resources.
	  Additionally more emphasis was put on the fact that *package data files* reside
	  **inside** the *package directory* (and therefore should be *read-only*).
	Misc
	* #3120: Added workaround for intermittent failures of backend tests on PyPy.
	  These tests now are marked with `XFAIL
	  <https://docs.pytest.org/en/stable/how-to/skipping.html>`_, instead of erroring
	  out directly.
	* #3124: Improved configuration for :pypi:`rst-linker` (extension used to build the
	  changelog).
	* #3133: Enhanced isolation of tests using virtual environments - PYTHONPATH is not leaking to spawned subprocesses  -- by :user:`befeleme`
	* #3147: Added options to provide a pre-built ``setuptools`` wheel or sdist for being
	  used during tests with virtual environments.
	  Paths for these pre-built distribution files can now be set via the environment
	  variables: ``PRE_BUILT_SETUPTOOLS_SDIST`` and ``PRE_BUILT_SETUPTOOLS_WHEEL``.
	v60.9.3
	Misc
	* #3093: Repaired automated release process.
	v60.9.2
	Misc
	* #3035: When loading distutils from the vendored copy, rewrite ``__name__`` to ensure consistent importing from inside and out.
	v60.9.1
	Misc
	* #3102: Prevent vendored importlib_metadata from loading distributions from older importlib_metadata.
	* #3103: Fixed issue where string-based entry points would be omitted.
	* #3107: Bump importlib_metadata to 4.11.1 addressing issue with parsing requirements in egg-info as found in PyPy.
	v60.9.0
	Changes
	* #2876: In the build backend, allow single config settings to be supplied.
	* #2993: Removed workaround in distutils hack for get-pip now that pypa/get-pip#137 is closed.
	* #3085: Setuptools no longer relies on ``pkg_resources`` for entry point handling.
	* #3098: Bump vendored packaging to 21.3.
	* Removed bootstrap script.
	v60.8.2
	Misc
	* #3091: Make ``concurrent.futures`` import lazy in vendored ``more_itertools``
	  package to a  avoid importing threading as a side effect (which caused
	  `gevent/gevent#1865 <https://github.com/gevent/gevent/issues/1865>`__).
	  -- by :user:`maciejp-ro`
	v60.8.1
	Misc
	* #3084: When vendoring jaraco packages, ensure the namespace package is converted to a simple package to support zip importer.
	v60.8.0
	Changes
	* #3085: Setuptools now vendors importlib_resources and importlib_metadata and jaraco.text. Setuptools no longer relies on pkg_resources for ensure_directory nor parse_requirements.
	v60.7.1
	Misc
	* #3072: Remove lorem_ipsum from jaraco.text when vendored.
	v60.7.0
	Changes
	* #3061: Vendored jaraco.text and use line processing from that library in pkg_resources.
	Misc
	* #3070: Avoid AttributeError in easy_install.create_home_path when sysconfig.get_config_vars values are not strings.
	v60.6.0
	Changes
	* #3043: Merge with pypa/distutils@bb018f1ac3 including consolidated behavior in sysconfig.get_platform (pypa/distutils#104).
	* #3057: Don't include optional ``Home-page`` in metadata if no ``url`` is specified. -- by :user:`cdce8p`
	* #3062: Merge with pypa/distutils@b53a824ec3 including improved support for lib directories on non-x64 Windows builds.
	Documentation changes
	* #2897: Added documentation about wrapping ``setuptools.build_meta`` in a in-tree
	  custom backend. This is a :pep:`517`-compliant way of dynamically specifying
	  build dependencies (e.g. when platform, OS and other markers are not enough).
	  -- by :user:`abravalheri`
	* #3034: Replaced occurrences of the defunct distutils-sig mailing list with pointers
	  to GitHub Discussions.
	  -- by :user:`ashemedai`
	* #3056: The documentation has stopped suggesting to add ``wheel`` to
	  :pep:`517` requirements -- by :user:`webknjaz`
	Misc
	* #3054: Used Py3 syntax ``super().__init__()`` -- by :user:`imba-tjd`
	v60.5.4
	Misc
	* #3009: Remove filtering of distutils warnings.
	* #3031: Suppress distutils replacement when building or testing CPython.
	v60.5.3
	Misc
	* #3026: Honor sysconfig variables in easy_install.
	v60.5.2
	Misc
	* #2993: In _distutils_hack, for get-pip, simulate existence of setuptools.
	v60.5.1
	Misc
	* #2918: Correct support for Python 3 native loaders.
	v60.5.0
	Changes
	* #2990: Set the ``.origin`` attribute of the ``distutils`` module to the module's ``__file__``.
	v60.4.0
	Changes
	* #2839: Removed ``requires`` sorting when installing wheels as an egg dir.
	* #2953: Fixed a bug that easy install incorrectly parsed Python 3.10 version string.
	* #3006: Fixed startup performance issue of Python interpreter due to imports of
	  costly modules in ``_distutils_hack`` -- by :user:`tiran`
	Documentation changes
	* #2674: Added link to additional resources on packaging in Quickstart guide
	* #3008: "In-tree" Sphinx extension for "favicons" replaced with ``sphinx-favicon``.
	* #3008: SVG images (logo, banners, ...) optimised with the help of the ``scour``
	  package.
	Misc
	* #2862: Added integration tests that focus on building and installing some packages in
	  the Python ecosystem via ``pip`` -- by :user:`abravalheri`
	* #2952: Modified "vendoring" logic to keep license files.
	* #2968: Improved isolation for some tests that where inadvertently using the project
	  root for builds, and therefore creating directories (e.g. ``build``, ``dist``,
	  ``*.egg-info``) that could interfere with the outcome of other tests
	  -- by :user:`abravalheri`.
	* #2968: Introduced new test fixtures ``venv``, ``venv_without_setuptools``,
	  ``bare_venv`` that rely on the ``jaraco.envs`` package.
	  These new test fixtures were also used to remove the (currently problematic)
	  dependency on the ``pytest_virtualenv`` plugin.
	* #2968: Removed ``tmp_src`` test fixture. Previously this fixture was copying all the
	  files and folders under the project root, including the ``.git`` directory,
	  which is error prone and increases testing time.
	  Since ``tmp_src`` was used to populate virtual environments (installing the
	  version of ``setuptools`` under test via the source tree), it was replaced by
	  the new ``setuptools_sdist`` and ``setuptools_wheel`` fixtures (that are build
	  only once per session testing and can be shared between all the workers for
	  read-only usage).
	v60.3.1
	Misc
	* #3002: Suppress AttributeError when detecting get-pip.
	v60.3.0
	Changes
	* #2993: In _distutils_hack, bypass the distutils exception for pip when get-pip is being invoked, because it imports setuptools.
	Misc
	* #2989: Merge with pypa/distutils@788cc159. Includes fix for config vars missing from sysconfig.
	v60.2.0
	Changes
	* #2974: Setuptools now relies on the Python logging infrastructure to log messages. Instead of using ``distutils.log.*``, use ``logging.getLogger(name).*``.
	* #2987: Sync with pypa/distutils@2def21c5d7, including fix for missing get_versions attribute (#2969), more reliance on sysconfig from stdlib.
	Misc
	* #2962: Avoid attempting to use local distutils when the presiding version of Setuptools on the path doesn't have one.
	* #2983: Restore 'add_shim' as the way to invoke the hook. Avoids compatibility issues between different versions of Setuptools with the distutils local implementation.
	v60.1.1
	Misc
	* #2980: Bypass distutils loader when setuptools module is no longer available on sys.path.
	v60.1.0
	Changes
	* #2958: In distutils_hack, only add the metadata finder once. In ensure_local_distutils, rely on a context manager for reliable manipulation.
	* #2963: Merge with pypa/distutils@a5af364910. Includes revisited fix for pypa/distutils#15 and improved MinGW/Cygwin support from pypa/distutils#77.
	v60.0.5
	Misc
	* #2960: Install schemes fall back to default scheme for headers.
	v60.0.4
	Misc
	* #2954: Merge with pypa/distutils@eba2bcd310. Adds platsubdir to config vars available for substitution.
	v60.0.3
	Misc
	* #2940: Avoid KeyError in distutils hack when pip is imported during ensurepip.
	v60.0.2
	Misc
	* #2938: Select 'posix_user' for the scheme unless falling back to stdlib, then use 'unix_user'.
	v60.0.1
	Misc
	* #2944: Add support for extended install schemes in easy_install.
	v60.0.0
	Breaking Changes
	* #2896: Setuptools once again makes its local copy of distutils the default. To override, set SETUPTOOLS_USE_DISTUTILS=stdlib.
	v59.8.0
	Changes
	* #2935: Merge pypa/distutils@460b59f0e6.
	v59.7.0
	Changes
	* #2930: Require Python 3.7
	v59.6.0
	Changes
	* #2925: Merge with pypa/distutils@92082ee42c including introduction of deprecation warning on Version classes.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
2022-04-18 21:10:09 +00:00
Adolf Belka
dba994e86f python3-semantic-version: Update to version 2.9.0
- Update from 2.8.5 to 2.9.0
- Update of rootfile
- Changelog
    2.9.0 (2022-02-06)
	*New:*
	    * Add support for Django 3.1, 3.2, 4.0
	    * Add support for Python 3.7 / 3.8 / 3.9 / 3.10

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
2022-04-18 21:10:09 +00:00
Adolf Belka
98c7df6562 python3-s3transfer: Update to version 0.5.2
- Update from 0.5.0 to 0.5.2
- Update of rootfile
- Changelog
   There is no changelog in the source tarball or in PyPi or in the github repository.
    To see the changes you have to read through the individual commits in the github
    repository.
   https://github.com/boto/s3transfer/commits/develop

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
2022-04-18 21:10:09 +00:00