Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 884806 Details for
Bug 1085975
Review Request: perl-Cpanel-JSON-XS - JSON::XS for Cpanel, fast and correct serializing, also for 5.6.2
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Proposed removal of lzf compression option from command line
cpanel.patch (text/plain), 1.61 KB, created by
David Dick
on 2014-04-10 08:09:04 UTC
(
hide
)
Description:
Proposed removal of lzf compression option from command line
Filename:
MIME Type:
Creator:
David Dick
Created:
2014-04-10 08:09:04 UTC
Size:
1.61 KB
patch
obsolete
>diff -Naur old/bin/cpanel_json_xs new/bin/cpanel_json_xs >--- old/bin/cpanel_json_xs 2013-11-12 08:26:09.000000000 +1100 >+++ new/bin/cpanel_json_xs 2014-04-10 18:02:15.694903565 +1000 >@@ -40,8 +40,6 @@ > > =item bencode - use Convert::Bencode, if available (used by torrent files, among others) > >-=item clzf - Compress::LZF format (requires that module to be installed) >- > =item eval - evaluate the given code as (non-utf-8) Perl, basically the reverse of "-t dump" > > =item yaml - YAML (avoid at all costs, requires the YAML module :) >@@ -74,8 +72,6 @@ > > =item bencode - use Convert::Bencode, if available (used by torrent files, among others) > >-=item clzf - Compress::LZF format >- > =item yaml - YAML > > =item dump - Data::Dump >@@ -176,7 +172,6 @@ > "storable" => sub { Storable::thaw $_ }, > "storable-file" => sub { open my $fh, "<", \$_; Storable::fd_retrieve $fh }, > "bencode" => sub { require Convert::Bencode; Convert::Bencode::bdecode ($_) }, >- "clzf" => sub { require Compress::LZF; Compress::LZF::sthaw ($_) }, > "yaml" => sub { require YAML; YAML::Load ($_) }, > "eval" => sub { my $v = eval "no strict; no warnings; no utf8;\n#line 1 \"input\"\n$_"; die "$@" if $@; $v }, > ); >@@ -196,7 +191,6 @@ > "storable-file" => sub { open my $fh, ">", \my $buf; Storable::nstore_fd $_, $fh; $buf }, > > "bencode" => sub { require Convert::Bencode; Convert::Bencode::bencode ($_) }, >- "clzf" => sub { require Compress::LZF; Compress::LZF::sfreeze_cr ($_) }, > "yaml" => sub { require YAML; YAML::Dump ($_) }, > "dumper" => sub { > require Data::Dumper;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1085975
: 884806