Commit Graph

676 Commits

Author SHA1 Message Date
Pol Dellaiera
4f39b5c3d9
aws-workspaces: 4.6.0.4187 -> 4.7.0.4312 2024-03-26 11:00:20 +01:00
Further
f6570617a1
teamviewer: 15.38.3 -> 15.49.2 (#276948)
* teamviewer: 15.38.3 -> 15.49.2

* teamviewer: add qtquickcontrols2
2024-03-23 18:21:37 +01:00
Jörg Thalheim
3353792819
Merge pull request #296538 from r-ryantm/auto-update/waypipe
waypipe: 0.8.6 -> 0.9.0
2024-03-22 15:18:39 +01:00
R. Ryantm
6ed8eda876 waypipe: 0.8.6 -> 0.9.0 2024-03-22 15:14:48 +01:00
Nick Cao
590d5749c1
Merge pull request #297542 from r-ryantm/auto-update/anydesk
anydesk: 6.3.0 -> 6.3.1
2024-03-21 08:35:58 -04:00
R. Ryantm
a7e26c5949 anydesk: 6.3.0 -> 6.3.1 2024-03-20 21:33:32 +00:00
github-actions[bot]
8ee0e6664b
Merge master into staging-next 2024-03-19 06:01:12 +00:00
Pol Dellaiera
186c3e34a7
Merge pull request #296549 from TomaSajt/strip-java-archives-hook
add stripJavaArchivesHook and use treewide
2024-03-19 05:41:08 +01:00
Martin Weinelt
3321e63b12
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/development/python-modules/sphinx-autobuild/default.nix
2024-03-19 04:00:32 +01:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
TomaSajt
0e20953796
treewide: use stripJavaArchivesHook instead of canonicalize-jars-hook 2024-03-17 13:35:12 +01:00
github-actions[bot]
2178d8d857
Merge master into staging-next 2024-03-17 00:02:17 +00:00
Nick Cao
19d210bef7
Merge pull request #295423 from NickCao/neatvnc
{neatvnc,wayvnc}: 0.7.2 -> 0.8.0
2024-03-16 13:40:34 -07:00
github-actions[bot]
c160165e60
Merge master into staging-next 2024-03-14 18:01:26 +00:00
Charlotte Van Petegem
d451cbcfd7
xrdp: 0.9.25 -> 0.9.25.1
https://github.com/neutrinolabs/xrdp/releases/tag/v0.9.25.1
2024-03-14 16:30:30 +01:00
github-actions[bot]
87a5d42cfa
Merge master into staging-next 2024-03-14 12:01:18 +00:00
éclairevoyant
aa607420f7
Merge pull request #294920 from eclairevoyant/citrix
citrix_workspace: 23.11.0.82 -> 24.2.0.65; remove EOL versions
2024-03-14 11:11:29 +00:00
annalee
8e038835fe
Merge remote-tracking branch 'upstream/master' into staging-next 2024-03-13 00:38:07 +00:00
Nick Cao
336e85aec4
wayvnc: 0.7.2 -> 0.8.0
Diff: https://github.com/any1/wayvnc/compare/v0.7.2...v0.8.0

Changelog: https://github.com/any1/wayvnc/releases/tag/v0.8.0
2024-03-12 16:45:36 -04:00
éclairevoyant
3121f97680
citrix_workspace: update links 2024-03-12 10:58:24 -04:00
éclairevoyant
0881b6720a
citrix_workspace: 23.11.0.82 -> 24.2.0.65 2024-03-12 10:58:24 -04:00
éclairevoyant
82e464aa10
citrix_workspace: remove versions < 23.09 2024-03-12 10:56:24 -04:00
Charlotte Van Petegem
83af57b6b7
xrdp: 0.9.24 -> 0.9.25, xorgxrdp: 0.9.19 -> 0.9.20
https://github.com/neutrinolabs/xrdp/releases/tag/v0.9.25
https://github.com/neutrinolabs/xorgxrdp/releases/tag/v0.9.20
2024-03-12 09:04:47 +01:00
github-actions[bot]
339816cfdf
Merge staging-next into staging 2024-03-11 12:01:42 +00:00
a-n-n-a-l-e-e
ce789e7e35
llvmPackages_{12,13,14,15,16,17,git}.{libcxx,libcxxabi}: merge libcxxabi into libcxx (#292043)
- merge libcxxabi into libcxx for LLVM 12, 13, 14, 15, 16, 17, and git.
- remove the link time workaround `-lc++ -lc++abi` from 58 packages as it is no longer required.
- fixes https://github.com/NixOS/nixpkgs/issues/166205
- provides alternative fixes for. https://github.com/NixOS/nixpkgs/issues/269548 https://github.com/NixOS/nix/issues/9640
- pkgsCross.x86_64-freebsd builds work again

This change can be represented in 3 stages
1. merge libcxxabi into libcxx -- files: pkgs/development/compilers/llvm/[12, git]/{libcxx, libcxxabi}
2. update stdenv to account for merge -- files: stdenv.{adapters, cc.wrapper, darwin}
3. remove all references to libcxxabi outside of llvm (about 58 packages modified)

### merging libcxxabi into libcxx
- take the union of the libcxxabi and libcxx cmake flags
- eliminate the libcxx-headers-only package - it was only needed to break libcxx <-> libcxxabi circular dependency
- libcxx.cxxabi is removed. external cxxabi (freebsd) will symlink headers / libs into libcxx.
- darwin will re-export the libcxxabi symbols into libcxx so linking `-lc++` is sufficient.
- linux/freebsd `libc++.so` is a linker script `LINK(libc++.so.1, -lc++abi)` making `-lc++` sufficient.
- libcxx/default.nix [12, 17] are identical except for patches and `LIBCXX_ADDITIONAL_LIBRARIES` (only used in 16+)
- git/libcxx/defaul.nix  does not link with -nostdlib when useLLVM is true so flag is removed. this is not much different than before as libcxxabi used -nostdlib where libcxx did not, so libc was linked in anyway.

### stdenv changes
- darwin bootstrap, remove references to libcxxabi and cxxabi
- cc-wrapper: remove c++ link workaround when libcxx.cxxabi doesn't exist (still exists for LLVM pre 12)
- adapter: update overrideLibcxx to account for a pkgs.stdenv that only has libcxx

### 58 package updates
- remove `NIX_LDFLAGS = "-l${stdenv.cc.libcxx.cxxabi.libName}` as no longer needed
- swift, nodejs_v8 remove libcxxabi references in the clang override

https://github.com/NixOS/nixpkgs/pull/292043
2024-03-11 03:53:37 -07:00
adisbladis
7cde12b357
Merge pull request #293126 from adisbladis/citrix-workspace-sonames
citrix-workspace: Add opencv 4.7.0 compatibility soname's
2024-03-11 20:44:23 +13:00
R. Ryantm
e18fea5995 dayon: 13.0.2 -> 14.0.0 2024-03-08 10:58:02 +01:00
adisbladis
c295ef8fb1 citrix-workspace: Add opencv 4.7.0 compatibility soname's
The expected soname's no longer match since opencv was updated to 4.9.0.
This adds another derivation that links the expected names.
2024-03-04 14:10:35 +13:00
R. Ryantm
171812ea70 dayon: 13.0.1 -> 13.0.2 2024-02-19 09:13:29 +00:00
Francesco Gazzetta
2d6d3cf83f dayon: 13.0.0 -> 13.0.1
https://github.com/RetGal/Dayon/releases/tag/v13.0.1
Diff: https://github.com/RetGal/dayon/compare/v13.0.0...v13.0.1
2024-02-13 11:17:27 +00:00
Maciej Krüger
73cd063e72
Merge pull request #287037 from Stunkymonkey/putty-desktop-item
putty: add desktop item
2024-02-11 14:51:49 +01:00
Felix Buehler
73145ca894 putty: add desktop item 2024-02-11 13:29:52 +01:00
a-kenji
357a3961ae waypipe: set meta.mainProgram 2024-02-09 21:07:40 +01:00
Fritz Otlinghaus
621cd7cb84
rustdesk: add rustdesk url handler 2024-02-03 12:22:56 +01:00
R. Ryantm
0feb98aeee vmware-horizon-client: 2309.1 -> 2312 2024-01-27 23:37:00 +00:00
Florian Klink
17ee917fed
Merge pull request #279906 from buckley310/2024-01-09-vmware
vmware-horizon-client: 2306 -> 2309.1
2024-01-22 13:28:17 +02:00
Robert Scott
cf37ef83c2 freerdp: 2.11.2 -> 2.11.5 2024-01-21 19:00:04 +01:00
a-n-n-a-l-e-e
38f2d623ab
Merge pull request #277757 from chvp/upd/xrdp
xrdp: 0.9.23.1 -> 0.9.24
2024-01-19 02:49:08 -08:00
Nick Cao
71b884c2db
Merge pull request #281319 from chewblacka/fix-anydesk
anydesk: fix desktop file
2024-01-16 15:19:21 -05:00
John Garcia
ae8abf36cf anydesk: fix desktop file 2024-01-16 12:06:36 +00:00
Thiago Kenji Okada
401d16acd0
Merge pull request #247256 from lucasew/xrdp-audio
xrdp: add support for audio
2024-01-16 10:06:51 +00:00
Sandro Jäckel
ff67c91cf8
freerdp: use latest ffmpeg
It no longer fails to build with newer ffmpeg version.
2024-01-15 01:16:39 +01:00
lucasew
4a45704d34 xrdp: add myself as mainntainer
Signed-off-by: lucasew <lucas59356@gmail.com>
2024-01-13 12:42:06 -03:00
lucasew
4e412d091c xrdp: enable a few more features
Signed-off-by: lucasew <lucas59356@gmail.com>
2024-01-13 12:42:06 -03:00
lucasew
ff579039ee xrdp: reformat the derivation for the changes
Signed-off-by: lucasew <lucas59356@gmail.com>
2024-01-13 12:41:56 -03:00
lucasew
03e575b0bb pulseaudio-module-xrdp: init at 0.7
Signed-off-by: lucasew <lucas59356@gmail.com>
2024-01-13 11:08:28 -03:00
Sean Buckley
8372a1ab4f vmware-horizon-client: 2306 -> 2309.1 2024-01-09 12:09:56 -05:00
TomaSajt
a954442926 dayon: make deterministic and clean up
Changes:
- use `finalAttrs` instead of `rec`
- use `canonicalize-jars-hook` (related issue: https://github.com/NixOS/nixpkgs/issues/278518)
- patch `.desktop` files to find icons
- add `meta.mainProgram`
2024-01-08 20:37:38 +00:00
Thomas Gerbet
b6a6bca17c putty: 0.76 -> 0.80
Includes the mitigation for CVE-2023-48795 (Terrapin attack).

https://www.chiark.greenend.org.uk/~sgtatham/putty/changes.html
2024-01-06 22:38:05 +01:00
LeixB
1252d2f807
rustdesk: 1.2.2 -> 1.2.3 2024-01-05 15:43:58 +01:00