search for: bzip2ed

Displaying 20 results from an estimated 955 matches for "bzip2ed".

Did you mean: bzip2'd
2005 Jun 29
0
FreeBSD Security Advisory FreeBSD-SA-05:14.bzip2
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ============================================================================= FreeBSD-SA-05:14.bzip2 Security Advisory The FreeBSD Project Topic: bzip2 denial of service and permission race vulnerabilities Category: contrib Module:
2005 Jun 29
0
FreeBSD Security Advisory FreeBSD-SA-05:14.bzip2
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ============================================================================= FreeBSD-SA-05:14.bzip2 Security Advisory The FreeBSD Project Topic: bzip2 denial of service and permission race vulnerabilities Category: contrib Module:
2011 Dec 07
2
[LLVMdev] Executable file size comparison
I compiled a program and standard library using clang/LLVM and found the results interesting: text data bss dec hex filename 141312 4076 16668 162056 27908 bzip2.arm 131764 4076 16668 152508 253bc bzip2.armv7 134748 4048 16624 155420 25f1c bzip2.i386 259112 4028 16732 279872 44540 bzip2.microblaze 168044 4040 16816 188900 2e1e4
2010 Sep 21
0
CentOS-announce Digest, Vol 67, Issue 7
Send CentOS-announce mailing list submissions to centos-announce at centos.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-request at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When
2011 Dec 08
2
[LLVMdev] Executable file size comparison
On Thursday, December 08, 2011 02:46:39 AM Csaba Raduly wrote: > On Wed, Dec 7, 2011 at 9:43 PM, Richard Pennington wrote: > > I compiled a program and standard library using clang/LLVM and found the > > results interesting: > > > > text data bss dec hex filename > > 141312 4076 16668 162056 27908 bzip2.arm > > 131764 4076
2011 Dec 08
0
[LLVMdev] Executable file size comparison
On Wed, Dec 7, 2011 at 9:43 PM, Richard Pennington wrote: > I compiled a program and standard library using clang/LLVM and found the > results interesting: > >   text    data     bss     dec     hex filename >  141312    4076   16668  162056   27908 bzip2.arm >  131764    4076   16668  152508   253bc bzip2.armv7 >  134748    4048   16624  155420   25f1c bzip2.i386 >
2008 Sep 17
0
CentOS-announce Digest, Vol 43, Issue 6
Send CentOS-announce mailing list submissions to centos-announce at centos.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-request at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When
2011 Dec 09
0
[LLVMdev] Executable file size comparison
On Thu, Dec 8, 2011 at 11:46 PM, Richard Pennington wrote: > On Thursday, December 08, 2011 02:46:39 AM Csaba Raduly wrote: >> On Wed, Dec 7, 2011 at 9:43 PM, Richard Pennington  wrote: >> > I compiled a program and standard library using clang/LLVM and found the >> > results interesting: >> > >> >   text    data     bss     dec     hex filename
2008 Oct 26
1
HAVE_BZLIB_H not set
When building 2.8.0 this morning for Fedora, I noticed that it was building the included bzlib2 source and using it rather than the system bzip2 libraries and headers. I tracked down the reason to this section of configure: cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #ifdef HAVE_BZLIB_H #include <bzlib.h> #endif int main() { char *ver = BZ2_bzlibVersion();
2008 Sep 20
0
CentOS-announce Digest, Vol 43, Issue 9
Send CentOS-announce mailing list submissions to centos-announce at centos.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-request at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When
2017 May 24
2
memcmp code fragment
On Fri, May 19, 2017 at 4:32 PM, Daniel Berlin via llvm-dev <llvm-dev at lists.llvm.org> wrote: > i think you'd have to write some idiom recognizer here. The ones we have > won't do it. > > I guess my other question would be how commonly this happens. If it's common > and matters a lot, awesome. > I wouldn't do it just to fix SPEC :P > > (people who
2016 Sep 09
2
forgive possible repost: alternate bzip2 library
Hi, I am resubmitting a question, mainly because I suspect I may have inadvertently cancelled it, while it was awaiting moderator approval. It's about manually compiling R-3.3.1 and using, not the standard system's (ver 1.0.5), but an alternate a bzip2 (v1.0.6) which is located in a non-standard location. I usually lean on pkg-config to deal with issues like this. I've create an
2004 Feb 13
1
Including Specific files n levels deep
I have a file structure like: /home/build/apache-1.3.26/apache_1.3.26.tar.gz /home/build/apache-1.3.26/apache_1.3.26/...morefiles /home/build/apache-1.3.26/Build /home/build/apache-1.3.26/Build.out /home/build/apache-1.3.26/Install /home/build/apache-1.3.26/Install.out /home/build/bzip2-1.0.2/bzip2-1.0.2.tar.gz /home/build/bzip2-1.0.2/bzip2-1.0.2/...morefiles /home/build/bzip2-1.0.2/Build
2002 Dec 23
5
Bzip2 & Ogg Vorbis
Hi, I've got some (seven) Ogg Vorbis files with a total size of 18637246 bytes. When I use bzip2 to compress these files, the total size is 16949443. That's 10% less. Is bzip2 supposed to be able to compress Ogg Vorbis files further? If not, are these files encoded with wrong settings? If so, why is there no option to use bzip2 with Ogg Vorbis by default? Olaf van der Spek Almere,
2019 Oct 17
2
llvm-strip creates unloadable shared objects on linux-armv7hf
Hello, Recently we tried to streamline our toolchain by removing some GNU tools with LLVM tools to avoid having multiple copies of strip, nm, ar and similar tools. Today we ran into a really strange issue where shared objects where not loadable. We where able to track this down to llvm-strip with default arguments creating a shared object that doesn't load correctly. It works if we switch
2009 Apr 22
3
Bzip2 Compress directories
Hi, How do you get bzip2 to compress directories? Thanks James -- http://www.astorandblack.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20090423/f75f4621/attachment-0002.html>
2006 Apr 01
1
CESA-2005:474 Low CentOS 4 x86_64 bzip2 - security update
CentOS Errata and Security Advisory 2005:474 https://rhn.redhat.com/errata/RHSA-2005-474.html The following updated files have been uploaded and are currently syncing to the mirrors: x86_64: bzip2-1.0.2-13.EL4.2.x86_64.rpm bzip2-devel-1.0.2-13.EL4.2.x86_64.rpm bzip2-libs-1.0.2-13.EL4.2.i386.rpm bzip2-libs-1.0.2-13.EL4.2.x86_64.rpm src: bzip2-1.0.2-13.EL4.2.src.rpm --------------
2005 Jun 17
0
CentOS-announce Digest, Vol 4, Issue 9
Send CentOS-announce mailing list submissions to centos-announce at centos.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-request at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When
2004 Nov 25
1
[LLVMdev] Compression Stabilization
In preparation for Release 1.4, I've consolidated the bytecode compression to only use bzip2. zlib is not supported any more. We chose bzip2 because it offers about 10% better compression on bytecode files. Its unlikely, but this change *could* affect you if you ever built the CFE or your own LLVM project on a machine that had zlib but didn't have bzip2. If you have bzip2 on your
2003 Apr 10
1
BZIP2 Support in the Base system
The FreeBSD 4.x (4.8-STABLE) has contributed sources for BZIP2 in the base system under /usr/src/contrib/bzip2. My problem is that I am not succeeding in building these sources for some strange reason. Some apps that I run would do well if I could get to install these success- fully. If there is anyone has succeeded, I'd highly appreciate the steps they went through to get bzip2 to build.