SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for libxar-devel-1.6.1-8.2.x86_64.rpm :

* Mon Feb 26 2024 Dominique Leuenberger - Use %patch -P N instead of deprecated %patchN.
* Thu Jun 08 2023 Martin Pluskal - Modernise spec file- Update project url
* Tue Mar 06 2018 crrodriguezAATTopensuse.org- fix build with openssl 1.1, just another broken configure test (openssl-checks.patch )
* Mon Dec 04 2017 mpluskalAATTsuse.com- Explicitly BuildRequire libopenssl-1_0_0-devel until OpenSSL 1.1.x support is ported- Clean up with spec-cleaner
* Mon Oct 03 2016 mpluskalAATTsuse.com- Add ext2.patch from voidlinux
* Fri Jul 22 2016 jengelhAATTinai.de- Disable static build from the get-go if its files get removed anyway
* Fri Jul 22 2016 mpluskalAATTsuse.com- Disable support for ext2 - gh#mackyle/xar#10
* Sun Jan 31 2016 mpluskalAATTsuse.com- Tiny spec file cleanups
* Sat Apr 11 2015 p.drouandAATTgmail.com- Update to version 1.6.1
* Fix issues #75, #76
* Added NEWS file
* Stealth support for any available EVP_get_digestbyname hash (see man page)
* Support digests sha224, sha256, sha384 and sha512 provided the linked libcrypto supports them (OpenSSL 0.9.8 and later). Note that using a - -toc-cksum other than none, md5 or sha1 (the default) is NOT backwards compatible (requires extended binary header support), but using a - -file-cksum other than none, md5 or sha1 is backwards compatible provided the recipient\'s libcrypto supports it. Both --toc-cksum and --file-cksum must be specified to get them to be different.
* Do not attempt to extract attribute information to a non-file destination
* Handle 6 more flags bits including UF_HIDDEN and UF_COMPRESSED
* Fix xar_get_mode output to still include type when mode is unavailable (This also fixes alignment problems in -tv output when mode is missing)
* Fix archival of FinderCreateTime on 64 bit archs (extract was already okay)
* Add support for --recompress option to blindly recompress all files added to the archive not matched by a --no-compress option when a --compression type other than none is in effect. All prior versions of xar always behave as though --recompress has been specified.
* Recognized already-compressed files will now just be stored as-is in the archive without a second compression. The gzip, bzip2 and xz formats are currently recognized. The --recompress option disables this behavior. The xar library itself now provides this support (XAR_OPT_RECOMPRESS).
* xar.h c++ compatibility added
* XAR_OPT_TOCCKSUM can now be set after adding signatures without causing archive corruption
* Update liblzma support to work with current liblzma versions
* Show additional information in --version output if --verbose given first
* Update man page and --help output to be current
* Allow --compression=xz whenever --compression=lzma is supported
* Now builds on cygwin
* A huge number of warnings were eliminated so compilations should be much cleaner on many platforms now
* Add support for --rfc6713 (see man page) (XAR_OPT_RFC6713FORMAT)
* Support compiling against an older libcrypto but running against a newer one
* Make extracted-checksum/archived-checksum use long hash name to match value used in toc checksum (backwards compatible)
* Add missing trailing \'Z\' to creation-date in archive (backwards compatible)
* Help output (--help) now goes to standard output instead of standard error
* Reduce spew on command line argument error
* Support --directory (-C) during archive as well as extract
* Add support for --to-stdout (-O) (XAR_OPT_EXTRACTSTDOUT)
* Add support for --strip-components (XAR_OPT_STRIPCOMPONENTS)
* Command aliases added (--create, --extract, --list, --file, --directory, - -verbose, --one-file-system, -V)
* The xar header version can now be easily #if tested using XAR_VERSION_NUM
* The xar library version can now be fetched with XAR_OPT_XARLIBVERSION
* xar_from_base64 no longer adds extra bytes to the decoded output
* Library now adds a signature-creation-time element which contains the \"%.1f\" formatted number of seconds since 2001-01-01T00:00:00Z when any signatures are present
* Rudimentary command line signature support (--sign/--replace-sign etc.)
* configure now defaults compiler options to \"-Wall -g -O2\" for gcc
* Update Xcode projects
* Import into git (adding .gitignore and .gitattributes)
* Initial release from https://github.com/mackyle/xar project- Update project and download Urls- Add autoconf build require; needed to generate the configure script from git- Update documentation files list when process %doc
* Mon Mar 02 2015 dimstarAATTopensuse.org- Do not specify debug_package inside the .spec file: We control the generation of debuginfo packages by means of OBS flags.
 
ICM