ALT Linux Sisyphus cybertalk
 help / color / mirror / Atom feed
* [cyber] I: p10/branch packages: +4! -1 +22 (19057)
@ 2025-06-24  0:27 QA Team Robot
  0 siblings, 0 replies; only message in thread
From: QA Team Robot @ 2025-06-24  0:27 UTC (permalink / raw)
  To: sisyphus-cybertalk

	4 ADDED packages

cmrc - Standalone CMake-Based C++ Resource Compiler
* Wed May 10 2023 Vitaly Lipatov <lav@altlinux> 2.0.1-alt1
- initial build for ALT Sisyphus
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject> - 2.0.1-2

rustdesk - An open-source remote desktop, and alternative to TeamViewer	[158M]
* Thu Mar 06 2025 Anton Meleshnikov <alton@altlinux> 1.3.7-alt0.p10.1
- Backport to p10 branch.
* Sat Jan 25 2025 Anton Kurachenko <srebrov@altlinux> 1.3.7-alt1

tinyproxy - A small, efficient HTTP/SSL proxy daemon
* Tue May 07 2024 Nikolay Burykin <bne@altlinux> 1.11.1-alt2
- Fix (CVE-2023-49606)
* Wed Apr 05 2023 Nikolay Burykin <bne@altlinux> 1.11.1-alt1

vcpkg - C++ Library Manager
* Tue Mar 18 2025 Anton Meleshnikov <alton@altlinux> 2023.04.07-alt0.p10.1
- backport to p10 branch
* Wed May 10 2023 Vitaly Lipatov <lav@altlinux> 2023.04.07-alt1

	1 REMOVED package

yuzu	1040-alt1

	22 UPDATED packages

altmediawriter - ALT Media Writer
* Wed Apr 30 2025 Maria Alexeeva <alxvmr@altlinux> 1.0.8-alt1
- Add support for p11 platform
* Mon Apr 07 2025 Maria Alexeeva <alxvmr@altlinux> 1.0.7-alt1
- Add platform selection
- Add use of METADATA_URLS_HOST_ENV environment variable to set METADATA_URLS_HOST
* Tue Feb 11 2025 Maria Alexeeva <alxvmr@altlinux> 1.0.6-alt1

apt - Debian's Advanced Packaging Tool with RPM support
* Wed May 21 2025 Ivan Zakharyaschev <imz@altlinux> 0.5.15lorg2-alt95.p10.1
- Build for p10: with some fixes (corrupt downloads, IPv6 literals, etc.),
  and with the new feature of HTTPS over an HTTP proxy,
  but with the experimental columnar output turned off.
* Wed May 21 2025 Ivan Zakharyaschev <imz@altlinux> 0.5.15lorg2-alt96
- Added support for HTTPS connections through an HTTP proxy (ALT#38543).
  (Backported from Debian 1.5_alpha4~9.) (To come next: through HTTPS proxy.)
  Applicable configuration is the same as for HTTP.
- Fixes:
  + OVE-20250602-0002 Not using HTTPS from behind a proxy opens doors for
  exploiting APT's bugs.
  When using APT from behind a proxy, impossibility to use a trusted
  connection to the trusted vendor's HTTPS server may open doors for an
  attack on APT's http method that would make APT misbehave and execute
  arbitrary code (in a package) prepared by an attacker who controls one
  of the connection nodes, e.g., by exploiting any bug in APT that would
  lead to misinterpretation of internal responses from the http method,
  which--among other things--has the power to fake computed checksums.
* Wed May 21 2025 Ivan Zakharyaschev <imz@altlinux> 0.5.15lorg2-alt95
- Restricted access to files output by Debug::Connect (to protect secrets).
- Updated Russian help message (missing commands were: autoremove, changelog);
  updated the manpage with "autoremove" docs (thx Leonid Znamenok respublica@).
* Mon May 19 2025 Ivan Zakharyaschev <imz@altlinux> 0.5.15lorg2-alt94
- Adapted build for autoconf 2.72: don't rely on the internal var
  ac_cv_sys_file_offset_bits to determine a suffix for the library version.
* Sat May 03 2025 Ivan Zakharyaschev <imz@altlinux> 0.5.15lorg2-alt93
- Made Debug::Connect config also effective for unwrapped TLS connections.
  (If set, the cleartext HTTP connections are logged into the specified dir.)
- apt.conf(Allow-Duplicated): drop ^NVIDIA_ as outdated & confusing (ALT#53988).
  (There have been no such packages in ALT since a long time.)
- e2k build: The used C++ features no longer need special treatment/lcc options.
- checkinstall subpkg (xxtra-heavy-load):
  + Fixed not to run the http-related tests (multiplied in 0.5.15lorg2-alt92)
    too many times; thereby reduced the time.
  + Doubled the number of parallel slots for heavier load (to provoke races).
  + Show the total number of parallel slots and jobs.
* Wed Apr 16 2025 Ivan Zakharyaschev <imz@altlinux> 0.5.15lorg2-alt92
- Support encoded usernames and passwords in URIs (incl. http_proxy); it was
  impossible to have @ there; now one should write %40 (ALT#38277).
- Get config values with percent (%) correct in methods (e.g., a password as
  above in Acquire::http::Proxy). More generally: for correct decoding,
  do always encode percent (%) when %-encoding strings (in any URIs etc).
- Backported the fixes from Debian 0.9.8~3 (IPv6 literals; encode passwords):
  + properly escape IP-literals (e.g. IPv6 address) in HTTP requests
    (allows using IPv6 numeric addresses in sources.list) (ALT#34000);
  + %-encode username and password when writing URIs (doesn't help alone with
    reading URIs as in the case of http_proxy above, but normalizes output);
  + include port in shortened URIs (e.g. with apt-cache policy).
- testcases: Multiplied http-related ones to test these kinds of connections.
- Some HTTP tweaks from Debian:
  + quote spaces ( ) and plus (+) in filenames (0.9.8~48);
  + do not send keep-alive (HTTP/1.1 default) (0.9.9.3~4^2).
* Tue Apr 08 2025 Ivan Zakharyaschev <imz@altlinux> 0.5.15lorg2-alt91
- Fixes for ShowEssential output (showing the essential to-be-removed packages):
  + Applied a trick to fix a bad case of columnar output (thx iv@). (ALT#51546)
  + Restored a missing space in its translated output (be, ja, ru).
- New sample configs in apt.conf.d:
  + 01-Debug-pkgMarkInstall.conf: the common options for bug reports (ALT#49565)
  + 01-Debug-Acquire.conf: for debugging fetching and connections
  + 01-UI.conf: to turn off the columnar output from 0.5.15lorg2-alt88 in the UI
* Fri Apr 04 2025 Ivan Zakharyaschev <imz@altlinux> 0.5.15lorg2-alt90
- http:
  + Fixed corrupt files. (The end of valid data from read(2) was overrun
  when looking for the end of headers, so headers and content got corrupt.)
  + Implemented Debug::Connect config parameter (a dir; if set, operations
  on the FDs from Connect() are logged there with all the data).
- Fixes:
  + OVE-20250602-0001 Failure to complete an HTTP download may prevent a timely
  security update.
  An error in APT's http method may prevent it to complete an HTTP download and
  to do a security update on time. In practice, this was observed intermittently
  when working through a specific proxy server, namely tinyproxy, due to
  specific sizes of the chunks in which data was transferred.
  Workaround: try more times; or download the file with an external tool and put
  it into APT's download cache directory.
- tests:
  + Decoupled testing just HTTPS from testing certificate pinning.
  + Added testing HTTP(S) over HTTP proxy beside testing just HTTP(S).
- tests & checkinstall subpkgs: cache & re-use generated certs etc (for speed).
* Sun Nov 24 2024 Ivan Zakharyaschev <imz@altlinux> 0.5.15lorg2-alt89
- apt-get changelog: new Debian-compatible cmd; in ALT, it just reads it from
  the cache rather than downloads. (Thx Sergey Konev konevsa@) (ALT#51975)
- sources(configure.ac): Made the build procedure work the same even when
  built not from this .spec by doing a fallback if the archname is unknown.
  Also simplified quoting/escaping in that archtable code.
- tests & checkinstall subpkgs: cache & re-use built pkgs (for speed).
- tests subpkg: do not depend on apt (to be able to test other apt versions).
- tests: Fixed to detect more failures (previously unnoticed).
- tests & checkinstall subpkgs: test copy method, too.
- tests: prepare for non-std filenames for built pkgs.
* Tue May 21 2024 Ivan A. Melnikov <iv@altlinux> 0.5.15lorg2-alt88
- Backport columnar output for apt-get from Debian.
* Fri Mar 15 2024 Andrey Cherepanov <cas@altlinux> 0.5.15lorg2-alt87

bear - Tool that generates a compilation database for clang tooling
* Fri Aug 04 2023 Vladimir Didenko <cow@altlinux> 3.1.2-alt1
- New version
* Wed Jun 21 2023 Ilya Kurdyukov <ilyakurdyukov@altlinux> 3.0.19-alt1.git67d5a34.1
- Fixed build for Elbrus (GTest is required but not specified)
* Tue Jul 19 2022 Vladimir Didenko <cow@altlinux> 3.0.19-alt1.git67d5a34
- Update to the latest master to fix build with libfmt 9.0
* Tue Sep 28 2021 Vladimir Didenko <cow@altlinux> 3.0.16-alt1

bleachbit - Remove unnecessary files, free space, and maintain privacy
* Fri May 02 2025 Andrey Cherepanov <cas@altlinux> 5.0.0-alt1
- New version.
* Sun Apr 13 2025 Andrey Cherepanov <cas@altlinux> 4.9.2-alt1
- New version.
* Thu Mar 20 2025 Andrey Cherepanov <cas@altlinux> 4.9.1-alt1
- New version.
* Sun Jan 26 2025 Andrey Cherepanov <cas@altlinux> 4.9.0-alt1
- New version.
* Tue Oct 08 2024 Andrey Cherepanov <cas@altlinux> 4.6.2-alt1
- New version.
* Tue Aug 27 2024 Andrey Cherepanov <cas@altlinux> 4.6.1-alt1
- New version.
* Tue Mar 19 2024 Stanislav Levin <slev@altlinux> 4.6.0-alt1.1
- NMU: added missing build dependency on setuptools.
* Mon Nov 06 2023 Andrey Cherepanov <cas@altlinux> 4.6.0-alt1
- New version.
* Fri Nov 03 2023 Andrey Cherepanov <cas@altlinux> 4.5.1-alt1
- New version.
* Mon Sep 11 2023 Andrey Cherepanov <cas@altlinux> 4.5.0-alt1
- New version.
* Sun Mar 26 2023 Andrey Cherepanov <cas@altlinux> 4.4.2-alt2

fcitx5 - Next generation of fcitx
* Mon Feb 24 2025 Sergey V Turchin <zerg@altlinux> 5.1.2-alt1_1.2
- NMU: fix to build
* Tue Aug 13 2024 Sergey V Turchin <zerg@altlinux> 5.1.2-alt1_1.1
- NMU: clean requires (closes: 51127)
* Fri Nov 03 2023 Igor Vlasenko <viy@altlinux> 5.1.2-alt1_1

gerbera - UPnP Media Server
* Mon Mar 24 2025 Anton Meleshnikov <alton@altlinux> 1.9.2-alt0.p10.1
- Backport to p10 branch (fix build with libfmt 9.0).
* Tue Feb 01 2022 Alexey Shabalin <shaba@altlinux> 1.9.2-alt2
- upstream master snapshot (fixed ftbfs)
* Mon Nov 01 2021 Alexey Shabalin <shaba@altlinux> 1.9.2-alt1
- new version 1.9.2
* Sat Sep 04 2021 Alexey Shabalin <shaba@altlinux> 1.9.1-alt1
- new version 1.9.1
* Fri May 28 2021 Alexey Shabalin <shaba@altlinux> 1.8.1-alt1

libfmt - An open-source formatting library for C++
* Sat Aug 27 2022 Nazarov Denis <nenderus@altlinux> 9.1.0-alt1
- Updated to upstream version 9.0.1.
* Wed Jul 06 2022 Nazarov Denis <nenderus@altlinux> 9.0.0-alt1
- Updated to upstream version 9.0.0.
* Fri Jan 07 2022 Nazarov Denis <nenderus@altlinux> 8.1.1-alt1
- Updated to upstream version 8.1.1.
* Sat Nov 06 2021 Nazarov Denis <nenderus@altlinux> 8.0.1-alt1

libisc-export-dhcp - ISC BIND-9 exportable libraries to build ISC DHCP
* Mon Jun 09 2025 Mikhail Efremov <sem@altlinux> 9.11.36-alt2
- Fixed CVE-2021-25220.
* Thu Mar 10 2022 Mikhail Efremov <sem@altlinux> 9.11.36-alt1
- Fixed summary and description.
- Updated Url tag.
- Fixed changelog.
- Updated to 9.11.36.
* Tue Sep 07 2021 Mikhail Efremov <sem@altlinux> 9.11.32-alt2

liblmdbxx - A C++11 wrapper for LMDB
* Tue Sep 14 2021 Paul Wolneykien <manowar@altlinux> 1.0.0-alt1
- Update to v1.0.0.
* Fri Jun 26 2020 Paul Wolneykien <manowar@altlinux> 0.9.14.1-alt3

libmtxclient - Client API library for the Matrix protocol, built on top of Boost.Asio
* Fri Apr 04 2025 Anton Meleshnikov <alton@altlinux> 0.5.1-alt0.p10.1
- Backport to p10 branch.
* Tue Sep 14 2021 Paul Wolneykien <manowar@altlinux> 0.5.1-alt1
- Updated to v0.5.1.
* Wed May 12 2021 Aleksei Nikiforov <darktemplar@altlinux> 0.4.1-alt2

libopencolorio2.0 - Enables color transforms and image display across graphics apps
* Thu May 15 2025 Anton Meleshnikov <alton@altlinux> 2.0.2-alt0.p10.1
- Backport to p10 branch.
* Mon Sep 06 2021 Aleksei Nikiforov <darktemplar@altlinux> 2.0.2-alt1
- Updated to upstream version 2.0.2.
- Built without openimageio support.
* Mon Jun 07 2021 Aleksei Nikiforov <darktemplar@altlinux> 2.0.1-alt3

libopenimageio - Library for reading and writing images         	[28M]
* Mon Nov 28 2022 Ivan A. Melnikov <iv@altlinux> 2.3.21.0-alt1
- Updated to upstream version 2.3.21.0
  (fixes CVE-2022-36354, CVE-2022-41977, CVE-2022-41639, CVE-2022-41988)
* Wed Sep 14 2022 Ivan A. Melnikov <iv@altlinux> 2.3.19.0-alt1
- Updated to upstream version 2.3.19.0.
* Thu Feb 10 2022 Aleksei Nikiforov <darktemplar@altlinux> 2.3.12.0-alt1
- Updated to upstream version 2.3.12.0.
* Tue Jan 18 2022 Aleksei Nikiforov <darktemplar@altlinux> 2.3.11.0-alt1
- Updated to upstream version 2.3.11.0.
* Thu Dec 16 2021 Aleksei Nikiforov <darktemplar@altlinux> 2.3.10.1-alt1
- Updated to upstream version 2.3.10.1.
* Wed Sep 29 2021 Ilya Kurdyukov <ilyakurdyukov@altlinux> 2.3.7.2-alt2
- E2K: enabled OpenCV, fixed issue with Clang
* Mon Sep 06 2021 Aleksei Nikiforov <darktemplar@altlinux> 2.3.7.2-alt1
- Updated to upstream version 2.3.7.2.
* Mon Aug 09 2021 Aleksei Nikiforov <darktemplar@altlinux> 2.2.17.0-alt1
- Updated to upstream version 2.2.17.0.
* Wed Jul 07 2021 Aleksei Nikiforov <darktemplar@altlinux> 2.2.16.0-alt1

libupnp - Linux SDK for UPnP Devices
* Mon Mar 24 2025 Anton Meleshnikov <alton@altlinux> 1.14.10-alt0.p10.1
- backport to p10 branch
* Mon Sep 20 2021 Sergey Bolshakov <sbolshakov@altlinux> 1.14.10-alt1
- 1.14.10 released
* Fri Jul 23 2021 Sergey Bolshakov <sbolshakov@altlinux> 1.14.5-alt1
- 1.14.5 released (fixes: CVE-2021-28302)
* Tue Mar 23 2021 Sergey Bolshakov <sbolshakov@altlinux> 1.14.2-alt1

mangohud - A Vulkan overlay layer for monitoring FPS, temperatures, CPU/GPU load and more	[17M]
* Mon Mar 17 2025 Anton Meleshnikov <alton@altlinux> 0.7.2-alt0.p10.1
- backport to p10 branch
* Sun May 26 2024 Nazarov Denis <nenderus@altlinux> 0.7.2-alt1
- 0.7.2
* Tue Feb 13 2024 Nazarov Denis <nenderus@altlinux> 0.7.1-alt1
- 0.7.1
* Wed Sep 27 2023 Nazarov Denis <nenderus@altlinux> 0.7.0-alt1
- 0.7.0
* Fri Jul 07 2023 Nazarov Denis <nenderus@altlinux> 0.6.9-alt1

nheko - Desktop client (QT) for the Matrix protocol
* Fri Apr 04 2025 Anton Meleshnikov <alton@altlinux> 0.8.2-alt0.p10.1
- Backport to p10 branch.
* Tue Sep 14 2021 Paul Wolneykien <manowar@altlinux> 0.8.2-alt1
- Updated to v0.8.2.
* Sun Feb 14 2021 Paul Wolneykien <manowar@altlinux> 0.8.1-alt1

openshadinglanguage - Advanced shading language for production GI renderers	[18M]
* Thu Jul 13 2023 L.A. Kostis <lakostis@altlinux> 1.12.13.0-alt0.1
- Updated to upstream version 1.12.13.0.
* Sun Jun 18 2023 L.A. Kostis <lakostis@altlinux> 1.12.12.0-alt0.1
- Updated to upstream version v1.12.12.0.
- Disable LTO (causes problems with build).
* Sun Jun 18 2023 L.A. Kostis <lakostis@altlinux> 1.12.8.0-alt2.1
- Use lld for linking with llvm libs built with clang.
* Mon Mar 20 2023 Alexander Burmatov <thatman@altlinux> 1.12.8.0-alt2
- Fix build requires.
* Wed Jan 18 2023 Alexander Burmatov <thatman@altlinux> 1.12.8.0-alt1
- Updated to upstream version 1.12.8.0.
* Mon Jan 17 2022 Aleksei Nikiforov <darktemplar@altlinux> 1.11.17.0-alt1
- Updated to upstream version 1.11.17.0.
* Thu Dec 16 2021 Aleksei Nikiforov <darktemplar@altlinux> 1.11.16.0-alt1
- Updated to upstream version 1.11.16.0.
* Mon Sep 06 2021 Aleksei Nikiforov <darktemplar@altlinux> 1.11.15.0-alt1
- Updated to upstream version 1.11.15.0.
* Fri Jul 23 2021 Aleksei Nikiforov <darktemplar@altlinux> 1.11.14.2-alt1
- Updated to upstream version 1.11.14.2.
* Fri Jun 04 2021 Aleksei Nikiforov <darktemplar@altlinux> 1.11.14.1-alt1

percona-xtrabackup80 - Online backup for InnoDB/XtraDB in MySQL, Percona Server and MariaDB	[501M]
* Mon May 19 2025 Alexei Takaseev <taf@altlinux> 8.0.35-alt0.p10.4
- 8.0.35-33
- Build with system lz4
* Fri Jan 10 2025 Alexei Takaseev <taf@altlinux> 8.0.35-alt0.p10.3

python3-module-dpapi-ng - Python DPAPI NG Decryptor for non-Windows Platforms
* Mon Jun 09 2025 Michael Shigorin <mike@altlinux> 0.2.0-alt0.p10.1
- Fix BR: regarding %check
* Wed Mar 12 2025 Valery Sinelnikov <greh@altlinux> 0.2.0-alt0.p10

python3-module-pyradio - Curses based internet radio player
* Sun May 11 2025 Aleksandr Shamaraev <shad@altlinux> 0.9.3.11.11-alt1
- 0.9.3.11.10 -> 0.9.3.11.11
* Wed May 07 2025 Aleksandr Shamaraev <shad@altlinux> 0.9.3.11.10-alt1
- 0.9.3.11.9 -> 0.9.3.11.10
* Sat Mar 22 2025 Aleksandr Shamaraev <shad@altlinux> 0.9.3.11.9-alt1

python3-module-spnego - Python SPNEGO authentication library
* Mon Jun 09 2025 Michael Shigorin <mike@altlinux> 0.10.2-alt0.p10.1
- Fix BR: regarding %check.
* Wed Mar 12 2025 Valery Sinelnikov <greh@altlinux> 0.10.2-alt0.p10

spdlog - Super fast C++ logging library
* Wed Mar 19 2025 Anton Meleshnikov <alton@altlinux> 1.11.0-alt0.p10.1
- 1.11.0 released (backport to p10 branch)
* Tue Jul 19 2022 Vladimir Didenko <cow@altlinux> 1.10.0-alt1
- 1.10.0 released
* Mon Nov 08 2021 Sergey Bolshakov <sbolshakov@altlinux> 1.9.2-alt1

waybar - Highly customizable Wayland bar for Sway and Wlroots based compositors
* Tue Mar 25 2025 Anton Meleshnikov <alton@altlinux> 0.9.13-alt0.p10.1
- Backport to p10 branch (fix build with libfmt 9.0).
* Mon May 23 2022 Alexey Gladkov <legion@altlinux> 0.9.13-alt1
- New version (0.9.13).
* Thu Mar 10 2022 Alexey Gladkov <legion@altlinux> 0.9.12-alt1
- New version (0.9.12).
* Sat Jan 15 2022 Alexey Gladkov <legion@altlinux> 0.9.9-alt1
- New version (0.9.9).
* Tue Oct 05 2021 Alexey Gladkov <legion@altlinux> 0.9.8-alt1

Total 19057 source packages.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2025-06-24  0:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-06-24  0:27 [cyber] I: p10/branch packages: +4! -1 +22 (19057) QA Team Robot

ALT Linux Sisyphus cybertalk

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus-cybertalk/0 sisyphus-cybertalk/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus-cybertalk sisyphus-cybertalk/ http://lore.altlinux.org/sisyphus-cybertalk \
		sisyphus-cybertalk@lists.altlinux.org sisyphus-cybertalk@lists.altlinux.ru sisyphus-cybertalk@lists.altlinux.com
	public-inbox-index sisyphus-cybertalk

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus-cybertalk


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git