nixpkgs/pkgs/servers
Alyssa Ross fd78240ac8
treewide: use lib.getLib for OpenSSL libraries
At some point, I'd like to make another attempt at
71f1f4884b ("openssl: stop static binaries referencing libs"), which
was reverted in 195c7da07d.  One problem with my previous attempt is
that I moved OpenSSL's libraries to a lib output, but many dependent
packages were hardcoding the out output as the location of the
libraries.  This patch fixes every such case I could find in the tree.
It won't have any effect immediately, but will mean these packages
will automatically use an OpenSSL lib output if it is reintroduced in
future.

This patch should cause very few rebuilds, because it shouldn't make
any change at all to most packages I'm touching.  The few rebuilds
that are introduced come from when I've changed a package builder not
to use variable names like openssl.out in scripts / substitution
patterns, which would be confusing since they don't hardcode the
output any more.

I started by making the following global replacements:

    ${pkgs.openssl.out}/lib -> ${lib.getLib pkgs.openssl}/lib
    ${openssl.out}/lib -> ${lib.getLib openssl}/lib

Then I removed the ".out" suffix when part of the argument to
lib.makeLibraryPath, since that function uses lib.getLib internally.

Then I fixed up cases where openssl was part of the -L flag to the
compiler/linker, since that unambigously is referring to libraries.

Then I manually investigated and fixed the following packages:

 - pycurl
 - citrix-workspace
 - ppp
 - wraith
 - unbound
 - gambit
 - acl2

I'm reasonably confindent in my fixes for all of them.

For acl2, since the openssl library paths are manually provided above
anyway, I don't think openssl is required separately as a build input
at all.  Removing it doesn't make a difference to the output size, the
file list, or the closure.

I've tested evaluation with the OfBorg meta checks, to protect against
introducing evaluation failures.
2022-03-30 15:10:00 +00:00
..
adguardhome adguardhome: 0.107.4 - 0.107.5 2022-03-05 01:30:42 +01:00
adminer adminer: 4.8.0 → 4.8.1 2021-05-14 12:14:08 +02:00
alps alps: update vendorSha256 2022-01-31 13:41:40 +10:00
althttpd althttpd: unstable-2021-06-09 -> unstable-2022-01-10 2022-01-12 12:06:58 +07:00
amqp treewide: remove meta.repositories 2022-03-24 23:56:14 +02:00
ankisyncd ankisyncd: 2.1.0 -> 2.2.0 (#111755) 2021-02-19 19:10:38 +01:00
apache-kafka kafka: update homepage 2021-12-28 09:59:12 -08:00
apcupsd servers: replace name with pname&version 2021-07-26 20:15:46 +02:00
asterisk treewide: switch `builtins.fromJSON(builtins.readFile ./file.json)` to lib.importJSON ./file.json 2021-11-03 14:43:52 +01:00
atlassian atlassian-jira: 8.21.0 -> 8.22.0 2022-03-20 02:16:19 +00:00
bazarr bazarr: 1.0.2 -> 1.0.3 2022-02-27 01:29:23 +00:00
beanstalkd beanstalkd: switch to fetchFromGitHub 2021-09-22 17:40:09 +02:00
bird bird: add patch for babel iface reconfiguration 2022-02-27 14:54:10 +08:00
blockbook blockbook: update vendorSha256 2022-01-31 06:31:22 +10:00
brickd brickd: switch to fetchFromGitHub 2022-03-14 19:32:49 +01:00
caddy caddy: include and utilize systemd service from upstream (#147305) 2021-11-29 23:16:25 +09:00
calibre-web calibre-web: 0.6.15 -> 0.6.16 2022-02-10 11:42:56 -08:00
cayley cayley: update homepage 2022-01-07 16:45:52 +07:00
clickhouse clickhouse: 21.8.8.29 -> 21.8.12.29 2021-12-22 22:08:41 +00:00
code-server code-server: 3.12.0 -> 4.0.1 2022-01-09 17:27:42 -08:00
computing slurm: 21.08.5.1 -> 21.08.6.1 2022-03-12 15:16:35 +01:00
confluent-platform treewide: makeWrapper buildInputs to nativeBuildInputs 2021-02-19 20:09:16 +07:00
consul consul: 1.11.3 -> 1.11.4 2022-02-28 16:47:15 -05:00
corosync nixos/tests/pacemaker: init 2022-03-09 01:19:10 +01:00
coturn coturn: add test for static-auth-secret-file 2021-07-03 08:33:39 +01:00
dante dante: 1.4.2 -> 1.4.3 2021-05-01 11:47:23 +10:00
dcnnt dcnnt: Init at 0.6.0 2022-01-03 15:59:09 +01:00
demoit
dendrite dendrite: 0.5.1 -> 0.6.5 2022-03-05 11:41:31 -05:00
dex dex-oidc: 2.30.0 -> 2.31.0 2022-03-10 00:14:26 -05:00
dgraph
dico dico: fix cross-compilation 2021-11-20 22:12:40 +03:00
dict dict: 1.13.0 -> 1.13.1 2021-12-11 11:01:35 +00:00
diod
dns treewide: use lib.getLib for OpenSSL libraries 2022-03-30 15:10:00 +00:00
documize-community documize-community: 3.8.2 -> 3.9.0 2021-04-01 07:05:12 +00:00
domoticz domoticz: 2021.1 -> 2022.1 2022-02-12 21:39:51 -08:00
duckling-proxy ducking-proxy: init at 2021-07-23 2021-10-30 11:00:10 -04:00
echoip
elasticmq-server-bin elasticmq-server-bin: 0.15.7 -> 1.2.0 2021-09-01 00:04:40 +01:00
endlessh
endlessh-go endlessh-go: clarify license 2022-03-12 11:01:28 +01:00
etcd etcd_3_5: init at 3.5.1 2022-01-10 07:58:15 +10:00
etebase etebase-server: mark no longer broken on darwin 2021-05-24 00:26:15 +02:00
exhibitor treewide: makeWrapper buildInputs to nativeBuildInputs 2021-02-19 20:09:16 +07:00
fcgiwrap fcgiwrap: update homepage 2022-02-06 15:10:36 +01:00
fedigroups fedigroups: init at 0.4.4 2021-11-04 17:30:11 +01:00
felix felix: 7.0.0 -> 7.0.1 2021-12-12 03:51:43 +00:00
fiche
fileshare fileshare: stop using vulnerable libmicrohttpd 0.9.70 2021-06-10 20:37:52 +02:00
filtron filtron: init at 0.2.0 2021-08-22 19:19:03 +02:00
firebird firebird: 3.0.7 -> 3.0.8; 4.0.0 -> 4.0.1 2022-01-24 18:18:41 -03:00
fishnet fishnet: 2.4.0 -> 2.5.1 2022-02-20 11:57:28 +01:00
foundationdb foundationdb61: pin Boost dep to boost168 (#157967) 2022-02-07 23:01:47 -05:00
freeradius freeradius: rename finger_bsd to bsd-finger 2022-03-14 14:39:32 -03:00
frr frr: fix clippy build on aarch64-linux 2022-01-09 04:13:44 +01:00
ftp vsftpd: enable seccomp (#158974) 2022-03-01 11:03:47 +08:00
gemini agate: 3.2.2 -> 3.2.3 2022-03-01 14:18:09 +00:00
gerbera nixos/tests: link tests to their packages 2022-01-23 21:08:10 +01:00
go-libp2p-daemon
gobetween treewide: fix homepages with permanent redirect to https 2022-01-07 09:57:54 +07:00
gonic gonic: 0.13.1 -> 0.14.0 2021-10-04 08:05:53 -06:00
gopher/gofish
gortr
gotify gotify: 2.0.21 -> 2.1.0 2021-10-01 12:25:32 +02:00
gotty gotty: 1.2.0 -> 1.3.0 2021-06-01 10:56:47 +00:00
gpm gpm: pull upstream fix for -fno-common compiler 2021-09-22 08:55:49 +01:00
gpsd gpsd: 3.23 -> 3.23.1 2021-09-28 13:48:29 -05:00
grocy grocy: 3.1.3 -> 3.2.0 2022-02-12 09:41:46 +00:00
h2 h2: 1.4.199 -> 2.1.210 (#155436) 2022-02-02 12:43:55 +01:00
hashi-ui servers: replace name with pname&version 2021-07-26 20:15:46 +02:00
hasura haskellPackages.hasura: 2.0.7 -> 2.0.9 2021-09-26 10:28:31 +02:00
hbase treewide: makeWrapper buildInputs to nativeBuildInputs 2021-02-19 20:09:16 +07:00
headphones headphones: 0.6.0-alpha.1 -> 0.6.0-beta.5 2022-02-22 20:19:56 +05:30
headscale headscale: 0.14.0 -> 0.15.0 2022-03-21 16:24:19 +00:00
heisenbridge heisenbridge: 1.10.0 -> 1.10.1 2022-02-05 19:04:53 +00:00
hitch hitch: 1.7.0 -> 1.7.2 2021-12-10 17:27:44 +00:00
hockeypuck nixos/tests: Init hockeypuck tests 2021-07-19 07:33:03 +02:00
holochain-go holochain-go: remove unmaintained version 2022-01-01 08:25:27 -05:00
home-assistant Merge branch 'master' into staging-next 2022-03-15 18:08:32 +01:00
hqplayerd hqplayerd: 4.29.1-80 -> 4.30.3-87 2022-03-11 10:31:33 -08:00
http lwan: fix build w/musl, disable PIE 2022-03-21 11:24:51 -05:00
hydron hydron: update vendorSha256 2022-01-31 06:31:22 +10:00
hylafaxplus Merge pull request #158259 from Yarny0/hylafax 2022-02-18 22:17:08 +01:00
icecast servers: replace name with pname&version 2021-07-26 20:15:46 +02:00
icecream
icingaweb2 Merge pull request #165439 from helsinki-systems/upd/icingaweb2 2022-03-23 17:25:36 +01:00
identd oidentd: 2.5.0 -> 3.0.0 2022-01-01 22:52:19 +01:00
imgproxy imgproxy: 3.3.2 -> 3.3.3 2022-03-22 07:58:41 +00:00
interlock interlock: buildFlags -> tags 2021-08-06 11:29:32 +10:00
invidious Merge pull request #150898 from schnusch/invidious 2022-03-17 23:50:00 +01:00
irc treewide: drop unnecessary go_1_17, buildGo117{Module,Package} 2022-02-08 08:09:33 +10:00
irker irker: use python3 2021-04-03 17:06:10 +02:00
isso isso: 0.12.5 -> 0.12.6.1 2022-03-22 16:04:49 +01:00
jackett jackett: 0.20.671 -> 0.20.709 2022-03-16 02:45:51 +00:00
janus-gateway janus-gateway: 0.11.8 -> 1.0.0 2022-03-12 17:39:03 +00:00
jellyfin treewide: don't unnecessary set dotnet-related env vars 2022-03-04 14:41:18 +01:00
jetbrains youtrack: 2021.1.13597 -> 2021.4.35970 2021-12-15 01:44:43 +03:00
jibri jibri: 8.0-114-g20e233e -> 8.0-93-g51fe7a2 2022-02-12 22:23:25 -08:00
jicofo jicofo: 1.0-813 -> 1.0-832 2021-12-30 12:51:18 -05:00
jitsi-videobridge jitsi-videobridge: 2.1-570-gb802be83 -> 2.1-595-g3637fda4 2021-12-30 12:59:46 -05:00
kapowbang kapowbang: 0.6.0 -> 0.7.0 2021-03-13 07:35:05 +00:00
keycloak keycloak: wrap all the shell scripts (#165316) 2022-03-23 13:40:08 -04:00
klipper klipper: Copy config examples and docs to output 2022-03-22 15:35:38 -07:00
krill krill: init at 0.9.4 2021-12-29 18:21:21 +01:00
kubemq-community kubemq-community: init at 2.2.12 2022-03-14 09:14:50 +00:00
kwakd
ldap/389 _389-ds-base: 2.0.6 -> 2.0.7 2021-07-25 10:24:10 +02:00
libreddit libreddit: 0.21.7 -> 0.22.1 2022-03-14 09:23:17 +01:00
lidarr lidarr: 0.7.2.1878 -> 0.8.1.2135 2021-04-30 21:36:59 +00:00
limesurvey limesurvey: 3.23.7+201006 -> 3.27.33+220125 2022-02-02 11:26:16 +01:00
livepeer livepeer: update vendorSha256 2022-01-31 06:31:22 +10:00
ma1sd treewide: use pname&version instead of name 2021-12-05 15:38:17 +01:00
maddy maddy: 0.5.3 -> 0.5.4 2022-03-07 10:10:05 +00:00
mail mailman-web: fix django version check removal 2022-03-21 19:35:12 +00:00
mapcache mapcache: 1.10.0 -> 1.12.0 2022-02-26 23:40:49 +00:00
mapserver python,pythonPackages: make aliases 2022-01-16 18:39:59 +00:00
martin treewide: fix cargoSha256/cargoHash 2021-05-08 00:36:37 -07:00
mastodon mastodon: build nodejs modules with fetchYarnDeps 2022-03-21 12:38:34 +01:00
matrix-appservice-discord treewide: runCommandNoCC -> runCommand in generated code 2021-08-15 17:36:41 +02:00
matrix-conduit matrix-conduit: use rustPlatform.bindgenHook 2022-02-22 19:41:32 +01:00
matrix-corporal matrix-corporal: 2.1.0 -> 2.2.0 2021-11-19 16:15:31 +01:00
matrix-synapse Merge pull request #165296 from sumnerevans/matrix-synapse-1.55 2022-03-22 19:46:10 +01:00
matterbridge matterbridge: 1.22.3 -> 1.23.2 2021-12-10 15:04:26 -05:00
mattermost mattermost: 6.3.2 -> 6.3.3 2022-02-07 22:29:49 -07:00
mautrix-facebook mautrix-facebook: 2022-01-10 -> 0.3.3 2022-01-30 10:06:12 -05:00
mautrix-signal mautrix-signal: unstable-2022-01-13 -> 0.2.2 2022-01-15 14:39:39 +01:00
mautrix-telegram mautrix-telegram: 0.11.1 -> 0.11.2 2022-03-04 15:25:54 +08:00
mautrix-whatsapp mautrix-whatsapp: 0.2.4 -> 0.3.0 2022-03-16 22:46:03 +01:00
mbtileserver mbtileserver: 0.8.1 → 0.8.2 2022-02-18 07:40:07 +03:00
memcached treewide: remove meta.repositories 2022-03-24 23:56:14 +02:00
mesos-dns
metabase metabase: 0.41.5 -> 0.42.1 2022-02-17 23:11:09 +01:00
meteor meteor: fix meta.homepage 2021-12-31 11:17:07 -08:00
microserver treewide: fix cargoSha256/cargoHash 2021-05-08 00:36:37 -07:00
miniflux miniflux: 2.0.35 → 2.0.36 2022-03-09 10:10:03 +03:00
minio minio: 2022-03-17T06-34-49Z -> 2022-03-22T02-05-10Z 2022-03-23 20:55:09 +00:00
mirrorbits
misc virtiofsd: 1.0.0 -> 1.1.0 2022-03-19 16:55:20 -04:00
mjolnir mjolnir: 1.3.2 -> 1.4.1 2022-03-22 09:24:16 +01:00
mlflow-server
monitoring treewide: use lib.getLib for OpenSSL libraries 2022-03-30 15:10:00 +00:00
moonraker nixos/tests/moonraker: init 2022-03-22 15:35:39 -07:00
mpd mpd: 0.23.5 -> 0.23.6 2022-03-18 12:17:15 +00:00
mqtt/mosquitto mosquitto: 2.0.12 -> 2.0.14 2022-01-07 13:29:48 +01:00
mtprotoproxy
mx-puppet-discord mx-puppet-discord: 2021-01-21 -> 2021-08-01 2022-01-29 15:11:33 -08:00
mxisd mxisd: remove (#119372) 2021-04-19 11:26:08 -04:00
mycorrhiza mycorrhiza: 1.8.1 -> 1.8.2 2022-02-20 18:24:10 +00:00
nas servers: replace name with pname&version 2021-07-26 20:15:46 +02:00
nats-server nats-server: 2.7.2 -> 2.7.4 2022-03-12 19:44:48 +01:00
nats-streaming-server nats-streaming-server: 0.23.0 -> 0.24.0 2022-03-12 20:02:55 +01:00
neard Revert "neard: fix build" 2021-12-05 03:09:04 +01:00
networkaudiod networkaudiod: init at 4.1.1-46 2021-08-03 01:42:50 -07:00
news/leafnode servers: replace name with pname&version 2021-07-26 20:15:46 +02:00
nextcloud nextcloud: 22.2.5 -> 22.2.6, 23.0.2 -> 23.0.3 2022-03-23 09:32:58 +00:00
nfd NDN: fix builds after boost upgrade 2021-12-30 15:52:45 +01:00
nfs-ganesha nfs-ganesha: 3.5 -> 4.0 2021-12-30 13:15:30 +01:00
nginx-sso
nitter nitter: unstable-2022-01-32 -> unstable-2022-02-11 2022-02-19 07:59:39 -06:00
nosql treewide: don't unnecessary set dotnet-related env vars 2022-03-04 14:41:18 +01:00
nsq nsq: 0.3.5 -> 1.2.1 2021-10-19 21:08:12 -05:00
nzbhydra2 nzbhydra2: 3.14.1 -> 3.14.2 2021-06-21 14:55:42 +02:00
oauth2-proxy oauth2-proxy: update vendorSha256 2022-02-01 12:34:38 +10:00
ombi ombi: 4.3.3 -> 4.10.2 2022-02-18 00:46:07 +02:00
openafs linuxPackages.openafs: mark broken on Linux 5.17 2022-03-21 13:22:59 +00:00
openbgpd yacc: deprecate alias 2021-04-04 03:18:58 +02:00
openvscode-server openvscode-server: 1.62.0 -> 1.62.3 2021-11-23 05:10:48 +00:00
openxpki treewide: use lib.getLib for OpenSSL libraries 2022-03-30 15:10:00 +00:00
osrm-backend osrm-backend: 5.25.0 -> 5.26.0 2021-09-22 16:16:22 +02:00
owncast owncast: 0.0.10 -> 0.0.11 2022-03-06 14:06:44 +00:00
p910nd p910nd: fix darwin build 2021-03-14 11:40:49 +07:00
peach
peertube peertube: 4.1.0 -> 4.1.1 2022-03-09 23:43:42 +03:00
pg_featureserv treewide: buildFlagsArray -> ldflags 2021-08-26 21:35:06 +10:00
pg_tileserv treewide: buildFlagsArray -> ldflags 2021-08-26 21:35:06 +10:00
pies Prefer pname and version in mkDerivations instead of name (#123438) 2021-05-23 17:07:31 +02:00
pim6sd pim6sd: mark as broken on darwin 2022-02-23 17:11:46 -05:00
pinnwand pinnwand: relax token-bucket pin 2021-07-03 20:09:34 +02:00
piping-server-rust piping-server-rust: 0.12.0 -> 0.12.1 2022-03-13 18:34:15 +00:00
pleroma pleroma: Potentially wrap binaries with RELEASE_COOKIE 2022-03-17 15:21:52 +01:00
plex plex: 1.25.7.5604-980a13e02 -> 1.25.8.5663-e071c3d62 2022-03-24 21:06:45 +01:00
plik plik,plikd: 1.3.1 -> 1.3.4 2022-01-22 00:46:38 +01:00
polipo maintainers: drop phreedom 2021-12-19 07:30:50 +01:00
postfixadmin postfixadmin: stdenv.lib -> lib 2021-08-24 23:50:31 +02:00
pounce pounce: 2.5 -> 3.0 2021-10-19 10:11:59 -04:00
pr-tracker pr-tracker: 1.1.0 -> 1.2.0 2022-03-22 15:38:40 +00:00
prayer Prefer pname and version in mkDerivations instead of name (#123438) 2021-05-23 17:07:31 +02:00
prowlarr prowlarr: 0.1.10.1375 -> 0.2.0.1448 2022-02-04 14:04:48 +01:00
ps3netsrv ps3netsrv: switch to fetchFromGitHub 2022-03-14 19:32:49 +01:00
psitransfer psitransfer: init at 2.0.1 2021-12-06 13:20:36 -07:00
pufferpanel pufferpanel: mark as broken on darwin 2022-02-25 01:26:58 -05:00
pulseaudio treewide: switch all desktop file generators to new API 2022-02-25 13:40:38 -08:00
radarr radarr: 4.0.4.5922 -> 4.0.5.5981 2022-03-06 16:02:02 +00:00
radicale radicale: 3.1.4 -> 3.1.5 2022-02-10 01:19:11 +01:00
rainloop rainloop: 1.14.0 -> 1.16.0 2021-06-11 10:43:09 +02:00
reproxy reproxy: 0.9.0 → 0.11.0 2021-11-21 19:14:14 +03:00
rippled rippled: switch to fetchFromGitHub 2022-03-14 19:32:49 +01:00
rmfakecloud rmfakecloud: init at 0.0.7 2022-02-11 11:36:23 +01:00
roon-bridge roon-bridge: 1.8-814 -> 1.8-880 2022-01-31 17:43:47 -08:00
roon-server roon-server: 1.8-898 -> 1.8-903 2022-02-25 15:35:53 -08:00
roundcube roundcube: 1.5.1 -> 1.5.2 2022-01-01 06:11:44 +00:00
routinator routinator: 0.10.2 -> 0.11.0 2022-02-28 16:40:06 +01:00
rpcbind rpcbind: 1.2.5 -> 1.2.6 2021-10-29 01:30:57 +00:00
rpiplay Rpiplay (#121117) 2021-08-21 15:32:35 +02:00
rt rt: 4.4.4 -> 5.0.1 2021-05-07 10:33:01 -07:00
rtrtr rtrtr: init at 0.1.2 2022-01-02 13:12:30 +01:00
rtsp-simple-server rtsp-simple-server: 0.17.8 -> 0.17.17 2022-02-27 10:41:25 +08:00
sabnzbd sabnzbd: 3.5.2 -> 3.5.3 2022-03-20 14:44:13 +01:00
samba samba: 4.15.3 -> 4.15.5 2022-02-01 19:17:29 +01:00
scylladb scylladb: switch to fetchFromGitHub 2022-03-14 19:32:49 +01:00
seafile-server seafile-server: add passthru.tests 2022-01-30 22:00:33 +00:00
search Merge branch 'master' into staging-next 2021-12-16 16:55:25 -05:00
ser2net ser2net: 4.3.4 -> 4.3.5 2022-02-11 15:01:37 +01:00
serf
serviio serviio: 2.1 -> 2.2.1 2022-01-31 10:04:57 -08:00
shairplay
shairport-sync shairport-sync: 3.3.8 -> 3.3.9 2021-12-15 19:09:21 +00:00
shishi libgpg-error: rename from libgpgerror 2021-10-06 18:23:43 -07:00
sickbeard sickgear: 0.25.26 -> 0.25.28 2022-03-05 17:02:00 +05:30
silc-server servers: replace name with pname&version 2021-07-26 20:15:46 +02:00
simple-http-server simple-http-server: fix darwin build 2021-05-18 13:51:26 +02:00
simplehttp2server
sip freeswitch: 1.10.6 -> 1.10.7 2021-10-31 12:46:39 +02:00
sks Merge pull request #117032 from sternenseemann/sks-newer-ocaml 2021-09-24 12:07:56 +01:00
skydns
slimserver slimserver: switch to fetchFromGitHub 2021-09-22 17:43:48 +02:00
smcroute smcroute: 2.5.3 -> 2.5.5 2021-12-06 14:31:58 +00:00
soft-serve soft-serve: 0.2.2 -> 0.2.3 2022-02-24 20:56:44 +00:00
softether softether: 4.29 -> 4.38 2022-02-03 01:04:27 +08:00
sonarr sonarr: 3.0.6.1342 -> 3.0.7.1477 2022-03-07 14:12:53 +01:00
sozu sozu: 0.11.56 -> 0.13.6 2021-08-23 19:11:28 +09:00
sql patroni: 2.0.2 -> 2.1.3 2022-03-21 14:53:04 +00:00
squid squid: 4.16 -> 4.17 2021-10-28 17:06:42 +00:00
sshportal sshportal: 1.18.5 -> 1.19.3 2022-02-13 06:58:06 +00:00
sslh sslh: 1.21c → 1.22c 2021-09-20 10:15:33 +03:00
stayrtr stayrtr: init at 0.3.0 2021-11-23 18:39:01 +01:00
swego swego: 0.97 -> 0.98 2022-02-22 16:32:59 +00:00
t-rex t-rex: 0.14.3-beta4 → 0.14.3 2022-01-30 00:33:54 +03:00
tacacsplus
tailscale tailscale: 1.22.1 -> 1.22.2 2022-03-19 02:59:54 +02:00
tang
tarssh treewide: fix cargoSha256/cargoHash 2021-05-08 00:36:37 -07:00
tautulli tautulli: 2.9.3 -> 2.9.4 2022-02-23 10:54:17 +01:00
tegola tegola: 0.13.0 -> 0.14.0 2022-02-13 09:37:22 +00:00
teleport treewide: drop unnecessary go_1_17, buildGo117{Module,Package} 2022-02-08 08:09:33 +10:00
tile38 tile38: init at 1.27.1 2022-01-23 09:22:51 +03:00
timetagger timetagger: init at 21.11.2 2022-01-15 09:07:52 +01:00
tmate-ssh-server tmate-ssh-server: mark as insecure 2021-12-07 11:14:53 +01:00
tracing honeyvent: init at 1.1.0 2022-01-07 16:38:36 +00:00
traefik traefik: 2.6.0 -> 2.6.1 2022-02-16 00:15:36 +00:00
trezord trezord: 2.0.30 -> 2.0.31 2021-04-09 17:55:47 +02:00
trickster
tt-rss tt-rss-theme-feedly: 2.8.2 -> 2.9.1 2022-02-13 11:05:13 +00:00
ttyd ttyd: enable on darwin 2021-10-31 04:20:00 +00:00
tvheadend python,pythonPackages: make aliases 2022-01-16 18:39:59 +00:00
u9fs u9fs: unstable-2020-11-21 -> unstable-2021-25 2022-03-22 15:20:05 +01:00
ucarp ucarp: init at 1.5.2 2021-06-15 16:27:26 +02:00
udpt udpt: 3.1.0 -> 3.1.1 2022-01-20 22:16:21 +01:00
uftp
uhub uhub: 0.5.0 -> unstable-2019-12-13 2021-08-11 09:51:23 +02:00
ums ums: 9.4.2 -> 10.12.0 2021-09-30 22:37:42 +02:00
unfs3 Prefer pname and version in mkDerivations instead of name (#123438) 2021-05-23 17:07:31 +02:00
unifi unifi7: 7.0.20-894288bd9b -> 7.0.23 2022-03-18 10:28:53 +01:00
unifi-video unifi-video: init at 3.10.13 2021-04-26 22:09:14 -07:00
unifiedpush-common-proxies unifiedpush-common-proxies: 1.1.0 -> 1.1.1 2022-01-09 16:19:24 +11:00
unpackerr unpackerr: 0.9.8 -> 0.9.9 2022-02-05 19:03:11 +01:00
unpfs unpfs: unstable-2019-05-17 -> unstable-2021-05-23 2021-11-05 18:52:18 +01:00
ursadb ursadb: switch to fetchFromGitHub 2021-09-22 17:43:48 +02:00
urserver urserver: 3.9.0.2465 -> 3.10.0.2467 2021-08-13 15:10:27 +02:00
uwsgi uwsgi: non-weird postPatch :) 2021-12-03 01:46:40 +01:00
varnish varnish: 7.0.2 -> 7.1.0 2022-03-19 21:01:27 +01:00
vouch-proxy vouch-proxy: 0.35.1 -> 0.36.0 2022-02-21 14:22:09 +01:00
web-apps treewide: use lib.getLib for OpenSSL libraries 2022-03-30 15:10:00 +00:00
webdav maintainers: Rename pengmeiyu to pmy 2021-11-29 18:39:31 +08:00
webdav-server-rs webdav-server-rs: init at unstable-2021-08-16 2021-11-30 10:19:12 +08:00
webmetro treewide: fix cargoSha256/cargoHash 2021-05-08 00:36:37 -07:00
wsdd wsdd: 0.6.4 -> 0.7.0 2021-12-05 17:24:29 +00:00
x11 xorg.xorgserver: remove abi 1.17 2022-02-02 10:54:12 +11:00
xandikos xandikos: 0.2.6 -> 0.2.8 2022-01-19 00:19:05 +01:00
xinetd servers: replace name with pname&version 2021-07-26 20:15:46 +02:00
xmpp nixos/tests/prosody: return prosody-mysql test 2022-02-18 22:23:13 +03:00
zigbee2mqtt zigbee2mqtt: 1.23.0 -> 1.24.0 2022-03-01 19:18:29 +01:00
zoneminder zoneminder: 1.36.8 -> 1.36.10 2021-11-17 19:15:50 +01:00
zookeeper zookeeper: Add tests.nixos 2021-11-17 16:11:08 +01:00