Commit Graph

11334 Commits

Author SHA1 Message Date
Fabian Affolter
bed7065587 dnstwist: 20221022 -> 20221213
Changelog: https://github.com/elceef/dnstwist/releases/tag/20221213
2022-12-14 15:20:32 +01:00
Fabian Affolter
458df785b9 dnstwist: add changelog to meta 2022-12-14 15:19:53 +01:00
Rick van Schijndel
9833d56c24 treewide: mark packages broken that never built on PLATFORM
Done with the help of https://github.com/Mindavi/nixpkgs-mark-broken
Tool is still WIP but this is one of the first results.

I manually audited the results and removed some results that were not valid.

Note that some of these packages maybe should have more constrained platforms set
instead of broken set, but I think not being perfectly correct is better than
just keep trying to build all these things and never succeeding.

Some observations:

- Some darwin builds require XCode tools
- aarch64-linux builds sometimes suffer from using gcc9
  - gcc9 is getting older and misses some new libraries/features
- Sometimes tools try to do system detection or expect some explicit settings for
  platforms that are not x86_64-linux
2022-12-13 21:40:12 +01:00
Sandro
2cf32f976a
Merge pull request #173384 from SuperSandro2000/ddclient-update 2022-12-12 17:06:06 +01:00
Pavol Rusnak
aec339148e
Merge pull request #205665 from prusnak/miniupnpc
miniupnpc: install binaries and manpages
2022-12-12 14:12:28 +01:00
Fabian Affolter
7765d08b52 amass: 3.21.1 -> 3.21.2
Diff: https://github.com/OWASP/Amass/compare/v3.21.1...v3.21.2

Changelog: https://github.com/OWASP/Amass/releases/tag/v3.21.2
2022-12-12 10:59:31 +01:00
Bobby Rong
b2d29228ff
Merge pull request #205631 from oluceps/update-hysteria
hysteria: 1.3.1 -> 1.3.2
2022-12-12 17:47:32 +08:00
Robert Schütz
0c4e3e0c97 ooniprobe-cli: 3.16.5 -> 3.16.7
https://github.com/ooni/probe-cli/releases/tag/v3.16.6
https://github.com/ooni/probe-cli/releases/tag/v3.16.7
2022-12-11 14:23:37 -08:00
Pavol Rusnak
b09e866b85
miniupnpc: install binaries and manpages 2022-12-11 20:16:52 +01:00
Bobby Rong
0e857e0089
Merge pull request #204807 from Eliot00/v2raya-init
v2raya: init at 2.0.0
2022-12-11 23:06:00 +08:00
Elliot
08d651764f
v2raya: init at 2.0.0
Update nixos/modules/services/networking/v2raya.nix

Co-authored-by: zendo <linzway@qq.com>

Update nixos/modules/services/networking/v2raya.nix

Co-authored-by: zendo <linzway@qq.com>

Update pkgs/tools/networking/v2raya/default.nix

Co-authored-by: zendo <linzway@qq.com>

Update pkgs/tools/networking/v2raya/default.nix

Co-authored-by: zendo <linzway@qq.com>

Update nixos/modules/services/networking/v2raya.nix

Co-authored-by: zendo <linzway@qq.com>

Update pkgs/tools/networking/v2raya/default.nix

Co-authored-by: zendo <linzway@qq.com>

Update nixos/modules/services/networking/v2raya.nix

Co-authored-by: zendo <linzway@qq.com>
2022-12-11 22:23:12 +08:00
oluceps
eee8cd063f
hysteria: 1.3.1 -> 1.3.2 2022-12-11 21:24:54 +08:00
figsoda
d5b726129b
Merge pull request #205502 from r-ryantm/auto-update/netbird
netbird: 0.11.4 -> 0.11.5
2022-12-10 14:43:49 -05:00
R. Ryantm
7914082117 netbird: 0.11.4 -> 0.11.5 2022-12-10 16:43:47 +00:00
Azat Bahawi
fcdfd68815
Merge pull request #204505 from r-ryantm/auto-update/pritunl-client
pritunl-client: 1.3.3343.50 -> 1.3.3370.14
2022-12-10 17:17:53 +03:00
Fabian Affolter
92a258bee0
Merge pull request #205322 from fabaff/amass-bump
amass: 3.20.0 -> 3.21.1
2022-12-09 20:52:00 +01:00
Fabian Affolter
2585407327 amass: 3.20.0 -> 3.21.1
Diff: https://github.com/OWASP/Amass/compare/v3.20.0...v3.21.1

Changelog: https://github.com/OWASP/Amass/releases/tag/v3.21.1
2022-12-09 17:21:14 +01:00
Fabian Affolter
48d5c09212 amass: add changelog to meta 2022-12-09 17:17:22 +01:00
Domen Kožar
a32b6064c4
Merge pull request #205267 from actionshrimp/datadog-agent-ld-rtloader
datadog-agent: fix error on startup due to go119 and ld path
2022-12-09 10:50:35 +00:00
Dave Aitken
845e54e94b
datadog-agent: add rtloader to LD_LIBRARY_PATH
This fixes the python init error mentioned here:
https://github.com/NixOS/nixpkgs/issues/105221#issuecomment-1251150900

However, there are still issues with the derived python environment - for some
reason datadog_checks.base is not present in the env's site-packages, which all
the other checks depend on, so python loading still isn't working fully (but I
believe this is an improvement over what's there already at least).
2022-12-09 09:15:58 +00:00
Dave Aitken
5727fbea4a
datadog-agent: build with go118
If using go119, the agent throws an error at startup:

```
panic: Something in this program imports go4.org/unsafe/assume-no-moving-gc to declare that it assumes a non-moving garbage collector, but your version of go4.org/unsafe/assume-no-moving-gc hasn't been updated to assert that it's safe against the go1.19 runtime
```

I believe this needs a fix in the datadog package itself, similar to:
https://github.com/DataDog/datadog-agent/pull/11455 but for go1.19
2022-12-09 09:14:09 +00:00
Charlotte Van Petegem
6bc6f77cb1 mu: 1.8.11 -> 1.8.13
https://github.com/djcb/mu/releases/tag/v1.8.13
2022-12-09 12:24:16 +08:00
Sandro
4cc7973ae6
Merge pull request #204658 from raphaelr/mbedtls-3 2022-12-08 16:38:17 +01:00
Jan Tojnar
143802532f
Merge pull request #202384 from jtojnar/gnome
GNOME: more updates
2022-12-08 14:45:38 +01:00
R. Ryantm
dd48617171 clash: 1.11.4 -> 1.12.0 2022-12-08 19:20:10 +08:00
zowoq
4d7177b500 netavark: 1.3.0 -> 1.4.0
https://github.com/containers/netavark/releases/tag/v1.4.0
2022-12-08 19:28:44 +10:00
zowoq
2f80026cd2 aardvark-dns: 1.3.0 -> 1.4.0
https://github.com/containers/aardvark-dns/releases/tag/v1.4.0
2022-12-08 19:28:44 +10:00
Sandro
0f4a35a559
Merge pull request #204843 from SuperSandro2000/croc 2022-12-07 22:46:38 +01:00
Raphael Robatsch
985c8dbe14 treewide: use mbedtls 3 where possible
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-12-07 19:58:55 +00:00
Fabian Affolter
e288403397
Merge pull request #204762 from r-ryantm/auto-update/linkchecker
linkchecker: 10.2.0 -> 10.2.1
2022-12-07 11:14:03 +01:00
figsoda
35be6085dc
Merge pull request #204870 from tjni/httplz
httplz: fix for rust 1.65
2022-12-06 19:05:57 -05:00
figsoda
4bae8ca3de
Merge pull request #204860 from luxus/netbird-0-11-4
netbird: 0.11.3 -> 0.11.4
2022-12-06 19:05:10 -05:00
Theodore Ni
abbfe517bd
httplz: fix for rust 1.65 2022-12-06 13:51:46 -08:00
Fabian Affolter
915d9d054f
linkchecker: modernize
- switch to pytestCheckHook
2022-12-06 22:40:36 +01:00
Fabian Affolter
5c1b0ff5cc
linkchecker: add changelog to meta 2022-12-06 22:31:14 +01:00
Artturi
850fb23aa8
Merge pull request #204214 from wegank/wxgtk30-gtk2-drop
treewide: drop wxGTK30-gtk2
2022-12-06 23:28:43 +02:00
luxus
9dcf9cf5b6 netbird: 0.11.3 -> 0.11.4 2022-12-06 22:06:27 +01:00
Sandro Jäckel
e0fb0e0851
croc: 9.6.1 -> 9.6.2
Diff: https://github.com/schollz/croc/compare/v9.6.1...v9.6.2
2022-12-06 21:07:14 +01:00
R. Ryantm
163c9aefd0 linkchecker: 10.2.0 -> 10.2.1 2022-12-06 10:39:21 +00:00
figsoda
20902ee4d6
Merge pull request #204578 from luxus/netbird-0-11-3
netbird: 0.11.1 -> 0.11.3
2022-12-05 20:48:28 -05:00
Arnout Engelen
0bda862edc
Merge pull request #204256 from raboof/onny-opensnitch-maintainer
opensnitch: transfer maintainership to onny
2022-12-05 14:55:36 +01:00
luxus
57d1829c5e netbird: 0.11.1 -> 0.11.3 2022-12-05 03:15:44 +01:00
R. Ryantm
a6a38c57c8 pritunl-client: 1.3.3343.50 -> 1.3.3370.14 2022-12-04 17:12:35 +00:00
Jan Tojnar
5ac64b2956 libnma: 1.10.2 → 1.10.4
https://gitlab.gnome.org/GNOME/libnma/-/compare/1.10.2...1.10.4

Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
2022-12-04 00:44:33 +01:00
Arnout Engelen
bcfe2a82e4
opensnitch: transfer maintainership to onny
I'm not using opensnitch myself anymore, and onny has done some
great work in this area
2022-12-03 09:57:32 +00:00
R. Ryantm
809f15f2e7 apc-temp-fetch: 0.0.1 -> 0.0.2 2022-12-03 14:00:04 +08:00
Mario Rodas
7b19557a8d snowflake: 2.4.0 -> 2.4.1
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake/-/raw/v2.4.1/ChangeLog
2022-12-03 04:20:00 +00:00
figsoda
acbdea4b15
Merge pull request #204209 from r-ryantm/auto-update/dnsproxy
dnsproxy: 0.46.2 -> 0.46.3
2022-12-02 23:18:39 -05:00
Weijia Wang
07cd65bea2 treewide: drop wxGTK30-gtk2 2022-12-03 03:28:32 +01:00
R. Ryantm
8bc1c3e8d4 dnsproxy: 0.46.2 -> 0.46.3 2022-12-03 00:37:54 +00:00