Commit Graph

65843 Commits

Author SHA1 Message Date
figsoda
796031c1db rsign2: 0.6.2 -> 0.6.3
Diff: https://diff.rs/rsign2/0.6.2/0.6.3
2023-06-05 10:25:08 -04:00
github-actions[bot]
de4f02a6c8
Merge master into staging-next 2023-06-05 12:01:12 +00:00
Weijia Wang
ad7fbd276f
Merge pull request #233657 from wegank/darwin-system-redo
darwin.apple_sdk_10_12.frameworks.System: init
2023-06-05 11:43:39 +03:00
Weijia Wang
d718c355b3
Merge pull request #235683 from r-ryantm/auto-update/mdbook
mdbook: 0.4.29 -> 0.4.30
2023-06-05 11:19:51 +03: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
7fa389388d
Merge pull request #235925 from r-ryantm/auto-update/bluez-alsa
bluez-alsa: 4.0.0 -> 4.1.0
2023-06-05 10:02:26 +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
Fabian Affolter
9047bfe2cd exploitdb: 2023-06-03 -> 2023-06-05
Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2023-06-03...2023-06-05
2023-06-05 08:02:36 +02:00
github-actions[bot]
8f9be47422
Merge master into staging-next 2023-06-05 06:01:33 +00:00
R. Ryantm
6ecc05202e nebula: 1.7.1 -> 1.7.2 2023-06-05 04:00:37 +00:00
Nick Cao
6e67d944b3
Merge pull request #235968 from figsoda/fclones
fclones: 0.30.0 -> 0.31.0, add figsoda as a maintainer
2023-06-04 20:36:53 -06:00
figsoda
7409480d5c
Merge pull request #235993 from r-ryantm/auto-update/berglas
berglas: 1.0.2 -> 1.0.3
2023-06-04 22:13:39 -04:00
R. Ryantm
2e5b4636ff berglas: 1.0.2 -> 1.0.3 2023-06-05 00:54:27 +00:00
github-actions[bot]
4a640f8bb6
Merge master into staging-next 2023-06-05 00:02:32 +00:00
figsoda
87a0230e64
Merge pull request #235978 from r-ryantm/auto-update/hash-slinger
hash-slinger: 3.2 -> 3.3
2023-06-04 19:06:08 -04:00
Sandro
f231f7860b
Merge pull request #232720 from bbenno/init_whatsapp-chat-exporter
whatsapp-chat-exporter: init at 0.9.1
2023-06-05 00:31:29 +02:00
Sandro
10dbf4c795
Merge pull request #233138 from techknowlogick/pulumi-bump
pulumi: 3.60.1 -> 3.69.0
2023-06-05 00:17:55 +02:00
R. Ryantm
dbd3bea087 hash-slinger: 3.2 -> 3.3 2023-06-04 22:15:22 +00:00
Sandro
3da62d6343
Merge pull request #235961 from figsoda/boxxy
boxxy: 0.7.1 -> 0.7.2
2023-06-04 23:41:56 +02: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
figsoda
25dcceaf76
Merge pull request #235969 from shyim/update-shopware-cli
shopware-cli: 0.1.74 -> 0.1.78
2023-06-04 17:18:33 -04:00
figsoda
e044112c05
Merge pull request #235958 from r-ryantm/auto-update/rshijack
rshijack: 0.4.0 -> 0.5.0
2023-06-04 16:34:06 -04:00
Soner Sayakci
004976464f
shopware-cli: 0.1.74 -> 0.1.78 2023-06-04 22:25:51 +02:00
figsoda
37b721206e fclones: 0.30.0 -> 0.31.0, add figsoda as a maintainer
Diff: https://github.com/pkolaczk/fclones/compare/v0.30.0...v0.31.0

Changelog: https://github.com/pkolaczk/fclones/releases/tag/v0.31.0
2023-06-04 16:22:52 -04:00
figsoda
31e745a3a5 boxxy: 0.7.1 -> 0.7.2
Diff: https://github.com/queer/boxxy/compare/v0.7.1...v0.7.2
2023-06-04 16:07:19 -04:00
Felix Bühler
07f161fed1
Merge pull request #235945 from figsoda/codevis
codevis: 0.8.3 -> 0.8.4
2023-06-04 22:06:17 +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
Pol Dellaiera
a807192daf
Merge pull request #235923 from emilylange/maintainers-fmt
maintainers: fix formatting/indentation, cleanup
2023-06-04 21:59:34 +02:00
R. Ryantm
ac379b0ac5 rshijack: 0.4.0 -> 0.5.0 2023-06-04 19:55:07 +00:00
figsoda
502f6f83a9
Merge pull request #235943 from r-ryantm/auto-update/mmark
mmark: 2.2.31 -> 2.2.32
2023-06-04 15:33:19 -04:00
figsoda
158d19fa80 mmark: fix version 2023-06-04 14:59:34 -04:00
github-actions[bot]
22e7031b28
Merge master into staging-next 2023-06-04 18:00:59 +00:00
Weijia Wang
671cbaf484
Merge pull request #235926 from r-ryantm/auto-update/realvnc-vnc-viewer
realvnc-vnc-viewer: 7.1.0 -> 7.5.0
2023-06-04 19:19:17 +02:00
Weijia Wang
8b725d403a
Merge pull request #235819 from r-ryantm/auto-update/envfs
envfs: 1.0.0 -> 1.0.1
2023-06-04 19:17:27 +02:00
Mario Rodas
224be857c0
Merge pull request #235934 from figsoda/hyperfine
hyperfine: 0.17.0 -> 1.17.0
2023-06-04 12:08:00 -05:00
figsoda
3bb9d9c76f codevis: 0.8.3 -> 0.8.4
Diff: https://github.com/sloganking/codevis/compare/v0.8.3...v0.8.4

Changelog: https://github.com/sloganking/codevis/releases/tag/v0.8.4
2023-06-04 13:01:57 -04:00
Weijia Wang
0c1d274ef9
Merge pull request #235908 from r-ryantm/auto-update/dos2unix
dos2unix: 7.4.4 -> 7.5.0
2023-06-04 18:56:17 +02:00
R. Ryantm
745089a9e0 mmark: 2.2.31 -> 2.2.32 2023-06-04 16:25:28 +00:00
Sandro
2e56a85078
Merge pull request #235799 from cafkafk/master
epilys-bb: init at unstable-2020-12-04
2023-06-04 17:54:08 +02:00
Sandro
7127b1d4a1
Merge pull request #220556 from ooliver1/feat/eludris-cli
eludris: init at 0.3.3
2023-06-04 17:53:30 +02:00
emilylange
139013bc42
maintainers: remove WeebSorceress
as their GitHub account appears to be deleted
2023-06-04 16:26:31 +02:00
figsoda
6672ae61c1 hyperfine: 0.17.0 -> 1.17.0
Diff: https://github.com/sharkdp/hyperfine/compare/v0.17.0...v1.17.0

Changelog: https://github.com/sharkdp/hyperfine/blob/v1.17.0/CHANGELOG.md
2023-06-04 09:41:38 -04:00
R. Ryantm
5e777d5991 realvnc-vnc-viewer: 7.1.0 -> 7.5.0 2023-06-04 12:41:17 +00:00
R. Ryantm
08d9e34f03 bluez-alsa: 4.0.0 -> 4.1.0 2023-06-04 12:32:55 +00:00
github-actions[bot]
d84131e3d6
Merge master into staging-next 2023-06-04 12:01:07 +00:00
markuskowa
bbebc94fdb
Merge pull request #235476 from r-ryantm/auto-update/swaysome
swaysome: 1.1.5 -> 2.0.0
2023-06-04 12:47:19 +02:00
R. Ryantm
ca78d062a7 ocserv: 1.1.6 -> 1.1.7 2023-06-04 09:54:06 +00:00
R. Ryantm
640627bae8 dos2unix: 7.4.4 -> 7.5.0 2023-06-04 09:02:35 +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