xar icon indicating copy to clipboard operation
xar copied to clipboard

eXtensible ARchiver

Results 20 xar issues
Sort by recently updated
recently updated
newest added

OpenSSL_add_all_ciphers was deprecated in OpenSSL 1.1.0, check CRYPTO_free instead

The package fails to build against OpenSSL 3. Moreover, there are a variety of issues related to deprecated libxml2 use. Log originally came from https://pkg.bofh.network/data/MAIN-default-openssl3/2023-05-02_02h56m25s/logs/errors/xar-1.6.1_2.log . [xar-1.6.1_2.log](https://github.com/mackyle/xar/files/11369282/xar-1.6.1_2.log)

Hi, There are a number of old and merged PR for this package as well as a few unaddressed bugs that are impacting upstream distribution maintenance for at least gentoo,...

#Configure fails at: ``` checking openssl/evp.h usability... yes checking openssl/evp.h presence... yes checking for openssl/evp.h... yes checking for OpenSSL_add_all_ciphers in -lcrypto... no configure: error: Cannot build without libcrypto (OpenSSL) Error...

Its just returning the usage when try to extract and create archive root@gravitonpoc:~# xar -cf /root/test Usage: xar -[ctx][v] -f ... (Use xar --help for extended help)

I am creating signed PKGs on linux with version 1.6.1 of `xar` based on this guide: http://users.wfu.edu/cottrell/productsign/productsign_linux.html The PKG files are signed correctly according to `pkgutil --check-signature` reporting back >...

A SEGV signal occurred when running xar. ``` ASAN:SIGSEGV ================================================================= ==14321==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000000 (pc 0x7fbf6cf8c746 bp 0x7ffdf4a464b0 sp 0x7ffdf4a45c38 T0) #0 0x7fbf6cf8c745 in strlen (/lib/x86_64-linux-gnu/libc.so.6+0x8b745) #1...