Artturi
eb49b683f3
Merge pull request #195661 from wamserma/arg-cleanup-app
...
pkgs.applications: remove unused args
2022-10-15 02:20:29 +03:00
R. Ryantm
fa90ccd7de
freerdpUnstable: 2.8.0 -> 2.8.1
2022-10-13 09:31:52 +00:00
Markus S. Wamser
c9d167f174
pkgs.applications: remove unused args
2022-10-12 16:00:16 +02:00
Jan Tojnar
beb1906cfc
spice-gtk: port to libsoup 3
2022-10-11 18:52:18 +02:00
José Romildo
1072e203b3
{anydesk,btrbk,nncp}: simplify update script
...
- There is no need to pass pname and version arguments
- The version lister does not use positional arguments anymore, but
option arguments. Removed the echo command to fix an issue regarding
this.
2022-09-27 23:41:53 -03:00
Sean Buckley
fbfca3d7fe
vmware-horizon-client: 2203 -> 2206
2022-08-31 15:38:06 -04:00
R. Ryantm
8b0c8a49b1
waypipe: 0.8.2 -> 0.8.3
2022-08-12 03:32:04 +00:00
R. Ryantm
053fb00690
freerdp: 2.7.0 -> 2.8.0
2022-08-08 12:01:36 +08:00
Mustafa Çalışkan
c4a9eafb61
remmina: 1.4.25 -> 1.4.27
2022-08-03 22:04:48 +02:00
Mario Rodas
9be89ff2f6
Merge pull request #181223 from azahi/citrix
...
citrix_workspace: 22.05.0 -> 22.07.0
2022-07-24 16:06:05 -05:00
Azat Bahawi
3e10c3cfa7
citrix_workspace: 22.05.0 -> 22.07.0
2022-07-20 11:29:27 +03:00
Michael Weiss
e31629ec05
neatvnc,wayvnc: Add nickcao as the new maintainer
...
Thanks for picking this package up :)
2022-07-17 15:32:50 +02:00
Michael Weiss
514991b16f
neatvnc,wayvnc: Remove myself as maintainer
...
I don't really use/need VNC anymore and lack time to properly maintain
those packages.
2022-07-17 15:17:40 +02:00
Artturi
80c3d6e8ca
Merge pull request #180854 from jiegec/aws-workspaces
...
aws-workspaces: 4.0.1.1302 -> 4.1.0.1523
2022-07-16 14:49:50 +03:00
Artturi
bb9e7614b5
Merge pull request #180947 from NickCao/wayvnc
...
wayvnc: 0.4.1 -> 0.5.0
2022-07-16 06:59:40 +03:00
Sean Buckley
3e5fba739b
vmware-horizon-client: use legacy UI
2022-07-13 10:54:50 -04:00
marius david
6bca1a6416
rustdesk: 1.1.8 -> 1.1.9, fix
2022-07-11 03:25:55 -04:00
Nick Cao
6ff9229f84
wayvnc: 0.4.1 -> 0.5.0
2022-07-10 17:00:57 +08:00
Jiajie Chen
bc9d72b9dc
aws-workspaces: 4.0.1.1302 -> 4.1.0.1523
2022-07-09 20:50:42 +08:00
Mauricio Scheffer
0db2c988d3
aws-workspaces: pin icu
...
Fixes #176260
2022-07-09 20:49:42 +08:00
ajs124
93039509cf
maintainers: remove dasuxullebt
...
no github handle linked. github account with same name has not had activity for years
2022-06-29 00:52:13 +02:00
ajs124
a0718341e6
maintainers: remove volth
...
github account deleted
2022-06-29 00:52:12 +02:00
R. Ryantm
8999fd199f
anydesk: 6.1.1 -> 6.2.0
2022-06-25 00:19:04 +00:00
Robert Scott
466c2e342a
treewide/applications: add sourceType
binaryNativeCode
for many packages
2022-06-23 18:38:19 +01:00
Sandro
0de1ad7cda
Merge pull request #162208 from michaeladler/citrix
...
citrix_workspace: 21.12.0 -> 22.05.0, added myself as maintainer
2022-06-02 22:47:21 +02:00
Michael Adler
1a729fc830
citrix_workspace: drop support for 20.X
2022-06-02 12:19:28 +02:00
Michael Adler
8235de6d5c
citrix_workspace: added myself as maintainer
2022-06-02 11:09:45 +02:00
Michael Adler
fcea400842
citrix_workspace: 21.12.0 -> 22.05.0
2022-06-02 11:09:34 +02:00
Ilya Fedin
caa832cbc6
teamviewer: set outputs to reduce runtime closure
2022-05-13 21:01:06 +04:00
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