github-actions[bot]
72404a8fe8
Merge master into staging-next
2023-09-10 18:00:53 +00:00
Anton Mosich
43d1a2fc3e
qcard: init at 0.7.1
2023-09-10 15:54:14 +00:00
Anton Mosich
930336411c
qcal: move sample config to prevent collision
...
qcard has a sample config file with the same name, if using home-manager
with both qcard and qcal would then lead to a collision
2023-09-10 15:54:14 +00:00
github-actions[bot]
6b3d088fd8
Merge staging-next into staging
2023-09-10 06:01:28 +00:00
github-actions[bot]
a74ded2915
Merge master into staging-next
2023-09-10 06:00:56 +00:00
Mario Rodas
f1b7a26400
Merge pull request #253956 from r-ryantm/auto-update/xray
...
xray: 1.8.3 -> 1.8.4
2023-09-09 20:15:03 -05:00
R. Ryantm
a5702e4cfc
zrok: 0.4.5 -> 0.4.6
2023-09-09 08:51:31 +00:00
Yureka
ef69e91c60
Merge branch 'waf-cross' of https://github.com/atorres1985-contrib/nixpkgs into HEAD
2023-09-09 08:27:19 +02:00
github-actions[bot]
21efb9220e
Merge staging-next into staging
2023-09-09 00:02:37 +00:00
github-actions[bot]
a376e04925
Merge master into staging-next
2023-09-09 00:02:10 +00:00
Weijia Wang
884dde4f31
Merge pull request #253600 from s1341/fix_networkmanager_dmenu
...
networkmanager_dmenu: fix missing dependency on procps
2023-09-09 01:44:07 +02:00
R. Ryantm
1e64d7fbb7
nqptp: 1.2.1 -> 1.2.3
2023-09-08 21:15:48 +00:00
github-actions[bot]
9df0a1c6a2
Merge staging-next into staging
2023-09-08 18:01:25 +00:00
Sandro Jäckel
fccf04b620
treewide: replace -DCMAKE_BUILD_TYPE in cmakeFlags with cmakeBuildType
2023-09-08 14:18:26 +00:00
github-actions[bot]
2cce954af1
Merge master into staging-next
2023-09-08 12:01:14 +00:00
Mario Rodas
cbbfe1ec91
Merge pull request #253425 from Yarny0/meta-mainprogram
...
add more `meta.mainProgram`
2023-09-08 03:43:44 -05:00
R. Ryantm
225048f694
xray: 1.8.3 -> 1.8.4
2023-09-08 04:17:38 +00:00
github-actions[bot]
05d22a66c7
Merge staging-next into staging
2023-09-08 00:02:43 +00:00
github-actions[bot]
542aa87231
Merge master into staging-next
2023-09-08 00:02:13 +00:00
Weijia Wang
e4a5d517fc
Merge pull request #250222 from eclairevoyant/connman
...
connman: 1.41 -> 1.42
2023-09-07 21:15:44 +02:00
Artturi
6946977de0
Merge pull request #252874 from atorres1985-contrib/waf-cross
2023-09-07 21:39:12 +03:00
github-actions[bot]
204bfce523
Merge staging-next into staging
2023-09-07 00:02:49 +00:00
Weijia Wang
58c62c79f8
Merge pull request #252831 from cleeyv/riseup-vpn
...
bitmask-vpn: 0.21.6 -> 0.21.11
2023-09-07 01:44:41 +02:00
Alain Zscheile
7348c5c6d8
maintainers: rename zseri -> fogti, update details
2023-09-06 22:15:40 +02:00
github-actions[bot]
aba6d8043f
Merge staging-next into staging
2023-09-06 18:01:28 +00:00
Lin Jian
ac4f5079f7
emacsPackages.mu4e: init at 1.10.7
...
This patch packages mu4e as an Emacs lisp package based on the mu4e
output of the multiple-output package mu, which makes mu4e a good
citizen of Emacs lisp packages in two aspects.
First, mu4e now utilizes the Emacs lisp package infrastructure in
Nixpkgs. This allows users who want to do AOT native compilation for
non-default Emacs variants[0] to build only mu4e itself instead of the
whole mu package[1].
Second, mu4e now conforms to the Emacs builtin package manager[2].
Without this patch, mu4e autoloaded commands do not work
out-of-the-box[3] because its directory is added to load-path by
site-start.el after the initialization of package-directory-list,
which causes package-activate-all to not load mu4e-autoloads.el. This
patch fixes this issue when mu4e is installed to Emacs using the
withPackages wrapper[4].
[0]: such as emacs-pgtk
[1]: mu.override { emacs = emacs-pgtk; }
[2]: package.el
[3]: either (require 'mu4e) or (require 'mu4e-autoloads) is needed to
be called before an autoloaded command is called
[4]: emacs-pgtk.pkgs.withPackages (epkgs: [ epkgs.mu4e ])
2023-09-06 16:27:13 +00:00
Lin Jian
2081e7e07d
mu: move mu4e to a seperate output
...
This is to prepare to package mu4e as an Emacs lisp package.
2023-09-06 16:27:13 +00:00
ajs124
2c665f879c
Merge pull request #252325 from helsinki-systems/upd/unbound
...
unbound: 1.17.1 -> 1.18.0
2023-09-06 17:09:50 +02:00
Anderson Torres
e24107b347
treewide: convert configureFlags to wafConfigureFlags when appropriate
2023-09-06 10:41:28 -03:00
Anderson Torres
f2f9262b92
treewide: waf.hook -> wafHook
2023-09-06 10:41:28 -03:00
github-actions[bot]
0ade538ea0
Merge staging-next into staging
2023-09-06 12:01:43 +00:00
Nick Cao
40da2024a2
Merge pull request #253562 from r-ryantm/auto-update/gobgp
...
gobgp: 3.17.0 -> 3.18.0
2023-09-06 07:55:20 -04:00
s1341
3ee009942c
networkmanager_dmenu: fix missing dependency on procps
2023-09-06 12:19:29 +03:00
R. Ryantm
2df002d01a
gobgp: 3.17.0 -> 3.18.0
2023-09-06 02:33:23 +00:00
github-actions[bot]
bcf3e3f1c8
Merge staging-next into staging
2023-09-06 00:02:28 +00:00
github-actions[bot]
72eff9fe5d
Merge master into staging-next
2023-09-06 00:01:57 +00:00
Nick Cao
43ae6dfa0d
Merge pull request #253514 from r-ryantm/auto-update/shadowsocks-rust
...
shadowsocks-rust: 1.16.0 -> 1.16.1
2023-09-05 18:03:53 -04:00
Weijia Wang
cfb61436d7
Merge pull request #252978 from oluceps/dae-upup
...
dae,nixos/dae: 0.2.4 -> 0.3.0
2023-09-05 23:57:14 +02:00
R. Ryantm
c0215b520f
shadowsocks-rust: 1.16.0 -> 1.16.1
2023-09-05 20:48:06 +00:00
ajs124
d5ef2443ad
unbound: add prometheus exporter test to passthru
2023-09-05 16:12:32 +02:00
ajs124
44500c34d4
unbound: 1.17.1 -> 1.18.0
...
https://nlnetlabs.nl/news/2023/Aug/30/unbound-1.18.0-released/
2023-09-05 16:01:23 +02:00
figsoda
cc083150d0
oha: 0.6.2 -> 0.6.3
...
Diff: https://github.com/hatoo/oha/compare/refs/tags/v0.6.2...v0.6.3
Changelog: https://github.com/hatoo/oha/blob/v0.6.3/CHANGELOG.md
2023-09-05 08:42:51 -04:00
Yarny0
ff64c702c0
dnsmasq: add meta.mainProgram
2023-09-05 11:34:04 +02:00
github-actions[bot]
1a5c2acd74
Merge staging-next into staging
2023-09-05 00:02:47 +00:00
Vladimír Čunát
b4cc333048
Merge branch 'master' into staging-next
2023-09-04 20:19:44 +02:00
Bruno Bigras
93f7036409
veilid: 0.2.0 -> 0.2.1
2023-09-03 23:47:17 -04:00
github-actions[bot]
56d6f06bb1
Merge staging-next into staging
2023-09-03 18:01:33 +00:00
github-actions[bot]
b6f9cf5799
Merge master into staging-next
2023-09-03 18:01:01 +00:00
kashw2
d48e06e3d7
nfdump: 1.7.2 -> 1.7.3
2023-09-03 20:50:31 +10:00
github-actions[bot]
39d23550bd
Merge staging-next into staging
2023-09-03 06:01:27 +00:00
github-actions[bot]
2e1f9ebefb
Merge master into staging-next
2023-09-03 06:00:57 +00:00
Vladimír Čunát
8490868860
aardvark-dns: skip a broken test (for now)
...
https://hydra.nixos.org/build/233560430/nixlog/3/tail
2023-09-03 07:48:38 +02:00
Robert Schütz
d95c610d0b
Merge pull request #249411 from dotlambda/calendar-cli-1.0.1
...
calendar-cli: 0.14.1 -> 1.0.1
2023-09-03 02:56:03 +00:00
github-actions[bot]
2e5a652642
Merge staging-next into staging
2023-09-03 00:03:08 +00:00
github-actions[bot]
2f3b15cd6f
Merge master into staging-next
2023-09-03 00:02:19 +00:00
éclairevoyant
0bb5211e80
connman: update maintainers
...
remove matejc as they are part of the team https://github.com/orgs/NixOS/teams/retired-nixpkgs-contributors
2023-09-02 16:58:00 -04:00
éclairevoyant
774c20b684
connman: 1.41 -> 1.42
2023-09-02 16:57:44 -04:00
Bruno Bigras
083e38ad5e
Merge pull request #252979 from bbigras/veilid
...
veilid: 0.1.10 -> 0.2.0
2023-09-02 16:20:53 -04:00
github-actions[bot]
bce2028a17
Merge staging-next into staging
2023-09-02 18:01:26 +00:00
github-actions[bot]
63c9018ce6
Merge master into staging-next
2023-09-02 18:00:59 +00:00
Mario Rodas
41665d1deb
Merge pull request #252896 from mlyxshi/master
...
hysteria: 1.3.5 -> 2.0.0
2023-09-02 12:17:39 -05:00
Bruno Bigras
db90c45534
veilid: 0.1.10 -> 0.2.0
2023-09-02 13:13:16 -04:00
oluceps
d0decc53e9
dae: 0.2.4 -> 0.3.0
2023-09-03 00:20:04 +08:00
Adam Stephens
805b93ba0d
wireguard-tools: add meta.mainProgram
2023-09-02 11:00:18 -04:00
oluceps
a5facc94c8
juicity: 0.2.1 -> 0.3.0
2023-09-02 18:23:04 +08:00
mlyxshi
8b1dfd2c53
hysteria: 1.3.5 -> 2.0.0
2023-09-02 00:44:13 -07:00
github-actions[bot]
c4a2f8dfca
Merge staging-next into staging
2023-09-02 00:02:45 +00:00
github-actions[bot]
14f4a764c5
Merge master into staging-next
2023-09-02 00:02:17 +00:00
Nick Cao
964677148a
Merge pull request #252745 from NickCao/singbox
...
sing-box: 1.4.0 -> 1.4.1
2023-09-01 19:15:43 -04:00
Nick Cao
751a89b911
Merge pull request #252829 from r-ryantm/auto-update/godns
...
godns: 2.9.8 -> 2.9.9
2023-09-01 19:14:48 -04:00
Weijia Wang
32fead455c
Merge pull request #252667 from aaronjheng/mtr-exporter
...
mtr-exporter: 0.1.0 -> 0.3.0
2023-09-02 00:55:12 +02:00
R. Ryantm
715cf28c7d
godns: 2.9.8 -> 2.9.9
2023-09-01 18:49:44 +00:00
Cleeyv
3042545ab4
bitmask-vpn: 0.21.6 -> 0.21.11
2023-09-01 15:20:01 -03:00
github-actions[bot]
77fcf6144a
Merge staging-next into staging
2023-09-01 18:01:21 +00:00
github-actions[bot]
ea5959eb56
Merge master into staging-next
2023-09-01 18:00:57 +00:00
Michael Hoang
fe4d446758
Add meta.mainProgram
( #252060 )
2023-09-01 18:55:03 +03:00
Anderson Torres
9f52275e52
treewide: change wafConfigureFlags to configureFlags
...
Because it makes no sense to treat it differently.
2023-09-01 15:21:21 +00:00
Atemu
c54f4fdf8c
Merge pull request #248669 from Atemu/dnscrypt-proxy-update-alias
...
dnscrypt-proxy: rename from dnscrypt-proxy2
2023-09-01 14:37:13 +02:00
github-actions[bot]
7c38c696db
Merge master into staging-next
2023-09-01 12:01:23 +00:00
Nick Cao
8f91af69b8
sing-box: 1.4.0 -> 1.4.1
...
Diff: https://github.com/SagerNet/sing-box/compare/v1.4.0...v1.4.1
2023-09-01 18:13:47 +08:00
Fabian Affolter
082c5096b9
Merge pull request #252669 from aaronjheng/ipinfo
...
ipinfo: 2.10.1 -> 3.0.1
2023-09-01 10:53:23 +02:00
github-actions[bot]
43e9f383af
Merge master into staging-next
2023-09-01 06:00:59 +00:00
OTABI Tomoya
9d33ec8065
Merge pull request #250646 from aaronjheng/oneshot
...
oneshot: 1.5.1 -> 2.0.1
2023-09-01 12:11:31 +09:00
Aaron Jheng
af4468e199
ipinfo: 2.10.1 -> 3.0.1
2023-09-01 10:10:52 +08:00
Aaron Jheng
89ef1fff0e
mtr-exporter: 0.1.0 -> 0.3.0
2023-09-01 10:06:17 +08:00
github-actions[bot]
1bff11a6e1
Merge master into staging-next
2023-09-01 00:02:17 +00:00
Nick Cao
3d4e386a08
Merge pull request #251983 from Janik-Haag/containerlab
...
containerlab: 0.44.2 -> 0.44.3
2023-08-31 17:58:43 -04:00
Weijia Wang
a0b0026bd2
Merge pull request #252467 from r-ryantm/auto-update/ocserv
...
ocserv: 1.2.0 -> 1.2.1
2023-08-31 23:11:45 +02:00
github-actions[bot]
cfbf9d795e
Merge master into staging-next
2023-08-31 18:01:26 +00:00
Matthias Beyer
566f45b973
Merge pull request #252521 from r-ryantm/auto-update/traceroute
...
traceroute: 2.1.2 -> 2.1.3
2023-08-31 14:05:31 +02:00
github-actions[bot]
1e588fe2a3
Merge master into staging-next
2023-08-31 12:01:02 +00:00
Matthias Beyer
be78224fb9
Merge pull request #252500 from r-ryantm/auto-update/mockoon
...
mockoon: 3.0.0 -> 4.1.0
2023-08-31 13:36:36 +02:00
Weijia Wang
944611175a
Merge pull request #252388 from r-ryantm/auto-update/speedtest-go
...
speedtest-go: 1.6.3 -> 1.6.5
2023-08-31 11:32:42 +02:00
R. Ryantm
10dd5ff561
traceroute: 2.1.2 -> 2.1.3
2023-08-31 08:37:47 +00:00
R. Ryantm
39d2a80fe3
mockoon: 3.0.0 -> 4.1.0
2023-08-31 06:23:37 +00:00
Charlotte Van Petegem
a86b37a569
mu: 1.10.6 -> 1.10.7
...
https://github.com/djcb/mu/releases/tag/v1.10.7
2023-08-31 07:41:17 +02:00
R. Ryantm
ebd9c4018f
ocserv: 1.2.0 -> 1.2.1
2023-08-31 00:36:29 +00:00
github-actions[bot]
ce84b1371f
Merge master into staging-next
2023-08-31 00:01:54 +00:00
Mario Rodas
e4bc84b618
Merge pull request #252371 from figsoda/httplz
...
httplz: 1.13.1 -> 1.13.2
2023-08-30 14:43:58 -05:00
Weijia Wang
bca2c87fe8
Merge pull request #252236 from r-ryantm/auto-update/lxi-tools-gui
...
lxi-tools-gui: 2.6 -> 2.7
2023-08-30 20:28:12 +02:00
R. Ryantm
4bf645d010
speedtest-go: 1.6.3 -> 1.6.5
2023-08-30 17:27:37 +00:00
figsoda
2a106ba0ac
httplz: 1.13.1 -> 1.13.2
...
Diff: https://diff.rs/https/1.13.1/1.13.2
Changelog: https://github.com/thecoshman/http/releases/tag/v1.13.2
2023-08-30 11:44:30 -04:00
github-actions[bot]
e04d83dad1
Merge staging-next into staging
2023-08-30 00:02:26 +00:00
Mario Rodas
b9f22e151b
Merge pull request #252150 from NickCao/singbox
...
sing-box: 1.3.6 -> 1.4.0
2023-08-29 18:36:21 -05:00
R. Ryantm
4761e2144e
lxi-tools-gui: 2.6 -> 2.7
2023-08-29 23:30:28 +00:00
Weijia Wang
756f3c3dd4
Merge pull request #251082 from r-ryantm/auto-update/s5cmd
...
s5cmd: 2.1.0 -> 2.2.0
2023-08-29 23:37:35 +02:00
Weijia Wang
5d27c31a29
Merge pull request #251458 from r-ryantm/auto-update/smartdns
...
smartdns: 42 -> 43
2023-08-29 23:26:34 +02:00
Weijia Wang
5743c7c794
Merge pull request #251532 from r-ryantm/auto-update/easyrsa
...
easyrsa: 3.1.5 -> 3.1.6
2023-08-29 22:46:58 +02:00
Weijia Wang
8e2525c7e0
Merge pull request #251869 from r-ryantm/auto-update/networkmanager_dmenu
...
networkmanager_dmenu: 2.3.0 -> 2.3.1
2023-08-29 20:55:06 +02:00
Weijia Wang
2dbbd6024a
Merge pull request #250070 from r-ryantm/auto-update/zrok
...
zrok: 0.4.2 -> 0.4.5
2023-08-29 20:45:14 +02:00
Nick Cao
0fd29ad676
sing-box: 1.3.6 -> 1.4.0
...
Diff: https://github.com/SagerNet/sing-box/compare/v1.3.6...v1.4.0
2023-08-29 21:51:40 +08:00
R. Ryantm
a529934027
netbird-ui: 0.22.6 -> 0.22.7
2023-08-29 10:17:22 +00:00
github-actions[bot]
b8e25ae0b1
Merge staging-next into staging
2023-08-29 00:02:42 +00:00
Artturi
2dd22620f3
Merge pull request #247443 from amjoseph-nixpkgs/pr/openssh/withPAM
2023-08-28 21:45:48 +03:00
github-actions[bot]
974a40b58e
Merge staging-next into staging
2023-08-28 18:01:36 +00:00
Adam Joseph
49add44e4d
openssh: add withPAM parameter
2023-08-28 20:38:32 +03:00
Franz Pletz
417810662a
Merge pull request #251484 from fpletz/pkgs/ntpd-rs-0.3.7
2023-08-28 16:29:49 +02:00
Janik H
e8efc18c45
containerlab: 0.44.2 -> 0.44.3
...
Diff: https://github.com/srl-labs/containerlab/compare/v0.44.2...v0.44.3
Changelog: https://github.com/srl-labs/containerlab/releases/tag/v0.44.3
2023-08-28 14:48:51 +02:00
github-actions[bot]
2d6670a86b
Merge staging-next into staging
2023-08-28 06:01:21 +00:00
Vladimír Čunát
f3e3ec66aa
Merge #251722 : dnsperf: 2.13.0 -> 2.13.1
2023-08-28 07:54:22 +02:00
R. Ryantm
36d6b0bd9d
networkmanager_dmenu: 2.3.0 -> 2.3.1
2023-08-28 00:36:31 +00:00
github-actions[bot]
d3c73d5f44
Merge staging-next into staging
2023-08-28 00:03:02 +00:00
Robert Scott
f0c82885ee
Merge pull request #251763 from LeSuisse/haproxy-2.8.2
...
haproxy: 2.8.1 -> 2.8.2
2023-08-28 00:50:03 +01:00
Konstantin Astafurov
f938e1ac05
ssl-proxy: init at 0.2.7
...
Ssl-proxy is a reverse proxy that makes it easy to put up and sign ssl
certificates. Homepage: https://github.com/suyashkumar/ssl-proxy
2023-08-27 23:34:13 +00:00
Mario Rodas
c17871f9a0
Merge pull request #251738 from r-ryantm/auto-update/frp
...
frp: 0.51.2 -> 0.51.3
2023-08-27 13:36:05 -05:00
github-actions[bot]
e00c88f9d4
Merge staging-next into staging
2023-08-27 18:01:32 +00:00
Mario Rodas
d2f8ef04b0
Merge pull request #251720 from marsam/update-shadowsocks-rust
...
shadowsocks-rust: 1.15.4 -> 1.16.0
2023-08-27 12:36:09 -05:00
K900
f900e733c1
Merge pull request #250778 from NixOS/staging-next
...
staging-next 2023-08-22
2023-08-27 20:22:51 +03:00
oluceps
d374fc522c
juicity: 0.1.3 -> 0.2.1
2023-08-27 21:24:59 +08:00
github-actions[bot]
a8ab645455
Merge staging-next into staging
2023-08-27 12:01:31 +00:00
github-actions[bot]
859a8f3bfa
Merge master into staging-next
2023-08-27 12:01:03 +00:00
Thomas Gerbet
0a89a79460
haproxy: 2.8.1 -> 2.8.2
...
Fixes CVE-2023-40225.
Changelog:
https://www.haproxy.org/download/2.8/src/CHANGELOG
2023-08-27 12:32:11 +02:00
R. Ryantm
cd2ae27e0a
frp: 0.51.2 -> 0.51.3
2023-08-27 08:27:57 +00:00
Matthias Beyer
78a85bf167
Merge pull request #251658 from dotlambda/getmail6-6.18.13
...
getmail6: 6.18.12 -> 6.18.13
2023-08-27 09:55:14 +02:00
Muhammad Falak R Wani
79af586173
dnsperf: 2.13.0 -> 2.13.1
...
Changelog: https://github.com/DNS-OARC/dnsperf/releases/tag/v2.13.1
2023-08-27 12:32:11 +05:30
Mario Rodas
8ec60030f3
shadowsocks-rust: 1.15.4 -> 1.16.0
...
Diff: https://github.com/shadowsocks/shadowsocks-rust/compare/v1.15.4...v1.16.0
Changelog: https://github.com/shadowsocks/shadowsocks-rust/releases/tag/v1.16.0
2023-08-27 04:20:00 +00:00
github-actions[bot]
cf65877d36
Merge staging-next into staging
2023-08-27 00:02:54 +00:00
Theodore Ni
80a74ec050
Merge branch 'master' into staging-next
...
Manually fixed a merge conflict between https://github.com/NixOS/nixpkgs/pull/227900
and https://github.com/NixOS/nixpkgs/pull/246022 .
2023-08-26 16:08:02 -07:00
Mario Rodas
7df555ad77
Merge pull request #250503 from saschagrunert/slirp
...
slirp4netns: 1.2.0 -> 1.2.1
2023-08-26 14:39:17 -05:00
Robert Schütz
95b25f7803
getmail6: 6.18.12 -> 6.18.13
...
Diff: https://github.com/getmail6/getmail6/compare/refs/tags/v6.18.12...v6.18.13
Changelog: https://github.com/getmail6/getmail6/blob/refs/tags/v6.18.13/docs/CHANGELOG
2023-08-26 12:36:19 -07:00
Anderson Torres
7bb6472b59
saldl: change wafHook to waf.hook
2023-08-26 13:12:09 +00:00
Anderson Torres
7bcd1ad3ad
ndn-tools: change wafHook to waf.hook
2023-08-26 13:12:09 +00:00
github-actions[bot]
4cdbb53d13
Merge master into staging-next
2023-08-26 12:01:05 +00:00
misuzu
9b30d7b2b2
zerotierone: 1.10.6 -> 1.12.1 ( #251523 )
...
https://github.com/zerotier/ZeroTierOne/releases/tag/1.12.1
https://github.com/zerotier/ZeroTierOne/compare/1.10.6...1.12.1
https://github.com/zerotier/ZeroTierOne/blob/1.12.1/RELEASE-NOTES.md
2023-08-26 11:14:44 +02:00
R. Ryantm
14d6d59bc0
easyrsa: 3.1.5 -> 3.1.6
2023-08-26 07:38:14 +00:00
github-actions[bot]
7acb56e802
Merge master into staging-next
2023-08-26 06:00:59 +00:00
Nick Cao
c1c385ef95
Merge pull request #251475 from r-ryantm/auto-update/wormhole-william
...
wormhole-william: 1.0.6 -> 1.0.7
2023-08-26 13:52:25 +08:00
Franz Pletz
ee53307292
ntpd-rs: init at 0.3.7
2023-08-26 03:07:36 +02:00
github-actions[bot]
a23616289b
Merge master into staging-next
2023-08-26 00:01:43 +00:00
R. Ryantm
f43a5e3631
wormhole-william: 1.0.6 -> 1.0.7
2023-08-25 23:33:43 +00:00
R. Ryantm
55c42e893b
smartdns: 42 -> 43
2023-08-25 21:38:12 +00:00
Franz Pletz
9bd52fd1bf
Merge pull request #250517 from aaronjheng/datadog-agent
...
datadog-agent: unpin go1.18
2023-08-25 20:04:45 +02:00
github-actions[bot]
e79f8fd118
Merge master into staging-next
2023-08-25 18:00:58 +00:00
Matthias Beyer
347a238ef8
Merge pull request #251404 from r-ryantm/auto-update/clash-meta
...
clash-meta: 1.15.0 -> 1.15.1
2023-08-25 19:46:09 +02:00
R. Ryantm
eadaccffc7
clash-meta: 1.15.0 -> 1.15.1
2023-08-25 16:29:05 +00:00
R. Ryantm
fadfb84199
grpc_cli: 1.56.2 -> 1.57.0
2023-08-25 15:15:19 +00:00
github-actions[bot]
a11e7e3428
Merge master into staging-next
2023-08-25 06:00:56 +00:00
Nick Cao
31cb3a61f3
Merge pull request #251169 from figsoda/http
...
httplz: 1.13.0 -> 1.13.1
2023-08-25 10:03:29 +08:00
Nick Cao
01e190c6d0
Merge pull request #251136 from r-ryantm/auto-update/subnetcalc
...
subnetcalc: 2.4.21 -> 2.4.22
2023-08-25 09:43:35 +08:00
figsoda
037eed499c
httplz: 1.13.0 -> 1.13.1
...
Diff: https://diff.rs/https/1.13.0/1.13.1
Changelog: https://github.com/thecoshman/http/releases/tag/v1.13.1
2023-08-24 09:38:59 -04:00
github-actions[bot]
4328391132
Merge master into staging-next
2023-08-24 12:01:05 +00:00
R. Ryantm
c690ce4cc7
subnetcalc: 2.4.21 -> 2.4.22
2023-08-24 10:10:20 +00:00
Mostly Void
1f49f87ca8
narrowlink: init at 0.1.4
2023-08-24 07:49:26 +00:00
R. Ryantm
d8e857148c
s5cmd: 2.1.0 -> 2.2.0
2023-08-24 03:04:08 +00:00
Aaron Jheng
6c2f7bcfaa
oneshot: 1.5.1 -> 2.0.1
2023-08-24 11:04:00 +08:00
github-actions[bot]
11e56ed9bb
Merge master into staging-next
2023-08-23 12:01:03 +00:00
Nick Cao
b6eb8cbe0f
Merge pull request #250881 from r-ryantm/auto-update/dnsproxy
...
dnsproxy: 0.52.0 -> 0.54.0
2023-08-23 17:17:39 +08:00
github-actions[bot]
b179570bca
Merge master into staging-next
2023-08-23 06:01:21 +00:00
OTABI Tomoya
0874489270
Merge pull request #250896 from r-ryantm/auto-update/ocserv
...
ocserv: 1.1.7 -> 1.2.0
2023-08-23 14:39:21 +09:00
R. Ryantm
c04bf4ef42
ocserv: 1.1.7 -> 1.2.0
2023-08-23 03:41:21 +00:00
R. Ryantm
3384dd64a2
dnsproxy: 0.52.0 -> 0.54.0
2023-08-23 02:20:10 +00:00
Robert Schütz
d18b4cbdc3
Merge pull request #250208 from dotlambda/graphqurl-buildNpmPackage
...
graphqurl: use buildNpmPackage
2023-08-23 02:08:53 +00:00
Nick Cao
510f331e82
Merge pull request #250864 from r-ryantm/auto-update/ddns-go
...
ddns-go: 5.6.0 -> 5.6.1
2023-08-23 10:02:24 +08:00
R. Ryantm
dfecb551cf
ddns-go: 5.6.0 -> 5.6.1
2023-08-23 00:21:06 +00:00
Nick Cao
62f1527a98
Merge pull request #250763 from r-ryantm/auto-update/containerlab
...
containerlab: 0.44.0 -> 0.44.2
2023-08-23 08:18:18 +08:00
github-actions[bot]
84387348d4
Merge master into staging-next
2023-08-23 00:01:50 +00:00
Jonas Heinrich
698e7806e0
Merge pull request #250786 from fabaff/chisel-bump
...
chisel: 1.9.0 -> 1.9.1
2023-08-22 23:44:06 +02:00
Jonas Heinrich
b24d93a292
Merge pull request #250419 from r-ryantm/auto-update/opensnitch
...
opensnitch: 1.6.2 -> 1.6.3
2023-08-22 23:31:42 +02:00
Marie Ramlow
2f57513f3a
pgrok: 1.3.4 -> 1.4.0
...
https://github.com/pgrok/pgrok/releases/tag/v1.4.0
2023-08-22 20:02:18 +02:00
github-actions[bot]
f888200b3a
Merge master into staging-next
2023-08-22 18:00:55 +00:00
Jonas Heinrich
ee17d3829c
Merge pull request #250659 from aaronjheng/clash
...
clash: 1.17.0 -> 1.18.0
2023-08-22 19:02:41 +02:00
Fabian Affolter
0109e11774
chisel: 1.9.0 -> 1.9.1
...
Diff: https://github.com/jpillora/chisel/compare/refs/tags/v1.9.0...v1.9.1
Changelog: https://github.com/jpillora/chisel/releases/tag/v1.9.1
2023-08-22 18:10:55 +02:00
R. Ryantm
e36fe4635a
containerlab: 0.44.0 -> 0.44.2
2023-08-22 13:03:32 +00:00
github-actions[bot]
602e1b2392
Merge staging-next into staging
2023-08-22 06:01:39 +00:00
Aaron Jheng
4b645383ce
clash: 1.17.0 -> 1.18.0
2023-08-22 11:11:28 +08:00
Mario Rodas
a913a5cc86
Merge pull request #250441 from r-ryantm/auto-update/minio-client
...
minio-client: 2023-08-08T17-23-59Z -> 2023-08-15T23-03-09Z
2023-08-21 21:22:07 -05:00
github-actions[bot]
7946d3b039
Merge staging-next into staging
2023-08-21 18:01:26 +00:00
Alyssa Ross
6d2033e2b9
just.setupHook: init
...
Adapted from the Ninja setup hook. This will mean that adding just to
nativeBuildInputs is enough to have a package be automatically built
with it, matching make, bmake, ninja, etc.
Currently, we have two packages in Nixpkgs that use just, dogdns and
kabeljau. kabeljau follows the expected conventions, while dogdns
does not. I expect there to be more packages using just in future,
following these conventions, because all of the packages in system76's
in-progress COSMIC desktop environment use just, and follow the
conventions.
2023-08-21 17:09:48 +00:00
Bruno Bigras
d3a64953c8
Merge pull request #250385 from bbigras/veilid
...
veilid: 0.1.9 -> 0.1.10
2023-08-21 10:19:04 -04:00
github-actions[bot]
56f5b9fafc
Merge staging-next into staging
2023-08-21 12:01:35 +00:00
Nick Cao
33b622df7f
Merge pull request #250440 from r-ryantm/auto-update/flannel
...
flannel: 0.22.0 -> 0.22.2
2023-08-21 19:07:56 +08:00
OTABI Tomoya
77a8398ca6
Merge pull request #243494 from WolfangAukang/burp
...
burpsuite: 2023.5.3 -> 2023.7.2
2023-08-21 18:21:09 +09:00
Aaron Jheng
4f2e5c57e1
datadog-agent: unpin go1.18
2023-08-21 16:33:21 +08:00
Sascha Grunert
9efe01b892
slirp4netns: 1.2.0 -> 1.2.1
...
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2023-08-21 09:16:42 +02:00
github-actions[bot]
6eac46a06d
Merge staging-next into staging
2023-08-21 06:01:22 +00:00
Theodore Ni
d494084017
Merge branch 'staging-next' into staging
...
Merging https://github.com/NixOS/nixpkgs/pull/245957 with https://github.com/NixOS/nixpkgs/pull/246022 .
2023-08-20 20:09:45 -07:00
OTABI Tomoya
5041a0e510
Merge pull request #250203 from dotlambda/configurable-http-proxy-buildNpmPackage
...
configurable-http-proxy: use buildNpmPackage
2023-08-21 10:10:34 +09:00
R. Ryantm
130c8509c2
minio-client: 2023-08-08T17-23-59Z -> 2023-08-15T23-03-09Z
2023-08-21 00:49:12 +00:00
R. Ryantm
5a14ee3432
flannel: 0.22.0 -> 0.22.2
2023-08-21 00:47:42 +00:00
Robert Schütz
936d4b5fa3
configurable-http-proxy: use buildNpmPackage
2023-08-20 13:56:05 -07:00
R. Ryantm
efa7e40715
opensnitch: 1.6.2 -> 1.6.3
2023-08-20 20:22:44 +00:00
R. Ryantm
852db6a45b
containerlab: 0.43.0 -> 0.44.0
2023-08-20 19:55:52 +00:00
Bruno Bigras
93b7095e08
veilid: 0.1.9 -> 0.1.10
2023-08-20 13:05:41 -04:00
github-actions[bot]
435d3aef59
Merge staging-next into staging
2023-08-20 12:01:50 +00:00
Matthias Beyer
71e69dcb60
Merge pull request #250210 from bbigras/veilid
...
veilid: 0.1.7 -> 0.1.9
2023-08-20 11:43:35 +02:00
Janne Heß
dabce8d539
Merge pull request #250184 from trofi/openssh-zlib
...
openssh: backport zlib-1.3 support
2023-08-20 11:22:57 +02:00
Bruno Bigras
adba145d40
veilid: 0.1.7 -> 0.1.9
2023-08-19 19:39:06 -04:00
github-actions[bot]
9145b3fd81
Merge staging-next into staging
2023-08-19 18:01:22 +00:00
Sergei Trofimovich
5eb1879e4e
openssh: backport zlib-1.3 support
2023-08-19 17:30:22 +01:00
Robert Schütz
3fd8499177
graphqurl: use buildNpmPackage
2023-08-19 09:21:39 -07:00
github-actions[bot]
bb1bf988bc
Merge staging-next into staging
2023-08-19 12:01:31 +00:00
Fabian Affolter
59b54837c4
chisel: 1.8.1 -> 1.9.0
...
Diff: https://github.com/jpillora/chisel/compare/refs/tags/v1.8.1...v1.9.0
Changelog: https://github.com/jpillora/chisel/releases/tag/v1.9.0
2023-08-19 09:59:58 +02:00
Nick Cao
6aacd44eca
Merge pull request #250063 from r-ryantm/auto-update/netbird-ui
...
netbird-ui: 0.22.4 -> 0.22.6
2023-08-19 15:19:04 +08:00
github-actions[bot]
c9e2cfa3f4
Merge staging-next into staging
2023-08-19 06:01:31 +00:00
Nick Cao
48a740e132
Merge pull request #250053 from r-ryantm/auto-update/gobgp
...
gobgp: 3.16.0 -> 3.17.0
2023-08-19 09:29:27 +08:00
R. Ryantm
0837ab431d
zrok: 0.4.2 -> 0.4.5
2023-08-19 00:50:49 +00:00
github-actions[bot]
313f7c5380
Merge staging-next into staging
2023-08-19 00:02:13 +00:00
R. Ryantm
e2ea79b261
netbird-ui: 0.22.4 -> 0.22.6
2023-08-18 23:57:45 +00:00
R. Ryantm
fb94870539
gobgp: 3.16.0 -> 3.17.0
2023-08-18 23:06:17 +00:00
Theodore Ni
ece0953571
Merge branch 'staging-next' into staging
2023-08-18 16:02:27 -07:00
aszlig
6cc020bedd
ip2unix: 2.2.0 -> 2.2.1
...
Upstream changes:
* Fix missing serialisation for from-unix and from-abstract.
* Improve wording/grammar in README and manpage.
Signed-off-by: aszlig <aszlig@nix.build>
2023-08-19 00:45:52 +02:00
Michele Guerini Rocco
fe1d2a44ec
Merge pull request #249913 from rnhmjoj/pr-libreswan
...
libreswan: 4.11 -> 4.12
2023-08-18 16:18:45 +02:00
Anders Kaseorg
ca12826333
mozillavpn: 2.16.0 → 2.16.1
...
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2023-08-18 10:31:56 +02:00
rnhmjoj
937db53f2a
libreswan: 4.11 -> 4.12
2023-08-18 10:25:10 +02:00
aszlig
9fd74d2f9a
ip2unix: 2.1.4 -> 2.2.0
...
Upstream changes:
* Unlink socket file before bind if SO_REUSEADDR is used.
* Add support for Linux abstract sockets.
* Add support for matching an existing Unix domain socket or abstract
socket.
* Add stream/datagram aliases for tcp/udp socket types.
* Add flag to prevent unlinking of socket files when closing sockets.
* Fix missing header files for newer GCC versions, thanks to Varun
Madiath.
* Fix use-after-free of blackhole working directory path.
* Fix a few compiler warnings on unnecessary allocation of string
literals.
* Add deprecation warnings if rules are specified in YAML format.
* Rule files (-f) are now just a list of newline-separated rule (-r)
arguments instead of YAML files.
* Improve serializer to be more robust in end-of-stream conditions.
* Bump requirements to require at least GCC version 9.
* No longer prefer C library path over using RTLD_NEXT.
The missing include added via postPatch is no longer needed as it has
been fixed upstream.
Signed-off-by: aszlig <aszlig@nix.build>
2023-08-17 19:54:27 +02:00
Arnout Engelen
83739917b6
Merge pull request #248510 from onny/opensnitch-update
...
opensnitch: 1.6.1 -> 1.6.2, opensnitch-ui: 1.6.1 -> 1.6.2
2023-08-17 12:52:18 +02:00
Arnout Engelen
46d051737d
Merge pull request #248011 from onny/opensnitch-test
...
nixos/opensnitch: add test
2023-08-17 12:43:42 +02:00
Nick Cao
03bbbccc02
Merge pull request #249675 from r-ryantm/auto-update/tgt
...
tgt: 1.0.86 -> 1.0.87
2023-08-17 14:21:08 +08:00
R. Ryantm
b9cfaf77f8
tgt: 1.0.86 -> 1.0.87
2023-08-17 04:29:28 +00:00
Nick Cao
8371ee8e4e
Merge pull request #249497 from aaronjheng/ligolo-ng
...
ligolo-ng: 0.4.3 -> 0.4.4
2023-08-17 08:47:09 +08:00
Jan Tojnar
86797b2008
Merge branch 'staging-next' into staging
...
Conflicts:
- pkgs/development/libraries/qt-6/default.nix
Merge a5b92645f1
and 0597d865ef
2023-08-16 19:37:11 +02:00
Bruno Bigras
d28fdbe974
veilid: init at 0.1.7
...
Co-authored-by: Evan Richter <evanjrichter@gmail.com>
2023-08-16 16:58:47 +00:00
Aaron Jheng
62bf40dea3
ligolo-ng: 0.4.3 -> 0.4.4
2023-08-16 17:29:33 +08:00
Robert Schütz
005b2546a8
calendar-cli: 0.14.1 -> 1.0.1
...
Diff: https://github.com/tobixen/calendar-cli/compare/v0.14.1...v1.0.1
2023-08-15 15:46:43 -07:00
OTABI Tomoya
c0c217fecb
Merge pull request #248983 from r-ryantm/auto-update/netbird-ui
...
netbird-ui: 0.22.3 -> 0.22.4
2023-08-15 17:09:50 +09:00
Pol Dellaiera
3eb7f7a63b
Merge pull request #248683 from oxij/tree/source-root-continues-3
...
treewide: cleanup `sourceRoot` and `setSourceRoot` usage
2023-08-15 05:53:52 +02:00
Jonas Heinrich
e2576c94b8
opensnitch: 1.6.1 -> 1.6.2
...
Diff: https://github.com/evilsocket/opensnitch/compare/v1.6.1...v1.6.2
2023-08-14 15:29:36 +02:00
Jonas Heinrich
5d77803df5
opensnitch-ui: 1.6.1 -> 1.6.2
...
Diff: https://github.com/evilsocket/opensnitch/compare/refs/tags/v1.6.1...v1.6.2
2023-08-14 15:29:36 +02:00
Janne Heß
450d6437ae
Merge pull request #248525 from helsinki-systems/upd/openssh
...
openssh: 9.3p2 -> 9.4p1
2023-08-14 10:17:28 +02:00
R. Ryantm
1c1c9678c2
netbird-ui: 0.22.3 -> 0.22.4
2023-08-13 22:10:16 +00:00
R. Ryantm
d0a131d85c
minio-client: 2023-07-21T20-44-27Z -> 2023-08-08T17-23-59Z
2023-08-13 22:07:20 +00:00
Misaka13514
6198e6be7f
subfinder: add Misaka13514 to maintainers
2023-08-13 17:18:10 +00:00
Misaka13514
07f923ae3a
subfinder: 2.6.1 -> 2.6.2
...
Diff: https://github.com/projectdiscovery/subfinder/compare/v2.6.1...v2.6.2
Changelog: https://github.com/projectdiscovery/subfinder/releases/tag/v2.6.2
2023-08-13 17:18:10 +00:00
oluceps
0d483de08f
juicity: 0.1.2 -> 0.1.3
2023-08-14 00:25:54 +08:00
Jonas Heinrich
5e6e949e84
nixos/opensnitch: add test
2023-08-13 17:49:19 +02:00
oluceps
d999615d00
dae: 0.2.3 -> 0.2.4
2023-08-13 22:30:50 +08:00
Jonas Heinrich
c5f4a46036
nixos/opensnitch: Add support for EPBF process monitor
...
Co-authored-by: Slime90
2023-08-13 22:19:48 +08:00
Atemu
7706f570a7
dnscrypt-proxy: rename from dnscrypt-proxy2
...
An alias is added for dnscrypt-proxy2
2023-08-13 16:03:31 +02:00
Weijia Wang
4c23dbb416
Merge pull request #240747 from r-ryantm/auto-update/memtier-benchmark
...
memtier-benchmark: 1.4.0 -> 2.0.0
2023-08-13 13:58:12 +02:00
Fabian Affolter
7eb93b20cc
proxify: 0.0.11 -> 0.0.12
...
Diff: https://github.com/projectdiscovery/proxify/compare/refs/tags/v0.0.11...v0.0.12
Changelog: https://github.com/projectdiscovery/proxify/releases/tag/v0.0.12
2023-08-13 10:53:44 +02:00