Commit graph

408 commits

Author SHA1 Message Date
Averell Dalton 1eb8f58130 x2goserver: init at 4.1.0.3 2019-08-30 19:24:42 +02:00
Maximilian Bosch 87f818d9b2
citrix_workspace: add 1908 (citrix_workspace_19_8_0)
New release:
https://www.citrix.de/downloads/workspace-app/linux/workspace-app-for-linux-latest.html
(unfortunately there's no version-specific link for the latest version).

Also added `preferLocalBuild = true;` to the derivation, due to
`requireFile` you have to build it yourself anyway, however I use
distributed builds by default and figured that this shouldn't be needed
since the longest part of the build would be the upload of the source
archive in that case.
2019-08-29 20:24:17 +02:00
volth 08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
Frederik Rietdijk 5061fe0c2c Merge staging-next into staging 2019-08-28 08:26:42 +02:00
volth 35d68ef143 treewide: remove redundant quotes 2019-08-26 21:40:19 +00:00
Vladimír Čunát 985d1ac425
Merge branch 'master' into staging-next
There were several more conflicts from name -> pname+version;
all auto-solved by kdiff3, hopefully OK.

Hydra nixpkgs: ?compare=1538611
2019-08-25 14:57:11 +02:00
Marek Mahut 82291d6f1a
Merge pull request #67343 from jraygauthier/jrg/teamviewer_fix_61712
teamviewer: fix issue #61712
2019-08-24 12:30:31 +02:00
Vladimír Čunát 2e6bf42a22
Merge branch 'master' into staging-next
There ver very many conflicts, basically all due to
name -> pname+version.  Fortunately, almost everything was auto-resolved
by kdiff3, and for now I just fixed up a couple evaluation problems,
as verified by the tarball job.  There might be some fallback to these
conflicts, but I believe it should be minimal.

Hydra nixpkgs: ?compare=1538299
2019-08-24 08:55:37 +02:00
Raymond Gauthier 13470bf674 teamviewer: fix issue #61712 2019-08-23 09:47:24 -04:00
Maximilian Bosch 37aad44132
teamviewer: 14.4.2269 -> 14.5.1691
https://community.teamviewer.com/t5/Change-Logs/Linux-v14-5-1691-Full-Change-Log/m-p/69997

Also ensured that QT is wrapped properly to avoid startup issues with
different system-wide QT versions.

(cherry picked from commit 1fc1fe7e6a)
2019-08-22 14:41:18 +02:00
Maximilian Bosch 1fc1fe7e6a
teamviewer: 14.4.2269 -> 14.5.1691
https://community.teamviewer.com/t5/Change-Logs/Linux-v14-5-1691-Full-Change-Log/m-p/69997

Also ensured that QT is wrapped properly to avoid startup issues with
different system-wide QT versions.
2019-08-22 13:17:29 +02:00
Robin Gloster 5ed5493018
ssvnc: remove
Dead project, broken with openssl 1.1
2019-08-21 21:09:12 +02:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Danylo Hlynskyi 7585496eff
Merge branch 'master' into flip-map-foreach 2019-08-05 14:09:28 +03:00
danbst 0f8596ab3f mass replace "flip map -> forEach"
See `forEach`-introduction commit.
```
rg 'flip map ' --files-with-matches | xargs sed -i 's/flip map /forEach /g'
```
2019-08-05 14:03:38 +03:00
danbst 91bb646e98 Revert "mass replace "flip map -> foreach""
This reverts commit 3b0534310c.
2019-08-05 14:01:45 +03:00
Frederik Rietdijk cca5ee9c07 Merge staging-next into staging 2019-07-28 09:10:03 +02:00
Averell Dalton 289c607cf5 x2goclient: fix startup
Fixes the following error:
```
qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in ""
This application failed to start because no Qt platform plugin could be initialized.
Reinstalling the application may fix this problem.
```

See also #54484 and others.
2019-07-26 20:59:36 +02:00
Averell Dalton 3034859422 x2goclient: unstable-2018-11-30 -> unstable-2019-07-24 2019-07-26 20:59:36 +02:00
Orivej Desh 32fbbc6f9b Merge master into staging 2019-07-25 09:23:21 +00:00
Maximilian Bosch 0a571ae256 citrix_workspace: add 1906 (citrix_workspace_19_6_0)
New release available:
https://www.citrix.com/downloads/workspace-app/linux/workspace-app-for-linux-latest.html

Apart from the new version the following things changed:

* Updated the docs as all notes about `citrix_receiver` also apply for
  `citrix_workspace`. Also added a deprecation warning about the
  upcoming removal.

* Removed the `libidn_134` override as neither `citrix_workspace_19_3_0`
  nor `citrix_workspace_19_6_0` require this library anymore according
  to `readelf -d ./result/opt/citrix-icaclient/wfica` (in contrast to
  `citrix_receiver_13_10_0`).

* Added myself as maintainer as well.
2019-07-24 13:06:19 +02:00
worldofpeace b1bc0645ea gdk-pixbuf: rename from gdk_pixbuf 2019-07-22 18:50:57 -04:00
R. RyanTM d3b9158631 teamviewer: 14.3.4730 -> 14.4.2669
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/teamviewer/versions
2019-07-20 12:48:16 -07:00
danbst 3b0534310c mass replace "flip map -> foreach"
See `foreach`-introduction commit.
```
rg 'flip map ' --files-with-matches | xargs sed -i 's/flip map /foreach /g'
```
2019-07-14 13:46:10 +03:00
Robert Scott 44b450592c rdesktop: 1.8.3 -> 1.8.6
security release, fixing issue with as-yet-unassigned CVE. debian are using
DSA-4473-1/DLA-1837-1.

switching to github source because they don't seem to be keeping their
sourceforge tarballs up to date
2019-07-03 22:29:43 +01:00
R. RyanTM 7024fc36f8 teamviewer: 14.2.8352 -> 14.3.4730
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/teamviewer/versions
2019-07-03 09:31:42 +02:00
volth f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Matthew Bauer d641d2b741
Merge pull request #58941 from cyounkins/rdesktop-darwin
rdesktop: enable darwin support without libgssglue and credssp
2019-06-10 21:31:53 -04:00
Elmo Todurov 52208c3b98 freerdp: add nocaps option that turns Caps Lock into Control 2019-06-04 13:45:01 +03:00
Will Dietz 3a26a1fe94 weston: 5.0.0 -> 6.0.0 (#58522)
https://lists.freedesktop.org/archives/wayland-devel/2019-March/040356.html
https://lists.freedesktop.org/archives/wayland-devel/2019-March/040334.html

* weston: use freerdp2 not legacy
* freerdp_legacy: drop as no longer needed (weston was last user)

Co-Authored-By: Michael Weiss <dev.primeos@gmail.com>
2019-05-31 22:59:50 +02:00
Garry Cairns f6a68410f8 Adds Citrix workspace app package
Citrix workspace is replacing Citrix receiver as per
https://docs.citrix.com/en-us/citrix-workspace-app.html
2019-05-28 08:50:47 +02:00
R. RyanTM 092cfde875 teamviewer: 14.2.2558 -> 14.2.8352
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/teamviewer/versions
2019-05-02 13:44:37 -07:00
Craig Younkins fcede9bbf0 rdesktop: enable darwin support without libgssglue and credssp 2019-04-17 18:53:23 -04:00
Robert Schütz 84029e2646
Merge pull request #59265 from peterhoeg/f/repology
repology: fix homepage for a few packages - nothing else
2019-04-11 10:36:31 +02:00
Peter Hoeg e7f6bfea32 anydesk: fix homepage 2019-04-10 22:47:33 +08:00
volth c26640c157
freerdp: remove 'optimize' parametes
all `x86_64` has SSE2, so it is needless
2019-04-09 19:19:06 +00:00
Maximilian Bosch 5553fcf950
Merge pull request #58899 from r-ryantm/auto-update/teamviewer
teamviewer: 14.1.3399 -> 14.2.2558
2019-04-08 10:07:16 +02:00
R. RyanTM 39f262dba3 teamviewer: 14.1.3399 -> 14.2.2558
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/teamviewer/versions
2019-04-02 22:17:22 -07:00
R. RyanTM 8805cb8b04 remmina: 1.3.3 -> 1.3.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/remmina/versions
2019-04-02 16:47:51 -07:00
Maximilian Bosch d4a570ad57 citrix_receiver: remove old versions
The versions 13.8.0 and 13.9.{0,1} will be EOLed before the end of 19.03
and should be dropped.

To provide an easy upgrade path, all unsupported versions will throw an
evaluation error. All versions that are about the be EOLed can be added
there as well.

For now, all of those deprecated versions are still referenced in
`all-packages.nix`, but should be removed before the next release.

See also https://www.citrix.co.uk/support/product-lifecycle/milestones/receiver.html
2019-03-25 18:26:10 +00:00
Daniel Frank 9d95c9d78f PuTTY: 0.70 -> 0.71 2019-03-18 18:24:45 +01:00
R. RyanTM ca7b2f445a remmina: 1.3.2 -> 1.3.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/remmina/versions
2019-03-02 14:53:30 -08:00
Matthew Bauer b1bbd94bb6 Merge remote-tracking branch 'NixOS/master' into staging 2019-02-18 20:36:48 -05:00
Ryan Mulligan 69ebac0ec4
Merge pull request #55833 from r-ryantm/auto-update/remmina
remmina: 1.3.0 -> 1.3.2
2019-02-17 11:33:32 -08:00
Sarah Brofeldt 4ce2d58a0f x2goclient: Use nx-libs instead of nxproxy
nx-proxy was removed in favour of nx-libs
2019-02-16 12:30:18 +01:00
R. RyanTM b8c48604e4 remmina: 1.3.0 -> 1.3.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/remmina/versions
2019-02-15 06:48:09 -08:00
Jan Tojnar 606ceda352
gnome3: stop using aliases 2019-02-14 02:31:15 +01:00
R. RyanTM 57e3f1c96f remmina: 1.2.32.1 -> 1.3.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/remmina/versions
2019-01-26 23:14:03 -08:00
Jörg Thalheim b5c1deca8a
treewide: remove wkennington as maintainer
He prefers to contribute to his own nixpkgs fork triton.
Since he is still marked as maintainer in many packages
this leaves the wrong impression he still maintains those.
2019-01-26 10:05:32 +00:00
Vladimir Mosienko 2a858b3f76 teamviewer: 13.1.3026 -> 14.1.3399 2019-01-23 09:44:37 +00:00
volth fbff7a6dbe
xrdp: 0.9.7 -> 0.9.9 2019-01-16 15:04:37 +00:00
Alberto Berti 80cac27461 anydesk: 2.9.4 -> 4.0.1 2019-01-09 14:45:29 +01:00
Alexey Shmalko 055140069d
Merge pull request #51973 from peterhoeg/u/freerdp
freerdp: 2.0.0-rc3 -> 2.0.0-rc4
2018-12-15 02:54:42 +02:00
Averell Dalton 561959bab8 x2goclient: 4.1.2.1 -> unstable-2018-11-30, fix build 2018-12-05 20:38:08 -05:00
Frederik Rietdijk 1828a5c5ba Merge master into staging-next 2018-11-30 17:46:21 +01:00
Matthew Bauer c0a804c747 treewide: add dontUseImakeConfigure where needed
We need to set dontUseImakeConfigure in a few places to prevent imake
from overriding the default configure phase. This packages all have a
configure script that needs to get run:

- Xaw3d
- R
- tkgate
- ssvnc
2018-11-28 20:14:45 -06:00
Peter Hoeg 1d3a243a25 freerdp: 2.0.0-rc3 -> 2.0.0-rc4 2018-11-22 10:32:53 +08:00
Jörg Thalheim e354db0f6f
Merge branch 'staging' into auto-update/remmina 2018-11-18 10:45:23 +00:00
R. RyanTM c79d621a11 remmina: 1.2.32 -> 1.2.32.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/remmina/versions
2018-11-18 01:52:55 -08:00
zimbatm cef08f162e
remmina: use pname instead of name
Co-Authored-By: Synthetica9 <git@hilhorst.be>
2018-11-06 00:17:04 +01:00
Jan Tojnar 1d077e6286
remmina: fix version 2018-11-05 00:09:22 +01:00
Jan Tojnar b4c54485bf
remmina: clean up
Desktop file is included now, so no need to create it manually.
libgnome-keyring is not used anymore, libsecret replaced it.
2018-10-28 11:10:08 +01:00
Renato Alves 7cd0cec3f4
freerdp: 2.0.0-rc2 -> 2.0.0-rc3 2018-10-20 16:53:15 +02:00
Jan Malakhovski 9f32d79ef4 remmina: reindent 2018-10-19 19:14:31 +00:00
Jan Malakhovski 972ec8b3be remmina: make gnome support optional
There's no runtime option to disable GNOME stuff, and storing things in
GNOME Keyring is very inconvenient for non-GNOME users.
2018-10-19 19:14:25 +00:00
Jan Malakhovski 8ec6322711 remmina: remove webkitgtk dependency
It was used by "survey" module which was removed in revision
d97920eb9b32dbe17b85f8eff12928d26c19fd3d of their repository
on 2016-12-13.

Meanwhile, WebKit plugin is a separate package
https://aur.archlinux.org/packages/remmina-plugin-webkit/
not packaged in nixpkgs.
2018-10-19 19:12:36 +00:00
R. RyanTM 91638e161e remmina: 1.2.31.4 -> 1.2.32
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/remmina/versions
2018-10-14 09:01:22 +02:00
R. RyanTM 43c8aa89a6 remmina: 1.2.31.3 -> 1.2.31.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
remmina
2018-09-06 12:44:14 -07:00
John Ericson 0828e2d8c3 treewide: Remove usage of remaining redundant platform compatability stuff
Want to get this out of here for 18.09, so it can be deprecated
thereafter.
2018-08-30 17:20:32 -04:00
John Ericson 2c2f1e37d4 reewide: Purge all uses stdenv.system and top-level system
It is deprecated and will be removed after 18.09.
2018-08-30 17:20:32 -04:00
R. RyanTM 70636aa397 remmina: 1.2.31.2 -> 1.2.31.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/remmina/versions.
2018-08-23 21:19:10 -07:00
Matthew Bauer fca6cdc362
Merge pull request #44632 from matthewbauer/putty
Support building putty for windows
2018-08-10 12:41:36 -04:00
R. RyanTM bf1b50cbc8 remmina: 1.2.30.1 -> 1.2.31.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/remmina/versions.
2018-08-08 06:45:41 -07:00
Matthew Bauer b744586c7b putty: build on windows 2018-08-07 14:17:11 -04:00
Maximilian Bosch 3d7b147a2c
citrix_receiver: drop all packages below 13.8
All Citrix versions until 13.7 will be EOLed during the lifetime of
18.09: https://www.citrix.co.uk/support/product-lifecycle/milestones/receiver.html
2018-08-06 15:17:14 +02:00
Maximilian Bosch 10b2208ec5
citrix_receiver: allow custom certs and hooks for the installation
Sometimes it's required to modify some parts of the Citrix build on
their own which is why `{pre,post}Install` hooks can be quite helpful.

Additionally some corporate clients use their own certificates that
aren't stored as trusted ones in the `cacert` package with all of the
trusted certs by Mozilla.

Now it's possible to add custom certs like this:

``` nix
with import <nixpkgs> { config.allowUnfree = true; };

let path = ../../Downloads/custom-corporate-cert.pem; in
citrix_receiver.override {
  extraCerts = [ path ];
}
```
2018-08-06 15:16:16 +02:00
volth cc55a3ebcb treewide: fix build with disallowed aliases (#43872)
fixes build with disallowed aliases
2018-07-21 22:03:24 -04:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Vladimír Čunát 0f01215203
Merge branch 'master' into staging-next
Hydra: ?compare=1468896
2018-07-14 18:15:30 +02:00
R. RyanTM a45053c175 x2goclient: 4.1.2.0 -> 4.1.2.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/x2goclient/versions.
2018-07-10 21:08:01 -07:00
Peter Hoeg be3ee6f440 anydesk: fix application shortcut 2018-07-09 00:03:41 +08:00
volth ed5a676c7a xrdp: 0.9.5 -> 0.9.7 (#43041) 2018-07-05 00:15:47 +02:00
Vladimír Čunát c1ffc65d1a
Merge branch 'master' into staging
This apparently fixes some broken src fetches (gnuradio, twisted).
2018-07-02 11:10:26 +02:00
Vladimír Čunát f7781f5293
Merge branch 'master' into staging 2018-06-30 01:41:59 +02:00
obadz 79b33a2c00 citrix-receiver: 13.9.1 -> 13.10.0 2018-06-29 21:33:09 +01:00
obadz a046d8c873 citrix-receiver: override libidn 1.35 back to 1.34 just for this binary pkg 2018-06-29 21:33:07 +01:00
Jan Tojnar 3784fd5e46
pcsclite: split package 2018-06-29 04:40:54 +02:00
Silvan Mosberger 57bccb3cb8 treewide: http -> https sources (#42676)
* treewide: http -> https sources

This updates the source urls of all top-level packages from http to
https where possible.

* buildtorrent: fix url and tab -> spaces
2018-06-28 20:43:35 +02:00
Averell Dalton 8e81c7c7a6 x2goclient: 4.1.1.1 -> 4.1.2.0 2018-06-23 23:32:50 +02:00
Averell Dalton 67e13d60c4 x2goclient: fix build with qt 5.11 2018-06-22 17:32:07 +02:00
Ryan Mulligan df74d3720a remmina: 1.2.0-rcgit.24 -> 1.2.30.1
The project moved to GitLab.

Add @ryantm and @melsigl as maintainers. Melsigl from
https://github.com/NixOS/nixpkgs/pull/41549

Closes #41549
2018-06-17 05:59:38 -07:00
obadz 34d3a97ec6 citrix-receiver: add workaround to #41279 2018-06-09 15:20:03 +01:00
obadz 62f4cc349b citrix-receiver: fix default version 2018-06-09 15:19:48 +01:00
John Ericson db4d77779c Merge remote-tracking branch 'upstream/master' into staging 2018-05-21 20:21:48 -04:00
averelld e92d68e3ab x2goclient: qt4 -> qt5 (#40811) 2018-05-20 21:53:45 +02:00
Vladimír Čunát 392e6de7d0
Merge branch 'master' into staging 2018-05-20 13:20:53 +02:00
averelld b998139b85 x2goclient: 4.1.0.0 -> 4.1.1.1 (#40793) 2018-05-19 23:46:26 +02:00
John Ericson 2c5d915200 Merge commit '92b7a814f26ee1d37e989431c18518c67285a332' into staging 2018-05-13 01:02:09 -04:00
obadz 204049763b citrix-receiver: 13.9.0 -> 13.9.1 2018-05-12 14:03:49 +01:00
Matthew Justin Bauer eeb016e8f0
Merge branch 'staging' into fix-ncurses-darwin-extensions 2018-05-02 15:40:38 -05:00
Matthew Bauer a7d5c50034 all-packages: cleanup from last commit 2018-05-01 13:54:51 -05:00
xeji 9badee01c1 teamviewer 12.0.90041 -> 13.1.3026
bump, move to qt5, drop i686 support
2018-04-27 00:45:32 +02:00
Peter Hoeg da4695009c freerdp: 2.0.0-rc1 -> 2.0.0-rc2 2018-04-19 10:31:19 +08:00
Franz Pletz 6e55d83576
Merge pull request #36673 from averelld/upgrade-teamviewer
teamviewer: 12.0.85001 -> 12.0.90041
2018-03-13 18:42:37 +00:00
volth 7ec0471242 treewide: s/xlibs/xorg/g (#36889) 2018-03-13 10:16:03 +00:00
Averell Dalton 4b00e5c1a9 teamviewer: 12.0.85001 -> 12.0.90041 2018-03-09 18:09:39 +01:00
obadz daafd1d71f citrix-receiver: 13.8.0 -> 13.9.0
The "A network error occured (SSL error 4)" is finally fixed!
2018-03-08 19:21:51 +00:00
Jan Tojnar a31d98f312
tree-wide: autorename gnome packages to use dashes 2018-02-25 17:41:16 +01:00
obadz 29542830a8 citrix_receiver: fix build errors in recent version
./linuxx64/hinst: line 1286: syntax error: you disabled math support for $((arith)) syntax

(See #33556)
2018-02-24 13:10:20 +00:00
volth 7dea2ababc
xrdp: 0.9.3 -> 0.9.5 2018-02-19 00:08:23 +00:00
Tobias Geerinckx-Rice 0f84673f3d
Remove nckx as a maintainer for all packages
Goodbye, and thanks for all the Nix...
2018-01-16 23:00:49 +01:00
Frederik Rietdijk 3b36db74eb citrix_receiver: 13.7.0 -> 13.8.0 2018-01-08 01:35:32 +00:00
Vladimír Čunát 3a110ea3f9
treewide platform checks: abort -> throw
They aren't meant to be critical (uncatchable) errors.
Tested with nix-env + checkMeta:
[ "x86_64-linux" "i686-linux" "x86_64-darwin" "aarch64-linux" ]
2017-12-12 18:08:10 -05:00
Jörg Thalheim f04a2107e0 remmina: 1.2.0-rcgit.17 -> 1.2.0-rcgit.24 2017-12-09 09:57:55 +00:00
volth 55ef11ad2b
freerdp: fix aarch64 build 2017-12-07 04:40:33 +00:00
Peter Hoeg f649b0497d freerdp: 2.0.0-rc0 -> 2.0.0-rc1 2017-12-05 22:47:50 +08:00
Bastian Köcher 1ba448252d teamviewer: 12.0.76279 -> 12.0.85001 2017-12-01 13:50:35 +01:00
David McFarland 916d1a409c rdesktop: enable credssp w/ libgssglue 2017-11-22 12:33:32 -04:00
obadz 26122b368a citrix_receiver: refactor so older versions can still be installed
Version 13.4.0 is the latest version that doesn't suffer from the bug
described at
https://discussions.citrix.com/topic/385459-ssl-error-with-135-works-with-134/page-2#entry1977735

As a result, upgrades to 13.5.0, 13.6.0 and 13.7.0 were postponed.
However some users aren't affected by this big. This enables everyone to
download the version that suits their needs.

Related to: #23975, #27664, #30029
2017-10-23 18:02:20 +01:00
Renaud a1d6716252 putty: 0.67 -> 0.70
+ use stable src URL and add a mirror
2017-10-21 22:11:19 +03:00
Jörg Thalheim 2820830e3e Merge pull request #30029 from jensbin/citrix_receiver_13.7.0
citrix-receiver: 13.4.0 -> 13.7.0
2017-10-13 21:25:39 +01:00
Jens Binkert 085188ee3e citrix-receiver: 13.4.0 -> 13.7.0 2017-10-02 21:29:33 +02:00
John Ericson 531e4b80c9 misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
2017-09-21 15:49:53 -04:00
Lukas Werling a8aef188c8 x2goclient: 4.0.5.1 -> 4.1.0.0
Add openssh as dependency for sftp-server. When connecting, x2goclient
crashes if it can't find that executable.
2017-09-04 18:41:00 +02:00
Lancelot SIX 310e2d677a freerdp: 20170502 -> 20170724
Fixes multiple security issues:
 * TALOS-2017-0336 CVE-2017-2834
 * TALOS-2017-0337 CVE-2017-2834
 * TALOS-2017-0338 CVE-2017-2836
 * TALOS-2017-0339 CVE-2017-2837
 * TALOS-2017-0340 CVE-2017-2838
 * TALOS-2017-0341 CVE-2017-2839

See http://www.freerdp.com/2017/07/24/freerdp-security for announcement.
2017-08-27 02:09:19 +02:00
Matthew Justin Bauer 2eacddf0dc treewide: homepage URL fixes (#28475)
* pgadmin: use https homepage

* msn-pecan: move homepage to github

google code is now unavailable

* pidgin-latex: use https for homepage

* pidgin-opensteamworks: use github for homepage

google code is unavailable

* putty: use https for homepage

* ponylang: use https for homepage

* picolisp: use https for homepage

* phonon: use https for homepage

* pugixml: use https for homepage

* pioneer: use https for homepage

* packer: use https for homepage

* pokerth: usee https for homepage

* procps-ng: use https for homepage

* pycaml: use https for homepage

* proot: move homepage to .github.io

* pius: use https for homepage

* pdfread: use https for homepage

* postgresql: use https for homepage

* ponysay: move homepage to new site

* prometheus: use https for homepage

* powerdns: use https for homepage

* pm-utils: use https for homepage

* patchelf: move homepage to https

* tesseract: move homepage to github

* quodlibet: move homepage from google code

* jbrout: move homepage from google code

* eiskaltdcpp: move homepage to github

* nodejs: use https to homepage

* nix: use https for homepage

* pdf2djvu: move homepage from google code

* game-music-emu: move homepage from google code

* vacuum: move homepae from google code
2017-08-22 20:50:04 +02:00
Silvan Mosberger f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* pkgs: refactor needless quoting of homepage meta attribute

A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.

* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit

* Fixed some instances
2017-08-01 22:03:30 +02:00
Volth fdbdccf1a7 xrdp: abs path to garbage directory 2017-07-31 00:43:15 +00:00
volth fd1b618852 xrdp: 0.9.2 -> 0.9.3 (#27742) 2017-07-29 16:16:19 +01:00
Peter Hoeg e10d7655dc anydesk: init at 2.9.4 2017-07-28 16:05:35 +08:00
Orivej Desh 99587bc9fa rdesktop: enable IPv6 support 2017-05-17 18:53:36 +00:00
Volth cfd831437f freerdp: 20170201 -> 20170502 2017-05-02 23:12:02 +00:00
Michael Raskin eb79a9b8c5 Revert "citrix-receiver: 13.4.0 -> 13.5.0"
This reverts commit d1a4cba04a.

https://discussions.citrix.com/topic/385408-receiver-135-keyboard-no-longer-working
2017-05-01 11:14:14 +02:00
Neil Mayhew d1a4cba04a citrix-receiver: 13.4.0 -> 13.5.0 2017-04-30 22:49:21 +02:00
Volth 965d0dab78 xrdp: 0.9.1 -> 0.9.2 2017-04-29 17:23:35 +00:00
volth dad760061e xrdp: init at 0.9.1 2017-04-29 17:23:35 +00:00
Nick Hu 90c5bf8c58 teamviewer: 12.0.71510 -> 12.0.76279 2017-04-29 00:29:18 +01:00
Christoph-Simon Senjak dcbb2bf751
teamviewer: keep RTlib directory
Added the formerly deleted RTlib directory, included its
patchelf commands. Beforehand the client failed, because
TVGuiDelegate did not find all symbols.

fixes #24862
2017-04-13 14:46:59 +02:00
Dmitry Kalinkin 7035325c62 citrix-receiver: fix wrapper, direct dl url, $PWD needs escaping
(edited by @obadz, closes #24320)
2017-03-26 14:28:54 +01:00
obadz 17bfb6a08a citrix-receiver: add link to webpage with all versions and adjust to change in nix-prefetch-url
Helps with #23975
2017-03-18 02:18:28 +00:00
Peter Hoeg 94b0128cc6 remmina: 1.2.0-rcgit.15 -> 1.2.0-rcgit.17
We also drop the embedded freerdp in favour of freerdp from upstream.
2017-02-05 14:05:31 +08:00
Peter Hoeg 05684f313e freerdp: 20160909 -> 20170201 and rename old freerdp to freerdp_legacy
The former "stable" version of FreeRDP was actually not stable - it just
happened to have a released version while being both buggy and insecure.

The "unstable" branch hasn't seen a release in years, but everybody
should be using this instead and I have been using it as a daily driver
for ages.

This new version works beautifully here.

If/when at some point upstream does a normal release, we can bring back
stable/unstable if needed.

As I am quite dependent on FreeRDP working properly, I will be commit to
keeping this updated.

The commit used for this release follows the Arch Linux release.
2017-02-05 14:03:59 +08:00
Gabriel Ebner 14a35a55c7 remmina: fix missing gsettings schemas 2017-01-09 09:57:39 +01:00
Eric Litak 7b2a37f5c8 remmina: add icon packages as soft deps (#21411) 2016-12-25 19:04:47 +00:00
mimadrid f75f0ac1f4
teamviewer: 11.0.57095 -> 12.0.71510 2016-12-17 19:04:48 +01:00
obadz 38c6a88274 citrix-receiver: 13.3.0 -> 13.4.0 2016-11-12 16:43:30 +00:00
mingchuan 40d8b743f4 remmina: fix GSettings schemas not found error
Use gappWrapper to wrap the program so that remmina can find GSettings schemas.
2016-10-21 17:39:43 +08:00
obadz 7a8d300823 remmina: 1.0.0 -> 1.2.0-rcgit.15
Fixes build post FreeRDP upgrade (5abb36b)
2016-10-02 19:35:35 +01:00
Graham Christensen 4c0b07ce1e
freerdp: Mark stable as broken
re: https://github.com/NixOS/nixpkgs/issues/19075 #19075
re: https://lwn.net/Vulnerabilities/702121/
re: https://lwn.net/Vulnerabilities/604034/

Other distributions seem to have switched to Unstable instead.
2016-09-29 08:00:30 -04:00
Alexander Ried 3e20ba60a1
freerdp: work around pkgconfig limitation
Fixes weston build against freerdp2

Closes https://github.com/NixOS/nixpkgs/pull/18556
2016-09-17 13:54:36 +02:00
Shea Levy 49ba0b7896 Merge branch 'freerdp2' of git://github.com/peterhoeg/nixpkgs 2016-09-13 07:45:05 -04:00
Peter Hoeg 40e47a95d7 freerdp: add missing libXrender dependency 2016-09-13 19:06:46 +08:00
Nikolay Amiantov 4748709926 Merge commit 'refs/pull/18498/head' of git://github.com/NixOS/nixpkgs 2016-09-13 12:51:34 +03:00
Robert Glossop 5490018034 freerdpUnstable: 1.2.0 -> 2.0 2016-09-12 12:13:48 -04:00
Kirill Boltaev bccd75094f treewide: explicitly specify gtk and related package versions 2016-09-12 18:26:06 +03:00
obadz 0e8d2725dc Merge branch 'master' into staging 2016-08-23 18:50:06 +01:00
Tuomas Tynkkynen 5ae4471fb5 treewide: Fix output references to gtk 2016-08-23 04:53:05 +03:00
Robin Gloster 1b979d8384 Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-08-03 13:34:44 +00:00
Tuomas Tynkkynen 21f17d69f6 treewide: Add lots of meta.platforms
Build-tested on x86_64 Linux & Mac.
2016-08-02 21:42:43 +03:00
Robin Gloster 8031cba2ab Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-06-10 09:27:04 +00:00
Nikolay Amiantov 9dc2ab3d16 teamviewer: 11.0.53191 -> 11.0.57095
Also fixes #15965
2016-06-03 23:46:07 +03:00
Robin Gloster 2d382f3d98 Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-05-30 19:39:34 +00:00
Gabriel Ebner ad94726f9e remmina: set correct path to libX11.so.6 2016-05-30 08:04:54 +02:00
Bjørn Forsman 41eafd25a0 Revert "x2goclient: move to qmake4Hook"
This reverts commit 83406bc171, because
it broke the build.

x2goclient requires to be built with its top-level (hand coded) Makefile
(in accordance with upstream documentation). Invoking qmake directly on
the .pro file, without specifying a separate build tree, will overwrite
the Makefile and break the build.

For instance, there are no install rules in the .pro file. That exists
only in the Makefile.
2016-05-29 11:38:41 +02:00
Tuomas Tynkkynen 2a73de6e6c treewide: Make explicit that 'dev' output of openssl is used 2016-05-19 10:02:23 +02:00
Robin Gloster c92bca56f8 Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-05-02 22:58:02 +00:00
Nikolay Amiantov 83406bc171 x2goclient: move to qmake4Hook 2016-04-20 18:55:47 +03:00
Robin Gloster 3e68106afd Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-04-07 21:52:26 +00:00
georgewhewell 679dc0e707 putty: 0.66 -> 0.67 2016-04-07 11:38:42 +00:00
Robin Gloster bbbaccfa68 Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-04-04 15:24:52 +00:00
obadz 3a75ed4464 citrix-receiver: fix patchelf error during installPhase
Due to recent change in patchelf, it's now necessary to run chmod u+w
prior to running patchelf itself. Fixes #14440 for citrix-receiver
2016-04-04 15:44:26 +01:00
Franz Pletz 2e08d8234e Merge remote-tracking branch 'origin/master' 2016-03-31 10:06:30 +02:00
Tobias Geerinckx-Rice 57f4678bbb x2goclient: 4.0.5.0 -> 4.0.5.1 2016-03-31 02:53:31 +02:00
Franz Pletz aff1f4ab94 Use general hardening flag toggle lists
The following parameters are now available:

  * hardeningDisable
    To disable specific hardening flags
  * hardeningEnable
    To enable specific hardening flags

Only the cc-wrapper supports this right now, but these may be reused by
other wrappers, builders or setup hooks.

cc-wrapper supports the following flags:

  * fortify
  * stackprotector
  * pie (disabled by default)
  * pic
  * strictoverflow
  * format
  * relro
  * bindnow
2016-03-05 18:55:26 +01:00
Robin Gloster e0200a507b ssvnc: turn off format hardening 2016-02-25 20:06:54 +00:00
Guillaume Maudoux 9eb6372c6b teamviewer: fix wrong in sed usage 2016-02-20 14:02:38 +01:00
Your Name aeee493704 Bugfix: ssvnc had a hard dependency on /usr/bin/perl which is now replaced 2016-02-10 10:48:51 +01:00
Franz Pletz 90f987718c Merge pull request #12689 from obadz/citrix
citrix-receiver: 13.2.1 -> 13.3.0
2016-01-30 15:48:34 +01:00
Tobias Geerinckx-Rice 9fb8020e4e Add version attribute where maintainers |= nckx
This will probably be mandatory soon, and is a step in the right
direction. Removes the deprecated meta.version, and move some meta
sections to the end of the file where I should have put them in
the first place.
2016-01-25 17:35:21 +01:00
obadz c6ff65ca5a citrix-receiver: 13.2.1 -> 13.3.0 2016-01-22 12:21:07 +00:00
Nikolay Amiantov a81b396a2e teamviewer: 11.0.52520 -> 11.0.53191 2016-01-14 13:56:21 +03:00
Nikolay Amiantov c3d503d33d teamviewer: init at 11.0.52520, remove older versions 2015-12-03 22:28:36 +03:00
Vladimír Čunát d748ac851c putty: security update 0.65 -> 0.66
It's claimed to fix CVE-2015-5309.
2015-11-21 20:35:44 +01:00
Pascal Wittmann 7fd2796e99 Replace 'with plaforms; platform' with 'platforms.platform' 2015-11-17 21:30:43 +01:00
obadz 972381b66a citrix-receiver: init at 13.2.1, fixes #8458 2015-11-11 22:27:15 +01:00
michael bishop b81f51cecf teamviewer: fix the expressions 2015-10-26 15:22:01 -03:00
Arseniy Seroka 7d7bbf125e teamviewer 10: new sha256 2015-08-21 00:51:27 +03:00
Tobias Geerinckx-Rice 936b8dc2c7 x2goclient: 4.0.4.0 -> 4.0.5.0 2015-07-29 00:19:31 +02:00
Tobias Geerinckx-Rice 4d20fb5f44 putty: 0.64 -> 0.65 2015-07-27 01:54:08 +02:00
Tobias Geerinckx-Rice 4e5e44140b dpkg, x2goclient: fix evaluation
Bed time.
2015-06-17 23:25:09 +02:00
Tobias Geerinckx-Rice 98b2d7b727 Separate nativeBuildInputs where maintainers |= nckx 2015-06-17 22:21:32 +02:00
Arseniy Seroka c72bbc5b8e teamviewer: add option to accept license 2015-06-14 18:29:19 +03:00
William A. Kennington III b07929b0a3 Use libpulseaudio instead of pulseaudio 2015-05-29 14:32:56 -07:00
Tobias Geerinckx-Rice 158e1cfdd0 Don't use "with licenses;" for single licences
And don't use square brackets on such lines.
2015-05-28 19:20:29 +02:00
Tobias Geerinckx-Rice 661326b34c x2goclient 4.0.3.2 -> 4.0.4.0 2015-05-26 23:59:36 +02:00
Arseniy Seroka e0bec9ece5 teamviewer: update sha 2015-05-06 16:16:34 +03:00
Antoine R. Dumont 6683a5a2c1 Update putty derivation
- Use source code tarball instead of svn.
- Add meta information on package.
2015-03-17 15:06:31 +01:00
Tobias Geerinckx-Rice d37e8c4014 x2goclient: correct parallel building flag 2015-03-06 04:37:29 +01:00
Tobias Geerinckx-Rice 22080d1951 Add x2goclient 4.0.3.2
Thanks to Christoph-Simon Senjak <c s s at u x u l dot d e>
2015-03-06 03:48:40 +01:00
Domen Kožar 768594a1e1 teamviewer: add 10, set it as default 2015-03-04 10:44:28 +01:00