Commit Graph

12815 Commits

Author SHA1 Message Date
figsoda
9365ef23e9 ain: init at 1.3.0
https://github.com/jonaslu/ain
2023-06-10 21:25:36 -04:00
R. Ryantm
14e242ad66 ooniprobe-cli: 3.17.3 -> 3.17.5 2023-06-10 07:20:54 +00:00
Pol Dellaiera
1924dea2a6
Merge pull request #233295 from aidalgol/mailctl
mailctl: init at 0.8.8
2023-06-09 15:49:21 +02:00
Aidan Gauland
49de589aea
mailctl: init at 0.8.8 2023-06-09 22:29:01 +12:00
figsoda
6183e4f9a7
Merge pull request #235860 from terlar/add-pacproxy
pacproxy: init at 2.0.5
2023-06-08 11:14:38 -04:00
stepech
902f575416 burpsuite: 2023.5.2 -> 2023.5.3
https://portswigger.net/burp/releases/professional-community-2023-5-3
2023-06-08 16:15:33 +02:00
Weijia Wang
93ef3c8c19 hblock: set platforms 2023-06-08 15:43:05 +03:00
R. Ryantm
67c8d6782f hblock: 3.4.1 -> 3.4.2 2023-06-08 09:32:00 +00:00
Weijia Wang
d6aafca4ad
Merge pull request #236256 from r-ryantm/auto-update/nexttrace
nexttrace: 1.1.6 -> 1.1.7-1
2023-06-08 00:43:52 +03:00
Weijia Wang
163ce0e400 nexttrace: fix version 2023-06-07 15:42:20 +03:00
Pol Dellaiera
32d8e07a8e
Merge pull request #235390 from jhol/update-openconnect
openconnect: remove openconnect_unstable
2023-06-07 11:51:16 +02:00
Pascal Bach
72f7e37272
Merge pull request #236189 from r-ryantm/auto-update/minio-client
minio-client: 2023-05-26T23-31-54Z -> 2023-05-30T22-41-38Z
2023-06-06 22:18:49 +02:00
Joel Holdsworth
bf727ca45d openconnect_unstable: remove
Removed because it was not being updated, and has been superseded by multiple stable releases.
2023-06-06 20:16:12 +01:00
R. Ryantm
63165c088f nexttrace: 1.1.6 -> 1.1.7-1 2023-06-06 11:12:30 +00:00
oluceps
e092318a9f
dae: 0.1.10 -> 0.1.10.p1 2023-06-06 18:10:05 +08:00
Weijia Wang
a9ffd46753
Merge pull request #236214 from r-ryantm/auto-update/grpc_cli
grpc_cli: 1.55.0 -> 1.55.1
2023-06-06 11:16:23 +03:00
Weijia Wang
9833a74616
Merge pull request #236143 from r-ryantm/auto-update/minidlna
minidlna: 1.3.2 -> 1.3.3
2023-06-06 11:06:49 +03:00
R. Ryantm
d10a826243 grpc_cli: 1.55.0 -> 1.55.1 2023-06-06 06:43:07 +00:00
R. Ryantm
ef2bb9e1ee minio-client: 2023-05-26T23-31-54Z -> 2023-05-30T22-41-38Z 2023-06-06 02:39:09 +00:00
figsoda
0f03f485f8
Merge pull request #236174 from r-ryantm/auto-update/netbird
netbird: 0.20.8 -> 0.21.0
2023-06-05 21:31:03 -04:00
figsoda
2011b211cd
Merge pull request #236175 from r-ryantm/auto-update/gobgp
gobgp: 3.14.0 -> 3.15.0
2023-06-05 21:26:39 -04:00
R. Ryantm
1e3c63e8ad gobgp: 3.14.0 -> 3.15.0 2023-06-06 00:00:48 +00:00
R. Ryantm
3219e1b609 netbird: 0.20.8 -> 0.21.0 2023-06-05 23:45:58 +00:00
R. Ryantm
98586c419d minidlna: 1.3.2 -> 1.3.3 2023-06-05 20:07:20 +00:00
R. Ryantm
4f9b6e1870 speedtest-go: 1.6.2 -> 1.6.3 2023-06-05 16:28:43 +00:00
github-actions[bot]
de4f02a6c8
Merge master into staging-next 2023-06-05 12:01:12 +00:00
Weijia Wang
38a8717823
Merge pull request #236006 from r-ryantm/auto-update/nebula
nebula: 1.7.1 -> 1.7.2
2023-06-05 10:12:51 +03:00
Weijia Wang
702709e40e
Merge pull request #235909 from r-ryantm/auto-update/ocserv
ocserv: 1.1.6 -> 1.1.7
2023-06-05 10:00:58 +03:00
R. Ryantm
6ecc05202e nebula: 1.7.1 -> 1.7.2 2023-06-05 04:00:37 +00:00
github-actions[bot]
4a640f8bb6
Merge master into staging-next 2023-06-05 00:02:32 +00:00
Michael Weiss
a79b3beefc
Merge pull request #235959 from primeos/isync
isync: Disable the XOAUTH2 support by default as it caused regressions
2023-06-04 23:31:27 +02:00
Michael Weiss
fe02c5ee1a
isync: Disable the XOAUTH2 support by default as it caused regressions
The XOAUTH2 support was recently added in 47eda8e00a but apparently it
causes regressions when using other SASL methods.
An example error message:
```
IMAP command 'AUTHENTICATE XOAUTH2 SOMEHASH=' returned an error: NO [AUTHENTICATIONFAILED] Invalid credentials (Failure)
```

The cause seems to be that overriding `SASL_PATH` drops all available
SASL mechanisms from `cyrus_sasl`, so only `XOAUTH2` (and `EXTERNAL`)
will be left. See [0] and the following comments for more details.

We'd need to set `SASL_PATH` to a combination/merge of
`${cyrus_sasl}/lib/sasl2` and `${cyrus-sasl-xoauth2}/lib/sasl2`.
Anyway, it seems best to disable the XOAUTH2 support by default due to
the two other concerns mentioned in the comment.

[0]: https://github.com/NixOS/nixpkgs/pull/235148#issuecomment-1575432154

Reported-by: Dominik Schrempf <dominik.schrempf@gmail.com>
2023-06-04 22:03:22 +02:00
R. Ryantm
ac379b0ac5 rshijack: 0.4.0 -> 0.5.0 2023-06-04 19:55:07 +00:00
github-actions[bot]
d84131e3d6
Merge master into staging-next 2023-06-04 12:01:07 +00:00
R. Ryantm
ca78d062a7 ocserv: 1.1.6 -> 1.1.7 2023-06-04 09:54:06 +00:00
Weijia Wang
856792338f
Merge pull request #235885 from r-ryantm/auto-update/clash-meta
clash-meta: 1.14.4 -> 1.14.5
2023-06-04 10:47:32 +02:00
Nick Cao
7285c1973d
Merge pull request #235890 from oluceps/update-dae
dae: 0.1.9patch1 -> 0.1.10
2023-06-04 02:00:40 -06:00
oluceps
87012bced8
dae: 0.1.9patch1 -> 0.1.10 2023-06-04 15:15:52 +08:00
R. Ryantm
a40d991777 clash-meta: 1.14.4 -> 1.14.5 2023-06-04 06:07:19 +00:00
github-actions[bot]
e50c762dbb
Merge master into staging-next 2023-06-04 06:01:17 +00:00
Terje Larsen
0d394b1428
pacproxy: init at 2.0.5 2023-06-04 04:23:48 +00:00
R. Ryantm
93a55a32ab ooniprobe-cli: 3.17.2 -> 3.17.3 2023-06-03 23:47:05 +00:00
github-actions[bot]
4e2bb74acd
Merge master into staging-next 2023-06-03 12:01:39 +00:00
Pol Dellaiera
6abcfa08a3
Merge pull request #235315 from blackheaven/curlie/v1.7.1
curlie: 1.6.9 -> 1.7.1
2023-06-03 11:48:26 +02:00
Gautier DI FOLCO
f96dd8dbe5
curlie: 1.6.9 -> 1.7.1 2023-06-03 08:41:05 +02:00
github-actions[bot]
6a837d8fb1
Merge master into staging-next 2023-06-03 06:01:11 +00:00
Nick Cao
bbf0a561bd
Merge pull request #235687 from r-ryantm/auto-update/nexttrace
nexttrace: 1.1.5 -> 1.1.6
2023-06-02 23:31:56 -06:00
Nick Cao
1139f5596d
Merge pull request #235697 from r-ryantm/auto-update/speedtest-go
speedtest-go: 1.6.0 -> 1.6.2
2023-06-02 23:26:46 -06:00
R. Ryantm
1ab30dc4bf speedtest-go: 1.6.0 -> 1.6.2 2023-06-03 04:04:27 +00:00
Mostly Void
0c6a3aa6b7 swagger-cli: init at 4.0.4 2023-06-03 03:13:29 +00:00