Commit graph

29 commits

Author SHA1 Message Date
Weijia Wang 8ce03fa128
Merge pull request #210703 from r-ryantm/auto-update/libdigidocpp
libdigidocpp: 3.14.11 -> 3.14.12
2023-01-23 21:42:57 +01:00
Ferry Jérémie 65d7e87fdb treewide: replace http by https when https is a permanent redirection 2023-01-22 02:46:49 +01:00
R. Ryantm 578e88414a libdigidocpp: 3.14.11 -> 3.14.12 2023-01-14 13:39:06 +00:00
R. Ryantm 77fe22db65 libdigidocpp: 3.14.10 -> 3.14.11 2022-12-23 19:11:36 +00:00
Florian Klink 3a3cfc0d66
Update pkgs/development/libraries/libdigidocpp/default.nix
Co-authored-by: QuantMint <quantmint@protonmail.com>
2022-07-22 14:09:33 +07:00
Florian Klink 270d040cdc libdigidocpp: 3.14.8 -> 3.14.10
This includes 42a8cfd834c10bdd206fe784a13217df222b1c8e, fixing crashes
with OpenSSL>1.1.1l. We previously fetchpatched the patch manually.
2022-07-21 20:08:24 +07:00
Klemens Nanni ea62d92f63 libdigidocpp: Replace wrap with rpath addition
libdigidocpp.so itself contains the code to load the PKCS#11 module,
not digidoc-tool(1).

Wrapping `digitoc-tool`
- leaves the library broken
- is too broad (LD_LIBRARY_PATH is generic and inherited by children)
- needs an extra wrapper script (introducing subtle changes on its own)

Considering how dlopen(3) prefers the calling object's DT_RUNPATH,
simply amend that.
2022-06-10 05:28:05 +02:00
Florian Klink 06db264780
Merge pull request #176071 from klemensn/libdigidocpp-fix-newer-openssl
libdigidocpp: Fix crashes due to newer OpenSSL
2022-06-03 20:07:38 +02:00
Klemens Nanni 11c7d48016 libdigidocpp: Fix crashes due to newer OpenSSL
The OpenSSL 1.1.1l -> 1.1.1m update introduced a regression which
libdigidocpp upstream fixed.

Pull the fix to unbreak `digidoc-tool create --file=in.txt out.asice`
as well as the graphical pendant in `qdigidoc4`.
2022-06-03 19:57:12 +02:00
Florian Klink 134036f642 libdigidocpp: enable multiple outputs
This moves digidoc-tool (2MB) out of the runtime closure of qdigidoc.
2022-06-02 21:38:51 +02:00
Klemens Nanni e4dbad58d2 libdigidocpp: Fix PKCS11 module library path
By default, the OpenSC module is loaded as relative filename, i.e.
"opensc-pkcs11.so" is searched for in the default library path.

Point `LD_LIBRARY_PATH` for `digidoc-tool` to the OpenSC package just
like pkgs/tools/seurity/qdigidoc/deafult.nix already does.

This makes `digidoc-tool` work by default without manually setting
`LD_LIBRARY_PATH` or passing `--pkcs11=/path/to/module`.

Follow upstream once an appropiate patch has been merged.
2022-06-02 20:45:00 +02:00
R. Ryantm 368e6d00f8 libdigidocpp: 3.14.7 -> 3.14.8 2022-03-16 10:31:41 +00:00
R. RyanTM cb906083e5
libdigidocpp: 3.14.6 -> 3.14.7 2021-09-23 19:58:16 +08:00
R. RyanTM ac3277d04c libdigidocpp: 3.14.5 -> 3.14.6 2021-05-08 18:51:00 -07:00
R. RyanTM 148b1387e1 libdigidocpp: 3.14.4 -> 3.14.5 2021-03-13 15:49:25 +01: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 58ab512af3 libdigidocpp: 3.14.3 -> 3.14.4 2020-10-18 17:53:39 +00:00
R. RyanTM c074da0376 libdigidocpp: 3.14.2 -> 3.14.3 2020-06-26 16:35:45 +00:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
R. RyanTM dc428ae863 libdigidocpp: 3.14.1 -> 3.14.2 2020-02-10 13:25:15 +01:00
R. RyanTM c4da86cd41 libdigidocpp: 3.14.0 -> 3.14.1 (#74443) 2019-11-30 17:58:49 +01:00
R. RyanTM 5855ba8a33 libdigidocpp: 3.13.7 -> 3.14.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libdigidocpp/versions
2019-09-27 08:04:12 -07: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
Domen Kožar ad521a2757
libdigidocpp: 3.13.6 -> 3.13.7 2018-11-08 11:41:38 +00:00
Jörg Thalheim 6df851d0e5 libdigidocpp: 3.13.3.1365 -> 3.13.6 2018-08-10 13:02:22 +03:00
Ryan Mulligan e562f9f9c6 libdigidocpp: 3.12.0.1317 -> 3.13.3.1365
Semi-automatic update. These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 3.13.3.1365 with grep in /nix/store/bh5cizakj0dkmmwqqg4bvmhyvqd8x28n-libdigidocpp-3.13.3.1365
- found 3.13.3.1365 in filename of file in /nix/store/bh5cizakj0dkmmwqqg4bvmhyvqd8x28n-libdigidocpp-3.13.3.1365
2018-03-08 21:19:06 -08:00
Silvan Mosberger f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* pkgs: refactor needless quoting of homepage meta attribute

A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.

* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit

* Fixed some instances
2017-08-01 22:03:30 +02:00
Arseniy Seroka 9765e5835f
libdigidocpp: init at 3.12.0.1317 2016-04-27 11:38:09 +03:00