- xar-fix-prototype.patch: fixed prototypes OBS-URL: https://build.opensuse.org/request/show/1231400 OBS-URL: https://build.opensuse.org/package/show/Archiving/xar?expand=0&rev=32
142 lines
6.4 KiB
Plaintext
142 lines
6.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Dec 16 13:10:18 UTC 2024 - Marcus Meissner <meissner@suse.com>
|
|
|
|
- xar-fix-prototype.patch: fixed prototypes
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 26 12:04:08 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
|
|
|
- Use %patch -P N instead of deprecated %patchN.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jun 8 07:50:19 UTC 2023 - Martin Pluskal <mpluskal@suse.com>
|
|
|
|
- Modernise spec file
|
|
- Update project url
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 6 14:11:16 UTC 2018 - crrodriguez@opensuse.org
|
|
|
|
- fix build with openssl 1.1, just another broken configure test
|
|
(openssl-checks.patch )
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Dec 4 14:22:06 UTC 2017 - mpluskal@suse.com
|
|
|
|
- Explicitly BuildRequire libopenssl-1_0_0-devel until OpenSSL
|
|
1.1.x support is ported
|
|
- Clean up with spec-cleaner
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 3 12:44:56 UTC 2016 - mpluskal@suse.com
|
|
|
|
- Add ext2.patch from voidlinux
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jul 22 17:43:18 UTC 2016 - jengelh@inai.de
|
|
|
|
- Disable static build from the get-go if its files get removed
|
|
anyway
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jul 22 17:28:49 UTC 2016 - mpluskal@suse.com
|
|
|
|
- Disable support for ext2 - gh#mackyle/xar#10
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jan 31 10:00:18 UTC 2016 - mpluskal@suse.com
|
|
|
|
- Tiny spec file cleanups
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Apr 11 18:37:39 UTC 2015 - p.drouand@gmail.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 2 11:10:24 UTC 2015 - dimstar@opensuse.org
|
|
|
|
- Do not specify debug_package inside the .spec file: We control
|
|
the generation of debuginfo packages by means of OBS flags.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 27 06:51:19 UTC 2015 - mpluskal@suse.com
|
|
|
|
- Call ldconfig in post and postun for library
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 24 19:57:42 UTC 2015 - mpluskal@suse.com
|
|
|
|
- Cleanup spec-file with spec-cleaner
|
|
- Refresh dependecies
|
|
* remove useless autotool, make and gcc
|
|
* add libbz2-devel
|
|
|
|
* Sun Dec 30 2007 Pascal Bleser <guru@unixtech.be>
|
|
- made libxar comply with the openSUSE Shared Library Packaging Policy
|
|
- update to 1.5.2
|
|
* Mon Aug 13 2007 Pascal Bleser <guru@unixtech.be>
|
|
- update to 1.5.1
|
|
* Thu May 31 2007 Pascal Bleser <guru@unixtech.be>
|
|
- new package
|