Commit Graph

6770 Commits

Author SHA1 Message Date
Sergei Trofimovich
eb38504a74 yersinia: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: ncurses-interface.o:src/ncurses-interface.h:83: multiple definition of
      `pointer'; ncurses-gui.o:src/ncurses-interface.h:83: first defined here
2022-06-06 09:19:57 +01:00
Sergei Trofimovich
dcb168b109 dieharder: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: include/dieharder/parse.h:21: multiple definition of `splitbuf';
      include/dieharder/parse.h:21: first defined here
2022-06-05 18:55:57 +01:00
Robert Scott
53573e4866
Merge pull request #176278 from risicle/ris-jar-source-provenance
treewide: set `sourceProvenance` for packages containing downloaded jars
2022-06-05 12:04:38 +01:00
Mario Rodas
ab39c9cda0
Merge pull request #176072 from joshua-cooper/pinentry-bemenu-0-11-0
pinentry-bemenu: 0.10.0 -> 0.11.0
2022-06-04 19:25:12 -05:00
Mario Rodas
ab408acb36
Merge pull request #176120 from LeSuisse/cosign-1.9.0
cosign: 1.8.0 -> 1.9.0
2022-06-04 19:22:37 -05:00
Fabian Affolter
7848e7314d
Merge pull request #176293 from fabaff/exploitdb-bump
exploitdb: 2022-05-26 -> 2022-06-04
2022-06-05 01:11:47 +02:00
Fabian Affolter
0c970f934e
Merge pull request #176251 from fabaff/gitleaks
gitleaks: 8.8.6 -> 8.8.7
2022-06-04 23:58:59 +02:00
Fabian Affolter
3a7775df4d exploitdb: 2022-05-26 -> 2022-06-04 2022-06-04 23:31:26 +02:00
Robert Scott
3b445eacea treewide: set sourceProvenance for gradle-built packages
these presumably contain binary jars in their deps
2022-06-04 19:48:03 +01:00
Robert Scott
3b6bc4b69c treewide: set sourceProvenance for packages containing downloaded jars
these are the easily identifiable cases and will not be comprehensive
2022-06-04 19:47:57 +01:00
Fabian Affolter
953923076c gitleaks: 8.8.6 -> 8.8.7 2022-06-04 16:28:07 +02:00
Anderson Torres
b3a4080baf
Merge pull request #176029 from AndersonTorres/SRI-hashes
Treewide: change hashes to SRI format
2022-06-04 08:27:01 -03:00
Sergei Trofimovich
27d4a6453f crackxls: pull patch pending upstream inclusion for -fno-common toolchains
Without the change build fails on upstream gcc-10 as:

  ld: decrypt.o:/build/crackxls2003/decrypt.c:50: multiple definition of
    `real_key'; crackxls2003.o:/build/crackxls2003/crackxls2003.c:64: first defined here

While at it dropped -O5 -march=native default optimization flags.
2022-06-04 06:14:54 +01:00
Sandro
e8db29b3b3
Merge pull request #176119 from fabaff/metasploit-bump
metasploit: 6.2.0 -> 6.2.1
2022-06-03 17:01:54 +02:00
Sandro
c2c5455f43
Merge pull request #175430 from trofi/workaround-fno-common-for-truecrack
truecrack: add -fcommon workaround
2022-06-03 17:01:30 +02:00
Fabian Affolter
71f478f6e7 metasploit: 6.2.0 -> 6.2.1 2022-06-03 16:16:12 +02:00
Thomas Gerbet
85ac5d8c9b cosign: 1.8.0 -> 1.9.0
Release notes:
https://github.com/sigstore/cosign/releases/tag/v1.9.0
2022-06-03 16:14:21 +02:00
Fabian Affolter
b0974f50f2
Merge pull request #176101 from jtojnar/wpscan
wpscan: 3.8.20 → 3.8.22
2022-06-03 16:07:35 +02:00
Jan Tojnar
c2608d3ea0 wpscan: 3.8.20 → 3.8.22 2022-06-03 14:56:45 +02:00
Florian Klink
ad9391899a
Merge pull request #176040 from klemensn/qdigidoc-update
qdigidoc: Update to 4.2.11
2022-06-03 14:33:02 +02:00
Thomas Gerbet
99720ed1c9 gitsign: init at 0.1.0 2022-06-03 13:29:12 +02:00
Josh Cooper
2d1188c0b1 pinentry-bemenu: 0.10.0 -> 0.11.0 2022-06-03 16:57:07 +09:00
Sergei Trofimovich
da93112356
Merge pull request #175258 from trofi/workaround-fno-common-for-super
super: add -fcommon workaround
2022-06-03 05:58:38 +00:00
Klemens Nanni
3e5b838713 qdigidoc: Update to 4.2.11
This release is still subject to double-free crashes in at least the
signature verification functionality, but debugging that requires an up
to date version (released two months ago), so here we go.

NB: Upstream released two source tarballs without further information,
qdigidoc4_r.2.11.110.orig.tar.xz contains sources without subdirectory,
qdigidoc4_r.2.11.110-1804.tar.xz contains a subdirectory with sources;
their difference is irrelevant for our build, so pick the one 1804 one:
```
$ diff -u -r qdigidoc4_r.2.11.110.orig/ qdigidoc4_r.2.11.110-1804/qdigidoc4/
Only in qdigidoc4_r.2.11.110.orig/cmake: .git
Only in qdigidoc4_r.2.11.110.orig/common: .git
Only in qdigidoc4_r.2.11.110.orig/common: .gitmodules
diff '--color=auto' -u -r qdigidoc4_r.2.11.110.orig/debian/changelog qdigidoc4_r.2.11.110-1804/qdigidoc4/debian/changelog
--- qdigidoc4_r.2.11.110.orig/debian/changelog	2022-01-28 13:44:35.000000000 +0200
+++ qdigidoc4_r.2.11.110-1804/qdigidoc4/debian/changelog	2022-01-28 13:44:38.000000000 +0200
@@ -1,3 +1,9 @@
+qdigidoc4 (4.2.11.110-1804) unstable; urgency=medium
+
+  * Release: 4.2.11.110.
+
+ -- RIA <info@ria.ee>  Fri, 28 Jan 2022 13:44:38 +0200
+
 qdigidoc4 (0.2.0.3) stable; urgency=low

   * Initial release
Only in qdigidoc4_r.2.11.110.orig/extensions/cmake: .git
Only in qdigidoc4_r.2.11.110.orig/extensions: .git
Only in qdigidoc4_r.2.11.110.orig/extensions: .gitmodules
```

```
$ git log --oneline v4.2.9..v4.2.11
2631e24 (tag: v4.2.11) Update translation (#1025)
76c671a Support Fedora (#997)
639cebe Update Qt to 5.12.2 (#1019)
cde7fb8 Add web-eid to diagnostics (#989)
faa8276 Add default option to sign button (#1001)
cb8262a Update OpenLDAP 2.6.0 (#996)
132de43 Workaround for Yaru theme on ubuntu 21.10 (#994)
58e4278 Improve safeFilename (#986)
1710f47 Fix coverity and cppcheck warnings (#992)
60af0bb Remove autofocus (#981)
5a9ff0a Use thread monitor event state (#845)
cdd95a5 Fix LDAP certificate validation (#980)
92f81ec Workaround SID/MID proxy unicode issues (#982)
92a5aaa Update version number and OpenSSL, OpenLDAP versions (#977)
5971e54 Update Xalan-C 1.12 (#976)
1f848cf Add more specific info for OpenSSLExceptions (#970)
0497b7f Set Select folder dialog button label and fix some translation warnings (#974)
e56e814 Workaround recent Qt changes to pass mousePressEvent (#978)
44f4a7e Update translations in russian for settings (#973)
25756eb Wait for upper level operations to avoid locked screen (#979)
232784e Don't set focus to fonds image (#967)
5cf2157 Change the view of expired and expiring certificates (#965)
b001274 Resolve a yellow background, when PIN is locked (#971)
4b20375 Fix the boolean value (#975)
1a41817 Resolve Ubuntu 21.04 warnings (#946)
301178b Set read-only permission for files in signed container (#962)
e028a30 Update OpenLDAP 2.5.5 (#963)
1fb5f6a Set accessible name to pin (#966)
18e6112 Handle libdigidocpp exception (#943)
a9efe0f Update translations (#961)
06e44a0 Fix Linux dark theme (#950)
a6ff428 Fix missed border of Accordion (#960)
a14476c Update list of components in Info view (#958)
8980270 Fix normalization of filenames (#952)
e4aac44 Shorten notifications display time (#948)
14606dc Use QSysInfo for OS version (#931)
b8716e7 Resolve a yellow background, when PIN is locked (#947)
0319c6b Don't allow searching for spaces during encryption (#929)
```
2022-06-03 04:40:36 +02:00
AndersonTorres
a9f927d321 softhsm: use new SRI hash format 2022-06-02 22:01:40 -03:00
AndersonTorres
a78c3a93ad pomerium-cli: use new SRI hash format 2022-06-02 22:01:40 -03:00
AndersonTorres
37f5921344 pcsclite: use new SRI hash format 2022-06-02 22:01:40 -03: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
Klemens Nanni
1d46988e13 qdigidoc: Wrap just once
Merge `LD_LIBRARY_PATH` fixing into the automatic Qt wrapping hook.
Otherwise `argv[0]` ends up as ".qdigidoc4-wrapped" due extra wrapping.
2022-06-02 20:39:19 +02:00
Florian Klink
72eb4583ae
Merge pull request #175659 from klemensn/qdigidoc-remove-darkhttpd
qdigidoc: Drop unused darkhttpd dependency
2022-06-02 20:31:24 +02:00
R. Ryantm
0ed7c18701 cfripper: 1.11.0 -> 1.12.0 2022-06-02 01:23:56 +00:00
Klemens Nanni
fea6ebccfb qdigidoc: Drop unused darkhttpd dependency
Introduced in 4b61b7814e "qdigidoc: fetch TSL info" without further
information or direct use in default.nix.

Neither DigiDoc4-Client sources nor other distribution packages contain
any reference to darkhttpd whatsoever.
2022-06-01 01:05:19 +02:00
R. Ryantm
d10af5290b cfripper: 1.10.0 -> 1.11.0 2022-05-31 01:17:43 +00:00
Janne Heß
bfc5086ae9
Merge pull request #173671 from Mindavi/treewide/broken-zhf
treewide: start marking packages broken
2022-05-30 14:10:43 +02:00
Sergei Trofimovich
4ca3b0d40b truecrack: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: transport.o:/build/source/sipsak.h:323: multiple definition of
      `address'; auth.o:/build/source/sipsak.h:323: first defined here
2022-05-30 06:54:55 +01:00
Fabian Affolter
c77be472d1
Merge pull request #175314 from fabaff/gitleaks-bump
gitleaks: 8.8.5 -> 8.8.6
2022-05-30 00:21:05 +02:00
Fabian Affolter
bbae98ad12
Merge pull request #175344 from fabaff/metasploit-bump
metasploit: 6.1.43 -> 6.2.0
2022-05-30 00:20:18 +02:00
Fabian Affolter
2ef3994849 metasploit: 6.1.43 -> 6.2.0 2022-05-29 21:36:06 +02:00
Sandro
7b2f132ad5
Merge pull request #174811 from emmabastas/master
spectre-cli: init at unstable-2022-02-05
2022-05-29 19:46:12 +02:00
Fabian Affolter
76eb4fc7df gitleaks: 8.8.5 -> 8.8.6 2022-05-29 17:17:49 +02:00
emmabastas
74e4125f18 spectre-cli: init at unstable-2021-02-05
Co-authored-by: FliegendeWurst <2012gdwu+github@posteo.de>
Co-authored-by: SuperSandro2000 <sandro.jaeckel@gmail.com>
2022-05-29 16:38:34 +02:00
Rick van Schijndel
cd3c25616d treewide: pkgs/tools: mark broken for darwin
All packages that were failing on x86_64-darwin are marked broken.
I'm assuming here that these are also broken on aarch64-darwin.
2022-05-29 10:56:04 +02:00
Rick van Schijndel
1f88f6a2c0 boofuzz: mark broken on x86_64-darwin 2022-05-29 10:56:03 +02:00
Sergei Trofimovich
6b0031dbbe super: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: pam.o:/build/super-3.30.0/super.h:293: multiple definition of
      `Method'; super.o:/build/super-3.30.0/super.h:293: first defined here
2022-05-29 07:59:58 +01:00
Dmitry Bogatov
64da60d311 passage: init at unstable-2022-05-01 2022-05-29 00:19:34 -04:00
Brian McKenna
cf74f5d089 doas: fix cross-compilation 2022-05-28 08:02:31 -05:00
Maximilian Bosch
fd57780d9c
Merge pull request #175068 from dotlambda/gpg-tui-0.9.0
gpg-tui: 0.8.3 -> 0.9.0
2022-05-28 14:33:42 +02:00
Fabian Affolter
6b7f22c0e6
Merge pull request #175094 from fabaff/step-cli-bump
step-cli: 0.19.0 -> 0.20.0
2022-05-28 12:52:08 +02:00
Fabian Affolter
824addbc33 step-cli: 0.19.0 -> 0.20.0 2022-05-28 11:34:34 +02:00
Robert Schütz
0f6a3991e5 gpg-tui: 0.8.3 -> 0.9.0
https://github.com/orhun/gpg-tui/blob/v0.9.0/CHANGELOG.md
2022-05-28 04:10:39 +00:00