#acl PaulHowarth:read,write,admin,revert,delete All:read === 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:90854|CPAN RT#90854]]) * Allow reading ZIP from seekable streams, like `PerlIO::Scalar` ([[CPAN:75197|CPAN RT#75197]]) * Couldn't create member called "`0`" with `addString` ([[CPAN:76780|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` ([[RedHatBugzilla:1037356|Bug #1037356]]) * Updated `unrar` to 5.01 ----