Commit graph

12616 commits

Author SHA1 Message Date
R. Ryantm fb8cf11a95 nebula: 1.6.1 -> 1.7.0 2023-05-20 04:38:07 +00:00
Weijia Wang ae2b86d5a7
Merge pull request #232844 from figsoda/muffet
muffet: 2.8.0 -> 2.8.1
2023-05-19 23:46:34 +03:00
figsoda 4afdcf5321
Merge pull request #232593 from fabaff/mqttui-bump
mqttui: 0.18.0 -> 0.19.0
2023-05-19 14:42:05 -04:00
Fabian Affolter 0b0df14f76 mqttui: add changelog to meta 2023-05-19 19:12:17 +02:00
eigengrau edaf6d0413
rabtap: init at 1.38.2 (#230385)
* rabtap: init at 1.38.2

* Update pkgs/tools/networking/rabtap/default.nix

---------

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2023-05-19 18:51:56 +02:00
stepech a41a78efc1 burpsuite: 2023.4.3 -> 2023.4.4
https://portswigger.net/burp/releases/professional-community-2023-4-4
2023-05-19 18:50:50 +02:00
figsoda 8ef16d70af muffet: 2.8.0 -> 2.8.1
Diff: https://github.com/raviqqe/muffet/compare/v2.8.0...v2.8.1

Changelog: https://github.com/raviqqe/muffet/releases/tag/v2.8.1
2023-05-19 09:58:13 -04:00
Nick Cao b294d7e79c
Merge pull request #232664 from LeSuisse/smartdns-42
smartdns: 41 -> 42
2023-05-18 21:40:00 -06:00
xrelkd 3e5cb8a4f8
brook: 20230404.5.1 -> 20230601
Diff: https://github.com/txthinking/brook/compare/v20230404.5.1...v20230601
2023-05-19 10:08:51 +08:00
figsoda 8959d56bd9
Merge pull request #232565 from r-ryantm/auto-update/netbird-ui
netbird-ui: 0.19.0 -> 0.20.1
2023-05-18 21:50:08 -04:00
Thomas Gerbet 55192848d5 smartdns: 41 -> 42
Fixes CVE-2023-31470.

https://github.com/pymumu/smartdns/releases/tag/Release42
2023-05-18 19:07:55 +02:00
Nick Cao 984046cc41
Merge pull request #232592 from sebastianblunt/rdap-091
rdap: 2019-10-17 -> 0.9.1
2023-05-18 05:38:12 -06:00
Lin Jian e7820571fc mu: generate mu4e-autoloads.el
* What is autoload?

Basically, it allows you to delay the loading of a package[1].

* What is a name-autoloads.el file?

When installing a package using package.el, Emacs generates[1] a
name-autoloads.el file for that package, which is used to autoload the
principal user commands defined[2][3] in the package.

* What problem does this patch solve?

There are some autoload commands defined[3] by mu4e.  Before, those
autoload commands cannot be autoloaded because of the missing
mu4e-autoloads.el file since mu4e installed from nixpkgs does not use
package.el.  This patch fixes that.

To sum up, with this patch, you can call (mu4e) without
calling (require 'mu4e) first.

* Isn't it better to contribute to the build system of the upstream mu
project to generate that mu4e-autoloads.el file?

It seems impossible[4] to do so.

[1]: https://www.gnu.org/software/emacs/manual/html_node/elisp/Autoload.html
[2]: https://www.gnu.org/software/emacs/manual/html_node/elisp/Packaging-Basics.html
[3]: 581f8d7e92/mu4e/mu4e.el (L58)
[4]: https://github.com/djcb/mu/pull/2313
2023-05-18 08:04:40 -03:00
Fabian Affolter 4401af698c mqttui: 0.18.0 -> 0.19.0
Diff: https://github.com/EdJoPaTo/mqttui/compare/v0.18.0...v0.19.0
2023-05-18 12:50:00 +02:00
Sebastian Blunt 75457ff77e rdap: 2019-10-17 -> 0.9.1 2023-05-18 19:39:54 +09:00
R. Ryantm d48bd36e50 netbird-ui: 0.19.0 -> 0.20.1 2023-05-18 05:36:18 +00:00
R. Ryantm 5cc6776fe1 godns: 2.9.7 -> 2.9.8 2023-05-18 03:09:57 +00:00
Yureka 776fbde672
goflow2: init at 1.3.3 (#232430)
Co-authored-by: figsoda <figsoda@pm.me>
2023-05-17 15:07:42 -04:00
figsoda a6c09dee08
Merge pull request #232044 from figsoda/trip 2023-05-17 11:01:32 -04:00
Evgeny Kurnevsky 248f00541d
Revert "shadowsocks-v2ray-plugin: mark as broken" 2023-05-16 08:56:40 +00:00
stepech 9b7b37f4e2 burpsuite: 2023.3.5 -> 2023.4.3
https://portswigger.net/burp/releases#community
2023-05-16 08:05:06 +02:00
Martin Weinelt eb818613f1
Merge pull request #229222 from danc86/networkd-notify
networkd-notify: init at unstable-2022-11-29
2023-05-16 01:34:52 +02:00
Dan Callaghan 62d4e490d4 networkd-notify: init at unstable-2022-11-29 2023-05-16 09:22:46 +10:00
Sandro 89d1baa08b
Merge pull request #230615 from fbewivpjsbsby/fix-phantomsocks 2023-05-15 15:33:23 +02:00
figsoda ba12f1bc52 trippy: 0.7.0 -> 0.8.0
Diff: https://github.com/fujiapple852/trippy/compare/0.7.0...0.8.0

Changelog: https://github.com/fujiapple852/trippy/blob/0.8.0/CHANGELOG.md
2023-05-15 09:17:36 -04:00
fbewivpjsbsby 211f15a271 phantomsocks: fix build tag
Co-Authored-By: Sandro <sandro.jaeckel@gmail.com>
2023-05-15 11:01:37 +08:00
Nick Cao d78a25d247
Merge pull request #231898 from r-ryantm/auto-update/motrix
motrix: 1.8.14 -> 1.8.19
2023-05-14 20:45:42 -06:00
Nick Cao 7b1b6ed966
Merge pull request #231853 from oluceps/dae-up
dae: 0.1.7 -> 0.1.8
2023-05-14 20:39:55 -06:00
R. Ryantm 0849fd5947 motrix: 1.8.14 -> 1.8.19 2023-05-14 18:30:30 +00:00
Ryan Lahfa f56bc2f77e
Merge pull request #231583 from wkral/minissdpd-build-fix
minissdpd: fix build
2023-05-14 16:44:00 +02:00
oluceps f4b86504ea
dae: 0.1.7 -> 0.1.8 2023-05-14 22:08:42 +08:00
Michele Guerini Rocco 4242634035
Merge pull request #231761 from r-ryantm/auto-update/libreswan
libreswan: 4.10 -> 4.11
2023-05-14 09:07:02 +02:00
Nick Cao 636269896d
Merge pull request #231724 from bobvanderlinden/pr-ngrok-3.3.0
ngrok: 3.1.1 -> 3.3.0
2023-05-14 10:17:09 +08:00
R. Ryantm 9bf8edf344 libreswan: 4.10 -> 4.11 2023-05-14 00:56:51 +00:00
figsoda d300f60bea nzbget: make compatible with openssl 3 2023-05-13 20:04:39 -04:00
William Kral 52f3be635d minissdpd: fix makefile install dir 2023-05-13 14:22:14 -07:00
Weijia Wang 254c56c863
Merge pull request #231606 from r-ryantm/auto-update/openapi-generator-cli
openapi-generator-cli: 6.5.0 -> 6.6.0
2023-05-13 23:00:49 +02:00
Weijia Wang 50b448a76f
Merge pull request #231605 from r-ryantm/auto-update/kapp
kapp: 0.55.0 -> 0.55.1
2023-05-13 23:00:00 +02:00
Bob van der Linden a93d1e41a9
ngrok: 3.1.1 -> 3.3.0 2023-05-13 21:33:05 +02:00
Fabian Affolter 2e121a25dc
openapi-generator-cli: add changelog to meta 2023-05-13 09:31:25 +02:00
R. Ryantm e1ec0f3a9b openapi-generator-cli: 6.5.0 -> 6.6.0 2023-05-13 05:43:03 +00:00
R. Ryantm ab1c36915a kapp: 0.55.0 -> 0.55.1 2023-05-13 05:25:31 +00:00
Nick Cao 4c1b3e16df
udp2raw: build with cmake 2023-05-13 12:41:42 +08:00
Nick Cao d5c91afdfd
Merge pull request #231410 from r-ryantm/auto-update/xrootd
xrootd: 5.5.4 -> 5.5.5
2023-05-13 10:02:09 +08:00
Martin Weinelt 028f97e3a3
Merge pull request #231507 from hmenke/shadowsocks-v2ray-plugin-1
shadowsocks-v2ray-plugin: mark as broken
2023-05-12 22:01:10 +02:00
Martin Weinelt 1b77011674
Merge pull request #231508 from figsoda/dog
dogdns: update Cargo.lock and switch to openssl 3
2023-05-12 21:21:51 +02:00
figsoda 1640e4aea2 dogdns: update Cargo.lock and switch to openssl 3 2023-05-12 13:41:38 -04:00
Henri Menke bd2073fcc2
shadowsocks-v2ray-plugin: mark as broken
Doesn't build with newer Go version: https://github.com/shadowsocks/v2ray-plugin/issues/292
2023-05-12 19:21:05 +02:00
Alyssa Ross 5e06b3cb19 treewide: don't use rustPlatform.rust
This will be deprecated in the next commit.
2023-05-12 15:31:21 +00:00
R. Ryantm 7c559c941c xrootd: 5.5.4 -> 5.5.5 2023-05-12 04:21:59 +00:00