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

Accepted open-vm-tools 2:9.10.2-2822639-1~bpo70+1 (source amd64 all) into wheezy-backports-sloppy, wheezy-backports-sloppy



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 02 Jul 2015 19:19:51 +0200
Source: open-vm-tools
Binary: open-vm-tools open-vm-tools-desktop open-vm-tools-dev open-vm-tools-dbg open-vm-tools-dkms
Architecture: source amd64 all
Version: 2:9.10.2-2822639-1~bpo70+1
Distribution: wheezy-backports-sloppy
Urgency: medium
Maintainer: Bernd Zeimetz <bzed@debian.org>
Changed-By: Bernd Zeimetz <bzed@debian.org>
Description: 
 open-vm-tools - Open VMware Tools for virtual machines hosted on VMware (CLI)
 open-vm-tools-dbg - Open VMware Tools for virtual machines hosted on VMware (debug)
 open-vm-tools-desktop - Open VMware Tools for virtual machines hosted on VMware (GUI)
 open-vm-tools-dev - Open VMware Tools for virtual machines hosted on VMware (developm
 open-vm-tools-dkms - Open VMware Tools for virtual machines hosted on VMware (DKMS)
Closes: 677503 679886 686200 686202 687205 695845 695912 695993 696056 706557 707208 717154 717381 729540 736812 748187 748202 756620 756808 757739 761924 762695 764295 770809 778293 781784 784398 789722
Changes: 
 open-vm-tools (2:9.10.2-2822639-1~bpo70+1) wheezy-backports-sloppy; urgency=medium
 .
   * Rebuild for wheezy-backports.
   * [683b294b] Add gbp.conf for backports.
   * [31093435] Enable more dkms modules for wheezy.
   * [bdabb3e3] Let open-vm-tools-desktop depend on bpo systemd.
   * [dff2ad00] Add --disable-deploypkg as configure flags.
 .
 open-vm-tools (2:9.10.2-2822639-1) unstable; urgency=medium
 .
   * [a4125bd1] Merge tag 'upstream/9.10.2-2822639'
     Upstream version 9.10.2-2822639
     (Closes: #789722)
   * Quiescing Filesystems should work as expected.  (Closes: #784398)
 .
 open-vm-tools (2:9.10.0-2476743-4) unstable; urgency=medium
 .
   * [d7d898c4] Update package version in dkms file.
 .
 open-vm-tools (2:9.10.0-2476743-3) unstable; urgency=medium
 .
   * [4148c544] Also fix version number in modules/linux/dkms.sh.
 .
 open-vm-tools (2:9.10.0-2476743-2) unstable; urgency=medium
 .
   * [7967f7c1] Fix version number in configure.ac.
 .
 open-vm-tools (2:9.10.0-2476743-1) unstable; urgency=medium
 .
   * [4de8ff44] Add script to update patches.
   * [52b74910] Merge tag 'upstream/9.10.0-2476743'
     Upstream version 9.10.0-2476743
     (Closes: #781784)
   * [fddc317d] Refreshing patches for new upstream version.
   * [7b53f258] Add libmspack-dev as build-dependency.
   * [6b5841da] Add libssl-dev as build-dependency.
   * [de52be8e] Add libxerces-c-dev as build-dependency.
   * [17b2788a] Add libxml-security-c-dev as build-dependency.
 .
 open-vm-tools (2:9.4.6-1770165-8) unstable; urgency=medium
 .
   * [406817b6] Add patch to move from d_alias to d_u.d_alias.
     Make open-vm-tools build with the recent jessie kernel again.
     Thanks to Timo Metsala (Closes: #778293)
 .
 open-vm-tools (2:9.4.6-1770165-7) unstable; urgency=medium
 .
   * [8df5b4ac] Adding patch to fix CVE-2014-4199.
     Thanks to Moritz Muehlenhoff (Closes: #770809)
 .
 open-vm-tools (2:9.4.6-1770165-6) unstable; urgency=medium
 .
   * [6b514014] Fix installation of systemd services.
     Thanks to Norbert Lange (Closes: #764295)
   * [1130d9e9] Workaround for buggy dh_systemd_start.
   * [1d43a9e7] Remove the automount feature for vmblock-fuse.
     vmtools* checks /etc/mtab and friends for mounted filesystems
     instead of using stat or something similar.
   * [b06f93e5] Add mate-panel to xautostart.conf
   * [26a5da76] Workaround open-vm-tools-desktop upgrade failures.
     For now just ignore errors while unmounting the fuse-vmblock
     file system.
 .
 open-vm-tools (2:9.4.6-1770165-5) unstable; urgency=medium
 .
   * [7f362040] Create /tmp/VMwareDnD for vmblock-fuse.
   * [c5f35c1b] Revert "Fix Breaks and Replaces Fields in debian/control"
     This reverts commit 34797213251956fbc1451ab1affc7b6c413b7072.
 .
 open-vm-tools (2:9.4.6-1770165-4) unstable; urgency=medium
 .
   [ Norbert Lange ]
   * [34797213] Fix Breaks and Replaces Fields in debian/control
   * [aff1eb77] Add udev rule for vsock.
     The blockdevice is created at /dev/vsock after loading the module,
     but with 0600 permissions which dont allow access for regular users.
     This rule fixes the issue by changing perms to 0666
 .
   [ Bernd Zeimetz ]
   * [371e5d30] Move vsock udev rules into open-vm-tools.udev.
     The vsock module is shipped in the vanilla kernel these days.
   * [edaeb2fd] Add systemd (auto)mount units for vmblock-fuse.
     This will hopefully make drag & drop operations work properly.
     Also add fuse to Recommends of the -desktop package as it is
     needed to mount fuse filesystems.
     Thanks to Norbert Lange (Closes: #736812)
   * [171276e3] Remove update-rcd-params from dh_installinit.
     Thanks to Remi (Closes: #762695)
 .
 open-vm-tools (2:9.4.6-1770165-3) unstable; urgency=medium
 .
   [ Bernd Zeimetz ]
   * [b04735fa] Ensure LINUX_BACKPORT is defined in patches/kuid_t-kgid_t-fix-for-3.12.
 .
   [ Norbert Lange ]
   * [01aaa407] Fix initramfs hook for the vmxnet module
   * [5279fa17] Move the dkms module location patch before otehr patches
      changing the dkms.conf file. this eases adding or removing those patches
   * [b1db2b5c] Move files belonging to modules in dkms package.
     Call update-initramfs for the dkms package. Otherwise the initrd wont
     contain the vmxnet module if you installed the dkms package after the
     tools package. Move the module scripts to the dmks package.
     The modules in the dkms package should work without the tools now.
 .
   [ Bernd Zeimetz ]
   * [d0ccee4f] Run #DEBHELPER# first in open-vm-tools-dkms.postinst.
     Otherwise dkms was not called and the module is not built yet.
   * [f680b4fa] Run update-initramfs in open-vm-tools-dkms.postrm.
     Otherwise a removed module stays in the initrd.
   * [ef4bd019] Remove unused DEPRECATED define.
     The dkms module ftbfs with 3.16 as DEPRECATED is define in the kernel
     source already.
     Thanks to Benjamin Kaduk (Closes: #761924)
   * [5389dd1f] Some more fixes to make dkms build on 3.16
   * [4c1f5fa7] Drop dkms.conf patches.
     Ship the dkms.conf file in debian/local instead.
   * [805ccb06] Tidying patches.
     - Removing those for kernel modules we don't build anymore
     - Taking fixes for current issues from Arch
     - Sorting patches into from_fedora / from_arch / debian directories.
     This will break backports to wheezy.
   * [519191ff] Fix dh_dkms call for new dkms.conf
 .
 open-vm-tools (2:9.4.6-1770165-2) unstable; urgency=medium
 .
   * [d493d4ce] Remove vmware-user-suid-wrapper.1 from open-vm-tools.
     The manpage belongs to the -desktop package and was accidentally
     synced from Ubuntu.
     Thanks to Ralf Treinen (Closes: #757739)
 .
 open-vm-tools (2:9.4.6-1770165-1) unstable; urgency=medium
 .
   [ Bernd Zeimetz ]
   * [d448e841] Merge tag 'upstream/9.4.6-1770165'
     Upstream version 9.4.6-1770165
     Closes: #756620
   * [969fc903] Ensure that vmware-user-suid-wrapper ships a suid bit.
   * [8067da08] Add -Wno-sizeof-pointer-memaccess gcc option.
     See http://sourceforge.net/p/open-vm-tools/mailman/message/32550433/
     for details. Code quality doesn't seem to be the best :(
   * [b5ba8c3b] refreshing patches.
   * [36cd39c6] Updating changelog.
   * [99f43e95] Revert "Add -Wno-sizeof-pointer-memaccess gcc option."
     This reverts commit 8067da0891e0fc6a2e55853a103ff2c95fa1f59b.
   * [bb95d814] Adding a patch from fedora instead of
     -Wno-sizeof-pointer-memaccess.
   * [d6b2ad4a] Update manpages.
     Changes taken from Ubuntu, thanks!
   * [3768ff7f] Better startup message if not in a vm.
     Patch taken from Ubuntu (LP: #1289564).
   * [4d5dec19] Add patch for Debian 7.X os recognition.
     Official code only handles 7.0 and 7.1.
     Also maybe 8.x, needs to be tested if it breaks stuff in vmware.
   * [7b3d23c9] Refreshing patches.
   * [af20a700] Make patches/kuid_t-kgid_t-fix-for-3.12 compatible with
     older kernels. Thanks to Norbert Lange for the idea.
   * [c4df056b] PIC handling in configure is broken.
     Add --with-pic as configure option and -fPIC to CFLAGS.
 .
   [ Nicholas Levi Sielicki ]
   * [eafd8723] Rise the number of supported NICs.
     There is an arbitrary constant declared limiting the amount of NICs that
     it supports. I have bumped the limit from 16 to 64 to make this
     toolset functional for larger setups. (Closes: #756808)
 .
 open-vm-tools (2:9.4.0-1280544-8) unstable; urgency=medium
 .
   * [0ecb889e] Removing old transitional packages.
   * [5e039b52] Add missing Breaks/Replaces for file moves.
   * [9d01b21d] Fix vsock removal patch, add some missing ""
   * [2ae80665] Add e55039c_HGFS-Fix-Linux-client-symlinks patch again.
     Went missing during a merge conflict. Ouch.
   * [d7f7e40e] Fix vsock removal patch (avoid { foo;; })
 .
 open-vm-tools (2:9.4.0-1280544-7) unstable; urgency=medium
 .
   * [9960cb11] Add gbp setting for merge info in changelog.
   * [645a5350] Remove old patch for the vsock module.
     Not necessary in the current version anymore.
     Thanks to Hilmar Preuße (Closes: #748202)
   * [4c8effb7] Fix patch to avoid building vmblock on kernel >= 3.0.
     No real difference, though, as we don't build kernel modules with
     configure.
   * [2cbfa96d] Refreshing patches.
   * [be59923b] Do not build vsock on kernels >= 3.9
     the vsock module was included in the upstream kernel.
   * [6d36f49e] Move .desktop file into the -desktop package.
   * [ef406f81] Move /lib/modules-load.d/open-vm-tools.conf to open-vm-tools-dkms.
     Thanks to Jim Barber (Closes: #748187)
   * [56742c8c] Revert "Use /run/VMwareDnD instead of /tmp/VMwareDnD."
     This reverts commit 49dc599d453ed40a1299b9a376755cdbb43e0da2.
   * [c6df2503] Patch pam.d/vmtoolsd to use common-auth/account.
 .
 open-vm-tools (2:9.4.0-1280544-6) unstable; urgency=medium
 .
   [ Cédric Barboiron ]
   * [4e45e2e8] Hot apply udev rule for disk timeout
   * [527525fc] fix syntax-error-in-dep5-copyright
   * [5f6b2a47] fix malformed-override open-vm-toolbox
   * [5aabaf79] fix manpage-has-errors-from-man
   * [f867443c] fix executable-not-elf-or-script
     match unit file rights in systemd package
   * [f89024a1] fix file locations in copyright
 .
   [ Bernd Zeimetz ]
   * [76dadf83] Add patch for CVE-2013-3237.
   * [fa7d4a63] Merge pull request #1 from yastupin/master
     procps, init script and doc
   * [115b8c49] Better permission handling.
     Especially for pam.d files and vmware-user-suid-wrapper.
   * [70fa10d1] Fix vmxnet initramfs-tools hook.
     Thanks to Norbert Lange
   * [9d3f3c9b] Move vmware-user-suid-wrapper into desktop package.
   * [49dc599d] Use /run/VMwareDnD instead of /tmp/VMwareDnD.
     /tmp/VMwareDnD might be existing already or evil users might try to
     trick us into doing bad things. Using known directories in /tmp is bad
     enough not to spend time to try to figure out if the code tries to work
     around possible attacks. Using a directory in /run is a much safer
     approach. Proper init scripts will be added at a later point.
   * [d9467cd9] Dropping lintian override files.
     Also fixing some lintian warnings.
   * [a7f7e5bd] Use libprocps-dev instead of libprocps0-dev.
   * [21214012] Use manpages-desktop as source folder for -desktop.
 .
 open-vm-tools (2:9.4.0-1280544-5) unstable; urgency=low
 .
   * [31c30832] Revert "Enable building of vmci again."
     This reverts commit 0d55577cd3c262dbbc2bf79593d6f500f84c4170.
     Too fast upload, sorry. vmhgfs is indeed (still) broken with
     vmci.
 .
 open-vm-tools (2:9.4.0-1280544-4) unstable; urgency=low
 .
   * [0d55577c] Enable building of vmci again.
     Also patch it to build with 3.12
 .
 open-vm-tools (2:9.4.0-1280544-3) unstable; urgency=low
 .
   * [8b23a27d] Revert "Add /mnt/hgfs as hgfs mountpoint."
     Although the idea from the Ubuntu people to ship the mountpoint
     in the package is nice, lintian is rather unhappy about it.
     This reverts commit 1e7d8645e48f601e79eb5771e05272b367fa4eb1.
   * [46f99c30] Remove procps support for now.
     Unfortunately the procps package in unstable is rather broken, procps
     support will be enabled again when the new procps version managed to
     migrate to testing.
 .
 open-vm-tools (2:9.4.0-1280544-2) unstable; urgency=low
 .
   * [242d45e4] Pick patch from upstream to build with gcc 4.8
   * [ed8f797f] Add script to pick patches from upstream.
   * [312be5d5] Snapshot changelog.
   * [c125af80] Use /updates/dkms/ as location for kernel modules.
     We don't want to mess with files shipped in kernel module packages.
   * [f63a890c] Bumping Standards-Version, no changes needed.
   * [1e7d8645] Add /mnt/hgfs as hgfs mountpoint.
   * [0bcabab3] Fix add_patch script.
   * [1d436969] Add some more patches to make dkms succeed on recent kernels.
     Also add dh_autoreconf as we modify configure.ac
   * [088450dd] Also apply the changs from upstream's 530ef7f for dkms.
     vmblock should be used via fuse now, vmsync is not needed anymore.
   * [cf44ff2f] Pick patch from upstream: Harden HostinfoOSData
   * [21ca2b74] Pick patch from upstream: building on kfreebsd.
   * [82123155] Use libprocps3-dev instead of libprocps0-dev.
   * [da76a5e9] Add patch to convert kuid_t/kgid_t to uid_t/gid_t.
     Building against kernel 3.12 should succeed now.
   * [91e91538] Pick another fix from upstream to make vmhgfs build on 3.12
   * [53ea11a4] Add Vcs Headers to debian/control.
   * [d19592cc] Revert "Use libprocps3-dev instead of libprocps0-dev."
     This reverts commit 821231554486ec7ff36cd36e89a6b0ef7c7a5552.
     Due to procps being completely broken in unstable.
 .
 open-vm-tools (2:9.4.0-1280544-1) unstable; urgency=low
 .
   * [b85cd491] Taking over the maintenance of open-vm-tools. (Closes: #717381)
   * [ecccbddd] Adding watch file.
   * [12cfd169] Merge tag 'upstream/9.4.0-1280544'
     Upstream version 9.4.0-1280544
   * [7e93ef77] Refreshing patches.
   * [25fe744b] Adding CUSTOM_PROCPS_NAME/CFLAGS to dh_auto_configure call.
   * [4d1081bc] Importing patches from Ubuntu.
     As open-vm-tools should just do the right thing, we leave building
     vmsync enabled to make backporting easier.
     Thanks to Nate Muench <NowIWillDestroyAbydos@gmail.com>
   * [a0fae111] Copy upstream's dkms config for dh_dkms.
   * The new upstream release, together with the flags and new patches
     mentioned above, makes open-vm-tools build with Kernel 3.11.
     Thanks to: Jim Barber and Mihai Limbasan
     Closes: #729540
 .
 open-vm-tools (2:9.2.3-1031360-7) unstable; urgency=low
 .
   * QA upload
   * Fix compilation with Linux 3.10. Thanks to Zack Weinberg for the patch!
     (Closes: #717154)
 .
 open-vm-tools (2:9.2.3-1031360-6) unstable; urgency=low
 .
   * Correcting syntax of file entries in copyright.
   * Adding section override for open-vm-tools-dkms.
   * Enforcing build with gcc 4.7 for the time being.
   * Orphaning package.
 .
 open-vm-tools (2:9.2.3-1031360-5) experimental; urgency=low
 .
   * Dropping obsolete sysvinit initscript start/stop numbers.
 .
 open-vm-tools (2:9.2.3-1031360-4) experimental; urgency=low
 .
   * Dropping kfreebsd from architecture list, it has never built and
     nobody seems willing to make it work (neither upstream, porters, nor
     users).
 .
 open-vm-tools (2:9.2.3-1031360-3) experimental; urgency=low
 .
   * Adding initial systemd service file from fedora.
   * Skipping vmsync kernel module for the time being until it has been
     fixed for the debian specific change introduced in linux 3.8.11-1 that
     broke it (Closes: #707208).
 .
 open-vm-tools (2:9.2.3-1031360-2) experimental; urgency=low
 .
   * Renaming debian-specific open-vm-toolbox package to open-vm-tools-
     desktop for consistency with upstream.
   * Revamping package descriptions.
   * Renaming open-vm-dkms to open-vm-tools-dkms for consistent package
     namespace.
 .
 open-vm-tools (2:9.2.3-1031360-1) experimental; urgency=low
 .
   * Merging upstream version 9.2.3-1031360.
   * Removing procps.patch, not needed anymore.
   * Renumbering patches.
 .
 open-vm-tools (2:9.2.2-893683-8) experimental; urgency=low
 .
   * Adding patch from Mathias Krause <minipli@googlemail.com> to fix
     kernel stack memory leack in vsock module [CVE-2013-3237] (Closes:
     #706557).
 .
 open-vm-tools (2:9.2.2-893683-7) experimental; urgency=low
 .
   * Removing purely cosmetical 'sleep 1' leftover in initscript (Closes:
     #686200).
 .
 open-vm-tools (2:9.2.2-893683-6) unstable; urgency=low
 .
   * Removing all references to my old email address.
 .
 open-vm-tools (2:9.2.2-893683-5) unstable; urgency=low
 .
   * Updating to standards version 3.9.4.
   * Shortening build-depends on procps again.
   * Updating year in copyright file.
   * Prefixing patches with 4 digits for consistency.
   * Tightening diff headers in patches.
   * Adding dpkg-source local-options to abort on upstream changes.
   * Dropping dpkg-source compression levels.
 .
 open-vm-tools (2:9.2.2-893683-4) unstable; urgency=low
 .
   * Removing init order to network also on start (Closes: #695845).
 .
 open-vm-tools (2:9.2.2-893683-3) unstable; urgency=low
 .
   * Correcting daemon name in stop section of the initscript (Closes:
     #696056).
 .
 open-vm-tools (2:9.2.2-893683-2) unstable; urgency=low
 .
   * Removing init order to network (Closes: #695845).
   * Correcting version number (Closes: #695912).
   * Don't check for vm on stop in initscript (Closes: #695993).
 .
 open-vm-tools (2:9.2.2-893683-1) unstable; urgency=low
 .
   [ Daniel Baumann ]
   * Switching to xz compression again for jessie.
   * Loading modules through kmod instead of initscript again for jessie.
   * Adding sleep during restart in initscript again for jessie.
   * Removing old dpkg trigger for update-initramfs again for jessie.
   * Updating of GPL boilerplate in copyright file again for jessie.
   * Adding bugnumber to previous changelog entries regarding wheezy
     unblocks.
   * Merging upstream version 9.2.2-893683.
   * Adding remote_fs dependency in initscript (Closes: #695845).
 .
   [ Bernd Zeimetz ]
   * Handling binNMU/nmu/backports version numbers in rules.
 .
   [ Daniel Baumann ]
   * Using suggested start-stop-daemon handling in initscript from Bernd
     Zeimetz <bernd@bzed.de> (Closes: #686200).
   * Adding changelog for 8.8.0+2012.05.21-724730-1+nmu1 (Closes: #687205).
   * Correcting architecture fields in control.
   * Keeping vmware-user-suid-wrapper completely in vmware-tools rather
     than partially in vmware-toolbox (Closes: #686202).
 .
 open-vm-tools (2:8.8.0+2012.05.21-724730-4) unstable; urgency=low
 .
   * Reverting switch to xz compression to ease wheezy unblock (#683299).
   * Reverting to load modules through kmod instead of initscript to ease
     wheezy unblock (#683299).
   * Reverting added sleep during restart in initscript to ease wheezy
     unblock (#683299).
   * Reverting removing old dpkg trigger for update-initramfs to ease
     wheezy unblock (#683299).
   * Reverting update of GPL boilerplate in copyright file to ease wheezy
     unblock (#683299).
 .
 open-vm-tools (2:8.8.0+2012.05.21-724730-3) unstable; urgency=low
 .
   [ Thijs Kinkhorst ]
   * Updating dkms.conf to make modules build again, thanks to H.A.J.
     Koster (Closes: #679886).
 .
 open-vm-tools (2:8.8.0+2012.05.21-724730-2) unstable; urgency=low
 .
   * Switching to xz compression.
   * Loading modules through kmod instead of initscript.
   * Adding sleep during restart in initscript.
   * Removing old dpkg trigger for update-initramfs.
   * Updating GPL boilerplate in copyright file.
   * Calling dh_dkms with version argument (Closes: #677503).
Checksums-Sha1: 
 b0da732a64abb0d0a4b539522614c286f6f96154 2478 open-vm-tools_9.10.2-2822639-1~bpo70+1.dsc
 4ad1bc444276b25024cc4a60da22d84b615442a9 26528 open-vm-tools_9.10.2-2822639-1~bpo70+1.debian.tar.xz
 e6046bb7dc4f9776444488ddfa7f9ecd815a0303 644290 open-vm-tools_9.10.2-2822639-1~bpo70+1_amd64.deb
 e4bd4366f43cec504f37abf8abc59a970db79dd6 148322 open-vm-tools-desktop_9.10.2-2822639-1~bpo70+1_amd64.deb
 cbbd0a5c46c9f3d01e552e8c095f7d5a808d5f4f 99488 open-vm-tools-dev_9.10.2-2822639-1~bpo70+1_all.deb
 ccfe9af38daf9594a7944cbffa911df5a36784f0 3039266 open-vm-tools-dbg_9.10.2-2822639-1~bpo70+1_amd64.deb
 a385a63c4e0a718db544e2c219780975284a6baa 399846 open-vm-tools-dkms_9.10.2-2822639-1~bpo70+1_all.deb
Checksums-Sha256: 
 327d0f4bf4e225e125664ec35f176977d396e7b12d9be45c4de37fdf8774c3cc 2478 open-vm-tools_9.10.2-2822639-1~bpo70+1.dsc
 86ff08887b753e21838100a988632d8b51f9c57ad0b12f0ef1e8ca924450fa42 26528 open-vm-tools_9.10.2-2822639-1~bpo70+1.debian.tar.xz
 d65fbf974895213dfad80284c2dccb44a1e218e4196bec011fcde2a95c728270 644290 open-vm-tools_9.10.2-2822639-1~bpo70+1_amd64.deb
 510d011e5253cb703265b67f9299a88cfb7de6d83d5e0dfcdd5eea4a5a8670b6 148322 open-vm-tools-desktop_9.10.2-2822639-1~bpo70+1_amd64.deb
 dd0d556cbc2f51e273444a5e0db1d5b0fb76ca8992c70b6fae29f37a548ca9a0 99488 open-vm-tools-dev_9.10.2-2822639-1~bpo70+1_all.deb
 411647b053162a362dfdd899640ffa1085a7a80744cbe254c0c389a6d02cc216 3039266 open-vm-tools-dbg_9.10.2-2822639-1~bpo70+1_amd64.deb
 17be4751f5b341231bae5c74e4a3888ebc630324ad1748230794a94b028883b5 399846 open-vm-tools-dkms_9.10.2-2822639-1~bpo70+1_all.deb
Files: 
 ee9b836e6fd9f6d34e562dc827f984c3 2478 admin extra open-vm-tools_9.10.2-2822639-1~bpo70+1.dsc
 9edcfc2de0b2c47197f7d546676a7403 26528 admin extra open-vm-tools_9.10.2-2822639-1~bpo70+1.debian.tar.xz
 da54362715a460594f2892f37a65d2b0 644290 admin extra open-vm-tools_9.10.2-2822639-1~bpo70+1_amd64.deb
 896f70a1be49c2c791c7659c8ed77b00 148322 admin extra open-vm-tools-desktop_9.10.2-2822639-1~bpo70+1_amd64.deb
 379928d4599a31aee31bcb5621d205c2 99488 devel extra open-vm-tools-dev_9.10.2-2822639-1~bpo70+1_all.deb
 28fe1c7ed69fecb56dc5885aa60a3b37 3039266 debug extra open-vm-tools-dbg_9.10.2-2822639-1~bpo70+1_amd64.deb
 af683ad6cf74c46d49f133c7c4243077 399846 kernel extra open-vm-tools-dkms_9.10.2-2822639-1~bpo70+1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJVlXZLAAoJEOs2Fxpv+UNfsfgP/0VD0i/zgqaB8+WrY/47h0e9
frk7crG+PMVLVFYw9TgaNjJ0o51PrhQNXF3uhhbF9x/OkC4C3uayS9qO0/5/XYwb
4zskpJiS/jGDnbr3/0nvKTB+HWOS0IPU3HkF73DrU5ScFoMYUpGFamIgn8NsAYbH
rDYkFO7ziw+SQJnhgFltI5PsZpC9gURiJgGWe5tlB+F9FtvO+O3nQCkGnHL7pBLv
oagNB7XLG7uCeA9xrtDaf69dBQJLmvoU9XPOnfnraGb09On6LuWYHbd9KPxsxDJI
QzZ7VtGhK6w042rqcqtRGEMyWabB+iHHF3RwNcqmuKffTBPM5LCEKONgPmnFfKdE
0q3o1HboFR8DOu/ztmbt8GYeh/z2iIXDk5cQZyzvyIDrZsAUY/+yVFTUH6HZAKYm
NoE7EH6GdPMgxSKOA5OnLeG8UhqJmcImKOjTsuaT7f3td9Spgn0imDTJjd9EDP8a
OgKVOA0OUqqnqyZxqZDd9e5wjda8q3PeYtTWG5UxYHTVJqRPpu1woCcVj9KJkjdm
3C/RVNfaLqNyKHsoTETBbSwn75bhwHm3kMobc5IK6FlFGMFHWgUCtCQuTonkXldJ
QpCQjWg+n47xHUVbHQ7+PwMOdiu3gPF5KlsmCVdFXQjLGsjqGOfgvoszCgKWxvyT
cBrLj1FdgLEMIPxD8yij
=Olre
-----END PGP SIGNATURE-----


Reply to: