Commit Graph

49406 Commits

Author SHA1 Message Date
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
Sandro
e6e8d96962
Merge pull request #176122 from trofi/workaround-fno-common-for-xbursttools
xbursttools: add -fcommon workaround
2022-06-03 17:01:15 +02:00
Sandro
13f81a2580
Merge pull request #176017 from trofi/workaround-fno-common-for-vboot_reference
vboot_reference: add -fcommon workaround
2022-06-03 17:00:12 +02:00
Sergei Trofimovich
f783fcba13 xbursttools: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    mipsel-unknown-linux-uclibc-ld: boothandler.o:(.bss+0x8): multiple definition of
      `start_addr'; main.o:(.bss+0x8): first defined here
2022-06-03 15:21:03 +01: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
Sergei Trofimovich
9feb3ac917
Merge pull request #176012 from trofi/fix-fno-common-for-uget
uget: pull upstream fix for -fno-common toolchains
2022-06-03 12:28:32 +00:00
Sandro
b92013d842
Merge pull request #175868 from SuperSandro2000/tree
tree: 1.8.0 -> 2.0.2
2022-06-03 14:20:17 +02:00
Sandro
e6b16431e1
Merge pull request #174758 from markuskowa/add-panolpy
panoply: init at 5.0.6
2022-06-03 14:10:28 +02:00
Bobby Rong
bd7aa1e1bf
Merge pull request #173047 from LeSuisse/gitsign-0.0.2-alpha
gitsign: init at 0.1.0
2022-06-03 19:58:31 +08:00
Sergei Trofimovich
ee772f2673
Merge pull request #176065 from trofi/fix-fno-common-for-x11vnc
x11vnc: pull upstream fix for -fno-common toolchains
2022-06-03 11:41:10 +00:00
Thomas Gerbet
99720ed1c9 gitsign: init at 0.1.0 2022-06-03 13:29:12 +02:00
Markus Kowalewski
0c7387d817
panoply: init at 5.0.6 2022-06-03 13:09:34 +02:00
Sergei Trofimovich
42b9836536 x11vnc: pull upstream fix for -fno-common toolchains
Without the change build fails on upstream gcc-10 as:

    ld: x11vnc-xwrappers.o:/build/source/src/util.h:105: multiple definition of
      `clientMutex'; x11vnc-8to24.o:/build/source/src/util.h:105: first defined here
2022-06-03 08:12:50 +01: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
Sergei Trofimovich
cd62a01c90
Merge pull request #175256 from trofi/workaround-fno-common-for-sipsak
sipsak: add -fcommon workaround
2022-06-03 05:58:10 +00:00
Sergei Trofimovich
1473143aeb
Merge pull request #175248 from trofi/workaround-fno-common-for-shallot
shallot: add -fcommon workaround
2022-06-03 05:56:57 +00:00
happysalada
236cc2971a vector: 0.21.2 -> 0.22.0 2022-06-03 00:29:05 -04:00
R. Ryantm
2701e6f312 afterburn: 5.2.0 -> 5.3.0 2022-06-03 00:10:55 -04: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
Sandro Jäckel
08bb43c7dd
tree: 1.8.0 -> 2.0.2 2022-06-03 02:09:45 +02:00
Sandro
6c4797f012
Merge pull request #147503 from OPNA2608/init/libvgm 2022-06-03 01:18:58 +02:00
Sergei Trofimovich
b24c3ccf67 vboot_reference: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: /build/source/build/futility/vb2_helper.o:(.bss+0x0): multiple definition of
      `vboot_version'; /build/source/build/futility/futility.o:(.bss+0x0): first defined here
2022-06-03 00:04:18 +01:00
Sergei Trofimovich
e25aad2049 uget: pull upstream fix for -fno-common toolchains
Without the change build fails on upstream gcc-10 as:

    ld: uget_gtk-UgtkApp-main.o:/build/uget-2.2.3/ui-gtk/UgtkBanner.h:67: multiple definition of
      `banner'; uget_gtk-UgtkTraveler.o:/build/uget-2.2.3/ui-gtk/UgtkBanner.h:67: first defined here

As sourceforge does now allow easy way of extracting patches
I inlined the change as a string replacement.
2022-06-02 23:39:34 +01:00
Arseniy Seroka
d2a0531a0d
Merge pull request #175971 from dotlambda/ooniprobe-cli-3.15.0
ooniprobe-cli: 3.14.2 -> 3.15.0
2022-06-03 00:33:56 +02:00
Sergei Trofimovich
6435617524
Merge pull request #175990 from patricksjackson/wiimms-iso-tools-fno-common
wiimms-iso-tools: add -fcommon workaround
2022-06-02 21:26:31 +00:00
OPNA2608
1bab0eb399 fmtoy: init at unstable-2021-12-24 2022-06-02 22:35:46 +02:00
OPNA2608
1cda678ea0 vgmtools: init at unstable-2022-05-23 2022-06-02 22:35:38 +02:00
Patrick Jackson
4bc488ddfe wiimms-iso-tools: add -fcommon workaround 2022-06-02 12:32:21 -07: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
Rick van Schijndel
767f59ce79
Merge pull request #174095 from Minion3665/add-myself-to-maintainers
pridefetch: init at 1.0.0
2022-06-02 20:23:15 +02:00
Thiago Kenji Okada
b2564a8a96
Merge pull request #173885 from PedroHLC/init-airgeddon
airgeddon: init at 11.01
2022-06-02 19:20:17 +01:00
José Romildo Malaquias
4c704d3306
Merge pull request #175453 from Mic92/gparted
gparted: enable parallel building
2022-06-02 15:00:47 -03:00
Robert Schütz
0d31753167 ooniprobe-cli: 3.14.2 -> 3.15.0
https://github.com/ooni/probe-cli/releases/tag/v3.15.0
2022-06-02 17:42:47 +00:00
Sandro
3b4f1bdf78
Merge pull request #175929 from aaronjheng/i3cat
i3cat: remove
2022-06-02 18:42:33 +02:00
Sandro
fbf0a265c9
Merge pull request #175923 from aaronjheng/goklp
goklp: remove
2022-06-02 18:40:15 +02:00
Sandro
563c7ef9f1
Merge pull request #175924 from aaronjheng/curl_unix_socket
curl_unix_socket: remove
2022-06-02 18:39:40 +02:00
ajs124
9b1a10af60
Merge pull request #175927 from aaronjheng/ical2org
ical2org: remove
2022-06-02 18:14:51 +02:00
ajs124
295b42b8df
Merge pull request #175930 from aaronjheng/gawp
gawp: remove
2022-06-02 17:34:37 +02:00
Sandro
914170e96a
Merge pull request #175935 from k4leg/update-ventoy
ventoy-bin: 1.0.74 -> 1.0.75
2022-06-02 17:05:40 +02:00
Sandro
ddba1d18af
Merge pull request #175952 from K900/exa-fix-build
exa: fix build with rustc 1.61
2022-06-02 16:55:37 +02:00
K900
94cc2f9c9f exa: fix build with rustc 1.61 2022-06-02 17:31:02 +03:00
Sandro
8962e2555b
Merge pull request #175795 from SuperSandro2000/python310Packages.eventlet 2022-06-02 16:30:52 +02:00
Mario Rodas
63f15db529
Merge pull request #175881 from marsam/update-entr
entr: 5.1 -> 5.2
2022-06-02 08:22:13 -05:00
Bogdan Drozd
5d06b5b8d4
ventoy-bin: 1.0.74 -> 1.0.75 2022-06-02 16:02:05 +03:00
Aaron Jheng
74414ea759
gawp: remove 2022-06-02 12:42:10 +00:00
Aaron Jheng
9488ef9504
i3cat: remove 2022-06-02 12:39:25 +00:00