Florian Weimer 67d13737ec Resolves: #1276761
Apply additional pointer guard hardening.
2015-12-05 15:06:23 +01:00
2015-05-08 11:49:59 +05:30
2015-11-09 21:06:48 -05:00
2015-05-08 11:49:59 +05:30
2015-07-28 10:38:07 +05:30
2015-10-30 13:12:53 +01:00
2015-11-09 21:06:48 -05:00
2015-12-05 15:06:23 +01:00
2015-12-05 15:06:23 +01:00
2015-12-05 15:06:23 +01:00
2015-12-05 14:50:06 +01:00
2015-12-05 15:06:23 +01:00
2015-11-09 21:06:48 -05:00
2015-07-07 14:04:07 -04:00
2015-12-05 15:06:23 +01:00
2015-08-05 17:29:28 +05:30

This package supports working with patch files using quilt.

To regenerate the quilt series file run:
./gen-quilt-series.sh

Setup environment:
export QUILT_PATCHES=$PWD

Setup the source:
./quilt-patch.sh

Create a new patch:
cd glibc-2.17-c758a686/
quilt new glibc-rh1234622.patch
quilt add ports/sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist
vi ports/sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist
quilt refresh
cd ..
git add glibc-rh1234622.patch
<Then edit the glibc.spec file to build with the new patch>
e.g.
...
PatchXXXX: glibc-rh1234622.patch
...
%patchXXXX -p1
...
git add glibc.spec
git commit

You're done!
Languages
RPM Spec 75.5%
Diff 17.4%
C 3.5%
Shell 2.3%
Makefile 1.3%