Commit Graph

2790 Commits

Author SHA1 Message Date
annalee
7a0dc7c7e8
treewide: drop LLVM8 2024-01-25 12:24:51 +00:00
github-actions[bot]
5af80acc9a
Merge master into staging-next 2024-01-25 06:01:04 +00:00
Jörg Thalheim
559ddda570
Merge pull request #279852 from Madouura/pr/bcachefs
bcachefs: update comments, release-notes, only use IFS for bcachefs, update bcachefs-tools and module
2024-01-25 01:11:04 +01:00
github-actions[bot]
01a65d81f3
Merge master into staging-next 2024-01-23 18:00:56 +00:00
Weijia Wang
3c70df60b8
Merge pull request #282667 from wegank/pageedit-refactor
pageedit: fix build on x86_64-darwin, refactor
2024-01-23 18:24:55 +01:00
Weijia Wang
8007117f79
Merge pull request #282666 from wegank/ebtks-refactor
ebtks: fix build on darwin, refactor
2024-01-23 18:23:42 +01:00
github-actions[bot]
568f381221
Merge master into staging-next 2024-01-23 12:01:17 +00:00
Weijia Wang
98ad610d60
Merge pull request #277096 from katexochen/convoy/remove
convoy: remove
2024-01-23 07:16:44 +01:00
Weijia Wang
9e3c309c9a
Merge pull request #280828 from katexochen/docker-machine/remove
docker-machine{,-kvm,-xhyve}: remove
2024-01-23 07:15:59 +01:00
github-actions[bot]
8303a96c2d
Merge master into staging-next 2024-01-23 00:02:30 +00:00
Ryan Lahfa
32a6e224ae
Merge pull request #282929 from minijackson/netbox-3.7.1
Netbox 3.7.1
2024-01-22 20:52:54 +01:00
Minijackson
5d2370f800
netbox_3_5: remove 2024-01-22 16:31:45 +01:00
Weijia Wang
2fb5a908e9 pageedit: rename from PageEdit 2024-01-21 19:43:01 +01:00
Weijia Wang
abb97f6022 ebtks: migrate to by-name, rename from EBTKS 2024-01-21 19:37:48 +01:00
Weijia Wang
47e878f094 stormlib: migrate to by-name, rename from StormLib 2024-01-21 19:22:25 +01:00
github-actions[bot]
dc4a7c97b0
Merge master into staging-next 2024-01-18 18:00:55 +00:00
Sandro
09f9f1fe1a
Merge pull request #277409 from sikmir/transifex-client 2024-01-18 15:19:44 +01:00
github-actions[bot]
5fe540596f
Merge staging-next into staging 2024-01-17 18:01:27 +00:00
Sandro
110f464d08
Merge pull request #280995 from SuperSandro2000/yubikey-manager-qt 2024-01-17 15:02:36 +01:00
Madoura
b1ce631c29
aliases: change 'linux(Packages)_testing_bcachefs' notes to use 'linux(Packages)_latest' or any kernel version at least 6.7 2024-01-16 15:06:05 -06:00
github-actions[bot]
7e5906aca4
Merge staging-next into staging 2024-01-16 12:01:24 +00:00
Felix Bühler
d38b8bdba7
oni2: remove (#269322)
Last commit is 3 years old, no fork and maintainer has given up:
https://github.com/onivim/oni2/issues/3811#issuecomment-910306404
https://github.com/onivim/oni2/issues/3861
2024-01-16 10:17:01 +01:00
github-actions[bot]
ed73852825
Merge staging-next into staging 2024-01-15 12:01:27 +00:00
Sandro Jäckel
87bcbed693
yubikey-manager4: drop
yubikey-manager-qt no longer uses this and it is broken, so remove it.

____________________ TestUtilityFunctions.test_parse_pkcs12 ____________________

self = <tests.test_util.TestUtilityFunctions testMethod=test_parse_pkcs12>

    def test_parse_pkcs12(self):
        with open_file("rsa_2048_key_cert.pfx") as rsa_2048_key_cert_pfx:
            data = rsa_2048_key_cert_pfx.read()

        key1, certs1 = _parse_pkcs12_cryptography(pkcs12, data, None)
>       key2, certs2 = _parse_pkcs12_pyopenssl(crypto, data, None)

tests/test_util.py:122:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
ykman/util.py:61: in _parse_pkcs12_pyopenssl
    p12 = crypto.load_pkcs12(data, password)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <module 'OpenSSL.crypto' from '/nix/store/si21r6n8pv695zp8jxx9x49rjaldvin9-python3.11-pyopenssl-23.3.0/lib/python3.11/site-packages/OpenSSL/crypto.py'>
attr = 'load_pkcs12'

    def __getattr__(self, attr: str) -> object:
>       obj = getattr(self._module, attr)
E       AttributeError: module 'OpenSSL.crypto' has no attribute 'load_pkcs12'
2024-01-15 11:22:06 +01:00
OTABI Tomoya
817c314ea6
Merge pull request #277719 from natsukium/ansible/update
ansible_2_16: init at 2.16.2; ansible_2_13: remove
2024-01-15 17:31:04 +09:00
Guillaume Maudoux
179e2d5fd3
Merge pull request #279498 from GetPsyched/chkservice
chkservice: remove
2024-01-15 08:58:12 +01:00
github-actions[bot]
a1c9a26c5c
Merge staging-next into staging 2024-01-15 00:02:42 +00:00
Weijia Wang
3763c9f08f
Merge pull request #279158 from konradmalik/rtx
mise: 2023.12.35 -> 2024.1.11 rebrand from rtx
2024-01-14 22:01:02 +01:00
natsukium
5ea284d4f4
ansible_2_13: remove 2024-01-14 09:38:47 +09:00
github-actions[bot]
ec9f3ed3ee
Merge staging-next into staging 2024-01-14 00:02:46 +00:00
Paul Meyer
0f5e83d4bb docker-machine: remove 2024-01-13 23:10:38 +01:00
Paul Meyer
936d081c36 docker-machine-kvm: remove 2024-01-13 23:07:59 +01:00
Paul Meyer
a786eee284 docker-machine-xhyve: remove 2024-01-13 23:07:59 +01:00
K900
980675fa82 aliases: add linuxPackages_6_7, linux_6_7 2024-01-13 21:13:23 +03:00
github-actions[bot]
e59c8549eb
Merge staging-next into staging 2024-01-13 18:01:22 +00:00
Weijia Wang
b77a9c94ed
Merge pull request #278997 from wegank/xib2nib-deps-refactor
nsplist, plistcpp, xib2nib: migrate to by-name, refactor
2024-01-13 18:19:08 +01:00
Weijia Wang
91187dcb6c nsplist: migrate to by-name, refactor 2024-01-13 07:17:11 +01:00
Weijia Wang
8590df67b9 plistcpp: migrate to by-name, refactor 2024-01-13 07:17:08 +01:00
github-actions[bot]
a21b0a6982
Merge staging-next into staging 2024-01-13 06:01:25 +00:00
Olivia Crain
6a5ee95e78
garmin-plugin: remove
https://github.com/adiesner/GarminPlugin/issues/14
https://en.wikipedia.org/w/index.php?title=NPAPI&oldid=1187725523#Support

This package was abandoned upstream after Garmin removed support for the
plugin.

This package is an NPAPI browser plugin. NPAPI plugins have not been
supported by any major browsers since 2018. In nixpkgs, this package
has been unmaintained since 2020 and has not been touched by
non-treewide changes since 2015. No packages depend on garmin-plugin.
2024-01-12 15:07:06 -06:00
github-actions[bot]
975362b0c3
Merge staging-next into staging 2024-01-12 18:01:25 +00:00
Nick Cao
0d6aa42a34
Merge pull request #280153 from NickCao/julia_110
julia_110: init at 1.10.0
2024-01-12 10:53:39 -05:00
Nick Cao
fd37c3101b
julia_18{,-bin}: drop as it has reached end of life 2024-01-11 11:17:34 -05:00
github-actions[bot]
aeb47665cf
Merge staging-next into staging 2024-01-11 12:01:43 +00:00
github-actions[bot]
5ee7600250
Merge master into staging-next 2024-01-11 12:01:18 +00:00
Jörg Thalheim
3bd00e0eec
Merge pull request #280202 from wegank/gcl-pre-drop
gcl_2_6_13_pre: drop
2024-01-11 08:41:49 +01:00
Weijia Wang
e7037007c2 gcl_2_6_13_pre: drop 2024-01-11 07:47:08 +01:00
Weijia Wang
80ddf58118 Merge branch 'staging-next' into staging 2024-01-10 23:14:18 +01:00
Weijia Wang
2f9e98ccf3 Merge branch 'master' into staging-next 2024-01-10 23:12:44 +01:00
Nikolay Korotkiy
0751c7f1d3
transifex-client: remove as deprecated 2024-01-11 00:07:07 +04:00