components/golang/patches/README
author Enrico Perla <enrico.perla@oracle.com>
Fri, 04 Nov 2016 05:32:50 -0700
changeset 7245 934578b959f0
parent 5331 9c955076ffe3
permissions -rw-r--r--
20029192 Userland should build with ld -z sx=nx* flags instead of map.noexstk 23118364 Enable ADIHEAP on security sensitive binaries 23118359 Build openssh as PIE

To make it easier to manage the large number of patches expected for Go at
different points in the release cycle (due to the frequent updates by
upstream and our own internal developmenmt), the patches in this directory
are named as follows:

XXXX-$name.patch

The XXXX (matching git's 4-digit patch numbering scheme) should be a
numeric value in the range of:

0000-0499:      patches taken directly from upstream repository release
                branch

0500-0599:      patches we've contributed to upstream, but are not yet part
                of the current release

0600-0699:      patches not suitable for upstream that we need to build;
                these should be rare

0700-9999:      reserved for future use