# From experience, for each glibc version I recommend always retaining every single 'diff'. # For previous versions of glibc, I'd find glibc worked for a while then broke in # a perculiar way -- where as the previous version was stable. # the previous versions of Debian's diffs are no longer readily available so # it's best to keep them here. #wget -c http://ftp.debian.org/debian/pool/main/g/glibc/glibc_2.3.5.orig.tar.gz #wget -c http://ftp.debian.org/debian/pool/main/g/glibc/glibc_2.3.5-1.diff.gz #wget -c http://ftp.debian.org/debian/pool/main/g/glibc/glibc_2.3.5-4.diff.gz #wget -c http://ftp.debian.org/debian/pool/main/g/glibc/glibc_2.3.5-7.diff.gz #wget -c http://ftp.debian.org/debian/pool/main/g/glibc/glibc_2.3.5-13.diff.gz # Ubuntu's stuff: # http://packages.ubuntu.com/dapper/base/libc6 #wget -c http://archive.ubuntu.com/ubuntu/pool/main/g/glibc/glibc_2.3.6.orig.tar.gz #wget -c http://archive.ubuntu.com/ubuntu/pool/main/g/glibc/glibc_2.3.6-0ubuntu6.diff.gz # The ARM patches I'm using are taken by downloading the Debian diff # and zcatting it through patch. # cd debian/arm #