ALT Linux Bugzilla
– Attachment 9520 Details for
Bug 40519
syskeeper RPM::Pre-Install-Pkgs hook fails on massive APT updates
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
Fix syskeeper hook to avoid SIGPIPE on STDIN buffer overflow
syskeeper-0.11-apt_hook.patch (text/plain), 450 bytes, created by
Nikolay A. Fetisov
on 2021-07-17 12:21:33 MSK
(
hide
)
Description:
Fix syskeeper hook to avoid SIGPIPE on STDIN buffer overflow
Filename:
MIME Type:
Creator:
Nikolay A. Fetisov
Created:
2021-07-17 12:21:33 MSK
Size:
450 bytes
patch
obsolete
>--- apt/apt.conf.d/syskeeper.conf.orig 2021-06-26 15:53:57.027740662 +0300 >+++ apt/apt.conf.d/syskeeper.conf 2021-07-17 10:48:26.228784724 +0300 >@@ -1,2 +1,2 @@ >-RPM::Pre-Install-Pkgs { "if [ -x /usr/sbin/syskeeper ]; then /usr/sbin/syskeeper; fi"; }; >+RPM::Pre-Install-Pkgs { "xargs| (if [ -x /usr/sbin/syskeeper ]; then /usr/sbin/syskeeper; fi)"; }; > RPM::Post-Invoke { "if [ -x /usr/sbin/syskeeper ]; then /usr/sbin/syskeeper; fi"; };
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 40519
: 9520