Commit Graph

35 Commits

Author SHA1 Message Date
Mario Rodas
e34abd34fa
Merge pull request #280308 from hmenke/libzip
libzip: backport patch for pkgconfig file
2024-01-12 00:20:36 -05:00
Henri Menke
ba653c4def
libzip: backport patch for pkgconfig file 2024-01-11 17:41:30 +01:00
Mario Rodas
844ce3f6ba libzip: fix changelog 2023-09-09 04:20:00 +00:00
R. Ryantm
e72b80255c libzip: 1.10.0 -> 1.10.1 2023-09-09 02:03:35 +00:00
R. Ryantm
4d22e3fc78 libzip: 1.9.2 -> 1.10.0 2023-07-17 19:53:09 +00:00
John Ericson
0c9a9dd455 libzip: Add meta.pkgConfigModules and test 2023-02-11 11:02:59 -05:00
R. Ryantm
12e34e003f libzip: 1.8.0 -> 1.9.2 2022-08-17 20:20:05 -04:00
Eelco Dolstra
b97f46c807 libzip: Fix static build
Don't build the regression tests because they don't build with
pkgsStatic and are not executed anyway.
2022-06-23 17:43:56 +02:00
Daniel Nagy
471e63915f
libzip: 1.7.3 -> 1.8.0 2021-06-23 12:31:57 +02:00
Daniel Nagy
87c1a24c47
libzip: install man-pages and add optionas for three optional dependencies (#118464)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-05 20:37:17 +02:00
Ryan Burns
4609c36e73 libzip: 1.6.1 -> 1.7.3
libzip's pkgconfig paths are now fixed on git master
and the patch backports cleanly.
2021-01-24 18:50:06 -08:00
Ben Siraphob
66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
Jonathan Ringer
9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
continuation of #109595

pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.

python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
R. RyanTM
399d3b31d5 libzip: 1.6.0 -> 1.6.1 2020-03-14 14:29:31 +01:00
R. RyanTM
de3a2cf1a0 libzip: 1.5.2 -> 1.6.0 2020-02-05 10:42:55 +01:00
Ben Wolsieffer
a72ba67852 libzip: 1.3.0 -> 1.5.2
+ fix pkgconfig paths
(#68044)
2019-11-13 21:58:39 +01:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Jan Malakhovski
28d98d7a56 libzip: fix tests 2018-08-11 09:35:20 +00:00
Markus Kowalewski
08efbbd13b
libzip: add license 2018-08-09 11:13:29 +02:00
Samuel Dionne-Riel
7b97c8c0c8 treewide: homepage+src updates (found by repology, #33263) 2018-01-05 20:42:46 +01:00
Piotr Bogdan
e26c52e03a libzip: 1.2.0 -> 1.3.0 2017-11-08 16:32:26 +00:00
mimadrid
a57d9e420c
libzip: 1.1.2 -> 1.2.0 2017-03-12 12:33:04 +01:00
Tuomas Tynkkynen
a17216af4c treewide: Shuffle outputs
Make either 'bin' or 'out' the first output.
2016-08-29 14:49:51 +03:00
Tuomas Tynkkynen
15f68398ef libzip: Add platforms 2016-04-27 04:10:54 +03:00
Tuomas Tynkkynen
519dd711fe libzip: Move directory containing zipconf.h to $dev
http://hydra.nixos.org/build/34979863/nixlog/1/raw
2016-04-27 03:54:36 +03:00
Tuomas Tynkkynen
2c32607650 libzip: 0.11.2 -> 1.1.2 2016-04-27 03:54:31 +03:00
Thomas Tuegel
2a16c9d52b libzip: multiple outputs 2016-04-25 19:04:24 -05:00
Vladimír Čunát
4041fc3e85 libzip: fix CVE-2015-2331 by Debian patch
Rebuild impact seems low, except for LibreOffice.
2015-04-06 12:13:19 +02:00
Peter Simons
17f7c664f6 libzip: update from 0.11.1 to 0.11.2 2014-02-24 22:04:40 +01:00
Nixpkgs Monitor
dbfeebeef7 libzip: update from 0.10 to 0.11.1, potentially fixes CVE-2012-1162, CVE-2012-1163 2013-12-12 23:48:08 +02:00
Karn Kallio
a70a76086c Latest version of libzip places zipconf.h where mysqlworkbench
cannot find it and so mysqlworkbench does not build.  This links
it to somewhere mysqlworkbench looks.

I think the openoffice build also failed because of this.

svn path=/nixpkgs/trunk/; revision=32679
2012-02-28 16:26:55 +00:00
Eelco Dolstra
3a4595d679 * zlib should be a propagated build input of libzip.
svn path=/nixpkgs/trunk/; revision=32160
2012-02-09 14:22:13 +00:00
Eelco Dolstra
2051002180 * libzip updated to 0.10.
svn path=/nixpkgs/trunk/; revision=32159
2012-02-09 14:09:08 +00:00
Eelco Dolstra
94d7d1fdbb * Got rid of all --disable-static flags; they're redundant now.
* Also a bunch of style cleanups (tabs, with args, ...).

svn path=/nixpkgs/branches/stdenv-updates/; revision=15235
2009-04-21 23:18:09 +00:00
Yury G. Kudryashov
118560335c Added libzip
svn path=/nixpkgs/trunk/; revision=9637
2007-11-11 16:19:00 +00:00