Changelog for
patch-debugsource-2.7.6-7.1.x86_64.rpm :
* Thu Feb 29 2024 Dominique Leuenberger
- Use %autosetup macro. Allows to eliminate the usage of deprecated %patchN.
* Tue May 24 2022 Stephan Kulow - Do not link unversioned file by URL- Replace group keyring not intended for release checking with (expired since 2018) public key of Andreas
* Tue May 10 2022 Jean Delvare - fix-swapping-fake-lines-in-pch_swap.patch: Fix swapping fake lines in pch_swap. This bug was causing a double free leading to a crash (boo#1080985 CVE-2018-6952).- abort-when-cleaning-up-fails.patch: Abort when cleaning up fails. This bug could cause an infinite loop when a patch wouldn\'t apply, leading to a segmentation fault (boo#1111572).- dont-follow-symlinks-unless-asked.patch: Don\'t follow symlinks unless --follow-symlinks is given. This increases the security against malicious patches (boo#1142041 CVE-2019-13636).- pass-the-correct-stat-to-backup-files.patch: Pass the correct stat to backup files. This bug would occasionally cause backup files to be missing when all hunks failed to apply (boo#1198106).
* Wed Sep 29 2021 Dominique Leuenberger - Do not query %{verbose} to add V=1 or not: verbose changed semantics between rpm versions and there is currently no variant supporting rpm < 4.17 and rpm >= 4.17.
* Wed May 09 2018 jdelvareAATTsuse.de- ed-style-07-dont-leak-tmp-file.patch, ed-style-08-dont-leak-tmp-file-multi.patch: Fix temporary file leak when applying ed-style patches (bsc#1092500, savannah#53820).
* Wed Apr 18 2018 jdelvareAATTsuse.de- Add ed as BuildRequires so ed-style patches can be checked by the test suite.
* Wed Apr 18 2018 jdelvareAATTsuse.deFix CVE-2018-1000156 (bsc#1088420, savannah#53566).- ed-style-01-missing-input-files.patch: Allow input files to be missing for ed-style patches.- ed-style-02-fix-arbitrary-command-execution.patch, ed-style-03-update-test-Makefile.patch: Fix arbitrary command execution in ed-style patches.- ed-style-04-invoke-ed-directly.patch: Invoke ed directly instead of using the shell.- ed-style-05-minor-cleanups.patch: Minor cleanups in do_ed_script.- ed-style-06-fix-test-failure.patch: Fix \'ed-style\' test failure.
* Thu Mar 22 2018 jdelvareAATTsuse.de- Move COPYING from %doc to %license.
* Wed Mar 21 2018 jdelvareAATTsuse.de- Add AUTHORS and COPYING to %doc.- fix-segfault-mangled-rename.patch: Fix segfault with mangled rename patch (bsc#1080951, CVE-2018-6951, savannah#53132).
* Wed Feb 07 2018 astiegerAATTsuse.com- patch 2.7.6:
* Files specified on the command line are no longer verified to be inside the current working directory, so commands like \"patch -i foo.diff ../foo\" will work again
* Fixes CVE-2016-10713 (Out-of-bounds access within pch_write_line() in pch.c could possibly lead to DoS via a crafted input file; bsc#1080918)
* Various fixes