A funny post on Niallh.com
Just a small reminder on how to create patch files.
diff -u -p orig_file edited_file > file.patch
patch -p0 other_file file.patch
If you want to install beta packages with dependencies in PEAR then use this command:
pear -d preferred_state=beta install –onlyreqdeps the_package_to_install
It’s a sad day for IT security when even D. J. Bernstein has to admit that there’s a flaw in DJBDNS. Luckily the patch that needs to be applied is straightforward and has no known side-effects (at least, not on the DJBDNS servers that I patched).