Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

ghc-zip-archive-0.4.1-6.7 RPM for armv7hl

From OpenSuSE Ports Tumbleweed for armv7hl

Name: ghc-zip-archive Distribution: openSUSE Tumbleweed
Version: 0.4.1 Vendor: openSUSE
Release: 6.7 Build date: Fri May 28 13:40:13 2021
Group: Unspecified Build host: obs-arm-5
Size: 431190 Source RPM: ghc-zip-archive-0.4.1-6.7.src.rpm
Packager: http://bugs.opensuse.org
Url: https://hackage.haskell.org/package/zip-archive
Summary: Library for creating and modifying zip archives
The zip-archive library provides functions for creating, modifying, and
extracting files from zip archives. The zip archive format is documented in
<http://www.pkware.com/documents/casestudies/APPNOTE.TXT>.

Certain simplifying assumptions are made about the zip archives: in particular,
there is no support for strong encryption, zip files that span multiple disks,
ZIP64, OS-specific file attributes, or compression methods other than Deflate.
However, the library should be able to read the most common zip archives, and
the archives it produces should be readable by all standard unzip programs.

Archives are built and extracted in memory, so manipulating large zip files
will consume a lot of memory. If you work with large zip files or need features
not supported by this library, a better choice may be
<http://hackage.haskell.org/package/zip zip>, which uses a memory-efficient
streaming approach. However, zip can only read and write archives inside
instances of MonadIO, so zip-archive is a better choice if you want to
manipulate zip archives in "pure" contexts.

As an example of the use of the library, a standalone zip archiver and
extracter is provided in the source distribution.

Provides

Requires

License

BSD-3-Clause

Changelog

* Thu Dec 17 2020 Ondřej Súkup <mimi.vx@gmail.com>
  - disable %{ix86} build
* Mon Aug 31 2020 psimons@suse.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 <psimons@suse.com>
  - Replace %setup -q with the more modern %autosetup macro.
* Tue Jun 16 2020 Peter Simons <psimons@suse.com>
  - Re-generate file with latest version of spec-cleaner.
* Fri Nov 08 2019 Peter Simons <psimons@suse.com>
  - Drop obsolete group attributes.
* Wed Apr 24 2019 psimons@suse.com
  - Update zip-archive to version 0.4.1.
    zip-archive 0.4.1
    * writEntry behavior change: Improve raising of UnsafePath error (#55).
      Previously we raised this error spuriously when archives were unpacked
      outside the working directory.  Now we raise it if eRelativePath contains
      ".." as a path component, or eRelativePath path is an absolute path and
      there is no separate destination directory.  (Note that `/foo/bar` is fine
      as a path as long as a destination directory, e.g. `/usr/local`, is
      specified.)
* Tue Dec 04 2018 psimons@suse.com
  - Update zip-archive to version 0.4.
    zip-archive 0.4
    * Implement read-only support for PKWARE encryption (Sergii Rudchenko).
      The "traditional" PKWARE encryption is a symmetric encryption
      algorithm described in zip format specification in section 6.1.
      This change allows to extract basic "password-protected" entries from
      ZIP files.  Note that the standard file extraction function
      extractFilesFromArchive does not decrypt entries (it will raise
      an exception if it encounters an encrypted entry). To handle
      archives with encrypted entries, use the new function
      fromEncryptedEntry.
      API changes:
      + Add eEncryptionMethod field to Entry.
      + Add EncryptionMethod type.
      + Add function isEncryptedEntry.
      + Add function fromEncryptedEntry.
    * Add CannotWriteEncryptedEntry constructor to ZipException.
    * Add UnsafePath to ZipException (#50).
    * writeEntry: raise UnsafePath exception for unsafe paths (#50).
      This prevents malicious zip files from overwriting paths
      above the working directory.
    * Add Paths_zip_archive to autogen-modules.
    * Clarify README and cabal description.
    * Specify cabal-version: 2.0.  Otherwise we get an unknown build
      tool error using `build-depends` without a custom Setup.hs.
    * Change build-type to simple.  Retain 'build-tools: unzip' in
      test stanza, though now it doesn't do anything except give a
      hint to external tools.  If unzip is not found in the path,
      the test suite prints a message and counts the test that
      requires unzip as succeeding (see #51).
* Sat Oct 20 2018 Peter Simons <psimons@suse.com>
  - Use https URL to refer to bugs.opensuse.org.
* Wed Jul 18 2018 psimons@suse.com
  - Cosmetic: replace tabs with blanks, strip trailing white space,
    and update copyright headers with spec-cleaner.
* Fri Jul 13 2018 psimons@suse.com
  - Update zip-archive to version 0.3.3.
    zip-archive 0.3.3
    * Remove dependency on old-time (typedrat).
    * Drop splitBase flag and support for base versions < 3.
    zip-archive 0.3.2.5
    * Move 'build-tools: unzip' from library stanza to test stanza.
      unzip should only be required for testing, not for regular
      builds of the library.
* Mon May 14 2018 psimons@suse.com
  - Update zip-archive to version 0.3.2.4.
    * Use createSymbolicLink instead of createFileLink in tests. This allows
      us to lower the directory lower bound (#40).
    * Fixes for handling of symbolic links (#39, Tommaso Piazza).
    * Fixes for symbolic link tests, and additional tests.
    * Add ZipOption to preserve symbolic links (#37, Tommaso Piazza).
      Add OptPreserveSymbolicLinks constructor to ZipOption.  If this option
      is set, symbolic links will be preserved.  Symbolic links are not
      supported on Windows.
    * Require binary >= 0.6 (#36).
    * Improve exit handling in zip-archive program.

Files

/usr/lib/ghc-8.10.4/zip-archive-0.4.1
/usr/lib/ghc-8.10.4/zip-archive-0.4.1/libHSzip-archive-0.4.1-3zlf4lRODkX61I3bJwe1tJ-ghc8.10.4.so
/usr/share/licenses/ghc-zip-archive
/usr/share/licenses/ghc-zip-archive/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Apr 27 00:22:44 2024