nixpkgs-suyu/pkgs/os-specific/linux
Patrick Hilhorst 593e11fd94
treewide: fix redirected urls
According to https://repology.org/repository/nix_unstable/problems, we have a
lot of packages that have http links that redirect to https as their homepage.
This commit updates all these packages to use the https links as their
homepage.

The following script was used to make these updates:

```

curl https://repology.org/api/v1/repository/nix_unstable/problems \
    | jq '.[] | .problem' -r \
    | rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \
    | sort | uniq > script.sed

find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```
2020-01-22 11:26:22 +01:00
..
915resolution
acpi
acpi-call
acpid acpid: 2.0.31 -> 2.0.32 2019-09-06 21:17:34 +02:00
acpitool treewide: fix dead anonscm.debian.org links 2019-10-04 12:42:21 +02:00
afuse
alsa-firmware alsa-firmware: 1.0.29 -> 1.2.1 2019-11-24 22:54:48 -08:00
alsa-lib
alsa-oss treewide: installFlags is a list 2019-12-30 13:22:43 +01:00
alsa-plugins alsaPlugins: 1.1.9 -> 1.2.1 2019-11-28 11:59:02 -08:00
alsa-tools
alsa-utils treewide: installFlags is a list 2019-12-30 13:22:43 +01:00
amdgpu-pro
anbox anbox: 2019-05-03 -> 2019-11-15 2019-11-24 19:07:59 +01:00
android-udev-rules android-udev-rules: 20190315 -> 20191103 2019-11-05 10:32:43 +00:00
apparmor libapparmor: support python 3.8 2020-01-06 19:12:20 +01:00
ati-drivers ati_drivers_x11: fix libGL and libGLU paths 2019-11-26 18:01:02 +01:00
atop
audit Remove myself (fuuzetsu) from maintainer lists 2019-12-05 16:29:48 +09:00
autofs autofs5: 5.1.5 -> 5.1.6 2019-10-07 18:27:03 -05:00
batman-adv batman-adv: 2019.4 -> 2019.5 2020-01-01 20:30:38 +01:00
bbswitch
bcc bcc: 0.11.0 -> 0.12.0 2019-12-11 05:50:56 +00:00
blktrace
bluez bluez: enable checkPhase on x86_64-linux 2019-12-10 20:22:35 -05:00
bolt treewide: remove redundant quotes 2019-09-08 23:38:31 +00:00
bpftool bpftool: fix build 2019-12-26 21:07:51 +01:00
bpftrace linuxPackages.bpftrace: 0.9.2 -> 0.9.3 2019-12-04 14:31:39 -06:00
bridge-utils bridge-utils: fix cross-compilation 2019-09-15 15:36:31 +02:00
brillo treewide: *inputs are lists 2019-12-31 01:09:25 +01:00
broadcom-sta treewide: replace make/build/configure/patchFlags with nix lists 2019-12-30 12:58:11 +01:00
btfs btfs: simplify shebang fixup 2019-09-26 09:09:41 +01:00
busybox busybox: 1.30.1 -> 1.31.1 2019-11-14 00:07:53 +01:00
cachefilesd
can-isotp
can-utils
cgmanager
checkpolicy
checksec
chromium-xorg-conf treewide: fetchgit -> fetchFromGitiles 2019-12-02 22:45:06 +00:00
cifs-utils treewide: replace make/build/configure/patchFlags with nix lists 2019-12-30 12:58:11 +01:00
compsize
conky
conntrack-tools
consoletools treewide: installFlags is a list 2019-12-30 13:22:43 +01:00
conspy
cpufrequtils
cpupower cpupower: explicitly set CC and LD to allow compilation with clang 2019-12-02 00:43:40 +01:00
cpuset
cpustat cpustat: newlines between (most) attributes 2019-09-16 22:16:37 -05:00
cramfsswap
crda crda: port to Python 3 2019-12-29 11:21:10 +01:00
criu criu: 3.12 -> 3.13 2019-09-26 21:14:41 -05:00
cryptodev
cryptsetup
dbus-broker
ddcci linuxPackages_5_4.ddci-driver: fix build 2020-01-06 18:47:37 +01:00
deepin-anything
device-tree Various: Add support for raspberry pi 4. 2019-09-17 04:05:16 +01:00
devmem2
digimend linuxPackages.digimend: fix build with linux 5.4 2019-12-27 19:14:27 +01:00
directvnc
disk-indicator
displaylink displaylink: Disable free space check 2019-11-19 19:51:30 +01:00
dmidecode treewide: replace make/build/configure/patchFlags with nix lists 2019-12-30 12:58:11 +01:00
dmraid
dmtcp dmtcp: 2.5.2 -> 2.6.0 (#69521) 2019-10-12 22:02:27 +02:00
dpdk linuxPackages.dpdk: fix build 2019-12-30 16:50:40 +00:00
drbd treewide: replace make/build/configure/patchFlags with nix lists 2019-12-30 12:58:11 +01:00
dropwatch treewide: NIX_*_COMPILE -> string 2019-12-31 00:13:29 +01:00
dstat
e1000e
earlyoom
ebtables ebtables: 2.0.10-4 -> 2.0.11 (legacy) 2019-12-10 18:50:04 +01:00
edac-utils
ell ell: 0.26 -> 0.27 2019-12-27 16:29:49 +01:00
ena
eudev eudev: 3.2.8 -> 3.2.9 2019-11-01 17:16:12 -07:00
evdi linuxPackages.evdi: 1.6.3 -> 1.6.4 2020-01-15 14:41:21 +01:00
eventstat
exfat linuxPackages.exfat-nofuse: 2018-04-16 -> 2019-09-06 2019-09-16 14:09:44 +02:00
extrace treewide: replace make/build/configure/patchFlags with nix lists 2019-12-30 12:58:11 +01:00
facetimehd facetimehd: unstable-2016-10-09 -> unstable-2019-12-10 for kernels > 4.8 2020-01-17 09:15:56 +01:00
fatrace
fbterm fbterm: fix cross-build 2019-10-27 17:06:59 +01:00
ffado
firejail firejail: 0.9.60 -> 0.9.62 2020-01-18 11:56:07 +01:00
firmware treewide: NIX_*_COMPILE -> string 2019-12-31 00:13:29 +01:00
flashbench
fnotifystat
forkstat forkstat: 0.02.11 -> 0.02.12 2020-01-06 01:42:08 -08:00
forktty treewide: fix *Flags 2019-12-30 04:50:37 +01:00
freefall
fscrypt fscrypt: unstable-2019-08-29 -> 0.2.5 2019-09-12 21:23:22 +02:00
fscryptctl
fswebcam
ftop
fuse fuse3: 3.8.0 -> 3.9.0 (#75655) 2019-12-14 20:16:36 +01:00
fwts fwts: 19.08.00 -> 19.09.00 2019-10-21 11:29:08 -07:00
fxload
gfxtablet
gogoclient
google-authenticator google-authenticator: 1.07 -> 1.08 2020-01-06 06:07:16 -08:00
gpu-switch
gradm
guvcview
hal-flash
hd-idle
hdapsd
hdparm Remove myself (fuuzetsu) from maintainer lists 2019-12-05 16:29:48 +09:00
health-check health-check: 0.03.03 -> 0.03.04 2019-12-23 05:01:27 -08:00
hibernate
hostapd Merge pull request #75140 from tomfitzhenry/hostapd-getrandom 2019-12-07 23:01:06 +01:00
hwdata
hyperv-daemons hyperv-daemons: fix binary location to stop error log spam 2019-09-24 11:10:16 +08:00
i2c-tools
i7z
i810switch
ifenslave
iio-sensor-proxy iio-sensor-proxy: 2.7 -> 2.8 2019-09-26 15:48:37 -07:00
ima-evm-utils
input-utils
intel-compute-runtime intel-compute-runtime: 19.34.13959 -> 19.44.14658 (#74404) 2019-12-01 16:21:13 +01:00
intel-ocl
intel-speed-select linuxPackages*.intel-speed-select (5.3+) 2019-09-16 09:16:58 -05:00
iomelt
ioport
iotop
iproute iproute: 5.3.0 -> 5.4.0 2019-11-26 14:31:47 +01:00
ipsec-tools ipsecTools: ship patch directly 2019-10-04 12:33:31 +02:00
ipset ipset: 7.4 -> 7.5, pname 2020-01-10 23:57:40 -06:00
iptables iptables: 1.8.3 -> 1.8.4 2019-12-10 18:50:04 +01:00
iptstate
iputils
ipvsadm ipvsadm: 1.30 -> 1.31 2020-01-06 11:05:11 -08:00
irqbalance
it87
iw iw: 5.3 -> 5.4 2019-12-06 03:00:14 -06:00
iwd iwd: 1.2 -> 1.4 2019-12-27 16:29:57 +01:00
ixgbevf
jfbview
jool treewide: replace make/build/configure/patchFlags with nix lists 2019-12-30 12:58:11 +01:00
jujuutils
kbd
kbdlight
kernel linux: 5.5-rc6 -> 5.5-rc7 2020-01-20 07:47:25 -05:00
kernel-headers linuxHeaders: fix typo in comment 2019-12-02 22:52:21 +00:00
kexectools Re-Revert "Merge branch 'staging-next'" 2019-09-22 09:38:09 +02:00
keyutils keyutils: patch to allow symlinks in config dir 2019-12-12 15:42:44 +00:00
klibc treewide: remove redundant quotes 2019-09-08 23:38:31 +00:00
kmod kmod: fix --enable-static 2019-11-11 11:10:59 +03:00
kmod-blacklist-ubuntu
kmod-debian-aliases
kmscon treewide: Get rid of libGLU_combined 2019-11-18 20:10:43 +00:00
kmscube
latencytop
ldm treewide: replace make/build/configure/patchFlags with nix lists 2019-12-30 12:58:11 +01:00
ledger-udev-rules ledger-udev-rules: update to 2019-05-30 2019-11-01 11:18:41 -04:00
libaio libaio: *Flags are lists 2019-12-30 11:13:41 +01:00
libatasmart
libbpf
libcap treewide: installFlags is a list 2019-12-30 13:22:43 +01:00
libcap-ng
libcgroup
libevdevc libevdevc: init at 2.0.1 2019-09-08 02:55:27 +09:00
libgestures libgestures: init at 2.0.1 2019-09-08 03:00:32 +09:00
libnl libnl: disable python support by default 2019-12-29 11:21:07 +01:00
libratbag libratbag: 0.11 -> 0.12 2019-12-23 13:32:25 -08:00
libselinux treewide: NIX_CFLAGS_COMPILE -> string 2019-12-31 00:05:53 +01:00
libsemanage
libsepol treewide: NIX_CFLAGS_COMPILE -> string 2019-12-31 00:05:53 +01:00
libsmbios
libudev0-shim
libvolume_id
libwebcam
light
lightum
linuxptp
lksctp-tools
lm-sensors lm_sensors: 3.5.0 -> 3.6.0 (#71668) 2019-10-25 20:21:49 +02:00
lockdep
logitech-udev-rules
lsb-release
lsiutil
lsscsi
lttng-modules treewide: NIX_*_FLAGS -> string 2019-12-31 00:15:46 +01:00
lvm2 lvm2: fix build 2019-12-31 01:32:18 +01:00
lxc
lxcfs
macchanger treewide: update which packages I'm currently maintaining 2019-12-26 15:27:47 +01:00
mba6x_bl
mbpfan mbpfan: 2.2.0 -> 2.2.1 (#75277) 2019-12-08 23:48:25 +01:00
mcelog mcelog: 166 -> 167 2019-12-23 14:51:23 -08:00
mdadm mdadm: fix path to sendmail 2019-09-18 20:56:40 +02:00
microcode microcodeIntel: add andir as maintainer 2019-11-27 16:23:16 +01:00
mingetty
miraclecast
mkinitcpio-nfs-utils
mmc-utils treewide: replace make/build/configure/patchFlags with nix lists 2019-12-30 12:58:11 +01:00
molly-guard Merge pull request #70498 from nyanloutre/molly_guard_0_7_2 2019-10-10 20:51:19 +02:00
msr-tools
mstpd mstpd: fix build with gcc9 2019-11-02 18:35:09 +01:00
multipath-tools multipath-tools: Fix prefix 2019-11-06 19:12:52 +01:00
musl musl: touchup meta, add myself (@dtzWill) to maintainers list 2019-10-14 18:51:51 -05:00
mwprocapture
mxu11x0
ndiswrapper
net-tools
netatop
nfs-utils nfs-utils: link nfs tests 2019-12-13 11:24:48 +00:00
nftables nftables: 0.9.2 -> 0.9.3 2019-12-10 18:50:04 +01:00
nmon nmon: 16k -> 16m 2019-10-07 12:14:31 -07:00
nss_ldap
numactl numactl: 2.0.12 -> 2.0.13 2019-09-06 19:32:46 +02:00
numad treewide: replace make/build/configure/patchFlags with nix lists 2019-12-30 12:58:11 +01:00
numatop
nvidia-x11 nvidia_x11: 440.36 -> 440.44 2019-12-17 17:16:18 -05:00
nvidiabl
nvme-cli nvme-cli: 1.9 -> 1.10.1 2020-01-10 17:10:55 +01:00
odp-dpdk linuxPackages.odp-dpdk: fix build 2020-01-05 13:52:10 +01:00
ofp treewide: remove redundant quotes 2019-09-08 23:38:31 +00:00
open-iscsi open-iscsi: fix path in iscsi_fw_login 2019-11-29 01:26:52 +01:00
open-isns treewide: installFlags is a list 2019-12-30 13:22:43 +01:00
opengl/xorg-sys
openrazer openrazer: Fix build with Linux 5.4 2019-11-26 11:05:02 +00:00
openvswitch openvswitch: many improvements 2019-11-13 21:00:31 +00:00
otpw
pagemon pagemon: 0.01.16 -> 0.01.17 2019-10-07 21:09:15 -07:00
pam
pam_ccreds Treewide: fix URL permanent redirects 2019-11-16 01:41:23 +01:00
pam_krb5
pam_ldap Treewide: fix URL permanent redirects 2019-11-16 01:41:23 +01:00
pam_mount treewide: replace make/build/configure/patchFlags with nix lists 2019-12-30 12:58:11 +01:00
pam_pgsql
pam_ssh_agent_auth
pam_u2f
pam_usb
pax-utils
paxctl
paxtest treewide: installFlags is a list 2019-12-30 13:22:43 +01:00
pcm treewide: remove redundant quotes 2019-09-08 23:38:31 +00:00
pcmciautils treewide: replace make/build/configure/patchFlags with nix lists 2019-12-30 12:58:11 +01:00
perf-tools
pflask
phc-intel
piper piper: 0.2.903 -> 0.3 2019-09-19 22:29:48 +02:00
pipework
pktgen Merge branch 'staging' into staging-next 2019-12-31 03:59:58 +01:00
ply linuxPackages.ply: add rsync to native build inputs 2019-09-17 23:30:53 -04:00
plymouth
pm-utils
pmount
policycoreutils
pommed-light
power-calibrate power-calibrate: 0.01.28 -> 0.01.29 2019-12-23 23:55:39 -08:00
powerstat
powertop
pps-tools treewide: remove redundant quotes 2019-09-08 23:38:31 +00:00
prl-tools Merge pull request #76854 from earksiinni/ersin/prl-tools-no-assert-version 2020-01-03 18:59:05 +01:00
procdump procdump: 1.0.1 -> 1.1 (#75658) 2019-12-14 20:25:04 +01:00
procps-ng procps: 3.3.15 -> 3.3.16 2019-12-30 16:19:48 +01:00
pscircle
psmisc psmisc: 23.2 -> 23.3 2019-12-01 18:38:53 +01:00
r8168 linuxPackages.r8168: 8.046.00 -> 8.047.00 2019-09-25 17:09:26 +02:00
radeontools radeontool: 1.5 -> 1.6.3 2019-09-06 11:39:38 -07:00
radeontop
rdma-core rdma-core: 26.1 -> 27.0 2019-12-24 07:34:36 -08:00
read-edid
regionset
reptyr reptyr: add patch to fix tests 2019-12-05 22:36:00 -05:00
rewritefs
rfkill tree-wide: fix more warning related to loaOf deprecation 2020-01-11 08:09:56 +01:00
roccat-tools
rtkit treewide: installTargets is a list 2019-12-30 13:29:27 +01:00
rtl8192eu treewide: replace make/build/configure/patchFlags with nix lists 2019-12-30 12:58:11 +01:00
rtl8723bs rtl8723bs: *Flags are lists 2019-12-30 12:15:29 +01:00
rtl8812au rtl8812au, rtl8821au: Prevent runtime dependency on kernel.dev 2019-09-23 19:23:21 +02:00
rtl8814au
rtl8821au rtl8812au, rtl8821au: Prevent runtime dependency on kernel.dev 2019-09-23 19:23:21 +02:00
rtl8821ce
rtlwifi_new treewide: replace make/build/configure/patchFlags with nix lists 2019-12-30 12:58:11 +01:00
s6-linux-utils skawarePackages: bump to release 2019-10 2019-10-28 21:30:30 +01:00
sch_cake
schedtool
sdnotify-wrapper
sdparm
selinux-python
selinux-sandbox
semodule-utils
sepolgen
service-wrapper treewide: remove redundant quotes 2019-09-08 23:38:31 +00:00
setools setools: 4.2.0 -> 4.2.2 and fixing build 2019-09-14 03:18:59 +02:00
seturgent
shadow shadow: 4.7 -> 4.8 2019-12-05 10:27:22 +01:00
sinit
smem
smemstat smemstat: 0.02.05 -> 0.02.06 2019-12-24 11:27:15 -08:00
speedometer
sssd
statifier
syscall_limiter
sysdig treewide: fix types for mkDerivation params 2019-12-31 01:23:19 +01:00
sysfsutils
sysklogd treewide: installFlags is a list 2019-12-30 13:22:43 +01:00
syslinux syslinux: 2015-11-09 -> 2019-02-07 2020-01-19 14:51:50 -05:00
sysstat treewide: replace make/build/configure/patchFlags with nix lists 2019-12-30 12:58:11 +01:00
systemd Merge pull request #76134 from mayflower/systemd-v243.4 2020-01-02 01:41:52 +01:00
systemd-wait
sysvinit sysvinit: 2.95 -> 2.96 2019-10-04 23:40:01 +02:00
targetcli targetcli: 2.1.50 -> 2.1.51 2019-11-17 16:50:57 +01:00
tbs treewide: remove redundant quotes 2019-09-08 23:38:31 +00:00
tcp-wrappers
thunderbolt
tiptop treewide: NIX_*_FLAGS -> string 2019-12-31 00:16:46 +01:00
tiscamera
tmon
tomb tomb: 2.6 -> 2.7 (#74693) 2019-11-30 14:30:43 +01:00
tp_smapi
tpacpi-bat
trace-cmd treewide: fix redirected urls 2020-01-22 11:26:22 +01:00
trezor-udev-rules trezor-udev-rules: init at unstable-2019-07-17 2019-10-30 15:15:22 +01:00
trinity
tunctl
turbostat linuxPackages*.turbostat: init 2019-09-16 09:15:42 -05:00
uclibc uclibc: 1.0.31 -> 1.0.32 2019-11-13 15:21:28 +01:00
udisks udisks2: disable docs when cross-compiling 2019-09-17 23:09:55 +00:00
udisks-glue
undervolt treewide: remove redundant quotes 2019-09-08 23:38:31 +00:00
unstick unstick: init at 0.1.0 2020-01-15 21:15:39 +00:00
untie treewide: replace make/build/configure/patchFlags with nix lists 2019-12-30 12:58:11 +01:00
upower upower: load config from /etc 2019-12-04 12:26:30 +11:00
usbguard usbguard: 0.7.5 -> 0.7.6 2019-11-29 12:13:55 -08:00
usbip linuxPackages.usbip: gcc warnings fixed in linux>=5.4 2019-12-27 03:48:21 +01:00
usbtop
usbutils
usermount treewide: NIX_*_FLAGS -> string 2019-12-31 00:16:46 +01:00
util-linux utillinux: no-rebuild clean up 2019-12-25 05:10:48 +01:00
uvcdynctrl
v4l-utils v4l-utils: split to multiple outputs 2019-09-10 01:56:39 +02:00
v4l2loopback v4l2loopback: 0.12.0 -> 0.12.2 2019-10-23 01:45:27 -07:00
v86d
virtualbox
wireguard wireguard: 0.0.20191226 -> 0.0.20200105 2020-01-06 17:24:28 +01:00
wireless-tools
wpa_supplicant Treewide: fix URL permanent redirects 2019-11-16 01:41:23 +01:00
x86_energy_perf_policy
x86info
xf86-input-cmt Fix package metadata like version and homepage 2019-11-07 17:20:33 +01:00
xf86-input-mtrack
xf86-input-multitouch
xf86-input-wacom
xf86-video-nested
xsensors
zenpower zenpower: init at 0.1.5 2019-11-27 19:54:25 +01:00
zfs Merge pull request #70240 from woffs/pr-etc-zpool.d 2019-10-15 11:45:52 +01:00