Commit Graph

49595 Commits

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

    ld: libsquashfuse_ll.a(libfuseprivate_la-fuseprivate.o):(.bss+0x8):
      multiple definition of `have_libloaded'; runtime.4.o:(.bss.have_libloaded+0x0): first defined here
2022-06-03 14:15:21 +01: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
Josh Cooper
2d1188c0b1 pinentry-bemenu: 0.10.0 -> 0.11.0 2022-06-03 16:57:07 +09:00
Sergei Trofimovich
3978ed8109 xe-guest-utilities: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: utils.o:xenstore/utils.h:27:
      multiple definition of `xprintf'; xenstored_core.o:xenstore/utils.h:27: first defined here
2022-06-03 08:30:43 +01:00
Arjan Schrijver
c217af1031 ntfy-sh: 1.24.0 -> 1.25.2 2022-06-03 09:22:12 +02:00
Sergei Trofimovich
add1b2e9af xannotate: pull patch pending upstream inclusion for -fno-common toolchain support
Without the change build fails against upstream gcc-10 as:

    ld: process.o:/build/source/src/process.h:26: multiple definition of
      `child'; backend.o:/build/source/src/process.h:26: first defined here
2022-06-03 08:19:28 +01: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
20b40c71c7 webalizer: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: dns_resolv.o:(.bss+0x20): multiple definition of `system_info'; webalizer.o:(.bss+0x76e0): first defined here
2022-06-03 07:44:20 +01:00
Sergei Trofimovich
d16032e754 wayv: pull patch pending upstream inclusion for -fno-common toolchain support
Without the change build fails on upstream gcc-10 as:

    ld: process.o:(.bss+0x0): multiple definition of `child'; backend.o:(.bss+0x0): first defined here
2022-06-03 07:28:01 +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
Aaron Jheng
1a1e7f77da
skeema: 1.7.1 -> 1.8.0 2022-06-03 02:09:12 +00:00
Berk D. Demir
ca0e288de3 runitor: 0.9.2 -> 0.10.0
- New version
- Requires Go 1.18
- Remove `-w` from the ldflags as it's implied by `-s`
- Pull in timeout retry test fix as a patch and re-enable tests
2022-06-03 01:10:12 +00:00
AndersonTorres
e7ef797f04 coq2html: use new SRI hash format 2022-06-02 22:01:41 -03:00
AndersonTorres
34b9e86a10 cidrgrep: use new SRI hash format 2022-06-02 22:01:41 -03:00
AndersonTorres
1d75611d1c retry: use new SRI hash format 2022-06-02 22:01:40 -03: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
AndersonTorres
bb2fe109d5 vpnc-scripts: use new SRI hash format 2022-06-02 22:01:40 -03:00
AndersonTorres
f1ab6c919b openapi-generator-cli/example.nix: use new SRI hash format 2022-06-02 22:01:40 -03:00
AndersonTorres
5384078178 precice-config-visualizer: use new SRI hash format 2022-06-02 22:01:39 -03:00
AndersonTorres
ed6560b2d1 octofetch: use new SRI hash format 2022-06-02 22:01:39 -03:00
AndersonTorres
ed1657fb58 flexoptix-app: use new SRI hash format 2022-06-02 22:01:39 -03:00
AndersonTorres
81038268cd asymptote: use new SRI hash format 2022-06-02 22:01:39 -03: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
Ram Kromberg
c49b3af8b4 opensnitch-ui: fix events table and notifications 2022-06-02 20:40:46 +03: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
5bb61d6a25 syslogng_incubator: remove after being marked broken for over 18 months
It was marked in commit 6d797c8462 by Jörg Thalheim on 2018-08-27 (commited on 2018-08-27)
2022-06-02 18:03:52 +02:00
ajs124
50788a3831 pepper: remove after being marked broken for over 18 months
It was marked in commit 58fd044ad0 by Frederik Rietdijk on 2020-08-29 (commited on 2020-08-29)
2022-06-02 18:03:52 +02:00
ajs124
a32e4cb320 maxscale: remove after being marked broken for over 18 months
It was marked in commit 63d9ab069a by Izorkin on 2020-04-10 (commited on 2020-04-10)
2022-06-02 18:03:47 +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
Aaron Jheng
44891c51c6
ical2org: remove 2022-06-02 12:33:05 +00:00
Aaron Jheng
01db68fcf1
curl_unix_socket: remove 2022-06-02 12:00:45 +00:00
Aaron Jheng
d955d88829
goklp: remove 2022-06-02 11:56:55 +00:00
Vladimír Čunát
152e9283c5
Merge #175758: netdata: use disallowedReferences 2022-06-02 13:43:17 +02:00
toastal
319fde0d4e soupault: 4.0.0 → 4.0.1
https://soupault.app/blog/soupault-4.0.1-release/
2022-06-02 18:06:15 +07:00
Sandro Jäckel
6b82550333
pgadmin: unpin eventlet dependency, cleanup 2022-06-02 12:20:51 +02:00
Sandro
ccc2db9a4f
Merge pull request #175904 from msfjarvis/hs/2022-06-02/fclones-0.25.0
fclones: 0.24.0 -> 0.25.0
2022-06-02 11:58:23 +02:00
Bobby Rong
2c6e654c00
Merge pull request #175699 from helium18/master
gh-eco: init 0.1.0
2022-06-02 16:59:38 +08:00
Harsh Shandilya
58aef42768
fclones: 0.24.0 -> 0.25.0 2022-06-02 14:11:27 +05:30
Vladimír Čunát
cbd66894e6
Merge #175150: staging-next 2022-05-28
the first one after 22.05 release
2022-06-02 10:23:00 +02:00
Fabian Affolter
8144b7dd2a
Merge pull request #175878 from r-ryantm/auto-update/cfripper
cfripper: 1.11.0 -> 1.12.0
2022-06-02 09:29:18 +02:00
github-actions[bot]
5c55be8e85
Merge master into staging-next 2022-06-02 06:01:13 +00:00
R. Ryantm
54fd97c276 discordchatexporter-cli: 2.34 -> 2.34.1 2022-06-02 02:42:24 +00:00
R. Ryantm
0ed7c18701 cfripper: 1.11.0 -> 1.12.0 2022-06-02 01:23:56 +00:00
Sandro
ddcc047a71
Merge pull request #175866 from SuperSandro2000/xh
xh: 0.15.0 -> 0.16.1
2022-06-02 02:05:40 +02:00
Sandro
625bba5a97
Merge pull request #175858 from SuperSandro2000/wget2
wget2: 2.0.0 -> 2.0.1
2022-06-02 02:05:20 +02:00
Sandro
9ea116c4b7
Merge pull request #175856 from SuperSandro2000/yle-dl
yle-dl: remove myself from maintainers
2022-06-02 02:04:45 +02:00
github-actions[bot]
d6b9d24302
Merge master into staging-next 2022-06-02 00:02:21 +00:00
Sandro Jäckel
7cf77a91dd
tmux: 3.2a > 3.3, add me as maintainer 2022-06-02 01:55:33 +02:00
Sandro
8cefd5dddc
Merge pull request #175407 from SuperSandro2000/ipaddress-deps
Remove python26Packages.ipaddress from applications
2022-06-02 01:34:50 +02:00
Sandro Jäckel
faa705148c
wget2: 2.0.0 -> 2.0.1 2022-06-02 00:14:17 +02:00
Sandro Jäckel
65144eb514
xh: 0.15.0 -> 0.16.1 2022-06-02 00:02:26 +02:00
Sandro
964e96b4cb
yle-dl: remove myself from maintainers 2022-06-01 23:54:27 +02:00
Bernardo Meurer
f4d4b16d71
Merge pull request #175831 from lovesegfault/fix-localtime
nixos/localtimed: hopefully fix geoclue
2022-06-01 14:38:29 -07:00
Thiago Kenji Okada
9f4defb7fa
Merge pull request #175821 from AtilaSaraiva/btdu
btdu: 0.3.1 -> 0.4.0
2022-06-01 22:14:50 +01:00
Bernardo Meurer
42d65c41d8
Merge pull request #175658 from lovesegfault/fix-beets-external-plugins
beets: fix external plugins in pluginOverrides
2022-06-01 13:25:12 -07:00
Bernardo Meurer
ffae8569b0 nixos/localtimed: hopefully fix geoclue 2022-06-01 13:20:16 -07:00
Jörg Thalheim
ff89916dfe
Merge pull request #175764 from SuperSandro2000/hexyl
hexyl: 0.9.0 -> 0.10.0
2022-06-01 21:19:06 +01:00
Átila Saraiva
08ad248db8 btdu: 0.3.1 -> 0.4.0 2022-06-01 17:06:43 -03:00
Fabian Affolter
3b6f2b44ea
Merge pull request #175789 from SuperSandro2000/mdcat
mdcat: 0.26.1 -> 0.27.1, remove inactive maintainer
2022-06-01 21:25:51 +02:00
github-actions[bot]
af1764d5c5
Merge master into staging-next 2022-06-01 18:01:14 +00:00
Sandro Jäckel
f760cfb91c
mdcat: 0.26.1 -> 0.27.1, remove inactive maintainer 2022-06-01 19:51:16 +02:00
Will Cohen
e404558558
tigervnc: add support for darwin (#173797) 2022-06-01 19:41:28 +02:00
helium18
a1102f6800 gh-eco: init 0.1.0
Co-authored-by: Bobby Rong <rjl931189261@126.com>
2022-06-01 22:42:55 +05:30
Robert Schütz
575b761b39 you-get: hardcode ffmpeg path 2022-06-01 10:01:42 -07:00
R. Ryantm
99d0d5f1db you-get: 0.4.1602 -> 0.4.1612 2022-06-01 10:01:42 -07:00
Patrick Jackson
d798024479 xbindkeys-config: add -fcommon workaround 2022-06-01 09:33:57 -07:00
Sandro Jäckel
a15d9d99dd
hexyl: 0.9.0 -> 0.10.0 2022-06-01 17:41:33 +02:00
Sergei Trofimovich
275f9025ca netdata: use disallowedReferences to guard against closure regressions
Suggested by Mindavi in https://github.com/NixOS/nixpkgs/pull/175719#issuecomment-1143586412.
2022-06-01 16:08:01 +01:00
Sandro
af55be9eac
Merge pull request #175660 from blitz/duplicity-gdrive
duplicity: use pydrive2 to fix Google Drive backup problems
2022-06-01 16:43:46 +02:00
Bobby Rong
3b4bdfbe6f
Merge pull request #174087 from esclear/update-swaysome
swaysome: 1.1.4 -> 1.1.5
2022-06-01 20:08:19 +08:00
github-actions[bot]
ebcaa0d01c
Merge master into staging-next 2022-06-01 12:01:27 +00:00
Bobby Rong
b1b8d598a8
Merge pull request #174083 from arjan-s/ntfy-sh-1.23.0
ntfy-sh: 1.22.0 -> 1.24.0
2022-06-01 19:59:02 +08:00
Bobby Rong
0667be876d
Merge pull request #175544 from wyndon/update-httm
httm: 0.10.12 -> 0.10.15
2022-06-01 19:57:55 +08:00
Sandro
50ea8dfb7b
Merge pull request #175731 from SuperSandro2000/archi 2022-06-01 13:14:33 +02:00
Sandro
78d491457d
archi: remove myself from maintainers 2022-06-01 12:43:07 +02:00
Sergei Trofimovich
3773e35a21 netdata: do not persist ./configure flags to decrease closure size
Before:

    $ nix path-info -r ./result | wc -l
    76
    $ nix path-info -Sh ./result
    ...-netdata-1.34.1       366.8M

After:

    $ nix path-info -r ./result | wc -l
    30
    $ nix path-info -Sh ./result
    ...-netdata-1.34.1       205.7M
2022-06-01 10:28:06 +01:00
github-actions[bot]
5f0d8b3c3d
Merge master into staging-next 2022-06-01 06:05:20 +00:00
Bernardo Meurer
b431151104
Merge pull request #175675 from lovesegfault/update-localtime
localtime: unstable-2021-11-23 -> 2022-02-20
2022-05-31 22:22:29 -07:00
Mario Rodas
539a971f6d entr: 5.1 -> 5.2
https://github.com/eradman/entr/raw/5.2/NEWS
2022-06-01 04:20:00 +00:00
Mario Rodas
0abd7caec9 fastlane: add marsam to maintainers 2022-06-01 04:20:00 +00:00
Mario Rodas
d8c992441f fastlane: use bundlerApp 2022-06-01 04:20:00 +00:00
Mario Rodas
a09d9fa7fa fastlane: 2.204.3 -> 2.206.2 2022-06-01 04:20:00 +00:00
Bernardo Meurer
fca4f1a511 localtime: unstable-2021-11-23 -> 2022-02-20 2022-05-31 19:40:58 -07:00
Aaron Jheng
7844de536b
go-sct: 20180605-eb1e851 -> unstable-2022-01-32 2022-06-01 00:37:43 +00:00
Sandro
6652d3d9d9
Merge pull request #175567 from lf-/update-nix-doc
nix-doc: 0.5.3->0.5.4 to support nix 2.9.0
2022-06-01 02:14:12 +02:00
github-actions[bot]
d8ae99a0c9
Merge master into staging-next 2022-06-01 00:02:36 +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
Bernardo Meurer
4845c93713 beets: fix external plugins in pluginOverrides 2022-05-31 16:00:02 -07:00
Julian Stecklina
a571caaf73 duplicity: use pydrive2 to fix gdrive backup problems
pydrive is abandoned and has unfixed issues. In particular, Deja Dup
backups (which uses duplicity as backend) to Google Drive fail with

 Giving up after 5 attempts. RedirectMissingLocation: Redirected but
 the response is missing a Location: header.

More context and pointers are available in the Deja Dup bug tracker:
https://gitlab.gnome.org/World/deja-dup/-/issues/202#note_1306216
2022-06-01 00:51:13 +02:00
Sandro
44aa79022d
Merge pull request #175550 from dotlambda/borgbackup-pyfuse3
borgbackup: need either pyfuse3 or llfuse
2022-06-01 00:28:57 +02:00
P. R. d. O
0f44989a6c
nixui: remove 2022-05-31 14:44:47 -06:00
Kenzyme L
beb567ac2a globalprotect-openconnect: 1.4.1 -> 1.4.5 2022-05-31 14:39:58 -04:00
github-actions[bot]
d6ede66f6a
Merge master into staging-next 2022-05-31 18:01:11 +00:00
Artturin
7d6eeeb3d0 nixVersions.stable: nix_2_8 -> nix_2_9

2022-05-31 17:45:17 +03:00
Artturin
f0c3fe4091 nixVersions.nix_2_9: init at 2.9.0 2022-05-31 17:43:28 +03:00
Sandro
0950dcd37b
Merge pull request #174261 from LumiGuide/lumi-team
picoscope, openrazer, it87, esptool: move maintainership to new LumiGuide team
2022-05-31 15:40:04 +02:00
Robert Schütz
9b46fd9ba0 borgbackup: cython is only required at build-time 2022-05-31 12:13:12 +00:00
Robert Schütz
43337d4f93 borgbackup: need either pyfuse3 or llfuse
The former is preferred according to
https://borgbackup.readthedocs.io/en/1.2.0/installation.html#dependencies
but only works on Linux since it depends on libfuse3.
2022-05-31 12:13:12 +00:00
github-actions[bot]
c451d8d636
Merge master into staging-next 2022-05-31 12:01:21 +00:00
Jade Lovelace
4729707e40 nix-doc: 0.5.3->0.5.4 to support nix 2.9.0
Related: https://github.com/NixOS/nixpkgs/pull/175541

Thanks Artturin for the notification.
2022-05-31 00:59:56 -07:00
Fabian Affolter
33d5320b6f
Merge pull request #175547 from r-ryantm/auto-update/cfripper
cfripper: 1.10.0 -> 1.11.0
2022-05-31 09:09:25 +02:00
github-actions[bot]
95ee186ccc
Merge master into staging-next 2022-05-31 06:01:20 +00:00
R. Ryantm
d10af5290b cfripper: 1.10.0 -> 1.11.0 2022-05-31 01:17:43 +00:00
wyndon
76a10f3645
httm: 0.10.12 -> 0.10.15 2022-05-31 02:43:32 +02:00
Artturi
ef44c71d98
Merge pull request #175492 from Artturin/nixupdate9 2022-05-31 03:03:23 +03:00
github-actions[bot]
881b2aa181
Merge master into staging-next 2022-05-31 00:02:22 +00:00
Sandro
b2dc65f399
Merge pull request #174626 from dywedir/magic-wormhole-rs
magic-wormhole-rs: 0.3.0 -> 0.5.0
2022-05-30 23:36:36 +02:00
Sandro
f17c5a1ad6
Merge pull request #174515 from arjan-s/pls-5.0.0
pls: 4.0.3 -> 5.0.0
2022-05-30 22:32:51 +02:00
github-actions[bot]
8d36a138eb
Merge master into staging-next 2022-05-30 18:01:09 +00:00
Fabian Affolter
ded0d0d025
Merge pull request #175436 from fabaff/natscli-bump
natscli: 0.0.32 -> 0.0.33
2022-05-30 19:16:32 +02:00
Ben Siraphob
1742cb1193
Merge pull request #175471 from Sciencentistguy/unbreak-procs-darwin 2022-05-30 17:14:30 +00:00
Jamie Quigley
80d6f179b9
procs: unbreak on aarch64-darwin
Sandbox build requires manually specifying LIBCLANG_PATH

x86_64-darwin build is still broken - complains about libproc
`proc_pid_usage`
2022-05-30 17:44:29 +01:00
Artturin
963e1c79dc nixVersions.unstable: pre20220512 -> pre20220530 2022-05-30 19:28:24 +03:00
ckie
fba5275708
Merge pull request #175469 from 1sixth/v2ray-4.45.0
v2ray: 4.44.0 -> 4.45.0
2022-05-30 18:22:51 +03: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
github-actions[bot]
76b451751c
Merge master into staging-next 2022-05-30 12:01:31 +00:00
1sixth
908245b553
v2ray: 4.44.0 -> 4.45.0 2022-05-30 19:51:21 +08:00
Sascha Grunert
90ce1f86b9 cri-tools: 1.24.1 -> 1.24.2
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2022-05-30 21:45:00 +10:00
Jörg Thalheim
c29b1d9aba
Merge pull request #175264 from Mic92/tts
tts: 0.6.1 -> 0.6.2
2022-05-30 10:58:05 +01:00
Klemens Nanni
475b2f1244 partitionmanager: Wrap once
Merge both the GNOME and manual runtime `PATH` fixups into the automatic
Qt hook to end up with one wrapper containing all deduplicated variables
rather than three doing duplicate work and messing up `argv[0]`.
2022-05-30 11:52:08 +02:00
Jörg Thalheim
146a2545a0
gparted: enable parallel building 2022-05-30 11:31:40 +02:00
Arjan Schrijver
bc555806c0 ntfy-sh: 1.23.0 -> 1.24.0 2022-05-30 10:14:22 +02:00
Loïc Reynier
4b3a039b60 gh-cal: fix pkg-config 2022-05-30 10:08:00 +02:00
Arjan Schrijver
b445957a81 pls: 4.0.3 -> 5.0.0 2022-05-30 09:54:48 +02:00
Fabian Affolter
095219c30c natscli: 0.0.32 -> 0.0.33 2022-05-30 08:59:02 +02:00
github-actions[bot]
bde8bf2c6b
Merge master into staging-next 2022-05-30 06:01:24 +00: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
Sandro Jäckel
b134a28381
dd-agent: remove backport ipaddress 2022-05-30 05:55:10 +02:00
Sandro Jäckel
c9a2b12db5
duplicity: remove backport ipaddress, remove always false condition 2022-05-30 05:54:24 +02:00
Sandro Jäckel
9a5fde8383
azure-cli: remove backport ipaddress 2022-05-30 05:54:09 +02:00
Sandro Jäckel
a2c2795e1c
xpra: remove ipaddress 2022-05-30 05:54:00 +02:00
Sandro
d7ab0ea8c5
Merge pull request #175340 from wyndon/update-httm 2022-05-30 04:05:39 +02:00
Sandro
0cdef96e5c
Merge pull request #175348 from matthewpi/pathvector/5.12.0
pathvector: 5.11.1 -> 5.12.0
2022-05-30 04:03:08 +02:00
github-actions[bot]
45f972f086
Merge master into staging-next 2022-05-30 00:02:49 +00:00
Anderson Torres
1b36442421
Merge pull request #173720 from trofi/workaround-fno-common-for-djmount
djmount: add -fcommon workaround
2022-05-29 21:00:32 -03:00
Anderson Torres
3a5f708cf9
Merge pull request #173715 from trofi/workaround-fno-common-for-dibbler
dibbler: add -fcommon workaround
2022-05-29 20:59:29 -03:00
wyndon
6b1b89f6b6
httm: 0.10.10 -> 0.10.12 2022-05-30 01:47:42 +02:00
Sandro
1f8008a7b5
Merge pull request #175365 from trofi/workaround-fno-common-for-tftp-hpa
tftp-hpa: add -fcommon workaround
2022-05-30 01:39:30 +02:00
Fabian Affolter
a78bc4244e
Merge pull request #175142 from fabaff/acme-client-bump
acme-client: 1.2.0 -> 1.3.0
2022-05-30 00:24:34 +02:00
Fabian Affolter
5b9ceb6752
Merge pull request #175111 from fabaff/eternalterminal-bump
eternal-terminal: 6.1.11 -> 6.2.1
2022-05-30 00:22:47 +02:00
Fabian Affolter
a490348cf6
Merge pull request #175145 from fabaff/acme-sh-bump
acme-sh: 3.0.2 -> 3.0.4
2022-05-30 00:22:36 +02:00
Fabian Affolter
f8979c50f7
Merge pull request #175173 from fabaff/auditwheel-bump
auditwheel: 4.0.0 -> 5.1.2
2022-05-30 00:22:20 +02: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
Skyler Grey
f598554c73
pridefetch: init at 1.0.0
pridefetch is a cli tool to display system information (similarly
to neofetch or pfetch) in your terminal along with a pride flag.
2022-05-29 22:16:05 +01:00
Sergei Trofimovich
e82d62cac2 tftp-hpa: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: main.o:/build/tftp-hpa-5.2/tftp/main.c:98: multiple definition of
      `toplevel'; tftp.o:/build/tftp-hpa-5.2/tftp/tftp.c:51: first defined here
2022-05-29 22:10:02 +01:00
Ivar Scholten
1893a3e11a er-patcher: init at 1.04-1 2022-05-29 21:53:12 +02:00
Matthew Penner
cf0f74ccf8
pathvector: 5.11.1 -> 5.12.0 2022-05-29 13:50:21 -06:00
Bjørn Forsman
260ed44242 genimage: 9 -> 15
It still doesn't install any documenation, the README now has .rst file
extension.
2022-05-29 21:40:23 +02:00
Fabian Affolter
2ef3994849 metasploit: 6.1.43 -> 6.2.0 2022-05-29 21:36:06 +02:00
Artturi
1052f7970f
Merge pull request #174247 from cid-chan/cid-fix-duplicity-s3-boto
duplicity: S3 backups fail with "boto" not being found.
2022-05-29 21:37:07 +03:00
github-actions[bot]
1767ba1baa
Merge master into staging-next 2022-05-29 18:01:10 +00: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
Ben Siraphob
d2352c9108
Merge pull request #172187 from loicreynier/init-gh-cal 2022-05-29 17:32:59 +00:00
Sandro
07417883c2
Merge pull request #175195 from SuperSandro2000/topgrade
topgrade: 9.0.0 -> 9.0.1
2022-05-29 18:48:54 +02:00
Sergei Trofimovich
c2eb1202cc
Merge pull request #173852 from trofi/workaround-fno-common-for-foremost
foremost: add -fcommon workaround
2022-05-29 16:01:32 +00:00
Sergei Trofimovich
c2934244fc
Merge pull request #173716 from trofi/workaround-fno-common-for-dirb
dirb: add -fcommon workaround
2022-05-29 15:59:30 +00:00
Sergei Trofimovich
579d1c7a39 dibbler: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: listindex.o:/build/btar-1.1.1/loadindex.h:12: multiple definition of
      `ptr'; main.o:/build/btar-1.1.1/loadindex.h:12: first defined here
2022-05-29 16:58:57 +01:00
Sergei Trofimovich
f6c4da4920
Merge pull request #173003 from trofi/update-foma-for-fno-common
foma: 0.9.18alpha -> 0.10.0alpha
2022-05-29 15:51:27 +00:00