diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-10-14 23:16:01 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-10-14 23:16:01 +0000 |
commit | 39e8fa12f7ca095f1a2d7390e57ac6a194d13ae5 (patch) | |
tree | 217703dd5603a8fc3350832dd2075501665e2a9d | |
parent | 370935f3796e2eebd860525dd70149b57c8fc9bd (diff) |
Added patches.ent.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1.1/BOOK@7016 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | patches.ent | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/patches.ent b/patches.ent new file mode 100644 index 000000000..010d789f1 --- /dev/null +++ b/patches.ent @@ -0,0 +1,45 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> + +<!-- Start of Common Patches --> +<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-3.patch"> +<!ENTITY bash-avoid_WCONTINUED-patch "bash-&bash-version;-avoid_WCONTINUED-1.patch"> + +<!ENTITY bzip2-docs-patch "bzip2-&bzip2-version;-install_docs-1.patch"> +<!ENTITY bzip2-bzgrep-patch "bzip2-&bzip2-version;-bzgrep_security-1.patch"> + +<!ENTITY coreutils-suppress-patch "coreutils-&coreutils-version;-suppress_uptime_kill_su-1.patch"> +<!ENTITY coreutils-uname-patch "coreutils-&coreutils-version;-uname-2.patch"> + +<!ENTITY expect-spawn-patch "expect-&expect-version;-spawn-1.patch"> + +<!ENTITY flex-fixes-patch "flex-&flex-version;-debian_fixes-3.patch"> + +<!ENTITY gcc-linkonce-patch "gcc-&gcc-version;-linkonce-1.patch"> +<!ENTITY gcc-no_fixincludes-patch "gcc-&gcc-version;-no_fixincludes-1.patch"> +<!ENTITY gcc-specs-patch "gcc-&gcc-version;-specs-2.patch"> + +<!ENTITY glibc-testfix-patch "glibc-&glibc-version;-fix_test-1.patch"> + +<!ENTITY gzip-security_fix-patch "gzip-&gzip-version;-security_fixes-1.patch"> + +<!ENTITY inetutils-kernel_headers-patch "inetutils-&inetutils-version;-kernel_headers-1.patch"> +<!ENTITY inetutils-man_pages-patch "inetutils-&inetutils-version;-no_server_man_pages-1.patch"> + +<!ENTITY iproute2-remove_db-patch "iproute2-&iproute2-patch-version;-remove_db-1.patch"> + +<!ENTITY mktemp-tempfile-patch "mktemp-&mktemp-version;-add_tempfile-2.patch"> + +<!ENTITY perl-libc-patch "perl-&perl-version;-libc-1.patch"> + +<!ENTITY readline-fixes-patch "readline-&readline-version;-fixes-1.patch"> + +<!ENTITY sysklogd-fixes-patch "sysklogd-&sysklogd-version;-fixes-1.patch"> + +<!ENTITY tar-sparse_fix-patch "tar-&tar-version;-sparse_fix-1.patch"> + +<!ENTITY texinfo-tempfile_fix-patch "texinfo-&texinfo-version;-tempfile_fix-1.patch"> + +<!ENTITY util-linux-cramfs-patch "util-linux-&util-linux-version;-cramfs-1.patch"> +<!ENTITY util-linux-umount-patch "util-linux-&util-linux-version;-umount_fix-1.patch"> + +<!ENTITY vim-security_fix-patch "vim-&vim-version;-security_fix-2.patch"> |