A Serious XML-RPC bug has been discovered in PHP XML-RPC applications. Upgrade your PEAR library. Wordpress has come out with a new version fixing the problem. Unfortunately, they still don’t provide an easy way to upgrade. Here is the patch file to upgrade your Wordpress installation
How to upgrade Wordpress in one step
Download the patch file somewhere in your server. Change your current directory to your wordpress installation. Verify that your installation will get patched cleanly: patch -p1 --dry-run < /path/to/patchfile If no error reported in last step, finally patch the file: patch -p1 < /path/to/patchfile Yeah, I know.
I was in a quandary. I wanted the long permalinks for my blog posts,which made links self-describing and also search engine friendly. And I also wanted short URLs that I could pass on in emails. I share the sentiments of Andy Wibbels regarding TinyURL. Nothing against TinyURL personally, just that when you have your own domain name for your blog, wouldn’t you prefer using tiny urls using your own domain name?
After my terrible experience with Sify broadband early this year, I decided to stick to dialup - Reliance rconnect over FWP actually. But the idea of keeping a phone busy all day doesn’t appeal to me much even if the plan I have (Platinum) doesn’t have download caps or per minute call charges.
So today I decided to bite the “broadband” bullet once again, and registered for a Tata Broadband connection.
Here is an article that I have just written on using svnreplicate to replicate subversion repositories. svnreplicate allows you to have a single master repository, and multiple slave repositories.
The document uses a walkthrough approach to explain how to configure svnreplicate. I must warn though that it only demonstrates the concept using master and slave repositories present in the same system(reachable using file:/// URLs).
While I am sure that this should work over multiple hosts too, Yashpal Nagar, a friend of mine, is trying to get it to work over multiple hosts with svnserve.