Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment

    PaulHowarth/Blog/2013-12-03

Tuesday 3rd December 2013

Local Packages

  • Updated curl to allow to use TLS > 1.0 if built against recent NSS; I had to apply this patch conditionally, as it broke builds with openssl and older versions of NSS, which I'm sure will be addressed before the next upstream release

  • Updated perl-Archive-Zip to 1.34:

    • Restore svn history from svn.ali.as

    • Test 17 in t/03_ex.t was failing (CPAN RT#90854)

    • Allow reading ZIP from seekable streams, like PerlIO::Scalar (CPAN RT#75197)

    • Couldn't create member called "0" with addString (CPAN RT#76780)

  • Updated perl-YAML to 0.88:

    • Fixed YAML loading on perl 5.8 (broken in YAML 0.85) by removing 5.10-specific regex construct

    • Unfortunately it's still broken on perl 5.8 so I updated my existing patch and used that instead

  • Updated tidy to silence gcc's warnings for -Werror=format-string (Bug #1037356)

  • Updated unrar to 5.01


Recent