* [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 13a3dd67eda392061705a0b92588e0ee27ab1548
@ 2023-09-21 20:11 Michael Tremer
0 siblings, 0 replies; only message in thread
From: Michael Tremer @ 2023-09-21 20:11 UTC (permalink / raw)
To: ipfire-scm
[-- Attachment #1: Type: text/plain, Size: 24547 bytes --]
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 3.x development tree".
The branch, master has been updated
via 13a3dd67eda392061705a0b92588e0ee27ab1548 (commit)
via 8c4e2bd6b03cae0de5362d71492aa1a34387918a (commit)
via ced38fd4a1cb65a909821685e55c62de8d5a3e53 (commit)
via 945b678b293811c660bccd219f6bc7f9bbd05784 (commit)
via 81604feac32145ab352717ac4f256417ec1915e5 (commit)
via a1fc96fda8d00678f40e1f8fe91804b0279c465a (commit)
via 561c9e03462236c92b8cbb09eff7562f31be2c29 (commit)
via bfc5248283371c46b601f8ba6e7ef7bbcfa37750 (commit)
via 305c96d4ebd65c20c06e7f61709e33c2507f2b88 (commit)
via a1478112838d952de087e9a2cac471883b7023c7 (commit)
via 8e8004369198f91195eb3109e869ce1c9c845a3e (commit)
from 766d46bf415ebbc0b6611d511b7a47c57995f07d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 13a3dd67eda392061705a0b92588e0ee27ab1548
Author: Adolf Belka <adolf.belka(a)ipfire.org>
Date: Thu Sep 21 20:43:30 2023 +0200
python3-pytz: Update to version 2023.3
- IPFire-3.x
- Update from version 2022.6 to 2023.3
- As for python3-setuptools the source_dl had to be updated for the new version of pytz
- Changelog - no info on the changes could be found but it seems to follow what tzdata
updates.
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit 8c4e2bd6b03cae0de5362d71492aa1a34387918a
Author: Adolf Belka <adolf.belka(a)ipfire.org>
Date: Thu Sep 21 20:34:16 2023 +0200
python3-setuptools: Update to version 68.2.2-1
- IPFire-3.x
- Update from version 65.6.3-1 to 68.2.2-1
- arches = noarch had to be removed otherwise the build came up with the error message that
python3-setuptools could not be built for x86_64 and failed. Removing that line allowed
the build to complete successfully. All the other python3 packages that I checked did not
have that line in them.
- The source_dl line required a change for the new version as the url is not maintained with
the same structure for each version.
- Changelog is too large to include here. Details can be read at the following link
https://setuptools.pypa.io/en/stable/history.html
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit ced38fd4a1cb65a909821685e55c62de8d5a3e53
Author: Adolf Belka <adolf.belka(a)ipfire.org>
Date: Thu Sep 21 17:48:09 2023 +0200
rpcsvc-proto: Update to version 1.4.4-1
- IPFire-3.x
- Update from version 1.4.3-1 to 1.4.4-1
-Changelog
1.4.4
Use AC_SYS_LARGEFILE macro to control largefile support
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit 945b678b293811c660bccd219f6bc7f9bbd05784
Author: Adolf Belka <adolf.belka(a)ipfire.org>
Date: Thu Sep 21 17:48:08 2023 +0200
rhash: Update to version 1.4.4-1
- IPFire-3.x
- Update from version 1.4.3-1 to 1.4.4-1
- Changelog
1.4.4
New option --unverified to print unverified files
New option --missing to print missing files
New printf-format directive '%d' to print file directory
Print the algorithms being calculated on -vv
Renamed --maxdepth option to --max-depth
Support leading and trailing spaces in a file names
Support escaping of special characters in file paths
Change the simple file format to fit the sfv format
LibRHash: Remove obsolete rhash_timer functions (API breaking change)
Bugfix: Fix slash usage with wilcards on Windows
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit 81604feac32145ab352717ac4f256417ec1915e5
Author: Adolf Belka <adolf.belka(a)ipfire.org>
Date: Thu Sep 21 17:48:07 2023 +0200
python3-tornado: Update to version 6.3.3-1
- IPFire-3.x
- Update from version 6.2.0-1 to 6.3.3-1
- Changelog
6.3.3
The Content-Length header and chunked Transfer-Encoding sizes are now parsed
more strictly (according to the relevant RFCs) to avoid potential
request-smuggling vulnerabilities when deployed behind certain proxies.
6.3.2
Fixed an open redirect vulnerability in StaticFileHandler under certain
configurations.
6.3.1
RequestHandler.set_cookie once again accepts capitalized keyword arguments
for backwards compatibility. This is deprecated and in Tornado 7.0 only
lowercase arguments will be accepted.
6.3.0
Highlights¶
The new Application setting xsrf_cookie_name can now be used to take
advantage of the __Host cookie prefix for improved security. To use it,
add {"xsrf_cookie_name": "__Host-xsrf", "xsrf_cookie_kwargs":
{"secure": True}} to your Application settings. Note that this feature
currently only works when HTTPS is used.
WSGIContainer now supports running the application in a
ThreadPoolExecutor so the event loop is no longer blocked.
AsyncTestCase and AsyncHTTPTestCase, which were deprecated in Tornado
6.2, are no longer deprecated.
WebSockets are now much faster at receiving large messages split into
many fragments.
General changes¶
Python 3.7 is no longer supported; the minimum supported Python version
is 3.8. Python 3.12 is now supported.
To avoid spurious deprecation warnings, users of Python 3.10 should
upgrade to at least version 3.10.9, and users of Python 3.11 should
upgrade to at least version 3.11.1.
Tornado submodules are now imported automatically on demand. This means
it is now possible to use a single import tornado statement and refer
to objects in submodules such as tornado.web.RequestHandler.
Deprecation notices¶
In Tornado 7.0, tornado.testing.ExpectLog will match WARNING and above
regardless of the current logging configuration, unless the level
argument is used.
RequestHandler.get_secure_cookie is now a deprecated alias for
RequestHandler.get_signed_cookie. RequestHandler.set_secure_cookie is
now a deprecated alias for RequestHandler.set_signed_cookie.
RequestHandler.clear_all_cookies is deprecated. No direct replacement is
provided; RequestHandler.clear_cookie should be used on individual
cookies.
Calling the IOLoop constructor without a make_current argument, which
was deprecated in Tornado 6.2, is no longer deprecated.
AsyncTestCase and AsyncHTTPTestCase, which were deprecated in Tornado
6.2, are no longer deprecated.
AsyncTestCase.get_new_ioloop is deprecated.
tornado.auth¶
New method GoogleOAuth2Mixin.get_google_oauth_settings can now be
overridden to get credentials from a source other than the Application
settings.
tornado.gen¶
contextvars now work properly when a @gen.coroutine calls a native
coroutine.
tornado.options¶
parse_config_file now recognizes single comma-separated strings (in
addition to lists of strings) for options with multiple=True.
tornado.web¶
New Application setting xsrf_cookie_name can be used to change the name
of the XSRF cookie. This is most useful to take advantage of the
__Host- cookie prefix.
RequestHandler.get_secure_cookie and RequestHandler.set_secure_cookie
(and related methods and attributes) have been renamed to
get_signed_cookie and set_signed_cookie. This makes it more explicit
what kind of security is provided, and avoids confusion with the
Secure cookie attribute and __Secure- cookie prefix. The old names
remain supported as deprecated aliases.
RequestHandler.clear_cookie now accepts all keyword arguments accepted
by set_cookie. In some cases clearing a cookie requires certain
arguments to be passed the same way in which it was set.
RequestHandler.clear_all_cookies now accepts additional keyword
arguments for the same reason as clear_cookie. However, since the
requirements for additional arguments mean that it cannot reliably
clear all cookies, this method is now deprecated.
tornado.websocket¶
It is now much faster (no longer quadratic) to receive large messages
that have been split into many fragments.
websocket_connect now accepts a resolver parameter.
tornado.wsgi¶
WSGIContainer now accepts an executor parameter which can be used to
run the WSGI application on a thread pool.
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit a1fc96fda8d00678f40e1f8fe91804b0279c465a
Author: Adolf Belka <adolf.belka(a)ipfire.org>
Date: Thu Sep 21 17:48:06 2023 +0200
python3-setproctitle: Update to version 1.3.2-1
- IPFire-3.x
- Update from version 1.3.1-1 to 1.3.2-1
- Changelog
1.3.2
Restore import-time initialization of macOS to avoid crash on thread+fork
(issue #113).
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit 561c9e03462236c92b8cbb09eff7562f31be2c29
Author: Adolf Belka <adolf.belka(a)ipfire.org>
Date: Thu Sep 21 17:48:05 2023 +0200
python3-psutil: Update to version 5.9.5-1
- IPFirer-3.x
- Update from version 5.9.4-1 to 5.9.5-1
- Changelog
5.9.5
**Enhancements**
- 2196_: in case of exception, display a cleaner error traceback by hiding the
`KeyError` bit deriving from a missed cache hit.
- 2217_: print the full traceback when a `DeprecationWarning` or `UserWarning`
is raised.
- 2230_, [OpenBSD]: `psutil.net_connections`_ implementation was rewritten
from scratch:
- We're now able to retrieve the path of AF_UNIX sockets (before it was an
empty string)
- The function is faster since it no longer iterates over all processes.
- No longer produces duplicate connection entries.
- 2238_: there are cases where `Process.cwd()`_ cannot be determined
(e.g. directory no longer exists), in which case we returned either ``None``
or an empty string. This was consolidated and we now return ``""`` on all
platforms.
- 2239_, [UNIX]: if process is a zombie, and we can only determine part of the
its truncated `Process.name()`_ (15 chars), don't fail with `ZombieProcess`_
when we try to guess the full name from the `Process.cmdline()`_. Just
return the truncated name.
- 2240_, [NetBSD], [OpenBSD]: add CI testing on every commit for NetBSD and
OpenBSD platforms (python 3 only).
**Bug fixes**
- 1043_, [OpenBSD] `psutil.net_connections`_ returns duplicate entries.
- 1915_, [Linux]: on certain kernels, ``"MemAvailable"`` field from
``/proc/meminfo`` returns ``0`` (possibly a kernel bug), in which case we
calculate an approximation for ``available`` memory which matches "free"
CLI utility.
- 2164_, [Linux]: compilation fails on kernels < 2.6.27 (e.g. CentOS 5).
- 2186_, [FreeBSD]: compilation fails with Clang 15. (patch by Po-Chuan
Hsieh)
- 2191_, [Linux]: `disk_partitions()`_: do not unnecessarily read
/proc/filesystems and raise `AccessDenied`_ unless user specified
`all=False` argument.
- 2216_, [Windows]: fix tests when running in a virtual environment (patch by
Matthieu Darbois)
- 2225_, [POSIX]: `users()`_ loses precision for ``started`` attribute (off by
1 minute).
- 2229_, [OpenBSD]: unable to properly recognize zombie processes.
`NoSuchProcess`_ may be raised instead of `ZombieProcess`_.
- 2231_, [NetBSD]: *available* `virtual_memory()`_ is higher than *total*.
- 2234_, [NetBSD]: `virtual_memory()`_ metrics are wrong: *available* and
*used* are too high. We now match values shown by *htop* CLI utility.
- 2236_, [NetBSD]: `Process.num_threads()`_ and `Process.threads()`_ return
threads that are already terminated.
- 2237_, [OpenBSD], [NetBSD]: `Process.cwd()`_ may raise ``FileNotFoundError``
if cwd no longer exists. Return an empty string instead.
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit bfc5248283371c46b601f8ba6e7ef7bbcfa37750
Author: Adolf Belka <adolf.belka(a)ipfire.org>
Date: Thu Sep 21 17:48:04 2023 +0200
python3-parted-3.13.0-1
- IPFire-3.x
- Update from vesrion 3.12.0-1 to 3.13.0-1
- Changelog
3.13.0
Help the _ped module garbage collection in the test suite (dcantrell)
Use 'return NULL' rather than 'return (PyObject *) NULL' in pydisk.c
(dcantrell)
Use Py_VISIT() in *_traverse() functions (dcantrell)
Free allocated memory for temporary string buffers (dcantrell)
Use Py_RETURN_NONE through the _ped module code (dcantrell)
Coding style updates for the C code. (dcantrell)
Some minor cleanups for the test case code (dcantrell)
Remove DeprecationWarning in py_ped_constraint_duplicate() (dcantrell)
Drop remaining Python 2.x handling from the Makefile (dcantrell)
drop six (pgajdos)
Reformat all Python source code using Python black (dcantrell)
Update the AUTHORS file (dcantrell)
Replace outdated Red Hat sample GPLv2+ boilerplates (dcantrell)
Add support for loongarch (mahailiang)
tests: Add PARTITION_LINUX_HOME to flag tests (bcl)
Add support for no_automount partition flag (bcl)
Add new disk types - disk uuid and partition uuid (bcl)
tests: Remove feature values from DiskTypeStrTestCase (bcl)
Add tests for high level partition type ID / UUID (berrange)
Add tests for low level partition type ID / UUID (berrange)
Add test base class helper for re-opening the device (berrange)
Add test base class for GPT partitions (berrange)
Fix start sector for test partition (berrange)
Add example for viewing and changing GPT partition type UUID (berrange)
Accept device path via argv for partition dump example (berrange)
Add type ID / UUID to partition dump example (berrange)
Map partition type ID / UUID accessors to Partition class (berrange)
Bind low level APIs for type ID and UUID accessors (berrange)
tests: Remove DeviceFreeAllTestCase (bcl)
Add support for new libparted disk type features in parted-3.5 (dcantrell)
Small Makefile updates (dcantrell)
Remove .travis.yml file (dcantrell)
Rename COPYING to LICENSE (dcantrell)
A few minor updates to README.md (dcantrell)
Change README to README.md (dcantrell)
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit 305c96d4ebd65c20c06e7f61709e33c2507f2b88
Author: Adolf Belka <adolf.belka(a)ipfire.org>
Date: Thu Sep 21 17:48:03 2023 +0200
python3-markupsafe-2.1.3-1
- IPFire-3.x
- Update from version 2.1.1-1 to 2.1.3-1
- Changelog
2.1.3
Implement format_map, casefold, removeprefix, and removesuffix methods. #370
Fix static typing for basic str methods on Markup. #358
Use Self for annotating return types. #379
2.1.2
Fix striptags not stripping tags containing newlines. #310
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit a1478112838d952de087e9a2cac471883b7023c7
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Thu Sep 21 20:08:14 2023 +0000
dracut: Update to 059
The package has been moved to GitHub and is no longer releasing tarballs
on kernel.org.
It also requires sulogin.
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit 8e8004369198f91195eb3109e869ce1c9c845a3e
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Thu Sep 21 20:07:49 2023 +0000
util-linux: Enable building sulogin
This command is required by dracut and requires libxcrypt
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
-----------------------------------------------------------------------
Summary of changes:
dracut/dracut.nm | 8 +++++---
python3-markupsafe/python3-markupsafe.nm | 2 +-
python3-parted/python3-parted.nm | 2 +-
python3-psutil/python3-psutil.nm | 2 +-
python3-pytz/python3-pytz.nm | 4 ++--
python3-setproctitle/python3-setproctitle.nm | 2 +-
python3-setuptools/python3-setuptools.nm | 5 ++---
python3-tornado/python3-tornado.nm | 2 +-
rhash/rhash.nm | 2 +-
rpcsvc-proto/rpcsvc-proto.nm | 2 +-
util-linux/util-linux.nm | 4 +++-
11 files changed, 19 insertions(+), 16 deletions(-)
Difference in files:
diff --git a/dracut/dracut.nm b/dracut/dracut.nm
index f2c08bb75..a2694d5ee 100644
--- a/dracut/dracut.nm
+++ b/dracut/dracut.nm
@@ -4,7 +4,7 @@
###############################################################################
name = dracut
-version = 056
+version = 059
release = 1
groups = System/Boot
@@ -16,8 +16,7 @@ description
dracut is a new, event-driven initramfs infrastructure based around udev.
end
-source_dl = https://www.kernel.org/pub/linux/utils/boot/dracut/
-sources = %{thisapp}.tar.xz
+source_dl = https://github.com/dracutdevs/dracut/archive/refs/tags/%{version}.tar.gz#/
build
requires
@@ -100,6 +99,9 @@ packages
util-linux
which
zstd
+
+ # Shell Commands
+ /usr/sbin/sulogin
end
end
diff --git a/python3-markupsafe/python3-markupsafe.nm b/python3-markupsafe/python3-markupsafe.nm
index 41e4b0a1f..12c9c1435 100644
--- a/python3-markupsafe/python3-markupsafe.nm
+++ b/python3-markupsafe/python3-markupsafe.nm
@@ -4,7 +4,7 @@
###############################################################################
name = python3-markupsafe
-version = 2.1.1
+version = 2.1.3
release = 1
groups = Development/Tools
diff --git a/python3-parted/python3-parted.nm b/python3-parted/python3-parted.nm
index 1e5b81ce8..e32bb216f 100644
--- a/python3-parted/python3-parted.nm
+++ b/python3-parted/python3-parted.nm
@@ -4,7 +4,7 @@
###############################################################################
name = python3-parted
-version = 3.12.0
+version = 3.13.0
release = 1
thisapp = pyparted-%{version}
diff --git a/python3-psutil/python3-psutil.nm b/python3-psutil/python3-psutil.nm
index 48c54c2c4..358b4395d 100644
--- a/python3-psutil/python3-psutil.nm
+++ b/python3-psutil/python3-psutil.nm
@@ -4,7 +4,7 @@
###############################################################################
name = python3-psutil
-version = 5.9.4
+version = 5.9.5
release = 1
thisapp = psutil-release-%{version}
diff --git a/python3-pytz/python3-pytz.nm b/python3-pytz/python3-pytz.nm
index 93ed9aac6..1bf528521 100644
--- a/python3-pytz/python3-pytz.nm
+++ b/python3-pytz/python3-pytz.nm
@@ -4,7 +4,7 @@
###############################################################################
name = python3-pytz
-version = 2022.6
+version = 2023.3
release = 1
thisapp = pytz-%{version}
@@ -17,7 +17,7 @@ description
pytz brings the Olson tz database into Python.
end
-source_dl = https://files.pythonhosted.org/packages/76/63/1be349ff0a44e4795d9712cc0b2d806f5e063d4d34631b71b832fac715a8
+source_dl = https://files.pythonhosted.org/packages/5e/32/12032aa8c673ee16707a9b6cdda2b09c0089131f35af55d443b6a9c69c1d
build
requires
diff --git a/python3-setproctitle/python3-setproctitle.nm b/python3-setproctitle/python3-setproctitle.nm
index 924e6cdaf..1aff88745 100644
--- a/python3-setproctitle/python3-setproctitle.nm
+++ b/python3-setproctitle/python3-setproctitle.nm
@@ -4,7 +4,7 @@
###############################################################################
name = python3-setproctitle
-version = 1.3.1
+version = 1.3.2
release = 1
thisapp = py-setproctitle-version-%{version}
diff --git a/python3-setuptools/python3-setuptools.nm b/python3-setuptools/python3-setuptools.nm
index d5d3d7ec9..5bf1f27bd 100644
--- a/python3-setuptools/python3-setuptools.nm
+++ b/python3-setuptools/python3-setuptools.nm
@@ -4,7 +4,7 @@
###############################################################################
name = python3-setuptools
-version = 65.6.3
+version = 68.2.2
release = 1
thisapp = setuptools-%{version}
@@ -19,10 +19,9 @@ description
especially ones that have dependencies on other packages.
end
-source_dl = https://files.pythonhosted.org/packages/b6/21/cb9a8d0b2c8597c83fce8e9c02884bce3d4951e41e807fc35791c6b23d9a
+source_dl = https://files.pythonhosted.org/packages/ef/cc/93f7213b2ab5ed383f98ce8020e632ef256b406b8569606c3f160ed8e1c9
build
- arches = noarch
requires
python3
diff --git a/python3-tornado/python3-tornado.nm b/python3-tornado/python3-tornado.nm
index f47647f3b..6a145966a 100644
--- a/python3-tornado/python3-tornado.nm
+++ b/python3-tornado/python3-tornado.nm
@@ -4,7 +4,7 @@
###############################################################################
name = python3-tornado
-version = 6.2.0
+version = 6.3.3
release = 1
thisapp = tornado-%{version}
diff --git a/rhash/rhash.nm b/rhash/rhash.nm
index 534a2aa6b..e3caed046 100644
--- a/rhash/rhash.nm
+++ b/rhash/rhash.nm
@@ -4,7 +4,7 @@
###############################################################################
name = rhash
-version = 1.4.3
+version = 1.4.4
release = 1
thisapp = RHash-%{version}
diff --git a/rpcsvc-proto/rpcsvc-proto.nm b/rpcsvc-proto/rpcsvc-proto.nm
index 359fe546d..4820a8efd 100644
--- a/rpcsvc-proto/rpcsvc-proto.nm
+++ b/rpcsvc-proto/rpcsvc-proto.nm
@@ -4,7 +4,7 @@
###############################################################################
name = rpcsvc-proto
-version = 1.4.3
+version = 1.4.4
release = 1
groups = System/Libraries
diff --git a/util-linux/util-linux.nm b/util-linux/util-linux.nm
index 91a593600..d5eedeb89 100644
--- a/util-linux/util-linux.nm
+++ b/util-linux/util-linux.nm
@@ -6,7 +6,7 @@
name = util-linux
ver_maj = 2.39
version = %{ver_maj}.2
-release = 2
+release = 3
maintainer = Stefan Schantl <stefan.schantl(a)ipfire.org>
groups = System/Base
@@ -31,6 +31,7 @@ build
gettext
libcap-devel
libcap-ng-devel
+ libxcrypt-devel
libudev-devel
ncurses-devel
pam-devel
@@ -53,6 +54,7 @@ build
--enable-write \
--enable-runuser \
--enable-su \
+ --enable-sulogin \
--with-systemd \
--with-udev \
--disable-makeinstall-chown \
hooks/post-receive
--
IPFire 3.x development tree
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-09-21 20:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-21 20:11 [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 13a3dd67eda392061705a0b92588e0ee27ab1548 Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox