pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/rdesktop



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sun Jan  6 16:46:52 UTC 2019

Modified Files:
        pkgsrc/net/rdesktop: Makefile distinfo

Log Message:
rdesktop: update to 1.8.4

    Add rdp_protocol_error function that is used in several fixes
    Refactor of process_bitmap_updates
    Fix possible integer overflow in s_check_rem() on 32bit arch
    Fix memory corruption in process_bitmap_data - CVE-2018-8794
    Fix remote code execution in process_bitmap_data - CVE-2018-8795
    Fix remote code execution in process_plane - CVE-2018-8797
    Fix Denial of Service in mcs_recv_connect_response - CVE-2018-20175
    Fix Denial of Service in mcs_parse_domain_params - CVE-2018-20175
    Fix Denial of Service in sec_parse_crypt_info - CVE-2018-20176
    Fix Denial of Service in sec_recv - CVE-2018-20176
    Fix minor information leak in rdpdr_process - CVE-2018-8791
    Fix Denial of Service in cssp_read_tsrequest - CVE-2018-8792
    Fix remote code execution in cssp_read_tsrequest - CVE-2018-8793
    Fix Denial of Service in process_bitmap_data - CVE-2018-8796
    Fix minor information leak in rdpsnd_process_ping - CVE-2018-8798
    Fix Denial of Service in process_secondary_order - CVE-2018-8799
    Fix remote code execution in in ui_clip_handle_data - CVE-2018-8800
    Fix major information leak in ui_clip_handle_data - CVE-2018-20174
    Fix memory corruption in rdp_in_unistr - CVE-2018-20177
    Fix Denial of Service in process_demand_active - CVE-2018-20178
    Fix remote code execution in lspci_process - CVE-2018-20179
    Fix remote code execution in rdpsnddbg_process - CVE-2018-20180
    Fix remote code execution in seamless_process - CVE-2018-20181
    Fix remote code execution in seamless_process_line - CVE-2018-20182
    Fix building against OpenSSL 1.1


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/net/rdesktop/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/net/rdesktop/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/rdesktop/Makefile
diff -u pkgsrc/net/rdesktop/Makefile:1.47 pkgsrc/net/rdesktop/Makefile:1.48
--- pkgsrc/net/rdesktop/Makefile:1.47   Sat Mar  5 11:29:11 2016
+++ pkgsrc/net/rdesktop/Makefile        Sun Jan  6 16:46:51 2019
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.47 2016/03/05 11:29:11 jperkin Exp $
+# $NetBSD: Makefile,v 1.48 2019/01/06 16:46:51 tnn Exp $
 
-DISTNAME=              rdesktop-1.8.3
-PKGREVISION=           1
+DISTNAME=              rdesktop-1.8.4
 CATEGORIES=            net
-MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=rdesktop/}
+MASTER_SITES=          ${MASTER_SITE_GITHUB:=rdesktop/}
+GITHUB_RELEASE=                v${PKGVERSION_NOREV}
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              http://www.rdesktop.org/
@@ -34,6 +34,7 @@ CONFIGURE_ARGS+=      --with-sound=alsa
 .include "../../audio/alsa-lib/buildlink3.mk"
 .endif
 
+.include "../../audio/libsamplerate/buildlink3.mk"
 .include "../../mk/oss.buildlink3.mk"
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../x11/libX11/buildlink3.mk"

Index: pkgsrc/net/rdesktop/distinfo
diff -u pkgsrc/net/rdesktop/distinfo:1.24 pkgsrc/net/rdesktop/distinfo:1.25
--- pkgsrc/net/rdesktop/distinfo:1.24   Wed Nov  4 00:35:33 2015
+++ pkgsrc/net/rdesktop/distinfo        Sun Jan  6 16:46:51 2019
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.24 2015/11/04 00:35:33 agc Exp $
+$NetBSD: distinfo,v 1.25 2019/01/06 16:46:51 tnn Exp $
 
-SHA1 (rdesktop-1.8.3.tar.gz) = aa1e56043782e04a0121357b24874e3ad6ae7b1d
-RMD160 (rdesktop-1.8.3.tar.gz) = c278b54be54f434d79e0f07a9cdc2cca62286103
-SHA512 (rdesktop-1.8.3.tar.gz) = 06b94ad3b09430b05e424ef31a3e6f2388190b4920e348603cb66a414244896e0dc8906b9f12920e9406cf153ffa7f6507b23bf6713c3a675c0540a8ef57902d
-Size (rdesktop-1.8.3.tar.gz) = 320212 bytes
+SHA1 (rdesktop-1.8.4.tar.gz) = b937573e3f76a494a2b9092a440c9ea3e862d1f3
+RMD160 (rdesktop-1.8.4.tar.gz) = 5ad95433c369a9cff11b765e181d97ac41bf8582
+SHA512 (rdesktop-1.8.4.tar.gz) = 9e4f6723eb0baab31ad11f1c5c29a4753c655386c2381d01646b7834c959ffc2ec1e0c2f3f73626255aa018889709758d97387c7563da98bb1b7f269610929ae
+Size (rdesktop-1.8.4.tar.gz) = 321448 bytes
 SHA1 (patch-aa) = a56f15d51e32b3e53fd1e42736944a6805cbe9e0



Home | Main Index | Thread Index | Old Index