The NetBSD Project

CVS log for pkgsrc/net/freerdp2/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / net / freerdp2

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.43 / (download) - annotate - [select for diffs], Tue Jan 30 14:22:27 2024 UTC (8 weeks, 2 days ago) by ryoon
Branch: MAIN
CVS Tags: HEAD
Changes since 1.42: +2 -2 lines
Diff to previous 1.42 (colored) to selected 1.20 (colored)

*: Recursive revbump from audio/pulseaudio-17.0

Revision 1.42 / (download) - annotate - [select for diffs], Mon Jan 22 13:17:05 2024 UTC (2 months ago) by ryoon
Branch: MAIN
Changes since 1.41: +2 -2 lines
Diff to previous 1.41 (colored) to selected 1.20 (colored)

*: Recursive revbump from multimedia/libvpx

Revision 1.41 / (download) - annotate - [select for diffs], Sun Nov 12 13:23:06 2023 UTC (4 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4
Changes since 1.40: +2 -2 lines
Diff to previous 1.40 (colored) to selected 1.20 (colored)

*: revebump for new brotli option for freetype2

Addresses PR 57693

Revision 1.40 / (download) - annotate - [select for diffs], Wed Nov 8 13:20:24 2023 UTC (4 months, 2 weeks ago) by wiz
Branch: MAIN
Changes since 1.39: +2 -2 lines
Diff to previous 1.39 (colored) to selected 1.20 (colored)

*: recursive bump for icu 74.1

Revision 1.39 / (download) - annotate - [select for diffs], Tue Oct 24 22:10:16 2023 UTC (5 months ago) by wiz
Branch: MAIN
Changes since 1.38: +2 -2 lines
Diff to previous 1.38 (colored) to selected 1.20 (colored)

*: bump for openssl 3

Revision 1.38 / (download) - annotate - [select for diffs], Sat Oct 21 17:11:10 2023 UTC (5 months, 1 week ago) by gdt
Branch: MAIN
Changes since 1.37: +2 -2 lines
Diff to previous 1.37 (colored) to selected 1.20 (colored)

recursive revbump for tiff update

Revision 1.37 / (download) - annotate - [select for diffs], Sat May 6 19:09:45 2023 UTC (10 months, 3 weeks ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2
Changes since 1.36: +2 -2 lines
Diff to previous 1.36 (colored) to selected 1.20 (colored)

*: Recursive revbump from audio/libopus 1.4

Revision 1.36 / (download) - annotate - [select for diffs], Wed Apr 19 08:11:04 2023 UTC (11 months, 1 week ago) by adam
Branch: MAIN
Changes since 1.35: +2 -2 lines
Diff to previous 1.35 (colored) to selected 1.20 (colored)

revbump after textproc/icu update

Revision 1.35 / (download) - annotate - [select for diffs], Sun Jan 29 21:17:25 2023 UTC (13 months, 4 weeks ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1
Changes since 1.34: +2 -1 lines
Diff to previous 1.34 (colored) to selected 1.20 (colored)

*: Recursive revbup from graphics/freetype2

Revision 1.34 / (download) - annotate - [select for diffs], Mon Jan 16 19:20:15 2023 UTC (14 months, 1 week ago) by markd
Branch: MAIN
Changes since 1.33: +4 -5 lines
Diff to previous 1.33 (colored) to selected 1.20 (colored)

freerdp2: update to 2.9.0

# 2022-11-16 Version 2.9.0

Notewhorth changes:
* Support sending server redirection PDU
* Ensure X11 client cursor is never smaller 1x1
* Fixed multiple client side input validation issues
  (CVE-2022-39316, CVE-2022-39317, CVE-2022-39318, CVE-2022-39319,
         CVE-2022-39320, CVE-2022-41877, CVE-2022-39347)
* Proxy server now discards input events sent before
  activation was received
* Internal replacements for md4, md5 and hmac-md5
   For the time being the RDP protocol requires these outdated hash
   algorithms. So any distribution that wants to ship a working
   FreeRDP should check the options WITH_INTERNAL_MD4 (and depending
   on OpenSSL deprecation status WITH_INTERNAL_MD5)

Fixed issues:
* Null checks in winpr_Digest_Free
* Missing NULL return in winpr_Digest_New
* Support for audin version 2 microphone channel
* Discard input events before activation


# 2022-10-12 Version 2.8.1

Notewhorth changes:
* Fixed CVE-2022-39282
* Fixed CVE-2022-39283
* Remove ALAW/ULAW codecs from linux backends (unreliable)
* Added hash checks for android build script dependencies

Fixed issues:
* Fix build break with newer FFMPEG versions
* Updated flatpak with build script
* Better execinfo support check for android
* Header now defines DumpThreadHandles
* Check fullscreen state and not setting
* Send resize on window state change
* Audin macOS monterey fix
* Android build script update


# 2022-07-28 Version 2.8.0

Noteworthy changes:

* Backported API to get peer accepted channel option flags
* Backported API to get peer accepted channel names
* Backported Stream_CheckAndLogRequiredLength
* Add server side handling for [MS-RDPET]
* Add server side handling for [MS-RDPECAM]
* Remove ALAW/ULAW codecs from linux backends (unreliable)
* Relieve CLIPRDR filename restriction when connecting to non-MS Windows servers
* TLS version control
* Add a new command line arg to enforce tls1.2

Fixed issues:

* Prevent out of bound reads for FFMPEG
* Unwind support for backtrace generation
* wlfreerdp appid
* RAIL window restore
* Refactored WinPR thread locking
* Mac rdpsnd memory leak fixes
* Mac audin memory leak fixes
* Automatic android versioning
* GFX 10.7 capability support
* Server RDPSND API improvements
* Server DVC API improvements
* Fixed osMinorType values
* Add missing osMajorType values
* Fix wrong usage of subband diffing flag (tile artifact fix)


# 2022-04-25 Version 2.7.0

Noteworthy changes:
* Backported OpenSSL3 gateway support
* Backported various NTLM fixes
* Backported WINPR_ASSERT to ease future backports

Fixed issues:
* Use /network:auto by default
* Workaround for broken surface frame marker
* Support 10bit X11 color (BGRX32 only)
* GFX progressive double free
* Disable websockets with /gt:rpc
* RAIL expect LOGON_MSG_SESSION_CONTINUE


# 2022-03-07 Version 2.6.1

Noteworthy changes:

Fixed issues:
* Backported freerdp_abort_connect during freerdp_connect fix
* Backported improved version dection see docs/version_detection.md for details
* Backported various rdpsnd fixes


# 2022-02-22 Version 2.6.0

Noteworthy changes:
* Backported android FFMPEG build scripts
* Updated android build dependencies

Fixed issues:
* Fix PDU length for RDPINPUT_PROTOCOL_V300
* Sanitize optional physical monitor size values
* Wayland memory corruption
* Remove unused codec x264
* Allow resolutions larger 2048x2048
* FFMPEG 5.0 support
* Fixed device hotplugging
* GetUserNameExA: Prefer getpwuid_r over getlogin_r over getlogin
* Android Mediacodec support


# 2022-01-12 Version 2.5.0

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:
* Wayland client clipboard issues
* Various fixes regarding registry emulation, addin loader
  and updated locale detection
* Android android_register_pointer missing initialization


# 2021-10-20 Version 2.4.1

Noteworthy changes:
* Refactored RPC gateway parsing code
* OpenSSL 3.0 compatibility fixes
* USB redirection: fixed transfer lengths

Fixed issues:
* Length checks in ConvertUTF8toUTF16
* 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


# 2021-07-27 Version 2.4.0

Noteworthy changes:
* Backported multithreadded progressive decoder
* Backported clipboard fixes
* Fixed remote file read

Fixed issues:
* RAILS clipboard remote -> local
* Support newer FFMPEG builds
* Use OpenSSL default certificate store settings
* Planar alignment fixes

Revision 1.33 / (download) - annotate - [select for diffs], Tue Jan 3 17:38:00 2023 UTC (14 months, 3 weeks ago) by wiz
Branch: MAIN
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (colored) to selected 1.20 (colored)

*: recursive bump for tiff shlib major bump

Revision 1.32 / (download) - annotate - [select for diffs], Wed Oct 26 10:31:47 2022 UTC (17 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4
Changes since 1.31: +2 -2 lines
Diff to previous 1.31 (colored) to selected 1.20 (colored)

*: bump PKGREVISION for libunistring shlib major bump

Revision 1.31 / (download) - annotate - [select for diffs], Tue Sep 27 20:58:27 2022 UTC (18 months ago) by wiz
Branch: MAIN
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (colored) to selected 1.20 (colored)

*: recursive bump for ffmpeg4 switch to x264

Revision 1.30 / (download) - annotate - [select for diffs], Sun Sep 11 12:52:04 2022 UTC (18 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.29: +2 -2 lines
Diff to previous 1.29 (colored) to selected 1.20 (colored)

*: bump PKGREVISION for flac shlib bump

Revision 1.29 / (download) - annotate - [select for diffs], Mon Aug 15 20:05:12 2022 UTC (19 months, 1 week ago) by tnn
Branch: MAIN
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (colored) to selected 1.20 (colored)

freerdp2: try to fix epoll detection

Revision 1.28 / (download) - annotate - [select for diffs], Thu Aug 11 05:09:09 2022 UTC (19 months, 2 weeks ago) by gutteridge
Branch: MAIN
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (colored) to selected 1.20 (colored)

Bump all dependent packages of wayland (belatedly)

The package changed with the addition of its libepoll-shim dependency.
Otherwise, we can get:
ERROR: libepoll-shim>=0.0.20210418 is not installed; can't buildlink files.

Revision 1.27 / (download) - annotate - [select for diffs], Sat Aug 6 08:02:27 2022 UTC (19 months, 3 weeks ago) by nia
Branch: MAIN
Changes since 1.26: +5 -19 lines
Diff to previous 1.26 (colored) to selected 1.20 (colored)

freerdp2: Fix epoll-shim usage, wayland support, and man page installation

Revision 1.26 / (download) - annotate - [select for diffs], Sat Jul 2 16:53:32 2022 UTC (20 months, 3 weeks ago) by ryoon
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored) to selected 1.20 (colored)

*: Recursive revbump from audio/pulseaudio

Revision 1.25 / (download) - annotate - [select for diffs], Mon Mar 28 10:56:18 2022 UTC (2 years ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored) to selected 1.20 (colored)

{f,h,l,n,p}*/*: revbump(1) for libsndfile

Revision 1.24 / (download) - annotate - [select for diffs], Wed Dec 8 16:05:57 2021 UTC (2 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored) to selected 1.20 (colored)

revbump for icu and libffi

Revision 1.23 / (download) - annotate - [select for diffs], Sat Oct 9 15:35:11 2021 UTC (2 years, 5 months ago) by nia
Branch: MAIN
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored) to selected 1.20 (colored)

Recursive revbump for multimedia/libaom

Revision 1.22 / (download) - annotate - [select for diffs], Tue May 4 18:52:51 2021 UTC (2 years, 10 months ago) by jdolecek
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.21: +1 -3 lines
Diff to previous 1.21 (colored) to selected 1.20 (colored)

regen distinfo and remove unneeded WRKSRC override - seems I happened
to have .gar.gz from the github instead of the 'official' one from
master site

now it actually builds

Revision 1.21 / (download) - annotate - [select for diffs], Mon May 3 18:35:07 2021 UTC (2 years, 10 months ago) by jdolecek
Branch: MAIN
Changes since 1.20: +5 -3 lines
Diff to previous 1.20 (colored)

Update net/freerdp2 to version 2.3.2

Changes between 2.1.2 and 2.2.0 (newer changes not preset in ChangeLog)

# 2020-07-20 Version 2.2.0

Important notes:
* CVE-2020-15103 - Integer overflow due to missing input sanitation in rdpegfx channel

Noteworty changes:
* fix: memory leak in nsc
* urbdrc
  * some fixes and improvements
* build
  *  use cmake to detect getlogin_r
  * improve asan checks/detection
* server/proxy
  * new: support for heartbeats
  * new: support for rail handshake ex flags
  * fix: possible race condition with redirects

Fixed issues:
* #6263 Sound & mic - filter GSM codec for microphone redirection
* #6335: windows client title length
* #6370 - "Alternate Secondary Drawing Order UNKNOWN"
* #6298 - remoteapp with dialog is disconnecting when it loses focus
* #6299 - v2.1.2: Can't connect to Windows7

Revision 1.20 / (download) - annotate - [selected], Mon May 3 18:24:38 2021 UTC (2 years, 10 months ago) by jdolecek
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

add option for PCSC (smart cards), enable by default

Revision 1.19 / (download) - annotate - [select for diffs], Mon May 3 17:41:50 2021 UTC (2 years, 10 months ago) by jdolecek
Branch: MAIN
Changes since 1.18: +15 -4 lines
Diff to previous 1.18 (colored) to selected 1.20 (colored)

use libepoll-shim on NetBSD/FreeBSD/OpenBSD to make this actually work

fixes 'os specific implementation is missing' error on startup

tested on NetBSD

Revision 1.18 / (download) - annotate - [select for diffs], Sun May 2 08:26:49 2021 UTC (2 years, 10 months ago) by jdolecek
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored) to selected 1.20 (colored)

simplify the conditional for getting number of CPUs - simply use
_SC_NPROCESSORS_ONLN whenever available, this covers also NetBSD; change
the #ifdef conditional for HW_NCPU to check for HW_NCPU rather than
explicit list of FreeBSD/OpenBSD

Revision 1.17 / (download) - annotate - [select for diffs], Wed Apr 21 13:25:08 2021 UTC (2 years, 11 months ago) by adam
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored) to selected 1.20 (colored)

revbump for boost-libs

Revision 1.16 / (download) - annotate - [select for diffs], Sun Feb 7 06:30:35 2021 UTC (3 years, 1 month ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored) to selected 1.20 (colored)

*: Recursive revbump from audio/pulseaudio-14.2.nb1

Revision 1.15 / (download) - annotate - [select for diffs], Fri Jan 1 09:52:38 2021 UTC (3 years, 2 months ago) by ryoon
Branch: MAIN
Changes since 1.14: +2 -1 lines
Diff to previous 1.14 (colored) to selected 1.20 (colored)

*: Recursive revbump from audio/pulseaudio-14.0

Revision 1.14 / (download) - annotate - [select for diffs], Sun Nov 1 00:20:05 2020 UTC (3 years, 4 months ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base, pkgsrc-2020Q4
Changes since 1.13: +2 -3 lines
Diff to previous 1.13 (colored) to selected 1.20 (colored)

freerdp2: update to 2.1.2

2.1.2 is mainly a security and bug fix release that addresses multiple
security issues indentified by Antonio Morales from GitHub Security Lab
(GHSL).

Besides the mentioned fixes there are also some stability and other
improvements.

Revision 1.13 / (download) - annotate - [select for diffs], Tue Aug 18 17:58:11 2020 UTC (3 years, 7 months ago) by leot
Branch: MAIN
CVS Tags: pkgsrc-2020Q3-base, pkgsrc-2020Q3
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored) to selected 1.20 (colored)

*: revbump for libsndfile

Revision 1.12 / (download) - annotate - [select for diffs], Mon Aug 17 20:19:45 2020 UTC (3 years, 7 months ago) by leot
Branch: MAIN
Changes since 1.11: +2 -1 lines
Diff to previous 1.11 (colored) to selected 1.20 (colored)

*: revbump after fontconfig bl3 changes (libuuid removal)

Revision 1.11 / (download) - annotate - [select for diffs], Tue Jun 9 12:22:01 2020 UTC (3 years, 9 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2
Changes since 1.10: +3 -6 lines
Diff to previous 1.10 (colored) to selected 1.20 (colored)

freerdp2: Update to 2.1.1

# 2020-05-20  Version 2.1.1

Important notes:
* CVE: GHSL-2020-100 OOB Read in ntlm_read_ChallengeMessage
* CVE: GHSL-2020-101 OOB Read in security_fips_decrypt due to uninitialized value
* CVE: GHSL-2020-102 OOB Write in crypto_rsa_common
* Enforce synchronous legacy RDP encryption count (#6156)
* Fixed some leaks and crashes missed in 2.1.0
* Removed dynamic channel listener limits
* Lots of resource cleanup fixes (clang sanitizers)
* A couple of performance improvements
* Various small annoyances eliminated (typos, prefilled username for windows client, ...)

Revision 1.10 / (download) - annotate - [select for diffs], Fri May 22 10:56:26 2020 UTC (3 years, 10 months ago) by adam
Branch: MAIN
Changes since 1.9: +2 -1 lines
Diff to previous 1.9 (colored) to selected 1.20 (colored)

revbump after updating security/nettle

Revision 1.9 / (download) - annotate - [select for diffs], Tue May 19 12:31:39 2020 UTC (3 years, 10 months ago) by nia
Branch: MAIN
Changes since 1.8: +4 -4 lines
Diff to previous 1.8 (colored) to selected 1.20 (colored)

freerdp2: Update to 2.1.0

# 2020-05-05  Version 2.1.0

Important notes:

* fix multiple CVEs: CVE-2020-11039, CVE-2020-11038, CVE-2020-11043, CVE-2020-11040, CVE-2020-11041,
  CVE-2020-11019, CVE-2020-11017, CVE-2020-11018
* fix multiple leak and crash issues (#6129, #6128, #6127, #6110, #6081, #6077)

Noteworthy features and improvements:
* Fixed sound issues (#6043)
* New expert command line options /tune and /tune-list to modify all client
  settings in a generic way.
* Fixes for smartcard cache, this improves compatibility of smartcard devices
  with newer smartcard channel.
* Shadow server can now be instructed to listen to multiple interfaces.
* Improved server certificate support (#6052)
* Various fixes for wayland client (fullscreen, mouse wheel, ...)
* Fixed large mouse pointer support, now mouse pointers > 96x96 pixel are visible.
* USB redirection command line improvements (filter options)
* Various translation improvements for android and ios clients

For a complete and detailed change log since the last release candidate run:
git log 2.0.0..2.1.0


# 2020-04-09  Version 2.0.0

Important notes:

* fix multiple CVEs: CVE-2020-11521 CVE-2020-11522 CVE-2020-11523 CVE-2020-11524 CVE-2020-11525 CVE-2020-11526
* fix multiple other security related issues (#6005, #6006, #6007, #6008, #6009, #6010, #6011, #6012, #6013)
* sha256 is now used instead of sha1 to fingerprint certificates. This will
  invalidate all hosts in FreeRDP known_hosts2 file and causes a prompt if a
  new connection is established after the update

Noteworthy features and improvements:

* First version of the RDP proxy was added (#5372) - thanks to @kubistika
* Smartcard received some refactoring. Missing functions were added and input
  validation was improved (#5884)
* A new option /cert that unifies all certificate related options (#5880)
  The old options (cert-ignore, cert-deny, cert-name, cert-tofu) are still
  available but marked as deprecated
* Support for Remote Assistance Protocol Version 2 [MS-RA]
* The DirectFB client was removed because it was unmaintained
* Unified initialization of OrderSupport
* Fix for licensing against Windows Server 2003
* Font smoothing is now enabled per default
* Flatpack support was added
* Smart scaling for Wayland using libcairo was added (#5215)
* Unified update->BeginPaint and update->EndPaint
* An image scaling API for software drawing was added
* Rail was updated to the latest spec version 28.0
* Support for H.264 in the shadow server is now detected at runtime
* Add mask=<value> option for /gfx and /gfx-h264  (#5771)
* Code reformatting (#5667)
* A new option /timeout was added to adjust the TCP ACK timeout (#5987)

For a complete and detailed change log since the last release candidate run:
git log 2.0.0-rc4..2.0.0

Revision 1.8 / (download) - annotate - [select for diffs], Tue Mar 10 22:10:44 2020 UTC (4 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored) to selected 1.20 (colored)

librsvg: update bl3.mk to remove libcroco in rust case

recursive bump for the dependency change

Revision 1.7 / (download) - annotate - [select for diffs], Sun Mar 8 16:50:50 2020 UTC (4 years ago) by wiz
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored) to selected 1.20 (colored)

*: recursive bump for libffi

Revision 1.6 / (download) - annotate - [select for diffs], Sun Jan 26 17:31:49 2020 UTC (4 years, 2 months ago) by rillig
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored) to selected 1.20 (colored)

all: migrate homepages from http to https

pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.

Revision 1.5 / (download) - annotate - [select for diffs], Sat Jan 18 21:50:13 2020 UTC (4 years, 2 months ago) by jperkin
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored) to selected 1.20 (colored)

*: Recursive revision bump for openssl 1.1.1.

Revision 1.4 / (download) - annotate - [select for diffs], Mon Sep 30 08:28:40 2019 UTC (4 years, 5 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3
Changes since 1.3: +2 -1 lines
Diff to previous 1.3 (colored) to selected 1.20 (colored)

freerdp2: Needs docbook-xsl

Revision 1.3 / (download) - annotate - [select for diffs], Sun Sep 29 09:37:18 2019 UTC (4 years, 6 months ago) by nia
Branch: MAIN
Changes since 1.2: +3 -1 lines
Diff to previous 1.2 (colored) to selected 1.20 (colored)

freerdp2: Needs libxslt

Revision 1.2 / (download) - annotate - [select for diffs], Wed Sep 18 14:17:15 2019 UTC (4 years, 6 months ago) by ryoon
Branch: MAIN
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored) to selected 1.20 (colored)

Recursive revbump from audio/pulseaudio

Revision 1.1 / (download) - annotate - [select for diffs], Sun Sep 15 12:55:14 2019 UTC (4 years, 6 months ago) by nia
Branch: MAIN
Diff to selected 1.20 (colored)

Add net/freerdp2.

FreeRDP is a free implementation of the Remote Desktop Protocol (RDP),
released under the Apache license.

This package contains major version 2 of the library.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>