Malo Bourgon
9e4be53221
treewide: add meta.mainProgram to some libraries
...
where a single bin is provided and someone might actually want to run it
2022-05-04 18:11:50 -07:00
Felix Buehler
09e3b7a570
treewide: remove all updateWalker/downloadURLRegexp
2022-01-26 21:46:08 +01:00
Maximilian Bosch
d67b17f217
Merge pull request #143295 from r-ryantm/auto-update/xmlsec
...
xmlsec: 1.2.32 -> 1.2.33
2021-11-04 23:43:10 +01:00
Yureka
4f93f4b82b
xmlsec: use latest nss
...
The issues mentioned seem to be fixed in the latest xmlsec release
2021-11-02 14:41:04 +01:00
R. Ryantm
8be9caf2c1
xmlsec: 1.2.32 -> 1.2.33
2021-10-28 04:00:18 +00:00
R. RyanTM
19822abfed
xmlsec: 1.2.31 -> 1.2.32
2021-08-14 07:32:48 +00:00
Felix Buehler
e023025ee0
various: cleanup of "inherit version;"
2021-07-17 22:39:35 +02: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
Sandro Jäckel
169637aaec
xmlsec: fix build in darwin sandbox, make tests (more) reproducible
2020-11-25 21:36:23 +01:00
Doron Behar
ea9cada455
xmlsec: use nss_3_53
...
Otherwise the build fails the tests. Probably a regression since the
update of nss to 3.59.
2020-11-21 10:39:54 +02:00
Doron Behar
6c5c0fc1a8
xmlsec: 1.2.30 -> 1.2.31
2020-11-21 10:39:02 +02:00
Caleb Land
7698197323
xmlsec: fix build on macOS ( #101319 )
...
* xmlsec: fix build on macOS
xmlsec detects the Darwin platform and uses the -D flag with base64, but nix uses GNU base64 which requires -d.
This patch removes the platform test and always uses the -d flag.
2020-11-01 16:55:14 -05:00
Jonathan Ringer
69b21e20d4
xmlsec: 1.2.28 -> 1.2.30
2020-10-06 09:20:23 -07:00
Matthew Bauer
c2ea7318be
Merge pull request #68488 from B4dM4n/xmlsec-dlsearchdir
...
xmlsec: add library path to lt_dladdsearchdir
2020-07-29 18:02:22 -05:00
Fabian Möller
de37813741
xmlsec: add simple libxmlsec1 crypto loading test
2020-07-15 10:56:59 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Robin Gloster
f9f46dc327
treewide: NIX_*_FLAGS -> string
2019-12-31 00:15:46 +01:00
Fabian Möller
be4406edee
xmlsec: add library path to lt_dladdsearchdir
...
This makes it easier to use libxmlsec in other libraries like
python-xmlsec.
2019-09-11 10:00:56 +02:00
volth
08f68313a4
treewide: remove redundant rec
2019-08-28 11:07:32 +00:00
volth
c814d72b51
treewide: name -> pname
2019-08-17 10:54:38 +00:00
R. RyanTM
a5062a2807
xmlsec: 1.2.26 -> 1.2.28
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/xmlsec/versions
2019-05-04 10:42:55 -07:00
Silvan Mosberger
57bccb3cb8
treewide: http -> https sources ( #42676 )
...
* treewide: http -> https sources
This updates the source urls of all top-level packages from http to
https where possible.
* buildtorrent: fix url and tab -> spaces
2018-06-28 20:43:35 +02:00
R. RyanTM
99ed01e104
xmlsec: 1.2.25 -> 1.2.26
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/xmlsec/versions .
These checks were done:
- built on NixOS
- /nix/store/abvl1x7fq46597zs54989mzlbfs7fq6i-xmlsec-1.2.26/bin/.xmlsec1-wrapped passed the binary check.
- /nix/store/abvl1x7fq46597zs54989mzlbfs7fq6i-xmlsec-1.2.26/bin/xmlsec1 passed the binary check.
- 2 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 1.2.26 with grep in /nix/store/abvl1x7fq46597zs54989mzlbfs7fq6i-xmlsec-1.2.26
- directory tree listing: https://gist.github.com/e9e137ae925e9687577596baffb336c3
- du listing: https://gist.github.com/dda9ad69863fe80d1ea4126315585b0c
2018-06-23 08:42:39 -07:00
Peter Simons
31b4bfe649
Revert "xmlsec: 1.2.25 -> 1.2.26 ( #41655 )"
...
This reverts commit 45eeb24701
. This update
broke the build of libreoffice.
See https://github.com/NixOS/nixpkgs/issues/37619 .
Ping @ryantm.
2018-06-14 17:48:38 +02:00
R. RyanTM
45eeb24701
xmlsec: 1.2.25 -> 1.2.26 ( #41655 )
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/xmlsec/versions .
These checks were done:
- built on NixOS
- /nix/store/y5z1vxy9v75bpsjl4z3xg1l4m0d8iqg1-xmlsec-1.2.26/bin/.xmlsec1-wrapped passed the binary check.
- /nix/store/y5z1vxy9v75bpsjl4z3xg1l4m0d8iqg1-xmlsec-1.2.26/bin/xmlsec1 passed the binary check.
- 2 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 1.2.26 with grep in /nix/store/y5z1vxy9v75bpsjl4z3xg1l4m0d8iqg1-xmlsec-1.2.26
- directory tree listing: https://gist.github.com/35b63e4ccf9a1df1b167177e91716a4e
- du listing: https://gist.github.com/d45eba60006ba229e2682ff2db682d96
2018-06-08 19:06:27 +02:00
Robin Gloster
f2ce15be9d
Revert "xmlsec: fix build (re: nss update)"
...
This reverts commit d66a3404a6
.
2017-10-09 20:51:30 +02:00
Michael Raskin
d66a3404a6
xmlsec: fix build (re: nss update)
2017-10-08 23:31:01 +02:00
John Ericson
f037625f87
Merge remote-tracking branch 'upstream/staging' into deps-reorg
2017-09-28 12:32:57 -04:00
Eelco Dolstra
8ccce8de89
Add more dev outputs
2017-09-25 19:52:10 +02:00
John Ericson
531e4b80c9
misc pkgs: Basic sed to get fix pkgconfig
and autoreconfHook
buildInputs
...
Only acts on one-line dependency lists.
2017-09-21 15:49:53 -04:00
Kranium Gikos Mendoza
caa79ba50c
xmlsec: enable deprecated headers required by lasso
2017-09-18 23:07:43 +02:00
Michael Raskin
44db65d61c
xmlsec: 1.2.23 -> 1.2.25; enable nss (for LO)
2017-09-17 09:58:34 +02:00
Robin Gloster
54018c8f63
xmlsec: 1.2.20 -> 1.2.23
2017-02-17 00:13:45 +01:00
Vladimír Čunát
e69306c463
xmlsec: fix linkage, probably after #909
...
This fixes builds of (some) reverse dependencies, e.g. aqbanking.
2016-03-29 12:22:54 +02:00
Domen Kožar
3ee4747675
OpenStack: package Glance, Keystone, Neutron
2015-10-27 11:52:40 +01:00
Allan Espinosa
22e57d6f26
oathToolkit: Support darwin
2015-09-23 13:26:37 +09:00
Aristid Breitkreuz
29e38aeb9d
xmlsec: update from 1.2.19 to 1.2.20
2014-10-08 20:23:26 +02:00
Mateusz Kowalczyk
7a45996233
Turn some license strings into lib.licenses values
2014-07-28 11:31:14 +02:00
Lluís Batlle i Rossell
6281042def
Adding oath-toolkit and xmlsec
...
I added xmlsec to make it work with oath-toolkit (to build one extra tool
there, that I don't need), but I couldn't make it work together.
2013-03-31 00:08:17 +01:00