RPM Packages Explained
fedoramagazine.org
RPM Packages Explained
1–10 of 57 posts
Re: RPM Packages Explained
#2Re: RPM Packages Explained
#3What's baffling to me is that there's support for signing,, but no support for an encryption layer. When delivering software updates for embedded devices, I need to do both, so I have to roll my own container format. This seems to also be the case with package formats like ipkg/opkg, which are targeted for the embedded use case.
Re: RPM Packages Explained
#4this is a indepth user guide, at most.
Re: RPM Packages Explained
#5What's baffling to me is that there's support for signing,, but no support for an encryption layer. When delivering software updates for embedded devices, I need to do both, so I have to roll my own container format. This seems to also be the case with package formats like ipkg/opkg, which are targeted for the embedded use case.
whats the use-case for an encryption layer?
this discussion comes up time and time again (in rpm, apt et al). the consensus is: if you need that extra feature, manually download sensitive packages via ssl or something. everyone else (with nothing to hide, heh) keeps benefiting from a global cache of unencrypted transport of (mostly) open source data.
Re: RPM Packages Explained
#6Earlier quoted context omitted.
whats the use-case for an encryption layer?
hiding packages you have installed from your ISP/NSA/etc. this discussion comes up time and time again (in rpm, apt et al). the consensus is: if you need that extra feature, manually download sensitive packages via ssl or something. everyone else (with nothing to hide, heh) keeps benefiting from a global cache of unencrypted transport of (mostly) open source data.
Re: RPM Packages Explained
#7Earlier quoted context omitted.
whats the use-case for an encryption layer?
hiding packages you have installed from your ISP/NSA/etc. this discussion comes up time and time again (in rpm, apt et al). the consensus is: if you need that extra feature, manually download sensitive packages via ssl or something. everyone else (with nothing to hide, heh) keeps benefiting from a global cache of unencrypted transport of (mostly) open source data.
Yum with CentOS 6 and above does support SSL for mirror sites and a handful of global mirrors also support it (HEG being one).
I suppose there's a slight race condition (eg how do I update the CA-Certificates bundle when I need the new CA-Certificates bundle to connect to the mirror site to download the update), however I tend to agree there should be some privacy as default.
Re: RPM Packages Explained
#8Re: RPM Packages Explained
#9Re: RPM Packages Explained
#10Earlier quoted context omitted.
hiding packages you have installed from your ISP/NSA/etc. this discussion comes up time and time again (in rpm, apt et al). the consensus is: if you need that extra feature, manually download sensitive packages via ssl or something. everyone else (with nothing to hide, heh) keeps benefiting from a global cache of unencrypted transport of (mostly) open source data.
Does that help? I thought the package size is quite revealing.