SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for ghc-zip-archive-0.4.3.2-2.6.x86_64.rpm :

* Fri May 17 2024 Peter Simons - Update zip-archive to version 0.4.3.2 revision 1. Upstream has revised the Cabal build instructions on Hackage.
* Tue Apr 09 2024 Peter Simons - Update zip-archive to version 0.4.3.2. zip-archive 0.4.3.2
* readEntry: Fix computation of modification time (#67). It should be a UNIX time (seconds since UNIX epoch), but computed relative to the local time zone, not UTC.
* Thu Mar 07 2024 Peter Simons - Update zip-archive to version 0.4.3.1. Upstream has edited the change log file since the last release in a non-trivial way, i.e. they did more than just add a new entry at the top. You can review the file at: http://hackage.haskell.org/package/zip-archive-0.4.3.1/src/changelog
* Thu Mar 30 2023 Peter Simons - Updated spec file to conform with ghc-rpm-macros-2.5.2.
* Sat Mar 04 2023 Peter Simons - Update zip-archive to version 0.4.3. zip-archive 0.4.3
* Improve code for retrieving compressed data of unknown length (#63). Do not assume we\'ll have the signature 0x08074b50 that is sometimes used for the data description, because it is not in the spec and is not always used.
* Make some record fields strict.
* Require binary >= 0.7.2, remove some CPP
* Mon Sep 26 2022 Peter Simons - Update zip-archive to version 0.4.2.2. zip-archive 0.4.2.2
* Use `command -v` before trying `which` in the test suite (#62). `command` is a bash builtin, but for busybox we\'ll need `which`.
* Thu Mar 03 2022 Peter Simons - Update zip-archive to version 0.4.2.1. zip-archive 0.4.2.1
* Fix Windows build regression (#61). zip-archive 0.4.2
* Fix problem with files with colon (#89).
* Remove build-tools. This was used to indicate that the \'unzip\' executable was needed for testing, but it was never intended to be used this way and now the field is deprecated. The current test suite simply skips the test using the unzip executable (with a warning) if \'unzip\' is not in the path.
* Remove existing symlinks when extracting zip files with symlinks (#60, Vikrem). Previously, writeEntry would raise an error if it tried to create a symlink and a symlink already existed at that path. This behavior was inconsistent with its behavior for regular files, which it overwrote without comment. This commit causes symlinks to be replaced by writeEntry instead of an error being raised.
* Remove binary < 0.6 CPP. It\'s no longer needed because we don\'t support binary < 0.6. Also use manySig instead of many, to get better error messages.
* Add type annotation for printf.
* Better checking for unsafe paths (#55). This method allows things like `foo/bar/../../baz`.
* Require base >= 4.5 (#56)
* Add GitHub CI.
* Thu Dec 17 2020 Ondřej Súkup - disable %{ix86} build
* Mon Aug 31 2020 psimonsAATTsuse.com- Update zip-archive to version 0.4.1 revision 1. Upstream has revised the Cabal build instructions on Hackage.
* Tue Aug 18 2020 Peter Simons - Replace %setup -q with the more modern %autosetup macro.
 
ICM