GNU patch
The GNU patch program is used to apply diffs between original and
changed files (generated by the diff command) to the original files.
- Developed at devel:tools
- Sources inherited from project openSUSE:Factory
-
6
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:zSystems/patch && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
abort-when-cleaning-up-fails.patch | 0000001426 1.39 KB | |
dont-follow-symlinks-unless-asked.patch | 0000003534 3.45 KB | |
ed-style-01-missing-input-files.patch | 0000001040 1.02 KB | |
ed-style-02-fix-arbitrary-command-execution.patch | 0000005511 5.38 KB | |
ed-style-03-update-test-Makefile.patch | 0000001169 1.14 KB | |
ed-style-04-invoke-ed-directly.patch | 0000001130 1.1 KB | |
ed-style-05-minor-cleanups.patch | 0000002684 2.62 KB | |
ed-style-06-fix-test-failure.patch | 0000000643 643 Bytes | |
ed-style-07-dont-leak-tmp-file.patch | 0000003230 3.15 KB | |
ed-style-08-dont-leak-tmp-file-multi.patch | 0000001722 1.68 KB | |
fix-segfault-mangled-rename.patch | 0000000943 943 Bytes | |
fix-swapping-fake-lines-in-pch_swap.patch | 0000000820 820 Bytes | |
pass-the-correct-stat-to-backup-files.patch | 0000002278 2.22 KB | |
patch-2.7.6.tar.xz | 0000783756 765 KB | |
patch-2.7.6.tar.xz.sig | 0000000801 801 Bytes | |
patch.changes | 0000023052 22.5 KB | |
patch.keyring | 0000055464 54.2 KB | |
patch.spec | 0000002709 2.65 KB |
Revision 45 (latest revision is 48)
Dominique Leuenberger (dimstar_suse)
accepted
request 976181
from
Jean Delvare (jdelvare)
(revision 45)
- 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).
Comments 0