Krzysztof Nazarewski
27424231b3
teamviewer: 15.26.4 -> 15.29.4
2022-05-09 18:18:28 +02:00
Linus Heckemann
0a803ad709
freerdp: 2.6.1 -> 2.7.0
2022-04-25 17:03:40 +02:00
Vladimír Čunát
d5d94127fd
Merge branch 'staging-next' into staging
...
Minor conflicts; I hope I didn't mess up:
pkgs/development/tools/misc/binutils/default.nix
pkgs/games/openjk/default.nix
2022-04-14 09:53:21 +02:00
R. Ryantm
ffa3fa9d76
vmware-horizon-client: 2111 -> 2203
2022-04-06 17:40:18 +00:00
github-actions[bot]
ffa96ab0c0
Merge staging-next into staging
2022-04-02 18:01:37 +00: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
github-actions[bot]
8357b101a5
Merge staging-next into staging
2022-03-25 12:02:05 +00:00
Felix Buehler
3bc5196252
treewide: rename name to pname&version
2022-03-23 22:55:50 +01:00
Naïm Favier
9160044f5f
treewide/makeWrapper: replace --run cd
with --chdir
...
Lay the groundwork for switching to binary wrappers by reducing uses
of `--run` (which is not supported by `makeBinaryWrapper`).
2022-03-19 09:46:31 +01:00
R. Ryantm
b8b8edcc7d
remmina: 1.4.24 -> 1.4.25
2022-03-15 06:49:42 +00:00
Shawn8901
ee21acc36a
remmina: Set WITH_VTE=true, so remmina usable as ssh client
2022-03-12 14:34:22 +00:00
Maciej Krüger
5100549f4d
Merge pull request #163160 from mkg20001/x2go
...
x2goclient: fix #163122 crash after connection
2022-03-09 00:19:09 +01:00
R. Ryantm
db964ae0fa
freerdp: 2.6.0 -> 2.6.1
2022-03-08 18:23:09 +08:00
Maciej Krüger
1b8636ed7c
x2goclient: fix #163122 crash after connection
2022-03-07 16:10:41 +01:00
LeixB
681fdf81b6
rustdesk: init at 1.1.8
2022-03-03 15:49:40 +01:00
R. Ryantm
f69cd3d324
freerdp: 2.5.0 -> 2.6.0
2022-02-25 16:55:53 -08:00
K900
cb2cfba6f7
treewide: switch all desktop file generators to new API
...
Notably:
- remove explicit arguments that match the defaults
- convert everything to the right Nix types
2022-02-25 13:40:38 -08:00
zseri
9bc2cd9866
remmina: make it easier to disable libsecret
2022-02-23 23:38:06 +01:00
R. Ryantm
2336034867
remmina: 1.4.23 -> 1.4.24
2022-02-20 08:13:49 -06:00
Sandro
b9a9a5db84
Merge pull request #149713 from buckley310/vmwareview
2022-02-05 17:55:21 +01:00
R. Ryantm
7329aa8229
teamviewer: 15.25.5 -> 15.26.4
2022-01-31 09:06:51 -08:00
Linus Heckemann
cc116a47ef
Merge pull request #154853 from NixOS/u/freerdp
...
freerdp: 2.4.1 -> 2.5.0
2022-01-23 19:37:57 +01:00
Ryan Mulligan
39d44048bf
Merge pull request #155884 from r-ryantm/auto-update/remmina
...
remmina: 1.4.20 -> 1.4.23
2022-01-21 12:54:22 -08:00
Nick Cao
ab67b82d7b
waypipe: fix cross compilation, set strictDeps
2022-01-21 10:45:53 +08:00
R. Ryantm
98b60db675
remmina: 1.4.20 -> 1.4.23
2022-01-20 14:06:40 +00:00
Peter Hoeg
3284833ed9
freerdp: 2.4.1 -> 2.5.0
2022-01-13 16:43:09 +08:00
Renaud
944a2dc835
Treewide: fix some permanent redirects on homepages
...
(#153213 )
Issue #60004
2022-01-03 16:53:12 +01:00
R. Ryantm
5664dff12e
teamviewer: 15.24.5 -> 15.25.5
2021-12-30 22:20:04 -08:00
Guillaume Girol
d0b069a4c6
Merge pull request #151928 from asbachb/update/citrix-workspace
...
citrix_workspace: 21.09.0.25 -> 21.12.0.18
2021-12-29 23:27:02 +00:00
Bobby Rong
0505d0eaf6
Merge pull request #151599 from poelzi/fix-citrix-ssl
...
citrix-workspace: fix build dependency on glib-networking
2021-12-25 21:07:28 +08:00
Benjamin Asbach
a157a5de1b
citrix_workspace: don't add flag -icaroot
for most recent version as it produces error messages when an applcation is started
...
fixes #151885
2021-12-24 00:37:34 +01:00
Benjamin Asbach
0a7b91a2cc
citrix_workspace: 21.09.0.25 -> 21.12.0.18
2021-12-24 00:15:26 +01:00
Daniel Poelzleithner
358421d890
citrix-workspace: fix build dependency on glib-networking
...
without the buildInput, the GIO modules environment will not be added to the
wrapper, causing the searchpath at runtime to be wrong. Now https login pages work
2021-12-21 17:46:58 +01:00
Michael Weiss
78791cd481
Merge pull request #151288 from primeos/wayvnc
...
wayvnc: 0.4.0 -> 0.4.1
2021-12-19 14:41:22 +01:00
Michael Weiss
a91a76146d
waypipe: 0.8.1 -> 0.8.2 ( #148600 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-12-19 14:39:08 +01:00
Michael Weiss
debe88d90b
wayvnc: 0.4.0 -> 0.4.1
2021-12-19 11:07:12 +01:00
Bobby Rong
7b0ae354df
Merge pull request #150440 from rmcgibbo/nice-dcv
...
nice-dcv-client: 2020.2.1737-1 -> 2021.2.3797-1
2021-12-18 21:15:04 +08:00
Robert T. McGibbon
b5592f553f
nice-dcv-client: 2020.2.1737-1 -> 2021.2.3797-1
2021-12-12 10:09:44 -05:00
Sean Buckley
beb568ccbd
vmware-horizon-client: 2106.1 -> 2111
2021-12-08 15:13:53 -05:00
R. Ryantm
3080ce24b6
teamviewer: 15.22.3 -> 15.24.5
2021-12-06 18:04:40 +00:00
Kerstin Humm
bb799694db
epoxy: rename to libepoxy
...
https://github.com/NixOS/nixpkgs/issues/145040
2021-11-11 05:55:32 +01:00
R. Ryantm
700c0c5be3
freerdp: 2.4.0 -> 2.4.1
2021-10-29 16:00:14 +00:00
Michael Weiss
7a4bda8c48
waypipe: 0.8.0 -> 0.8.1
2021-10-18 22:46:23 +02:00
Arseniy Seroka
cd53bf7acc
Merge pull request #140076 from jraygauthier/jrg/96633_fix-teamviewer-client-server-issue
...
teamviewer: fix #96633 , #44307 and #97148 + 15.15.5 -> 15.18.5 -> 15.22.3
2021-10-12 20:58:56 +03:00
Raymond Gauthier
975ab7f3a0
teamviewer: 15.18.5 -> 15.22.3
...
Required move from libsForQt514 -> libsForQt515.
Note that this changset won't be backportable to 21.05.
2021-10-12 11:08:34 -04:00
Raymond Gauthier
4fb188e1d1
teamviewer: fix 97148 (busybox installed issue)
...
Simply add `coreutils` as a runtime dependency which will
prevent teamviewer from using incomplete busybox implementation
of expected gnu binaries.
As suggested by @Artturin in PR comment:
<https://github.com/NixOS/nixpkgs/pull/140076#issuecomment-934770391 >.
2021-10-12 10:51:50 -04:00
Raymond Gauthier
c55bc5bfd3
teamviewer: refactor executable wrapping
...
This centralizes `PATH` and `LD_LIBRARY_PATH`, avoid multiple
layers of wrappers.
Refactor as suggested by @Artturin in PR provided patch:
<https://github.com/NixOS/nixpkgs/pull/140076#issuecomment-934770391 >.
2021-10-12 10:35:35 -04:00
Raymond Gauthier
db889eb913
teamviewer: 15.15.5 -> 15.18.5
...
Upgrading to the last version still using qt5.14. Later version
will be using qt5.15 which is not in 21.05 stable branch.
This fixes us the crash observed in 15.15.5 when stopping
the service.
2021-10-12 10:11:00 -04:00
Sean Buckley
18a1ce0580
vmware-horizon-client: 2103 -> 2106.1
2021-10-05 14:58:47 -04:00
obadz
f30e4d3f04
citrix-workspace: clean up old URLs
2021-10-05 14:27:30 +01:00
Michael Adler
bdb28b80e1
citrix-workspace: 21.08.0 -> 21.09.0
2021-10-05 08:20:40 +02:00
Raymond Gauthier
506966d156
teamviewer: fix issue #96633
...
Fix teamviewer's breakage post 15.5.3 -> 15.15.5.
Teamviewer client was no longer able to connect to its backing
server as it now uses dbus to do so. Following changes were
required:
- add missing dbus and polkit service/policy files to package.
- add missing dbus lib to `LD_LIBRARY_PATH`.
Changes to the nixos module as a separate changeset.
2021-09-30 16:08:36 -04:00
Alexander Lehmann
439c13bf15
citrix-workspace: Add sources for 21_08_0 plus glib-networking to runtimeDependencies
...
Citrix Workspace requires glib-networking for TLS/SSL.
2021-09-28 09:03:31 +02:00
Mauricio Scheffer
3ce63d43b3
aws-workspaces: 3.1.8.1198 -> 4.0.1.1302
2021-09-21 23:08:18 +01:00
Mauricio Scheffer
f18dd09fc2
aws-workspaces: only leave wrapper script in bin
2021-09-21 22:37:01 +01:00
Mauricio Scheffer
73c7b9c8c7
aws-workspaces: fix patchelf for liblttng-ust
...
Copied from github-runner @ fb7ac89d69
Fixes #138727
2021-09-20 19:18:37 +01:00
Thomas Gerbet
e78c51a0e9
putty: 0.75 -> 0.76
...
Fixes CVE-2021-36367.
2021-08-03 23:05:12 +02:00
Ben Siraphob
6bca774901
Merge pull request #131919 from r-ryantm/auto-update/freerdp
...
freerdp: 2.3.2 -> 2.4.0
2021-07-29 18:54:51 +07:00
R. RyanTM
9730596ace
freerdp: 2.3.2 -> 2.4.0
2021-07-29 05:04:48 +00:00
github-actions[bot]
db6a26db02
Merge master into staging-next
2021-07-27 18:01:01 +00:00
Sandro Jäckel
562b876e2c
citrix-workspace: remove alias
2021-07-27 08:14:56 -07:00
Ben Siraphob
4ce8c34049
treewide: remove unnecessary enableParallelBuilding when using qmake
2021-07-20 10:32:58 +07:00
github-actions[bot]
d6b748b2b3
Merge master into staging-next
2021-07-17 18:00:56 +00:00
Thomas Gerbet
2931283a42
putty: 0.74 -> 0.75
...
Fixes CVE-2021-36367.
2021-07-17 10:42:04 +02:00
github-actions[bot]
f0bb8c9a78
Merge master into staging-next
2021-07-14 18:01:12 +00:00
Michael Adler
8a815af428
citrix-workspace: 21.03.0 -> 21.06.0
2021-07-14 09:38:38 -07:00
Jörg Thalheim
7afa51c2bd
Merge remote-tracking branch 'upstream/master' into HEAD
2021-07-14 15:45:51 +02:00
Ryan Mulligan
885cae9dfb
remmina: 1.4.13 -> 1.4.20
2021-07-13 07:16:40 -07:00
Michael Weiss
f7997354b7
wayland-scanner: use for nativeBuildInputs
...
This makes things more explicit (and less confusing) but only touches
the packages that I maintain.
2021-07-03 17:56:23 +02:00
Mauricio Scheffer
fc232d1626
aws-workspaces: 3.1.5.1105 -> 3.1.8.1198
2021-06-26 17:52:06 +01:00
Sean Buckley
4045acdcee
vmware-horizon-client: 2012 -> 2103
2021-06-22 11:43:35 -04:00
Maciej Krüger
c7937f0a3d
x2goserver: add missing FileWhich dep (errors with new client)
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-06-11 08:13:47 +02:00
Maciej Krüger
c4100d81bd
x2goclient: unstable-2019-07-24 -> 4.1.2.2, fix #78907
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-06-11 08:13:43 +02:00
AndersonTorres
e9e5f5f84d
Change all alsaLib references to alsa-lib
2021-06-10 01:12:49 -03:00
Jonathan Ringer
87f5e32e22
anydesk: add pciutils
...
The application will shell out to execute lspci
2021-06-07 10:41:18 -07:00
Stéphan Kochen
4bb1c4677d
rdesktop: fix darwin build ( #123498 )
2021-05-18 10:33:26 -04:00
Otavio Salvador
306d756ea9
anydesk: Add minizip as buildInputs
...
The anydesk links to minizip now; fix runtime error.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2021-05-12 09:22:20 -03:00
Jan Tojnar
468cb5980b
gnome: rename from gnome3
...
Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
2021-05-08 09:47:42 +02:00
Otavio Salvador
fbf1c83c0b
anydesk: 6.1.0 -> 6.1.1
...
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2021-05-05 22:48:26 -03:00
George Shammas
dc9e5ac607
citrix_workspace: fix build / add mesa dependency
2021-05-02 08:23:51 -04:00
Eduardo Sánchez Muñoz
99de33bb1d
remmina: fix license
2021-04-26 18:38:47 +02:00
Eduardo Sánchez Muñoz
1f1cc0065c
remmina: 1.4.12 -> 1.4.13
2021-04-26 18:38:47 +02:00
Mauricio Scheffer
caf96de667
aws-workspaces: 3.1.3.925 -> 3.1.5.1105
2021-04-11 16:02:13 +01:00
Sandro Jäckel
dcb501f993
kerberos: deprecate alias
2021-04-04 03:18:56 +02:00
Sandro Jäckel
9378fdf87e
iproute: deprecate alias
2021-04-04 01:43:46 +02:00
Sean Buckley
9131779490
vmware-horizon-client: use pkgs.cairo instead of bundled version
2021-04-02 19:46:12 -04:00
Maximilian Bosch
63be3d6498
Merge pull request #117930 from pmenke-de/citrix_workspace_21_03
...
citrix-workspace: from 21.1.0 to 21.3.0
2021-03-29 20:20:28 +02:00
Michael Weiss
1e5e8f49d6
waypipe: 0.7.2 -> 0.8.0 ( #117879 )
2021-03-28 20:16:06 +02:00
pmenke
0253164612
citrix-workspace: from 21.1.0 to 21.3.0
2021-03-26 16:53:39 +01:00
pmenke
7632646ee5
citrix-workspace: updated vendor documentation urls
...
localized urls are sometimes out of date.
2021-03-26 16:27:58 +01:00
R. RyanTM
b74e644242
freerdp: 2.3.1 -> 2.3.2
2021-03-18 14:31:25 +01:00
Sarah Brofeldt
bba7d46eeb
Merge pull request #115543 from r-ryantm/auto-update/remmina
...
remmina: 1.4.10 -> 1.4.12
2021-03-10 21:16:10 +01:00
R. RyanTM
33634f2b2f
teamviewer: 15.8.3 -> 15.15.5
2021-03-09 23:05:55 +00:00
R. RyanTM
0728a47fca
remmina: 1.4.10 -> 1.4.12
2021-03-09 14:25:08 +00:00
Sandro
0867f62742
Merge pull request #114162 from mausch/aws-workspaces
...
aws-workspaces: init at 3.1.3.925
2021-03-08 21:48:59 +01:00
Mauricio Scheffer
128a37174f
aws-workspaces: init at 3.1.3.925
2021-03-07 23:49:52 +00:00
Jörg Thalheim
10a3345269
Merge pull request #112179 from otavio/auto-upgrade/anydesk
...
anydesk: Add auto-update support
2021-03-07 19:10:27 +00:00
Maximilian Bosch
d1af42629b
Merge pull request #114910 from Ma27/citrix-maintainership
...
citrix_workspace: remove myself (ma27) from maintainer list
2021-03-04 21:35:51 +01:00
Maximilian Bosch
1a2ee59f51
citrix_workspace: pmenke wants to take over
...
See https://discourse.nixos.org/t/citrix-workspace-installation/9777/6
2021-03-04 20:06:08 +01:00
Maximilian Bosch
55a6de83dd
citrix_workspace: remove myself from maintainer list
...
The customer project where this was needed is now over and I don't
expect another project with this requirement anytime soon. Since there's
no way to test new versions now, it doesn't make any sense to be a
maintainer here for now.
2021-03-03 00:05:41 +01:00