diff options
author | Jim Gifford <jim@linuxfromscratch.org> | 2005-05-23 20:19:14 +0000 |
---|---|---|
committer | Jim Gifford <jim@linuxfromscratch.org> | 2005-05-23 20:19:14 +0000 |
commit | 10b4458d328b29986fe13ff8a6639c57860ced77 (patch) | |
tree | 862ee9dabd08594146b4d20578c4c3a3364eb46c /patches.ent | |
parent | 3e36a78621937b7ba17d4ab83abff97f84325ef8 (diff) |
Adding patches.ent
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@5403 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'patches.ent')
-rw-r--r-- | patches.ent | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/patches.ent b/patches.ent new file mode 100644 index 000000000..0b70d475c --- /dev/null +++ b/patches.ent @@ -0,0 +1,38 @@ +<?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 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-2.patch"> + +<!ENTITY gcc-no_fixincludes-patch "gcc-&gcc-version;-no_fixincludes-1.patch"> +<!ENTITY gcc-linkonce-patch "gcc-&gcc-version;-linkonce-1.patch"> +<!ENTITY gcc-specs-patch "gcc-&gcc-version;-specs-3.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-man_pages-patch "inetutils-&inetutils-version;-no_server_man_pages-1.patch"> + +<!ENTITY mktemp-tempfile-patch "mktemp-&mktemp-version;-add_tempfile-1.patch"> + +<!ENTITY perl-libc-patch "perl-&perl-version;-libc-1.patch"> + +<!ENTITY readline-fixes-patch "readline-&readline-version;-fixes-1.patch"> + +<!ENTITY shadow-lastlog-patch "shadow-&shadow-version;-fix_lastlog-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 util-linux-cramfs-patch "util-linux-&util-linux-version;-cramfs-1.patch"> + +<!ENTITY vim-security_fix-patch "vim-&vim-version;-security_fix-1.patch"> |