Сопровождающий Ivan Zakharyaschev в ветке p9: Информация
Имя сопровождающего: Ivan Zakharyaschev (imz)
Собрано source пакетов в данной ветке: 31
-
- @python
- @ruby
- @openldap
- @qa_p9
Последние изменения
24 июня 2021 г. 18:40
#274707 отправлено Ivan Zakharyaschev
the_latest_version_from_1_1_X_branch_for_p9
Package management service
17 июня 2021 г. Ivan Zakharyaschev:
- Updated to upstream version 1.1.13 (the latest version in 1_1_X branch).
4 июня 2021 г. 18:04
#272496 отправлено Ivan Zakharyaschev
make_packagekit-direct_work
Package management service
24 мая 2021 г. Ivan Zakharyaschev:
- Fixed /usr/lib/packagekit-direct (that didn't work, because it couldn't load the APT backend). (Backported 1.2.3-alt2's changes.)
17 мая 2021 г. 16:34
#271479 отправлено Ivan Zakharyaschev
fix-use-after-free
Graphical front-end for APT
11 мая 2021 г. Ivan Zakharyaschev:
- Fixed a use-after-free bug (appearing as garbage being shown in the size columns, notably after recompilation with gcc10). (ALT#40010) - Unset Synaptic::supported-text in the packaged configuration file. (That's the straight way to get "Package is supported" translated in the UI rather than the previous hack in the code.) - Included the sr@latin translation in the package. (It got excluded before because of an outdated sr@Latn name.)
29 сентября 2020 г. 19:40
#258526 отправлено Ivan Zakharyaschev
prepare_for_the_upcoming_APT_API_and_add_compiler_flags_to_ensure_correct_use_of_APT_API
Applet for indication that newer packages are available
18 сентября 2020 г. Ivan Zakharyaschev:
- Just added some compiler flags (which don't change anything): + to adapt the C++ standard for the upcoming APT API (increased to C++17); + to be sure that APT API has not been used wrongly and will not be. (Namely, to be sure that if a method override was intended, it would actually be overriding and not hiding a virtual method and that it would be marked "override" for future.)
22 сентября 2020 г. 12:38
#258439 отправлено Ivan Zakharyaschev
fix_aptcdrom_add
Debian's Advanced Packaging Tool with RPM support
21 сентября 2020 г. Ivan Zakharyaschev:
- Fixed copying release information from cdrom (thx Aleksei Nikiforov). (Closes: #37531)
4 сентября 2020 г. 20:52
#254187 отправлено Ivan Zakharyaschev
Fix using rpmbuild and rpm on armv8l. Backport debuginfo enhancements from Sisyphus.
A utility for determining file types
28 августа 2020 г. Dmitry V. Levin:
- Removed (by Vitaly Chikunov) weak magic for: - Sun disk label (to fix generation of debuginfo for kernel modules); - CLIPPER instruction on VAX (to fix misdetection of manpages).
Scripts and executable programs used to build packages
28 августа 2020 г. Vitaly Chikunov:
- debuginfo: Do not try to use eu-elfcompress if it does not exist. - debuginfo: Fix adding non-existent files into debuginfo package.
The RPM package management system
29 августа 2020 г. Ivan Zakharyaschev:
[Restored some patches from 4.0.4-alt94] - rpmrc.c: recognize new Intel CPUs (Dmitry V. Levin) - rpmrc.c: classify SSE2-capable Intel CPUs as "pentium4" (Alexey Tourbin) [Restored a patch from 4.0.4-alt98.26] - rpmrc.c (is_pentiumN): Added models with nonzero extended model (Dmitry V. Levin; reported by Alexander Sharapov). (Closes: #38708)
Tests for rpm: how it interprets packages when installing
29 августа 2020 г. Ivan Zakharyaschev:
- Removed the buildtime nprocs value from the *-checkinstall package scriptlets: it would make no sense at runtime.
24 марта 2020 г. 18:16
#247978 отправлено Ivan Zakharyaschev
fix_read_beyond_end
A GNU implementation of Scheme for application extensibility
17 марта 2020 г. Ivan Zakharyaschev:
- Fixes: + OVE-20200317-0001 excessive/unoptimal memory allocation for hashtables due to read-beyond-end (Thanks svace & coverity static analysis, https://lists.gnu.org/archive/html/guile-devel/2011-07/msg00069.html, backported from 2.0.3.)
24 марта 2020 г. 18:08
#247878 отправлено Ivan Zakharyaschev
fix_error_in_chrooted_affecting_mainly_running_chrooted_processes
The chrooted environment helper
11 марта 2020 г. Ivan Zakharyaschev:
- Fixes: + OVE-20200311-0001 Normal update operations by root can corrupt/crash running processes through modifying libraries (Normally, the processes that can be affected are only the services already running in the chrooted environment being updated, if it is on a different filesystem than the system libraries, and hence they can't be hardlinked. Extraordinarily, if a file in a chrooted environment has been a hardlink to a system library, but ln hasn't succeeded this time for some reason, the affected processes are any already running processes system-wide. This could happen only as a result of actions initiated by root: for example, a package upgrade which included the old version of chrooted, or a package upgrade which included libraries in a system with the old version of chrooted, or an invocation of /sbin/update_chrooted.)
24 декабря 2019 г. 20:25
#243244 отправлено Ivan Zakharyaschev
fix_interpretation_of_embedded_Python_scripts
Semantic patching for C source code (spatch)
19 декабря 2019 г. Ivan Zakharyaschev:
- Adapted BuildReqs for any OCaml (whether with "num" or without in the core), so that it can be built in Sisyphus/p9 and p8. - For testing, made a checkinstall subpkg and added more tests (with embedded Python scripts). - Worked-around the problem with the loading of libpython (to enable the built-in Python interpreter).
23 декабря 2019 г. 20:59
#243235 отправлено Ivan Zakharyaschev
sync_release_in_Sisyphus_p9_and_p8
The C parser for GumTree
19 декабря 2019 г. Ivan Zakharyaschev:
- Made BuildReqs more flexible. (So that it builds both in Sisyphus and p8; no matter whether "num" is included in core OCaml.)
17 октября 2019 г. 10:47
#239272 отправлено Ivan Zakharyaschev
Version 3 of the Python programming language aka Python 3000
25 июля 2019 г. Grigory Ustinov:
- Updated to upstream version 3.7.4. - Add patch fixing lzma library. - Added bluez, x11, gl, tk knobs (on by default). (thx to mike@) - Cleaned up gdbm, rewheel, valgrind knobs. (thx to mike@) - E2K: avoid lcc-unsupported valgrind option. (thx to mike@)
9 октября 2019 г. 16:46
#238874 отправлено Ivan Zakharyaschev
An open source remote desktop protocol (RDP) server
7 октября 2019 г. Ivan Zakharyaschev:
- Keep keys in /etc/xrdp/ on upgrade and removal. (Important on upgrade from <= 0.9.3-alt1, which used to own these files. They would be removed, but now this package owns them again, so that they are not removed on upgrade. It also marks them as config, so that they are not removed on removal.)
11 сентября 2019 г. 20:10
#237114 отправлено Ivan Zakharyaschev
Applet for indication that newer packages are available
4 сентября 2019 г. Ivan Zakharyaschev:
- really adapt c flags for C++14 (used in the last source changes here & in APT in 0.3.12-alt4), so that they really have effect on e2k
10 сентября 2019 г. 12:00
#237167 отправлено Ivan Zakharyaschev
recent_improvements_from_Sisyphus
Package management service
30 августа 2019 г. Aleksei Nikiforov:
- Added special formatting for ALT repositories origin. - Fixed displaying obsoleted packages in output of 'pkcon get-updates'.
31 августа 2019 г. 15:52
#236906 отправлено Ivan Zakharyaschev
Package management service
30 августа 2019 г. Aleksei Nikiforov:
- Fixed processing obsoletes during upgrades (Closes: #36342).
29 августа 2019 г. 16:19
#236756 отправлено Ivan Zakharyaschev
Debian's Advanced Packaging Tool with RPM support
22 июля 2019 г. Aleksei Nikiforov:
- Introduced new function ListUpdate for improved packagekit support.
Package management service
26 июня 2019 г. Ivan Zakharyaschev:
- Fixed support for refreshCache action. (Thx Aleksei Nikiforov darktemplar@)
29 августа 2019 г. 15:10
#236755 отправлено Ivan Zakharyaschev
Debian's Advanced Packaging Tool with RPM support
22 июля 2019 г. Aleksei Nikiforov:
- Ported dynamic memory allocation from Debian. - Bumped soname due to ABI changes.
Utilities to create APT repositories
21 января 2019 г. Vladimir D. Seleznev:
- genpkglist: added DistTag. - genbasedir (by glebfm@): + added --compressedonly alias for --bz2only option; + added --{,no-}bz2 and --{,no-}xz to usage. - Dropped Vendor tag from {pkg,src}list (by glebfm@).
Applet for indication that newer packages are available
Perl interface to libapt-pkg
Terminal-based apt frontend
Package management service
Graphical front-end for APT
30 июля 2019 г. Aleksei Nikiforov:
- Rebuilt with new Apt.
16 июля 2019 г. 22:20
#234672 отправлено Ivan Zakharyaschev
Racket programming language
16 июля 2019 г. Ivan Zakharyaschev:
- (.spec): + Avoided a nasty race in Makefile. + Sped up the build by force on non-intel.
5 июля 2019 г. 17:34
#233891 отправлено Ivan Zakharyaschev
Signer for packages containing linux kernel modules
5 июля 2019 г. Ivan Zakharyaschev:
- (sources) cleanup backup files
1 июля 2019 г. 11:09
#233472 отправлено Ivan Zakharyaschev
biarch repackager for Sisyphus packages
28 апреля 2019 г. Ivan Zakharyaschev:
- Use rpmquery-strictdep for the dependency on the native package, which gives an additional guarantee that the dependency is actually provided by the package. To get a strictdep with a beginning dot (a deprecated format not used in any ALT repo branches anymore except p8), RPM macro %_allow_deps_with_beginning_dot or env var $allow_deps_with_beginning_dot has to expand to 1.
27 июня 2019 г. 22:01
#233347 отправлено Ivan Zakharyaschev
A GNU source-level debugger for C, C++ and other languages
27 июня 2019 г. Ivan Zakharyaschev:
- %pre: corrected the old symlink path in 8.2.50.20180917-alt3.
22 июня 2019 г. 2:01
#232742 отправлено Ivan Zakharyaschev
The RPM package management system
20 июня 2019 г. Ivan Zakharyaschev:
- Packaged the forgtotten new rpmvercmp.h (whose use is discouraged in favor of rpmEVRDTCompare() or rpmRangesOverlap()).
22 июня 2019 г. 1:53
#232741 отправлено Ivan Zakharyaschev
Utilities every rpm packager must have
19 июня 2019 г. Ivan Zakharyaschev:
- rpmrdups: honor disttag, buildtime.
13 июня 2019 г. 21:13
#231608 отправлено Ivan Zakharyaschev
The RPM package management system
11 июня 2019 г. Ivan Zakharyaschev:
- lib: introduced rpmEVRDTCompare() (useful for APT). - Changes in what is considered "newer" by rpm -U pertaining to disttag comparison. (On the whole, to determine which package is "newer", first, the EVRs are compared, then the branch prefixes of the disttags if the disttags are present, and then the buildtimes.) The comparison of the disttags: + Before the comparison of disttags, an optional initial padding (which is terminated by :) is skipped. (This will be useful for generating >,<-deps compatible with disttag-unaware rpm & apt.) + If a disttag contains no + separator (old format), the branch prefix is assumed to be empty (and hence "older" than any other branch prefix). + If the branch prefix of a disttag is equal to %_priority_distbranch (and it is not empty), then it is "newer" than any other ones. + The branch prefixes of disttags are ordered by rpmvercmp() rather than lexicographically. (For example, the numeric parts of "p8" or "p10" are compared as numbers. However, the first letter in "p7" or "c8.1" is more significant.) - Give a default value to %_priority_distbranch based on the disttag when this package is built (the prefix before +), i.e., the current repo branch by default. (Useful for getting the rpm tool with good behavior in branches (like p9) forked off Sisyphus after disttags were introduced.)
VirtualBox modules
VirtualBox modules
Debian's Advanced Packaging Tool with RPM support
5 июня 2019 г. Ivan Zakharyaschev:
- Add disttag to VerStrs (used by APT to identify package versions).
Applet for indication that newer packages are available
Utilities to create APT repositories
21 января 2019 г. Vladimir D. Seleznev:
- genpkglist: added DistTag. - genbasedir (by glebfm@): + added --compressedonly alias for --bz2only option; + added --{,no-}bz2 and --{,no-}xz to usage. - Dropped Vendor tag from {pkg,src}list (by glebfm@).
Terminal-based apt frontend
26 апреля 2019 г. Ivan Zakharyaschev:
- (no user visible changes) Removed "interesting" dead code (related to Recommends, not present in ALT rpm), which didn't compile after we changed apt's API recently.
Package management service
6 февраля 2019 г. Aleksei Nikiforov:
- Fixed crash during showing errors. - Enabled verbose logging for packagekit service.
Perl interface to libapt-pkg
Graphical front-end for APT
7 февраля 2019 г. Aleksei Nikiforov:
- NMU: fixed -Wreturn-type warnings.
5 июня 2019 г. 18:17
#231539 отправлено Ivan Zakharyaschev
Обновление ядра и модулей
5 июня 2019 г. Ivan Zakharyaschev:
- update-kernel: fixed in the presence of disttags in package IDs printed by APT (apt-cache pkgnames).
The RPM package management system
5 июня 2019 г. Ivan Zakharyaschev:
- Provides: RPMQ(EPOCH) RPMQ(BUILDTIME) RPMQ(DISTTAG) (to be required by APT and other tools such as update-kernel, which need to query the RPM db by specifying Epoch, Buildtime, and Disttag).
4 июня 2019 г. 19:07
#231495 отправлено Ivan Zakharyaschev
Tests for rpm: how it interprets packages when installing
4 июня 2019 г. Ivan Zakharyaschev:
- To catch more errors: + upgradable.mk strictly_newer_* helpers: a special reason for xfailing just the asymmetry test. (The tests failing for other reasons will just fail rather than xfail.)
4 июня 2019 г. 17:20
#231475 отправлено Ivan Zakharyaschev
Tests for rpm: how it interprets packages when installing
26 апреля 2019 г. Ivan Zakharyaschev:
- To catch more errors (evidenced by file conflicts during rpm -U), now the package template includes a file with a unique value. (This runs more slowly.) (Suggested by Vladimir Seleznev.)
28 мая 2019 г. 18:35
#230642 отправлено Ivan Zakharyaschev
Обновление ядра и модулей
28 мая 2019 г. Ivan Zakharyaschev:
- remove-old-kernels: APT invocation (to remove installed pkgs) rewritten in a more portable way. (A preparation for APT with support for disttags.)
17 мая 2019 г. 16:50
#229582 отправлено Ivan Zakharyaschev
Utilities to build kernel packages for ALT Linux
17 мая 2019 г. Ivan Zakharyaschev:
- Made the test in the packages produced by %update_kernel_modules_checkinstall not ignore the exit status of update-kernel.
VirtualBox modules
VirtualBox modules
Обновление ядра и модулей
15 мая 2019 г. Ivan Zakharyaschev:
- APT invocation (to install the modules) rewritten in a more robust way. (A preparation for APT with support for disttags.)