Commit Graph

9511 Commits

Author SHA1 Message Date
Artturi
996a9c24d5
Merge pull request #167078 from r-ryantm/auto-update/smartdns
smartdns: 35 -> 36
2022-04-05 08:55:38 +03:00
Bernardo Meurer
2817885f01
mosh: fix build on x86_64-linux 2022-04-04 17:23:56 -07:00
Fabian Affolter
e89b5ca5c0
Merge pull request #167171 from r-ryantm/auto-update/findomain
findomain: 7.0.1 -> 7.2.0
2022-04-04 23:17:40 +02:00
Guillaume Girol
924d6ff34d
Merge pull request #167062 from squalus/mosh-cross
mosh: support cross compile
2022-04-04 19:39:09 +00:00
Martin Weinelt
ce226177df
Merge pull request #166726 from mweinelt/babeld 2022-04-04 16:26:03 +02:00
R. Ryantm
9957c18098 findomain: 7.0.1 -> 7.2.0 2022-04-04 12:19:54 +00:00
squalus
93dd7a21ae mosh: support cross compile 2022-04-03 23:24:22 -07:00
R. Ryantm
daaeb8af9c smartdns: 35 -> 36 2022-04-04 08:17:18 +03:00
Lassulus
ea97f88d44
Merge pull request #164132 from papojari/ipfetch
ipfetch: init at unstable-2022-03-24
2022-04-03 16:57:15 +01:00
7c6f434c
8188f10752
Merge pull request #166430 from alyssais/openssl-static-retry
treewide: use lib.getLib for OpenSSL libraries
2022-04-02 12:59:55 +00:00
Martin Weinelt
14960141d2
babeld: 1.10 -> 1.11
30 March 2022: babeld-1.11

  * Implemented MAC authentication (RFC 8967).  Thanks to Clara Dô,
    Weronika Kołodziejak and Antonin Décimo.
  * Changed the interface of the add_filter function in order to simplify
    integration in OpenWRT.  Thanks to Nick Hainke.

f82a10e97a/CHANGES
2022-04-01 00:48:22 +02:00
Fabian Affolter
1ca3c08589
Merge pull request #166463 from fabaff/amass-bump
amass: 3.18.3 -> 3.19.0
2022-03-31 09:21:14 +02:00
Fabian Affolter
efe50758da ipinfo: 2.7.0 -> 2.8.0 2022-03-30 22:24:11 +02:00
Fabian Affolter
1af265bde1 amass: 3.18.3 -> 3.19.0 2022-03-30 22:20:35 +02:00
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
papojari
6bb8b59f57
ipfetch: init at unstable-2022-03-24 2022-03-29 17:32:34 +02:00
Felix Buehler
b4c72db178 carddav-util: switch to fetchFromGitHub 2022-03-29 13:04:13 +02:00
Sandro
584734ee64
Merge pull request #162820 from r-ryantm/auto-update/xrootd 2022-03-28 14:49:51 +02:00
Sandro
2f1e03cb2b
Merge pull request #165691 from lucc/github-removed-unencrypted-git 2022-03-28 12:47:42 +02:00
Sandro
00a74b870c
Merge pull request #164044 from armeenm/remove-bud 2022-03-27 15:45:59 +02:00
Fabian Affolter
b02ce4bdfe
Merge pull request #165889 from r-ryantm/auto-update/hurl
hurl: 1.6.0 -> 1.6.1
2022-03-27 10:33:46 +02:00
Artturi
6de161729c
Merge pull request #165696 from DeeUnderscore/misc/xh-man 2022-03-27 01:27:47 +02:00
R. Ryantm
b99582d163 hurl: 1.6.0 -> 1.6.1 2022-03-26 22:58:13 +00:00
Fabián Heredia Montiel
9d080d0a77 networkmanager: 1.36.2 → 1.36.4
https://github.com/NetworkManager/NetworkManager/blob/1.36.4/NEWS
2022-03-26 09:59:34 -06:00
D Anzorge
eb7d3b1ddd xh: install manpages, docs
This corresponds to what the upstream's deb package contains
2022-03-26 16:14:32 +01:00
Bobby Rong
d6bc4f2a9c
Merge pull request #165615 from r-ryantm/auto-update/frp
frp: 0.40.0 -> 0.41.0
2022-03-26 22:26:30 +08:00
Fabian Affolter
6191ceb7a0
Merge pull request #165816 from r-ryantm/auto-update/amass
amass: 3.18.2 -> 3.18.3
2022-03-26 09:56:50 +01:00
Vladimír Čunát
b9eab51eed
Merge #160343: GNOME: 41 -> 42 2022-03-26 09:16:07 +01:00
R. Ryantm
6816989022 amass: 3.18.2 -> 3.18.3 2022-03-26 07:57:48 +00:00
Armeen Mahdian
386baadbc7 bud: remove
Motivated by #148779 and an unmaintained upstream.
2022-03-25 18:28:20 +01:00
Lin Yinfeng
13f70082dc
godns: 2.7 -> 2.7.1 2022-03-25 22:49:54 +08:00
Jan Tojnar
5ad177b59c libnma: 1.8.34 → 1.8.36
https://gitlab.gnome.org/GNOME/libnma/-/compare/1.8.34...1.8.36
2022-03-25 15:02:50 +01:00
Jan Tojnar
6cc62a8bc0 networkmanagerapplet: 1.24.0 → 1.26.0
https://gitlab.gnome.org/GNOME/network-manager-applet/-/compare/1.24.0...1.26.0
2022-03-25 15:02:49 +01:00
Jan Tojnar
957a88ced6 gnome.networkmanager-vpnc: 1.2.6 → 1.2.8
https://gitlab.gnome.org/GNOME/NetworkManager-vpnc/-/compare/1.2.6...1.2.8
2022-03-25 15:02:37 +01:00
Jan Tojnar
a8df2da06e gnome.networkmanager-openvpn: 1.8.16 → 1.8.18
https://gitlab.gnome.org/GNOME/NetworkManager-openvpn/-/compare/1.8.16...1.8.18
2022-03-25 15:02:37 +01:00
Jan Tojnar
1947aeb168 gnome.networkmanager-openconnect: 1.2.6 → 1.2.8
https://gitlab.gnome.org/GNOME/NetworkManager-openconnect/-/compare/1.2.6...1.2.8
2022-03-25 15:02:36 +01:00
Jan Tojnar
6699fb04e9 gnome.networkmanager-fortisslvpn: 1.2.10 → 1.4.0
https://gitlab.gnome.org/GNOME/NetworkManager-fortisslvpn/-/compare/1.2.10...1.4.0
2022-03-25 15:02:36 +01:00
Lucas Hoffmann
47190314df treewide: replace defunct git://github.com urls with https://
Github has removed support for git://github.com and recommends
https://github.com instead.

See https://github.blog/2021-09-01-improving-git-protocol-security-github/
2022-03-25 11:21:42 +01: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
R. Ryantm
0fa1c64e32 frp: 0.40.0 -> 0.41.0 2022-03-24 13:30:32 +00: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