|
|
Line 396: |
Line 396: |
| <td style="padding: 3px; vertical-align: top; background-color: #a1a1a1; color: #d1d1d1; border-bottom: 1px dashed #000000; text-align: left; width: 10px;">-</td> | | <td style="padding: 3px; vertical-align: top; background-color: #a1a1a1; color: #d1d1d1; border-bottom: 1px dashed #000000; text-align: left; width: 10px;">-</td> |
| <td style="padding: 3px; vertical-align: top; background-color: #c0c0c0; border-bottom: 1px dashed #000000; text-align: left;">A consolidation of nine upstram packages. ========= This patch provides a configure option to disable the use of a lock file when calling mount from autofs. It also adds a patch to the "patches" directory that needs to be used for mount to (hopefully) prevent /etc/mtab corruption when rapidly mounting filesystems when autofs does not use locking.</td> | | <td style="padding: 3px; vertical-align: top; background-color: #c0c0c0; border-bottom: 1px dashed #000000; text-align: left;">A consolidation of nine upstram packages. ========= This patch provides a configure option to disable the use of a lock file when calling mount from autofs. It also adds a patch to the "patches" directory that needs to be used for mount to (hopefully) prevent /etc/mtab corruption when rapidly mounting filesystems when autofs does not use locking.</td> |
| + | </tr> |
| + | </table> |
| + | |
| + | === bin86 0.16.17 === |
| + | |
| + | <table cellspacing="0" cellpadding="0" border="0" style="border: 1px solid #000000; text-align: center; margin: 0 auto; width: 100%;"> |
| + | <tr> |
| + | <td style="padding: 3px; vertical-align: top; background-color: #d1d1d1; border-bottom: 1px dashed #000000; text-align: left; width: 180px;">x86_64-1.patch</td> |
| + | <td style="padding: 3px; vertical-align: top; background-color: #a1a1a1; color: #d1d1d1; border-bottom: 1px dashed #000000; text-align: left; width: 10px;">-</td> |
| + | <td style="padding: 3px; vertical-align: top; background-color: #c0c0c0; border-bottom: 1px dashed #000000; text-align: left;">Allows bin86 to compile on x86_64, which permits lilo to be used in a 64-bit system. I'm dubious about ROCK's attempts to automatically add dual-licensing to all their patches, but bin86 is already GPL'd. I've heard from the maintainer that this will be included in the next upload.</td> |
| </tr> | | </tr> |
| </table> | | </table> |
branch_update-1.patch |
- |
This is the binutils-2_17-branch (bug fix branch) update, compared from binutils-2.17-release and binutils-2_17-branch with all the fluff removed (CVS entries, maintainer files, etc). This patch should be updated periodically. |
hardened_tmp-3.patch |
- |
This patch uses mkstemp(3) and mkdtemp(3) for temporary file creation, if they are available, rather than the default mktemp(3). This is safer and removes some compiler warnings. |
lazy-1.patch |
- |
This adds -z lazy option, inverse of -z now. |
pt_pax-1.patch |
- |
This adds PT_PAX_FLAGS to Binutils. See: http://pax.grsecurity.net/ |
posix-1.patch |
- |
Makes binutils Posix Compliant |
blowfish.patch |
- |
This patch adds blowfish crypto to libcrypt. |
branch_update-2.patch |
- |
This is a branch update for Glibc-2.5, and should be rechecked periodically. See the "Changelog" and "localedata/ChangeLog" files for specific details. |
dl_execstack_PaX-1.patch |
- |
This is needed for Pax. http://pax.grsecurity.net/ |
hardened_tmp-1.patch |
- |
This patch instructs mktemp(1) to use temporary file directory from the '-t' option. It also makes sure temporary files get removed after exiting the scripts. |
iconv_unnest-1.patch |
- |
Move nested function to a static one so we avoid generating a trampoline. |
localedef_segfault-1.patch |
- |
Fixes Segfault when using localdef. This problem is only noticed when using PaX and some architectures besides x86. See debian bug # 231438 |
pt_pax-1.patch |
- |
This is needed for Pax. http://pax.grsecurity.net/ |
strlcpy_strlcat-1.patch |
- |
http://www.courtesan.com/todd/papers/strlcpy.html |
PIC-1.patch |
- |
This is needed for Grsec. http://www..grsecurity.net/ Util linux doesn't build with position independence without this patch. |
gcc4_fixes-1.patch |
- |
Fixes GCC4 Compile Issues |
hardened_cflags-1.patch |
- |
Check for gcc -fpie, -fpic, -fstack-protector, and ld -pie, -z relro, -z now. Use whatever works. |
loop_AES-3.1b.patch.gz |
- |
util-linux patch that adds support for AES and other ciphers (from eswap.txt). |
mips64_fix-1.patch |
- |
Fixes compile issue under MIPS 64 bit |
missing_header-1.patch |
- |
Fixes the missing delcaration of R_OK in swapon.c build |
nologin-1.patch |
- |
This patch adds /sbin/nologin and 'man 8 nologin', for polite
login refusal. nologin will try to read /etc/nologin.txt to use it for a
message, if /etc/nologin.txt does not exist it will use a hardcoded message.
If you do not want nologin to try to read /etc/nologin.txt at all then use:
make NOLOGIN_TXT=no
|
fixes-15.patch |
- |
Contains patches 001-206 from upstream excluding patches 005, 027, 028, 032, 045, 057, 065, 074, 108, 130, 132, 138, 156, 161, 170, 171, 180, 197, and 198 as they are for "extras" (e.g. Mac, Windows) only. |
fortify_warnings-1.patch |
- |
This patch fixes warnings caused by -D_FORTIFY_SOURCE=2. |
hardened_tmp-2.patch |
- |
This patch modifies Vim for paranoid temporary file creation. |
mandir-1.patch |
- |
Adjusts installation of manual pages to meet Man-DB expectations. Additional change to explicitly install the man pages into /usr/share/man instead of /usr/man by Ag Hatzim. |
spellfile-1.patch |
- |
Allows downloading spellfiles via HTTP, thus reverting the negative effect of ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.010 |