aboutsummaryrefslogtreecommitdiff
path: root/net/freerdp
Commit message (Collapse)AuthorAgeFilesLines
* framework: convert bsd.gstreamer.mk to Uses/gstreamer.mkTobias C. Berner2022-04-301-2/+2
| | | | | | | | - convert bsd.gstreamer.mk to Uses/gstreamer.mk - convert ports tree to make use of USES=gstreamer - remove duplicate dependency lines from the tree Differential Revision: https://reviews.freebsd.org/D35097
* net/freerdp: update to 2.7.0 [maintainer]VVD2022-04-263-21/+6
| | | | | | | | | | | | | | | | | | | | https://github.com/FreeRDP/FreeRDP/blob/2.7.0/ChangeLog Noteworthy changes: Backported OpenSSL3 gateway support (#7822) Backported various NTLM fixes Backported WINPR_ASSERT to ease future backports Fixed issues: Backported #6786: Use /network:auto by default Backported #7714: Workaround for broken surface frame marker Backported #7733: Support 10bit X11 color (BGRX32 only) Backported #7745: GFX progressive double free Backported #7808: Disable websockets with /gt:rpc Backported #7815: RAIL expect LOGON_MSG_SESSION_CONTINUE PR: 263490 MFH: 2022Q2
* net/freerdp: remove obsolete patchMatthias Andree2022-04-241-1/+0
| | | | | | | | | removal was missed in nc's commit a08e76c0d. Approved by: vvd@unislabs.com (maintainer) Pointy hat to: nc@ PR: 263490 PR: 263500
* net/freerdp: Fix pkg-plistNeel Chauhan2022-04-241-1/+3
|
* net/freerdp: Update to 2.6.1VVD2022-04-232-7/+4
| | | | | | Changes: https://github.com/FreeRDP/FreeRDP/blob/2.6.1/ChangeLog PR: 263490
* devel/icu: update to 71.1Jan Beich2022-04-071-1/+1
| | | | | | | | Changes: https://github.com/unicode-org/icu/releases/tag/release-71-1 Reported by: GitHub (watch releases) PR: 262654 Exp-run by: antoine Approved by: fluffy
* multimedia/openh264: update to 2.2.0Jan Beich2022-02-282-0/+6
| | | | | Changes: https://github.com/cisco/openh264/releases/tag/v2.2.0 Reported by: GitHub (watch releases)
* net/freerdp: Update to 2.6.0VVD2022-02-245-27/+8
| | | | | | | | | | | | | | | | | | | | | | | | Update to 2.6.0 and remove patch for old versions of libusb. All supported versions of the FreeBSD have newer version of the libusb and patch is obsoleted. Changelog (https://github.com/FreeRDP/FreeRDP/releases/tag/2.6.0): - Noteworthy changes: * Backported android FFMPEG build scripts * Updated android build dependencies - Fixed issues: * Backported #7303: Fix PDU length for RDPINPUT_PROTOCOL_V300 * Backported #7658: Sanitize optional physical monitor size values * Backported #7426: Wayland memory corruption * Backported #7293: Remove unused codec x264 * Backported #7541: Allow resolutions larger 2048x2048 * Backported #7574: FFMPEG 5.0 support * Backported #7578: FFMPEG 5.0 support * Backported #7580: Fixed device hotplugging * Backported #7583: GetUserNameExA: Prefer getpwuid_r over getlogin_r over getlogin * Backported #7585: Android Mediacodec support PR: 262163
* net/freerdp: update to 2.5.0VVD2022-01-132-10/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2.5.0 is a maintenance release that also addresses the following security related problems: * improve locale detection - invalid locales set in LANG could lead to a crash * fix and improve the registry parser - missing closing quotes could crash the registry parser * fix for addin file loader (library only function) - invalid file names could cause the invoking application to crash Important notes: This version contains minor security related fixes and improvements for locale detection, registry parsing code and addin loader Thanks to George Zaytsev from Positive Technologies for reporting these problems. Noteworthy changes: * Fixed smartcard login in case a redirection occurs the pin was lost * Backported windows client drawing fixes * Backported improved macOS keyboard layout detection * Backported TcpConnectTimeout * Backported LibreSSL compatibility patches * Backported signal handler backtrace * Backported OpenSSL 3.0 support Fixed issues: * Backport #7539: Wayland client clipboard issues * Backport #7509: Various fixes regarding registry emulation, addin loader * and updated locale detection * Backport #7466: Android android_register_pointer missing initialization Changelog: https://github.com/FreeRDP/FreeRDP/releases/tag/2.5.0 PR: 261175
* net/freerdp: recalculate checksum for patch.Fernando ApesteguĂ­a2021-12-261-3/+3
| | | | | | | | | | | For some reason, the patch in GH changed its size: => Attempting to fetch https://github.com/FreeRDP/FreeRDP/commit/bfbef39759b9641a4fab8b75b9243c48cb0789ac.patch fetch: https://github.com/FreeRDP/FreeRDP/commit/bfbef39759b9641a4fab8b75b9243c48cb0789ac.patch: size mismatch: expected 2184, actual 2186 PR: 259740 Reported by: vvd@unislabs.com (maintainer)
* net/freerdp: Fix build with libressl 3.4.1Fernando ApesteguĂ­a2021-12-232-5/+11
| | | | | | | | | | | Apply patch from: https://github.com/FreeRDP/FreeRDP/commit/bfbef39759b9641a4fab8b75b9243c48cb0789ac While here, pet linters. PR: 259740 Reported by: rozhuk.im@gmail.com Approved by: vvd@unislabs.com (maintainer)
* net/freerdp: update to 2.4.1VVD2021-10-302-5/+4
| | | | | | | | | | | | | | | | | | | Noteworthy changes: * Refactored RPC gateway parsing code * OpenSSL 3.0 compatibility fixes * USB redirection: fixed transfer lengths Fixed issues: * #7363: Length checks in ConvertUTF8toUTF16 * #7349: Added checks for bitmap width and heigth values Important notes: * CVE-2021-41159: Improper client input validation for gateway connections allows to overwrite memory * CVE-2021-41160: Improper region checks in all clients allow out of bound write to memory PR: 259386
* devel/icu: update to 70.1Jan Beich2021-10-281-0/+1
| | | | | | | Changes: https://github.com/unicode-org/icu/releases/tag/release-70-1 Reported by: GitHub (watch releases) PR: 258794 Exp-run by: antoine
* *: fix tab vs. space issues, and comments according to the guide.Jimmy Olgeni2021-10-161-1/+1
|
* net/freerdp: Fix CPE information because current one is deprecatedBernhard Froehlich2021-09-141-2/+0
| | | | Approved by: portmgr (blanket)
* net/freerdp: add workaround for focus bug of WMFelix Palmen2021-09-042-2/+16
| | | | | | | | | | | | | | | Some WMs (for example fvwm and fluxbox) intermittently steal focus during attempts to drag something with the mouse on the remote machine, effectively making it impossible to drag. This behavior seems to also depend on the configuration of the WM. Add an optional patch to work around this problem, activated by the new option BROKENFOCUS. Note that this workaround may lead to a wrong state of keyboard modifiers after focus changes, so only enable if if you really need to. PR: 254908 Approved by: VVD <vvd@unislabs.com> (maintainer)
* net/freerdp: Update to 2.4.0Craig Leres2021-08-212-14/+22
| | | | | | | | Also: add options CAIRO, SWSCALE and turn on WITH_DSP_FFMPEG if FFMPEG is on PR: 254914 Approved by: Aleksandr Konkov (maintainer)
* devel/icu: update to 69.1Jan Beich2021-04-081-0/+1
| | | | | Changes: https://github.com/unicode-org/icu/releases/tag/release-69-1 Reported by: GitHub (watch releases)
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-2/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* net/freerdp: Update to 2.3.2Tobias C. Berner2021-03-294-33/+24
| | | | | | | | | | | | | | | - add JPEG support - give maintainership to VVD <vvd@unislabs.com> Changelog: https://github.com/FreeRDP/FreeRDP/releases/tag/2.3.2 PR: 253880 Submitted by: VVD <vvd@unislabs.com> Approved by: kevans (previous maintainer) Notes: svn path=/head/; revision=569458
* net/freerdp: drop unused dependencies after r538228Jan Beich2020-11-261-5/+2
| | | | | | | | | | | https://github.com/FreeRDP/FreeRDP/commit/0927d7aa50c7 PR: 251233 Approved by: kevans (maintainer) MFH: 2020Q4 Notes: svn path=/head/; revision=556318
* devel/icu: update to 68.1Jan Beich2020-11-031-1/+1
| | | | | | | | | Changes: http://site.icu-project.org/download/68 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=553940
* Bump portrevision for devel/evdev-protoNiclas Zeising2020-09-281-1/+1
| | | | | | | | Bump portrevision on everything with a build dependency on devel/evdev-proto, to chace the update of evdev-proto in r550442. Notes: svn path=/head/; revision=550443
* net/freerdp: update to security/bugfix release 2.2.0Kyle Evans2020-07-283-14/+7
| | | | | | | | | | | | | | | This update primarily fixes CVE-2020-15103. See the full changelog for other bugfixes that were included: https://github.com/FreeRDP/FreeRDP/releases/tag/2.2.0 PR: 248198 Submitted by: VVD <vvd unislabs com> MFH: 2020Q3 Security: a955cdb7-d089-11ea-8c6f-080027eedc6a Notes: svn path=/head/; revision=543571
* net/freerdp: fix build on FreeBSD 11.xKyle Evans2020-06-093-0/+185
| | | | | | | | | | | | | | Apparently this hadn't been caught in my test matrix -- it seems that later versions of FreeBSD have a getmntent() definition that masked this error. mntent_compat.c has been adopted from devel/fam, though a better solution should be sought out going into the future. Approved by: koobs (mentor, implicit, just-fix-it) MFH: 2020Q2 (blanket: build fix) Notes: svn path=/head/; revision=538329
* net/freerdp: update to 2.1.0Kyle Evans2020-06-086-23/+125
| | | | | | | | | | | | | | | | This update incorporates many features and improvements since 2.0.0-rc4, as well as a large mass of security fixes. Full changelog available: https://github.com/FreeRDP/FreeRDP/blob/2.1.0/ChangeLog PR: 245517 Approved by: koobs (mentor) MFH: 2020Q2 Security: 669f3fe8-a07a-11ea-b83e-f0def1f5c5a2 Notes: svn path=/head/; revision=538228
* multimedia/openh264: update to 2.1.1Jan Beich2020-05-221-1/+1
| | | | | | | | | Changes: https://github.com/cisco/openh264/releases/tag/v2.1.1 ABI: https://abi-laboratory.pro/tracker/timeline/openh264/ Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=536180
* devel/icu: update to 67.1Jan Beich2020-04-231-1/+1
| | | | | | | | | Changes: http://site.icu-project.org/download/67 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=532707
* devel/icu: update to 66.1Jan Beich2020-03-131-1/+1
| | | | | | | | Changes: http://site.icu-project.org/download/66 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ Notes: svn path=/head/; revision=528343
* Add USES=xorg and USES=glNiclas Zeising2019-11-071-0/+2
| | | | | | | Add USES=xorg and USES=gl to a few remaining ports. Notes: svn path=/head/; revision=517001
* Drop the ipv6 virtual category for n* category as it is not relevant anymoreBaptiste Daroussin2019-10-091-1/+1
| | | | Notes: svn path=/head/; revision=514143
* devel/icu: update to 65.1Jan Beich2019-10-031-1/+1
| | | | | | | | Changes: http://site.icu-project.org/download/65 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ Notes: svn path=/head/; revision=513733
* multimedia/ffmpeg: update to 4.2Jan Beich2019-08-051-1/+1
| | | | | | | | Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.2:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ Notes: svn path=/head/; revision=508216
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* multimedia/openh264: update to 2.0.0Jan Beich2019-06-171-1/+1
| | | | | | | | | | | - Add symlinks for cliqz and thunderbird Changes: https://github.com/cisco/openh264/releases/tag/v2.0.0 ABI: https://abi-laboratory.pro/tracker/timeline/openh264/ Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=504400
* net/freerdp: add some optionsEugene Grosbein2019-04-161-10/+60
| | | | | | | | | | | Additionally, pet portlint a bit while I'm here. PR: 230963 Submitted by: Ivan Rozhuk <rozhuk.im@gmail.com> Approved by: kevans (maintainer) Notes: svn path=/head/; revision=499122
* devel/icu: update to 64.1Jan Beich2019-03-271-0/+1
| | | | | | | | | | | Changes: http://site.icu-project.org/download/64 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ PR: 236325 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D19479 Notes: svn path=/head/; revision=496981
* net/freerdp: Fix build with LibreSSL 2.9.0 (libressl-devel)Koichiro Iwao2019-01-282-4/+6
| | | | | | | | | | PR: 234731 Obtained from: https://github.com/FreeRDP/FreeRDP/pull/5183 MFH: 2019Q1 Sponsored by: HAW International, Inc. Notes: svn path=/head/; revision=491461
* Change cmake default behaviour to outsource.Tobias C. Berner2018-12-251-1/+1
| | | | | | | | | | | | | | Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine Notes: svn path=/head/; revision=488341
* net/freerdp: fix build with security/libressl after updating to 2.0.0-rc4Koichiro Iwao2018-12-252-1/+9
| | | | | | | | | | | | Still broken with libressl-devel but it is another issue. Marking as BROKEN. PR: 234198 Submitted by: myself Approved by: kevans (maintainer), mentors (implicit) Obtained from: https://github.com/FreeRDP/FreeRDP/issues/5049 Notes: svn path=/head/; revision=488290
* net/freerdp: Update to 2.0.0-rc4Koichiro Iwao2018-12-203-5/+5
| | | | | | | | | PR: 234189 Submitted by: myself Approved by: kevans (maintainer), mentors (implicit) Notes: svn path=/head/; revision=487838
* Split out evdev headers from multimedia/v4l_compatNiclas Zeising2018-12-191-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Split out evdev headers (input.h, input-event-codes.h, uinput.h) into their own port, devel/evdev-proto, and update those to be current with the Linux 4.19 kernel. This is done in order to be able to update the rest of the FreeBSD input stack, which is forthcoming. By splititng out the evdev headers we can update them independent of other updates in v4l_compat, which makes it easier for the graphics team to keep track of them and keep them updated as needed. Update devel/libevdev from 1.4.4 to 1.5.9 instead of trying to make it work with the updated headers. This will be further updated. Update devel/py-evdev from 0.5.0 to 0.8.1 instead of trying to make it work with the updated evdev headers. Update consumers to use devel/evdev-proto rather than multimedia/v4l_compat as needed, and bump portrevisions. This is the first step in getting the FreeBSD input stack (libevdev, libinput and so on) updated to newer versions. Many thanks to all who have helped out with testing, code and exp-runs. Apologies if I've forgotten to add any names. PR: 222905, 217248, (based on, in part), 233787 (exp-run) Submitted by: Greg V, wulf Tested by: tcberner, kde Exp-run by: antoine Approved by: portmgr (antoine) Obtained from: FreeBSDDesktop development repo https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/input https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/input-ports Notes: svn path=/head/; revision=487789
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* - Remove obsolete OSVERSION conditionDmitry Marakasov2018-11-061-11/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=484297
* multimedia/ffmpeg: update to 4.1Jan Beich2018-11-061-1/+1
| | | | | | | | Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ Notes: svn path=/head/; revision=484273
* Remove compatibility code for FreeBSD < 11.2 from all ports.Rene Ladan2018-11-021-2/+1
| | | | | | | | | | Simplify some ports where DragonFlyBSD no longer needs to be special-cased. Submitted by: rene Reviewed by: bapt, jbeich Differential Revision: https://reviews.freebsd.org/D17724 Notes: svn path=/head/; revision=483807
* devel/icu: update to 63.1Jan Beich2018-10-231-1/+1
| | | | | | | | | | Changes: http://site.icu-project.org/download/63 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ PR: 232300 Exp-run by: antoine Notes: svn path=/head/; revision=482830
* Bump PORTREVISION to chase update of multimedia/v4l_compat and libv4lThomas Zander2018-09-291-1/+1
| | | | Notes: svn path=/head/; revision=480899
* Change x11/xorgproto to become a build depNiclas Zeising2018-09-111-0/+1
| | | | | | | | | | | | | | | | | | Change x11/xorgproto to become a build time dependency when added to USE_XORG. Change the dependency to be on the port, rather than a file the port installs. Fix fallout. Bump portrevision on depending ports. PR: 230909 Reviewed by: eadler Approved by: portmgr (antoine) Obtained from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto exp-run: antoine Differential Revision: https://reviews.freebsd.org/D16906 Notes: svn path=/head/; revision=479538