3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

9472 commits

Author SHA1 Message Date
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
Artturin 33cce15e42 treewide: remove meta.repositories
there's no documentation for meta.repositories and its not widely used
2022-03-24 23:56:14 +02:00
Fabian Affolter 1f9be94e7a
Merge pull request #165497 from fabaff/bump-gitleaks
mqttui: 0.16.0 -> 0.16.1
2022-03-24 08:36:56 +01:00
zowoq 5f7799415a netavark: 1.0.1 -> 1.0.2
https://github.com/containers/netavark/releases/tag/v1.0.2
2022-03-24 17:32:44 +10:00
zowoq a628dcf9c3 aardvark-dns: 1.0.1 -> 1.0.2
https://github.com/containers/aardvark-dns/releases/tag/v1.0.2
2022-03-24 17:32:44 +10:00
happysalada 6b1b445634 drill: fix aarch64 darwin build 2022-03-23 22:01:21 -04:00
Ryan Mulligan 218fad1f57
Merge pull request #165493 from r-ryantm/auto-update/lychee
lychee: 0.8.2 -> 0.9.0
2022-03-23 15:54:15 -07:00
Robert Scott 34bd6156cd
Merge pull request #165007 from alexbakker/libtoxcore-update
libtoxcore: 0.2.13 -> 0.2.17
2022-03-23 22:00:49 +00:00
Fabian Affolter 8398d9fe8b mqttui: 0.16.0 -> 0.16.1 2022-03-23 20:56:49 +01:00
R. Ryantm f9e4a45f5d lychee: 0.8.2 -> 0.9.0 2022-03-23 19:24:48 +00:00
Alexander Bakker 395a39c551 libtoxcore: 0.2.13 -> 0.2.17 2022-03-23 11:33:46 +01:00
Sandro cd035f3621
Merge pull request #164004 from aaronjheng/clash 2022-03-23 04:18:45 +01:00
R. Ryantm d3a855b9b0 stunnel: 5.62 -> 5.63 2022-03-22 17:27:01 +00:00
Bobby Rong 65d4e12636
Merge pull request #165127 from xrelkd/update/brook
brook: 20220404 -> 20220406
2022-03-22 19:29:34 +08:00
Bobby Rong 5ed03969b2
Merge pull request #165205 from r-ryantm/auto-update/dnsproxy
dnsproxy: 0.41.4 -> 0.42.0
2022-03-22 19:16:12 +08:00
Fabian Affolter f2e408048f
Merge pull request #165155 from fabaff/bump-siege
siege: 4.1.1 -> 4.1.2
2022-03-22 08:47:35 +01:00
Fabian Affolter 15b0fb26bd
Merge pull request #165191 from r-ryantm/auto-update/amass
amass: 3.17.1 -> 3.18.2
2022-03-22 08:47:22 +01:00
Sandro 5b874cadbf
Merge pull request #163582 from Stunkymonkey/treewide-fetchFromGitHub-1 2022-03-22 07:27:54 +01:00
R. Ryantm d766699779 dnsproxy: 0.41.4 -> 0.42.0 2022-03-22 04:03:20 +00:00
R. Ryantm 50c32e1806 amass: 3.17.1 -> 3.18.2 2022-03-22 00:53:21 +00:00
Fabian Affolter 17eff63ea4 siege: 4.1.1 -> 4.1.2 2022-03-21 20:29:59 +01:00
xrelkd 1c078c4da0 brook: 20220404 -> 20220406 2022-03-21 23:49:07 +08:00
Aaron Jheng fbc9c00e4f
clash: 1.6.0 -> 1.10.0 2022-03-21 07:23:35 +00:00
Matt Layher c0a4d8e714
corerad: 1.1.0 -> 1.1.1
Signed-off-by: Matt Layher <mdlayher@gmail.com>
2022-03-20 13:06:17 -04:00
Robert Hensing 3d41c59011
Merge pull request #164750 from MMesch/mmesch/update-openapi-generator-cli-unstable
openapi-generator-cli-unstable: 6.0.0-2021-01-18 -> 6.0.0-2022-03-18
2022-03-20 16:17:40 +01:00
Mario Rodas a833589274
Merge pull request #163934 from r-ryantm/auto-update/tinyssh
tinyssh: 20220305 -> 20220311
2022-03-20 09:13:41 -05:00
Matt Layher ec0f4c9069
corerad: 1.0.0 -> 1.1.0
Signed-off-by: Matt Layher <mdlayher@gmail.com>
2022-03-19 14:44:24 -04:00
Robert Scott 075dcccf59
Merge pull request #164595 from wamserma/openvpn-256
openvpn: 2.5.5 -> 2.5.6 (security, CVE-2022-0547)
2022-03-19 13:15:48 +00:00
Pascal Bach 635e1c77da
Merge pull request #164797 from r-ryantm/auto-update/minio-client
minio-client: 2022-03-13T22-34-00Z -> 2022-03-17T20-25-06Z
2022-03-19 10:15:55 +01:00
R. Ryantm 63c02306cf minio-client: 2022-03-13T22-34-00Z -> 2022-03-17T20-25-06Z 2022-03-18 23:59:21 +00:00
Matthias Meschede 2aa66e4e53 openapi-generator-cli-unstable: 6.0.0-2021-01-18 -> 6.0.0-2022-03-18 2022-03-18 19:15:36 +01:00
P. R. d. O d70a22ecf6
cloudflare-warp: init at 2022.02.24 2022-03-18 11:03:47 -06:00
Sandro d247fdf888
Merge pull request #164366 from azuwis/netproc 2022-03-18 15:42:41 +01:00
Ivv 38169c6ab0
Merge pull request #164519 from techknowlogick/bump-boundary
boundary: 0.7.5 -> 0.7.6
2022-03-18 03:35:45 +01:00
Ryan Mulligan 65800211ae
Merge pull request #164583 from r-ryantm/auto-update/innernet
innernet: 1.5.3 -> 1.5.4
2022-03-17 15:43:24 -07:00
Markus S. Wamser 448d02ec22 openvpn: 2.4.11 -> 2.4.12 (security, CVE-2022-0547)
Release Notes:
https://github.com/OpenVPN/openvpn/blob/release/2.4/Changes.rst#version-2412https://github.com/OpenVPN/openvpn/blob/release/2.5/Changes.rst

Fixes: CVE-2022-0547
2022-03-17 22:47:40 +01:00
piegames 51d5d05d27
Merge pull request #164476: magic-wormhole-rs: init at 0.3.0 2022-03-17 22:38:33 +01:00
zeri42 dc39d05a53 magic-wormhole-rs: init at 0.3.0 2022-03-17 22:27:19 +01:00
Markus S. Wamser 1098fc9221 openvpn: 2.5.5 -> 2.5.6 (security, CVE-2022-0547)
Release Notes:
https://github.com/OpenVPN/openvpn/blob/release/2.5/Changes.rst

Fixes: CVE-2022-0547
2022-03-17 15:07:23 +01:00
R. Ryantm 7ff0080e8d innernet: 1.5.3 -> 1.5.4 2022-03-17 12:00:25 +00:00
techknowlogick fff16ecd62 boundary: 0.7.5 -> 0.7.6 2022-03-16 20:15:37 -04:00
Sandro 70ec72a290
Merge pull request #164391 from fabaff/bump-httpie 2022-03-16 21:27:06 +01:00
superherointj d882394a6f hey: enable tests 2022-03-16 11:02:32 -03:00
Bobby Rong 2fd074051c
Merge pull request #163795 from r-ryantm/auto-update/frp
frp: 0.39.1 -> 0.40.0
2022-03-16 21:10:50 +08:00
Fabian Affolter e961579cb7 httpie: 3.0.2 -> 3.1.0 2022-03-16 10:12:26 +01:00
Michele Guerini Rocco b8683514ea
Merge pull request #164368 from r-ryantm/auto-update/pirate-get
pirate-get: 0.4.1 -> 0.4.2
2022-03-16 08:49:41 +01:00
R. Ryantm e04ef19ff1 pirate-get: 0.4.1 -> 0.4.2 2022-03-16 05:58:48 +00:00
Zhong Jianxin a2903463c9 netproc: init at unstable-2022-02-11 2022-03-16 13:21:19 +08:00
toonn d3834704ab Revert "tcpdump: Filter Darwin from supported platforms (#163888)"
This reverts commit dab246af15.
2022-03-16 08:58:49 +10:00
Pascal Bach d1b993abaa
Merge pull request #164264 from r-ryantm/auto-update/minio-client
minio-client: 2022-03-09T02-08-36Z -> 2022-03-13T22-34-00Z
2022-03-15 17:41:51 +01:00