Re: CPIO archives
Yannick Menager <yannick-RlQSXRdP1wRWk0Htik3J/[email protected]> Wed, 26 Nov 2003 20:33:32 +0000
| Newsgroups | gmane.comp.java.jrpm.devel |
|---|---|
| Message-ID | <[email protected]> |
I see... shouldn't be too difficult to add that. Ant supports bzip2 so
they must have the java code to do so.
Yup... crypto is something we'll need to add... gonna add it to the roadmap.
Michael Kuß wrote:
> Yup, bzip2 is supported by rpm :
>
> rpmio/rpmmacro.h:
> typedef enum rpmCompressedMagic_e {
> COMPRESSED_NOT = 0, /*!< not compressed */
> COMPRESSED_OTHER = 1, /*!< gzip can handle */
> COMPRESSED_BZIP2 = 2, /*!< bzip2 can handle */
> COMPRESSED_ZIP = 3 /*!< unzip can handle */
> } rpmCompressedMagic;
>
> They are doing a lot of work recently. Also OpenPKG is using rpm
> and they made some progress. It's hard to keep in touch.
>
> Yannick Menager wrote:
>
>> - Zip is just an inputstream... we cannot do the same ( except to do
>> a "read and extract right away" functionality )
>>
>> - Is bzip2 used by rpm ?
>>
>> - Yup :-) We're back into the world of the living lol
>>
>
>
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: SF.net Giveback Program.
> Does SourceForge.net help you be more productive? Does it
> help you create better code? SHARE THE LOVE, and help us help
> YOU! Click Here: http://sourceforge.net/donate/
> _______________________________________________
> jrpm-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/jrpm-devel
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/