1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368
|
rdesktop (1.9.0-3) unstable; urgency=medium
[ Andreas Tille <tille@debian.org> ]
* Maintain package in Debian team on Salsa
* Drop obsolete debian/README.source
Closes: #1110334
* debhelper-compat (= 13)
* d/control:
- Drop explicit Build-Depends: autoconf, automake
- Build-Depends: s/pkg-config/pkgconf/
* d/copyright:
- DEP5
- Review
* Add hint that upstream needs a new upstream maintainer to long
description.
* d/watch: version=5
* Verify that this upstream version contains the patch which fixes
DPI and Mouse Cursor for Windows 10
Closes: #839551
* Verify that code to fix redirected disk file transfer is included
in recent upstream version
Closes: #563114
* Verify that patch to nt duplicate scroll wheel events is included
in recent upstream version
Closes: #573395
* Verify that patch is applied upstream
Closes: #617615
* Verify that value for CallerAvailableAllocationUnits from
FileFsFullSizeInformation is correct in this version
Closes: #639413
* Verify that this version does support _WM_NET_PID
Closes: #749056
* Standards-Version: 4.7.3
-- Laszlo Boszormenyi (GCS) <gcs@debian.org> Tue, 10 Feb 2026 21:57:15 +0100
rdesktop (1.9.0-2) unstable; urgency=medium
* Backport upstream fix to use correct modulus and exponent in
rdssl_rkey_get_exp_mod() (closes: #947928).
-- Laszlo Boszormenyi (GCS) <gcs@debian.org> Sat, 04 Jan 2020 10:26:56 +0000
rdesktop (1.9.0-1) unstable; urgency=medium
* New upstream release.
* Update build dependencies.
* Update patches.
* Use short debhelper rules format.
* Update watch file.
* Update Standards-Version to 4.4.1 .
-- Laszlo Boszormenyi (GCS) <gcs@debian.org> Sun, 13 Oct 2019 08:19:11 +0000
rdesktop (1.8.6-2) unstable; urgency=medium
* Backport fixed version number and typo.
* Backport sec_decrypt() the correct amount of data (closes: #930511).
-- Laszlo Boszormenyi (GCS) <gcs@debian.org> Fri, 14 Jun 2019 15:32:25 +0000
rdesktop (1.8.6-1) unstable; urgency=high
* New upstream release, including many security fixes.
-- Laszlo Boszormenyi (GCS) <gcs@debian.org> Mon, 10 Jun 2019 07:16:21 +0000
rdesktop (1.8.4-1) unstable; urgency=high
* New upstream release, including many security fixes:
- fix possible integer overflow in s_check_rem() on 32bit arch,
- CVE-2018-8791: fix minor information leak in rdpdr_process(),
- CVE-2018-8792: fix denial of service in cssp_read_tsrequest(),
- CVE-2018-8793: fix remote code execution in cssp_read_tsrequest(),
- CVE-2018-8794: fix memory corruption in process_bitmap_data(),
- CVE-2018-8795: fix remote code execution in process_bitmap_data(),
- CVE-2018-8796: fix denial of service in process_bitmap_data(),
- CVE-2018-8797: fix remote code execution in process_plane(),
- CVE-2018-8798: fix minor information leak in rdpsnd_process_ping(),
- CVE-2018-8799: fix denial of service in process_secondary_order(),
- CVE-2018-8800: fix remote code execution in ui_clip_handle_data(),
- CVE-2018-20174: fix major information leak in ui_clip_handle_data(),
- CVE-2018-20175: fix denial of service in mcs_recv_connect_response()
and in mcs_parse_domain_params(),
- CVE-2018-20176: fix denial of service in sec_parse_crypt_info() and
in sec_recv(),
- CVE-2018-20177: fix memory corruption in rdp_in_unistr(),
- CVE-2018-20178: fix denial of service in process_demand_active(),
- CVE-2018-20179: fix remote code execution in lspci_process(),
- CVE-2018-20180: fix remote code execution in rdpsnddbg_process(),
- CVE-2018-20181: fix remote code execution in seamless_process(),
- CVE-2018-20182: fix remote code execution in seamless_process_line().
* Update debhelper level to 11 .
* Update Standards-Version to 4.3.0 .
-- Laszlo Boszormenyi (GCS) <gcs@debian.org> Mon, 07 Jan 2019 23:03:14 +0000
rdesktop (1.8.3-2) unstable; urgency=low
* Fix FTBFS with OpenSSL 1.1.0 (closes: #828530).
* Update watch file for GitHub project.
* Update Standards-Version to 3.9.8 .
-- Laszlo Boszormenyi (GCS) <gcs@debian.org> Fri, 23 Sep 2016 17:24:14 +0000
rdesktop (1.8.3-1) unstable; urgency=medium
* New upstream release; remove the Windows key bugfix backport, this
release contains it.
-- Laszlo Boszormenyi (GCS) <gcs@debian.org> Sun, 28 Dec 2014 18:46:19 +0000
rdesktop (1.8.2-3) unstable; urgency=low
* Backport fix to handle Windows key (closes: #768066).
-- Laszlo Boszormenyi (GCS) <gcs@debian.org> Tue, 04 Nov 2014 17:06:04 +0000
rdesktop (1.8.2-2) unstable; urgency=medium
* Update config.{sub,guess} for the AArch64 port (closes: #727953).
* Update Standards-Version to 3.9.6 .
-- Laszlo Boszormenyi (GCS) <gcs@debian.org> Thu, 16 Oct 2014 16:18:21 +0000
rdesktop (1.8.2-1) unstable; urgency=low
* New upstream release (closes: #739961).
* Use dh-autoreconf to update auto* files (closes: #744501).
* Drop 32_it_keymap.dpatch as upstream merged it and
90-snprintf-format-fix.patch as no longer needed.
* Update to Standards-Version 3.9.5 and to debhelper level 9 .
-- Laszlo Boszormenyi (GCS) <gcs@debian.org> Sat, 30 Aug 2014 15:57:03 +0000
rdesktop (1.7.1-1) unstable; urgency=low
* New upstream release, update patches to apply clean.
* Enable smartcard support (closes: #546713).
* Enable RandR extension support.
-- Laszlo Boszormenyi (GCS) <gcs@debian.hu> Wed, 08 Feb 2012 09:38:40 +0000
rdesktop (1.7.0-2) unstable; urgency=low
* Switch to 3.0 (quilt) source format, remove dpatch build dependency.
Update 90_update_smartcard_api.dpatch to apply clean, remove
80_config.dpatch as it's not needed anymore.
* Enable hardened build flags, patch from Moritz Muehlenhoff
<jmm@debian.org> (closes: #653498).
* Update packaging bits.
* Mention Windows Server support in package description (closes: #623777).
-- Laszlo Boszormenyi (GCS) <gcs@debian.hu> Tue, 03 Jan 2012 19:08:18 +0100
rdesktop (1.7.0-1) unstable; urgency=high
* New upstream release, fixing CVE-2010-1595 (closes: #623552).
* Remove 15_lp192218.dpatch , 16_lp667275.dpatch and 35_force_rdpdr.dpatch
this release contains them; update other patches to match this release.
-- Laszlo Boszormenyi (GCS) <gcs@debian.hu> Thu, 21 Apr 2011 19:43:08 +0200
rdesktop (1.6.0-4) unstable; urgency=low
* Fix 64 bit crashes due to incorrectly sized Xorg properties
(closes: #617731).
* Add missing '-r clipboard' option to manpage (closes: #506893).
* Add viewport patch from Ubuntu.
* Fix minor packaging issues.
-- Laszlo Boszormenyi (GCS) <gcs@debian.hu> Sat, 26 Mar 2011 13:11:06 +0100
rdesktop (1.6.0-3) unstable; urgency=low
[ Patrick Calhoun ]
* debian/patches/35_force_rdpdr.dpatch: Backported patch From Sameer Naik to
init rdpdr. ( http://article.gmane.org/gmane.network.rdesktop.devel/2808 )
* debian/patches/32_it_keymap.dpatch: Italian keymap (closes: #540352).
* debian/patches/80_config.dpatch: use autotools config.guess, config.sub
(moved script from debian/rules to the dpatch system)
* Compile with alsa sound support enabled (closes: #507654).
* Added libasound2-dev, dpatch (>= 2.0.9) to build-depends
* Update debhelper-compat to 6 (was 4) , no changes needed.
* Modified debian/rules to build using dpatch
[ Laszlo Boszormenyi ]
* Added watch file (closes: #519065).
* Moved nostrip option handling to 80_handle_nostrip_option.dpatch as using
dpatch now.
* Added pkg-config to build-depends, needs for detecting ALSA availability.
* Updated Standards-Version to 3.8.2 , no changes needed.
-- Laszlo Boszormenyi (GCS) <gcs@debian.hu> Thu, 20 Aug 2009 23:07:08 +0000
rdesktop (1.6.0-2) unstable; urgency=low
* Compile with IPv6 support (closes: #432299).
* Remove obsolete x-dev build-dependency.
* Adhere to policy 10.1 , don't stip binary if nostrip specified in
DEB_BUILD_OPTIONS (closes: #437887).
* Update Standards-Version to 3.8.0 , no changes needed.
-- Laszlo Boszormenyi (GCS) <gcs@debian.hu> Sat, 16 Aug 2008 14:40:47 +0000
rdesktop (1.6.0-1) unstable; urgency=low
* New stable upstream release (closes: #484071).
-- Laszlo Boszormenyi (GCS) <gcs@debian.hu> Wed, 04 Jun 2008 09:24:17 +0200
rdesktop (1.5.0-4+cvs20071006) unstable; urgency=high
* Fix three security bugs by backporting them to this CVS snapshot, namely
CVE-2008-1801 , CVE-2008-1802 and CVE-2008-1803
(closes: #480133, #480134, #480135).
-- Laszlo Boszormenyi (GCS) <gcs@debian.hu> Thu, 08 May 2008 18:54:16 +0200
rdesktop (1.5.0-3+cvs20071006) unstable; urgency=low
* Fix segfault in XGetPointerMapping() thanks to Felix Domke
(closes: #445779).
-- Laszlo Boszormenyi (GCS) <gcs@debian.hu> Sun, 21 Oct 2007 21:34:16 +0200
rdesktop (1.5.0-2+cvs20071006) unstable; urgency=low
* CVS snapshot.
-- Laszlo Boszormenyi (GCS) <gcs@debian.hu> Sat, 06 Oct 2007 10:20:59 +0200
rdesktop (1.5.0-2) unstable; urgency=low
* Fix segfault regression caused by libx11-6 security fix.
-- Laszlo Boszormenyi (GCS) <gcs@debian.hu> Thu, 12 Apr 2007 21:34:13 +0000
rdesktop (1.5.0-1) unstable; urgency=low
* New upstream release (closes: #393520), accept Victor's change
(closes: #343946).
* New maintainer with ACK from Tomas.
* Tune packaging.
-- Laszlo Boszormenyi (GCS) <gcs@debian.hu> Tue, 17 Oct 2006 21:31:16 +0000
rdesktop (1.4.1-1.1) unstable; urgency=low
* Non-maintainer upload.
* xlibs-dev transition.
-- Victor Seva <linuxmaniac@torreviejawireless.org> Sat, 17 Dec 2005 16:17:35 +0100
rdesktop (1.4.1-1) unstable; urgency=low
* New upstream release.
-- Tomas Fasth <tomfa@debian.org> Tue, 24 May 2005 13:31:34 +0000
rdesktop (1.4.0-2) unstable; urgency=low
* New maintainer.
* Update Standards-Version to 3.6.1
-- Tomas Fasth <tomfa@debian.org> Fri, 15 Apr 2005 17:47:28 +0000
rdesktop (1.4.0-1) unstable; urgency=low
* NMU: New upstream release with a nod from Sam.
* NMU: Fixed debian/rules to come clean with lintian as follows;
Man page now goes to /usr/share/man instead of /usr/X11R6/man.
Calling dh_installchangelogs before calling dh_installdocs.
-- Tomas Fasth <tomfa@debian.org> Wed, 13 Apr 2005 22:59:56 +0000
rdesktop (1.3.1-1.1) unstable; urgency=low
* NMU: apply XEmbed patch, Closes: #268896
-- Riku Voipio <riku.voipio@iki.fi> Sat, 6 Nov 2004 10:09:21 +0000
rdesktop (1.3.1-1) unstable; urgency=low
* New upstream release
* Removes unnecessary manpage. Closes: #223832.
-- Sam Johnston <samj@aos.net.au> Wed, 4 Feb 2004 17:52:26 +1100
rdesktop (1.3.0-1) unstable; urgency=medium
* New upstream release
* Adds ChangeLog. Closes: #189667.
* Adds RDP5 support. Closes: #212362.
* Resolves keymap problems. Closes: #198201.
* Adds upstream documentation. Closes: #189666.
-- Sam Johnston <samj@aos.net.au> Thu, 30 Oct 2003 13:09:41 +1100
rdesktop (1.2.0-2) unstable; urgency=medium
* resolves lintian warnings: out-of-date-standards-version,
copyright-lists-upstream-authors-with-dh_make-boilerplate,
postinst-should-not-set-usr-doc-link
* built against libssl0.9.7. Closes: #180997.
* updates maintainer email address
* no upstream changelog - 1.2.0 changes listed below. Closes: #186974.
* new more portable key mapping code
* support for high (128-bit) encryption
* toggling out of full-screen mode with Ctrl-Alt-Enter
* a few extra options including host:port syntax
* many, many bug fixes and optimisations
-- Sam Johnston <samj@aos.net.au> Tue, 8 Apr 2003 13:56:51 +1000
rdesktop (1.2.0-1) unstable; urgency=low
* New upstream release. Closes: #179546.
-- Sam Johnston <samj@debian.org> Sun, 23 Feb 2003 17:22:28 +1100
rdesktop (1.2beta1-1) unstable; urgency=low
* New upstream version released (beta)
* License exemption obtained for OpenSSL. Closes: #172574.
-- Sam Johnston <samj@debian.org> Sun, 8 Dec 2002 15:00:42 +1100
rdesktop (1.1.0-2) unstable; urgency=low
* Moved into main (http://www.debian.org/legal/cryptoinmain)
-- Sam Johnston <samj@debian.org> Sat, 23 Mar 2002 21:43:05 +1100
rdesktop (1.1.0-1) unstable; urgency=low
* New upstream version released
* Incorporates many fixes from the unified patches:
http://bibl4.oru.se/projects/rdesktop/patch19-changes.txt
* Keyboard support fixes and official manpage to be included in next
release
-- Sam Johnston <samj@debian.org> Mon, 17 Sep 2001 23:52:08 +1000
rdesktop (1.0.0+19.6.6-2.1) unstable; urgency=low
* NMU (for porting)
* Change rdesktop.h to include <endian.h> and define L_ENDIAN / B_ENDIAN
based on that. Closes: #103409 #103499
* Change rdesktop.h to define NEEDS_ALIGN on all architecture except i386.
-- Matthew Wilcox <willy@debian.org> Wed, 11 Jul 2001 20:04:56 -0400
rdesktop (1.0.0+19.6.6-2) unstable; urgency=low
* Rebuild with sane version of dpkg-dev
-- Sam Johnston <samj@debian.org> Tue, 3 Jul 2001 00:12:06 +1000
rdesktop (1.0.0+19.6.6-1) unstable; urgency=low
* Initial Release.
-- Sam Johnston <samj@debian.org> Wed, 27 Jun 2001 23:53:17 +1000
Local variables:
mode: debian-changelog
End:
|